#product-list .product-list-item, #product-list-sidebar .product-list-item {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.wrapper-product-countdown .product-countdown-message p {
    font-weight: bold;
    color: black;
}

.element-address.lazyload .logo {
    display: none;
}

.label-stamp.label-promo, .label-product.label-promo {
    background: var(--base-color) !important;
    border-color: var(--base-color) !important;
    color: #FFFFFF !important;
}

.element-banner-stripe #banner-stripe li img {
    max-width: 100% !important;
    max-height: 100%;
}

#header-main .element-menu-category-header #menu-category-header .menu-category-list>li>ul>li {
    max-width: calc(100%/6);
    width: auto;
    margin: 0 10px;
}

/* Banner inferior 100% */ 

.element-banner-bottom .container-12, 

.element-banner-bottom .container-12 .grid-12 { 

    margin-left: 0 !important; 

    margin-right: 0 !important; 

    max-width: 100% !important; 

    width: 100% !important; 

} 
.element-banner-bottom .container-12 .grid-12, 
.element-banner-bottom #banner-bottom>li { 
   padding: 0 !important; 
} 
.element-banner-bottom img { 
  width: 100%; 
} 

 /* Banner tarja 100% */  

 .element-banner-stripe .container-12,   

 .element-banner-stripe .container-12 .grid-12,  

 .element-banner-stripe #banner-stripe,  

 .element-banner-stripe {  

     margin: 0 !important;  

     max-width: 100% !important;  

     padding-left: 0 !important;  

     padding-right: 0 !important;  

     width: 100% !important;  

 }   

  

 .element-banner-stripe li img,  

 .element-banner-stripe li, 

 .element-banner-stripe li picture { 

     width: 100% !important; 

     max-width: 100% !important; 

 } 

.banner-bottom-inner span.titleBannerBottom {
    font-size: 26px;
    font-weight: bold;
    font-family: 'montserrat_bold';
    color: #326280;
	margin-bottom: 20px;
    display: block;
}

 ul#banner-bottom li.banner-bottom-item {max-width: 25%;width: 25%;}

li.delivery-methods-item.delivery div[title="Correios PAC"] {
    background: url(https://cdn.simplo7.net/static/webroot/img/delivery/icons-delivery-methods-2.png) no-repeat 0px 0px;
}

li.delivery-methods-item.delivery div[title="Correios SEDEX"] {
    background: url(https://cdn.simplo7.net/static/webroot/img/delivery/icons-delivery-methods-2.png) no-repeat 0px -35px;
}

li.delivery-methods-item.delivery div[title="Jadlog .Com"] {
    background: url(https://cdn.simplo7.net/static/webroot/img/delivery/icons-delivery-methods-2.png) no-repeat 0px -828px;
}

li.delivery-methods-item.delivery div[title="Correios MINI ENVIOS"] {
    background: url(https://cdn.simplo7.net/static/webroot/img/delivery/icons-delivery-methods-2.png) no-repeat 0px -901px;
}
li.delivery-methods-item.delivery div[title="Loggi Express"] {
    background: url(https://57740.cdn.simplo7.net/static/57740/galeria/175215275450651.png) no-repeat 0px 6px;
    background-size: contain;
}
li.delivery-methods-item.delivery:nth-child(6),
li.delivery-methods-item.delivery:nth-child(7) {
    display: none !important;
}
/*esconder categorias de dentro do produto*/
p.product-category {
    display: none;
}