.element-menu-category,
.element-menu-main {
	display: none !important;
}

.cart-data-coupon-holder .link {
	background: #24c90e;
	border: 0;
	color: #fff !important;
    font-size: 14px;
	line-height: 20px;
	margin-top: 20px !important;
	padding: 10px 15px;
	text-decoration: bold;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
}

#header-main .element-menu-category-header #menu-category-header .menu-category-list li:last-child a {
    padding-right: 15px;
}

/*Chamado #264318*/
#product-list .product-list-item .label-promo, 
#product-list-sidebar .product-list-item .label-promo { 
	background: #D2691E; 
} 
#product-list .product-list-item .label-launch, 
#product-list-sidebar .product-list-item .label-launch { 
	background: #006400; 
} 
.element-product-detail .label-stamp-wrapper .label-stamp.label-launch {
    background: #006400;
}

.element-product-detail .label-stamp-wrapper .label-stamp.label-promo {
    background: #9d1019;
}

/* Trocar Cor Tarja de Promoção da vitrine  */ 
#product-list .product-list-item .label-promo, 
#product-list-sidebar .product-list-item .label-promo { 
background: #9d1019; 
} 

#condicao_adicional_box .condicao_adicional_header {
    background: #006200;
}

div#condicao_adicional_box {
    border: solid 1px #006200;
}


.pagina-carrinho li.cart-products-list-item .label-product.label-promo {
    font-size: 0 !important;
}

.pagina-carrinho li.cart-products-list-item .label-product.label-promo:before {
    content: "❤ DESCONTO ESPECIAL";
    font-size: 12px;
    color: white;
    background: #9d1019;
    padding: 2px 6px;
}