#promo-coupon {
    background-color: var(--color-main-dark);
    color: #fff;
}

.title-site {
    font-weight: 300;
    text-transform: uppercase;
    color: var(--color-main-dark);
    font-size: 26px;
    margin: 0;
}

.mm-wrapper__blocker {
    z-index: 91;
}


/* search */
#search-modal {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

#search-modal-wrapper {
    width: 90%;
    max-width: 500px;
}

#search-modal input {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #323a4d;
    padding: 40px 50px;
    font-size: 30px;
}

#search-modal #icon-search {
    position: absolute;
    top: 20px;
    left: 0px;
    padding: 10px;
}

#search-modal #icon-close {
    position: absolute;
    top: -5px;
    right: 5px;
    padding: 10px 0;
    font-size: 18px;
}

#search-modal :focus {
    outline: none !important;
    box-shadow: none !important;
}

.search-wrapper .search-dropdown {
    position: absolute;
    top: 50px;
    right: 0;
    width: 400px;
    background-color: #f2f0f7;
    border-radius: 5px;
}

.search-wrapper .search-dropdown .each {
    background-color: #fff;
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
}

.search-wrapper .search-dropdown .each:hover,
.search-wrapper .search-dropdown .each.active {
    background-color: #e9f9ff;
}

#search-modal-wrapper.search-wrapper .search-dropdown {
    width: 100%;
    top: 60px;
}

/* product template */
.product-template .each {
    position: relative;
}

.product-template .each .flags {
    position: absolute;
    top: -5px;
    right: -5px;
    flex-direction: column;
    align-items: end;
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.9;
}

.product-template .each:hover .flags {
    opacity: 1;
}

.product-template .each .flag {
    border-radius: 10px;
    color: #fff;
}

.product-template .each .picture .alt-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.product-template .each:hover .picture .alt-image {
    opacity: 1;
}

.product-template .swatch {
    height: 20px;
    width: 20px;
}

#product-desc {
    font-size: 14px;
}

/* cart menu */
.cart-backdrop {
    z-index: 1040 !important;
}

#cart-menu {
    position: fixed;
    z-index: 1045;
    top: 0;
    right: 0;
    width: 500px;
    max-width: 90%;
    height: 100%;
    background: #FFF;
    transition: 400ms transform ease;
    transform: translate3d(100%, 0, 0);
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.cart-menu-open {
    overflow: hidden;
}

.cart-menu-open #cart-menu {
    transform: translate3d(0, 0, 0);
    box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.4);
}

/* footer */
#footer i.fa-chevron-right {
    font-size: 12px;
}

#footer {
    overflow: hidden;
    color: #231F20;
}

#footer .font-weight-bold {
    font-weight: 500 !important;
}

#footer a {
    color: #111;
}

#footer a:hover {
    color: #000
}

/* instagram */
#instagram .likes {
    display: none;
}

/* banner */
#banner-home-slider .slick-arrow {
    background-color: rgba(255, 255, 255, 1);
}

#banner-home-slider .slick-prev {
    border-radius: 0 5px 5px 0;
}

#banner-home-slider .slick-next {
    border-radius: 5px 0 0 5px;
}

#banner-icon-home .slick-prev::before,
#banner-icon-home .slick-next::before {
    color: #fff;
}

/* banner mini */
#banner-mini-home .slick-dots {
    bottom: -5px !important;
}

#color-bar {
    height: 3px;
}

/*.section-1 {*/
/*    width: 80px;*/
/*    overflow: hidden;*/
/*}*/

/*.section-2 {*/
/*    width: 70px;*/
/*    overflow: hidden;*/
/*}*/

/*.section-3 {*/
/*    width: 80px;*/
/*}*/

#modo-manutencao {
    display: none !important;
}

/* NEW */
.box-lg {
    width: 100%;
    margin: auto;
    padding: 0 .5rem;
    max-width: 1440px;
}

#header-top {
    background-image: url('../images/bg-header.jpg');
    background-size: cover;
    color: #fff;
}

#header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

#header #logo {
    width: 125px;
}

#header .btn-icon {
    font-size: 20px;
    text-decoration: none !important;
    cursor: pointer;
}

#header .btn-icon i {
    color: var(--color-main);
}

#header .btn-icon:hover i {
    color: #ef714c;
}

#header .cart-items-count {
    background-color: var(--danger);
    min-width: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 8px;
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    color: #fff;
    padding: 0 5px;
}


/* product menu */
#nav-menu .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #231f20;
}

#nav-menu .nav-link:hover {
    color: var(--color-main-dark);
}

.dropdown:hover {
    background-color: #efefef;
}

.dropdown:hover #product-menu {
    display: block;
}

#product-menu {
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #efefef;
    max-width: 350px;
    min-width: 300px;
    display: none;
    padding-top: 5px;
}

#product-menu .nav-link-custom,
#product-menu a {
    text-decoration: none;
    line-height: 20px;
    padding: .35rem 1rem !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: initial !important;
}

#product-menu .subcategory {
    background-color: #e7e7e7;
    position: absolute;
    top: 0;
    left: 100%;
    width: 250px;
    height: 100%;
    display: none;
}

#product-menu .category:hover .subcategory {
    display: block;
}

.subchild {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transform: translateX(100%);
    min-height: 100%;
    display: none;
}


.promo-featured-home .title,
.title-bar .title {
    /*color: #d90915;*/
}

.promo-featured-home .bar,
.title-bar .bar {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 75px;
    height: 4px;
    background-color: var(--color-alt);
    transform: translateX(-50%);
}

#home-sobre {
    background-size: cover;
    background-position: center bottom;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

#home-sobre .container {
    min-height: 400px;
}

#home-sobre .title {
    font-size: 30px;
    font-weight: 600;
}

#home-sobre .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

#article-home .each img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#article-home .each .text {
    color: #fff;
    background-color: var(--color-main-dark);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}