@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;900&display=swap');
@import url('utils.css');
:root {
  --primary: #009640;
  --secondary: #E6332A;
  --tertiary: #E8CC00;
}
a{color: var(--primary)}
.container{width: 100%}
@media(min-width: 1640px){
    .container{max-width: 1640px;}
}
.transition{-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
.clear{width: 100%; clear: both;}
.clear10{width: 100%; height: 10px; clear: both;}
.clear20{width: 100%; height: 20px; clear: both;}
.clear30{width: 100%; height: 30px; clear: both;}
.clear40{width: 100%; height: 40px; clear: both;}
.clear50{width: 100%; height: 50px; clear: both;}
.clear60{width: 100%; height: 60px; clear: both;}
.clear70{width: 100%; height: 70px; clear: both;}
.clear80{width: 100%; height: 80px; clear: both;}
.clear90{width: 100%; height: 90px; clear: both;}
.clear100{width: 100%; height: 100px; clear: both;}
h2{font-size: 24px; font-weight: 600; margin-bottom: 20px; text-transform: uppercase; }
.pulse {box-shadow: 0 0 0 0 rgba(0, 0, 0, 1); transform: scale(2);}
body {font-family: 'Montserrat', sans-serif; font-weight: 400; color: #515151; font-size: 14px; line-height: 20px; width: 100%; overflow-x: hidden;}
/* ////////// HEADER ///////////*/
#header{position: relative; z-index: 1000; width: 100%; background: #fff; font-weight: 600; color: var(--tertiary)}
#header.fixar{position: fixed; top: 0; left: 0;}
#top{background: var(--primary); color: #fff; padding: 10px 0; font-size: 12px; text-transform: uppercase;}
#top a{color: #fff;}
#top .top-flex{justify-content: flex-end;}
#top .top-flex > *{margin-left: 30px;}
#top .top-flex > *:before{content:' | '; margin-right: 30px; color: #ddd}
#top .top-flex > *:first-child:before{display: none}
.social a{font-size: 16px; margin-right: 10px;}
.search{min-width: 450px; box-shadow: 0 5px 10px rgba(0,0,0,0.1) ;border-radius: 50px; }
.search input{border-radius: 50px; border-top-right-radius: 0; border-bottom-right-radius:0; border:none; font-size: 12px;}
.search .btn{border-radius: 50px;  background: var(--primary); border-left: none;  border:none;}
.search .btn i{color:#fff}
#cart-total{position: relative; cursor: pointer}
#cart-total h4{margin:0; font-weight: bold; font-size: 14px; color: #000}
/*#cart-total span{width: 20px; height: 20px; line-height: 20px; text-align: center; background: var(--primary); color: #fff; position: absolute; top: -10px; right: -10px; border-radius: 100%;}*/
@media(max-width: 767px){
#cart-total{background: var(--primary); border-radius: 5px; padding: 5px 10px;}
#cart-total svg path{fill:#fff;}
#cart-total span{margin-left: -6px; color: #fff;}
#cart-total span > span{display: none}
#cart-total h4{display: none}
#logo{margin:auto; padding:0 15px;}
}


#cart-window{position: fixed; width: 500px; right: -500px; top: 0; height: 100%; background: #fff; z-index:30000; padding: 20px; padding-bottom: 170px; overflow: auto; display: table;}
#cart-window.mostrar,#cart-window .total.mostrar{right: 0;}
#cart-window ul{padding: 0; margin: 0}
#cart-window li{list-style: none;}
#cart-window h3{font-weight: bold; }
#cart-window .total{position: absolute; bottom: 0; width: 500px; right: 0; padding: 20px; background: #fff;}
/* MENU */
#menu{margin-bottom: 0; border-top:solid 1px #eee; border-bottom:solid 8px var(--primary);}
.menu{list-style: none; padding:0; margin:0; float: left; display: flex; width: 100%; justify-content: center; flex-wrap: wrap;}
.menu li{position: relative;}
.menu > li > a{float: left; text-transform: uppercase; font-weight: 600; padding: 15px 15px; color:#777}
.menu > li > a:hover{color:var(--primary);text-decoration: none}
.menu > li:hover .submenu{
	max-height:1000px; -webkit-transform:perspective(400) rotate3d(0,0,0,0);
}
@media(max-width:1542px){
    .menu > li > a{font-size: 12px; padding: 15px 10px;}
}
.submenu{position: absolute; min-width: 160px; top: 100%; margin-top: 2px; background: #fff;left: 0;z-index: 10;max-height:0;overflow:hidden;-webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);-webkit-transform-origin:50% 0;-webkit-transition:350ms;-moz-transition:350ms;-o-transition:350ms;transition:350ms;-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05); border:solid 1px #ddd; border-radius:10px; padding:15px 15px 20px 15px; opacity: 0;}
.submenu .dropdown-inner{display: flex;}
.submenu ul{min-width: 160px; margin-bottom: 0;}
.submenu ul > li > a.father{font-size:12px;margin-top:5px; font-weight: 700; color: #222}
.submenu ul > li > a{font-size:12px; display: table; font-weight: normal; color: #222; padding: 2px 0}
.submenu ul > li > a:hover{text-decoration: none; color: var(--primary)}
.dropdown:hover .submenu{
	max-height:1000px; -webkit-transform:perspective(400) rotate3d(0,0,0,0); opacity: 1;
}
#menu-icon{font-size:30px; color: #000; padding: 15px; }
#menu-mobile{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1001; background: rgba(0,0,0,0.1); display: none; overflow: hidden;}
#menu-mobile-content.active{left: 0;}
#menu-mobile-content{width: 85%; height: 100%; overflow: auto; padding: 15px; color: var(--tertiary); position: fixed; top: 0; left: -100%; z-index: 1002; background: #fff}
#fechar-mobile{float: right; cursor: pointer;}
#fechar-mobile i{color: #999; font-size: 22px;}
#menu-mobile-content .menu{margin-top: 20px;}
#menu-mobile-content .itens{padding: 15px 0; clear: both; border-bottom: solid 1px #eee;}
#menu-mobile-content .itens a{color: var(--tertiary)}
#menu-mobile-content .social{ border-bottom: none;}
#menu-mobile-content .social a{margin-right: 15px;}
#menu-mobile-content h4{color: var(--tertiary);}
@media(max-width:991px){
    .menu{display: block}
    .menu li{width: 100%; float: left;}
    .menu li{width: 100%; float: left;}
    .menu > li > a{padding-left: 0; padding-top: 10px; padding-bottom: 10px;}
    .menu-father{ pointer-events: none;}
    .menu a:hover{color: var(--primary) !important}
    .menu .submenu{position: relative; width: 100%; float: left; max-height: 1000px; display: none}
    .menu .submenu .list-unstyled {width: 100%; min-width: 100%;}
    .menu .submenu .dropdown-inner{display: block}
    .menu > li:hover .submenu{
        display: block;
    }
    .icon-cart{margin-left: auto}
}
/* ////////// SLIDE ///////////*/
#slideshow1{display: none;}
#contatohome1{display: none;}

#banners{margin-top: 30px;}

@media(max-width:767px){
    #slideshow0{display: none;}
    #slideshow1{display: block;}
    #contatohome0{display: none;}
    #contatohome1{display: block;}
}
.swiper-viewport{margin-bottom:0 !important; }
.swiper-pager > div{width: 54px; height: 54px; position: absolute; z-index: 20; top: 50%; margin-top: -27px; text-align: center; border:solid 2px var(--primary); border-radius: 100%; line-height: 54px; cursor: pointer;}
.swiper-pager > div:hover{border-color: var(--secondary);}
.swiper-pager > div i{position: relative; color: #fff;}
.swiper-pager > div:before{content: ""; width: 42px; height: 42px; background:var(--primary); border-radius: 100%; position: absolute; top: 4px; left: 4px; z-index: 0}
.swiper-pager > .button-prev{left: 20px; }
.swiper-pager > .button-next{right: 20px; }
.promocional-bar{width: 100%; float: left; padding: 30px 0;}
.promocional-bar .item{margin:0 20px;}
.promocional-bar .item h5{font-size: 16px; font-weight: 600}
.promocional-bar svg path{fill: var(--primary)}
@media(max-width: 991px){
    .promocional-bar .item h5{font-size: 14px;}
}
@media(max-width: 767px){
    /*.promocional-bar .item{display: table !important; text-align: center; margin:0 0 20px 0;}*/
    .promocional-bar > .container > .d-flex{display: block !important}
    .promocional-bar .item{width:100%; float: left; padding:15px 0; border-bottom: solid 1px #eee; margin:0;}
    .promocional-bar .item:last-child{border-bottom: none}
    .promocional-bar .item h5{font-size: 12px;}
    .promocional-bar svg{width: 50px;}
}
#banners{background: url(../image/bg-banners.png) center center repeat-x; width: 100%; float: left; margin-bottom: 50px}
.heading-title{font-size:30px; font-weight:bold; text-align:center; text-transform: uppercase; margin-top: 50px; margin-bottom: 20px;}
/* ////////// PRODUCT_THUMB ///////////*/
.product-thumb{text-align: center; margin-bottom: 40px; position: relative;}
.product-thumb .image{position: relative;}
.product-thumb .thumb2{position: absolute; top: 0; left: 0; opacity: 0; width: 100%;}
.product-thumb .caption{position: relative;}
.product-thumb .button-group{position: absolute; opacity: 0; top: -50px; width: 100%; text-align: center;}
.product-thumb .button-group button{border:none; background: var(--primary); color: #fff; border-radius:10px; padding: 10px 14px;}
.product-thumb .button-group button:hover{background: var(--secondary)}
.product-thumb:hover .button-group{top: -80px; opacity: 1;}
.product-thumb .image:hover .thumb2{opacity: 1;}
.product-thumb h4 a{font-size: 14px; font-weight: bold; color:#000}
.product-thumb .price{font-size: 18px; font-weight: bold; margin-bottom: 0; color: var(--primary); display: flex; justify-content: center;}
.product-thumb .price-old{font-size: 16px; font-weight:normal; text-decoration: line-through; color: #999; margin:0 10px;}
.product-thumb .parcelamento {margin-top: 5px; font-size:12px;}
.product-thumb .description {display: none; margin-top: 10px;}
.free_shipping{padding:4px 10px; background: orange; color: #fff; font-weight: bold; display: inline-block; margin-bottom: 10px; border-radius: 10px;}

/* ////////// PRODUCT_LIST ///////////*/
.product-list .product-thumb{border-bottom: solid 1px #eee; width: 100%; float: left; padding-bottom: 20px; margin-bottom: 20px; position: relative; display: flex}
.product-list .image{max-width: 250px; margin-right: 20px;}
.product-list .product-thumb .caption{float: left; text-align: left}
.product-list .button-group{opacity: 1; position: relative; top: auto; margin-top: 20px; text-align:left}
.product-list .product-thumb:hover .button-group{top: auto;}
.product-list .product-thumb .description {display: block}
.product-list .product-thumb .price{justify-content: flex-start;}
.product-list .product-thumb .price-old{margin-left: 0}
@media(max-width:767px){
    .product-thumb{text-align: center;}
    .product-thumb .image{text-align: center; float: none; display: table; margin:auto}
    .product-thumb .thumb2{display: none;}
    .product-thumb .caption{width: 100%; text-align: center; padding: 5px}
    .product-thumb .price{flex-wrap: wrap; justify-content: center;}
    .product-thumb .price-old{order:-1; }
}
/* ////////// PRODUCT ///////////*/
#product-product h1{font-size: 25px; font-weight: bold; color: #000}
#product-product a{color: var(--primary)}
#product-product .buttons a{margin-right: 10px; cursor: pointer}
#product-product .buttons i{font-size: 25px;}
#product-product .product-title{margin:0}
#parcelamento{margin-top: 20px; cursor: pointer}
#parcelamento:hover{border-color: var(--primary)}
#parcelamento h4{padding: 0; margin:0; font-size: 12px; font-weight: bold; color: var(--primary)}
#parcelamento h3{border-bottom: none; margin-bottom:0; padding-bottom: 0;}
.parcelas{column-count:2; margin-bottom: 0; max-height:0; overflow:hidden; -webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);-webkit-transform-origin:50% 0;}
.parcelas li{font-size: 14px; line-height: 24px;}
#parcelamento.active .parcelas{max-height:1000px; -webkit-transform:perspective(400) rotate3d(0,0,0,0);}
.botoes-quantidade{background: #fff;}
#input-quantity{background: none; border:none;}
.variation a{border:solid 2px transparent; display: inline-block;}
.variation a.active{border-color:var(--primary);}
@media(max-width:1689px){
    .parcelas li{font-size: 12px;}
    .parcelas li span{display: none}
}
@media(max-width:767px){
    #product-product .product-title{font-size: 40px;}
}

#parcelamentos{margin-top: 10px; }
#parcelamentos li{margin:5px 0; border-top:solid 1px #eee; padding-top: 5px; font-size: 12px;}
#parcelamentos li > div{padding: 5px;}

#tab-description iframe,#tab-description img{max-width: 100%}
@media(max-width: 767px){
    .parcelas{column-count:1;}
}
#instagram i{font-size: 60px; color: var(--primary)}
#instagram .text a{font-size: 22px; color: var(--primary)}
#instagram h2{margin-bottom: 4px;}

@media(max-width: 767px){
    #instagram{text-align: center;}
    #instagram .d-flex{display: block !important;}
}

#sobre{padding:50px 0;}
#sobre h2{font-size: 40px; color: var(--primary); text-transform: none;  font-weight: 900}
#sobre .row{display: flex;}
@media(max-width: 767px){
#sobre .row{display: block;}
}
/* ////////// SWAL ALERT ///////////*/
.swal2-popup.swal2-toast{box-shadow:0 0 15px rgba(0,0,0,0.5)}
.swal2-popup.swal2-toast .swal2-content{font-size: 16px; padding-left: 5px;}
.swal2-popup.swal2-toast .swal2-content a{font-weight: bold}
.toast-error{background: #ed0000 !important}
/* ////////// BREADCRUMB ///////////*/
.breadcrumb{padding: 15px 0; background: #F9F9F9; margin-bottom: 40px; position: relative;}
.breadcrumb a{font-size: 14px; color: #9C9C9C}
.breadcrumb li{margin-right: 15px;}
.breadcrumb li:after{content:"/"; margin-left: 15px; color: #ddd}
.breadcrumb li:last-child:after{display: none}
@media(max-width:767px){
    .breadcrumb{margin-bottom: 20px;}
}
/* ////////// BOX ///////////*/
.box{padding:30px; border:solid 1px #eee; margin-bottom: 30px; display: table; width: 100%; border-radius: 10px;}
.box h3{font-size: 16px; font-weight: bold; color: var(--primary); text-transform: uppercase; margin-top: 0; padding-bottom: 20px; border-bottom: solid 1px #eee; margin-bottom: 30px;}
.box-menu{list-style: none; padding: 0; margin:0}
.box-menu > li > a{font-size: 16px; font-weight: 600; color:#999; padding: 5px 0; display: table; }
.box-menu > ul > li > a{ color:#999; padding: 3px 0; display: table;}
.box-menu > ul > ul{background: #eee; padding: 10px; margin:5px 0}
.box-menu > ul > ul > li > a{ color:#999; padding: 3px 0; display: table;}
.box-menu ul{list-style: none; margin-left: 0; padding-left: 20px}
.box-menu a:hover{text-decoration: none; color: var(--primary)}
.box-tabs{display: table; margin-bottom: 0; margin-left: 10px;}
.box-tabs a{font-size: 14px; font-weight: bold; color: var(--tertiary) !important; padding: 20px; display: table;}
.box-tabs .active a{color: var(--primary) !important; border-bottom:solid 4px var(--primary); }
@media(max-width:767px){
    .show-next + div{display: none}
}
/* ////////// FORMS BUTTONS ///////////*/
.form-control{border:solid 1px #777; box-shadow: none}
.form-control:focus{box-shadow: none; border-color:#444}
.form-control::placeholder{color: #999;}
button:focus{outline:none !important}
.btn, .form-control{border-radius: 30px; padding:10px 20px; height: auto}
.btn.active, .btn:active{box-shadow:none; border:none}
.btn-default{background: #efefef; border-color: #efefef}
.btn-default:active{background: #ddd; border-color: #ddd; }
.input-group-addon{border:none;  background: #ccc}
.btn-primary{background: var(--primary); border-color: var(--primary)}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{background: var(--secondary) !important; border-color: var(--secondary)}
#compare-total{color: #777}
.box-checkbox{padding: 10px; border:solid 1px #ddd; display: inline-block; vertical-align: top; margin-right: 6px; margin-bottom: 6px; position: relative; border-radius: 5px;}
.box-checkbox:hover{border-color: var(--primary)}
.box-checkbox input{position: absolute; width: 100%; height: 100%; left: 0; top: 0; margin:0; opacity: 0; cursor: pointer; border:solid 1px transparent;}
.box-checkbox label{font-size: 14px; color:#9C9C9C; font-weight: normal; margin-bottom: 0;}
.box-checkbox.active{background: var(--primary); border-color: var(--primary)}
.box-checkbox.active label{color: #fff;}
.button-cart-fixed{position: fixed; bottom: 0; left:0; width:100%; z-index: 300; text-align: left; border:none;}
.button-cart-fixed h4{font-weight: bold; font-size: 20px; margin:0}
.button-cart-fixed small{font-size: 12px; font-weight: normal; color: #fff;}
.button-cart-fixed-text{font-size: 16px; font-weight: bold; text-transform: uppercase;}
.panel-default>.panel-heading{background: #fff; padding-top:20px; padding-bottom: 20px;}
legend{padding-bottom: 15px; margin-top: 20px;  float: left}
/* ////////// CART ///////////*/
#cart a{color:#777; font-weight: bold;}
#table-cart .item{width: 100%; border-bottom: solid 1px #eee;}
#table-cart .item .col-img{padding-right: 20px; min-width: 100px;}
#table-cart .item .flex{flex:1;}
#table-cart .item h4 a{font-size: 14px; font-weight: bold; color:var(--tertiary); }
#table-cart .item h4{ margin-top:0; margin-bottom: 0; font-weight: bold; color: #999; font-size: 14px;}
#table-cart .item > div:last-child{text-align: right;}
#table-cart .item > div{padding: 5px;}
#table-cart .col-total{font-weight: bold; min-width: 110px;}
@media(max-width: 767px){
  #table-cart .item{display: table !important;}
  #table-cart .item .flex{width: 100%;}
}
/* ////////// FOOTER ///////////*/
footer{border-top: solid 1px #eee; margin-top: 50px;}

#footer-bar{width: 100%; float: left; background: #eee; padding: 14px 0}
#footer-bar .flex-icons{display: flex;}
#footer-bar h5{font-size: 16px; font-weight: bold; text-transform: uppercase;}
#footer-bar .text{font-size: 14px; max-width: 300px;}
.flex-icons > div:first-child {margin-right: 10px; min-width: 64px;}
@media(max-width: 767px){
    footer{text-align: center;}
    #footer-bar .flex-icons{display: table; margin:20px auto;}
    #footer-bar .flex-icons img{display: table; margin:auto;}
}
#footer-bar2{background:var(--primary); padding:40px 0; color: #fff; width: 100%; float: left;  border-bottom: solid 1px #ddd;}
#footer-bar2 a{color: #fff;}
#footer-bar2 h5{color: #fff; text-transform: uppercase;  font-weight: bold; margin-bottom: 30px;}
#footer-bar2 ul li{margin:10px 0}
@media(max-width:767px){
    #footer-bar2 h5{margin-top: 40px;}
}
#footer-bar3{text-align: center; padding:40px 0}
#footer-bar3 a{color:#000; font-size: 18px; margin:5px;}

@media(max-width: 767px){
.bt-whatsapp-flutuante > span{display: none}

}
