@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,body{
    width:100%;
    height:100%;
}
body{
    font-size:13px;
    font-family: "Poppins", sans-serif;
    color:var(--text-color);
    
}
@media only screen and (min-width:1441px){
    body{
        font-size:16px;
    }
}
a{
    color:var(--text-color);
    text-decoration: none;
    transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
a:hover{
    color:var(--text-color-2);
}

p{margin-bottom:10px;}

.text-align{text-align:center;}

/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{border-top:50px solid #404040;background:#F2F2F2;position:relative;padding-bottom:30px;}
header:before{content:'';width:calc(100% - 30px);height:100%;position:absolute;left:0;right:0;margin:0 auto;background:#fff;border-radius:0 0 48px 48px;}
header *{position:relative;z-index:99;}
header .logo{padding:10px 0;text-align:center;width:100%;width:fit-content;margin:0 auto;}
header .logo a{display:block;width:fit-content;}
header .logo img{display:block;max-width:100%;height:auto;}

header .menu{}
header .menu .menu-bar{display:none;}
header .menu>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
header .menu>ul>li{}
header .menu>ul>li>a{display:block;font-size:1em;border-left:2px solid #000;padding:0 5px;}
header .menu>ul>li:first-child>a{border:0;padding:0;font-size:1.12em;}
header .menu>ul>li:first-child>a>img{margin-right:10px;}


@media only screen and (max-width:767px){
    header .menu{}
    header .menu .menu-bar{display:block;border-radius:5px;padding:10px 20px;background:linear-gradient(#362825,#251A19);color:#fff;font-size:1.12em;}
    header .menu>ul{display:none;flex-direction:unst;justify-content:unset;align-items:unset;background: rgba(37, 26, 25, .9);position:absolute;width:100%;padding:10px;}
    header .menu>ul>li{}
    header .menu>ul>li>a{display:block;color:#fff;border:0;border-bottom:1px dotted #968564;padding:10px 20px;}
    header .menu>ul>li:first-child>a{background:rgba(255,255,255,.5);padding:10px 20px;border-radius:5px;}
    header .menu>ul>li:last-child>a{border:0;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    header .menu{}
    header .menu .menu-bar{display:block;border-radius:5px;padding:10px 20px;background:linear-gradient(#362825,#251A19);color:#fff;font-size:1.12em;}
    header .menu>ul{display:none;flex-direction:unst;justify-content:unset;align-items:unset;background: rgba(37, 26, 25, .9);position:absolute;width:100%;padding:10px;}
    header .menu>ul>li{}
    header .menu>ul>li>a{display:block;color:#fff;border:0;border-bottom:1px dotted #968564;padding:10px 20px;}
    header .menu>ul>li:first-child>a{background:rgba(255,255,255,.5);padding:10px 20px;border-radius:5px;}
    header .menu>ul>li:last-child>a{border:0;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    header .menu>ul>li>a{padding:0 2px;font-size:.8em;}
    header .menu>ul>li:first-child>a{font-size:1em;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    header .menu>ul>li>a{padding:0 2px;font-size:.8em;}
}

@media only screen and (min-width:1750px){
    header .container{max-width:1650px;}
}

/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{padding:30px 15px 0 15px;background:#F2F2F2;}
.slider .slider-wrapper{border-radius:66px;background:url('../images/slide-bg.jpg') no-repeat center center;background-size:cover;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;}

.slider .swiper-slide{display:flex;flex-direction:row;padding:90px 0 0 0;}
.slider .swiper-slide .slide-left{max-width:40%;flex:0 0 40%;}
.slider .swiper-slide .slide-right{max-width:60%;flex:0 0 60%;}

.slider .text{padding:20%;}
.slider .text h2{opacity:0;font-size:3em;margin-bottom:20px;color:#fff;transform:translate(50%,0);transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o--transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;}
.slider .swiper-slide-active .text h2{opacity:1;transform:translate(0,0);transition-delay:.2s;}
.slider .text p{opacity:0;color:#808080;line-height:1.2;min-height:4.8em;transform:translate(50%,0);transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o--transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;}
.slider .swiper-slide-active .text p{opacity:1;transform:translate(0,0);transition-delay:.4s;}
.slider .text .more{opacity:0;display:flex;flex-direction:row;align-items:center;gap:20px;border-radius:16px;line-height:60px;width:fit-content;background:#968564;color:#fff;padding:0 20px;transform:translate(50%,0);transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o--transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;}
.slider .text .more i{width:20px;height:20px;border:1px solid #fff;border-radius:50%;text-align:center;line-height:20px;color:#fff;}
.slider .swiper-slide-active .text .more{transform:translate(0,0);transition-delay:.6s;opacity:1;}

.slider .image img{width:100%;height:auto;}

.slider .swiper-nav{margin-bottom:90px;display:flex;flex-direction:row;gap:50px;align-items:center;justify-content:space-evenly;position:relative;z-index:9999;align-items:center;}
.slider .swiper-nav .swiper-slide-prev{border-left:1px solid #fff;border-bottom:2px solid #fff;cursor:pointer;border-radius:0 0 0 30px;font-size:1.25em;color:#fff;padding:5px 20px;font-weight:300;user-select:none;}
.slider .swiper-nav .swiper-slide-prev:active{transform:translate(-5px,0);opacity:.5;}
.slider .swiper-nav .swiper-slide-next{border-right:1px solid #fff;border-bottom:2px solid #fff;cursor:pointer;border-radius:0 0 30px 0;font-size:1.25em;color:#fff;padding:5px 20px;font-weight:300;user-select:none;}
.slider .swiper-nav .swiper-slide-next:active{transform:translate(5px,0);opacity:.5;}
.slider .swiper-nav .swiper-pagination{position:relative;bottom:unset;left:unset;right:unset;top:unset;width:unset;}
.slider .swiper-nav .swiper-pagination .swiper-pagination-bullet{width:40px;height:1px;background:#C6C6C6;}

@media only screen and (max-width:767px){
    .slider .swiper-slide{flex-direction:column;}
    .slider .swiper-slide .slide-left,.slider .swiper-slide .slide-right{max-width:100%;flex:0 0 100%;}
    .slider .text{padding:20px;}
    .slider .text h2{font-size:2em;}
    .slider .text .more{line-height:40px;}
    .slider .swiper-nav{max-width:90%;margin:0 auto 90px auto;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider .swiper-slide{flex-direction:column;}
    .slider .swiper-slide .slide-left,.slider .swiper-slide .slide-right{max-width:100%;flex:0 0 100%;}
    .slider .text{padding:20px;}
    .slider .text h2{font-size:2em;}
    .slider .text .more{line-height:40px;}
    .slider .swiper-nav{max-width:90%;margin:0 auto 90px auto;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider .text{padding:20px;}
    .slider .text h2{font-size:2em;}
    .slider .text .more{line-height:40px;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .slider .text{padding:10%;}
    .slider .text h2{font-size:2.5em;}
    .slider .text .more{line-height:40px;}
}

/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:100px 0;background:#F2F2F2;}
.m1 .title{margin-bottom:50px;display:grid;grid-template-columns: repeat(2, 1fr);align-items:center;}
.m1 .title .t-left h2{font-size:1.68em;color:#968564;font-weight:900;text-transform:uppercase;}
.m1 .title .t-left p{font-size:1.75em;color:#8D8D8D;font-weight:700;padding-right:15%;}
.m1 .title .t-right p{font-size:1.75em;color:#000000;font-size:1.43em;padding-right:15%;}

.m1 .m1-list{display:flex;flex-direction:row;margin-bottom:30px;gap:15px;align-items:center;}
.m1 .m1-list .swiper-m1-left{width:35px;height:35px;line-height:35px;text-align:center;background:#fff;border-radius:50%;color:#000;}
.m1 .m1-list .swiper-m1-left:active{opacity:.5;transform:translate(-5px,0);}
.m1 .m1-list .swiper-m1-list{max-width:calc(100% - 100px);flex:0 0 calc(100% - 70);}
.m1 .m1-list .swiper-m1-right{width:35px;height:35px;line-height:35px;text-align:center;background:#fff;border-radius:50%;color:#000;}
.m1 .m1-list .swiper-m1-right:active{opacity:.5;transform:translate(5px,0);}

.m1 .m1-list .swiper-m1-list .swiper-slide{}
.m1 .m1-list .swiper-m1-list .swiper-slide button{width:100%;background:unset;border:1px solid #968564;line-height:50px;border-radius:25px;font-size:0.93em;}
.m1 .m1-list .swiper-m1-list .swiper-slide .active{background:#968564;color:#fff;}

.m1 .m1-list-body{position:relative;}
.m1 .m1-list-body .m1-list-body-item{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:all .3 ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m1 .m1-list-body .m1-list-body-item-active{position:relative;opacity:1;visibility:visible;}

.m1 .products-grid{display:grid;grid-template-columns: repeat(4, 1fr);gap:20px;}

.m1 .product-box{padding:7px;background:#fff;border-radius:23px;box-shadow: 0px 3px 6px #00000029;}
.m1 .product-box .p-img{}
.m1 .product-box .p-img img{width:100%;height:240px;object-fit:cover;border-radius:30px;}
.m1 .product-box .p-content{padding-top:10px;text-align:center;}
.m1 .product-box .p-content h3{font-size:1.12em;font-weight:700;}
.m1 .product-box .p-content .text{font-size:.87em;color:#000000;min-height:100px;}
.m1 .product-box .p-buttons{display:flex;flex-direction:row;gap:10px;justify-content:space-around;}
.m1 .product-box .p-buttons a{display:block;line-height:30px;text-align:center;border:1px solid #707070;border-radius:30px;font-size:.62em;padding:0 5px;}

@media only screen and (max-width:767px){
    .m1 .title{display:block;text-align:center;}
    .m1 .title .t-left p{padding-right:0;}
    .m1 .title .t-right p{padding-right:0;}
    .m1 .products-grid{grid-template-columns: repeat(2, 1fr);}
    .m1 .product-box .p-buttons{flex-direction:column;}

}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{background:url('../images/m2-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m2 .text{padding:70px 0;}
.m2 .text h2{font-size:1.87em;color:#fff;line-height:1.7em;margin-bottom:30px;}
.m2 .text h2 strong{display:block;}
.m2 .text .whatsapp{display:flex;flex-direction:row;align-items:center;gap:20px;padding:0 30px;width:fit-content;line-height:50px;border-radius:25px;background:#968564;color:#fff;}
.whatsapp-icon{width:30px;height:30px;border-radius:7px;background:#50e850;line-height:30px;text-align:center;color:#fff;font-size:1.3em;}
.m2 .img{position:relative;}
.m2 .img img{position:absolute;transform:translate(0,-13%);right:0;max-width:100%;height: auto;}
@media only screen and (max-width:767px){
    .m2 .img img{position:relative;transform:translate(0,0);}
}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:100px 0;}
.m3 .m3-list{margin-bottom:30px;display:flex;flex-direction:row;gap:100px;align-items:center;}
.m3 .m3-list .m3-list-left{max-width:calc(100% - 190px);flex:0 0 calc(100% - 190px);}
.m3 .m3-list .m3-list-left .swiper-slide button{border:0;background:unset;width:100%;height:50px;border:1px solid #968564;border-radius:25px;}
.m3 .m3-list .m3-list-left .swiper-slide .active{background:#968564;color:#fff;}
.m3 .m3-list .m3-list-right .swiper-nav{display:flex;gap:20px;flex-direction:row;gap:20px;}
.m3 .m3-list .m3-list-right .swiper-nav>div{width:35px;height:35px;background:#6C6C6C;border-radius:50%;line-height:35px;text-align:center;color:#fff;font-size:1.2em;gap:20px;}
.m3 .m3-list .m3-list-right .swiper-nav>div:active{opacity:.5;}
.m3 .m3-list-body{position:relative;}
.m3 .m3-list-body .m3-list-body-item{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:all .3 ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m3 .m3-list-body .m3-list-body-item-active{position:relative;opacity:1;visibility:visible;}
.m3 .products-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;}
.product-box-2{padding:7px;background:#fff;border-radius:23px;box-shadow: 0px 3px 6px #00000029;}
.product-box-2 .p-img{}
.product-box-2 .p-img img{width:100%;height:240px;object-fit:cover;border-radius:30px;}
.product-box-2 .p-content{padding-top:10px;text-align:center;}
.product-box-2 .p-content h3{font-size:1.12em;font-weight:700;text-align:center;line-height:1.2em;min-height:3.6em;border-bottom:2px solid #968564;}
.product-box-2 .p-buttons{display:flex;flex-direction:row;gap:10px;justify-content:space-around;}
.product-box-2 .p-buttons a{display:block;line-height:30px;text-align:center;border:1px solid #707070;border-radius:30px;font-size:.62em;padding:0 5px;}
@media only screen and (max-width:767px){
    .m3 .m3-list{gap:20px;}
    .m3 .m3-list .m3-list-left{max-width:calc(100% - 110px);flex:0 0 calc(100% - 110px);}
    .m3 .products-grid{grid-template-columns:repeat(2, 1fr);}
    .product-box-2 .p-buttons{flex-direction:column;justify-content:unset;}
}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:50px 0;}
.m4 .title{display:grid;grid-template-columns:repeat(2, 1fr);margin-bottom:70px;align-items:center;}
.m4 .title .t-left{}
.m4 .title .t-left h2{font-size:1.75em;font-weight:900;color:#968564;text-transform:uppercase;}
.m4 .title .t-left p{font-size:1.68em;font-weight:700;color:#8D8D8D;}
.m4 .title .t-right{}
.m4 .title .t-right p{font-size:1.43em;color:#000000;}
.m4 .box{border:1px solid #E0E0E0;border-left:16px solid #968564;padding:20px;padding-right:20%;height:calc(100% - 30px);margin-bottom:30px;display:flex;flex-direction:column;justify-content:space-between;}
.m4 .box h3{font-size:1.25em;color:#363636;font-weight:700;line-height:1.2em;min-height:4.8em;}
.m4 .box .text{font-size:.87em;line-height:1.2;min-height:4.8em;}
.m4 .box .more{display:flex;width:fit-content;gap:20px;font-size:.75em;color:#968564;font-weight:700;align-items:center;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}
.m4 .box .more:hover{gap:30px;}
.m4 .box .more i{width:32px;height:32px;border-radius:50%;line-height:32px;text-align:center;box-shadow: 0px 3px 6px #00000029;}
@media only screen and (max-width:767px){
    .m4 .title{display:block;grid-template-columns:unset;align-items:unset;text-align:center;}
}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 20px;position:relative;color:#fff;}
footer a{color:#fff;}
footer:before{content:'';width:calc(100% - 40px);height:100%;position:absolute;z-index:-999;left:20px;right:20px;top:0;background:#414141;border-radius:70px 70px 0 0;}
footer .f-top{display:flex;flex-direction:row;gap:50px;align-items:center;margin-bottom:50px;}
footer .f-top .f-logo{width:300px;max-width:100%;}
footer .f-top .f-logo img{width:100%;height:auto;}
footer .f-top .f-menu{flex:1;}
footer .f-top .f-menu>ul{list-style:none;margin:0;padding:30px;display:flex;flex-direction:row;justify-content:space-between;}
footer .f-top .f-menu>ul>li>a{display:block;font-size:.8em;}
footer .f-body{overflow:hidden;margin-bottom:50px;}
footer .f-body ul{list-style:none;margin:0;padding:30px 0;display:flex;flex-direction:row;width:fit-content;margin:0 auto;border:1px solid #707070;border-radius:45px;position:relative;}
footer .f-body ul:before{content:'';width:100%;height:1px;background:#707070;position:absolute;left:0;top:50%;transform:translate(-100%,0);}
footer .f-body ul:after{content:'';width:100%;height:1px;background:#707070;position:absolute;left:0;top:50%;transform:translate(100%,0);}
footer .f-body ul>li{border-right:1px solid #707070;padding:0 15px;}
footer .f-body ul>li:last-child{border:0;}
footer .f-foot{display:flex;flex-direction:row;justify-content:space-between;}
footer .f-foot span,footer .f-foot a{display:block;color:#A4A4A4;font-size:.9em;}

@media only screen and (max-width:767px){
    footer .f-top{flex-direction:column;}
    footer .f-top .f-menu>ul{flex-direction:column;}
    footer .f-top .f-menu>ul>li>a{text-align:center;}
    footer .f-body ul{flex-direction:column;align-items:center;}
    footer .f-body ul>li{border:0;line-height:40px;}
    footer .f-foot{flex-direction:column;justify-content:center;gap:20px;align-items:center;text-align:center;}
}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:75px 0 35px 0;background:var(--bg-color);}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;}
.page .page-head .breadcrumb{font-size:.8em;}
.page .page-body{padding:50px 0 20px 0;}
.page .page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page .page-form{margin-bottom:50px;}
/*--- COOKIE-POLICY -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.cookie-accept {position:fixed;bottom:-100%;left:0;right:0;width:100%;z-index:99;border:1px solid #ddd;background:#fff;display:flex;justify-content:center;align-items:center;transition:bottom 1s ease-in-out;-webkit-transition:bottom 1s ease-in-out;-moz-transition:bottom 1s ease-in-out;-o-transition:bottom 1s ease-in-out;padding:20px;}
.cookie-accept.active {bottom:0;}
.cookie-accept .close {position:absolute;right:15px;top:-15px;width:30px;height:30px;border:1px solid #ddd;line-height:30px;text-align:center;font-size:1.5em;background:#fff;}
.cookie-accept .icon {text-align: center;}
.cookie-accept .icon i {font-size:4em;}
.cookie-accept .content {padding:1.5em;}
.cookie-accept .content strong {display:block;font-size:1.5em;line-height:1;margin-bottom:10px;}
.cookie-accept .content p {font-size:1.1em;font-weight:200;margin:0;}
.cookie-accept .buttons ul {list-style:none;margin:0;padding:0;display:flex;gap:10px;}
.cookie-accept .buttons ul > li {flex:1 1 auto;}
.cookie-accept .buttons ul > li > a{display:flex;padding:10px 20px;background:#aaa;color:#fff;text-align:center;text-decoration:none;align-items:center;height:100%;}
@media only screen and (max-width: 767px) {
    .cookie-accept {flex-direction: column;}
}
/*--- FORM --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form-group{margin-bottom:20px;}
.form-group label{display:block;font-size:1em;font-weight:700;margin-bottom:5px;}
.form-group .form-control{min-height:45px;border:0;border:1px solid #eee;font-size:1em;}
.form-group .form-control::placeholder{font-size:1em;}
.form-group input[type="checkbox"]{width:25px;height:25px;}
.form-checkbox-group{display:flex;line-height: 25px;}
.form-checkbox-group>input{accent-color:var(--primary-color);}
.form-checkbox-group a{padding-left:15px;}
.form-group button{background-color:var(--primary-color);color:#fff;font-size:1em;}
.form-group button:hover{background-color:var(--secondary-color);color:#fff;}
/*rating*/
.stars {width:100%;text-align: center;border:1px solid #eee;border-radius:5px;overflow: hidden;display: flex;justify-content: center;flex-direction: row-reverse;margin-bottom:20px;}
.stars-focus{box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
input.star {display: none;}
label.star {margin:0;padding: 0 5px;font-size: 30px;color: #ddd;transition: all .2s;}
input.star:checked ~ label.star:before {content: '\f005';color: #FD4;transition: all .25s;font-weight: 900;}
input.star-5:checked ~ label.star:before {color: #FE7;}
input.star-1:checked ~ label.star:before {color: #F62;}
input.star-2:hover ~ label.star-1 {color: #F62;}
input.star-3:hover ~ label.star-1, input.star-3:hover ~ label.star-2 { color: #F62; }
input.star-4:hover ~ label.star-1, input.star-4:hover ~ label.star-2, input.star-4:hover ~ label.star-3 { color: #F62; }
input.star-5:hover ~ label.star-1, input.star-5:hover ~ label.star-2, input.star-5:hover ~ label.star-3, input.star-5:hover ~ label.star-4 {color: #F62;}
label.star:hover {color: #ffa300;}
label.star:before {content: '\f005';font-family: 'Font Awesome 5 Free';font-weight: 400;}
/*security-input*/
.security-group{margin-bottom:20px;position:relative;}
.security-group label{display: block;font-size:14px;font-weight:700;margin-bottom:5px;}
.security-group .img{position:absolute;bottom:0;left:0;}
.security-group .img img{min-height:45px;}
.security-group .img button{border:0;min-height:45px;min-width:45px;margin:0;background:transparent;}
.security-group input{text-indent:175px;min-height:45px;min-height:45px;border:1px solid #eee;font-size:1em;}
/*--- LOADING ---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#loading{width:100%;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);z-index:9999999;display:flex;flex-direction:column;justify-content:center;align-items:center;}
@keyframes spin{to{transform: rotate(360deg);}from{transform: rotate(0);}}
#loading:before{content:'\f110';color:#fff;font-family: 'Font Awesome 6 Free';font-weight:900;animation: spin infinite 1s linear;}
/*--- NO-CONTENT --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.no-content{padding:40px 20px;border:1px dashed #eee;border-radius:10px;text-align:center;margin-bottom:30px;}
.no-content>i{font-size:30px;margin-bottom:15px;color:#aaa;}
.no-content>p{font-size:18px;padding:0;margin:0;font-weight:200;}
/*--- HEMEN ARA - WHATSAPP --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
@keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}

.fixed-button{position:fixed;bottom:15px;left:15px;display:flex;flex-direction:column;gap:15px;z-index:9999;}
.fixed-button>a{height:40px;width:40px;text-align: center;border-radius:80px;z-index: 999;color: white;position:relative;}
.fixed-button>a>i{line-height:40px;font-size:25px;}
.fixed-button>a .ripple{position: absolute;width:120px;height:120px;z-index: -1;left: 50%;top: 50%;opacity: 0;margin: -60px 0 0 -60px;border-radius:80px;-webkit-animation: ripple 1.8s infinite;animation: ripple 1.8s infinite;}
.fixed-button>a .ripple:nth-child(2) {animation-delay: .3s;-webkit-animation-delay: .3s;}
.fixed-button>a .ripple:nth-child(3) {animation-delay: .6s;-webkit-animation-delay: .6s;}

.whatsAppBg{background-color: #068404 !important;background-image: linear-gradient(90deg, #068404, #0ba909);}
.hemenAraBg {background-color: #004080 !important;background-image: linear-gradient(90deg, #004080, #0073e6);}

.comments-page{}
.comments-page .page-form{margin-bottom:30px;padding:20px;border:1px solid var(--border-color);border-radius:10px;}
.comments-page .page-form h3{font-size:20px;margin-bottom:20px;font-weight:700;}
.comments-page .page-box{position:relative;margin-bottom:15px;}
.comments-page .page-box .comment{display:flex;flex-direction:row;}
.comments-page .page-box .comment h3{font-size:16px;font-weight:700;}
.comments-page .page-box .comment .icon{margin-right:20px;width:60px;flex:0 0 60px;height:60px;border:1px solid var(--border-color);border-radius:50%;text-align:center;}
.comments-page .page-box .comment .icon i{line-height:60px;font-size:25px;}
.comments-page .page-box .comment .comment-content{border:1px solid var(--border-color);border-radius:15px;padding:20px;position:relative;width:100%;}
.comments-page .page-box .comment .comment-content p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.comments-page .page-box .comment .comment-content:before{content:'';width:25px;height:30px;clip-path: polygon(0 0, 100% 100%, 100% 31%);position:absolute;top:60px;left:-25px;background:var(--bg-color);}
.comments-page .page-box .comment .comment-content .more{display:inline-block;padding:0.5em 2em;border:1px solid var(--border-color);width:fit-content;font-size:.9em;background:var(--bg-color);border-radius:5px;}
.comments-page .page-box .comment .comment-content .info{margin-bottom:15px;display:flex;justify-content:space-between;line-height:20px;}
.comments-page .page-box .comment .comment-content .info .rating{margin-right:10px;}
.comments-page .page-box .comment .comment-content .info .rating .fa-solid{color:#fdd91b;}
.comments-page .page-box .comment .comment-content .info .rating .fa-regular{color:#aaa;}
.comments-page .page-box .comment .comment-content .info .date{font-size:12px;}
.comments-page .page-box .reply{padding-left:100px;display:flex;margin-top:15px;}
.comments-page .page-box .reply .reply-content{border-radius:15px;padding:20px;position:relative;background:var(--primary-color);color: var(--text-color-2);width:100%;}
.comments-page .page-box .reply .reply-content h3{font-size:14px;font-weight:700;}
.comments-page .page-box .reply .reply-content:before{content:'';width:25px;height:30px;clip-path: polygon(100% 0, 0% 100%, 0 31%);position:absolute;top:55px;right:-24px;background:var(--primary-color);}
.comments-page .page-box .reply .icon{margin-left:20px;width:60px;flex:0 0 60px;height:60px;background:var(--primary-color);border-radius:50%;text-align:center;}
.comments-page .page-box .reply .icon i{line-height:60px;font-size:25px;color:var(--text-color-2);}

.simple-product-page{position:relative;}

.simple-product-page .page-cover{display:flex;flex-direction:row;gap:20px;}
.simple-product-page .page-cover .swiper-product-gallery{margin-bottom:20px;flex:0 0 calc(100% - 230px);max-width:calc(100% - 230px);border:1px solid #C7C7C7;border-radius:15px;}
.simple-product-page .page-cover .swiper-product-gallery .swiper-slide img{width:100%;height:510px;object-fit:cover;}
.simple-product-page .page-cover .swiper-product-thumb-gallery{max-width:190px;flex:0 0 190px;height:510px;}
.simple-product-page .page-cover .swiper-product-thumb-gallery .swiper-slide img{width:100%;height:120px;object-fit:cover;border-radius:11px;border:1px solid #C7C7C7;opacity:.5;}
.simple-product-page .page-cover .swiper-product-thumb-gallery .swiper-slide-thumb-active img{opacity: 1;}

.simple-product-page .page-content{margin-bottom:50px;font-size:.9em;font-weight:200;}

.simple-product-page .page-content .buttons{display:flex;flex-direction:row;gap:10px;justify-content:space-between;margin-top:100px;}
.simple-product-page .page-content .buttons a{display:block;line-height:30px;text-align:center;border:1px solid #707070;border-radius:30px;font-size:.9em;padding:10px;font-weight:600;}
.simple-product-page .page-content .buttons a:nth-child(1){max-width:calc(100% - 123px);flex:1 1 calc(100% - 123px);}
.simple-product-page .page-content .buttons a:nth-child(2){max-width:115px;flex:0 0 115px;}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .simple-product-page .page-content .buttons a{font-size:.7em;padding:10px 5px;}    
}

.simple-product-page .benzer-urunler{padding:100px 0;background:#F2F2F2;}
.simple-product-page .benzer-urunler h2{text-align:center;text-transform:uppercase;font-size:1.68em;font-weight:900;color:#968564;padding:20px 10%;margin:0 auto 30px auto;width:fit-content;border-radius:50px;border-bottom:1px solid #6C6C6C;}

.simple-product-page .benzer-urunler .swiper-nav{margin-top:30px;margin-bottom:90px;display:flex;flex-direction:row;gap:50px;align-items:center;justify-content:space-evenly;position:relative;z-index:9999;align-items:center;}
.simple-product-page .benzer-urunler .swiper-nav .swiper-slide-prev{border-left:1px solid #7E7E7E;border-bottom:2px solid #7E7E7E;cursor:pointer;border-radius:0 0 0 30px;font-size:1.25em;color:#7E7E7E;padding:5px 20px;font-weight:300;user-select:none;}
.simple-product-page .benzer-urunler .swiper-nav .swiper-slide-prev:active{transform:translate(-5px,0);opacity:.5;}
.simple-product-page .benzer-urunler .swiper-nav .swiper-slide-next{border-right:1px solid #7E7E7E;border-bottom:2px solid #7E7E7E;cursor:pointer;border-radius:0 0 30px 0;font-size:1.25em;color:#7E7E7E;padding:5px 20px;font-weight:300;user-select:none;}
.simple-product-page .benzer-urunler .swiper-nav .swiper-slide-next:active{transform:translate(5px,0);opacity:.5;}
.simple-product-page .benzer-urunler .swiper-nav .swiper-pagination{position:relative;bottom:unset;left:unset;right:unset;top:unset;width:unset;}
.simple-product-page .benzer-urunler .swiper-nav .swiper-pagination .swiper-pagination-bullet{width:40px;height:1px;background:#C6C6C6;}

.simple-product-page .product-tab{padding:100px 0;}
.simple-product-page .product-tab .nav{}
.simple-product-page .product-tab .nav-tabs{--bs-nav-tabs-border-color:#414141;}
.simple-product-page .product-tab .nav-tabs .nav-link:focus,.simple-product-page .product-tab .nav-tabs .nav-link:hover {border-color:#414141;}
.simple-product-page .product-tab .nav .nav-item{}
.simple-product-page .product-tab .nav .nav-item .nav-link{color:#222;border-radius:0;line-height:50px;padding:0 30px;}
.simple-product-page .product-tab .nav-tabs .nav-item.show .nav-link,.simple-product-page .product-tab .nav-tabs .nav-link.active{border:1px solid #414141;background:#414141;color:#fff;}
.simple-product-page .product-tab .tab-content{}
.simple-product-page .product-tab .tab-content .tab-pane{padding-top:20px;}

@media only screen and (max-width:991px){
    .simple-product-page .page-cover{gap:10px;}
    .simple-product-page .page-cover .swiper-product-gallery{flex:0 0 calc(100% - 120px);max-width:calc(100% - 120px);}
    .simple-product-page .page-cover .swiper-product-thumb-gallery{max-width:100px;flex:0 0 100px;
}
/* GALLERY ------------------------------------------------------------------------------------------------------------------------*/
.simple-product-page .page-gallery{padding:50px 0 20px 0;}
.simple-product-page .page-gallery .title{margin-bottom:50px;}
.simple-product-page .page-gallery .title h2{font-size:1.8em;font-weight:700;margin-bottom:15px;}
.simple-product-page .page-gallery .title p{font-size:1.2em;font-weight:200;margin-bottom:15px;}
.simple-product-page .page-gallery .gallery-box{margin-bottom:30px;border-radius:10px;overflow:hidden;position:relative;}
.simple-product-page .page-gallery .gallery-box img{width:100%;height:200px;object-fit:cover;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.simple-product-page .page-gallery .gallery-box:hover img{transform:scale(1.1);}
.simple-product-page .page-gallery .gallery-box .content{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, .5);padding:20px;display:flex;flex-direction:column;justify-content: center;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2 ease-in-out;-o-transition:all .2s ease-in-out;}
.simple-product-page .page-gallery .gallery-box .content h3{font-size:1.1em;color:#fff;}
.simple-product-page .page-gallery .gallery-box .content p{font-size:1em;margin:0;color:#eee;}
.simple-product-page .page-gallery .gallery-box:hover .content{opacity:0;visibility:visible;}
/* VIDEO-GALLERY ------------------------------------------------------------------------------------------------------------------------*/
.simple-product-page .page-video-gallery{padding:50px 0 20px 0;}
.simple-product-page .page-video-gallery .title{margin-bottom:50px;}
.simple-product-page .page-video-gallery .title h2{font-size:28px;font-weight:700;margin-bottom:15px;}
.simple-product-page .page-video-gallery .title p{font-size:18px;font-weight:200;margin-bottom:15px;}
.simple-product-page .page-video-gallery .video-gallery-box{margin-bottom:30px;position:relative;background:#000;height:250px;border-radius:10px;overflow: hidden;}
.simple-product-page .page-video-gallery .video-gallery-box .img{position:relative;z-index:0;}
.simple-product-page .page-video-gallery .video-gallery-box .img img{width:100%;height:250px;object-fit:cover;}
.simple-product-page .page-video-gallery .video-gallery-box .img:before{content:'';width:100%;height:100%;background:rgba(0,0,0,.7);position:absolute;top:0;left:0;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:alll .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.simple-product-page .page-video-gallery .video-gallery-box:hover .img:before{opacity:0;visibility:hidden;}
.simple-product-page .page-video-gallery .video-gallery-box .video video{height:250px;object-fit:contain;width:auto;display:block;margin:0 auto;}
.simple-product-page .page-video-gallery .video-gallery-box .info{list-style:none;margin:0;padding:5px;display:flex;position:absolute;top:5px;right:5px;color:#fff;font-size:11px;z-index:1;}
.simple-product-page .page-video-gallery .video-gallery-box .info>li{margin-left:10px;}
.simple-product-page .page-video-gallery .video-gallery-box .icon{position:absolute;left:0;right:0;margin:0 auto;width:40px;height:40px;line-height:40px;top:calc(50% - 20px);color:#eee;font-size:2.5em;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:alll .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.simple-product-page .page-video-gallery .video-gallery-box:hover .icon{color:#c4302b;}
.simple-product-page .page-video-gallery .video-gallery-box .td{position:absolute;bottom:0;left:0;width:100%;padding:15px;}
.simple-product-page .page-video-gallery .video-gallery-box .td h3{color:#fff;font-size:1.1em;font-weight:300;margin:0;}
.simple-product-page .page-video-gallery .video-gallery-box .td p{color:#fff;font-size:.8em;font-weight:200;margin:0;}
/* COMPONENT ------------------------------------------------------------------------------------------------------------------------*/
.simple-product-page .page-component{padding:50px 0 20px 0;}
.simple-product-page .page-component .title{margin-bottom:30px;}
.simple-product-page .page-component .title h2{font-size:1.8em;font-weight:700;margin-bottom:15px;}
.simple-product-page .page-component .title p{font-size:1.2em;font-weight:200;margin-bottom:15px;}
.simple-product-page .page-component .page-ex-box{margin-bottom:30px;padding:10px;border-radius:10px;}
.simple-product-page .page-component .page-ex-box .icon{font-size:4.5em;padding:30px 20px;}
.simple-product-page .page-component .page-ex-box .content{padding:20px;}
.simple-product-page .page-component .page-ex-box .content h3{font-size:1.3em;font-weight:700;}
.simple-product-page .page-component .page-ex-box .content p{font-size:1em;min-height:230px;font-weight:300;}

/* FAQ ------------------------------------------------------------------------------------------------------------------------*/
.simple-product-page .page-faq{padding:50px 0 20px 0;}
.simple-product-page .page-faq .title{margin-bottom:30px;}
.simple-product-page .page-faq .title h2{font-size:28px;font-weight:700;margin-bottom:15px;}
.simple-product-page .page-faq .title p{font-size:18px;font-weight:200;margin-bottom:15px;}
.simple-product-page .page-faq .accordion{margin-bottom:50px;}
.simple-product-page .page-faq .accordion .accordion-button i{font-size:30px;margin-right:10px;}
.simple-product-page .page-faq .accordion .accordion-button:not(.collapsed){}
.simple-product-page .page-faq .accordion .accordion-button{}
.simple-product-page .page-faq .accordion .accordion-button:focus{box-shadow:unset;}
.simple-product-page .page-faq .accordion .accordion-button:after{content:'\f078';cfont-family:'Font Awesome 6 Free';font-weight:900;background-image:unset;}
.simple-product-page .page-faq .accordion .accordion-button:not(.collapsed)::after{color:#fff;}
.simple-product-page .page-faq .accordion .accordion-body{}
.simple-product-page .page-faq .accordion .accordion-item{}
/* DOCUMENT ------------------------------------------------------------------------------------------------------------------------*/
.simple-product-page .page-document{padding:50px 0 20px 0;}
.simple-product-page .page-document .title{margin-bottom:30px;}
.simple-product-page .page-document .title h2{font-size:28px;font-weight:700;margin-bottom:15px;color:{{ $product->productHeader->text_color }};}
.simple-product-page .page-document .title p{font-size:18px;font-weight:200;margin-bottom:15px;color:{{ $product->productHeader->pasif_text_color }};}
.simple-product-page .page-document .box{margin-bottom:30px;}
.simple-product-page .page-document .box .img{border:1px solid {{ $product->productHeader->border_color }};border-radius:10px;overflow:hidden;}
.simple-product-page .page-document .box .img img{width:100%;height:275px;object-fit:cover;}
.simple-product-page .page-document .box h3{font-size:.9em;padding:1em;line-height:1em;min-height:4em;}