/*******************************************************
Product list Styles
********************************************************/
ul.product_list:not(.slick) li.col-sm-3:nth-child(4n+1) {
    /*clear:left;*/
}
ul.product_list h5 {
    margin: 5px 0 0;
}

ul.product_list .product-name {
    display: block;
    width: 100%;
    overflow: hidden;
    font-family: 'Gudea', serif;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    min-height: 52px;
    /*font-weight: 600;*/
}
ul.product_list .product-name h5 {
    font-family: 'Gudea', serif;
    font-size: 15px;
    line-height: 21px;
}
ul.product_list .product-marca {
    font-family: 'Gudea', serif;
    font-size: 15px;
    line-height: 21px;
    clear:both;
}

ul.product_list .product-desc {
    font-family: 'Arvo', serif;
}

ul.product_list .availability span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
    margin-bottom: 20px;
}

ul.product_list .product-image-container {
    text-align: center;
}

ul.product_list .product-image-container img {
    margin: 0 auto;
}

ul.product_list .product-info {
    display: flex;
    margin: 0;
    /*min-height: 62px;*/
}

ul.product_list .product-info .left-infos {
    flex-grow: 1;
}

ul.product_list .product-info .left-infos .product-price{
    line-height: 27px;
    font-size: 14px;
}

ul.product_list .product-info .left-infos .product-price {
    padding-right: 5px;
}

ul.product_list .product-info .left-infos .product-price:last-child {
    padding-right: 0;
}
ul.product_list .infinite-scroll-page-title {
    display: none;
}

ul.product_list .selector-wrapper {
    text-align: right;
    margin-top: 8px;
    display:none;
}

#infscr-loading {
    text-align: center;
    margin: 20px 0;
}

.content_price, .right-infos {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    min-height: 65px;
}
.box-pack-outer .content_price {
    min-height: auto;
}
.content_price .price-percent-reduction,
.content_price .price.product-price {
    line-height: 27px;
    font-size: 14px;
}

.precio-destacado {
    color:#c30101;
}

.toggle-solo-estacional {
    background: #eabd08;
    border: 1px solid #eabd08;
    padding: 2px 4px 2px;
    color: #000;
    font-family: 'Gudea', sans-serif;
    /* margin-bottom: 15px; */
    display: inline-block;
    text-transform: uppercase;
}

ul.product_list .functional-buttons div a, ul.product_list .functional-buttons div label {
    font-weight: bold;
    color: #777676;
    cursor: pointer; }
ul.product_list .functional-buttons div a:hover, ul.product_list .functional-buttons div label:hover {
    color: #000; }
ul.product_list .functional-buttons div.wishlist {
    border-right: 1px solid #d6d4d4; }
ul.product_list .functional-buttons div.wishlist a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f08a";
    margin-right: 3px;
    padding: 0 3px; }
ul.product_list .functional-buttons div.wishlist a.checked:before {
    content: "\f004"; }

@media (min-width: 1200px) {
    .ptrframe-inner .multi-img-wrapper {
        position: relative;
    }
    .ptrframe-inner .multi-img-wrapper img {
        transition: opacity 0.4s ease-in-out;
    }
    .ptrframe-inner .multi-img-wrapper img.img-primary {

    }
    .ptrframe-inner .multi-img-wrapper img.img-alternative {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 0;
        z-index: 2;
    }
    .two-images:hover .multi-img-wrapper img.img-primary {
        opacity: 0;
    }
    .two-images:hover .multi-img-wrapper img.img-alternative {
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .ptrframe-inner .multi-img-wrapper img.img-alternative {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    ul.product_list .functional-buttons div.wishlist {
        border-right: 0; }
    ul.product_list .functional-buttons div.wishlist a:before {
        display: none; } }
@media (min-width: 480px) and (max-width: 767px) {
    ul.product_list .functional-buttons div.wishlist {
        border-right: 0; }
    ul.product_list .functional-buttons div.wishlist a:before {
        display: none; } }
ul.product_list .functional-buttons div.compare a:before {
    content: "\f067";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 3px; }
@media (min-width: 992px) and (max-width: 1199px) {
    ul.product_list .functional-buttons div.compare a:before {
        display: none; } }
@media (min-width: 480px) and (max-width: 767px) {
    ul.product_list .functional-buttons div.compare a:before {
        display: none; } }
ul.product_list .functional-buttons div.compare a.checked:before {
    content: "\f068"; }

@media (max-width: 990px) and (min-width: 768px) {
    .filter-products .ajax_block_product {
        width: 50%;
    }
}

@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-bottom-flags {
    position:absolute;
    bottom: 9px;
    right: 9px;
    z-index:3;
}
.pb-left-column #image-block .product-bottom-flags img {
    width:auto;
    display: inline-block;
    background: none;
}


/***** IE code *****/
.ie8 .quick-view {
    background: #fff;
    border: 1px solid #d6d4d4; }

/*# sourceMappingURL=product_list.css.map */

.product_list .btn, .hotspot-product .info-wrapper .btn-default {
    padding:2px 6px;
    min-width:70px;
    font-size: 12px;
    line-height: 18px;
}
.product_list .custom-dropdown select {
    /*padding-top:1px;
    padding-bottom:1px;
    font-size: 12px;
    line-height: 18px;*/
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 17px;
}

/* forzado width en categorías con filtros */
@media (min-width: 1200px) and (max-width: 1399px) {
    #pseudo-left { width:25%; }
    .tiene_filtros { width:75%; }
    .tiene_filtros .product_list li { width:33%; }
}
@media (min-width: 992px) and (max-width: 1160px) {
    #pseudo-left { width:33%; }
    .tiene_filtros { width:66%; }
    .tiene_filtros .product_list li { width:50%; }
}
@media (min-width: 768px) and (max-width: 900px) {
    #pseudo-left { width:28%; }
    .tiene_filtros { width:72%; }
    .tiene_filtros .product_list li { width:50%; }
}
/* fin forzado width en categorías con filtros */

/* Carrusel imágenes de productos */
.slick-product-images {
    overflow: hidden;
}

.slick-product-images .slick-prev, .slick-product-images .slick-next {
    top: calc(50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.5);
    border-radius:50%;
    z-index: 10;
}

.slick-product-images .slick-prev,
#homefeatured.slick  .slick-product-images .slick-prev {
    left: -50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.slick-product-images .slick-next,
#homefeatured.slick  .slick-product-images .slick-next {
    right: -50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slick-product-images:hover .slick-prev,
#homefeatured.slick  .slick-product-images:hover .slick-prev {
    left: 25px;
}
.slick-product-images:hover .slick-next,
#homefeatured.slick .slick-product-images:hover .slick-next {
    right: 25px;
}

.slick-product-images .slick-prev:before, .slick-product-images .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 24px;
    opacity: .75;
    color: #000;
}
.slick-product-images .slick-prev:before {
    content: '\f104';
}
.slick-product-images .slick-next:before {
    content: '\f105';
}

.product_list .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.product_list .slick-dots li button:before {
    font-size: 7px;
}
.product_list .slick-dots li {
    margin-right: 0;
    margin-left: 0;
}