@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: #009360;
  --secondary: #96d032;
  --tertiary: #777777;
  --quartenary: #773610;
}

*::-webkit-scrollbar{
	background:#fff !important;
    box-shadow: none !important;
	width:10px;
}

*::-webkit-scrollbar-thumb{
	background:#ccc !important;
	width:40px;
	border-radius:20px !important;
    box-shadow: none !important;
}


a{color: var(--primary)}
.container{width: 100%}
@media(min-width: 1640px){
    .container{max-width: 1640px;}
}


.img-responsive { max-width: 100%; }
.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;}

.product-offer-tags { position: absolute; left: 0; top: 15px; z-index: 10; text-align: left; width: 100%; }
.product-offer-tags .label { min-width: 100px; padding: 3px 17px 5px 17px; font-size: 15px; border-radius: 0; }

h1.logo-header{font-size:35px; margin:0; font-weight: bold; color: var(--primary);}
h2{font-size: 24px; font-weight: 600; margin-bottom: 20px;}

.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;}

.swiper-slide img{width: 100%;}

.flex1{flex: 1;}

#cart-window{position: fixed; width: 500px; right: -500px; top: 0; height: 100%; background: #fff; z-index:1000; 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 #cart{overflow-y: auto;}
#cart-window .total{position: absolute; bottom: 0; width: 500px; right: 0; padding: 20px; background: #fff;}

/* MENU */
#menu{margin-bottom: 0;}
.menu{list-style: none; padding:0; margin:0; float: left; display: flex; justify-content: center; width: 100%;}
.menu li{position: relative;}
.menu > li > a{float: left; font-weight: 600; padding: 15px 15px; color: var(--tertiary); text-align: center;}
.menu .menu-icon{text-align: center; margin-bottom: 5px;}
.menu .menu-icon img{display: inline-block; max-height: 50px;}
.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:1199px){
    .menu > li > a{font-size: 12px;}
}
@media(max-width:991px){
    .menu > li > a{font-size: 18px;}
}

.menu .father{font-size: 14px; padding: 6px 0; display: table; color: var(--tertiary) !important;}
.menu .grandchild{font-size: 14px; padding: 2px 0; opacity: .5; display: table; padding-left: 10px;}
.menu .grandchild:hover{opacity: 1;}



.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: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: 100%; height: 100%; overflow: auto; padding: 15px; color: var(--tertiary); position: fixed; top: 0; left: -100%; z-index: 1002; background: #fff; display: flex; flex-direction: column;}
#menu-mobile-content > div:last-child{margin-top: auto;}
#fechar-mobile{float: right; cursor: pointer;}
#fechar-mobile i{color: #999; font-size: 22px;}
#menu-mobile-content .itens{padding: 15px 0; clear: both; border-bottom: solid 1px #eee;}
#menu-mobile-content .social{ border-bottom: none;}
#menu-mobile-content .social a{margin-right: 15px;}
#menu-mobile-content h4{color: var(--primary);}
#menu-mobile-content svg path{fill: var(--primary);}


.submenu-mobile{display: none; width: 100%; margin-bottom: 20px; float: left;}

@media(max-width:991px){
    .menu-icon{float: left; margin-right: 10px; margin-bottom: 0 !important;}
    .menu a span{align-self: center;}
    .menu li{width: 100%; float: left;}
    .menu > li > a{padding-left: 0; padding-top: 10px; padding-bottom: 10px;}
    .menu a.active i{transform: rotate(-180deg);}
    .menu a:hover{color: var(--primary) !important}
}

/* ////////// SLIDE ///////////*/
.owl-nav button.owl-prev{left: 20px;}
.owl-nav button.owl-next{right: 20px;}
.owl-nav button{position: absolute; top: 50%; height: 40px; margin-top: -20px;}
.owl-nav button span{font-size: 60px; color: #777;}
.owl-nav button:hover span{color: var(--primary);}

.lis-module {margin-top: 50px;}
.lis-module .heading-title{display: none;}

.heading-title{font-size:30px; text-align:center; margin-top: 50px; margin-bottom: 20px; color: var(--tertiary);}
.heading-title::after{content:""; width: 150px; height: 2px; background: var(--primary); border-radius: 50px; display: table; margin:20px auto;}

/* ////////// PRODUCT_THUMB ///////////*/
.product-thumb{text-align: center; margin-bottom: 40px; position: relative; text-rendering optimizelegibility}
.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: var(--tertiary)}
.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;}

@media(max-width:767px){
    .product-thumb .button-group{display: none;}
}

/* ////////// 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; }
}


.lazy{width: 100%; }

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

@media (max-width: 767px){
	#content .col-xs-2:nth-child(6n+1),
	#content .col-xs-3:nth-child(4n+1),
	#content .col-xs-4:nth-child(3n+1),
	#content .col-xs-6:nth-child(2n+1) {
		clear:left;
	}
}

/* ////////// PRODUCT ///////////*/
#product-product h1{font-size: 30px; font-weight: bold; color: var(--tertiary)}
#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}
#img-primary{display: table;margin:auto;}
#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; text-align: center;}
.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;}
    .botoes-quantidade{padding:10px 10px !important;}
}

#tab-description iframe,#tab-description img{max-width: 100%}
@media(max-width: 767px){
    .parcelas{column-count:1;}
}

/*Vertical thumbnails*/
#product-product .gallery{display: flex;}
#product-thumbnails{max-width: 150px;}

@media(min-width:1200px){
    #product-product .swiper-pager{top: 0; height: 100%; left: 0; width: 100%;}
    #product-product .swiper-pager > .swiper-button-next{top: auto; bottom:0; margin-top: 0; margin-left: -27px; left: 50%; transform: rotate(90deg);}
    #product-product .swiper-pager > .swiper-button-prev{top: 0; bottom:auto; margin-top: 0; margin-left: -27px; left: 50%; transform: rotate(90deg);}
}
@media(max-width:1199px){
    #product-thumbnails{max-width: 100%;}
    #product-product .gallery{flex-direction: column-reverse;}
}
#button-cart{width: 100%;}
/* #button-cart{background: #3483fa; border-color: #3483fa} */

/* ////////// 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 !important; 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: block; 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: 10px;}
.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}
    .box{padding:15px;}
}

/* ////////// FORMS BUTTONS ///////////*/
.form-control{border:solid 1px #ddd; box-shadow: none}
.form-control:focus{box-shadow: none; border-color:#ddd}
button:focus{outline:none !important}
.btn, .form-control{border-radius:10px; 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: var(--tertiary); 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%;}
}

#blog h3{font-size: 16px; font-weight: bold;}
#blog .post-description{font-size: 12px;}

#post-post{font-size: 16px; line-height: 30px;}