.weedoconsejo {
    background-color: #F3F3F3;
    padding: 35px;
    margin: 50px 0;
}
.weedoconsejo .title_consejo {
	margin-bottom: 25px;
}
.weedoconsejo .content_consejo img {
	display: block;
	margin: 0 auto;
	height: 130px;
}
.weedoconsejo .content_consejo .block_desc_consejo {
	height: 130px;
    line-height: 130px;
}
.weedoconsejo .content_consejo p {
	display: inline-block;
  	vertical-align: middle;
  	line-height: normal;
}

.at_list_products_discount p.ahorro {
    color: #2D3132;
    font-size: 0.7rem;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.at_list_products_discount p.title {
    color: #2D3132;
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 0;
}
.txt_freco {
    margin-bottom: 25px;
}
.txt_freco > p {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.compra__entre {
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.tit_listado {
	margin-bottom: 35px;
}
.tit_listado p.title {
    color: #2D3132;
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 12px;
}
.tit_listado p.subtit {
    color: #616161;
    font-size: 0.8rem; 
}

.at_list_products_discount {
/*    margin-bottom: 35px; */
}
.at_list_products_discount > #products {
   /* padding: 0 25px; */
    clear: both;
 /*   padding-top: 25px; */
}
.at_list_products_discount > .at_list_products_text {
    padding: 15px 25px 0;
    width: 70%;
    float: left;
    background-color: #58b0da3d;
}
.at_list_products_discount > .at_list_products_text:after {
    transform: skew(30deg);
    -moz-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    width: 60px;
    height: 68px;
    background: #f4f4f4;
    content: "";
    position: absolute;
    top: 0;
    float: left;
    left: 67%;
}
.at_list_products_discount > .border-trans {
    transform: skew(30deg);
    -moz-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    width: 60px;
    float: left;
    height: 73px;
    margin-left: -33px;
    background: #FFF;
}


#products .carousel-subcategorias-list .product-miniature, .featured-products .product-miniature {
    width: 100%;
}
.at_list_products_discount .owl-carousel.carousel-subcategorias-list .owl-nav button {
    background-color: #F3F3F3;
    padding: 10px 20px !important;
    border-radius: 50%;
}
.at_list_products_discount .owl-prev {
    position: absolute;
    top: 25%;
    left: -20px;
}
.at_list_products_discount .owl-next {
    position: absolute;
    top: 25%;
    right: -20px;
}

.BestSellerCategory #products {
    background-color: #58b0da3d;
}

@media (max-width: 767px) {
    .txt_freco {
        padding-top: 25px;
    }
    .txt_freco > p {
        width: 100%;
    }
    .weedoconsejo .content_consejo .block_desc_consejo {
        height: auto;
    }
    .at_list_products_discount > .at_list_products_text {
        width: 100%;
        text-align: center;
    }
    .border-trans {
        display: none;
    }
    .at_list_products_discount > #products {
    	padding-top: 0;
    }
    .at_list_products_discount, .txt_freco {
	width: calc(100% + 30px);
	margin-left: -15px;
    }
    .at_list_products_discount > #products .carousel-subcategorias-list, .txt_freco > p {
    	width: calc(100% - 10px);
	    margin-left: 5px;
    }
    .at_list_products_discount .stars-container img {
	   float: left;
    }
    .weedoconsejo .content_consejo p, .weedoconsejo .title_consejo {
        text-align: center;
    }
    .carousel-subcategorias-list .owl-nav button.owl-prev span, 
    .carousel-subcategorias-list .owl-nav button.owl-next span {
        font-size: 25px;
        font-weight: bold;
        line-height: 1;
    }
    .at_list_products_discount .owl-carousel.carousel-subcategorias-list .owl-nav button {
        padding: 3px 12px !important;
    }
    .at_list_products_discount .owl-nav button.owl-prev {
        left: -3px;
    }
    .at_list_products_discount .owl-nav button.owl-next {
        right: -3px;
    }
}


