.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: #4F4F4F;
    /*background: #9d1019*/
}

/*Alterar texto da tarja de promo no carrinho*/

.pagina-carrinho li.cart-products-list-item .label-product.label-promo {
    position: relative;
    overflow: hidden;

    color: #ffffff !important;
	font-size: 12px;
    background: #4F4F4F;
    padding: 0px 8px;
    width: 45%;
}
/*
.pagina-carrinho li.cart-products-list-item .label-product.label-promo::after {
    content: "❤ MÊS DAS MÃES";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}*/

/* Trocar Cor Tarja de Promoção da vitrine  */ 

#product-list .product-list-item .label-promo, 
#product-list-sidebar .product-list-item .label-promo { 
    background: #4F4F4F; 
} 

#condicao_adicional_box .condicao_adicional_header {
    background: #006200;
}

div#condicao_adicional_box {
    border: solid 1px #006200;
}