div#main-area div.produto div.main-produto .area-buy-product button.button {
    background: #00a441;
    border-color: #00a441;
}

div#main-area div.produto div.main-produto .area-buy-product button.button:hover {
    background: #008b37;
    border-color: #008b37;
}

/*  TAMANHO DA IMG TELA DE PRODUTO */

@media (min-width: 1024px) {
    .product-img .img-area {
        width: 900px;
    }

    .product-img .img-area figure img {
        max-width: 900px !important;
        max-height: 950px !important;
        width: 100% !important;
    }
}

/* NEWSLETTER */


.widget-newsletter-2 {
    padding: 30px 0 !important;
    background: #0e1011;
}

.widget-newsletter-2 .container {
    justify-content: space-between;
    max-width: 1220px;
}

.widget-newsletter-2 .news-area .sub-title,
.widget-newsletter-2 .redes-sociais .title-redes {
    font-size: 13px !important;
    margin: 0 0 5px 0;
    font-weight: bolder;
}

.widget-newsletter-2 .news-area {
    order: -1;
    align-items: start;
}

.widget-newsletter-2 .news-area .field-email input {
    height: 35px !important;
    border-radius: 2px !important;
    padding: 8px 10px;
}

.widget-newsletter-2 .news-area .field-email input:last-of-type {
    margin-right: 15px !important;
}

.widget-newsletter-2 .news-area button {
    height: 35px !important;
    min-width: 100px !important;
    border-radius: 4px !important;
    background: #1f3b6f !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px !important;
    transition: all .2s ease-in-out;
}

.widget-newsletter-2 .news-area button:hover {
    background: #142648;
    border-color: #142648;
}

.widget-newsletter-2 .redes-sociais {
    width: 100% !important;
}

.widget-newsletter-2 .news-social .lista-redes li,
.widget-newsletter-2 .redes-sociais .title-redes {
    padding: 0 8px;
    text-align: end;
}

.widget-newsletter-2 .news-social,
.widget-newsletter-2 .news-social .lista-redes {
    justify-content: flex-end;
}

.widget-newsletter-2 .news-social .icon-social {
    display: none;
}


/* NEWSLETTER MOBILE */


body.device-mobile .widget-newsletter-2 .redes-sociais {
    display: none;
}

body.device-mobile .widget-newsletter-2 .news-area {
    align-items: center;
    margin-top: 0;
}

body.device-mobile .widget-newsletter-2 .news-area .field-email {
    flex-direction: row;
    width: 100%;
    height: 35px;
}

body.device-mobile .widget-newsletter-2 .news-area .field-email input {
    height: 35px !important;
    margin-right: 15px;
}

/* HEADER */

.header-top {
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    height: 30px;
    background: #000;
    color: #fff;
    font-family: 'Montserrat', Sans-Serif;
    z-index: 2;
}

.header-middle .logo svg {
    max-height: 100%;
}


@media (max-width: 500px) {
    .header-top {
        font-size: 10px;
        text-align: center;
        flex-direction: column;
        line-height: 8px;
    }
}

.header-middle .carrinho-ctn .content .item-ctn {
    top: 4px;
    bottom: auto;
    background: red;
}

header.is-tablet-mobile .header-search-full {
    background: none;
    padding: 0;
}

header.is-tablet-mobile .header-midle .container {
    align-items: center;
}

header.is-tablet-mobile .search-area {
    padding: 10px 0;
}

header.is-tablet-mobile .search-area input {
    padding: 0;
}

header.is-tablet-mobile .search-area #frm-search {
    border-bottom: 1px solid #000;
    margin: 0 10px;
}

header.is-tablet-mobile .header-middle .carrinho-ctn:hover {
    background: transparent;
}

header.is-tablet-mobile .header-middle .carrinho-ctn:hover .content .icon-top svg path {
    fill: #000;
}

.header-middle .carrinho-ctn .content .icon-top svg {
    width: 23px;
    height: 23px;
}

.header-middle .login-area {
    padding: 8px 5px;
    margin: 0;
}

.carrinho-rapido-ctn .header-cart {
    display: none;
    border-width: 2px 0 0;
}

.carrinho-rapido-ctn .content-cart {
    border-width: 0;
    border-top: 2px solid var(--cor-base);
    box-shadow: 0 0 35px rgb(0 0 0 / 40%);
    padding: 10px;
}

.box-search-cart {
    margin-left: 0;
    align-items: center;
}

.box-menu {
    width: 418px;
    max-width: 100%;
    order: -1;
}

@media (max-width: 1530px) {
    .header-middle .container {
        max-width: 95% !important;
    }

    .header-middle .logo {
        margin-right: 0;
    }

    .header-middle .logo a {
        width: 80%
    }

    ul#nav-root>li>a {
        padding: 12px 10px;
    }
}

@media (min-width: 1224px) {
    header.header-11:not(.header-fixed) {
        box-shadow: none;
    }

    .header-middle {
        font-family: 'Montserrat' !important;
        background: #fff;
        height: 100px;
        width: 100%;
        align-items: center;
        display: flex;
    }

    .header-middle .container {
        height: 80px;
        width: 100%;
        max-width: 90%;
    }

    .header-middle .search-area {
        min-height: auto;
        width: fit-content;
        max-width: 250px;
        height: 50px;
        top: auto;
        background: none;
        visibility: visible;
        opacity: unset;
        position: relative;
        padding: 0;
    }

    .header-middle .search-area button {
        padding: 0;
        width: 20px;
    }

    .header-middle .search-area button:hover {
        background: none;
    }

    .header-middle .search-area button svg {
        width: 20px;
        height: 20px;
    }

    .header-middle .search-area button svg path {
        stroke: #000;
    }

    .header-middle .search-area #frm-search {
        background: none;
        flex-direction: row-reverse;
        border-bottom: 1px solid #000;
        width: 97%;
        padding: 0 4px;
    }

    .header-middle .search-area #search {
        background: none;
        height: 50px;
        padding: 0 0 0 4px;
    }

    .header-middle .search-area #search::placeholder {
        color: #000;
        font-weight: 400;
        font-size: 12px;
    }

    .header-middle .carrinho-ctn:hover {
        background: none;
    }

    ul#nav-root {
        padding: 0;
    }

    .header-middle ul#nav-root>li>a {
        color: #000;
        font-weight: 400;
    }

    ul#nav-root>li.sale a {
        color: #f00;
    }

    ul#nav-root>li .menu-level-2 {
        min-width: 300px;
        flex-direction: column;
        align-content: center;
    }

    ul#nav-root>li>.container-menu {
        justify-content: center;
    }

    ul#nav-root>li .menu-level-2>li {
        border-bottom: none;
    }

    ul#nav-root>li .menu-level-2>li>a:before {
        display: none;
    }

    ul#nav-root>li>a:hover {
        background: none;
        color: #79c9ff;
    }

    ul#nav-root>li:hover>a {
        background: none;
    }

    ul#nav-root>li>a.has-childs .menu-text:after {
        width: 10px;
        height: 10px;
        border: 0;
        content: "";
        -moz-transition: all .25s ease;
        -o-transition: all .25s ease;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        background: url('https://global.cdn.magazord.com.br/meujeans/img/2022/05/loja/2237/arrow-down.svg')no-repeat center center;
        background-size: 7px;
        margin-left: 8px;
        align-self: center;
    }

    .box-search-cart .icon-search svg {
        width: 25px;
        height: 25px;
    }

    .box-search-cart .icon-search svg path {
        stroke: #fff;
    }

    .header-middle .login-area:hover {
        background: none;
    }

    .header-middle .login-area .icon-user svg path {
        fill: #000;
    }

    .header-middle .login-area:hover .icon-user svg path {
        fill: #000;
    }

    .box-search-cart .cont-search {
        display: none;
        position: relative;
        margin-left: auto;
        width: 200px;
        border-bottom: 1px solid #000;
    }

    .box-search-cart .cont-search:hover {
        background: none;
    }

    .header-middle .login-area .login>a {
        font-weight: 400;
    }

    .header-middle .login-area:hover .login>a {
        color: #000;
    }

    .header-middle .carrinho-ctn .content .icon-top svg path,
        .header-middle .carrinho-ctn:hover .content .icon-top svg path {
        fill: #000;
    }

    .box-search-cart .carrinho-container .window-wrapper {
        top: 80%;
    }
}

.header-middle .search-area #suggest-pesquisa .suggest-search {
    min-width: 300px;
}

.suggest-search ul li.termo-value .hover-suggest,
.suggest-search ul li.in-stock .hover-suggest {
    width: 86%;
}

.header-middle .login-area .icon-user svg {
    width: 23px;
    height: 23px;
}

.header-middle .search-area ul li.in-stock {
    display: flex;
    width: 100%;
    height: initial;
    border: 1px solid #cdd7e4;
    flex-direction: column;
    margin: 1%;
    border-radius: 5px;
    overflow: hidden;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.cart-02 .carrinho-ctn .carrinho-rapido-ctn .checkout .button {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.0625em;
    font-weight: bold;
    background: #00a441;
    border-color: #00a441;
    border-radius: 40px;
    padding: 7px 10px;
}

.cart-02 .carrinho-ctn .carrinho-rapido-ctn .checkout .button:hover {
    background: #00a441;
    border-color: #00a441;
}

ul#nav-root>li .menu-level-2 {
    border-top: none;
    min-width: 200px;
}

ul#nav-root>li:hover>a.has-childs:after {
    visibility: hidden;
    opacity: 0;
}

ul#nav-root>li .menu-level-2>li {
    width: 100%;
    text-transform: uppercase;
}

@media(min-width: 1024px) {
    .box-menu {
        width: 445px !important;
    }
}


/* MENU TAMANHO PERSONALIZADO */

.box-menu-widget {
    padding: 0;
}

.box-menu-widget ul li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 5px;
    padding: 2px 13px !important;
    font-size: 26px !important;
    font-weight: bold;
    background: #000 !important;
    border-radius: 0 !important;
    min-width: auto !important;
    min-height: auto !important;
}

.box-menu-widget ul li>a:hover {
    background: #79c9ff !important;
    transform: none;
}

.title-ctn {
    margin: 30px 0;
}

.title-ctn h2.bg-title {
    letter-spacing: 5px;
    text-transform: uppercase;
}

.title-ctn h2.bg-title:after {
    display: none;
}

@media (max-width: 900px) {
    .box-menu-widget ul li {
        width: 21% !important;
        margin: 0 !important;
    }
}

header.is-tablet-mobile .header-middle .container {
    align-items: center;
}


.back-to-top {
    bottom: 70px;
}

.descricao-pesquisa .container {
    display: none;
}

.conteudo-produto .title-ctn h2.bg-title,
.container-avaliacoes .title-ctn h2.bg-title,
.compre-junto .title-ctn h2.bg-title {
    font-size: 1.1em;
}

/* FOOTER */

#main-area {
    margin-bottom: 0px;
}

.footer-middle {
    background: #151515;
}

.footer-middle .section-title {
    color: #646464;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.footer-middle ul li a {
    display: block;
    font-size: .75em;
    line-height: 15px;
    color: #898787;
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-weight: 700;
    text-transform: uppercase;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.footer-middle .contato .item-atendimento .text {
    color: #898787;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 600;
}

.footer-middle .contato .item-atendimento .icon .svg path {
    fill: #898787;
}

.footer-middle ul li a:hover {
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    color: #646464;
}

.footer-middle .contato .item-atendimento a:hover {
    color: #646464;
}

/* FOOTER Alteração para deixar tudo preto - 01/09 */

.footer-about .informacao-empresa p,
.footer-about .informacoes-logo .txt-resumo p {
    color: #898787;
}

footer.footer-12 {
    background: #151515;
}

body>footer>div.container.flex.center>div.footer-about>div>div.informacoes-logo.flex.column>div>p>a {
    color: #838383;
}

.footer-about .informacoes-logo .logo-img:after {
    background: darkgrey;
}

.footer-about .box-social .footer-social li a:hover svg {
    fill: #646464;
}

.footer-about .box-social .footer-social li a:hover:before {
    border-color: #646464;
}

body>footer>div.container.flex.center>div.footer-about>div>div.informacoes-logo.flex.column>span>svg {
    filter: invert(1);
}



/*FIX - HEADER*/
@media(min-width: 768px){

ul#nav-root {
    flex-wrap: nowrap !important;
}

}