.product__name{
    text-transform: uppercase;
    font-size: 1.1rem;
}

.newproducts, .label.--new{
    background:#bdb6a4;
    
}
.product_name__name{
    font-size:1.6rem;
    text-transform: uppercase;
}

.freeShipping{
    color:#bdb6a4;
    border: 1px solid #bdb6a4;
}

.freeShipping__close{
    color:#bdb6a4;
}
.mobileCategories__item a{
    background-color: #000;
}
header .navbar-subsubnav .nav-link {

    text-transform: capitalize;
}
#menu_categories2 ul.no_active li a{
    text-transform: capitalize;
}

.product__icon{
    max-height:62rem;
    height: 62rem;
}
.product__icon img{
    max-height:62rem;
    height: 62rem;
}

.max-width-1200{
    max-width:1920px;
}

header .nav-link{
    margin-left:24px;
}
._ae_desc p{
    margin: -5px 0!important;
}
@media screen and (max-width:1600px){
.product__icon{
    max-height:48rem;
    height: 48rem;
}
.product__icon img{
    max-height:48rem;
    height: 48rem;
}
    
@media screen and (max-width:978px){
.product__icon{
    max-height:26rem;
    height: 26rem;
}
.product__icon img{
    max-height:26rem;
    height: 26rem;
}
}
img.b-lazy:not(.b-loaded) {
width:10%!important;
    
}