body.pagina-home #nav-main .element-menu-category,
body.pagina-home #nav-main .element-menu-main {
	margin-bottom: 0 !important;
}

.element-banner-main .container-12,
.element-banner-main .container-12 .grid-12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.element-banner-main img {
	width: 100%;
}

#product-list .product-list-item .product-image a:not(.label-unavailable) {
    Xpadding-top: 150%;
}

/*Chamado */
.link-black {
background: #f00;
}
#product-list .product-list-item .label-launch,  
#product-list-sidebar .product-list-item .label-launch {  
background: #f00;  
}  
.element-product-detail .label-stamp-wrapper .label-stamp.label-launch { 
    background:#f00; 
} 
#product-list .product-list-item .label-promo,  
#product-list-sidebar .product-list-item .label-promo {  
background: #48b317;  
}  
.element-product-detail .label-stamp-wrapper .label-stamp.label-promo { 
    background: #48b317; 
} 


.element-product-detail .product-main-image {
    height: 660px;
}

#cart-data #label-link-coupon {
    background: var(--base-color);
    border: 0;
    color: #ffffff;
    font-family: var(--font-title);
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.product-list-item-inner a.btn:not(.btn-buy) {
    background: #843F00;
}

.element-product-detail .wrapper-product-price .wrapper-btn-buy a.btn.btn-whats .btn-icon {
    display: none;
}

.element-product-detail .wrapper-product-price .wrapper-btn-buy a.btn.btn-whats .btn-text {
    font-size: 22px;
    line-height: 25px;
}

p.linkWhatsDesc {
    display: none;
}

a.btn.btn-whats {
    background: #48b317;
    padding: 20px 0 !important;
}