@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

@font-face {
    font-family: 'star';
    src: url('../../plugins/woocommerce/assets/fonts/star.eot');
    src: url('../../plugins/woocommerce/assets/fonts/star.eot?#iefix') format('embedded-opentype'),
        url('../../plugins/woocommerce/assets/fonts/star.woff') format('woff'),
        url('../../plugins/woocommerce/assets/fonts/star.ttf') format('truetype'),
        url('../../plugins/woocommerce/assets/fonts/star.svg#star') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WooCommerce';
    src: url('../../plugins/woocommerce/assets/fonts/WooCommerce.eot');
    src: url('../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix') format('embedded-opentype'),
        url('../../plugins/woocommerce/assets/fonts/WooCommerce.woff') format('woff'),
        url('../../plugins/woocommerce/assets/fonts/WooCommerce.ttf') format('truetype'),
        url('../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce') format('svg');
    font-weight: normal;
    font-style: normal;
}

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: var(--amarelo);
    position: relative;
}
.main-navigation:before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--amarelo);
    position: absolute;
    top: 0;
    left: -100%;
}
.main-navigation:after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--amarelo);
    position: absolute;
    top: 0;
    right: -100%;
}
*{border:0;margin:0;padding:0;}
html,body{height:100%;}
body{margin:0;padding:0;font-family:'Roboto',sans-serif;font-size:15px;color:var(--cinza);overflow-x:hidden;background:var(--bgcinza);}
ul,li{list-style:none;margin:0;padding:0;}
a,a:hover{text-decoration:none;color:var(--cinza)}
p{line-height:25px;margin:15px 0}
figure{margin:0}
hr{border-top: 1px solid var(--lines);}
/*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);}
/*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: #1a161f;
    --vermelho: #a40f20;
    --azul:  #175f9c;
    --amarelo: #e6b021;
    --amareloe: #d19900;
    --verde:  #0d8b12;
    --cinza: #666363;
    --bgcinza: #f5f5f5;
    --lines: #e2e2e2;
}
/*CODE*/
.title16-preto,
.aj-texto h3,
.texto-complementar-seo h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--preto);
}
.title22-line,
.aj-texto h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--preto);
}
.title22-line:after,
footer .navs-contato h4:after {
    content: '';
    width: 50px;
    height: 4px;
    background: var(--amarelo);
    display: block;
    margin-top: 10px;
}
.title30 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: var(--preto);
}
.title40 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: var(--preto);
}
.bot-azul {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--branco);
    background: var(--azul);
    display: inline-block;
    padding: 10px 30px;
}
.bot-amarelo,
.modal input[type="submit"],
.contato input[type="submit"],
.summary.entry-summary .cwgstock_button {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--branco);
    background: var(--amarelo);
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
}
.bot-verde {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--branco);
    background: var(--verde);
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
}
.bot-amarelo i,
.bot-verde i {
    font-size: 20px;
    margin-right: 10px;
}
.bot-azul:hover,
.bot-verde:hover,
.bot-amarelo:hover,
.modal input[type="submit"]:hover {
    color: var(--branco);
}
.bot-line-amarelo {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--amarelo);
    border: 1px solid var(--amarelo);
    display: inline-block;
    padding: 10px 30px;
}
.bot-line-amarelo:hover {
    background: var(--amarelo);
    color: var(--branco);
}
.minha-conta-cart {
    margin-top: 0;
}
.minha-conta-cart li {
    display: inline-block;
    position: relative;
}
.minha-conta-cart li span {
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    color: var(--branco);
    background: var(--amareloe);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}
header .aws-container .aws-search-form {
    height: 55px;
}
header .aws-container .aws-show-clear .aws-search-field {
    padding-left: 20px;
    border: none;
    -webkit-border-top-left-radius: 8px !important;
    -webkit-border-bottom-left-radius: 8px !important;
    -moz-border-radius-toprleft: 8px !important;
    -moz-border-radius-bottomleft: 8px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
header .aws-container .aws-search-form .aws-form-btn {
    background: var(--branco);
    border: none;
    -webkit-border-top-right-radius: 8px !important;
    -webkit-border-bottom-right-radius: 8px !important;
    -moz-border-radius-topright: 8px !important;
    -moz-border-radius-bottomright: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
header .aws-container .aws-search-form .aws-form-btn:hover {
    background: var(--branco);
}
.aws-search-result {
    border: none;
}
.aws-search-result ul li {
    border-bottom: 1px solid var(--lines);
}
.banner img {
    width: 100%;
    height: auto;
}
.bullets i {
    color: var(--preto);
    font-size: 35px;
    margin-right: 10px;
}
.bullets p {
    margin: 0;
    line-height: normal;
}
.bullets strong {
    display: block;
    text-transform: uppercase;
    color: var(--preto);
}
.bullets-categoria figure {
    margin-bottom: 20px;
}
.bullets-categoria a h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--preto);
    margin-bottom: 0;
}
.bullets-categoria .col-lg {
    border-right: 1px solid var(--lines);
}
.bullets-categoria .col-lg:last-child {
    border-right: none;
}
.banner1-2 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    position: relative;
}
.banner1-2 h1,
.banner1-2 h2,
.banner1-2 .bot-azul,
.banner3 figure,
.banner3 h2,
.banner3 h3 {
    position: relative;
}
.banner1-2 h1,
.banner1-2 h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--branco);
    margin-bottom: 20px;
}
.banner3 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
    position: relative;
}
.banner3 figure {
    margin-bottom: 15px;
}
.banner3 h2 {
    /*font-size: 30px;
    line-height: 30px;*/
    font-size: 28px;
    font-weight: 700;
    color: var(--branco);
    /*margin-bottom: 10px;*/
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}
.banner3 h3 {
    font-size: 14px;
    font-weight: 400;
    color: var(--branco);
    margin-bottom: 0;
    text-transform: uppercase;
}
.banner1-2 a {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 60px;
}
.banner3 a {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 180px;
}
.list-produtos .box,
.list-segmentos .box {
    background: var(--branco);
    border: 1px solid var(--lines);
    padding: 20px 20px 30px;
    height: 100%;
    position: relative;
}
.list-produtos .box figure {
    text-align: center;
    margin-bottom: 40px;
}
.list-produtos .box h2,
.list-produtos .box h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}
.list-produtos .box .desconto,
.list-produtos .box .desconto {
    position: absolute;
    top: 25px;
    right: 25px;
    background: var(--vermelho);
    color: var(--branco);
    padding-left: 5px;
    padding-right: 5px;
}
.list-produtos .box p.price {
    font-size: 22px;
    font-weight: 700;
    color: var(--preto);
    text-decoration: none;
    margin-bottom: 0;
}
.list-produtos .box p.parcelas {
    font-size: 13px;
    margin: 0;
}
.list-produtos .box .price del {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: var(--cinza);
}
.list-produtos .box .price ins,
.summary .price ins {
    text-decoration: none;
}
.ultimos-artigos-home .date,
.list-blog .date,
.aj-texto .date {
    font-size: 13px;
    margin-bottom: 5px;
    color: #8f8f8f;
}
.ultimos-artigos-home h3 {
    margin-bottom: 0;
}
footer .navs-contato {
    background: var(--preto);
    color: var(--branco);
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 13px;
}
footer .navs-contato a {
    color: var(--branco);
}
footer .navs-contato h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
footer .navs-contato ul.nav-footer li {
    line-height: 2;
}
footer .pague-assinatura {
    background: var(--branco);
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 1rem;
}
footer .pague-assinatura h5 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.bullets-rodape p {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin: 15px 0 0 0;
}
.wpp-endereco li {
    display: inline-flex;
    margin-bottom: 40px;
}
.wpp-endereco li a {
    display: inline-flex;
}
.wpp-endereco li i,
.redes-sociais li i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: var(--amarelo);
    border-radius: 50%;
    font-size: 16px;
    margin-right: 15px;
}
.wpp-endereco li h4,
.contato .wpp-endereco li h3 {
    margin-bottom: 15px;
}
.wpp-endereco li p {
    margin: 0;
    line-height: 2;
}
.redes-sociais li {
    line-height: 42px;
    display: inline-block;
}
.redes-sociais li h4,
.contato li h3 {
    margin-right: 20px;
    margin-bottom: 0;
}
.redes-sociais li h4:after {
    content: normal;
}
.redes-sociais li i {
    margin-right: 5px;
}
p#breadcrumbs {
    font-size: 13px;
    margin: 0 0 10px;
    line-height: normal;
}
.sidebar ul {
    margin-bottom: 50px;
}
.sidebar ul ul {
    margin-bottom: 0;
}
.sidebar ul li {
    line-height: 2;
}
.summary .desconto {
    background: var(--vermelho);
    color: var(--branco);
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    margin-top: 10px;
}
.summary .star-rating {
    margin-bottom: 30px;
}
.woocommerce-product-gallery .flex-viewport {
    width: calc(100% - 95px);
    float: right;
}
.woocommerce-product-gallery img {
    width: 100%;
    height: auto;
    cursor: pointer;
    outline-offset: -1px;
    outline: 1px solid var(--lines);
}
.woocommerce-product-gallery ol {
    width: 85px;
    float: left;
}
.woocommerce-product-gallery ol li {
    margin-bottom: 10px;
}
.summary p.price,
.summary .price {
    font-size: 30px;
    font-weight: 700;
    color: var(--preto);
    text-decoration: none;
    margin: 30px 0;
    line-height: normal;
    display: block;
}
.summary .parcelas {
    margin: 0 0 30px;
}
.summary .price del {
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: var(--cinza);
}
.woocommerce .summary .quantity .qty {
    width: 70px;
    line-height: 48px;
    padding-left: 10px;
    border: 1px solid var(--lines);
    float: left;
    margin-right: 5px;
    border-radius: 8px;
}
.summary button[type="submit"] {
    font-size: 14px;
    line-height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    color: var(--branco);
    font-weight: 700;
    text-transform: uppercase;
    background: var(--verde);
    border: none;
    float: left;
    border-radius: 8px;
    cursor: pointer;
}
.summary .variations .label {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: var(--preto);
    display: block;
}
.summary .variations .value {
    display: block;
    margin-bottom: 30px;
}
.summary .stock {
    display: none;
}
.tabs.wc-tabs {
    display: none;
}
#reviews h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--preto);
    margin-bottom: 20px;
}
/*RATING / COMMENTS */
.star-rating, p.stars [class^="star-"], p.stars [class*=" star-"] {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    width: 5em;
}
.star-rating:before {
    content: "\e021\e021\e021\e021\e021";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: var(--amarelo);
}
.list-produtos .star-rating:before,
.list-produtos .star-rating:before {
    float: none;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}
.star-rating span:before {
    content: "\e020\e020\e020\e020\e020";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--amarelo);
}
/* rating block specific to single product summary area */
.woocommerce-product-rating {
    display: block;
    width: 100%;
}
.woocommerce-product-rating .star-rating {
    margin: 0 auto;
    float: left;
    font-size: 1em;
}
.woocommerce-product-rating .woocommerce-review-link {
    font-size: 85%;
    width: 100%;
    margin: 0.5em 0 1.5em;
    float: left;
}
/* rating block specific to review submit form */
p.stars {
    position: relative;
    /*padding: 0.75em;*/
}
p.stars a {
    display: inline-block;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0!important;
    outline: 0;
    color: var(--amarelo);
}
p.stars a:hover, p.stars a.active {
    color: #F90;
}
p.stars a:last-child {
    border-right: 0
}
p.stars [class^="star-"], p.stars [class*=" star-"] {
    border-right: 1px solid var(--lines);
}
p.stars [class^="star-"]:after, p.stars [class*=" star-"]:after {
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0
}
p.stars a.star-1 {
    width: 2em
}
p.stars a.star-1:after {
    content: "\e021"
}
p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
    content: "\e020"
}
p.stars a.star-2 {
    width: 3em
}
p.stars a.star-2:after {
    content: "\e021\e021"
}
p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
    content: "\e020\e020"
}
p.stars a.star-3 {
    width: 4em
}
p.stars a.star-3:after {
    content: "\e021\e021\e021"
}
p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
    content: "\e020\e020\e020"
}
p.stars a.star-4 {
    width: 5em
}
p.stars a.star-4:after {
    content: "\e021\e021\e021\e021"
}
p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
    content: "\e020\e020\e020\e020"
}
p.stars a.star-5 {
    width: 6em;
}
p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021"
}
p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
    content: "\e020\e020\e020\e020\e020"
}
/* rating block specific to product listing */
ul.products li.product .star-rating {
    display: block;
    text-align: center;
    margin: 0 auto;
}
/* rating block specific to sidebar widgets */
ul.cart_list li .star-rating, ul.product_list_widget li .star-rating {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.comment-respond input {
    padding: 10px 20px;
    width: 100%;
    border: 1px solid var(--lines);
}
.comment-respond input[type="checkbox"] {
    width: auto;
}
.comment-respond textarea {
    width: 100%;
    border: 1px solid var(--lines);
    border-radius: 8px;
}
.comment-respond input[type="submit"] {
    width: auto;
    padding: 10px 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--branco);
    font-weight: 700;
    background: var(--amarelo);
    border: none;
    border-radius: 8px;
}
#reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}
#reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}
#reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
}
#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: var(--branco);
}
#reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}
#reviews .star-rating {
    float: right;
}
.comment-form-author {
    width: calc(50% - 10px);
    float: left;
    margin: 0;
}
.comment-form-email {
    width: calc(50% - 10px);
    float: right;
    margin: 0;
}
.comment-form-cookies-consent {
    display: inline-block;
    margin: 20px 0 0 0;
}
.comment-form-comment p {
    margin: 0;
}
/*FIM RATING*/
/*ALERTAS*/
.woocommerce-message {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: var(--bgcinza);
}
.woocommerce-message a,
.woocommerce-info a,
.return-to-shop a.button.wc-backward {
    text-decoration: underline;
}
.woocommerce-message a.button.wc-forward,
.woocommerce-message a.restore-item,
.return-to-shop a.button.wc-backward {
    color: var(--preto);
    font-weight: 700;
}
.woocommerce-error {
    background-color: red;
    color: var(--branco);
    padding: 20px;
    margin-bottom: 30px;
}
.woocommerce-info {
    background: var(--branco);
    padding: 20px;
    margin-bottom: 30px;
}
/*FIM ALERTAS*/
/*CARRINHO*/
.woocommerce table.shop_table {
    border: 1px solid var(--lines);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    background: var(--branco);
}
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: auto;
}
.woocommerce table.shop_table td {
    border-top: 1px solid var(--lines);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.woocommerce table.shop_table td p {
    margin: 0;
}
.woocommerce table.shop_table td .woocommerce-shipping-calculator p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.woocommerce table.shop_table td .qty {
    width: 75px;
    padding-left: 20px;
    border: 1px solid var(--lines);
    line-height: 50px;
    border-radius: 8px;
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid var(--lines);
}
.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: 50px;
    border: 1px solid var(--lines);
    margin-right: 10px;
    box-sizing: border-box;
    border-radius: 8px;
}
.woocommerce .woocommerce-cart-form button[type="submit"].button {
    line-height: 50px;
    float: right;
    background: var(--cinza);
    color: var(--branco);
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 8px;
}
.woocommerce .woocommerce-cart-form .coupon button[type="submit"].button {
    background: var(--verde);
}
.wc-proceed-to-checkout a {
    width: 100%;
    text-align: center;
}
.wc-proceed-to-checkout .checkout-button {
    padding: 15px 40px;
    font-size: 15px;
    color: var(--branco);
    font-weight: 700;
    background: var(--verde);
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    display: block;
}
.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;
    background: var(--cinza);
    color: var(--branco);
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 8px;
}
.shipping-calculator-form span {
    width: 100%;
}
.shipping-calculator-form .form-row {
    margin-left: 0;
    margin-right: 0;
}
.shipping-calculator-form input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid var(--lines);
    color: var(--cinza);
    border-radius: 8px;
}
.select2-container .select2-selection--single {
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: var(--cinza);
    padding-left: 20px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid var(--lines);
    border-radius: 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(--cinza);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.woocommerce-form.woocommerce-form-login.login input {
    width: 100%;
    line-height: 50px;
    border: 1px solid var(--lines);
    color: var(--cinza);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}
#customer_login input#rememberme {
    width: auto;
}
.woocommerce-form.woocommerce-form-login.login {
    padding-bottom: 30px;
}
ul#shipping_method li input {
    margin-right: 10px;
    margin-top: 4px;
}
/*FIM CARRINHO*/
/*CHECKOUT*/
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: var(--branco);
    border-radius: 0;
    border: 1px solid var(--lines);
}
#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%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: var(--bgcinza);
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid var(--bgcinza);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
#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;
    font-weight: 400;
}
#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: 14px;
    color: var(--cinza);
    font-weight: 700;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid var(--lines);
}
.woocommerce-checkout #payment div.form-row button.button.alt {
    width: 100%;
    padding: 15px 40px;
    font-size: 15px;
    color: var(--branco);
    font-weight: 700;
    background: var(--verde);
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
}
.checkout_coupon {
    border-bottom: 1px solid var(--lines);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.checkout_coupon input {
    padding: 0 20px;
    line-height: 50px;
    border: 1px solid var(--lines);
    margin-right: 10px;
    box-sizing: border-box;
}
.checkout_coupon button[type="submit"].button {
    line-height: 50px;
    background: var(--cinza);
    color: var(--branco);
    padding-left: 30px;
    padding-right: 30px;
}
.form-carrinho .form-row {
    margin-left: 0;
    margin-right: 0;
}
.form-carrinho input {
    width: 100%;
    line-height: 50px;
    border: 1px solid var(--lines);
    color: var(--cinza);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
}
.form-carrinho input[type="checkbox"] {
    width: auto;
}
.woocommerce-additional-fields textarea {
    width: 100%;
    height: 100px;
    border: 1px solid var(--lines);
    color: var(--cinza);
    padding: 20px;
}
.form-carrinho .woocommerce-input-wrapper,
.woocommerce-additional-fields .woocommerce-input-wrapper {
    width: 100%;
}
label .required {
    color: red;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, 
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default .select2-selection--single {
    border-radius: 8px;
}
#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: 20px;
    padding-right: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    float: left;
    margin-top: 4px;
}
#order_review ul#shipping_method li {
    display: inline-flex;
}
#order_review ul#shipping_method li input {
    margin-top: 4px;
}
#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 {
    border: 1px solid var(--lines);
    border-radius: 8px;
    line-height: 30px;
}
#payment .place-order {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
/*FIM CHECKOUT*/
/*PAINEL CLIENTE - MINHA CONTA*/
#customer_login span, #customer_login p {
    width: 100%;
}
#customer_login .woocommerce-form-login__rememberme {
    width: 100%;
}
#customer_login input {
    width: 100%;
    line-height: 50px;
    border: 1px solid var(--lines);
    color: var(--cinza);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
}
#customer_login button {
    line-height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    color: var(--branco);
    font-weight: 700;
    background: var(--verde);
    border: none;
    text-transform: uppercase;
    border-radius: 8px;
}
.woocommerce-MyAccount-navigation ul {
    text-align: center;
    border-top: 1px solid var(--lines);
    border-top: 1px solid var(--lines);
    border-bottom: 1px solid var(--lines);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    border-right: 1px solid var(--lines);
    padding-right: 20px;
    margin-right: 20px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--azulc);
}
.woocommerce-MyAccount-content input {
    width: 100%;
    line-height: 50px;
    border: 1px solid var(--lines);
    color: var(--cinza);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
}
.woocommerce-MyAccount-content .woocommerce-input-wrapper,
.woocommerce-MyAccount-content .password-input {
    width: 100%;
}
.woocommerce-MyAccount-content button[type="submit"] {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    color: var(--branco);
    background: var(--cinza);
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 8px;
    cursor: pointer;
}
.woocommerce-MyAccount-content .form-row {
    margin-left: 0;
    margin-right: 0;
}
.woocommerce-ResetPassword.lost_reset_password input {
    width: 100%;
    line-height: 50px;
    border: 1px solid var(--lines);
    color: var(--cinza);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
}
.woocommerce-ResetPassword.lost_reset_password button {
    padding: 15px 40px;
    font-size: 15px;
    color: var(--branco);
    font-weight: 700;
    background: var(--verde);
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
}
.form-row {
    margin-right: 0px;
    margin-left: 0px;
}
/*FIM PAINEL CLIENTE - MINHA CONTA*/

.list-segmentos .box figure {
    text-align: center;
    margin-bottom: 30px;
}
.modal input,
.contato input {
    width: 100%;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid var(--lines);
    border-radius: 8px;
    margin-bottom: 20px;
}
.modal textarea,
.contato textarea {
    width: 100%;
    height: 100px;
    padding: 20px;
    border: 1px solid var(--lines);
    border-radius: 8px;
    margin-bottom: 10px;
}
.modal input[type="submit"],
.contato input[type="submit"] {
    width: auto;
    line-height: normal;
    border: none;
    margin-bottom: 0;
}
.aj-texto h2,
.aj-texto h3,
.texto-complementar-seo h3 {
    margin-top: 30px;
}
.aj-texto figure {
    margin-bottom: 30px;
}
.aj-texto ul li,
.texto-complementar-seo ul li {
    list-style: disc;
    margin-left: 15px;
    line-height: 2;
}
.galeria-segmentos figure {
    height: 100%;
    background: var(--branco);
    border: 1px solid var(--lines);
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--amarelo) !important;
}
.list-blog figure {
    height: 190px;
    overflow: hidden;
    margin-bottom: 30px;
}
.contato h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--preto);
    font-weight: 700;
}
.contato i {
    color: var(--branco);
}
.contato .col-lg-7 p:first-child {
    margin-top: 0;
    margin-bottom: 30px;
}
.mapa iframe {
    display: block;
}
.wpp a {
    width: 153px;
    height: 79px;
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 2;
}
footer .navs-contato .newsletter h4 {
    margin-bottom: 10px;
}
.newsletter p {
    margin: 0;
}
footer .navs-contato hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    margin-bottom: 40px;
}
footer .navs-contato .newsletter input {
    width: 70%;
    line-height: 50px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 20px;
    float: left;
}
footer .navs-contato .newsletter input[type="submit"] {
    width: 30%;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;

    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--branco);
    background: var(--amarelo);
    padding-left: 0;
    cursor: pointer;
}
.wcb-md-modal {
    max-width: 495px;
}
.wcb-coupon-box .wcb-md-content .wcb-modal-header {
    line-height: normal;
    padding: 60px 50px 0;
    text-align: left;
    font-weight: 700;
}
.wcb-coupon-box .wcb-modal-body {
    padding: 40px 50px 150px;
}
.wcb-coupon-box .wcb-modal-body strong {
    font-weight: 700;
}
.wcb-coupon-box .wcb-modal-body strong span {
    color: var(--azul);
}
.wcb-coupon-box .wcb-modal-body span.cupom {
    background-color: var(--azul);
    color: var(--branco);
    padding: 2px 5px;
    border: 2px dashed var(--preto);
    font-weight: 700;
}
.wcb-coupon-box .wcb-modal-body .ppromo-menor {
    font-size: 14px;
    font-weight: 700;
}
.wcb-coupon-box .wcb-modal-body .wcb-coupon-box-newsletter .wcb-newsletter-form .wcb-input-group,
.wcb-coupon-box .wcb-newsletter-form .wcb-input-group .wcb-input-group-btn {
    width: 100%;
    display: inline-block;
}
.wcb-coupon-box .wcb-modal-body .wcb-coupon-box-newsletter .wcb-newsletter-form input {
    width: 100%;
    line-height: 50px;
    padding: 20px 25px;
    margin-bottom: 5px;
}
.summary.entry-summary .cwginstock-subscribe-form .panel-primary>.panel-heading {
    padding: 15px;
    background-color: var(--preto);
    border-color: var(--preto);
}
.summary.entry-summary .cwginstock-subscribe-form .panel-primary>.panel-heading h4 {
    margin-bottom: 0;
}
.summary.entry-summary .cwginstock-panel-body input[type=text], .summary.entry-summary  .cwginstock-panel-body input[type=email] {
    line-height: 50px;
    border-radius: 8px;
}
.summary.entry-summary .cwginstock-subscribe-form .panel-primary {
    border-color: var(--preto);
}
.summary.entry-summary .cwginstock-subscribe-form .panel-body {
    padding: 30px 15px 15px;
}