/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*
 * LAYOUT VARIABLES
 */
/*rectificar de Global.css*/
.columns-container {
    padding-top: 0px !important;
}
/*******************************************************
Product list Styles
********************************************************/
@media (min-width: 992px) {
    #subcategories .row > div:nth-child(4n+1),
    .first-in-line {
        clear: both;
    }
}
@media (min-width: 480px) and (max-width: 991px) {
    #subcategories .row > div:nth-child(2n+1),
    .first-item-of-tablet-line {
        clear: both;
    }
}
@media (min-width: 1200px) {
    #blockpack ul > li.last-line {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    #blockpack ul > li.first-item-of-tablet-line {
        clear: none;
    }
    #blockpack ul > li.first-item-of-mobile-line {
        clear: left;
    }
}

/*******************************************************
Product list(List) Styles
********************************************************/
.product_list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 auto;
}
.product_list .nopadding {
    padding: 0;
}
.product_list .nomargin {
    margin: 0;
}
.product_list.nomargin {
    margin: 0;
}
.product_list .color-list-container {
    margin-bottom: 12px;
}
.product_list .color-list-container ul li {
    display: inline-block;
    border: 1px solid #e4e4e4;
}
.product_list .color-list-container ul li a {
    display: block;
    width: 23px;
    height: 23px;
    margin: 1px;
}

.product_list.list .product-block {
    text-align: left;
}
.rtl .product_list.list .product-block {
    text-align: right;
}
.product_list.list .product-block .product-meta .product-desc {
    display: block;
}
.product_list.list > .ajax_block_product {
    padding-bottom: 20px;
}
@media (max-width: 479px) {
    .product_list.list > .ajax_block_product .left-block {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .product_list.list > .ajax_block_product .product-image-container {
        max-width: 290px;
        margin: 0 auto;
    }
}
@media (max-width: 479px) {
    .product_list.list > .ajax_block_product .center-block {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .product_list.list > .ajax_block_product {
        text-align: center;
    }
}


/*******************************************************
Product list(Index page) Styles
********************************************************/
/***** IE code *****/
.ie8 .quick-view {
    background: #fff;
    border: 1px solid #e4e4e4;
}

/*******************************************************
Product list
*******************************************************/
.product-container .product_img_link .replace-2x {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    -o-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    /* W3C */
    -webkit-backface-visibility: hidden;
    /* Safari & Chrome */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    -o-backface-visibility: hidden;
    /* Opera */
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-container:hover .product-additional {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    -o-transform: rotateX(0deg) rotateY(0deg);
}

.product-container .product-additional {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    /* W3C */
    -webkit-backface-visibility: hidden;
    /* Safari & Chrome */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    -o-backface-visibility: hidden;
    /* Opera */
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}


/*************************************
Only for categories and new items
**************************************/
.sale-box{
    background-color: transparent;
    left: -3px;
    padding-top: 24px;
    border-radius: 0;
}
.advance{
    position: absolute;
    top: 5px;
    left: 0px;
    background-color: transparent;
    text-align: center;
    font-size: 14;
    text-transform: uppercase;
    width: 80px;
    color: #000;
}
.sale-box .sale-label{
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    /*border-right: 1px solid #000;*/
    padding: 5px 16px;

}

#category .product-price,
#new-products .product-price,
#search .product-price
{
    font-size: 14px !important;
    font-weight: bold;
    color: #191919;
}

#category  .price-old, #category .old-price,
#new-products  .price-old, #new-products .old-price,
#search  .price-old, #search .old-price{
    color: #E63B55;
    text-decoration: line-through;
}

#category .product-block .name a ,
#new-products .product-block .name a,
#search .product-block .name a {
    color: #191919;
}

#category #productsSortForm label,
#new-products #productsSortForm label,
#search #productsSortForm label{
    font-size: 9px;
    letter-spacing: 2px;
    color: #191919;
    font-weight: normal !important;
    margin-left: 20px;
}

#category #productsSortForm select,
#new-products #productsSortForm select,
#search #productsSortForm select{
    color: #666666;
}

#category .selectclass,
#new-products .selectclass,
#search .selectclass{
    position: inherit;
    display: inline;
}
#category .selectclass option,
#new-products .selectclass option,
#search .selectclass option{
    padding: 10px;
}
#category .sortPagiBar,
#new-products .sortPagiBar,
#search .sortPagiBar {
    padding-bottom: 0px;
}
#category .selectProductSort,
#new-products .selectProductSort,
#search .selectProductSort{
    border: 0;
    padding-bottom: 0px;
    padding-right: 10px;
    font-size: 9px !important;
    letter-spacing: 2px;
    color: #191919;
    font-weight: normal !important;
    cursor: pointer;
}
#category .selectclass:after,
#new-products  .selectclass:after,
#search .selectclass:after{
    position: relative;
    top: 10px;
    border-top: solid 5px rgba(0,0,0,.60) !important;
    margin-left: 3px;
}
#category #productsSortForm,
#new-products #productsSortForm,
#search #productsSortForm{
    z-index: 99999;
}
#category #productsSortForm:hover .selectclass,
#new-products #productsSortForm:hover .selectclass,
#search #productsSortForm:hover .selectclass{
    visibility: visible;
}

#category .content_sortPagiBar,
#new-products .content_sortPagiBar,
#search .content_sortPagiBar{
    margin-bottom: 0;
}

#category .addToWishlist,
#new-products .addToWishlist,
#search .addToWishlist{
    visibility: hidden;
    color: #191919 !important;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #FFF;
    padding-right: 5px;
    line-height: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    padding-top: 4px;
}
/*
#category .addToWishlist:hover,
#new-products .addToWishlist:hover,
#search .addToWishlist:hover{
    visibility: visible;
}
*/
#category .addToWishlist:before,
#new-products .addToWishlist:before,
#search .addToWishlist:before{
    visibility: visible;
    content: "\f08a";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    background-color: #FFF;
}
/*
#category .addToWishlist:hover:before,
#new-products .addToWishlist:hover:before,
#search .addToWishlist:hover:before{
    display: none;
}
*/
#category .functional-buttons,
#new-products .functional-buttons,
#search .functional-buttons{
    float: left;
    padding-top: 4px;
    position: relative;
    z-index: 999;
    color: #191919 !important;
    padding-left: 1px;
}

#category .product-container .right-block,
#new-products .product-container .right-block,
#search .product-container .right-block{
    margin-top: -30px;
    margin-bottom: 30px;
}
/*#category .product-block .content_price,*/
#new-products .product-block .content_price,
#search .product-block .content_price{
    margin-top: 10px;
    margin-bottom: 10px;
}

#category .product-meta,
#new-products .product-meta,
#search .product-meta{
    margin-top: 4px;
    padding-top: 6px !important;
}
/****************************************/
#category ul.color_to_pick_list.clearfix {
    display: flex;
    margin: 0px 5px 5px 0px;
}
#category ul.color_to_pick_list.clearfix li {
    display: inline-block;
    margin: 0px 5px 5px 0px;
}
span.color-list-container-mobile li ul a {
    display: inline;
    height: 35px;
}
#category .content_price{
  display:flex;
}
#category .product-container {
    margin: 0 auto;
    margin-bottom: 10px;
}

/*@media (max-width: 1920px) {!*4columnas*!
    #category .col-md-6{
      max-width: 25%;
    }
}

@media (max-width: 1366px) {!*3 columnas*!
    #category .col-md-6{
      max-width: 33%;
    }
}

@media (max-width: 800px) {!*2 columnas*!
    #category .col-md-6{
      max-width: 50%;
    }
}*/

#category .product-block .name {/*nombre prod alineado a la izq*/
  display:flex;
}
#category .product-attribute-selector{
    display:none!important;
}
/****************************************/
@media (max-width: 991px){
    #category .product-block .name,
    #new-products .product-block .name,
    #search .product-block .name {
        padding-top: 6px;
    }
    #category h1.cattitle {
        margin-top: 0px!important;
        margin-left: 0px!important;
        padding: 12px 0 0px!important;
    }
    #category .btn-filter{
        text-align: left;
        padding-left: 0px;
        min-height: 38px;
        width: auto;
        padding-right: 0px;
        float: none!important;
        flex-grow: 1;
        max-width: 98px;
    }
    #category .selectProductSort{
        display:none;
    }
    #category .row-cat{
        margin-top: 25px;
        display: flex;
        margin-right: 5px!important;
        margin-left: 5px!important;
    }
    #category section#center_column{
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    #category .row .centrar {
        text-align: center!important;
        min-height: 38px;
        float: none!important;
        flex-grow: 100;
        padding-left: 0px!important;
    }
    #category .row.row-cat.active .centrar {
        border-bottom: 1px solid #dddddd;
    }
    #category ul.color_to_pick_list.clearfix {
        display: flex;
        margin: 0px 5px 5px 0px;
    }
    #category ul.color_to_pick_list.clearfix li {
        display: inline-block;
        margin: 0px 5px 5px 0px;
        float:left;
    }
    #category .content_price{
      display:flex;
    }
    #category .product-container .right-block {
        margin-bottom: 60px;
    }
    #category .margenDescriptionLower{
        padding-left:15px!important;
        padding-right:26px!important;
    }
    #category .titularlinksculping{
        width: 100%;
        height: 16px;
        font-family: Montserrat;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0px;
        color: #000000;
        margin-bottom:4px;
        padding-bottom: 0px;
        line-height: 16px;
    }
    #category .margenDescriptionLower p{
        width: 100%;
        height: 152px;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.58;
        letter-spacing: normal;
        color: #000000;
        text-align: left!important;
        clear: both;
    }
    #category .linksLook{
        display:none!important;
    }
    #category button#search_filter_toggler {
        height: 38px;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0px;
        color: #666666;
        background-color: #fff;
        display: flex;
        box-shadow: none!important;
        float: left;
        width: 98px;
        text-align: center;
    }
    #category .row.row-cat.active button#search_filter_toggler {
        border-right: solid 1px #d8d8d8;
        border-left: solid 1px #d8d8d8;
        border-top: solid 1px #d8d8d8;
    }
    #category .icon-brownie-icon-filtro:before{
        font-size: 16px;
    }
    #category .icon-brownie-icon-ordenar:before{
        font-size: 16px;
    }
    #category #productsSortForm label{
        display:none!important;
    }
    #category select#selectProductSort {
        display: flex;
        width: fit-content;
    }
    #category .selectclass:after{
        position: absolute!important;
        margin-top: 8px!important;
    }
    #category .content_sortPagiBar {
        padding: 0!important;
        max-height: 38px;
        width: auto;
        padding-right: 0px;
        float: none!important;
        flex-grow: 1;
    }
    #category .row.row-cat.active .content_sortPagiBar {
        border-bottom: 1px solid #dddddd;
    }
    #category .sortPagiBar {
        padding: 0px 0px 0px 0px;
    }
}

@media (max-width: 480px){
    #category .col-sp-6,
    #new-products .col-sp-6,
    #search .col-sp-6{
        /*width: 100%;*/
    }
}

@media (max-width: 599px){
    #category .addToWishlist,
    #new-products .addToWishlist,
    #search .addToWishlist{
        padding-left: 4px;
    }
}


/*@media (max-width: 640px){
    #category .col-sp-6,
    #new-products .col-sp-6,
    #search .col-sp-6{
        width: 100%;
    }
}*/

#category #left_column,
#new-products #left_column,
#search #left_column{
    margin-top: 23px;
}

#blockproductscategory .functional-buttons{
    display: none;
    visibility: hidden;
}

/*Maquetación móvil*/
#category .product-block .name a {
    width: 80%;
/*    height: 32px; */
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #000000;
    text-transform: lowercase!important;
    text-align: left;
    white-space: unset;
}

#category .product-block a.product-name:first-letter {
    text-transform: uppercase!important;
}
#category .product-price{
    width: auto;
    height: 19px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #000000;
    color: #000000;
}
#category .product-price.price_origin{
    /* REBAJAS */
    color: #e63b55;
    /*color: #000;*/
}
#category  .price-old, #category .old-price{
    width: 61px;
    height: 16px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-left: 5px;
}

#category .product-block .name a {
    text-align: left;
}
@media (min-width: 993px) {
    #product #left_column{
        display: none;
    }
}

.product-block .name{
    text-align: left;
}

#category .product-block .content_price {
    text-align: left;
}

#category .product-block .content_price{
    margin-bottom: 0;
}

#color-list-container-mobile .product-attribute-selector{
    padding-top: 5px;
}

#color-list-container-mobile .product-attribute-selector li{
    margin-right: 0;
    margin-left: 0;
}

#category button#order-products-button {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #666666;
    background-color: #fff;
    display: flex;
    box-shadow: none!important;
}

#category #select-order-container{
    display: none;
    position: absolute;
    z-index: 9;
    background: white;
    border: 1px solid #e4e4e4;
}

#category #select-order-container label{
    padding: 8px 8px;
    width: 100%;
}

#category #select-order-container label.label-selected{
    background: #000000;
    color: white;
}

#category #select-order-container label:hover {
    background: #e4e4e4;
}

#category .borde-blanco,
#category .borde-BN{
    border:1px solid #d6d4d4;
}

@media(max-width: 991px){
    #category #left_column{
        margin-top: 0px;
    }
    #color-list-container-mobile .product-attribute-selector{
        padding-top: 5px;
    }

    #color-list-container-mobile .product-attribute-selector li{
        margin-right: 0;
        margin-left: 0;
    }

    #category .product-price{
        text-align: left;
    }

    #category button#order-products-button {
        height: 38px;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0px;
        color: #666666;
        background-color: #fff;
        display: flex;
        box-shadow: none!important;
        float: right;
        width: 98px;
        text-align: center;
    }
    #category .row.row-cat.active button#order-products-button{
        border-bottom: 1px solid #dddddd;
    }
    #category #select-order-container{
        top: 27px;
    }

    #category .container-filter-button{
        display: flex;
        margin: 10px 0;
    }

    #category #custom-filter-button{
        width: 325px;
        height: 40px;
        background: #202020;
        border: none;
        cursor: pointer;
        margin: auto;
    }

    #category #custom-filter-button span{
        font-family: Montserrat;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
    }
}

@media(min-width: 992px) {

    .product-block .product-meta {
        padding: 0;
    }

    #category button#order-products-button {
        border: solid 1px #d9d8d8;
        border-radius: 4px;
        padding: 10px;
        float: right;
        margin-right: 11px;
        margin-top: 40px;
    }

    #category #select-order-container{
        top: 83px;
        right: 5px;
    }

    #category .container-filter-button{
        display: none;
    }
}
/*
@media (max-width: 576px) {
    #category .product-block .name a{
        height: 40px;
    }
}
*/

#category .product-meta{
  width: 90%;
  float: left;
}

#category .WhiteRounded{
  width: 10%;
  /*margin-top: 31px;*/
  float: right;
  padding-top: 30px;
}

#category .addToWishlist, #new-products .addToWishlist, #search .addToWishlist {
    float: right;
}
#category .content_sortPagiBar{
    padding-bottom: 0;
    margin-bottom: 10px;
}
#category .content_sortPagiBar .content_grid{
    float: right;
    margin-right: 14px;
    margin-top: 47px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#category .content_sortPagiBar .content_grid i{
    font-size: 22px;
    cursor: pointer;
    color: #000;
    /*max-width: 25px;
    margin-right: 10px;*/
}

#category .content_sortPagiBar .content_grid i:hover, #category .content_sortPagiBar .content_grid i.active{
    color: rgba(102, 102, 102, 0.5);
}
#category .content_sortPagiBar .content_grid i.active{
    cursor: initial;
}
#category .row.row-cat{
    display: flex;
    align-items: flex-end;
}
@media(max-width: 991px) {
    #category .content_sortPagiBar .content_grid{
        display: none!important;
    }
    #category .content_sortPagiBar {
         margin-bottom: 0px;
    }
}
