/* Icons */
/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css"); */

body{font-family: var(--font-primary), sans-serif; font-size: 14px; background-color: var(--background); color: var(--text);}

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

a{text-decoration: none; color: var(--text);}

h1{color: var(--primary); font-size: 30px; font-weight: bold;}
h2{margin-bottom: 20px; color: var(--primary); font-size: 24px;}

#content h1{margin:20px 0; font-size: 24px; font-weight: 500;}

.submenu{position: absolute; min-width: 160px; top: 100%; margin-top: 2px; background: #fff;left: 0;z-index: 10000;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; opacity: 0;}
.submenu .dropdown-inner{display: flex;}
.submenu ul{min-width: 160px; margin-bottom: 0;}
.submenu ul > li{width: 100%;}
.submenu ul > li > a{width: 100%; float: left; padding:5px 15px;}
.submenu ul > li > a:hover{text-decoration: none; background-color: var(--primary); color: #fff;}
.submenu .grandchild{font-size: 12px; color: #777;}
.submenu .grandchild:hover{font-size: 12px; color: #fff;}

.submenu-mobile{display: none;}

.dropdown:hover .submenu{
	max-height:1000px; -webkit-transform:perspective(400) rotate3d(0,0,0,0); opacity: 1;
}

#coupon_bar{width: 100%; background-color:#F7F7FD; padding: 35px 0; font-size: 16px; color: var(--text); }
#coupon_bar p {padding:0; margin:0}
#coupon_bar p b{text-transform: uppercase; font-weight: bold;}

#coupon_bar .btn{border-radius: 50px; padding: 5px 20px 6px; border:solid 1px #000}
#coupon_bar .btn:first-child{
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
	font-weight: 600;
}

#coupon_bar .btn:last-child{
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.category-filter-page #coupon_bar{padding: 15px 0;}

@media(max-width:767px){
	#coupon_bar{text-align: center;}
	#coupon_bar .input-group{justify-content: center; margin-top:20px}
}

.form-group{margin-bottom: 10px;}
.form-control{border-radius: 4px; padding: 10px 20px;}

.breadcrumb{padding:15px 0}

.heading-title{font-size: 24px; font-weight: 500; color: var(--primary); margin:20px auto; text-align:center}
.title-description{text-align: center; margin:30px 0}


/* ////////// BOX ///////////*/
.box{display: block; width: 100%;}
.box h3{font-size: 20px; font-weight: 500; color: var(--primary); margin-top: 0; padding-bottom: 10px; margin-bottom: 10px;}
.box-menu{list-style: none; padding: 0; margin:0}
.box-menu > li > a{font-size: 14px; color:var(--text); padding: 5px 0; display: table; }
.box-menu > ul > li > a{ color:var(--text); padding: 3px 0; display: table; opacity: 0.8;}
.box-menu > ul > ul{background: #f3f3f3; padding: 10px; margin:5px 0; border-radius: 10px;}
.box-menu > ul > ul > li > a{ color:var(--text); padding: 3px 0; display: table;}
.box-menu ul{list-style: none; margin-left: 0;}
.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;}
}

#content{padding-bottom: 40px;}

.rating i{color: #ccc; font-size: 14px;}
.rating .bi-star-fill{color: gold;}

#offcanvasBody .offcanvas-body{min-height: auto !important;}

.panel-heading{padding: 10px 0; border-bottom:solid 1px #ddd;}
.panel-body{padding: 15px;}

/* .form-group .control-label{display: none} */
form legend{font-size: 16px; font-weight: 500;}
.radio-inline{margin-right: 20px;}

#information-contact .col-sm-2 {width: 100%!important;}

.btn-primary{background-color: var(--btn-primary, var(--primary)); border-color:var(--btn-primary, var(--primary)); color: var(--primary);}
.btn-primary:hover{background-color: var(--btn-primary-hover, var(--secondary)); border-color: var(--btn-primary-hover, var(--secondary)); color: var(--secondary);}

.btn-cart{background-color: var(--btn-cart); border-color: var(--btn-cart); color: #fff; }
.btn-cart:hover{background-color: var(--btn-cart-hover); border-color: var(--btn-cart-hover); color: #fff;}

.container{max-width: var(--container-lg, 1320px);}

.active>.page-link, .page-link.active{background-color: var(--primary); border-color: var(--primary); }
.page-link{color: var(--primary); border:none; border-radius: 4px;}

::-webkit-scrollbar {width: 8px;}
::-webkit-scrollbar-thumb {background-color: #555;border-radius: 4px;}
::-webkit-scrollbar-track {background-color: #f1f1f1;}


.pull-right {margin-bottom: 10px;}


/* CSS MENU LATERAL  */
.menu-account li a {padding: 10px 22px; font-size: 16px; border-bottom: 1px solid #d9d9d9; width: 100%;}
.menu-account ul {border: 1px solid #d9d9d9;}
.menu-account ul li a.active {background: #333; color: #fff !important;}
.menu-account {margin-bottom: 20px;}
/* CSS MENU LATERAL  */

  /* CSS ORDER  */
.orders {margin-bottom: 15px;}
#account-order .header-orders {background: #333; color: #fff; border: none; font-weight: 600; font-size: 16px; padding: 12px 24px; text-align: center; width: 100%;}
#account-order .content-order {margin: 0; border-bottom: 1px solid #d9d9d9;}
#account-order .content-orders {background: #eee; text-align: center; vertical-align: middle; flex: 1; display: flex; justify-content: center; align-items: center; padding: 22.5px 0; font-weight: 500;}
#account-order .see-details {padding: 12px; width: 100%; margin: 0 15px; background: #d9d9d9; font-size: 14px;}
#account-order .see-details:hover {background: #c9c9c9;}
#account-order h1 {display: none;}

.content-order-mobile {flex-direction: column; background: #f7f7f7; border: 1px solid #d9d9d9;}
.content-order-mobile p {margin: 0;}
.content-order-mobile span {color: #858585;}
#account-order .content-orders-mobile {display: flex; justify-content: space-between; background: transparent; padding: 10px; border-bottom: 1px solid #d9d9d9;}
#account-order .content-orders-mobile:last-child {border: none;}

.order-panel{margin-bottom: 30px;}
.order-panel-body {border:solid 1px #efefef; padding: 20px; font-size: 14px;}

.order-product .image{min-width: 100px;}
.order-product h4{font-size: 14px; margin-bottom: 0;}
.order-product .text{max-width: 180px;}
.order-totals .total{display: flex; justify-content: space-between;}
.order-totals .total:last-child{padding: 10px; background-color: var(--secondary); color: #fff; justify-content: center; gap: 20px; margin-top: 20px;}
.order-totals .total:last-child > div:last-child{font-weight: bold;}

@media (max-width: 991px) {
#account-order .see-details {margin: 0; padding: inherit; background: #e9e9e9; width: auto; padding: 12px 26px;}
.orders {margin-top: 30px;}
}
/* CSS ORDER  */

.swiper-pagination-bullets{display:flex; justify-content: center;}
.swiper-pagination-bullet{border-radius: 5px !important;}
.swiper-pagination-bullet-active{width: 24px !important}

.nav-underline .nav-link{font-size: 24px; font-weight: 500; color: var(--gray);}
#produtos-home{margin-top: 50px;}
#produtos-home .container::before{content:""; width:100%; margin-top: 50px; padding-top: 50px; border-top: solid 1px #efefef; display: block;}

.link-see-all{margin-top: -50px; margin-left: auto; }
.link-see-all a{color: var(--gray);}

.influencers{margin-top:40px; margin-bottom: 40px;}
.influencers .banner_pro_title h2{margin-bottom: 20px; display: block;}
.influencers h4{font-size: 16px; font-weight: 500; margin-top: 10px; display: flex; gap: 5px; align-items: center; justify-content: center;}
.influencers h4::before{
	content: "\F437";
    font-family: "bootstrap-icons";
}

.influencers::after{
	content: "";
    width: 100%;
    margin-top: 80px;
    padding-top: 50px;
    border-top: solid 1px #efefef;
    display: block;
}

@media(max-width:767px){
	.influencers h4{margin-bottom: 30px;}
}

.mikasa-text .btn{border-radius:80px; background:transparent; color:var(--text); border:solid 1px var(--text); font-size:12px}
.mikasa-text .btn:hover{color:#fff; background-color:var(--text)}
.mikasa-text .btn:hover svg path{fill:#fff;}
.mikasa-text {margin-bottom: 30px;}

.descritivo{text-align: center; margin-top:80px; margin-bottom: 80px;}
.descritivo h2{font-size: 24px; font-weight: 500;;}


.accordion-button{background-color:transparent !important; color:var(--primary) !important; font-size: 14px; font-weight: 700; border-radius: 0; padding-left: 0; padding-right: 0; border:none; text-transform: uppercase;}
.accordion-item{border-radius: 0 !important; border:none; border-bottom: solid 1px #D9D9DF;}
.accordion-body{padding:15px 0}

#list-view, #grid-view{padding: 0; background: none; border:none; font-size: 20px; color:#EDEDF7;}
#list-view.active, #grid-view.active{color: var(--primary);}

.product-list-carousel::after{
	content: "";
    width: 100%;
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid 1px #efefef;
    display: block;
}

@media (min-width: 991px) {
	.product-list-carousel .vowt-prev{left: -15px;}
	.product-list-carousel .vowt-next{right: -15px;}
	.product-list-vowt-pagination {display: none;}
}

@media (max-width: 991px) {
	.product-list-carousel .vowt-next, .product-list-carousel .vowt-prev {
		display: none;
	}
}


.filtros-categorias{max-width: 280px; width: 100%;}

@media(max-width:991px){
	.filtros-categorias{display: none;}
}

#filter_bar{border-bottom: solid 1px #EDEDF7; margin:30px 0; padding-bottom: 20px; display: flex; gap: 20px; align-items: center; justify-content: space-between;}
#filter_bar .form-group{margin-bottom: 0;}
#filter_bar .form-select{border:none; font-size: 16px; font-weight: 500;}

#content_block-0 .product_list0-pagination{margin-top: 20px;}

@media(max-width:767px){
	#produtos-home .link-see-all{display: none;}
}

/* Customize the label (the container) */
.checkbox {
display: block;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
cursor: pointer;
font-size: 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 16px;
width: 16px;
background-color: #fff;
border: solid 1px #EDEDF7;
border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
left: 5px;
top: 2px;
width: 4px;
height: 8px;
border: solid #2B2B2F;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}


#content_block-futevolei {margin-top:40px; }
#content_block-futevolei::after{
    content: '';
    width: 100%;
    margin-top:80px;
    padding-top: 50px;
    border-top: solid 1px #efefef;
    display: block;
}
#content_block-futevolei .blocks{display: flex; gap: 30px; align-items: center;}
#content_block-futevolei .blocks > div{flex: 1;}
#content_block-futevolei .block{position:relative; width:100%; height:577px; }
#content_block-futevolei .block .text{position:absolute; bottom:0; left:0; width:100%; padding:25px; 
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.4920343137254902) 0%, rgba(0,0,0,0) 100%);}
#content_block-futevolei .block h3{font-size:20px; color:#fff; margin:0;}

#content_block-futevolei .block:first-child{display:flex; flex-direction:column; justify-content:center}
#content_block-futevolei .block:first-child .text{background:none; position:relative; color:#2B2B2F}
#content_block-futevolei .block:first-child .text h3{color:var(--text); margin-bottom:20px}

#content_block-futevolei .btn{border-radius:80px; background:transparent; color:#fff; border:solid 1px #fff; font-size:12px}
#content_block-futevolei .btn:hover{color:var(--text); background-color:#fff}
#content_block-futevolei .btn:hover svg path{fill:var(--text);}
#content_block-futevolei img{width:100%; height:577px; object-fit:cover;}

@media(max-width:767px){
	#content_block-futevolei {margin-top:0; }
	#content_block-futevolei .blocks{flex-direction: column;}
}