@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
/* Navigation */
.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}
.main-navigation {
    background-color: var(--verde);
}
.main-navigation a {
    font-size: 14px;
    color: var(--branco);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.main-navigation a:hover,
.main-navigation a:focus {
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 600px) {
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        display: flex;
        justify-content: space-around;
        text-align: left;
        width: 100%;
    }
    .main-navigation ul {
        margin: 0;
        text-indent: 0;
    }
    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
    }
    .main-navigation li a {
        border-bottom: 0;
        line-height: 4;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .main-navigation li {
        position: relative;
    }
    .main-navigation li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    .main-navigation li ul ul {
        top: 0;
        left: 100%;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus > ul,
    .main-navigation .focus > ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit;
    }
    .main-navigation li ul li a {
        background: var(--verdee);
        border-top: 1px solid var(--branco);
        display: block;
        font-size: 13px;
        font-weight: 400;
        text-transform: none;
        line-height: 20px;
        padding: 10px 15px;
        width: 380px;
        white-space: normal;
    }
    .main-navigation li ul li a:hover,
    .main-navigation li ul li a:focus {
        background: var(--verde);
        color: var(--branco);
    }
    .main-navigation li ul li ul li a {
        border-left: 1px solid var(--branco);
    }
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_ancestor > a {
        color: var(--branco);
    }
    .menu-toggle {
        display: none;
    }
}
*{border:0;margin:0;padding:0;}
html,body{height:100%;}
body{margin:0;padding:0;font-family:'Open Sans',sans-serif;font-size:15px;color:var(--cinza);overflow-x:hidden;background-color:#fafafa}  
ul,li{list-style:none;margin:0;padding:0}
a,a:hover{text-decoration:none;color:var(--cinza)}
p{line-height:26px;margin:15px 0}
figure{margin:0}
.fp p:first-child{margin-top:0}
/*FORMS*/
div.wpcf7-response-output {margin: 0;}
.wpcf7-not-valid{border:solid 1px red !important;}
.wpcf7-not-valid-tip{display:none !important;}
::-webkit-input-placeholder{color: var(--cinza);}
::-moz-placeholder{color: var(--cinza);}
:-ms-input-placeholder{color: var(--cinza);}
:-moz-placeholder{color: var(--cinza);}
.grecaptcha-badge{right: -300px !important}
/*MARGIN*/
.Mt0{margin-top:0}.Mt10{margin-top:10px}.Mt20{margin-top:20px}.Mt30{margin-top:30px}.Mt40{margin-top:40px}.Mt50{margin-top:50px}.Mt60{margin-top:60px}.Mt70{margin-top:70px}.Mt80{margin-top:80px}.Mt90{margin-top:90px}.Mt100{margin-top:100px}
.Mb0{margin-bottom:0}.Mb10{margin-bottom:10px}.Mb20{margin-bottom:20px}.Mb30{margin-bottom:30px}.Mb40{margin-bottom:40px}.Mb50{margin-bottom:50px}.Mb60{margin-bottom:60px}.Mb70{margin-bottom:70px}.Mb80{margin-bottom:80px}.Mb90{margin-bottom:90px}.Mb100{margin-bottom:100px}
.Ml0{margin-left:0}.Ml10{margin-left:10px}.Ml20{margin-left:20px}.Ml30{margin-left:30px}.Ml40{margin-left:40px}.Ml50{margin-left:50px}
.Mr0{margin-right:0}.Mr10{margin-right:10px}.Mr20{margin-right:20px}.Mr30{margin-right:30px}.Mr40{margin-right:40px}.Mr50{margin-right:50px}
/*PADDING*/
.Pt0{padding-top:0}.Pt10{padding-top:10px;box-sizing:border-box}.Pt20{padding-top:20px;box-sizing:border-box}.Pt30{padding-top:30px;box-sizing:border-box}.Pt40{padding-top:40px;box-sizing:border-box}.Pt50{padding-top:50px;box-sizing:border-box}
.Pb0{padding-bottom:0}.Pb10{padding-bottom:10px;box-sizing:border-box}.Pb20{padding-bottom:20px;box-sizing:border-box}.Pb30{padding-bottom:30px;box-sizing:border-box}.Pb40{padding-bottom:40px;box-sizing:border-box}.Pb50{padding-bottom:50px;box-sizing:border-box}
.Pl0{padding-left:0}.Pl10{padding-left:10px;box-sizing:border-box}.Pl20{padding-left:20px;box-sizing:border-box}.Pl30{padding-left:30px;box-sizing:border-box}.Pl40{padding-left:40px;box-sizing:border-box}.Pl50{padding-left:50px;box-sizing:border-box}
.Pr0{padding-right:0}.Pr10{padding-right:10px;box-sizing:border-box}.Pr20{padding-right:20px;box-sizing:border-box}.Pr30{padding-right:30px;box-sizing:border-box}.Pr40{padding-right:40px;box-sizing:border-box}.Pr50{padding-right:50px;box-sizing:border-box}
/*CORES*/
:root {
    --branco: #fff;
    --preto: #3e3e3e;
    --vermelho: #a40f20;
    --verde: #42bca7;
    --verdee: #38a08e;
    --amarelo: #ffba00;
    --cinza: #5f5f5f;
    --cinzac: #989696;
    --bgcinza: #f1f1f1;
    --lines: #e4e2e2;
}
.branco{color:var(--branco)}
.preto{color:var(--preto)}
.verde{color:var(--verde)}
.cinzac{color:var(--cinzac)}
.bgverde{background-color:var(--verde)}
.bgcinza{background-color:var(--bgcinza)}
/*TÍTULOS*/
.tit55 {
    font-size: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.tit50 {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.tit40 {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.tit35,
.aj-txt h2 {
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.tit30,
.aj-txt h3,
.aj-txt.produto h2,
.edit-account legend {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.tit25,
.aj-txt.blog-interna h2,
.aj-txt.produto h4 {
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.tit20,
.aj-txt h4,
.aj-txt.blog-interna h3 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.tit18,
.aj-txt.blog-interna h4 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.tit16,
.summary #wc-shipping-sim #wc-shipping-sim-form-title strong,
.summary .variations tr label {
    font-size: 16px;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.tit13 {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.tit12 {
    font-size: 12px;
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
/*BOTÕEs*/
.bot-verde,
.contato-interna input[type="submit"],
.woocommerce #review_form #respond .form-submit input, 
.wishlist_table .product-add-to-cart a.button,
.summary .single_add_to_cart_button {
    line-height: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: var(--branco);
    background-color: var(--verde);
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;

    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.bot-verde.cart {
    padding-left: 20px;
}
.bot-verde.menor,
.contato-interna input[type="submit"],
.wishlist_table .product-add-to-cart a.button {
    line-height: 45px;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}
.bot-verde:hover,
.contato-interna input[type="submit"]:hover,
.woocommerce #review_form #respond .form-submit input:hover, 
.wishlist_table .product-add-to-cart a.button:hover {
    color: var(--branco);
    background-color: var(--verdee);

    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.bot-preto {
    line-height: 50px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: var(--branco);
    background-color: var(--preto);
    border-radius: 8px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;

    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.bot-preto:hover {
    color: var(--branco);
    
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.bot-preto-alpha {
    line-height: 50px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: var(--branco);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
}
/*CODE*/
header .pre {
    font-size: 14px;
    border-bottom: 1px solid var(--lines);
}
header .pre i {
    font-size: 16px;
    color: var(--preto);
}
header .pre ul.contatos li {
    line-height: 50px;
    border-right: 1px solid var(--lines);
    padding-left: 30px;
    padding-right: 30px;
}
header .pre ul.contatos li:first-child {
    border-left: 1px solid var(--lines);
}
header .pre ul.redes-sociais li {
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
header .pre ul.redes-sociais li:first-child {
    border-left: 1px solid var(--lines);
    padding-left: 30px;
}
header .pre ul.redes-sociais li:last-child {
    border-right: 1px solid var(--lines);
    padding-right: 30px;
}
header .acessos a,
.categorias-em-destaque a {
    position: relative;
    top: 0;
    transition: top ease 0.2s;
    display: block;
}
header .acessos a:hover,
.categorias-em-destaque a:hover {
    top: -5px;
}
header .acessos .text-uppercase {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}
header .acessos li:last-child {
    position: relative;
}
header .acessos li:last-child .xoo-wsc-sc-cont {
    position: absolute;
    top: -5px;
    right: 20px;
}
header .acessos li:last-child .xoo-wsc-sc-cont .xoo-wsc-sc-count {
    font-size: 10px;
    background-color: var(--verde);
}
header .aws-container .aws-search-form {
    border: 1px solid var(--lines);
    height: 50px;
    border-radius: 120px;
}
header .aws-container .aws-search-field {
    border: none;
    background-color: transparent;
    font-size: 15px;
    color: var(--cinza);
    padding-left: 20px;
}
header .aws-container .aws-search-field:focus {
    background-color: transparent;
}
header .aws-container .aws-search-form .aws-form-btn {
    width: 45px;
    border-radius: 50% !important;
    border: none;
    margin: 3px;
}
header .aws-container .aws-search-form .aws-search-btn_icon {
    fill: var(--preto);
}
header .aws-container .aws-search-form .aws-search-clear {
    color: var(--preto);
}
.aws-search-result {
    font-size: 14px;
    border: 1px solid var(--lines);
    background: #fafafa;
}
.aws-search-result ul li {
    border-bottom: 1px solid var(--lines);
}
.aws-search-result .aws_result_link {
    padding: 15px;
}
.aws-search-result .aws_result_title {
    color: var(--cinza);
}
.aws-search-result .aws_search_more a {
    color: var(--preto);
}
#banner .splide__slide {
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
}
#banner .splide__slide a {
    display: block;
    width: 100%;
    height: 100%;
}
#banner .splide__pagination {
    bottom: 30px;
}
#banner .splide__pagination__page,
#promocao .splide__pagination__page {
    width: 10px;
    height: 10px;
    background: var(--verde);
    opacity: 0.2;
}
#banner .splide__pagination__page.is-active,
#promocao .splide__pagination__page.is-active {
    background: var(--verde);
    transform: scale(1);
    opacity: 1;
}
.ofertas {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ofertas #contador {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.ofertas #contador li {
    text-align: center;
}
.ofertas #contador li.dois {
    padding-left: 10px;
    padding-right: 10px;
}
.ofertas #contador li strong {
    display: block;
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
}
.ofertas .box {
    background: var(--branco);
    display: block;
}
.ofertas .box ul li {
    border-radius: 120px;
    font-size: 14px;
    color: var(--branco);
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px;
}
.ofertas .box ul li.label-pix {
    background-color: var(--verde);
}
.ofertas .box .preco span {
    display: block;
}
.valor-antigo {
    color: var(--cinzac);
    text-decoration: line-through;
}
.valor,
.list-produtos .box .preco bdi,
.summary .price bdi {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: var(--verde);
}
.categorias-em-destaque figure {
    max-width: 130px;
    max-height: 130px;
    border-radius: 50%;
    overflow: hidden;
    outline-offset: 4px;
    outline: 2px solid var(--preto);
    margin: 6px 6px 26px;
}
.mais-vendidos #myTab li {
    margin-left: 30px;
}
.mais-vendidos #myTab li button {
    background-color: transparent;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--cinzac);
    transition: 0.2s;
}
.mais-vendidos #myTab li button.active,
.mais-vendidos #myTab li button:hover {
    color: var(--preto);
}
.list-produtos .box {
    height: 100%;
    background-color: var(--branco);
    border: 1px solid var(--lines);
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.list-produtos .box:hover {
    box-shadow: -1px 1px 15px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: -1px 1px 15px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: -1px 1px 15px 0px rgba(0,0,0,0.10);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.list-produtos .box .yith-add-to-wishlist-button-block {
    position: absolute;
    top: 10px;
    left: 10px;
}
.list-produtos .box .preco .parcela bdi {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: var(--cinza);
}
.yith-add-to-wishlist-button-block {
    width: 46px;
    height: 46px;
    background-color: var(--bgcinza);
    border-radius: 50%;
    margin: 0;
    text-align: center;
}
.yith-add-to-wishlist-button-block span {
    display: none;
}
.list-produtos .box .label-desconto {
    width: 46px;
    height: 46px;
    background-color: var(--preto);
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-produtos .box .label-desconto span {
    font-size: 12px;
    line-height: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: var(--branco);
    text-transform: uppercase;
    text-align: center;
}
.list-produtos .box .categoria {
    font-size: 12px;
    line-height: 20px;
    color: var(--cinzac);
}
.list-produtos .box ins,
.summary ins {
    text-decoration: none;
    display: block;
}
.list-produtos .box .preco del bdi,
.summary .price del bdi {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--cinzac);
}
.list-produtos .box .bot-verde {
    padding-left: 15px;
    padding-right: 20px;
}
.custom-quantity {
    display: inline-flex;
    align-items: center;
}
.custom-quantity .qty-input {
    width: 30px;
    text-align: center;
    border: none;
    background-color: transparent;
}
.custom-quantity .qty-btn {
    width: 25px;
    height: 25px;
    border: 1px solid var(--lines);
    border-radius: 8px;
    background-color: white;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: 0.2s;
}
.custom-quantity .qty-btn:hover {
    background-color: #f3f3f3;
}
.banner-secundarios a {
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: left center;
    background-blend-mode: multiply;
}
#promocao .splide__pagination {
    position: relative;
    bottom: auto;
    margin-top: 30px;
}
#promocao .splide__arrows {
    position: absolute;
    top: -70px;
    right: 0;
    display: flex;
}
#promocao .splide__arrow {
    width: 40px;
    height: 40px;
    position: relative;
    transform: none;
    opacity: 1;
    background: var(--verde);
}
#promocao .splide__arrow svg {
    fill: var(--branco);
}
#promocao .splide__arrow--prev {
    left: auto;
    margin-right: 10px;
}
#promocao .splide__arrow--next {
    right: auto;
}
#promocao .splide__slide .cart img {
    vertical-align: middle;
}
.data {
    font-size: 13px;
    color: var(--cinzac);
}
.newsletter {
    padding-top: 40px;
    padding-bottom: 10px;
}
.newsletter p {
    margin: 0;
}
.newsletter input {
    width: calc(100% - 160px);
    line-height: 55px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px 0px 0px 8px;
}
.newsletter input[type="submit"] {
    width: 160px;
    background-color: var(--verdee);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: var(--branco);
    border-radius: 0px 8px 8px 0px;
}
footer {
    font-size: 14px;
    padding-top: 80px;
}
footer i {
    color: var(--preto);
}
footer ul li {
    margin-bottom: 10px;
}
footer .assinatura {
    font-size: 13px;
}
footer a:hover {
    color: var(--verde);
}
#breadcrumbs {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
}
#breadcrumbs a {
    color: var(--cinzac);
}
.aj-txt h2,
.aj-txt h3,
.aj-txt h4,
.aj-txt.blog-interna h2,
.aj-txt.blog-interna h3,
.aj-txt.blog-interna h4 {
    color: var(--preto);
    margin-top: 40px;
    font-weight: 700;
}
.aj-txt ul li {
    list-style: inside;
}
.sustentabilidade {
    height: 700px;
}
.sustentabilidade .col-12:first-child {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sustentabilidade .col-12:last-child {
    padding-left: 150px;
    padding-right: 150px;
    background-image: url(images/bg-sustentabilidade.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.aj-txt.blog-interna .tit30 {
    font-weight: 700;
}
.contato-interna ul li {
    margin-bottom: 10px;
}
.contato-interna ul li i {
    color: var(--preto);
}
.contato-interna input {
    width: 100%;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid var(--lines);
}
.contato-interna textarea {
    width: 100%;
    height: 140px;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid var(--lines);
}
.contato-interna input[type="submit"] {
    width: auto;
    border: none;
    margin-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
}
.mapa iframe {
    width: 100%;
    height: 600px;
}
.nav-sidebar li {
    margin-bottom: 10px;
}
.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
}
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
    display: block;
    padding: 4px 10px;
}
.woocommerce-pagination ul li span  {
    font-weight: 700;
    background-color: var(--branco);
    border: 1px solid var(--lines);
    color: var(--preto);
    border-radius: 8px;
}
.list-perguntas-frequentes a {
    display: block;
}
.list-perguntas-frequentes figure {
    width: 52px;
    height: 60px;
    background-image: url(images/det-verde-medio.png);
    text-align: center;
}
.list-perguntas-frequentes figure i {
    line-height: 60px;
    font-size: 30px;
    color: var(--preto);
}
#accordion button {
    width: 100%;
    border-bottom: 1px solid var(--lines);
    background-color: transparent;
    position: relative;
}
#accordion  button:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#accordion  button[aria-expanded="true"]:after {
    content: "\f077";
}
.bot-wpp {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--verde);
    color: #fff;
    border-radius: 120px;
    font-size: 25px;
    animation: pulse 2s infinite;
    position: fixed;
    bottom: 110px;
    right: 10px;
    z-index: 2;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 189, 166, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 15px rgba(0, 189, 166, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(0, 189, 166, 0);
    }
}
.bot-wpp:hover {
    background: var(--verdee);
    color: var(--branco);
}

/*AVALIAÇÃO*/
.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}
.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676
}
.woocommerce #reviews h3 {
    margin: 0
}
.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}
.woocommerce #reviews #comment {
    height: 75px
}
.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before {
    content: " ";
    display: table
}
.woocommerce #reviews #comments .add_review::after {
    clear: both
}
.woocommerce #reviews #comments h2 {
    clear: none
}
.woocommerce #reviews #comments ol.commentlist {
    margin: 0 0 30px 0;
    padding-left: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}
.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before {
    content: " ";
    display: table
}
.woocommerce #reviews #comments ol.commentlist::after {
    clear: both
}
.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #e9e6ed;
    border: 1px solid #e1dde7;
    margin: 0;
    box-shadow: none
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid var(--lines);
    border-radius: 8px;
    padding: 1em 1em 0;
    background-color: var(--branco);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: " ";
    display: table
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}
.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}
.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}
.woocommerce #reviews #comments .commentlist>li::before {
    content: ""
}
.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce
}
.woocommerce .star-rating::before {
    content: "sssss";
    color: #cfc8d8;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}
.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--amarelo);
}
.woocommerce .woocommerce-product-rating {
    line-height: 46px;
    display: flex;
    align-items: center;
    background-color: var(--bgcinza);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 120px;
}
.woocommerce .woocommerce-product-rating a {
    font-size: 13px;
}
.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table
}
.woocommerce .woocommerce-product-rating::after {
    clear: both
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0 4px 0 0;
    float: left
}
.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}
.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}
.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}
.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before {
    content: " ";
    display: table
}
.woocommerce #review_form #respond::after {
    clear: both
}
.woocommerce #review_form #respond .form-submit input {
    left: auto
}
.woocommerce #review_form #respond .comment-form-comment {
    margin-bottom: 0;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    height: 110px;
    padding: 1em;
    border-radius: 8px;
    border: 1px solid var(--lines);
}
.woocommerce #review_form #respond .comment-form-author {
    width: 49%;
    float: left;
}
.woocommerce #review_form #respond .comment-form-email {
    width: 49%;
    float: right;
}
.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input {
    width: 100%;
    padding: 1em;
    border-radius: 8px;
    border: 1px solid var(--lines);
}
.woocommerce #review_form #respond .comment-form-cookies-consent {
    display: inline-block;
    font-size: 12px;
}
.woocommerce #review_form #respond .form-submit input {
    font-size: 13px;
    line-height: 45px;
    text-transform: uppercase;
}
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}
.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    content: "\e021"/"";
    text-indent: 0;
    color: var(--amarelo);
}
.woocommerce p.stars a:hover~a::before {
    content: "\e021"
}
.woocommerce p.stars:hover a::before {
    content: "\e020"
}
.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}
.woocommerce p.stars.selected a.active~a::before {
    content: "\e021"
}
.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}
.tabs.wc-tabs,
.woocommerce #review_form #respond .comment-form-author label,
.woocommerce #review_form #respond .comment-form-email label {
    display: none;
}
/*FIM AVALIAÇÃO*/
/*PRODUTO*/
.flex-viewport {
    width: calc(100% - 120px);
    float: right;
}
.woocommerce-product-gallery__image img {
    width: 100%;
    max-width: 520px;
    height: auto;
    border: 1px solid var(--lines);
    border-radius: 8px;
}
.flex-control-nav {
    width: 110px;
    float: left;
    padding-left: 0;
}
.flex-control-nav li {
    margin-bottom: 10px;
    outline-offset: -1px;
    cursor: pointer;
}
.flex-control-nav li img {
    width: 100%;
    height: auto;
    border: 1px solid var(--lines);
    border-radius: 8px;
}
.summary .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    align-items: center;
}
.summary p.price {
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 0;
}
.summary #wc-shipping-sim {
    margin-top: 50px;
    padding: 30px 30px 20px;
    border: 0;
    background-color: var(--bgcinza);
    border-radius: 8px;
}
.summary .variations {
    margin-bottom: 30px;
}
.summary .variations,
.summary .variations tbody,
.summary .variations tr,
.summary .variations th,
.summary .variations td {
    width: 100%;
    display: inline-block;
}
.summary .variations tr label {
    margin-top: 20px;
}
.summary .variations select {
    width: 100%;
    padding: 12px 15px;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid var(--lines);
}
.summary .single_add_to_cart_button {
    background-image: url(images/ico-cart.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    padding-left: 85px;
    margin-left: 15px;
}
.summary #wc-shipping-sim-results {
    font-size: 14px;
}
.summary #wc-shipping-sim-results tr {
    border: none;
}
.summary #wc-shipping-sim-results th {
    font-weight: 400;
}
.summary #wc-shipping-sim-results .col-label {
    padding: 5px 0;
}
.summary .inline-inputs #wc-shipping-sim-form-fields .button.submit,
.summary .inline-inputs #wc-shipping-sim-form-fields .input-postcode {
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 8px;
}
.summary .inline-inputs #wc-shipping-sim-form-fields {
    margin-top: 20px;
}
.summary .inline-inputs #wc-shipping-sim-form-fields .input-postcode {
    width: calc(100% - 80px);
    max-width: none;
    font-size: 15px;
    border: 1px solid var(--lines);
    padding-left: 20px;
}
.summary .inline-inputs #wc-shipping-sim-form-fields .button.submit {
    width: 80px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    background-color: var(--cinzac);
    color: var(--branco);
}
.summary #wc-shipping-sim-br-cep-finder,
.summary #wc-shipping-sim-results-after {
    font-size: 12px;
    margin-top: 10px;
}
.bullets-produto i {
    font-size: 50px;
    width: 85px;
    line-height: 85px;
    background-image: url(images/det-verde-maior.png);
    background-repeat: no-repeat;
    background-position: center;
}
.aj-txt.produto h2,
.aj-txt.produto h3 {
    font-weight: 700;
}
.informacoes-tecnicas {
    width: 100%;
}
.informacoes-tecnicas tr {
    border-bottom: 2px solid var(--branco);
}
.informacoes-tecnicas tr td {
    padding: 10px;
    background-color: var(--bgcinza);
}
.informacoes-tecnicas tr td:first-child {
    font-weight: bold;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.informacoes-adicionais {
    padding-top: 80px;
    padding-bottom: 80px;
}
.calculadora .nav button {
    background-color: rgba(0, 0, 0, 0.1);
    color: var(--branco);
    border-radius: 8px;
}
.calculadora .nav button.active {
    background-color: rgba(0, 0, 0, 0.3);
}
.calculadora input {
    width: 100%;
    line-height: 50px;
    border-radius: 8px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.calculadora select {
    width: 100%;
    line-height: 50px;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: var(--cinza);
}
.type-product form.cart {
    margin-top: 40px;
}
/*FIM PRODUTO*/
/*CARRINHO*/
body.page-template-page-finalizacao header {
    border-bottom: 1px solid var(--lines);
}
.shop_table {
    width: 100%;
    margin-top: 20px;
}
.shop_table thead tr th {
    border-bottom: 1px solid var(--lines);
    padding-bottom: 10px;
    color: var(--preto);
    background-color: transparent;
}
.shop_table tbody tr td {
    padding: 10px 0;
}
.shop_table tr.cart_item td del {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: var(--cinzac);
}
.shop_table tr.cart_item td ins {
    text-decoration: none;
}
.shop_table .product-remove a {
    font-size: 20px;
    color: var(--preto);
    display: block;
}
.shop_table .product-thumbnail img {
    width: 100px;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--lines);
}
.shop_table .product-name .variation {
    margin: 10px 0 0;
}
.shop_table .product-name .variation p {
    line-height: normal;
    margin: 0;
}
.shop_table .product-name .variation dt {
    float: left;
    margin-right: 10px;
}
.shop_table .product-quantity input {
    width: 40px;
    line-height: 48px;
    border-radius: 8px;
}
.woocommerce table.shop_table td.actions {
    border-top: 1px solid var(--lines);
    padding: 20px 0;
    vertical-align: middle;
    line-height: 1.5em;
}
.woocommerce .woocommerce-cart-form .coupon {
    float: left;
}
.woocommerce .woocommerce-cart-form .coupon label {
    display: none;
}
.woocommerce .woocommerce-cart-form .coupon input {
    padding: 0 20px;
    line-height: 48px;
    border-radius: 8px;
    border: 1px solid var(--lines);
    margin-right: 10px;
    box-sizing: border-box;
}
.woocommerce .woocommerce-cart-form button[type="submit"].button {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 8px;
    line-height: 50px;
    float: right;
    background: var(--preto);
    color: var(--branco);
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
}
.woocommerce .woocommerce-cart-form button[type="submit"][aria-disabled="true"].button {
    opacity: 0.3;
}
.woocommerce .woocommerce-cart-form .coupon button[type="submit"].button {
    background-color: var(--preto);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.woocommerce .woocommerce-cart-form .coupon button[type="submit"].button:hover {
    background-color: var(--preto);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.checkout-button {
    width: 100%;
    line-height: 55px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--branco);
    text-align: center;
    border-radius: 8px;
    background-color: var(--verde);
    display: inline-block;
    margin-top: 30px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.checkout-button:hover {
    color: var(--branco);
    background-color: var(--verdee);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.woocommerce-message {
    background: var(--bgcinza);
    padding: 10px 20px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
}
.woocommerce-message .button {
    text-decoration: underline;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
}
.cart-collaterals .shop_table tr,
table.shop_table.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px solid var(--lines);
}
.cart-collaterals .shop_table tr th,
.cart-collaterals .shop_table tr td,
table.shop_table.woocommerce-checkout-review-order-table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}
table.shop_table.woocommerce-checkout-review-order-table tr td.product-name {
    display: flex;
}
table.shop_table.woocommerce-checkout-review-order-table tr td.product-name img {
    margin-right: 10px;
}
.cart-collaterals .shop_table #shipping_method {
    margin: 0;
}
.cart-collaterals .shop_table #shipping_method li {
    list-style: none;
    /*display: flex;*/
    align-items: flex-start;
}
.cart-collaterals .shop_table #shipping_method li p {
    margin-top: 0;
}
.shipping-calculator-form {
    margin-top: 20px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f48b";
    margin-left: 10px;
    position: relative;
}
.woocommerce-shipping-calculator button[type="submit"] {
    line-height: 50px;
    border-radius: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: var(--branco);
    text-transform: uppercase;
    background: var(--preto);
    padding-left: 40px;
    padding-right: 40px;
}
.shipping-calculator-form span {
    width: 100%;
}
.shipping-calculator-form #calc_shipping_city_field,
.shipping-calculator-form #calc_shipping_postcode_field,
.shipping-calculator-form #calc_shipping_country_field,
.shipping-calculator-form #calc_shipping_state_field {
    margin-bottom: 15px;
} 
.form-row {
    margin-left: 0;
    margin-right: 0;
}
.shipping-calculator-form input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--lines);
    color: var(--preto);
}
#billing_persontype_field .select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    border-radius: 8px;
    color: var(--preto);
    padding-left: 10px;
    text-transform: none;
}
.select2-container--default .select2-selection--single {
    border: 1px solid var(--lines);
    border-radius: 8px;
    margin: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    border: 1px solid var(--lines);
}
.select2-results__option {
    padding: 6px 6px 6px 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--preto);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}
.shipping-calculator-form p {
    line-height: normal;
    margin: 0;
}
.wc-proceed-to-checkout .bot-preto {
    line-height: 55px;
    margin-top: 30px;
    font-weight: 400;
}
.wc-proceed-to-checkout .checkout-button {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}
#shipping_method li input[type="radio"] {
    margin-top: 5px;
    margin-right: 10px;
}
.wc-backward {
    display: inline-block;
    line-height: 50px;
    border-radius: 8px;
    background: var(--preto);
    color: var(--branco);
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.wc-backward:hover {
    background: var(--verde);
    color: var(--branco);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.aj-txt .list-produtos h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}
.bar-finalizacao {
    position: relative;
}
.bar-finalizacao:before {
    content: '';
    width: 60%;
    height: 2px;
    background: #ededed;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.bar-finalizacao li {
    font-size: 12px;
}
.bar-finalizacao i,
body.woocommerce-checkout.woocommerce-order-received .bar-finalizacao li:nth-child(2) i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ededed;
    color: var(--cinza);
    border-radius: 50%;
    margin: 0 auto 5px;
    font-size: 16px;
}
body.woocommerce-cart .bar-finalizacao li:first-child i,
body.woocommerce-checkout .bar-finalizacao li:nth-child(2) i,
body.woocommerce-order-received .bar-finalizacao li:last-child i {
    background-color: var(--verde);
    color: var(--branco);
}
.cart-collaterals .shop_table tr:last-child {
    border-bottom: none;
}
.shipping-calculator-form #calc_shipping_country_field,
.shipping-calculator-form #calc_shipping_state_field,
.shipping-calculator-form #calc_shipping_city_field {
    display: none !important;
}
.pickup-custom-text {
    margin: 10px 0 12px 22px;
    font-size: 13px;
    color: var(--cinza);
    display: block;
}
.pickup-custom-text strong {
    margin-bottom: 15px;
}
.entrega .woocommerce-message {
    padding: 10px 20px;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
}
/*FIM CARRINHO*/
/*CHECKOUT*/
#add_payment_method #payment, .woocommerce-cart #payment {
    border-radius: 0;
}
.woocommerce-checkout #payment {
    margin: 1em 0;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border-radius: 2px;
    line-height: 1.5;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods {
    text-align: left;
    border-bottom: 1px solid var(--lines);
    margin: 0;
    list-style: none outside;
}
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    margin: 0;
    list-style: none outside;
    margin-top: 20px;
}
.woocommerce-checkout .mp-checkout-custom-container {
    background-color: transparent !important;
}
.woocommerce-checkout .mp-checkout-pix-container,
.woocommerce-checkout .mp-checkout-ticket-container,
.woocommerce-checkout .mp-checkout-ticket-container.mp-checkout-ticket-single {
    background-color: transparent !important;
    padding: 24px 0 !important;
}
.woocommerce-checkout .mp-pix-template-container {
    background-color: transparent !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
    padding: 1em 0;
    list-style: none;
}
.woocommerce-checkout #payment ul.payment_methods li input,
.woocommerce-checkout #payment .mp-checkout-custom-card-form .mp-checkout-custom-card-input {
    border-radius: 8px !important;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]{
    margin-right: 10px;
}
#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
}
#add_payment_method #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::after {
    clear: both;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row {
    padding: 1em;
}
#ship-to-different-address {
    font-size: 13px;
    color: var(--preto);
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid var(--lines);
}
.woocommerce-checkout #payment div.form-row button.button.alt {
    width: 100%;
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: var(--branco);
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    background-color: var(--verde);
    display: inline-block;
    margin-top: 30px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.woocommerce-checkout #payment div.form-row button.button.alt:hover {
    background-color: var(--verdee);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.woocommerce-form-coupon-toggle {
    padding-bottom: 30px;
}
.woocommerce-form-coupon {
    padding-bottom: 50px;
}
.checkout_coupon input {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--lines);
    margin-right: 10px;
    box-sizing: border-box;
    float: left;
}
.checkout_coupon button[type="submit"].button,
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--branco);
    border-radius: 8px;
    background: var(--preto);
    color: var(--branco);
    padding: 10px 30px;
}
.form-carrinho .form-row {
    margin-left: 0;
    margin-right: 0;
}
.form-carrinho input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--lines);
    color: var(--cinza);
    padding: 10px;
}
.form-carrinho input[type="checkbox"] {
    width: auto;
}
.woocommerce-additional-fields textarea {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    border: 1px solid var(--lines);
    color: var(--preto);
    padding: 10px;
}
.form-carrinho .woocommerce-input-wrapper,
.woocommerce-additional-fields .woocommerce-input-wrapper {
    width: 100%;
}
label .required {
    color: red;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input {
    width: 100%;
    margin: 0;
    line-height: 50px;
    border-radius: 8px;
    padding-left: 40px;
    padding-right: 40px;
}
#order_review ul#shipping_method li {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
#order_review ul#shipping_method li:last-child label {
    margin-bottom: 0;
}
#payment ul li img.tcPaymentFlag {
    width: 100%;
    height: auto;
}
#payment .linha1,
#payment .form-row,
#payment .form-row label,
#payment .form-row input {
    width: 100%;
}
#payment .form-row input,
#payment .form-row select {
    width: 100%;
    line-height: 50px;
    border: 1px solid var(--preto);
    padding-left: 20px;
    padding-right: 20px;
}
#payment .form-row select {
    padding-top: 10px;
    padding-bottom: 10px;
}
#payment .place-order {
    padding-bottom: 20px;
}
#payment label {
    margin-bottom: 0;
}
.pagarme-method {
    border-bottom: 1px solid var(--lines) !important;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child {
    border-bottom: none !important;
}
.woocommerce-error {
    margin-bottom: 30px;
    color: red;
}
.woocommerce-error a {
    color: red;
}
#payment .mp-checkout-custom-container {
    padding: 24px 0!important;
}
#payment .mp-checkout-custom-card-form .mp-checkout-custom-card-input {
    border: 1px solid var(--preto);
    border-radius: 0 !important;
}
#billing_sex_field .select2-container {
    width: 100% !important;
}
p.woocommerce-thankyou-order-received {
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: var(--branco);
    text-align: center;
    margin-bottom: 40px;
    background-color: var(--verde);
    padding: 30px;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
}
.woocommerce-checkout .woocommerce-form-login input[type="checkbox"] {
    width: auto;
    margin-top: 15px;
}
.custom_point_checkout {
    padding: 30px 30px 20px;
    border: 0;
    background-color: var(--bgcinza);
    border-radius: 8px;
}
.custom_point_checkout:before {
    content: 'Programa de Pontos';
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: var(--preto);
    font-weight: 700;
    margin-right: 20px;
}
.woocommerce-checkout .custom_point_checkout #wps_cart_points {
    border-radius: 8px;
    border: 1px solid var(--lines);
    color: var(--cinza);
    padding: 10px;
}
.woocommerce-checkout .custom_point_checkout button#wps_cart_points_apply {
    min-height: inherit;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--branco);
    border-radius: 8px;
    background: var(--preto);
    color: var(--branco);
    padding: 12px 30px;
    margin-left: 0;
}
.woocommerce-checkout .custom_point_checkout p {
    color: var(--preto);
    font-weight: 700;
}
.woocommerce-info .showlogin, .woocommerce-info .showcoupon {
    text-decoration: underline;
}
.woocommerce-privacy-policy-text p {
    font-size: 13px;
    line-height: normal;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select, .form-row.woocommerce-invalid input[type="tel"] {
    border-color: red;
}
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: var(--wc-green);
}
.woocommerce form .form-row.woocommerce-validated input[aria-required="true"],
.woocommerce form .form-row.woocommerce-validated input.input-text[name="billing_neighborhood"] {
    border: 1px solid var(--lines);
}
#add_payment_method .checkout .checkout-inline-error-message, .woocommerce-cart .checkout .checkout-inline-error-message, .woocommerce-checkout .checkout .checkout-inline-error-message {
    color: red;
    font-size: .75em;
    margin-bottom: 0;
    margin-top: 5px;
}
.checkout_coupon .coupon-error-notice {
    width: 100%;
    float: inline-end;
    margin-top: 10px;
    color: var(--vermelho);
}
.checkout ul.woocommerce-error {
    margin-top: 30px;
}
/*FIM CHECKOUT*/
/*MINHA CONTA*/
#customer_login label {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.woocommerce-form-login input,
#customer_login input,
#customer_login span {
    width: 100%;
    display: inline;
}
.woocommerce-form-login input,
#customer_login input {
    border-radius: 8px;
    border: 1px solid var(--lines);
    color: var(--marrom);
    padding: 10px;
}
#customer_login button {
    padding: 11px 40px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: var(--branco);
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 8px;
    background: var(--preto);
    border: none;
    float: left;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
#customer_login button:hover {
    background-color: var(--preto);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
#customer_login input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
}
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
    list-style: none;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.account-orders-table tr td,
.account-orders-table tbody tr th {
    padding-top: 20px;
}
.woocommerce-order-details .order_details tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce-order-details .order_details .wc-item-meta p {
    display: inline;
    text-transform: none;
}
.woocommerce-customer-details .addresses p {
    margin: 0;
    line-height: normal;
}
.edit-account label,
.edit-account span,
.lost_reset_password label,
.lost_reset_password span {
    width: 100%;
}
.edit-account input,
.woocommerce-address-fields input,
.lost_reset_password input {
    width: 100%;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--lines);
    padding: 10px;
}
.edit-account fieldset {
    margin-top: 50px;
}
.edit-account button,
.lost_reset_password button,
.woocommerce-address-fields button {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: var(--branco);
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 8px;
    padding: 11px 40px;
    background: var(--preto);
    border: none;
    float: left;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.edit-account button:hover,
.lost_reset_password button:hover {
    background-color: var(--vermelho);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input,
.woocommerce table.shop_table td.actions button[name="update_cart"] {
    display: none;
}
.edit-account legend {
    color: var(--preto);
    font-weight: 700;
}
.lost_password {
    width: 100%;
    display: inline-block;
}
a.edit {
    text-decoration: underline;
}
.woocommerce-account .wps_wpr_each_section {
    border: 0 !important;
    padding: 0;
    box-shadow: none;
}
.woocommerce-account .wps_wpr_view_log {
    margin: 20px 0;
    font-weight: 700;
    text-decoration: underline;
}
.woocommerce-account .wps_wpr_total_points h4 {
    margin-right: 10px;
}
.woocommerce-account .wps_wpr_view_log_notice {
    background-color: var(--bgcinza);
}
.woocommerce-account .wps_wpr_common_table thead th {
    padding: 10px 0;
}
.woocommerce-password-strength.short,
.woocommerce-password-strength.bad {
    color: red;
    font-weight: 600;
}
.woocommerce-password-strength.good {
    color: darkorange;
    font-weight: 600;
}
.woocommerce-password-strength.strong {
    color: green;
    font-weight: 600;
}
/*FIM MINHA CONTA*/
/*LISTA DE DESEJOS*/
table.wishlist_table thead th {
    border-top: none;
}
table.wishlist_table {
    font-size: 15px;
}
.wishlist_table .product-add-to-cart a.button {
    text-transform: uppercase;
    padding: 0 20px !important;
}
.woocommerce table.shop_table.wishlist_table tr td {
    background: transparent;
}
.woocommerce table.shop_table.wishlist_table tr ins {
    text-decoration: none;
    font-weight: 700;
    color: var(--preto);
    display: block;
}
.wishlist_table tr td.product-thumbnail a {
    margin-right: 20px;
}
/*FIM LISTA DE DESEJOS*/
/*CARRINHO LATERAL*/
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    border-radius: 8px;
}
.upsell-item .upsell-name {
    line-height: normal;
    margin-bottom: 10px;
}
.upsell-item .upsell-name {
    width: auto;
    height: 80px;
}
.upsell-item .upsell-price {
    font-weight: 400;
}
.upsell-item .upsell-price del {
    font-size: 13px;
    color: var(--cinzac);
}
.upsell-item .upsell-price ins {
    text-decoration: none;
}
.upsell-item .add-to-cart-upsell:hover {
    color: var(--branco);
    background-color: var(--verdee);
}
/*FIM CARRINHO LATERAL*/