/*
#header-main .list-shopping-cart > li div[class$="inner"].info-inner {
width: 340px;
}
/*Cor icones cabeçalho*/
/*
#header-main span[class^="icon"] {
    background: var(--sec-color) !important;
}
/*Cor topo cabeçalho*/
/*
.header-1 {
    background-color: white;
}
*/
/*Ajuste Logotipo*/
#header-main .element-logo .logo {
    margin-top: 13px !important;
}

/*espaço entre banner tarja e produtos de home*/
.element-filter {
    margin-top: -67px;
}

/*Ajustes div produtos vitrine*/
#product-list-sidebar .product-list-item .product-image a:not(.label-unavailable), #product-list .product-list-item .product-image a:not(.label-unavailable) {
    padding-top: 100%;
}
li.product-list-item.product-simple {
    height: 470px !important;
}
/*Ajustes layout página de produto*/
li.product-thumbnails-item {
    height: 80px;
}
.product-thumbnails .product-thumbnails-list .product-thumbnails-item a {
    line-height: 80px;
}
.element-product-detail .product-main-image {
    max-height: 440px;
}
.element-product-detail .product-main-image img {
    max-height: 440px;
}
/*Ajuste botão recomendar produto*/
.wrapper-btn-actions {
    margin-top: 0px;
}

/*campo de cupom de desconto aberto*/
.cart-data-coupon-holder a#label-link-coupon.link {
    display: none !important;
}

.cart-data-coupon-holder .cart-data-coupon-hidden.send-cupom {
    display: block !important;
}

.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy, .element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy-kit {
    background: #72bf4e;
}
