@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: #02BCDF;
  --secondary: #04a7c5;
  --tertiary: #777777;
}
a{color: var(--primary); text-decoration: none !important;}
.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;}

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:var(--primary); font-weight: 600; color: #fff}
#header.fixar{position: fixed; top: 0; left: 0;}

#top{background: #fff; padding: 10px 0; font-size: 12px; color: var(--tertiary);}
#top a{color: var(--tertiary);}
#top .top-flex{justify-content: space-around;}
.social a{font-size: 16px; margin-right: 10px;}

.search input{border-radius: 10px; border-top-right-radius: 0; border-color: #fff; border-bottom-right-radius:0; border-right: none; font-size: 12px;}
.search .btn{border-radius: 10px;  background: #fff; border-left: none; border-top-left-radius: 0; border-bottom-left-radius: 0; border-color: #fff;}
.search .btn i{color: var(--primary)}

#cart-total{position: relative; cursor: pointer; color: #fff; text-decoration: none;}
/*#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%;}*/
/*#cart-total span > span{display: none}*/
#cart-total{ text-decoration:none !important; }
#cart-total h5{margin:0; font-weight: bold;}
#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;}

.swiper-slide img{width: 100%;}

.icon-top{width:36px; height: 36px; background:#fff; display: table; border-radius: 50%; text-align: center; }
.icon-top svg{margin-top: 5px;}

/* MENU */
#menu{margin-bottom: 0; background:#fff;}
.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 40px; color: var(--tertiary)}
.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;}
}

.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 !important;}
.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: #fff; 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:#fff; position: fixed; top: 0; left: -100%; z-index: 1002; background: var(--primary)}
#fechar-mobile{float: right; cursor: pointer;}
#fechar-mobile i{color: #fff; font-size: 22px;}
#menu-mobile-content .menu{margin-top: 20px;}
#menu-mobile-content .itens{padding: 15px 0; clear: both; border-bottom: solid 1px var(--secondary);}
#menu-mobile-content .itens a{color: #fff}
#menu-mobile-content .social{ border-bottom: none;}
#menu-mobile-content .social a{margin-right: 15px;}
#menu-mobile-content h4{color: #fff;}


@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; font-size: 18px;}
    .menu-father{ pointer-events: none;}
    .menu a:hover{color: var(--secondary)}
    .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;}
@media(max-width:767px){
    #slideshow0{display: none;}
    #slideshow1{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;}
}


.heading-title{font-size:30px; font-weight:bold; text-align:center; text-transform: uppercase; margin-top: 50px; margin-bottom: 20px; width: 100%; background:var(--tertiary); border-radius: 10px; color: #fff; padding:5px 0; display: table;}

/* ////////// PRODUCT_THUMB ///////////*/
.product-thumb{text-align: center; margin-bottom: 40px; position: relative; background: #fff; border:solid 1px #eee; border-radius: 10px;}
.product-thumb .image{position: relative;}
.product-thumb .thumb2{position: absolute; top: 0; left: 0; opacity: 0; width: 100%;}
.product-thumb .caption{position: relative; padding: 20px; }
.product-thumb .button-group{width: 100%; margin-top: 40px;}
.product-thumb .button-group button{border:none; background: var(--primary); font-weight: bold; color: #fff; border-radius:10px; padding: 15px 20px;}
.product-thumb .button-group button:hover{background: var(--secondary)}
.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(--secondary); 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;}
.add-product-cart-quantity{}
.add-product-cart-quantity .btn{background: none !important; color: var(--primary) !important}
.add-product-cart-quantity input{border:none;}
@media(max-width: 767px){
    .add-product-cart-quantity{margin-bottom: 10px;}
    .product-thumb .button-group{display: block !important}
    .add-product-cart-quantity .btn{padding:10px 4px !important;}
}

/* ////////// 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 5px 20px 5px;}
    .product-thumb .price{flex-wrap: wrap; justify-content: center;}
    .product-thumb .price-old{order:-1; }
}

/* ////////// 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;}
}

#instagram i{font-size: 60px; color: var(--primary)}
#instagram .text a{font-size: 22px; color: var(--primary)}
#instagram h2{margin-bottom: 4px;}

/* ////////// 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 #ddd; box-shadow: none}
.form-control:focus{box-shadow: none; border-color:#ddd}
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: 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%;}
}


/* ////////// FOOTER ///////////*/
footer{border-top: solid 1px #eee; margin-top: 50px;}

#footer-bar{width: 100%; float: left; background: #eee; padding: 15px 0}
#footer-bar .flex-icons{display: flex;}
#footer-bar h5{font-size: 14px; font-weight: bold; text-transform: uppercase;}
#footer-bar .text{font-size: 12px; max-width: 300px;}
.flex-icons > div:first-child {margin-right: 10px; min-width: 64px;}

@media(max-width: 767px){
    #footer-bar .flex-icons{display: block !important; text-align: center; width: 100%; margin-bottom: 30px}
    #footer-bar .flex-icons img{display: inline-block;}
    #footer-bar .text{margin:auto;}
}

#footer-bar2{background:#fff; padding:40px 0; color: #222; width: 100%; float: left; text-transform: uppercase; border-bottom: solid 1px #ddd;}
#footer-bar2 a{color: #222;}
#footer-bar2 h5{color: #222;  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: var(--tertiary); font-size: 18px; margin:5px;}
