@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;
}


*{
    box-sizing:border-box;
    padding:0;
    margin:0;
}
body{
    font-family: "Manrope", sans-serif;
}


/* 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 .product-para{
        font-family: Work Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    padding-bottom: 50px;
}
/* .gta-product-detail p{
    font-size: 16px;
    font-family: var(--text-1);
    font-weight: 400;
    line-height: 25px;
    color: var(--text-white);
} */
.sz-style input, .sz-style select{
    height: 45px;
    background-color: #f4e9d3 !important;
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 1.5px #000;
}
.sz-style input:read-only {
  border: 1.5px solid #000;
}
.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:hover, .cart_btn:focus{
    background-color: #000;
    color: #fff;
}
.lunima-productdescription-2 h3{
    font-family: Unbounded;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 120%;
       
}


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: Unbounded;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    /* line-height: 130%; */
    padding-bottom: 20px;
}
.sml-desp{
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    padding: 10px 0px;
}
.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: 80px;}
    .gta-res{border-right: solid 1px #8B8B83;}
    div.lumina-lst-section1 p{width: 64%;}
}




/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .gallery-top{height: auto;}
    #product_name{font-size: 30px;}
    .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{
    /* padding: 15px; */
    /* background: #F1F2F2; */
    /* border: solid; */
    /* overflow: hidden; */
    /* transition: 1s all ease-in-out; */
    /* height: 250px; */
    /* width: 40%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 12px; */
}
/* .gta-shop-product-image img{
    transition: transform 1s
} */
.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: 12px;
    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: #0099a2;
    /* 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 */

*{
    box-sizing:border-box;
    padding:0;
    margin:0;
}
body{
    font-family: "Poppins", sans-serif;
}

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 */


/* css for arrow end */
@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;
    } */
    .swiper-pagination-bullet-active {
        background: #777777;
    }
}

@media screen and (max-width: 480px){
   
    .product-details-wrapper::after, .product-details-wrapper::before{
        display: none;
        content: none;
    }
    .container, .container-xl, .container-lg{
        padding: 0 25px;
    }
    #product_name{
        font-size: 30px;
        padding-bottom: 15px;
    }
    .product-details-wrapper {
    padding-top: 60px !important;
}
.product-name-lumina-1{
    margin-left: 0;
    padding: 0 25px;
        padding-bottom: 10px;
}
.swiper-wrapper {
    margin-bottom: 50px;
}
.lunima-productdescription-2 h3{
    /* margin: 40px 0; */
    font-size:12px;
}
.product_section {
    margin-top: 80px;
}
}

@media screen and (max-width: 420px){
.product-details-wrapper .theme_btn{
        width: 100%;
    justify-content: center;
}
}


.cupon_btn{
    border: none;
    background-color: #EC9A29;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 10px 22px;
    float: right;
}
.promocode-sec{
    /* display: flex; */
  align-items: center;
  justify-content: space-between;
}
.promocode-sec input[type="text"]{
    border: solid 1px #ccc !important;
    border-radius: 10px;
    background-color: #fff !important;
    color: #000;
    padding: 10px;
    width: 60%;
}

/* 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;
}

.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;
}

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/shop-img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e6d3c5;
    position: relative;
    border-radius: 40px;
    height: 170px;
}

@media screen and (max-width: 767px){
    .breadcrumbs_box{
        background: #e4d2c4;
       border-radius: 0;
        height: auto;
        padding: 50px 0 !important;
    }
}


/* product page accordion css */

#productInfoAccordion .accordion-button::after {
  flex-shrink: 0;
  width: 18px;   
  height: 18px;
  margin-left: auto;
  background-image: url('../images/product-right-arrow.png');  
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  transform: rotate(0deg); 
  transition: transform 0.3s ease;
}

#productInfoAccordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg); 
}

#productInfoAccordion {
  margin-top: 50px;
}


#productInfoAccordion .accordion-button {
  background: none;
  border: none;
  padding: 20px 0;
  box-shadow: none;
  border-bottom: 1px solid #0000004D; 
  border-radius: 0;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase; 
  color: #000
}


#productInfoAccordion .accordion-button:not(.collapsed) {
  border-bottom: none;
}


#productInfoAccordion .accordion-body {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 30px !important;
  font-family: 'Work Sans';
}

#productInfoAccordion .accordion-item {
  border: 0;
  background: transparent;
}
.accordion-button:not(.collapsed){
    color: #000;
}
.product_section{
    margin-top: 50px;
}
.bread-eec-1 {
    padding: 10px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #181918;
    text-align: left;
}
body{
    text-align: left !important;
    font-family: var(--text-1) !important;
}
.bread-eec-3{
    font-weight: 600;
}
.zoom-container{
    overflow: hidden;
}
.product-details-wrapper{
       /* overflow: hidden; */
    position: relative;
    z-index: 1;
    padding-top: 105px;
}
.product-details-wrapper::after{
    position: absolute;
    content: "";
    width: 550px;
    height: 922px;
    top: 161px;
    left: 0;
    background: #DDC8B2B8;
    filter: blur(395px);
    z-index: -1;
}
.product-details-wrapper::before{
    position: absolute;
    content: "";
    width: 550px;
    height: 922px;
    top: 370px;
    right: -20px;
    background: #DDC8B236;

    filter: blur(250px);
    z-index: -1;
}
.swiper-backface-hidden .swiper-slide{
    border-radius: 10px;
}


/* latest product deatils */

@charset "utf-8";
body {
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
     padding: 0;
     background: #fff;
     color: #000000;
     text-align: center;
     /* font-family: 'SF Pro Text'; */
     font-weight: normal;
}
 div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
     margin: 0;
     padding: 0;
}
 header, section, footer, aside, nav, main, article, figure {
     display: block;
}
 table, tr, td {
     border: 0;
}
 a {
     outline: none;
     color: inherit;
     text-decoration: none;
}
 a:hover {
}
 img {
     border: none;
}
 li {
     list-style: none;
}
 * {
     box-sizing: border-box;
}
 .img-full {
     max-width: 100%;
}
 .clearall {
     clear: both;
     font-size: 1px;
     line-height: 1px;
     height: 1px;
}
 .forMob,.forTab {
     display: none ;
}
 .fl {
     float: left;
}
 .fr {
     float: right;
}
 #error_handler_overlay .error_handler_body {
     text-align: left;
}
 .container {
     /* width: 1170px; */
     margin: 0 auto;
     padding: 0;
     position: relative;
}
 @font-face {
     font-family: 'SF Pro Text';
     src: url('../fonts/SFProText-Bold.woff2') format('woff2'), url('../fonts/SFProText-Bold.woff') format('woff');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'SF Pro Text';
     src: url('../fonts/SFProText-Semibold.woff2') format('woff2'), url('../fonts/SFProText-Semibold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'SF Pro Text';
     src: url('../fonts/SFProText-Regular.woff2') format('woff2'), url('../fonts/SFProText-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'SF Pro Text';
     src: url('../fonts/SFProText-Medium.woff2') format('woff2'), url('../fonts/SFProText-Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'SF Pro Text';
     src: url('../fonts/SFProText-Heavy.woff2') format('woff2'), url('../fonts/SFProText-Heavy.woff') format('woff');
     font-weight: 900;
     font-style: normal;
     font-display: swap;
}
 .visa-imgg {
     width: 200px;
     /* float: right; */
     margin-left: auto;
}
 .topStrip {
     float: left;
     width: 100%;
     background: red;
     padding: 5px 0;
     overflow: hidden;
     position: relative;
}
 .topStrip p {
     color: #ffffff;
     font-size: 20px;
     line-height: 24px;
     letter-spacing: 0.5px;
}
 .chk-header {
     float: left;
     width: 100%;
     background: #fff;
     border-bottom: 1px solid #e0e0e0;
     padding: 7px 0;
}
 .logo {
     float: left;
     margin-top: 2px;
}
 ul.stepsBox {
     position: relative;
     left: 50%;
     transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     top: 0px;
}
 .menu_part {
     padding: 15px 0;
     border-bottom: 1px solid #eee;
}
 .dis-box-logo {
     display: flex;
     width: 100%;
     justify-content: space-between;
     align-items: center;
     padding: 0px 0px;
}
 h3.thrty_logos {
     display: flex;
}
 h3.thrty_logos {
     display: flex;
     color: #2f6afc;
     margin-top: 0;
     font-size: 17px;
     align-items: center;
     text-align: left;
}
 .top_bar_nav {
     padding: 8px 0px;
     border-bottom: 1px solid #dfdfdf;
     background: #f3f3f3;
     float: left;
     width: 100%;
}
 h3.top-phone_wrap span img {
     max-width: 20px;
}
 h3.top-phone_wrap {
     font-size: 16px;
     padding-top: 0;
     margin-bottom: 0;
}
 .floating-fixed-section {
     padding: 20px 0;
     background: #f4f4f4;
     border-top: 1px solid #CCC;
     position: fixed;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9;
     text-align: center;
}
 .floating-fixed-section .complete-btn {
     max-width: 300px;
}
 @media (max-width: 667px) {
     .top_bar_nav {
         padding: 10px 0px;
         border-bottom: 0px solid #dfdfdf;
    }
     .dis-box-logo {
         display: flex;
         width: 100%;
         justify-content: space-between;
         align-items: center;
         padding: 0px 0px;
         flex-direction: column;
         padding: 10px 0px 0px;
    }
}
 ul.stepsBox li {
     display: inline-block;
     vertical-align: middle;
     font-size: 17px;
     line-height: 20px;
     color: #000000;
     font-weight: 300;
     padding: 0 17px;
     position: relative;
     letter-spacing: 1px;
}
 ul.stepsBox li:before {
     content: "\003e";
     position: absolute;
     top: 0;
     right: -5px;
}
 ul.stepsBox li:last-child:before {
     display: none;
}
 ul.stepsBox li span {
     font-weight: 500;
}
 .hdr-rgt {
     float: right;
     font-size: 14px;
     line-height: 18px;
     letter-spacing: 0.5px;
     color: #000000;
}
 .hdr-rgt b {
     font-weight: 500;
     color: #39a100;
}
 .hdr-rgt img {
     display: inline-block;
     vertical-align: middle;
     margin: -1px 2px 0;
}
 .hdr-rgt span {
     display: block;
     width: 150px;
     margin: 4px auto 0;
     font-size: 18px;
     line-height: 25px;
     font-weight: bold;
     background: #0071e3;
     padding: 2px 0 1px;
     color: #ffffff;
     border: 1px solid #0071e3;
}
 .checkout-section {
     float: left;
     width: 100%;
     padding: 10px 0 50px;
}
 .left-sec {
     float: left;
     width: 45%;
     text-align: center;
}
 .prodSlider-Left {
     float: left;
     width: 100%;
}
 ul.s1-list {
     float: left;
     width: 100%;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     margin-top: 20px;
}
 ul.s1-list li {
     float: left;
     width: 24%;
     border: 1px solid #a1a1a1;
     border-radius: 10px;
     padding: 25px 10px 22px;
     text-align: center;
}
 ul.s1-list li img {
     display: block;
     margin: 0 auto 5px;
     max-width: 60px;
}
 ul.s1-list li p {
     font-size: 11px;
     line-height: 17px;
     color: #000000;
     font-weight: bold;
}
 .right-sec {
     float: right;
     width: 49%;
     padding: 0 25px;
     text-align: left;
}
 .chk-rgt-text1 {
     float: left;
     width: 100%;
     font-size: 18px;
     line-height: 24px;
     color: #bf4800;
     letter-spacing: 0.5px;
}
 .prod-name {
     float: left;
     width: 100%;
     font-size: 40px;
     line-height: 50px;
     color: #000000;
     font-weight: bold;
     margin-top: 10px;
}
 .str-rvw {
     float: left;
     width: 100%;
     font-size: 15px;
     line-height: 20px;
     font-weight: normal;
     margin-top: 10px;
     color: #696969;
     letter-spacing: 0.5px;
}
 .str-rvw img {
     display: inline-block;
     vertical-align: middle;
     margin: -5px 10px 0 0;
}

 .bdr-line {
     float: left;
     width: 100%;
     border-bottom: 1px solid #e0e0e0;
     margin: 10px 0 0;
}
 .prd-det-disc {
     float: left;
     width: 100%;
     font-size: 17px;
     line-height: 26px;
     color: #000000;
     margin-top: 8px;
     letter-spacing: 0.5px;
}
 .pkg-hdng {
     float: left;
     width: 100%;
     font-size: 17px;
     line-height: 24px;
     font-weight: bold;
     margin-top: 8px;
     color: #000000;
     letter-spacing: 0.5px;
     text-align: left;
}
 .pkg-opt {
     float: left;
     width: 100%;
     margin: 0 0 10px 0;
}
 .buyopt {
     float: left;
     width: 100%;
     margin: 10px 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-left p span {
     font-weight: 400;
     color: #000;
     font-size: 15px;
}
 .buy-opt-rgt {
     /* float: right; */
     text-align: right;
     margin-left: auto;
}
 .pkg-prc {
     font-size: 18px;
     line-height: 26px;
     color: #000000;
     font-weight: bold;
     letter-spacing: 0.5px;
}
 .pkg-prc span {
     font-size: 17px;
     font-weight: normal;
     position: relative;
}
 .pkg-prc span.font-weight-bold {
     font-weight: 700;
}
 .pkg-prc span.cb-buy {
     font-weight: bold;
}
 .pkg-prc .cb-reg-price:before {
     position: absolute;
     left: -5px;
     top: 11px;
     right: -5px;
     border-bottom: 1px solid #F00;
     transform: rotate(-9deg);
     content: "";
}
 .pkg-subhdng {
     float: left;
     width: 100%;
     font-size: 14px;
     line-height: 18px;
     margin-top: 5px;
     color: #0071e3;
     letter-spacing: 0.5px;
     text-align: left;
}
 ul.color-list {
     float: left;
     width: 100%;
     max-width: 380px;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     margin: 15px 0 5px;
}
 ul.color-list li {
     width: 35px;
     height: 35px;
     border-radius: 5px;
}
 .select-color-box {
     float: left;
     width: 100%;
     margin: 10px 0;
     border: 1px solid #a1a1a1;
     border-radius: 15px;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     padding: 20px;
}
 .select-clr-col-1 {
     float: left;
     width: 56%;
     text-align: left;
     position: relative;
}
 .colr-text1 {
     font-size: 17px;
     line-height: 26px;
     color: #000000;
     font-weight: bold;
     letter-spacing: 0.5px;
}
 .select-clr-col-2 {
     float: right;
     text-align: right;
}
 .selct-colrbx {
     float: left;
     width: 100%;
     position: relative;
}
 .color-chooseHdng {
     float: left;
     width: 100%;
     font-size: 17px;
     line-height: 36px;
     color: #000000;
     text-align: left;
     padding: 5px 20px 5px 45px;
     border-bottom: 1px solid #dcdcdc;
     border-radius: 3px;
     margin-top: 5px;
     position: relative;
     cursor: pointer;
     background: url(../../images/checkout-now-v2/d-arw.png) no-repeat 96% center;
}
 .color-chooseHdng span {
     position: absolute;
     left: 5px;
     top: 50%;
     margin-top: -15px;
     width: 30px;
     height: 30px;
     border-radius: 5px;
}
 .color-drower {
     float: left;
     width: 100%;
     position: absolute;
     top: 52px;
     z-index: 2;
     background: #fff;
     border: 1px solid #ddd;
     border-bottom: none;
     border-top: none;
}
 ul.colorname-list {
     float: left;
     width: 100%;
}
 ul.colorname-list li {
     float: left;
     width: 100%;
     font-size: 17px;
     line-height: 36px;
     color: #000000;
     text-align: left;
     padding: 5px 20px 5px 45px;
     position: relative;
     cursor: pointer;
     border-bottom: 1px solid #dcdcdc;
}
 ul.colorname-list li span {
     position: absolute;
     left: 5px;
     top: 50%;
     margin-top: -15px;
     width: 30px;
     height: 30px;
     border-radius: 5px;
}
 .colr1 span {
     background: #ffa500;
}
 .colr2 span {
     background: #ff0000;
}
 .colr3 span {
     background: #0000ff;
     border: 1px solid #0000ff;
}
 .colr4 span {
     background: #008000;
     border: 1px solid #008000;
}
 .colr5 span {
     background: #800080;
     border: 1px solid #800080;
}
 .colr6 span {
     background: #ffc0cb;
     border: 1px solid #ffc0cb;
}
 .colr7 span {
     background: #ffffff;
     border: 1px solid #505050;
}
 .formBox {
     float: left;
     width: 100%;
     margin-top: 15px;
}
 .frm-flds {
     float: left;
     width: 100%;
     position: relative;
     margin: 15px 0 0;
}
 .frm-flds.fl {
     float: left;
}
 .frm-flds.fr {
     float: right;
}
 .frm-flds.half-fld {
     width: 32%;
}
 .frm-flds.drop-fld {
     width: 34%;
     margin-right: 1%;
}
 .frm-flds.zip-fld {
     width: 30%;
}
 .frm-flds.exp-flds {
     width: 60%;
}
 .frm-flds.cvv-flds {
     width: 38%;
}

.theme_btn{
    padding: 18px 32px !important;
    width: 100% !important;
}


 .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;
}
 .selcet-fld {
     background: url(../../images/checkout-now-v3/select.png) no-repeat right center #fff!important;
     padding-right: 40px!important;
}
 .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;
}
 .selcet-fld.has-error {
     background: url(../../images/error-input.png) 92.5% 50% no-repeat #fff !important;
     border: 1px solid orange !important;
     box-shadow: none !important;
     -webkit-box-shadow: none !important;
}
 .frm-flds .fl-is-active .input-flds {
     padding-top: 20px;
}
 .frm-flds .fl-is-active .selcet-fld {
     padding-top: 20px;
}
 .input-flds:focus {
     border: 1px solid #0071e3;
     box-shadow: 0 0 0 1px #0071e3;
     -webkit-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
}
 input#togData {
     position: relative;
     margin-right: 5px;
     -webkit-appearance: none;
     appearance: none;
     width: 15px;
     height: 15px;
     border: 1px solid #c1c1c1;
     background: #fff;
}
 input#togData:checked:before {
     width: 5px;
     height: 10px;
     margin: 0px 4px;
     border-bottom: 2px solid #115c80;
     border-right: 2px solid #115c80;
     transform: rotate(45deg);
     position: absolute;
     z-index: 5;
     top: 1px;
     left: 0;
     content: "";
     background: #fff;
     border-radius: 0;
}
 .fieldToggle {
     align-items: center;
     margin-top: 10px;
}
 .frm-flds .fl-is-active label {
     opacity: 0 !important;
}
 .frm-flds .fl-is-active .input-flds {
     padding-top: 10px !important;
}
 .top-row {
     display: flex;
     justify-content: space-between;
     border-top: 1px solid #a1a1a1;
     border-bottom: 1px solid #a1a1a1;
     padding-top: 6px;
     padding-bottom: 6px;
}
 .order-summary-section {
     clear: both;
}
 .top-row div p {
     font-size: 18px !important;
     font-weight: 900;
     font-family: 'SF Display', sans-serif;
}
 .item-detail-row {
     display: flex;
     justify-content: space-between;
     margin-top: 8px;
     margin-bottom: 8px;
}
 .offer-prcBox {
     /* float: left; */
     width: 100%;
     margin-top: 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';
}
 .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;
}
 .ofr-rgt p span {
     font-weight: 600;
     font-family: var(--text-1);
}
 .save-txt p span {
     font-weight: bold;
     font-size: 38px;
}
 @media only screen and (max-width: 479px) {
     .save-txt img {
         margin-left: 10px;
    }
}
 .m-back {
     display: block;
     margin: 10px auto;
}
 iframe {
     right: 0px !important;
}
 #stopwatch {
     color: #fff000;
     font-weight: 600;
}
 @-moz-document url-prefix() {
     input#togData {
         top: 1.2px;
    }
}
 .label-checkbox {
     float: left;
     text-align: left;
     cursor: pointer;
     margin: 10px 0;
     color: #000;
     font-size: 16px;
}
 .all-checkbox {
     display: inline-block;
     vertical-align: middle;
     margin-top: -6px;
     -webkit-appearance: none;
     width: 20px;
     height: 20px;
     border: 1px solid #0a3e64;
     border-radius: 3px;
     outline: none;
     position: relative;
     margin-right: 5px;
     -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;
}
 .all-checkbox:checked {
     background: #0071e3;
     border: 1px solid #0071e3;
}
 .all-checkbox:after {
     content: '';
     position: absolute;
     width: 18px;
     height: 18px;
     background: url(../../images/checkout-now-v2/tik.svg) no-repeat center center;
     left: 0;
     top: 0;
     opacity: 0;
     z-index: 1;
     -webkit-transition: all 0.2s ease-in-out 0.1s;
     transition: all 0.2s ease-in-out 0.1s;
     -webkit-transform: scale(0.2);
     transform: scale(0.2);
}
 .all-checkbox:checked:after {
     -webkit-transition: all 0.2s ease-in-out 0.1s;
     transition: all 0.2s ease-in-out 0.1s;
     -webkit-transform: scale(1);
     transform: scale(1);
     opacity: 1;
}
 .card {
     margin-top: 30px;
}
 .payment-flds-box {
     float: left;
     width: 100%;
     margin-top: 10px;
}
 .payment-flds-box.credit-card {
     float: left;
     width: 100%;
     margin-top: 0!important;
}
 .payment-flds-box.credit-card .frm-flds {
     margin-top: 0;
}
 .payment-flds-box.credit-card .frm-flds:first-child {
    /* border-top: 1px solid #ccc; */
     padding-top: 25px;
    
    margin-bottom: 15px;
}
 .payment-flds-box.credit-card .frm-flds.billing-cvv {
     /* margin-bottom: 25px; */
}
 .color-blk {
     color: #000;
}
 .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;
}
 .selectr-grpBox input {
     position: absolute;
     opacity: 1;
     margin-top: 3px;
}
 .selectr-grpBox.active {
     box-shadow: 0 0 0 2px #6bb4ff;
     border: 1px solid #0071e3;
     -webkit-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .grp-bx-text1 {
     float: left;
     width: 100%;
     font-size: 17px;
     line-height: 24px;
     font-weight: bold;
     color: #000000;
     letter-spacing: 0.5px;
     text-align: left;
}
 .grp-bx-text2 {
     float: left;
     width: fit-content;
     font-size: 17px;
     line-height: 24px;
     color: #000000;
     letter-spacing: 0.5px;
     text-align: left;
     margin-top: 0;
}
 .grp-bx-text2 span {
     position: relative;
     margin-right: 0px;
}
 .grp-bx-text2 span:before {
     position: absolute;
     left: -5px;
     top: 11px;
     right: -5px;
     border-bottom: 1px solid #F00;
     transform: rotate(-9deg);
     content: "";
}
 ul.grpbx-list {
     float: left;
     width: 100%;
     margin-top: 20px;
     padding-top: 15px;
     border-top: 1px solid #ddd;
     padding-left: 20px;
}
 ul.grpbx-list li {
     float: left;
     width: 100%;
     margin-top: 5px;
     font-size: 14px;
     line-height: 20px;
     color: #000000;
     list-style: disc;
}
 .summry-row {
     float: left;
     width: 100%;
     background: #fbfbfd;
     padding: 30px 20px 25px 20px;
     margin-top: 15px;
     border-radius: 5px;
}
 .sumry-col {
     float: left;
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     padding: 0 15px;
}
 .sumry-col-left {
     width: 45%;
     text-align: left;
     position: relative;
     padding-left: 35px;
}
 .sumry-col-left img {
     position: absolute;
     left: 0;
     top: 0;
}
 .sumry-col-left p {
     font-size: 17px;
     line-height: 26px;
     color: #000;
}
 .price-row {
     float: left;
     width: 100%;
     margin-top: 30px;
     padding: 0 15px;
}
 .save-prc {
     float: left;
     font-size: 18px;
     line-height: 26px;
     color: #bf4800;
     font-weight: 500;
     text-align: left;
}
 .regulr-prc {
     float: right;
     text-align: right;
     font-size: 18px;
     line-height: 26px;
     color: #000000;
     font-weight: bold;
}
 .regulr-prc span {
     font-weight: normal;
     color: #484848;
     font-size: 16px;
     margin-right: 15px;
     position: relative;
}
 .regulr-prc span:before {
     position: absolute;
     left: -5px;
     top: 11px;
     right: -5px;
     border-bottom: 1px solid #F00;
     transform: rotate(-9deg);
     content: "";
}
 .complete-btn {
     display: inline-block;
     vertical-align: middle;
     width: 100%;
     padding: 18px 13px;
     font-size: 24px;
     border-radius: 8px;
     letter-spacing: 1px;
     line-height: 24px;
     color: #fff;
     background: green!important;
     font-weight: bold;
     cursor: pointer;
     border: none;
     outline: none;
     margin-top: 15px;
     font-family: 'SF Pro Text';
}
 .secure-icons {
     display: block;
     margin: 10px auto 0;
     max-width: 100%;
}
 .footer {
     float: left;
     width: 100%;
     padding: 40px 0;
     text-align: center;
     border-top: 1px solid #ddd;
}
 .ftr-txt1 {
     float: left;
     width: 100%;
     font-size: 17px;
     line-height: 23px;
     color: #000000;
     margin: 5px 0;
     letter-spacing: 0.5px;
}
 .ftr-txt1 a {
     color: #000;
     padding: 0 5px;
}
 .dmca-badge {
     width: 110px;
     display: block;
     margin: 0 auto 15px;
}
 a.continue-ship, a.continue-order {
     display: inline-block;
     vertical-align: middle;
     width: 100%;
     padding: 18px 13px;
     font-size: 24px;
     border-radius: 8px;
     letter-spacing: 1px;
     line-height: 24px;
     color: #fff;
     background: green;
     font-weight: bold;
     cursor: pointer;
     border: none;
     outline: none;
     margin-top: 15px;
     font-family: 'SF Pro Text';
     text-align: center;
     margin-bottom: 15px;
}
 a.continue-ship:hover, a.continue-order:hover {
     color: #fff;
}
 .payoptbox {
     width: 100%;
     /* border: 1px solid #d9d9d9; */
     border-radius: 11px;
     position: relative;
     overflow: hidden;
     margin-bottom: 20px;
}
 .paymybtn {
     width: 100%;
     font-weight: 500;
     color: #333333;
     font-size: 16px;
     text-align: left;
     cursor: pointer;
}
 label.paymybtn {
     margin: 0;
     display: flex;
     align-items: center;
}
 .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 {
     background: #0098fa;
}
 .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%);
}
 .payplsvg {
     display: inline-block;
     vertical-align: middle;
     margin-top: -4px;
}
 .payment-cards-box {
     /* padding: 10px 15px; */
     display: flex;
     align-items: center;
     /* border-bottom: 1px solid #ccc; */
}
 .payment-flds-box {
     padding: 10px 0px;
}
 .payment-flds-box.credit-card {
     padding: 0!important;
}
 .payment-flds-box.credit-card .frm-flds {
     /* padding: 10px 15px 0; */
}
 .paypal-box {
     border-bottom: 1px solid #ccc;
}
 @media only screen and (max-width: 1187px) {
     .container {
         width:1004px;
    }
     ul.s1-list li p {
         font-size: 16px;
         line-height: 20px;
    }
     .right-sec {
         padding: 0;
    }
     .sumry-col {
         padding: 0;
    }
     .sumry-col-left {
         width: 49%;
    }
     .visa-imgg {
         width: 200px;
    }
}
 @media only screen and (max-width: 1021px) {
     .container {
         width:750px;
    }
     .forDesk {
         display: none;
    }
     .forTab {
         display: block;
    }
     ul.stepsBox li {
         font-size: 16px;
         padding: 0 10px;
    }
     .hdr-rgt {
         font-size: 14px;
    }
     ul.s1-list li {
         width: 48%;
         margin: 6px 0;
    }
     .right-sec {
         width: 52%;
    }
     .select-clr-col-1 {
         width: 65%;
    }
     .sumry-col-left p {
         font-size: 15px;
         line-height: 24px;
    }
     .price-row {
         padding: 0;
    }
     .ofr-rgt p {
         font-size: 16px;
    }
}
 @media(max-width: 1021px) and (min-width:768px) {
     .buy-opt-left p {
         font-size: 12px;
    }
     .pkg-prc span {
         font-size: 12px;
    }
}
 @media (max-width: 768px) {
     .selcet-fld {
         padding: 10px 7px 10px 10px!important;
         padding-right: 20px!important;
    }
}
 @media only screen and (max-width: 767px) {
     .container {
         width:100%;
         max-width: 600px;
         padding: 0 10px;
    }
     .forMob {
         display: block;
    }
     .hide-mob {
         display: none;
    }
     .topStrip p {
         font-size: 14px;
         line-height: 19px;
    }
     ul.stepsBox {
         position: static;
         transform: none;
         float: left;
         width: calc(100% + 20px);
         margin: 10px 0 0 -10px;
         border-top: 1px solid #ddd;
         padding-top: 7px;
    }
     .hdr-rgt span {
         width: 140px;
         font-size: 15px;
         line-height: 22px;
    }
     .hdr-rgt img {
         width: 13px;
    }
     .checkout-section {
         padding: 20px 0 30px;
    }
     .left-sec {
         width: 100%;
         margin-top: 15px;
    }
     .right-sec {
         width: 100%;
    }
     .prod-name {
         font-size: 36px;
         line-height: 40px;
         margin-top: 5px;
    }
     .str-rvw {
         font-size: 14px;
         line-height: 18px;
         margin-top: 5px;
    }
     .str-rvw img {
         margin: -3px 3px 0 0;
         width: 80px;
    }
     .bdr-line {
         margin: 15px 0 0;
    }
     .pkg-opt {
         margin: 0 0 8px;
    }
     .buyopt {
         padding: 20px 15px;
    }
     .buy-opt-left p {
         font-size: 16px;
         line-height: 25px;
    }
     .pkg-prc {
         font-size: 16px;
         line-height: 24px;
    }
     .pkg-prc span {
         font-size: 16px;
    }
     .select-color-box {
         padding: 20px 15px;
    }
     .formBox {
         margin-top: 10px;
    }
     .label-checkbox {
         margin: 10px 0 0;
    }
     .selectr-grpBox {
         /* margin: 15px 0 10px; */
         padding: 20px 15px;
    }
     .summry-row {
         padding: 20px 10px;
    }
     .sumry-col-left {
         padding-left: 30px;
    }
     .sumry-col-left p {
         font-size: 14px;
         line-height: 20px;
    }
     .price-row {
         margin-top: 20px;
    }
     .save-prc,.regulr-prc {
         font-size: 16px;
         line-height: 24px;
    }
     .secure-icons {
         max-width: 90%;
    }
     ul.s1-list li p {
         font-size: 11px;
         line-height: 13px;
         letter-spacing: 0;
    }
     .footer {
         padding: 25px 0;
    }
     .ftr-txt1 {
         font-size: 16px;
         line-height: 19px;
         margin: 4px 0;
    }
     ul.s1-list {
         padding: 0;
         box-sizing: border-box;
    }
     ul.s1-list li {
         width: 24%;
         padding: 10px 6px;
    }
     .sticky-wrapper{
         height: fit-content !important;
    }
}
 @media only screen and (max-width: 479px) {
     #chooseClr {
         margin-top: 10px;
    }
     .pkg-hdng {
         margin-top: 5px;
    }
     .pkg-subhdng {
         padding-bottom: 10px;
    }
     .selectr-grpBox {
         padding: 15px 10px 10px;
    }
     .buyopt {
         padding: 10px 15px;
    }
     .select-color-box {
         padding: 5px 15px 10px;
    }
     .buy-opt-left p {
         font-size: 12px;
    }
     .pkg-prc span {
         font-size: 12px;
    }
}
 @media only screen and (max-width: 360px) {
}
 ::placeholder {
     color: #333 !important;
     opacity: 1 !important;
}
 :-ms-input-placeholder {
     color: #333 !important;
}
 ::-ms-input-placeholder {
     color: #333 !important;
}
 @media only screen and (max-width: 340px) {
     .pkg-prc {
         font-size: 14px;
    }
     .buy-opt-left p {
         font-size: 14px;
    }
     .ofr-rgt p {
         font-size: 16px !important;
    }
     .save-txt p {
         font-size: 14px !important;
    }
     .save-txt p span {
         font-size: 22px !important;
    }
     .save-txt img {
         margin-left: 5px !important;
    }
     ul.s1-list {
         padding: 0 10px;
         box-sizing: border-box;
    }
     .offer-prcBox {
         padding: 8px 10px;
    }
}
 @media only screen and (max-width: 330px) {
     .topStrip p {
         font-size: 12px;
    }
}
 .selct-colrbx:after {
     position: absolute;
     content: "";
     right: 15px;
     top: 25%;
     box-sizing: border-box;
     height: 20px;
     width: 20px;
     border-style: solid;
     border-color: #a1a1a1;
     border-width: 0px 1px 1px 0px;
     transform: rotate(45deg);
     transition: border-width 150ms ease-in-out;
     cursor: pointer;
}
 #recentBox {
     width: 340px;
     padding: 12px;
     height: auto;
     position: fixed;
     z-index: 500;
     left: 15px;
     background: #fff;
     display: none;
     -webkit-box-shadow: 0px 0px 5px #000;
     box-shadow: 0px 0px 5px #000;
     border-radius: 20px;
}
 #recentImg {
     width: 80px;
     height: auto;
     float: left;
}
 #recentText {
     width: 70%;
     height: auto;
     float: left;
     font-size: 16px;
     font-family: 'Open Sans', sans-serif;
     margin-left: 12px;
     text-align: left;
}
 @media screen and (max-width: 767px) {
     #recentBox {
         width: 310px;
         padding: 6px;
         border-radius: 12px;
         bottom: unset;
         top: -50px;
         height: 80px;
         left: 50%;
         transform: translateX(-50%);
    }
     .logo_wrap_dist img{
         width: 180px;
         margin-bottom: 10px;
    }
     .pkg-prc .cb-reg-price:before {
         left: 0;
         top: 8px;
         right: 0;
    }
     #recentImg {
         width: 48px;
         height: auto;
         float: left;
    }
     #recentText {
         width: 80%;
         margin-left: 10px;
         font-size: 12px;
    }
}
 .irqran_global .msg-coupon-apply {
     color: #1f8305;
     font-size: 16px;
     font-weight: bold;
     margin-bottom: 10px;
     display: none;
}
 .irqran_global .w_modal {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(255,255,255,.9);
     z-index: 9999;
}
 .irqran_global .w_modal.coupon-popup {
     background-color: rgba(0,0,0,.7);
}
 .irqran_global .w_modal .w_modal_dialog {
     position: absolute;
     top: 15px;
     left: 15px;
     right: 15px;
     bottom: 15px;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .irqran_global .w_modal.coupon-popup .w_modal_content {
     background-color: #fff;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     max-width: 675px;
     position: relative;
     border: 0;
     min-height: auto;
     width: 100%;
     text-align: center;
     word-break: break-word;
     padding: 20px 10px;
}
 @media (min-width: 768px) {
     .irqran_global .w_modal.coupon-popup .w_modal_content {
         padding: 40px;
    }
}
 #irvcve {
     border-radius: 10px 10px 10px 10px;
     line-height: 1.2em;
     max-width: 500px;
     padding: 30px 15px 10px;
}
 .irqran_global .w_modal.coupon-popup .w_title {
     font-weight: bold;
     color: #027ec6;
     font-size: 27px;
     margin-bottom: 5px;
     margin-top: 0;
     font-family: 'Proxima Nova Rg';
}
 @media (min-width: 768px) {
     .irqran_global .w_modal.coupon-popup .w_title {
         font-size: 50px;
         margin-bottom: 25px;
         margin-top: 0;
    }
}
 #iqnz1w {
     font-size: 42px;
     line-height: 1.16em;
     color: #000;
     margin: 0 0 5px;
     font-weight: bold;
     font-family: 'Proxima Nova Rg';
}
 #i3egkv, #idzyqn, #igyn2i {
     font-family: 'Proxima Nova Rg';
}
 #igyn2i {
     font-size: 20px;
     padding: 25px 0 0;
     margin: 0 auto 20px;
     max-width: 330px;
}
 .irqran_global .w_modal.coupon-popup .w_promo_text {
     color: #2f2f2f;
     margin-bottom: 0;
     font-size: 15px;
}
 @media (min-width: 768px) {
     .irqran_global .w_modal.coupon-popup .w_promo_text {
         font-size: 20px;
    }
}
 #close-expopup {
     top: 10px;
     right: 10px;
     left: 460px;
     bottom: 464.111px;
     padding: 4px 5px 5px;
     font-family: 'Proxima Nova Rg';
     font-size: 16px;
}
 .w_modal.coupon-popup #close-expopup {
     top: 10px!important;
     right: 10px!important;
     width: 30px!important;
     height: 30px!important;
     font-size: 20px!important;
     padding: 5px!important;
}
 .irqran_global .w_modal.coupon-popup #close-expopup {
     position: absolute;
     top: 10px;
     right: 10px;
     background-color: #d8d8d8;
     cursor: pointer;
     font-size: 16px;
     padding: 4px 5px 5px;
     font-weight: 400;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     color: #fff;
     font-style: normal;
     width: 26px;
     line-height: 16px;
}
 .irqran_global .icon-close:before {
     content: "x";
}
 #idzyqn {
     padding: 0;
     margin: 0 auto 20px;
     font-size: 69px;
     line-height: normal;
     font-weight: bold;
}
 #i3egkv {
     padding: 10px;
     margin: 0 auto 10px;
     max-width: 340px;
}
 .irqran_global .w_modal.coupon-popup .button-group {
     display: flex;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
}
 @media (min-width: 768px) {
     .irqran_global .w_modal.coupon-popup .button-group {
         display: flex;
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         -webkit-justify-content: space-between;
         -ms-justify-content: space-between;
         justify-content: space-between;
         -webkit-flex-direction: row;
         -ms-flex-direction: row;
         flex-direction: row;
    }
}
 #iedvol {
     flex-direction: column;
     align-items: center;
     justify-content: center;
}
 .irqran_global .w_modal.coupon-popup .btn-yes-exit-popup, .irqran_global .w_modal.coupon-popup .close-popup-btn {
     width: 100%;
     color: #fff;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     font-size: 18px;
     border: 0;
     font-weight: 700;
     line-height: 1.2;
     -webkit-transition: all 125ms ease;
     -moz-transition: all 125ms ease;
     -ms-transition: all 125ms ease;
     -o-transition: all 125ms ease;
     transition: all 125ms ease;
     padding: 10px;
}
 .irqran_global .w_modal.coupon-popup .btn-yes-exit-popup {
     background: #29af5c;
     -webkit-box-shadow: 0 3px 0 0 #116e35;
     box-shadow: 0 3px 0 0 #116e35;
     margin-bottom: 20px;
     margin-top: 0;
}
 @media (min-width: 768px) {
     .irqran_global .w_modal.coupon-popup .button-group button {
         width: calc(50% - 10px);
         min-width: inherit;
         margin: 0;
         font-size: 20px;
    }
}
 .irqran_global .w_modal.coupon-popup .button-group .btn-yes-exit-popup {
     -webkit-box-ordinal-group: 4;
     -moz-box-ordinal-group: 4;
     -ms-flex-order: 3;
     -webkit-order: 3;
     -moz-order: 3;
     -ms-order: 3;
     order: 3;
}
 #couponBtn, #iknili {
     width: 100%;
     line-height: 1.2em;
     font-family: 'Proxima Nova Rg';
     cursor: pointer;
}
 #couponBtn {
     max-width: 400px;
     padding: 15px 10px;
     margin: 0;
     background-color: #13456a;
     box-shadow: 0 2px 0 0 #1a5887;
}
 #couponBtn1 {
     max-width: 400px;
     padding: 15px 10px;
     margin: 0;
     background-color: #13456a;
     box-shadow: 0 2px 0 0 #1a5887;
     background-color: #13456a;
     box-shadow: 0 2px 0 0 #1a5887;
}
 .irqran_global .w_modal.coupon-popup .close-popup-btn {
     background: #ea0013;
     -webkit-box-shadow: 0 3px 0 0 #8f000c;
     box-shadow: 0 3px 0 0 #8f000c;
}
 .irqran_global .w_modal.coupon-popup .button-group .close-popup-btn {
     -webkit-box-ordinal-group: 5;
     -moz-box-ordinal-group: 5;
     -ms-flex-order: 4;
     -webkit-order: 4;
     -moz-order: 4;
     -ms-order: 4;
     order: 4;
}
 #couponBtn, #iknili {
     width: 100%;
     line-height: 1.2em;
     font-family: 'Proxima Nova Rg';
     cursor: pointer;
}
 #iknili {
     background-color: transparent;
     color: #000;
     box-shadow: 0 0 0 0 transparent;
     text-decoration: underline;
     font-size: 16px;
     padding: 10px;
     font-weight: 400;
     margin: 20px 0 0;
}
 #ip9u66 {
     color: #1f8305;
     font-weight: 700;
     margin: 0 0 10px;
     text-align: left;
     font-size: 1.25rem;
     display: none;
}
 .box_style_thrty {
     display: flex;
     align-items: center;
}
 .thrty_logos {
     margin-right: 20px;
}
 @media (max-width: 820px) {
     .w_modal.coupon-popup #close-expopup {
         top: 10px!important;
         right: 10px!important;
         width: 30px!important;
         height: 30px!important;
         font-size: 20px!important;
         padding: 5px!important;
    }
}
 @media (max-width: 767px) {
     #irvcve {
         padding: 20px 15px 10px;
    }
     #iqnz1w {
         font-size: 25px;
    }
     #igyn2i {
         margin: 0 auto 10px;
    }
     #i3egkv, #igyn2i {
         font-size: 17px;
    }
     #close-expopup {
         left: auto;
         bottom: auto;
    }
     #idzyqn {
         font-size: 40px;
         margin: 0 auto 10px;
    }
     #iknili {
         font-size: 14px;
         margin: 15px 0 0;
    }
     .box_style_thrty {
         flex-wrap: wrap-reverse;
         justify-content: center;
    }
}
 @media only screen and (max-width: 590px) {
     h3.top-phone_wrap {
         padding: 8px 0;
    }
     .save-txt p {
         font-size: 19px;
    }
     .save-txt p span {
         font-size: 30px;
    }
}
 @media only screen and (max-width: 375px) {
     .logo {
         float: none;
    }
     .paymybtn {
         font-size: 12px;
    }
}
 .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);
    }
}
 .termSec p {
     font-size: 16px;
     text-align: left;
     color: #000;
     float: left;
     width: 100%;
     /* margin: 1rem 0 0; */
}
 .termSec p a {
     color: #003487;
     font-weight: 600;
     text-decoration: underline;
}

.svv-check-trm-1{
    margin-top: 20px;
}

 @media (max-width:767px){
     .termSec p{
        font-size: 13px;
    }
     ul.grpbx-list li {
         font-size: 12px;
    }
     .add-box-new-content-1 {
         font-size: 12px;
         padding-right: 0 !important;
    }
     .item-detail-section span, .item-detail-section p {
         font-size: 14px;
    }
     .item-detail-section > p{
         font-size: 12px;
    }
     ul.grpbx-list {
         margin-top: 10px;
         padding-top: 5px;
    }
}
 input[type="search"]::-webkit-search-cancel-button {
     display: none !important;
}
 input[type="search"] {
     -webkit-appearance: none !important;
     appearance: none !important;
}
 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
     -webkit-box-shadow: 0 0 0px 1000px white inset !important;
     box-shadow: 0 0 0px 1000px white inset !important;
     transition: background-color 5000s ease-in-out 0s;
     -webkit-text-fill-color: #000 !important;
    /* Optional: force text color */
}
 @media (max-width:991px){
     .pkg-prc .cb-reg-price:before {
         left: -1px;
         top: 8px;
         right: -1px;
    }
}
 span#protection:before {
     display: none;
}
 span.totalAmt:before {
     display: none;
}
 @media only screen and (max-width: 479px){
     #togData{
         position: relative;
         top: 0;
    }
}
 .quantity-selector {
     width: 58px !important;
     height: 45px !important;
}
 ul.colorname-list li p {
     padding-left: 30px;
}
 .cust_prc_rows {
     display: flex;
     align-items: baseline;
     float: none;
     padding-top: 25px;
     display: -ms-flexbox;
     display: -webkit-flex;
     justify-content: space-between;
}
/* .pckt_rts {
     display: flex;
     align-items: center;
     display: -ms-flexbox;
     display: -webkit-flex;
}
 */
/* .selectr-grpBox .pckt_rts input {
     position: relative;
     opacity: 1;
     margin-right: 10px;
}
 */
/*.pckt_rts p.grp-bx-text1 {
     padding-left: 34px;
}
 */
 .pckt_rts_container {
     display: flex;
     display: -ms-flexbox;
     display: -webkit-flex;
     justify-content: space-between;
     align-items: center;
     position: relative;
     padding-left: 0px;
     margin-bottom: 0;
     cursor: pointer;
     font-size: 22px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
/* Hide the browser's default checkbox */
 .pckt_rts_container input {
     position: absolute;
     opacity: 0;
     cursor: pointer;
     height: 0;
     width: 0;
}
/* Create a custom checkbox */
 .pckt_rts_container .checkmark {
     position: static;
}
 .selectr-grpBox .pckt_rts .pckt_rts_container input:checked ~ .checkmark {
     background-color: #000;
}
 .pckt_rts_container input:checked ~ .checkmark {
     background-color: #000;
     background-size: 16px;
     background-position: center;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
 .pckt_rts_container .checkmark {
     height: 20px;
     width: 20px;
     border: 2px solid rgba(0, 0, 0, .25);
     margin-right: 6px;
     display: block;
     accent-color: #000;
     -webkit-print-color-adjust: exact;
     border-radius: 2px;
}
/* Create the checkmark/indicator (hidden when not checked) */
 .pckt_rts_container .checkmark:after {
     content: "";
     position: absolute;
     display: none;
}
 .quantityBox {
     float: left;
     width: 100%;
     margin-top: 15px;
     padding-bottom: 20px;
     font-size: 24px !important;
}
 .select-quty {
     font-size: 18px;
}
/* .pkg-hdng {
     font-size: 16px;
}
 */
/*USE CSS for Slider*/
 .vehicle-detail-banner .car-slider-desc {
     max-width: 200px;
     margin: 0 auto;
}
 .banner-slider .slider.slider-for {
     max-width: 75%;
     padding-left: 35px;
    /* padding-right: 35px;
     */
}
 .banner-slider .slider.slider-nav {
     max-width: 25%;
}
 .banner-slider .slider.slider-for, .banner-slider .slider.slider-nav {
     width: 100%;
     float: left;
}
 .thumbnail-image {
     width: 110px !important;
     height: 120px;
     display: inline-block;
     float: none;
     cursor: pointer;
     outline: none;
     position: relative;
     overflow: hidden;
     margin: 3px 0;
     background: #ffffff;
     padding: 5px 5px;
     border: 1px solid #e2e2e2;
     opacity: 0.8;
}
 button.slick-prev.slick-arrow {
     display: none !important;
}
 .banner-slider .slider.slider-nav {
     height: 610px;
     overflow: hidden;
}
 .slider-banner-image {
     height: 610px;
}
 .banner-slider .slider.slider-nav {
     padding: 20px 0 0;
}
 .slider-nav .slick-slide.thumbnail-image .thumbImg{
     max-width: 178px;
     height: 110px;
     margin: 0 auto;
     border: 1px solid #EBEBEB;
}
 .slider-banner-image img, .slider-nav .slick-slide.thumbnail-image .thumbImg img {
     height: 100%;
     width:100%;
     object-fit: contain;
}
 .slick-vertical .slick-slide:active, .slick-vertical .slick-slide:focus, .slick-arrow:hover, .slick-arrow:focus {
     border: 0;
     outline: 0;
}
 .slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
     border: 2px solid #196DB6;
}
 .slider-nav .slick-slide.slick-current span {
     color: #196DB6;
}
 .slider-nav .slick-slide {
     text-align: center;
}
 .slider-nav .slick-slide span {
     font-size: 14px;
     display: block;
     padding: 5px 0 15px;
}
 .slick-arrow {
     width: 100%;
     background-color: transparent;
     border: 0;
     background-position: center;
     background-repeat: no-repeat;
     font-size: 0;
     height: 18px;
     position: absolute;
     left: 0;
     right: 0;
     z-index: 99;
}
 .slick-prev {
     top: 0;
}
 .slick-next {
     bottom: 0;
     background-color: #fff;
}
 .slick-prev.slick-arrow {
     background-image: url(../images/black-up-arrow.png);
}
/* .slick-next.slick-arrow {
     background-image: url(../images/black-down-arrow.png);
}
 */
/*End USE CSS for Slider*/
 @media screen and (max-width : 991px) {
     .banner-slider .slider.slider-for, .banner-slider .slider.slider-nav {
         max-width: 100%;
         float: none;
    }
     .banner-slider .slider.slider-for {
         padding-right: 0;
    }
     .banner-slider .slider.slider-nav {
         height: auto;
    }
     .slider-banner-image {
         height: 500px;
    }
     .slider.slider-nav.thumb-image {
         padding: 10px 30px 0;
    }
     .slider-nav .slick-slide span {
         padding: 5px 0;
    }
     .slick-arrow {
         padding: 0;
         width: 30px;
         height: 30px;
         top: 50%;
         bottom: 0;
         -webkit-transform: translateY(-50%) rotate(-90deg);
         -moz-transform: translateY(-50%) rotate(-90deg);
         -ms-transform: translateY(-50%) rotate(-90deg);
         transform: translateY(-50%) rotate(-90deg);
    }
     .slick-prev {
         left: 0;
         right: unset;
    }
     .slick-next {
         left: unset;
         right: 0;
         background-color: transparent;
    }
     .vehicle-detail-banner .car-slider-desc {
         max-width: 340px;
    }
     .bid-tag {
         padding: 10px 0 15px;
    }
     .slider.slider-nav.thumb-image {
         white-space: nowrap;
    }
     .thumbnail-image.slick-slide {
         padding: 0px 5px;
         min-width: 75px;
         display: inline-block;
         float: none;
    }
}
 @media screen and (max-width : 767px) {
     .slider-banner-image {
         height: 400px;
    }
     .slider.slider-nav.thumb-image {
         padding: 0px 20px 0;
         margin: 10px 0px 0;
    }
     .slider-nav .slick-slide.thumbnail-image .thumbImg {
         max-width: 140px;
         height: 80px;
    }
     .slick-prev.slick-arrow {
         background-position: center 10px;
    }
     .slick-next.slick-arrow {
         background-position: center 10px, center;
    }
     .slider-nav .slick-slide span {
         font-size: 12px;
         white-space: normal;
    }
     .banner-slider {
         display: flex;
         flex-direction: column-reverse;
    }
}
 @media screen and (max-width: 580px) {
     .slider-banner-image {
         height:340px;
    }
     .banner-slider {
         display: flex;
         flex-direction: column-reverse;
    }
}
 @media screen and (max-width : 480px) {
     .slider-banner-image {
         height:280px;
    }
     .banner-slider .slider.slider-for{
         padding-left: 0;
    }
     .slick-slide{
         width: 100%;
         text-align: center;
    }
     .slider-banner-image img{
         width: auto;
         margin: 0 auto;
    }
     .quantityBox{
         padding-bottom: 0;
    }
}
 .slick-current.slick-active .thumbnail-image {
     opacity: 1 !important;
     border: 1px solid #0071e3 !important;
}
/*****bottom pop css *****/
 .w_fomo_wrapper {
     position: fixed;
     bottom: 10px;
     left: 10px;
     min-width: max-content;
     background-color: #fff;
     -webkit-transition: transform .8s ease;
     -webkit-transition: -webkit-transform .8s ease;
     transition: -webkit-transform .8s ease;
     transition: transform .8s ease;
     transition: transform .8s ease, -webkit-transform .8s ease;
     z-index: 1001;
     color: #fff;
     font-weight: 400;
     -webkit-transform: translateY(120%);
     transform: translateY(120%);
     -webkit-box-shadow: 0 0 5px #6f6f6f;
     box-shadow: 0 0 5px #6f6f6f;
     border-radius: 20px;
     max-width:min-content;
     width: 100% 
}
 .w_item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     display: -webkit-flex;
     -webkit-align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
}
 .w_thumb{
     border-radius: 50%;
    /* width: 60px;
     */
}
 .w_desc p{
     margin-bottom: 0;
     text-align: left;
     font-size: 14px;
     color: #000;
}
 .wysiwyg-content.statistical table{
     text-align: right;
     font-size: 14px;
     width: 100%;
}
 .wysiwyg-content.statistical .ta-l{
     text-align: left;
}
 .edit_mode .w_fomo_wrapper {
     position: static;
     -webkit-transform: translateY(0);
     transform: translateY(0) 
}
 .w_fomo_wrapper.notify {
     -webkit-transform: translateY(0);
     transform: translateY(0) 
}
 .w_fomo_wrapper .w_item {
     display: table;
     width: 100% 
}
 .w_fomo_wrapper .w_item > div {
     display: table-cell;
     vertical-align: middle 
}
 .w_fomo_wrapper .w_thumb {
     width: 90px;
     background-color: #fff;
     text-align: center 
}
 .w_fomo_wrapper .w_thumb img {
     width: 100%;
     margin: 0px auto;
     padding: 4px 0;
}
 .w_fomo_wrapper .w_desc {
     padding: 10px 10px;
     font-size: 1.3rem 
}
 .w_fomo_wrapper .w_desc strong {
     color: #000 
}
 @media (min-width:992px) {
     .w_fomo_wrapper {
         top: auto;
         bottom: 10px 
    }
}
 @media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
     .w_fomo_wrapper {
         width: 300px 
    }
}
 @media (max-width:767px){
     .w_fomo_wrapper {
         bottom: auto;
         top: 10px;
         transform: translateY(-120%);
         -webkit-transform: translateY(-120%);
    }
}
 @media(max-width:320px) {
     .w_fomo_wrapper{
         min-width: 300px;
         max-width: 300px;
    }
}
 .buyopt {
     position: relative;
}
 .package-best-seller {
     color: #fff;
     background-color: #e67a00;
     font-weight: 500;
     font-size: 13px;
     padding: 0 8px 2px 8px;
     border-radius: 2px;
     text-transform: none;
     text-shadow: rgba(0,0,0,.2) 0 1px 1px;
}
 .reco_deal {
     text-align: center;
     font-weight: 600;
     border-radius: 5px;
     color: #000;
    font-size: 13px;
}
 .buy-opt-left span.cb-discountPercentage {
     color:#28a745 !important 
}
 @media(max-width: 1021px) {
     .package-best-seller, .reco_deal {
         font-size: 11px;
    }
}
/*********journey css*********/
 h3.nw-txt {
     font-family: 'Open Sans', sans-serif;
     font-size: 20px;
     color: #000;
     font-weight: 700;
     text-align: left;
}
 .mr10-btm {
     margin-bottom: 10px;
}
 p.np-txt {
     /* font-family: 'Open Sans', sans-serif; */
     font-size: 15px;
     color: #000;
     font-weight: 400;
     text-align: left;
     margin-bottom: 20px;
}
 .pad-0-rt {
     padding-right: 0;
}
 .secure-icon {
     width: 19%;
     margin-right: 8px;
}
 .switch {
     position: relative;
     display: inline-block;
     width: 60px;
     height: 22px;
     margin-top: 0px;
     float: right;
}
 .switch input {
     opacity: 0;
     width: 0;
     height: 0;
}
 .slider {
     position: absolute;
     cursor: pointer;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #ccc;
     -webkit-transition: .4s;
     transition: .4s;
}
 .slider:before {
     position: absolute;
     content: "";
     height: 18px;
     width: 18px;
     left: 2px;
     bottom: 2px;
     background-color: white;
     -webkit-transition: .4s;
     transition: .4s;
}
 input:checked + .slider {
     background-color: #2196F3;
}
 input:focus + .slider {
     box-shadow: 0 0 1px #2196F3;
}
 input:checked + .slider:before {
     -webkit-transform: translateX(38px);
     -ms-transform: translateX(38px);
     transform: translateX(38px);
}
/* Rounded sliders */
 .slider.round {
     border-radius: 34px;
}
 .slider.round:before {
     border-radius: 50%;
}
 .panel {
     display: block;
     background-color: transparent;
     overflow: hidden;
}
 .clearfix {
     clear: both;
}
 .pull-left {
     float: left!important;
}
 @media(max-width:991px) {
     h3.nw-txt {
         font-size: 17px;
    }
}
 @media only screen and (max-width: 480px) {
     .banner-left-right {
         width: 100%;
    }
     h3.nw-txt, .grp-bx-text1, label.expship.ml-0.mb-0 {
         font-size: 15px !important;
    }
     .slider:before {
         left: 1px;
    }
     .switch {
         width: 58px;
    }
     p.np-txt {
         font-size: 12px;
    }
}
 @media(max-width: 1021px) {
     .package-best-seller, .reco_deal {
         font-size: 11px;
    }
}
 .secure-checkout {
     max-width: 320px;
     margin: auto;
     display: block;
}
 .pckt_rts {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .frm-flds.form-floating input:focus, .frm-flds.form-floating select:focus {
     box-shadow: none;
     border-color: #f6f0e9;
}
 .frm-flds.form-floating input::placeholder{
     color: transparent !important;
}
 .frm-flds.form-floating input:focus ~ label, .frm-flds.form-floating select.form-select ~ label, .frm-flds.form-floating input.no-error ~ label, .frm-flds.form-floating select.form-select.no-error ~ label, form-group.form-floating input.has-error + label, .frm-flds.form-floating select.form-select.has-error + label, .frm-flds.form-floating>.form-control:not(:placeholder-shown)~label, .countrycode-content-container .country-code-container + input + label {
     font-size: 13px;
     padding: 0.60rem;
     left: 5px;
     top: -4px;
     background-color: #fff;
     opacity: 1;
     height: auto;
     line-height: 0;
     transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
 .payment-flds-box.credit-card .frm-flds.form-floating input:focus ~ label,.payment-flds-box.credit-card .frm-flds.form-floating select.form-select ~ label,.payment-flds-box.credit-card .frm-flds.form-floating input.no-error ~ label,.payment-flds-box.credit-card .frm-flds.form-floating select.form-select.no-error ~ label,.payment-flds-box.credit-card form-group.form-floating input.has-error + label,.payment-flds-box.credit-card .frm-flds.form-floating select.form-select.has-error + label,.payment-flds-box.credit-card .frm-flds.form-floating>.form-control:not(:placeholder-shown)~label{
     top: 0;
}
 .payment-flds-box.credit-card .frm-flds.form-floating label{
     left: 0;
}
 .frm-flds.form-floating label{
     line-height: 1;
}
 .payment-flds-box.credit-card label.fl-label {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    line-height: 1;
}
/* Country Code Css */
 .country-code-container {
     width: fit-content;
     height: 100%;
     font-size: 15px;
     font-family: Arial, sans-serif;
}
 .country-code-container .country-code-selector {
     padding: 0 !important;
}
 .country-code-container span {
     height: 88% !important;
     display: inline-block !important;
     width: fit-content !important;
     color: #222 !important;
     font-size: 14.5px;
}
 .country-code-container .select2-container--default .select2-selection--single {
     border: none !important;
     outline: none !important;
     margin-top: 11px;
     border-radius: 13px;
}
 .country-code-container .select2-container--default .select2-selection--single .select2-selection__rendered {
     line-height: 36px;
     padding: 0 30px;
     padding-left: 14px;
}
 .countrycode-content-container .country-code-container + input {
     padding-left: 5px !important;
     padding-top: 12px !important;
     padding-bottom: 10px !important;
     border: none;
     height: 52px !important;
     box-shadow: none;
     border-top-right-radius: 10px !important;
     border-bottom-right-radius: 10px !important;
     border-top-left-radius: 0 !important;
     border-bottom-left-radius: 0 !important;
     border: none !important;
}
 .countrycode-content-container .country-code-container + input::placeholder {
     color: #b4b4b4 !important;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow {
     top: 60%;
     right: 6px;
     transform: translateY(-50%);
}
 .select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
     width: 115px !important;
     background-color: #f4f4f4;
}
 .select2-container--open ul::-webkit-scrollbar {
     width: 5px;
}
 .select2-container--open ul {
     scrollbar-width: thin;
}
 .countrycode-content-container {
     display: flex;
     background: #FFF;
     border: 1px solid #f6f0e9;
     border-radius: 10px;
     height: 54px;
     align-items: center;
}
 .select2-search.select2-search--dropdown {
     position: relative;
}
 .select2-search.select2-search--dropdown::before {
     content: ' ';
     position: absolute;
     right: 8px;
     background-image: url(../../images/search.png);
     background-repeat: no-repeat;
     background-size: contain;
     width: 15px;
     height: 15px;
     top: 50%;
     transform: translateY(-50%);
}
 .select2-container--default .select2-results__option, .country-code-container .select2-results__option span {
     display: flex;
     align-items: center;
}
 .select2-container--default .select2-results__option img {
     width: 24px;
     height: auto;
     margin-right: 5px;
}
 .select2-selection__rendered img {
     width: 20px;
     height: auto;
     margin-right: 0px;
     border-radius: 0;
     vertical-align: middle;
     margin-top: -3px;
}
 @media (max-width: 992px) and (min-width:768px) {
     .country-code-container .select2-container--default .select2-selection--single .select2-selection__rendered {
         padding: 0 32px;
         padding-left: 13px;
    }
}
 .add-box-new {
     background: #fff;
     border-radius: 5px;
     position: relative;
     margin-bottom: 20px;
     display: inline-block;
}
 .add-box-new-header {
     padding: 0!important;
}
 .add-box-new img {
     position: absolute;
     left: 10px;
     top: 35px;
     height: 110px;
}
 .add-box-new-header {
     background: #fff;
     border-radius: 5px;
     color: black;
     font-size: 0.875rem;
     font-weight: bold;
}
 .add-box-new-header-1 {
     padding-left: 80px;
     padding-right: 15px;
}
 .add-box-new-header .form-check {
     min-height: inherit;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
}
 .add-box-new-content-1 {
     padding-left: 0px !important;
}
 #checkStatus2 {
     margin-right: 6px;
     margin-top: 3px !important;
     min-width: 20px;
     height: 20px;
     margin-top: 0;
     vertical-align: top;
     background-color: transparent;
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
     border: 2px solid rgba(0, 0, 0, 0.25);
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     -webkit-print-color-adjust: exact;
     color-adjust: exact;
     border-radius: 2px;
     position: static;
}
 #checkStatus2:checked[type=checkbox] {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
 #checkStatus2:checked {
     background-color: #000;
     border-color: #000;
}
 label.expship.ml-0.mb-0 {
     font-size: 16px;
     line-height: 19px;
}
 .add-box-new.selectr-grpBox input {
     opacity: 1;
}
 .form-check-input:checked {
     background-color: #6775fb;
     border-color: #6775fb;
}
 .form-check-input:focus {
     border-color: #b3bafd;
     outline: 0;
    /* -webkit-box-shadow: 0 0 0 0.25rem rgba(103, 117, 251, 0.25);
     box-shadow: 0 0 0 0.25rem rgba(103, 117, 251, 0.25);
     */
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .bounce-arrow {
     -webkit-animation: bouncebounce 1s infinite;
     animation: bouncebounce 1s infinite;
}
 @-webkit-keyframes bouncebounce {
     0% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     50% {
         -webkit-transform: translateX(-12px);
         transform: translateX(-12px);
    }
     100% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 @keyframes bouncebounce {
     0% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     50% {
         -webkit-transform: translateX(-12px);
         transform: translateX(-12px);
    }
     100% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 .bounce-arrow-r {
     -webkit-animation: bouncebounceR 1s infinite;
     animation: bouncebounceR 1s infinite;
}
 @-webkit-keyframes bouncebounceR {
     0% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     50% {
         -webkit-transform: translateX(12px);
         transform: translateX(12px);
    }
     100% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 @keyframes bouncebounceR {
     0% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
     50% {
         -webkit-transform: translateX(12px);
         transform: translateX(12px);
    }
     100% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 @media(max-width:767px) {
     .add-box-new-header .form-check{
        width: 100%;
    }
}
 .select2-container {
     box-sizing: border-box;
     display: inline-block;
     margin: 0;
     position: relative;
     vertical-align: middle 
}
 .select2-container .select2-selection--single {
     box-sizing: border-box;
     cursor: pointer;
     display: block;
     height: 28px;
     user-select: none;
     -webkit-user-select: none 
}
 .select2-container .select2-selection--single .select2-selection__rendered {
     display: block;
     padding-left: 8px;
     padding-right: 20px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap 
}
 .select2-container .select2-selection--single .select2-selection__clear {
     background-color: transparent;
     border: none;
     font-size: 1em 
}
 .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
     padding-right: 8px;
     padding-left: 20px 
}
 .select2-container .select2-selection--multiple {
     box-sizing: border-box;
     cursor: pointer;
     display: block;
     min-height: 32px;
     user-select: none;
     -webkit-user-select: none 
}
 .select2-container .select2-selection--multiple .select2-selection__rendered {
     display: inline;
     list-style: none;
     padding: 0 
}
 .select2-container .select2-selection--multiple .select2-selection__clear {
     background-color: transparent;
     border: none;
     font-size: 1em 
}
 .select2-container .select2-search--inline .select2-search__field {
     box-sizing: border-box;
     border: none;
     font-size: 100%;
     margin-top: 5px;
     margin-left: 5px;
     padding: 0;
     max-width: 100%;
     resize: none;
     height: 18px;
     vertical-align: bottom;
     font-family: sans-serif;
     overflow: hidden;
     word-break: keep-all 
}
 .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
     -webkit-appearance: none 
}
 .select2-dropdown {
     background-color: white;
     border: 1px solid #aaa;
     border-radius: 4px;
     box-sizing: border-box;
     display: block;
     position: absolute;
     left: -100000px;
     width: 100%;
     z-index: 1051 
}
 .select2-results {
     display: block 
}
 .select2-results__options {
     list-style: none;
     margin: 0;
     padding: 0 
}
 .select2-results__option {
     padding: 6px;
     user-select: none;
     -webkit-user-select: none 
}
 .select2-results__option--selectable {
     cursor: pointer 
}
 .select2-container--open .select2-dropdown {
     left: 0 
}
 .select2-container--open .select2-dropdown--above {
     border-bottom: none;
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0 
}
 .select2-container--open .select2-dropdown--below {
     border-top: none;
     border-top-left-radius: 0;
     border-top-right-radius: 0 
}
 .select2-search--dropdown {
     display: block;
     padding: 4px 
}
 .select2-search--dropdown .select2-search__field {
     padding: 4px;
     width: 100%;
     box-sizing: border-box 
}
 .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
     -webkit-appearance: none 
}
 .select2-search--dropdown.select2-search--hide {
     display: none 
}
 .select2-close-mask {
     border: 0;
     margin: 0;
     padding: 0;
     display: block;
     position: fixed;
     left: 0;
     top: 0;
     min-height: 100%;
     min-width: 100%;
     height: auto;
     width: auto;
     opacity: 0;
     z-index: 99;
     background-color: #fff;
     filter: alpha(opacity=0) 
}
 .select2-hidden-accessible {
     border: 0 !important;
     clip: rect(0 0 0 0) !important;
     -webkit-clip-path: inset(50%) !important;
     clip-path: inset(50%) !important;
     height: 1px !important;
     overflow: hidden !important;
     padding: 0 !important;
     position: absolute !important;
     width: 1px !important;
     white-space: nowrap !important 
}
 .select2-container--default .select2-selection--single {
     background-color: #fff;
     border: 1px solid #aaa;
     border-radius: 4px 
}
 .select2-container--default .select2-selection--single .select2-selection__rendered {
     color: #444;
     line-height: 28px 
}
 .select2-container--default .select2-selection--single .select2-selection__clear {
     cursor: pointer;
     float: right;
     font-weight: bold;
     height: 26px;
     margin-right: 20px;
     padding-right: 0px 
}
 .select2-container--default .select2-selection--single .select2-selection__placeholder {
     color: #999 
}
 .select2-container--default .select2-selection--single .select2-selection__arrow {
     height: 26px;
     position: absolute;
     top: 1px;
     right: 1px;
     width: 20px 
}
 .select2-container--default .select2-selection--single .select2-selection__arrow b {
     border-color: #888 transparent transparent transparent;
     border-style: solid;
     border-width: 5px 4px 0 4px;
     height: 0;
     left: 50%;
     margin-left: -4px;
     margin-top: -2px;
     position: absolute;
     top: 50%;
     width: 0 
}
 .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
     float: left 
}
 .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
     left: 1px;
     right: auto 
}
 .select2-container--default.select2-container--disabled .select2-selection--single {
     background-color: #eee;
     cursor: default 
}
 .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
     display: none 
}
 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
     border-color: transparent transparent #888 transparent;
     border-width: 0 4px 5px 4px 
}
 .select2-container--default .select2-selection--multiple {
     background-color: white;
     border: 1px solid #aaa;
     border-radius: 4px;
     cursor: text;
     padding-bottom: 5px;
     padding-right: 5px;
     position: relative 
}
 .select2-container--default .select2-selection--multiple.select2-selection--clearable {
     padding-right: 25px 
}
 .select2-container--default .select2-selection--multiple .select2-selection__clear {
     cursor: pointer;
     font-weight: bold;
     height: 20px;
     margin-right: 10px;
     margin-top: 5px;
     position: absolute;
     right: 0;
     padding: 1px 
}
 .select2-container--default .select2-selection--multiple .select2-selection__choice {
     background-color: #e4e4e4;
     border: 1px solid #aaa;
     border-radius: 4px;
     box-sizing: border-box;
     display: inline-block;
     margin-left: 5px;
     margin-top: 5px;
     padding: 0;
     padding-left: 20px;
     position: relative;
     max-width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     vertical-align: bottom;
     white-space: nowrap 
}
 .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
     cursor: default;
     padding-left: 2px;
     padding-right: 5px 
}
 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
     background-color: transparent;
     border: none;
     border-right: 1px solid #aaa;
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
     color: #999;
     cursor: pointer;
     font-size: 1em;
     font-weight: bold;
     padding: 0 4px;
     position: absolute;
     left: 0;
     top: 0 
}
 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
     background-color: #f1f1f1;
     color: #333;
     outline: none 
}
 .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
     margin-left: 5px;
     margin-right: auto 
}
 .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
     padding-left: 5px;
     padding-right: 2px 
}
 .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
     border-left: 1px solid #aaa;
     border-right: none;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px 
}
 .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
     float: left;
     margin-left: 10px;
     margin-right: auto 
}
 .select2-container--default.select2-container--focus .select2-selection--multiple {
     border: solid black 1px;
     outline: 0 
}
 .select2-container--default.select2-container--disabled .select2-selection--multiple {
     background-color: #eee;
     cursor: default 
}
 .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
     display: none 
}
 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
     border-top-left-radius: 0;
     border-top-right-radius: 0 
}
 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0 
}
 .select2-container--default .select2-search--dropdown .select2-search__field {
     border: 1px solid #aaa 
}
 .select2-container--default .select2-search--inline .select2-search__field {
     background: transparent;
     border: none;
     outline: 0;
     box-shadow: none;
     -webkit-appearance: textfield 
}
 .select2-container--default .select2-results>.select2-results__options {
     max-height: 200px;
     overflow-y: auto 
}
 .select2-container--default .select2-results__option .select2-results__option {
     padding-left: 1em 
}
 .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
     padding-left: 0 
}
 .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
     margin-left: -1em;
     padding-left: 2em 
}
 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
     margin-left: -2em;
     padding-left: 3em 
}
 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
     margin-left: -3em;
     padding-left: 4em 
}
 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
     margin-left: -4em;
     padding-left: 5em 
}
 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
     margin-left: -5em;
     padding-left: 6em 
}
 .select2-container--default .select2-results__option--group {
     padding: 0 
}
 .select2-container--default .select2-results__option--disabled {
     color: #999 
}
 .select2-container--default .select2-results__option--selected {
     background-color: #ddd 
}
 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
     background-color: #5897fb;
     color: white 
}
 .select2-container--default .select2-results__group {
     cursor: default;
     display: block;
     padding: 6px 
}
 .select2-container--classic .select2-selection--single {
     background-color: #f7f7f7;
     border: 1px solid #aaa;
     border-radius: 4px;
     outline: 0;
     background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
     background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
     background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
     background-repeat: repeat-x;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0) 
}
 .select2-container--classic .select2-selection--single:focus {
     border: 1px solid #5897fb 
}
 .select2-container--classic .select2-selection--single .select2-selection__rendered {
     color: #444;
     line-height: 28px 
}
 .select2-container--classic .select2-selection--single .select2-selection__clear {
     cursor: pointer;
     float: right;
     font-weight: bold;
     height: 26px;
     margin-right: 20px 
}
 .select2-container--classic .select2-selection--single .select2-selection__placeholder {
     color: #999 
}
 .select2-container--classic .select2-selection--single .select2-selection__arrow {
     background-color: #ddd;
     border: none;
     border-left: 1px solid #aaa;
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px;
     height: 26px;
     position: absolute;
     top: 1px;
     right: 1px;
     width: 20px;
     background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
     background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
     background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
     background-repeat: repeat-x;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0) 
}
 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
     border-color: #888 transparent transparent transparent;
     border-style: solid;
     border-width: 5px 4px 0 4px;
     height: 0;
     left: 50%;
     margin-left: -4px;
     margin-top: -2px;
     position: absolute;
     top: 50%;
     width: 0 
}
 .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
     float: left 
}
 .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
     border: none;
     border-right: 1px solid #aaa;
     border-radius: 0;
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
     left: 1px;
     right: auto 
}
 .select2-container--classic.select2-container--open .select2-selection--single {
     border: 1px solid #5897fb 
}
 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
     background: transparent;
     border: none 
}
 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
     border-color: transparent transparent #888 transparent;
     border-width: 0 4px 5px 4px 
}
 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
     border-top: none;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
     background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
     background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
     background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
     background-repeat: repeat-x;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0) 
}
 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
     border-bottom: none;
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0;
     background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
     background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
     background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
     background-repeat: repeat-x;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0) 
}
 .select2-container--classic .select2-selection--multiple {
     background-color: white;
     border: 1px solid #aaa;
     border-radius: 4px;
     cursor: text;
     outline: 0;
     padding-bottom: 5px;
     padding-right: 5px 
}
 .select2-container--classic .select2-selection--multiple:focus {
     border: 1px solid #5897fb 
}
 .select2-container--classic .select2-selection--multiple .select2-selection__clear {
     display: none 
}
 .select2-container--classic .select2-selection--multiple .select2-selection__choice {
     background-color: #e4e4e4;
     border: 1px solid #aaa;
     border-radius: 4px;
     display: inline-block;
     margin-left: 5px;
     margin-top: 5px;
     padding: 0 
}
 .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
     cursor: default;
     padding-left: 2px;
     padding-right: 5px 
}
 .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
     background-color: transparent;
     border: none;
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
     color: #888;
     cursor: pointer;
     font-size: 1em;
     font-weight: bold;
     padding: 0 4px 
}
 .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
     color: #555;
     outline: none 
}
 .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
     margin-left: 5px;
     margin-right: auto 
}
 .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
     padding-left: 5px;
     padding-right: 2px 
}
 .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px 
}
 .select2-container--classic.select2-container--open .select2-selection--multiple {
     border: 1px solid #5897fb 
}
 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
     border-top: none;
     border-top-left-radius: 0;
     border-top-right-radius: 0 
}
 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
     border-bottom: none;
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0 
}
 .select2-container--classic .select2-search--dropdown .select2-search__field {
     border: 1px solid #aaa;
     outline: 0 
}
 .select2-container--classic .select2-search--inline .select2-search__field {
     outline: 0;
     box-shadow: none 
}
 .select2-container--classic .select2-dropdown {
     background-color: #fff;
     border: 1px solid transparent 
}
 .select2-container--classic .select2-dropdown--above {
     border-bottom: none 
}
 .select2-container--classic .select2-dropdown--below {
     border-top: none 
}
 .select2-container--classic .select2-results>.select2-results__options {
     max-height: 200px;
     overflow-y: auto 
}
 .select2-container--classic .select2-results__option--group {
     padding: 0 
}
 .select2-container--classic .select2-results__option--disabled {
     color: grey 
}
 .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
     background-color: #3875d7;
     color: #fff 
}
 .select2-container--classic .select2-results__group {
     cursor: default;
     display: block;
     padding: 6px 
}
 /* .select2-container--classic.select2-container--open .select2- */

 .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;
}

ul.lists-product{
    padding: 0 20px;
}
ul.lists-product li{
    list-style-type: disc !important;
    font-size:14px;
}




/*laptop view*/
@media screen and (min-width: 992px){
    .arrdin-nne{display: none;}
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .arrdin-nne{display: none;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .arrdin-nne{display: none;}
}



/*mobile view*/
@media screen and (max-width: 575px){
    .description-view{display: none;}
    .promocode-sec input[type="text"]{padding: 6px;width:58%;}
    .cupon_btn{font-size: 13px;padding: 10px 19px;}
}
.custom-accordion .accordion-button { font-weight: 600; }
  .frm-flds .fl-label { left: .75rem; }
  .payment-cards-box .visa-imgg { margin-left:8px; }

.swiper-button-prev,
.swiper-button-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.my-disabled {
    opacity: 0.5; /* look disabled but still visible */
    pointer-events: none;
}
.grpbx1{
    border:none;
    padding: 0px;
}
.grpbx1 h4{
    font-family: Unbounded;
  font-weight: 500;
  font-style: Medium;
  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: 24px 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;background: #fff;
}
.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;
}

/* 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;
}

.featured_text h5{
    font-size: 18px !important;
}

#thumbsContainer {
  display: flex;
  justify-content: center;
  gap: 10px; /* optional spacing between thumbs */
}