
body#checkout .gdpr_consent .custom-checkbox span {
    position:  relative !important;
}
body#checkout #footer {
    padding-left: 0;
    padding-right: 0;
}
.new-products-carousel .owl-item {
    width: auto !important;
}
#mainHome {
    /*display: none;*/
    position: relative;
}
#mainHome #blog-listing .owl-prev {
    z-index: 10;
}
#mainHome #blog-listing .owl-next {
    z-index: 10;
}
#mainHome #blog-listing .owl-prev i {
    left: -5px;
    position: relative;
}
#mainHome #blog-listing .owl-next i {
    right: 5px;
    position: relative;
}
/* Mega Escritorio */
@media only screen and (min-width: 1600px){
	
}
@media only screen and (max-width: 1199px){
    #subcategories ul li {
        max-width: 225px;
        min-width: 225px;
    }
}
/* Escritorio */
@media only screen and (min-width: 1200px){
    
    
    .featured-products-new {
       /* max-height: 715px;*/
    }
    #subcategories ul li {
        max-width: 225px;
        min-width: 225px;
    }
    .footer-container > .container > div.row {
        margin-bottom: 40px;
    }
	footer .block_newsletter div.gdpr_consent span {
        font-size: 0.85em;
    }
}
/* Tablet */
@media only screen and (width: 768px){
	
}
/* Mobile */
@media only screen and (max-width: 767px){
	#home-bestsellersproducts-nav .owl-prev {
        /* right: 40px; */
        position: relative;
        left: 5px;
    }
    #home-bestsellersproducts-nav .owl-next {
        right: 5px;
    }
}
/* iPad landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px) { 

}