@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root{
    --btn-color: #2A38B6;
    --color-1: #0F8D7E;
    --color-2: #007365;
    --text-color: #181525;
    --text-black: #000000;
    --text-white: #ffffff;
    --text-1: "Manrope", sans-serif;
    --text-2: "Raleway", sans-serif;
    --black:#000;
    --yellow:#FF9E57;
}


*{
    box-sizing:border-box;
    padding:0;
    margin:0;
}


/* product-detail css start here */

.slider-galeria-thumbs {
  float: left;
  width: 16%;
}

.slider-galeria {
  float: left;
  width: 84%;
}

.slider-galeria div, .slider-galeria-thumbs div {
  outline: 0;
}

.slider-galeria span {
  display: block;
  height: 250px;
  background: #f2f2f2;
  color: #3498db;
  font-size: 36px;
  line-height: 250px;
  margin: 0 10px 0 10px;
  padding: 2%;
  text-align: center;
}

.slider-galeria-thumbs span {
  display: block;
  margin-bottom: 5px;
  height: 55px;
  background: #3498db;
  color: #000;
  font-size: 14px;
  line-height: 55px;
  text-align: center;
}

.slider-galeria-thumbs .slick-current span {
  background: #000;
  color: #3498db;
}

.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  text-indent: -9999px;
  background: transparent;
  border: 0;
  z-index: 1000; 
  outline: 0;
}

.slick-prev:before {
  content: "<";
  color: #000;
  background: #eff1f4;
    padding: 21px 13px 26px 13px;
    border-radius: 100%;
    font-size: 33px;
  line-height: 0;
  text-indent: 0;
  position: absolute;
  top: 50%;
  font-family: "Roboto", sans-serif;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  text-indent: -9999px;
  background: transparent;
  border: 0;
  z-index: 1000; 
  outline: 0;
}

.slick-next:before {
  content: ">";
  color: #000;
    background: #eff1f4;
    padding: 21px 13px 26px 13px;
    border-radius: 100%;
    font-size: 33px;
  line-height: 0;
  text-indent: 0;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gta-product-detail{
    padding-top: 20px;
}
.gta-product-detail h4{
    font-weight: 700;
    color: #0F8D7E;
    font-size: 30px;
    font-family: "Manrope", sans-serif;
    line-height: 40px;
    }
.gta-product-detail h3{
    color: #EC9A29;
    font-size: 28px;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    line-height: 42px;
}
.gta-product-detail p{
    font-size: 18px;
    /* font-family: var(--text-1); */
    font-weight: 400;
    line-height: 26px;
    /* color: var(--text-white); */
    margin: 10px 0;
}
.sz-style input, .sz-style select{
    height: 45px;
    background-color: #d9e9f2 !important;
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 1.5px #ffc700;
}
.sz-style input:read-only {
  border: 1.5px solid #ffc700;
}
.gta-qty{
        padding: 15px 0px;
    /* border-top: solid 1px #8B8B83;
    border-bottom: solid 1px #8B8B83; */
}
.gta-qty label{
    font-weight: 500;
    padding-bottom: 10px;
}
.gta-qty .form-control{
        border-radius: 30px;
    padding: 5px 20px;
    font-size: 12.7px;
}
.gta-qty i{
        float: right;
    margin-top: -7%;
    margin-right: 2%;
}
.prod_qnty{
    /* border: 1px solid #B7B7B7; */
}
.prod_qnty input{
    height: 100%;
    width: 70px;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border: solid 2px var(--color-111);
    border-radius: 5px;
    /* border-top: transparent; */
    /* border-bottom: transparent; */
    /* border-left: 1px solid #B7B7B7; */
    /* border-right: 1px solid #B7B7B7; */
}
.prod_qnty button{
    padding: 2px 3px;
    background-color: transparent;
    /* border: none; */
    border-radius: 100%;
    font-weight: bold;
    background: #D9D9D9;
    font-size: 32px;
    display: inline-flex;
}
.cart_btn{
    /* display: inline-block; */
    /* position: relative; */
    /* background: #00C2CB; */
    /* box-shadow: 0px 4px 6px 0px #616E6E40; */
    /* color: #1A1A1A; */
    /* font-size: 22px; */
    /* font-weight: 700; */
    /* width: 100%; */
    /* line-height: 1;
    font-family: 'manrope', sans-serif;
    text-align: center; */
    /* text-transform: uppercase; */
    /* border-radius: 50px;
    padding: 15px 40px;
    transition: all 0.4s ease-in-out; */
}
.cart_btn:hover, .cart_btn:focus{
    /* background-color: #000; */
    /* color: #fff; */
}
.lunima-productdescription-2 h3{
    color: #1A1A1A;
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 40px;
}


button.gta-btn{
    background-color: #ffc700;
    color: #000;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    border-radius: 50px;
    text-align: center;
    width: 100%;
    padding: 8px 20px;
}

.slick-slide img {
    display: block;
    background: #f2f2f2 !important;
    padding: 20px !important;
    border-radius: 10px;
}

.slick-vertical .slick-slide{
    padding-right:10px;
    padding-top: 10px;
}


.gta-nav {
    border-radius: 10px;
    padding: 10px 0px;
    
}
.gta-nav span{
color: #fff;
}
.gta-nav span:nth-last-child(1){
    color: #ffc700;
}

.prod_specification h4{
    color: var(--text-black);
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    font-family: var(--text-1);
}
.prod_specification p + p{
    margin-top: 5px;
}
.prod_specification h5 span{
    font-size: 14px !important;;
}
.prod_details{
    /* border: 7px solid #275672; */
}
.prod_details .heading_sec{
    /* background-color: #275672; */
}
.prod_details .heading_sec h1{
    font-size: 25px;
    font-weight: 700;
    color: #0F8D7E;
    line-height: 45px;
    font-family: "Manrope", sans-serif;
}
.prod_text p{
    font-size: 14px;
    font-weight: 400;
    /* line-height: 32px; */
    color: var(--text-black);
    font-family: var(--text-1);
}
#product_name{
    font-family: "Baloo 2", sans-serif;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
}
.gta-product-text{
    border-radius: 10px;
    border: solid 1px #b3c8d4;
    padding: 0px 30px;
}
.gta-product-text h4{
    color: #fff;
    background: #014770;
    padding: 10px 32px;
    border-radius: 10px 0 30px 0;
    margin-left: -31px;
    width: 50%;
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 0;
}
.gta-product-text p{
    padding-top: 16px;
    font-size: 14px;
}
.gta-product-text a{font-size: 14px;}




/* Other Products CSS */
.other_prod_box{
    background-color: #F4F4F4;
    border: 3px solid #FFC011;
}
.other_name{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    font-family: "Manrope", sans-serif;
    min-height: 50px;
    color: var(--color-111);
}
.other_img{
    width: 100%;
    height: 170px;
}
.other_price{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    font-family: "Manrope", sans-serif;
    color: var(--color-1);
}
.youmaylike-desp{
    color: var(--color-111);
    font-size: 14px;
    font-weight: 400;
    font-family: var(--text-1);
    padding-bottom: 15px;
    min-height: 60px;
}
.other_btn{
    display: inline-block;
    position: relative;
    background-color: #FF9124;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    line-height: 1;
    font-family: "Manrope", sans-serif;
    text-align: center;
    text-transform: capitalize;
    border-radius: 8px;
    padding: 15px 40px;
    transition: all 0.4s ease-in-out;
}
.other_btn:hover{
    background-color: #0037A2;
    color: #fff;
}
.learn_btn{
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid #000;
}
.learn_btn:hover{
    color: #4B73FF;
    border: 1px solid #4B73FF;
}
/* Other Products CSS */




.thumbnail_slider {
    max-width: 700px;
    margin: 30px auto;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    /* width: 580px; */
    overflow: hidden;
    transition: .2s;
    border-width: 2px !important;
    margin: 10px 4px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    box-shadow: 2px 3px 8px #000000a3;
}

.splide__slide img {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
/* Slider CSS End  */



/* Other prods sec css */
.tmh-shop-filter-1 .dropdown{
    text-align: right;
    padding-top: 35px;
    padding-bottom: 20px;
}
.tmh-shop-filter-1 .dropdown a{
    background: var(--color-2);
    display: inline;
    border-radius: 100%;
    padding: 24px 17px;
}



/* media query for all pages, product-detail and shop */

/*laptop view*/
@media screen and (min-width: 992px){
    .slick-list{margin-top: 50px !important;}
    .slider-galeria{margin-top: -50px !important;}
    .gta-product-images{padding:20px;}
    /* .dropdown-content{width: 210px !important;} */
    .slick-slide img{margin-bottom: 25px !important;}
    .tmh-shop-filter-1{display: none;}
    .desktop-view{margin-top:7%;}
    .lunima-productdescription-2{padding-left: 10px;}
    .gta-res{border-right: solid 1px #8B8B83;}
    div.lumina-lst-section1 p{width: 64%;}
}




/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .gta-product-detail h4{font-size: 30px;}
    .slick-slide img{padding: 0px !important;}
    .gta-product-detail h3{font-size: 30px;}
    .gta-product-detail p{font-size: 14px;}
    .gta-qty{padding: 10px 0px !important;}
    .gta-qty i{margin-top: -10% !important;}
    .gta-shop-product-text h5{font-size: 17px;}
    .owl-stage-outer{width: 88% !important;margin-left: 39px !important;}
    .owl-next span{right: 28px !important;}
    .owl-prev span{left: 24px !important;}
    div.lumina-lst-section1 p{width: 50%;}
    .prod_details{
        /* border: 5px solid #275672; */
    }
    .prod_details .heading_sec h1{
        font-size: 22px;
        line-height: 35px;
    }
    .prod_text p{
        font-size: 16px;
        line-height: 30px;
    }
     
}



/*Small devices (landscape phones, 576px and up)*/
@media screen and (max-width: 767.98px) {
    .prod_details{
        /* border: 4px solid #275672; */
    }
    .prod_details .heading_sec h1{
        font-size: 20px;
        line-height: 35px;
    }
    .prod_text p{
        font-size: 14px;
        line-height: 24px;
    }
}



/*mobile view*/
@media screen and (max-width: 575px){
    .slick-slide img{padding: 0px !important;}
    .slider-galeria-thumbs{margin-top:10%;}
    .gta-product-detail h4{font-size: 25px;}
    .gta-product-detail h3{font-size: 20px;line-height: 1;}
    .splide__list{width: 100% !important;}
    .owl-stage-outer{width: 100% !important;/* margin-left: 39px !important; */}
    .owl-next span{right: 27px !important;opacity: 1;visibility: initial;}
    .owl-prev span{left: 24px !important;}
    .gta-shop-product-text h5{font-size: 25px;}
    button.gta-shop-btn{font-size: 11px;}
    .heading_sec {
        border-radius: 0 !important;
    }

    /* new css */
    ul.gta-mob-view-1{margin: 0 0 15px -25px !important;width: 100%;}
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link{font-size: 23px !important;}
    .nav-pills .nav-link{font-size: 24px !important;}
    p.lumina-product-123{width: 45% !important;}
    .bread-eec-1{margin-left:10px;}
    .product-name-lumina-1{margin-left: 10px;}





}
/* product-details css end here */

/* shop page css start here */

.gta-shop-1 h4{
    margin-top: 25px;
    padding: 15px 0px;
    font-weight: bold;
    font-size: 30px;
}

.gta-tag a{
    padding: 6px 20px;
    border-radius: 20px;
    color: #000;
    background-color: #efefef;
    margin-right: 20px;
    text-decoration: none;font-size: 13px;
}
.gta-tag a.active{
    background-color: var(--color-2);
    color: #fff;
    
}

/* owl carsousel */
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: -2rem;
}
.owl-prev span {
    background:  var(--color-2);
    color: #fff;
    border-radius: 100%;
    font-size: 28px;
    position: relative;
    left: -14px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    top: 7px;
}
.owl-next span {
    background: #29b1ff;
    color: #fff;
    border-radius: 100%;
    font-size: 25px;
    padding: 0px 15px 7px 15px;
    position: relative;
    right: -14px;
    /* opacity: 1; */
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    top: 7px;
    /* left: 10px; */
    /* z-index: 999; */
}
.owl-next {
  right: -2rem;
}
.owl-item{width: auto !important;}
.owl-stage{margin-top: 47px !important;height: 40px !important;}

.gta-item{
    float: right;
    text-align: right;
}
/* 
.dropbtn {
      background-color: transparent;
    color: #000;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  /* min-width: 172px; *
  width: 201px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 10%;
  /* padding: 10px 9px; *
  padding: 9px 19px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent;} */

/* shop css */
.gta-shop-product{
    padding: 15px;
}
.gta-shop-product-image{ 
    width: 75%;
    margin: 0 auto;  
}
.gta-shop-product-image img{
    width: 80% !important;
}
.gta-shop-product-text{
    padding-top: 14px;
    text-align: center;
    /* width: 55%; */
}
.gta-shop-product-text h4{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    /* min-height: 38px; */
    font-family: var(--text-1);
    color: var(--text-color);
    height: 2.3rem;
}
.tmh-shop-2{text-align: center;}
.tmh-shop-2 a{
    background-color: #EFEFEF;
    color: var(--color-222);
    font-size: 13px;
    font-family: var(--text-1);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: capitalize;
}

.gta-shop-product-text .gta-shop-btn{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    background-color: #ff9e57;
    /* background: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%) !important; */
    border-radius: 40px;
    padding: 13px 25px;
    transition: all 0.3s;
    box-shadow: 0px 5.26px 5.26px 0px rgba(0, 0, 0, 0.25);
    font-family: var(--text-1);
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
    width: 100%;
    /* margin-top: 20px; */
}
/* .gta-shop-product-text .gta-shop-btn:hover{
    background-color: var(--color-111);
    color: #fff;
    box-shadow: none;
} */
button.gta-shop-btn{
    width: 100%;
    background: #000;
    color: #fff !important;
}
.gta-shop-product{
    transition: 0.5s all ease-in-out;
    border: solid 1.4px #CFCDDD;
    border-radius: 15px;
    margin-bottom: 25px;
    /* background: var(--text-white); */
    /* box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09); */
}
/* .gta-shop-product:hover{
    border: solid 1.5px #1577af;
    border-radius: 0px;
} */
/* .gta-shop-product:hover img{
transform: scale(1.1);
} */



/* shop page last carsousel */
.swiper-container-wrapper{
    
display: flex;
    
justify-content: space-between;
    
/* align-items: center; */
}

*{
    box-sizing:border-box;
    padding:0;
    margin:0;
}

a, a:hover, a:active{
    text-decoration: none;
    color: inherit;
    box-shadow: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0;
}
.green{
    color: #5ACC81;
}



/* hero section css  */


.upper_hero{
    position: relative;
    padding: 40px 0;
    background-image: url(../images/hero_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 10;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.upper_hero .hero_head h1{
    font-size: 50px;
    color: #000;
    line-height: 50px;
    font-weight: 600;
}
.upper_hero .hero_cntn p{
    font-size: 25px;
    color: #014770;
    line-height: 30px;
}
.lower_hero{
    background-color: #b3c8d5;
    padding: 35px 0 25px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    position: relative;
    z-index: 9;
}
.hero_category_box{
    background-color: #fff;
    border: 1px solid #757575;
    border-radius: 10px;
    padding: 15px 10px;
}
.hero_category_box h3{
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}
.hcb_prd{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.hcb_prd .hcb_inner_product{
    border-radius: 10px;
    flex: 1 0 45%;
    overflow: hidden;
}
.hcb_prd .hcb_inner_product img{
    width: 100%;
}
.hcb_sm{
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    color: #014770;
    cursor: pointer;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
}
.hcb_sm:hover{
    text-decoration: underline;
}
.hcb_other{
    max-height: 130px;
    object-fit: cover;
}
.hcb_other img{
    height: 100%;
}
/* --------------------------------- */

/* top rated product css  */

.top_rate_sec{
    padding: 0 0 60px;
    position: relative;
}
.tpr_head{
    background-color: #014770;
    padding: 15px 40px;
    display: inline-block;
    border-bottom-right-radius: 30px;
}
.tpr_head h2{
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}
.tpr_content{
    border: 1px solid #000;
}
.tpr_inner{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    gap: 10px;
    padding: 25px 15px 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.tpr_content .col-md-6:nth-child(even) .tpr_inner{
    border-right: 0px;
}
.tpr_content .col-md-6:nth-child(5) .tpr_inner, .tpr_content .col-md-6:nth-child(6) .tpr_inner{
    border-bottom: 0 ;
}
.tpr_inner .tpri_img{
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tpr_inner .tpri_img img{
    width: 100%;
}
.tpr_inner .tpri_cntn{
    width: 60%;
}
.tpr_inner .tpri_cntn h3.tpr_pr_name{
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 20px;
}

.tpr_inner ul.tpr_pr_list li{
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.tpr_inner ul.tpr_pr_list li i{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #014770;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
}
.tpr_inner .tpri_cntn p.tpr_pr_des{
    font-size: 15px;
    font-weight: 500;
}
.tpr_inner .tpri_cntn .tpr_pr_prc{
    font-size: 26px;
    font-weight: 600;
}
.tpr_inner .tpri_cntn .tpr_pr_cart_btn{
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    background-color: #ffc700;
    border-radius: 20px;
    padding: 8px 25px;
    transition: all 0.3s;
    font-family: "Montserrat", sans-serif;
    color: #000;
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
}
.tpr_inner .tpri_cntn .tpr_pr_cart_btn:hover{
    background-color: #3ed20b;
    color: #fff;
}
.tpr_inner .tpri_cntn .tpr_pr_lm{
    display: block;
    text-decoration: underline;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

/* --------------------------------- */

/* product carrousal css start */

.tec_gad_sec{
    padding-bottom: 100px;
}
.tec_gad_sec .sec_head h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
    margin-bottom: 25px;
}
.tec_box{
    background-color: #B3C8D4;
    border-radius: 20px;
    padding: 5px 10px 5px;
    position: relative;
    text-align: center;
}
.tec_img a{
    display: inline-block;
    cursor: pointer;
}
.tec_name{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tec_name:hover{
    color: #ffff;
}
.tec_price{
    font-size: 12px;
    line-height: 25px;
    color: #000;
}
.tec_btn{
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    background-color: #FFC700;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tec_btn:hover{
    color: #fff;
}
.tec_lm{
    display: block;
    font-size: 13px;
    text-decoration: underline;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tec_lm:hover{
    text-decoration: underline;
    color: #fff;
}


/* --------------------------------- */

/* tech gadget css start */

.tech_gad_sec{
    padding-bottom: 80px;
}
.tg_box{
    background-color: #B3C8D4;
    border-radius: 30px;
    padding: 10px 15px 5px;
    position: relative;
    text-align: center;
}
.tg_img a{
    display: inline-block;
    cursor: pointer;
}
.tg_name{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tg_name:hover{
    color: #ffff;
}
.tg_price{
    font-size: 13px;
    line-height: 27px;
    color: #000;
}
.tg_btn{
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    background-color: #FFC700;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tg_btn:hover{
    color: #fff;
}
.tg_lm{
    display: block;
    font-size: 18px;
    text-decoration: underline;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tg_lm:hover{
    text-decoration: underline;
    color: #fff;
}

/* --------------------------------- */

 /* reward section css */

.rewd_sec{
    padding-bottom: 30px;
}
 .rewd_sec .rewds_inner{
     border: 1px solid #000;
     border-radius: 30px;
     padding: 30px 20px;
     position: relative;
 }
 .rewdt_img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}
.rewdt_contn h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
    margin-bottom: 12px;
}
.rewdt_contn .rewdt_para{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 35px;
}
.rewdt_contn h6{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}
.rewdt_contn ul{
    padding-left: 10px;
}
.rewdt_contn ul li img{
    width: 20px;
    margin-right: 4px;
}
.rewdt_contn ul li{
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 500;
}
rewdt_contn .rewdt_extra{
    font-size: 20px;
}
.rewd_top {
    padding-bottom: 70px;
}
.rewdb_box {
    background: #EBEBEB;
    border: 1px solid #757575;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    text-align: center;
}
.rewdb_head {
    display: flex;
}
.rewd_img {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: 15px;
}
.rewd_img img{
    width: 80px;
}
.rewd_cntn h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px;
    text-align: left;
}
.rewd_cntn p{
    font-size: 16px;
    text-align: left;
}
.rewdb_head{
    margin-bottom: 10px;
}
.rewdb_body ul li img{
    width: 14px;
    margin-right: 10px;
}
.rewdb_body ul li{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
}
.rewd_btn{
    display: inline-block;
    background-color: #FFC700;
    font-size: 18px;
    padding: 10px 40px;
    color: #000;
    font-weight: 700;
    border-radius: 10px;
    margin: 10px auto 0;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}
.rewd_btn:hover{
    color: #000;
}
 /* --------------------------------- */

 /* reward section css */

.main_footer{
    background: #E9E9E9;
    padding: 70px 0 40px;
}
.ft_head{
    font-size: 15px;
    font-weight: 700;
    color: #3E3E3E;
    text-decoration: underline;
    margin-bottom: 25px;
}
.ft_list ul li a{
    font-size: 14px;
    color: #3E3E3E;
    margin-bottom: 6px;
    display: inline-block;
    font-weight: 400;
}
/* .ft_list .ft_head{
    margin-bottom: 30px;
} */
.ft_disclose p{
    font-size: 13px;
    line-height: 21px;
    color: #3E3E3E;
}
.ft_contact .ft_logo img{
    width: 90%;
    margin-bottom: 20px;
}
.ft_cnt_box .ft_mail, .ft_cnt_box .ft_number {
    display: inline-block;
    width: 100%;
}
.ft_cnt_box i{
    color: #3E3E3E;
    font-size: 14px;
    margin-right: 12px;
}
.ft_mail, .ft_number{
    font-size: 14px;
    margin-bottom: 10px;
    color: #3E3E3E;
    font-weight: 500;
}
.ft_ad{
    margin-bottom: 20px;
    display: flex;
}
.ft_ad i{
    font-size: 14px;
    margin-right: 12px;
}
.ft_ad h6{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #3E3E3E;
}
.ft_ad p{
    font-size: 14px;
    font-weight: 500;
    color: #3E3E3E;
}
.ft_text p{
    font-size: 12px;
    font-weight: 400;
    color: #3E3E3E;
}
.ft_top{
    padding-bottom: 50px;
}
.ft_btm{
    padding: 20px 0;
    background-color: #00456D;
}
.ft_btm p{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.tec_carousal_inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.tec_carousal_inner .tg-carousel{
    overflow: hidden;
    border-radius: 70px;
}
.tec_carousal_inner .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.tec_carousal_inner .owl-theme .custom-nav .owl-prev, .tec_carousal_inner .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.tec_carousal_inner .owl-theme .custom-nav .owl-prev i, .tec_carousal_inner .owl-theme .custom-nav .owl-next i {
  font-size: 60px;
  color: #FFC700;
}
.tec_carousal_inner .owl-theme .custom-nav .owl-prev {
  left: -40px;
}
.tec_carousal_inner .owl-theme .custom-nav .owl-next {
  right: -40px;
}

  /* --------------------------------- */


.owl-theme .owl-nav [class*='owl-']:hover{background: transparent !important;}
.owl-theme .owl-dots{display: none !important;}


/* .owl-carousel .text-carousel .owl-nav .disabled {
    opacity: 1;
    cursor: default;
} */

/*mobile view*/
@media screen and (max-width: 575px){
  .gta-shop-1 .owl-theme .owl-nav [class*='owl-'] {
    position: relative !important;
    z-index: 999 !important;
}
.gta-shop-1 .owl-carousel .owl-nav{
    margin-top: 20px !important;
}





/* 
.tec_carousal_inner .owl-theme .custom-nav .owl-next{
    display: none !important;
} */

}




/* PRoduct details page slider css new */
.object-fit-cover{
    object-fit: cover;
}
.prod_slider_sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_slider_thumb{
    width: 100px;
    height: 550px;
}
.product_slider{
    width: calc(100% - 120px);
    height: 550px;
}
.product_slider_thumb .swiper-wrapper{
    /* justify-content: space-evenly; */
    align-items: center;
}
.product_slider_thumb .swiper-button-next, .product_slider_thumb .swiper-button-prev{
    display: none;
}
.product_slider_thumb .swiper-slide-thumb-active img,
.product_slider .swiper-slide-active img{
    border: 3px solid #275672;
}
.swiper-slide img {
    display: block;
    /* background: #f2f2f2 !important; */
    padding: 3px !important;
    /* border-radius: 20px; */
}
.swiper-button-prev, .swiper-button-next{
    background-color: #eff1f4;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 22px;
    font-weight: 900;
    color: #000;  
}
.swiper-button-prev{
    left: 20px;
}
.swiper-button-next{
    right: 20px;
}

@media screen and (max-width: 767px){
    .prod_slider_sec{
        flex-direction: column-reverse;
    }
    .product_slider_thumb{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .product_slider{
        width: 100%;
        height: 450px;
    }
    .product_slider_thumb .swiper-button-next, .product_slider_thumb .swiper-button-prev{
        display: flex;
        background-color: #ccc;
        width: 35px;
        height: 35px;
        padding: 5px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 18px;
    }
    .swiper-button-prev{
        left: 5px;
    }
    .swiper-button-next{
        right: 5px;
    }
    .product_slider .swiper-button-next, .product_slider .swiper-button-prev{
        display: none;
    }
    .gallery-top {
        height: auto;
    }
    .gallery-thumbs{
        /* display: none; */
        margin-top: 20px;
    }
    .swiper-pagination-bullet-active {
        background: #777777;
    }
}


/* new shop css */
.tmh-shop-1 h4{
    /* font-size: 28px; */
    text-transform: capitalize;
    /* font-weight: bold; */
    text-align: center;
}
/* .dropdown-item{
    border-bottom:solid 1px #A6A6A6 !important;
} */
.btn-check:focus+.btn-dark, .btn-dark:focus{
    box-shadow:none !important;
}
.btn-dark{
    background:#000 !important;
    color:#fff !important;
    border-radius:0px !important;
    /* font-weight:bold; */
}
.svv-shop-3{
    /* background-color: #ffe9b2; */
    /* text-align: center; */
}
.tmh-shop-1 h4{
    color: var(--color-111);
    font-weight: bold;
    font-family: var(--text-1);
    font-size: 40px;
    text-transform: capitalize;
    /* margin-bottom: 24px;  */
}
.svv-shop-4 {
    background: #000;
    padding: 10px;
    /* align-items: center; */
    display: flex;
    justify-content: start;
    flex-direction: column;
    text-align: left;
}
.svv-shop-4 button{
    display: block;
    width: 100%;
    border-radius: 0px !important;
}
.svv-shop-4 .dropdown{
    position: relative;
    width: 100%;
    display: block;
}

.btn-check:focus+.btn-light, .btn-light:focus{
    box-shadow: none !important;
}

.gta-shop-product-text h5{font-family: var(--text-1);color: var(--btn-color);font-weight: 600;}
.tmh-shop-3{
    padding-top: 25px;
    color: #999999;
    font-family: var(--text-1);
    font-size: 20px;
    font-weight: 500;
}
.tmh-shop-4{
    padding-top: 25px;
    color: #666;
    font-family: var(--text-1);
    font-size: 17px;
    font-weight: 400;
    text-align: right;
}
.tmh-shop-5.show{border: none !important;}
.tmh-shop-5:active{
    border: none !important;
    outline: none !important;
}
.tmh-shop-5{
    background-color: #fff;
    color: #000 !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    text-align: left;
    }

.tmh-active{
    background-color: #716BFA !important;
    color: #fff !important;
}


/*laptop view*/
@media screen and (min-width: 992px){
    .shop-dro1{display: none;}
    .pp-shopage-1 h4{font-size: 39px !important;}
    /* .dropdown-menu.show{width: 33%;} */
    .pp-shopage-1{padding: 70px 26px 70px 10px !important;}
    .pp-shopage-6{display: block;width: 100%;}
    .tmh-shop-filter-2{text-align: right;}
    .pp-shopage-2{width: 54%;}
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .shop-dro{display: none;}
    .tmh-shop-2{display: flex;align-items: center;overflow: scroll;}
    #a{order:2;}
    #b{order:1;}
    .dropdown-menu.show{width: 40%;}
    .pp-shopage-6{display: block;width: 100%;}
    .tmh-shop-filter-2 .dropdown{display: block;}
    .pp-shopage-2{width: 100%;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .shop-dro{display: none;}
    .tmh-shop-2{display: flex;align-items: center;overflow: scroll;}
    #a{order:2;}
    #b{order:1;}
    .pp-shopage-1 h4{font-size: 29px !important;}
    .pp-shopage-6{display: block;width: 100%;}
    .tmh-shop-filter-2 .dropdown{display: block;}
    .pp-shopage-2{width: 100%;}
}



@media screen and (max-width:1199px){
    .gta-shop-product-image{height: 190px;padding: 10px;}
}

@media screen and (max-width:991px){
    .gta-shop-product-image{height: 150px;}
}

/*mobile view*/
@media screen and (max-width: 575px){
    .gta-shop-product {padding: 10px;margin-bottom: 15px;}
    .lumina-product-detailsbutn{display: none;}
    .pp-shopage-2{width: 100%;}
    .gta-shop-product-image{width: 150px;height: 150px;}
    .gta-shop-product-text .gta-shop-btn{font-size: 15px;padding: 6px 20px;}
    .shop-dro{display: none;}
    .gta-range{padding-top:0px;}
    .tmh-shop-2{display: flex;align-items: center;overflow: scroll;}
    /* #a{order:2;}
    #b{order:1;} */
    .tmh-product-youmakelike{text-align: center !important;}
    .pp-shopage-1{background: #716BFA !important;}
    .pp-shopage-1 h4{font-size: 55px !important;margin-top: 33px;text-align: center;}
    .dropdown-menu.show{width: 95%;}
    .pp-shopage-1{padding: 0px !important;}
    .pp-shopage-6{display: block;width: 100%;padding: 30px 15px 0;margin-top:-1px !important;}
    .tmh-shop-filter-1211{margin: 0px !important;padding: 0px !important;}
    .pp-shopage-6 .dropdown .btn{margin-bottom: 0px !important;}
    .tmh-shop-filter-2 .dropdown{display: block;}
}



.thumbnail_slider {
    max-width: 700px;
    margin: 30px auto;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 580px;
    overflow: hidden;
    transition: .2s;
    border-width: 2px !important;
    margin: 10px 4px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    box-shadow: 2px 3px 8px #000000a3;
}

.splide__slide img {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
/* Slider CSS End  */

.tmh-product-youmakelike{
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    padding: 10px;
    text-align: left;
    border: solid 0.7px #44444445;
    border-radius: 10px;
}


/* new style */
.shop-banner{
    background:url(../images/shop-bg.png);background-position: center center;background-size: cover;
    background-repeat: no-repeat;
}
.pp-shopage-1{
    background: #716BFA;
    display: flex;
    align-items: center;
    padding: 20px 10px;
    flex-direction: column;
}
.pp-shopage-1 h4{
    font-family: var(--text-1);
    font-size: 40px;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 33px;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}
.pp-shopage-2{
    display: block;
    background-color: var(--text-black) !important;
    color: var(--text-white) !important;
    border-radius: 0px !important;
    text-align: left;
    border: solid 1px var(--text-black) !important;
}
.pp-shopage-2:hover{
    background-color: var(--text-black);
    color: var(--text-white);
}
.pp-shopage-dropdownfilter{
    padding: 6px 13px;
}
.pp-shopage-dropdownfilter li{
    border-bottom: solid 2px #CCE0E0;
}
ul.pp-shopage-dropdownfilter li:last-child {
  border-bottom: none;
}
.dropdown-item{
    color: var(--text-color);
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.tmh-shop-filter-2 .dropdown{
    border: solid 1px #000;
    border-radius: 0px;
}

.tmh-shop-5{
    font-family: "Sora", sans-serif;
    color: var(--text-color) !important;
    width: 100%;
}
.tmh-shop-5 i{font-weight: bold;}


.pr_seach_box{
    background-color: #fff;
    padding-bottom: 60px;
}

.lumina-droneproduct{
    color: #ec934f !important;
    font-family: var(--text-1) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    text-align: center;
    line-height: 26px !important;
}
.click-bump ul li{
    color: var(--text-white) !important;
    font-size: 11px !important;
    
}
.lunima-productdescription-3{
    font-family: var(--text-1);
    font-size: 20px;
    text-transform: uppercase;
    color: #181525;
    font-weight: 700;
    margin-bottom: 0px !important;
}
.lumina-product-detail{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lunima-productsepeci-1{
    border-radius: 10px;
    border: solid 1px #CFCDDD;
    padding: 22px 18px;
}
.lunima-produtsepeci-img img{
    object-fit: contain;
    width: 100%;
    height: 200px;
}
.lunima-produtsepeci-text h4{
    font-family: var(--text-1);
    color: #181525;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0px;
}
.lunima-produtsepeci-text h5{
    color: #2A38B6;
    font-family: var(--text-1);
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 10px;
}
.lunima-produtsepeci-text p{
    font-size: 11px;
    font-family: var(--text-1);
    color: var(--text-black);
    padding-bottom: 12px;
}

.lumina-product-detailsbutn{
    background-color: #4B408C;
    color: var(--text-white) !important;
    font-family: var(--text-1);
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
    padding: 10px 20px;
}
div.product-review{
    padding: 15px 0px;
}
.page-wraper {
  /* background: #f6f6f2 !important; */
}
select.form-select{
    border-radius: 10px !important;
    padding: 14px 24px;
}
div.lunima-productdescription-1 center ul{
    margin-left: 45%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: transparent;
    color: #1a1a1a;
    font-family: 'Manrope';
    font-weight: bold;
    font-size: 30px;
    text-decoration: underline;
}
.nav-pills .nav-link{
    color: #B5B5AF;
    font-size: 30px;
    margin-right: 30px;
}
p.new-descrp-11{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 600;
}
p.new-descrp-12{
    font-weight: 400;
    font-size: 16px;
    font-family: 'roboto';
    line-height: 25px;
}
div.product-name-lumina-2{
    margin-left: auto;
    margin-right: auto;
}
h3.product-name-lumina-3{
        font-family: 'Manrope';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 36px;
}
a.all_btn{
    font-weight: 700;
    border: solid 1px #1a1a1a;
    color: #1a1a1a;
    text-transform: uppercase;
    background: transparent !important;
}
a.all_btn:hover{
    color: #1a1a1a;
}
p.lumina-product-123{
    color: #00C2CB;
    border: solid 1px #00C2CB;
    font-size: 18px;
    padding: 13px 35px;
    border-radius: 30px;
    text-transform: uppercase;
    width: 14%;
}
div.lunima0-123{
    margin-bottom: 5%;
}
div.product-wish-list i{
    top: 50px;
    right: 20px;
    float: right;
    position: relative;
    z-index: 1;
}
a.youmakilike-btn{
    display: inline-block;
    background-color: transparent;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    padding:12px 0px;
    text-align: center;
}
div.more_prod_box{
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    background: #F4F7F5;
}

div.lumina-lst-section1 {
    text-align: center;
    background-color: #F4F7F5;
    border-radius: 15px;
    padding: 60px 30px;
    box-shadow: 0px 4px 36.6px 0px rgba(0, 0, 0, 0.03);
}
div.lumina-lst-section1 i{
    color: #00C2CB;
}
div.lumina-lst-section1 p{
    padding-top: 20px;
    font-family: 'manrope';
    font-size: 22px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}
div.lumina-lst-section1 small{
        color: #888888;
}


.breadcrumbs_box{
    /* background-image: url(../images/inner_bg.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 40px;
    height: 160px;
}

.short-description{
    color: #1c1c1c;
}

select.form-select {
    padding: 14px 24px;
}

.bread-eec-1 a{
    font-size: 18px;
}

.bread-eec-1 .breadcrumb-link{
    color: #6D23B3;
}
.bread-eec-1 i{
    color: #6D23B3;
    margin: 0 5px;
    display: inline-block;
}

.description-content{
    margin-top: 40px;
}

.description-content h3{
    font-size: 20px;
    font-weight: 700;
    font-family: "Baloo 2", sans-serif;
    line-height: 120%;
    margin-bottom: 15px;
    color: #1c1c1c;
}

.description-content p{
    font-size: 18px;
    color: #333333;
    line-height: 140%;
    margin: 0;
}

@media screen and (min-width: 1200px){
    .d-md-flex.gap-4 .outline-btn{
        padding-inline: 42px;
    }
    .gallery-thumbs {
        width: 140px;
        height: 500px;
        overflow: visible;
    }
}

@media screen and (max-width: 767px){
    .breadcrumbs_box{
        /* background-image: url(../images/inner_bg_mob.jpg); */
        border-radius: 20px;
    }
    .d-md-flex.gap-4 a{
        width: 100%;
        justify-content: center;
    }
    #product_name {
        padding-bottom: 12px;
        margin-top: 16px;
    }
    .swiper-container-wrapper {
        flex-direction: column-reverse;
    }
    .swiper-wrapper {
        flex-direction: row;
    }
}

@media screen and (max-width: 1399px) {
    .product_slider {
        width: calc(100% - 160px);
        height: 500px;
    }
}
.breadcrumbs_sec{
    background-color: #DCD7F8;
}
.rewrd-btn-3 {
    position: static !important;
    width: 80%;
    font-size: 17px;
}
.product-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.product-accordion .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.product-accordion .accordion-button {
  background-color: #ffffff;
  color: #222;
  font-weight: 600;
  padding: 1rem 1.25rem;
  border: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

.product-accordion .accordion-button:not(.collapsed) {
  background-color: #ff9e57; /* Green accent color */
  color: #141414;
}

.product-accordion .accordion-button:focus {
  box-shadow: none;
}

.product-accordion .accordion-body {
  background-color: #fff;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  padding: 1rem 1.25rem;
}

.product-accordion ul {
  list-style: none;
  padding-left: 0;
}

.product-accordion ul li {
  margin-bottom: 8px;
  padding-left: 1.2rem;
  position: relative;
}

/* new checkout design css */



/* new design will come here */
#product_name {
  /* margin-bottom: 20px; */
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
}
.sml-desp {
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  padding: 10px 0px;
}
.pkg-hdng {
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 15px;
  color: #000000;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 0;
}
.pkg-opt {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.buyopt {
  position: relative;
}
.buyopt {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #a1a1a1;
  border-radius: 15px;
  padding: 17px 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  gap: 12px;
}
.buyopt.selected {
    box-shadow: 0 0 0 2px #6bb4ff;
    border: 1px solid #0071e3;
    -webkit-transition: all 0.5s 
ease;
    transition: all 0.5s 
ease;
}
.buy-opt-left {
  float: left;
  text-align: left;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.buy-opt-left p {
  font-size: 17px;
  line-height: 26px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.buy-opt-rgt {
  float: right;
  text-align: right;
  margin-left: auto;
}
.formBox {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.input-flds, .selcet-fld {
  float: left;
  width: 100% !important;
  outline: none;
  border: 1px solid #a7abad;
  height: 54px !important;
  padding: 10px 10px 10px 15px !important;
  border-radius: 10px !important;
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  font-size: 15px !important;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
}
.frm-flds.form-floating label {
  line-height: 1;
  font-size: 15px;
}
/* .frm-flds .fl-label {
  left: .75rem;
} */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.grpbx1{
    border:none;
    padding: 0px;
}
.grpbx1 h4{
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  border-top: solid 1px #ccc;
    padding-top: 10px;
    margin-bottom: 15px;
}
.thecaptcha div{
    width: 100% !important;
}
.thecaptcha iframe{
    width: 100% !important;
  background: #f9f9f9;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
  -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
}
.thecaptcha iframe .rc-anchor-normal{
    width: 100% !important;
}
.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
  /* border: 1px solid #d3d3d3; */
}
.rc-anchor {
  border-radius: 3px;
  /* box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
  -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
  -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08); */
}
.rc-anchor-light {
    background: #f9f9f9 !important;
    color: #000;
    box-shadow: none !important;
    border: none !important;
}
#rc-anchor-container{
    box-shadow: none !important;
    border: none !important;
}
div.thecaptcha div div iframe body div#rc-anchor-container{
    border: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.thecaptcha .rc-anchor-light.rc-anchor-normal{
    border: 1px solid #d3d3d300 !important;
    outline: none !important;
    box-shadow: none !important;
}

.recaptcha-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recaptcha-wrap iframe {
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;  /* iframe container width */
}


/* wrapper */
.slider-wrap {max-width: 1100px;margin: 0px auto;font-family: Arial, sans-serif;}
.gallery-main { position: relative; border-radius: 12px; overflow: hidden; background: #f6f6f2;  }

/* track uses transform for GPU accelerated slide */
.gallery-track {
  display: flex;
  width: 100%;
  height: 520px;
  transition: transform 420ms cubic-bezier(.2,.9,.3,1);
  will-change: transform;
}
.gallery-slide {
  flex: 0 0 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 18px;
  box-sizing: border-box;
  user-select: none;
  background-color: #fff;
}
.gallery-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  transition: transform .35s cubic-bezier(.2,.9,.3,1), opacity .18s ease;
  opacity: 1;
}

/* hover zoom on capable devices */
@media (hover: hover) and (pointer: fine) {
  .gallery-slide img.zoomed { transform: scale(1.12); }
}

/* controls & pager */
.controls { display:none; align-items:center; justify-content:space-between; padding:10px 4px;background-color: #fff; }
.btn { background:transparent; border:1px solid rgba(0,0,0,0.06); padding:8px 12px; border-radius:8px; cursor:pointer; }

/* thumbnails: no scroll, wrap instead */
.thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;     /* allow scrolling */
  overflow-y: hidden;
  padding-bottom: 6px;
  scroll-behavior: smooth;
  -ms-overflow-style: none;  /* hide scrollbar in IE/Edge */
  scrollbar-width: none;     /* hide scrollbar in Firefox */
}

.thumbs::-webkit-scrollbar {
  display: none;            /* hide scrollbar in Chrome/Safari */
}
.thumb {
  width:88px; height:88px; flex:0 0 auto; border-radius:8px; overflow:hidden; cursor:pointer;
  display:flex; align-items:center; justify-content:center; border:1px solid rgba(0,0,0,0.05);
  opacity:.9; transition: transform .12s ease, opacity .12s ease;
}
.thumb.active { outline:2px solid #2b6cb0; opacity:1; transform:scale(1.03); }
.thumb img { width:100%; height:100%; object-fit:cover; display:block; }

/* pager */
.pager { font-size:14px; color:#444; }

/* Modal full screen */
.image-modal { position:fixed; inset:0; display:none; align-items:center; justify-content:center; background: rgba(0,0,0,0.85); z-index:99999; padding:18px; }
.image-modal.open { display:flex; }

/* inner container fills viewport so image can be centered and fully visible */
.image-modal-inner {
  width: 100%;
  height: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
}

/* modal image fits inside viewport with breathing room */
.image-modal-img {
  max-width: calc(100% - 80px);
  max-height: calc(100% - 120px);
  object-fit: contain;
  border-radius: 8px;
  box-shadow:0 18px 60px rgba(0,0,0,0.6);
  transition: opacity .18s ease, transform .25s ease;
  opacity: 0;
  background-color: #fff;
}

/* visible after loaded */
.image-modal-img.visible { opacity: 1; }

/* modal close button (top-right) */
.image-modal-close { position:fixed; top:18px; right:20px; z-index:100000; background:transparent; border:none; color:#fff; font-size:36px; cursor:pointer; }

/* modal arrows - left and right */
.modal-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:100000;
  background: rgba(255,255,255,0.06);
  border-radius:50%;
  width:52px; height:52px;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  transition: background .12s;
  user-select:none;
}
.modal-arrow:hover { background: rgba(255,255,255,0.12); }
.modal-arrow.left { left:18px; }
.modal-arrow.right { right:18px; }
.modal-arrow svg { width:22px; height:22px; color:#fff; }

/* small screens */
@media (max-width:767px) {
  .gallery-track { height:360px; }
  .thumb { width:66px; height:66px; }
  .image-modal-close { font-size:30px; top:12px; right:12px; }
  .modal-arrow { width:44px; height:44px; }
  .image-modal-img { max-width: calc(100% - 40px); max-height: calc(100% - 80px); }
}

.heading_sec h1.sec_title{
    font-size: 30px !important;
    text-align: left;
    margin-bottom: 20px;
}

.featured_text h5{
    font-size: 18px !important;
}

#thumbsContainer {
  display: flex;
  justify-content: center;
  gap: 10px; /* optional spacing between thumbs */
}
div.bread-eec-1 {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
}
.bread-eec-1 {
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #181918;
  text-align: left;
}
.text-warning1{
    color: #ff9124;
}
.selcet-fld.no-error {
  background: url(../../images/tick-input.png) 92.5% 50% no-repeat #fff !important;
  /* border: 1px solid green !important; */
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.selectr-grpBox {
  float: left;
  width: 100%;
  margin: 20px 0;
  margin-top: 0px;
  margin-bottom: 20px;
  border: 1px solid #a1a1a1;
  border-radius: 15px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 22px;
  float: right;
}

/* hide the real checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* track */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

/* knob */
.slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  transition: .4s;
}

/* rounded */
.slider.round {
  border-radius: 34px;
}
.slider.round::before {
  border-radius: 50%;
}

/* checked state */
.switch input:checked + .slider {
  background-color: #2196F3;
}
.switch input:checked + .slider::before {
  transform: translateX(38px);
}
.svv-shippi-2 {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
  flex-direction: row;
}
.svv-shippi-2 label {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 15px;
  flex-direction: row;
}
.svv-shippi-2 label input {
  margin-top: 6px;
}
.selectr-grpBox input {
  position: absolute;
  opacity: 1;
  margin-top: 3px;
}
.payment-flds-box.credit-card {
  float: left;
  width: 100%;
  margin-top: 0 !important;
}
.payment-flds-box.credit-card {
  padding: 0 !important;
  margin-bottom: 13px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px !important;
}
.payment-cards-box {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
/* .payment-cards-box .visa-imgg {
  margin-left: 8px;
} */
.visa-imgg {
  width: 200px;
  float: right;
  margin-left: auto;
}
label.paymybtn {
  margin: 0;
  display: flex;
  align-items: center;
}
.paymybtn {
  width: 100%;
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}
.paymybtn input[type="radio"]:checked {
  background: #0098fa;
}
.paymybtn input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 0 0 #000000 inset;
  box-shadow: 0 0 0 0 #000000 inset;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  outline: none;
  margin-top: -6px;
  margin-right: 10px;
}
.paymybtn input[type="radio"]:checked::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50% ,-50%);
}
/* .payment-cards-box .visa-imgg {
  margin-left: 8px;
} */
.form-floating > .form-select{
    padding-top: 0.33rem;
}
.payment-flds-box.credit-card .frm-flds {
  margin-top: 0;
}
.frm-flds.fl {
  float: left;
}
.frm-flds {
  float: left;
  width: 100%;
  position: relative;
  margin: 7px 0;
    margin-top: 7px;
}
.payment-flds-box.credit-card .frm-flds.form-floating label {
  left: 20px;
}
.payment-flds-box.credit-card label.fl-label {
  height: auto;
  top: auto;
  left: 1px !important;
  line-height: 1;
}
.promocode-sec input[type="text"] {
  border: solid 1px #ccc !important;
  border-radius: 10px;
  background-color: #fff !important;
  color: #000;
  padding: 10px;
  width: 63%;
}
.cupon_btn {
  position: relative;
  display: inline-block;
  background-color: var(--yellow);
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 21px;
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  font-family: 'manrope', sans-serif;
}
.frm-flds.form-floating input::placeholder {
  color: transparent !important;
}
.order-summary-section {
  clear: both;
}
.top-row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.top-row div p {
  font-size: 18px !important;
  font-weight: 900;
  margin-bottom: 0px;
}
.main_prd_price, .main_prd{
    margin-bottom: 0px;
}

.item-detail-row {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 8px;
}
.offer-prcBox {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  background: #f5f5f5;
  border: 1px solid #b8b8b8;
  padding: 8px 15px;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.save-txt {
  float: left;
  text-align: left;
}
.save-txt p {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 28px;
  color: #124c75;
  text-transform: uppercase;
  font-family: 'SF Pro Text';
  margin-bottom: 0px;
}
.save-txt p span {
  font-weight: bold;
  font-size: 38px;
}
.save-txt img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}
.ofr-rgt {
  float: right;
  padding: 7px 0;
  text-align: right;
}
.ofr-rgt p {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 0px;
}
.ofr-rgt p span {
  font-weight: 600;
  font-family: var(--text-1);
}
.termSec p a {
  color: #003487;
  font-weight: 600;
  text-decoration: underline;
}
.pulse {
     animation-name: pulse;
     -webkit-animation-name: pulse;
     animation-duration: 1.5s;
     -webkit-animation-duration: 1.5s;
     animation-iteration-count: infinite;
     -webkit-animation-iteration-count: infinite;
}
 @keyframes pulse {
     0% {
         transform: scale(0.9);
    }
     50% {
         transform: scale(1);
    }
     100% {
         transform: scale(0.9);
    }
}
 @-webkit-keyframes pulse {
     0% {
         -webkit-transform: scale(0.95);
    }
     50% {
         -webkit-transform: scale(1);
    }
     100% {
         -webkit-transform: scale(0.95);
    }
}
.secure-checkout {
  max-width: 320px;
  margin: auto;
  display: block;
}

.promocode-sec{
    display: flex;
    justify-content: space-between;
}

.heading_sec .accordion-item{
    margin-bottom: 20px !important;

} 

.selectr-grpBox h3{
    font-size: 20px !important;
}
.grpbx1 {
    border: none;
    padding: 0px;
}

.accordion-button:not(.collapsed){
    /* background-color: transparent !important; */
}
.accordion-button {
    /* border-bottom: 1px solid #ddd; */
    color: #0D4945;
}
.accordion-item{
    border: none;
}

.description-view {
    margin-top: 50px;
}

.accordion-item.cd_accordion_item {border-radius: 0;}

.accordion-header.cd_header {
    margin-bottom: 10px;
    border-radius: 0;
}

.accordion-header.cd_header > .accordion-button {
    background: #efefef;
    border-radius: 1px !important;
    color: #373737;
}
.faq_accordion > .accordion-item {
    border: 1px solid #e5e5e5 !important;
    margin-bottom: 15px;
    border-radius: 10px;
}
section.faq_sec {
    margin-top: 40px;
}
.featured_box {
    background: #f7f7f7;
    height: 100%;
}
.product_section .heading_sec {
    margin-bottom: 20px;
}
.cart_btn.custom_checkout_btn {
    background: #17a519;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
}

.bread-eec-2, .bread-eec-3  {
    text-decoration: none;
    color: #747474;
}
.zxcCV {
    text-decoration: none;
    color: #000;
}
.related_product_title {
    font-size: 20px;
}
h2.accordion-header.cd_header > .accordion-button {
    font-weight: 700;
    font-size: 18px;
}
.faq_accordion .accordion-button {
    font-size: 18px !important;
    font-weight: 700;
}
.view_all_products_btn {
    color: var(--yellow);
    text-decoration: none;
    font-size: 20px;
}

.learn_text_btn {
    color: var(--yellow);
}

div.cd_accordion_item{
    border: solid 1px var(--yellow) !important;
  border-radius: 7px !important;
  margin-bottom: 15px;
}
.frm-flds input{
    border: solid 1px var(--black);
}
.frm-flds select{
    border: solid 1px var(--black);
}
.featured_img{
    text-align: center;
}

/* style for sizes */
.select-size{
    padding: 10px 0px;
    border-top: 2px solid #E0E0E0;
    
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 6px;
}
.select-drop{
    width: 50%;
}
.slect-img{
    width: 50%;
    text-align: center;
}
select.size_filter{
        border-radius: 8px;
    height: 60px;
    border: 2px solid #000;
    padding: 10px 20px 10px 10px;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
    width: 140px;
    margin-left: auto;
}

.div-indentation {
    text-indent: 20px;
}

@media (max-width:768px){
  #faqMobile,
  #relatedMobile{
    margin-top:30px;
  }
}



/*laptop view*/
@media screen and (min-width: 992px){

}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    #c{order: 3;}
    
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .sml-desp{display: none;}
    .text-warning1{display: none;}
}



/*mobile view*/
@media screen and (max-width: 575px){
    .sml-desp{display: none;}
    .respo-1, .text-warning1{display: none;}
    #c{ order: 3; }
    .sec_title{font-size: 23px;}
    .heading_sec h1.sec_title{font-size: 24px !important;}
    .resp-txt{font-size: 18px;font-weight: bold;text-decoration: underline;}
}

.faq_accordion .accordion-body p{
    padding: 0 15px;
    font-size: 14px;
}


#c .accordion-button{
    padding-left: 15px;
    padding-right: 15px;
}
#c .faq_accordion .accordion-body p{
    padding-bottom: 15px;
}

.theme_btn{
    background-color: #FF9E57;
  color: #1C1C1C;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-size: 25px;
  width: 100%;
  text-align: center;
  border: solid 1px #FF9E57;
  display: block;
}
.description-view .accordion-body{
    font-size: 14px !important;
}