.element-address {
display: none !important;
}
#nav-main .element-banner-stripe #banner-stripe li img {
    max-width: 100%;
}

#product-list .product-list-item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}

#header-main .element-menu-category-header #menu-category-header .menu-category-inner .menu-category-list {
    justify-content: center;
}

#header-main .element-search .search-field {
    line-height: 28px;
    padding: 10px 20px;
    border: 1px solid #FFF;
    font-size: 14px;
}
#header-main .header-1 {
    padding: 10px 0 !important;
    border-bottom: 1px solid #313131;
}
#header-main .header-2 {
    background: #000;
    color: #fff;
    padding: 20px 0 !important;
}
#header-main .element-search .btn {
    padding: 15px;
}
.grid-4.grid-welcome-message {
    width: 20%;
}
.grid-4.grid-search {
    width: 45%;
}
.grid-4.grid-shopping-cart {
    width: 35%;
}

#product-list .product-list-item .product-list-item-inner .product-info p.product-price.product-old-price span:first-child {
    display: none;
}

#nav-bottom .element-newsletter-bottom {
    color: #000;
}
.product-view.element-product-description {
    background: #e9e9e9;
    padding: 30px;
    border-radius: 20px;
}
.container-12 {
    max-width: 1200px;
}

/*Botão na Vitrine*/
#product-list-sidebar .product-list-item .wrapper-btn-product, #product-list .product-list-item .wrapper-btn-product { 
    display: block;
}

#product-list .product-list-item .product-list-item-inner {
    padding: 0px 20px 80px;
}

#product-list .product-list-item .product-list-item-inner .wrapper-btn-product {
    bottom: 25px;
}

#product-list .product-list-item .product-list-item-inner .wrapper-btn-product .btn {
    padding: 10px 50px;
}
.btn.btn-cart-submit, .btn.btn-next-step .cart-slider-submit.btn, .btn-share,
.btn.btn-cart-submit:hover, .btn.btn-next-step .cart-slider-submit.btn:hover, .btn-share:hover,
#cart-email .cart-email-wrapper .btn, .btn.btn-next-step, .btn.btn-buy, .btn.btn-cart-checkout, #payment-submit {
    background: red !important;
}
#nav-bottom .element-newsletter-bottom .newsletter-inner .newsletter-form form .newsletter-submit .btn {
    background: #b2804c;
}
a#payment-submit span.btn-text {
    font-size: 30px !important;
    line-height: 30px !important;
}

/*Ajuste ordenação Vitrine*/
.content-main-cols-1 #vitrine { 
    display: flex; 
    flex-direction: column; 
} 
#vitrine .element-banner-shop /*banner vitrine*/ { 
    order: 1; 
} 
 
#vitrine .element-highlight /*produto em destaque*/ { 
    order: 3; 
} 
 
#vitrine .element-bestseller /*mais vendidos*/ { 
    order: 4; 
} 
 
#vitrine .element-promotion /*promoções*/ { 
    order: 5; 
} 
 
#vitrine .element-latest /*lançamentos*/ { 
    order: 2; 
} 