 
 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 body{
     overflow-x: hidden;
     background: linear-gradient(to bottom, #ffffff, #8cc2b4);
 }
 /* .page-wraper{
      background: linear-gradient(to bottom, #ffffff, #8cc2b4);
 } */

 .order-summary-item.order-summary-template ul li span {
    float: left !important;
    width: 70% !important;
}
.s-txt {
    width: 90%;
}
.wheel-bg {
    position: fixed;
    z-index: 9999;
    background: rgb(0 0 0 / 78%);
    width: 100%;
    height: 100%;
}
#chart {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 62px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999999;
    cursor: pointer;
}
#chart svg {
    overflow: hidden;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
}
    #question{
       display:none;
    }
h4.wheel-close {
    position: fixed;
    background: #f00;
    color: #fff;
    z-index: 99999;
    right: 100px;
    top: 40px;
    font-size: 19px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
    cursor: pointer;
}
.old_price, .old_price1 {
    color: #f00;
    text-decoration: line-through;
    padding-right: 10px;
    font-weight: 400;
}
.save_price span {
    float: right;
    line-height: 32px;
}
.save_price {
    color: #0dc50c;
}

.promocode-sec{
        width: 100%;
        margin-top:10px;
        padding: 0px !important;
        background-color: transparent !important;
        border: 2px solid transparent !important;
        border-radius: 5px;
        display: flex;
}
.form-control-2{
    display: flex;
    width: 77%;
    height: 43px;
    padding: 6px 12px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: 'Sarabun';
}
.form-control-2::placeholder{
    color: #000 !important;
}
.site-button-2{
    background: #006eff !important;
    color: #fff !important;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-family: "Inter", system-ui;
    font-size: 23px;
    font-weight: bold;
    border: 2px solid #006eff;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    /* display: block; */
}

#chart_mobile{
    padding-left: 32px !important;
    padding-top: 70px !important;
}

/* new checkout page style */
:root{
    /* --color-1: #006eff; */
    /* --color-2: #f4f6ff; */
}
a{text-decoration: none !important;}
a:hover{text-decoration: none !important;}
h4{margin-bottom: 0px;}
.svv-checkout-1 input{
    /* border: solid 2px var(--color-1); */
    border-radius: 5px;
}
.svv-checkout-1{
    background-color: #F3F3F2;
    padding: 40px;
    border-radius: 15px;
    position: relative;
}
.svv-checkout-1::before{
    content: "1";
    position: absolute;
    top: 10px;
    left: -70px;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 30px;
    color: #000;
    z-index: 1;
}


.svv-checkout-1::after {
  content: "";
  position: absolute;
  left: -44px;
  top: 50px;
  bottom: 0;
  width: 1px;
  height: 92%;
  background: #222;
  margin-top: 40px;
}

.svv-checkout-2{
    background-color: #F3F3F2;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}

.svv-checkout-2::before{
    content: "2";
    position: absolute;
    left: -70px;
    top: 10px;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 30px;
    color: #000;
    z-index: 1;
}


.svv-checkout-2::after {
  content: "";
  position: absolute;
  left: -42px;
  top: 50px;
  bottom: 0;
  width: 1px;
  height: 88%;
  background: #222;
  margin-top: 40px;
}
.summary-box-2{
    background-color: #F3F3F2;
    padding: 40px;
    border-radius: 15px;
    position: relative;
}

.summary-box-2::before{
    content: "3";
    position: absolute;
    left: -70px;
    top: 10px;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 30px;
    color: #000;
    z-index: 1;
}


.summary-box-2::after {
  content: "";
  position: absolute;
  left: -42px;
  top: 50px;
  bottom: 0;
  width: 1px;
  height: 88%;
  background: #222;
  margin-top: 40px;
}

.form-control:focus{
    border-color: var(--color-1);
    box-shadow: none;
}
.form-select:focus{
    border-color: var(--color-1);
    box-shadow: none;
}
.svv-srch i{
    float: right;
    position: relative;
    margin-top: -5%;
    margin-right: 2%;
    color: #707070;
    font-weight: bold;
}
.svv-ceckout-3{
    background-color: #f7f1e8;
    border: solid 1px #f9f9f9;
    border-radius: 10px;
    padding: 17px;
}
.svv-ceckout-3 h4{
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
}
.svv-shippi-2{display: flex;justify-content: end;}
.svv-shippi-2 label{
    width:100%;
    display:flex;
    align-items: start;
}
.svv-shippi-2 label input{
    /* height: 20px;
    width:20px; */
    margin-top: 6px;
}
.svv-seckout-4{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F2F7FF;
    text-transform: capitalize;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    border: solid 1.5px #197BBD;
}
.svv-seckout-4 img{    width: 40%;}
.svv-checkout-5{
    border: solid 1.5px #e6e6e6;
    background-color: #f4f4f4;
    padding: 20px;
}
.svv-checkout-6{
    background: #F7F1E8;
    /* border: solid 1px #000; */
    padding: 10px;
    border-radius: 10px;
}
.svv-chk{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.svv-chk-img{
        border: solid 1px #ccc;
        border-radius: 10px;
        width: 20%;
        margin-right: 20px;
}
.svv-chk-img img{padding: 8px;}
.svv-chk-txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}
.ship_only{
    display: none !important;
}
.svv-chk-txt h5{
    font-size: 12px;
    width: 65%;
}
.svv-chk-txt h4{
    font-size: 17px;
    width: 40%;
    text-align: right;
}
.svv-qty{
        /* padding: 6px; */
        /* background: #000000d9; */
        /* border-radius: 100px; */
        /* width: 37px; */
        /* text-align: center; */
        /* position: relative; */
        /* top: 9%; */
        right: 10%;
        /* margin-top:-18%; */
        /* color: #fff; */
        /* font-weight: bold; */
        /* padding-bottom: 8px; */
        /* display: none; */
}
.svv-chk-txt-1{
    width: 100%;
    padding: 10px;
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.svv-check-trm{
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 10px;
    /* box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 4px 4px rgb(0 0 0 / 11%), 0 6px 8px rgb(0 0 0 / 11%), 0 8px 16px rgb(0 0 0 / 11%); */
}
.svv-check-trm-1{
    padding: 10px;
    /* background-color: #fff2c5; */
    /* border-radius: 10px; */
    /* border: solid 1px #000; */
}
.svv-check-trm-2{
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    
}
.svv-check-trm-2 h4 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}
.svv-check-trm-2 p{
    font-size: 13px;
}
/* .svv-check-trm-1 input{
    height: 21px;
    width: 30px;
} */

.site-button-3{
    background: #FF5555 !important;
    color: #fff !important;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-family: "Inter", system-ui;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #FF5555 !important;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
    /* display: block; */
}

#saved_price_checkout{display: none;}

.order-summary-title div, .order-summary-item div, .order-summary-total div{
    padding:0px !important;
}
.tmh-checkoutleftside{
    background: #fbf8ff;
    padding: 20px;
    border: 2px solid #181525;
    border-radius: 0;
}
.order-summary-item.order-summary-template ul li span {
    float: left !important;
    width: 70% !important;
}
.s-txt {
    width: 90%;
}
.wheel-bg {
    position: fixed;
    z-index: 9999;
    background: rgb(0 0 0 / 78%);
    width: 100%;
    height: 100%;
}
.nav-cart-title h4 span{float:none !important;margin-left:77px;}
#chart {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 62px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999999;
    cursor: pointer;
}
#chart svg {
    overflow: hidden;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
}
    #question{
       display:none;
    }
h4.wheel-close {
    position: fixed;
    background: #f00;
    color: #fff;
    z-index: 99999;
    right: 100px;
    top: 100px;
    font-size: 19px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
    cursor: pointer;
}
.tmh-ordersummlast-1{display:flex;align-items:center;justify-content:space-between;}
.tmh-ordersummlast-2{background:transparent !important;padding:0px !important;margin:0 !important;float:none !important;}
.order-summary-header{display: flex;align-items: center;justify-content: space-between;}
/*mobile view*/
@media screen and (max-width: 575px){
    .head_hmbg{margin-top:9%;}
}
/*laptop view*/
@media screen and (min-width: 992px){
    .head_hmbg{margin-top:4% !important;}
}
.form-select{background: #F7F1E8;border: none;border-radius: 10px;padding: 15px;font-size: 14px;font-weight: 500;}
/* <!-- mobile --> */


.wheel-bg-mobile {
    position: fixed;
    z-index: 9999;
    background: rgb(0 0 0 / 78%);
    width: 100%;
    height: 100%;
}
#chart-mobile {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 62px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999999;
    cursor: pointer;
}
#chart-mobile svg {
    overflow: hidden;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
}
    #question{
       display:none;
    }
h4.wheel-close-mobile {
    position: fixed;
    background: #f00;
    color: #fff;
    z-index: 99999;
    right: 100px;
    top: 40px;
    font-size: 19px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
    cursor: pointer;
}


.old_price, .old_price1 {
    color: #f00;
    text-decoration: line-through;
    padding-right: 10px;
    font-weight: 400;
}
.save_price span {
    float: right;
    line-height: 32px;
}
.save_price {
    color: #0dc50c;
}
/* .form-select{height:auto !important;padding: .375rem .75rem !important;} */
.promocode-sec
.promocode-sec{
        width: 100%;margin-top:10px;
    padding: 0px !important;
    background-color: #f7f7f7;
    border: none !important;
    border-radius: 0px;
    display: flex;
}
.order-summary-title div strong{padding-right:0px;}
.form-control-2{
    display: flex;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    /* background-color: #007dc4; */
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: 'Sarabun';
}
.bg-1{
    background: #00C2CB !important;
}
.bg-2{
    background: #00C2CB !important;
}
.site-button-2{
    background: #FF5555 !important;
    color: #fff;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-family: 'roboto' !important;
    font-size: 14px;
    border: none;
    padding: 10px;
    border-radius: 0px;
}
ul#p_ul {
    padding: 0px !important;
}

.check-term-edd{
    font-family:"roboto";
    text-indent: 33px;
    padding: 10px 0px;
    text-align: left;
    letter-spacing: 0.4px;
    /* word-spacing: 4px; */
}
/* .checkout-each h4{border-bottom:none !important;} */
.respo_centr{margin-top:-4px !important;margin-left:5px !important;}





/*laptop view*/
@media screen and (min-width: 992px){

}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .tmh-chekoutshippnames{width: 68% !important;font-size: 12px !important;}
    .checkout-full{padding: 0px !important;}
    .site-button{font-size:15px !important;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .tmh-chekoutshippnames{width: 68% !important;font-size: 12px !important;}
    .checkout-full{padding: 0px !important;}
}



/*mobile view*/
@media screen and (max-width: 575px){
    .tmh-chekoutshippnames{width: 68% !important;font-size: 12px !important;}
    .checkout-full{padding: 0px !important;}
}

.eed-checkoutpage-rewardterm1 {
    /* padding-left: 20px; */
    font-weight: normal;
    line-height: 24px;
    /* margin-top: -6px; */
    font-size: 13px;
}
.pp-chkouterm{
    padding-left: 20px !important;
    margin-bottom: 15px !important;
    margin-top: -6% !important;
    line-height: 23px !important;
    font-size: 14px !important;
}

/* new checkout-css */
div.checkout-left-side{
    padding: 15px;
    background-color: #fff;
}
div.checkout-right-side{
    padding: 15px;
    background-color: #FAFAFA;
}
div.cuba-1 h4{
        line-height: 21px;
    font-weight: 400;
    font-size: 18px;
    color: #0000008F;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 30px;
}
a.paypall-btn{
    text-align: center;
    background: #FFC439;
    padding: 13px 50px;
    display: block;
    border-radius: 5px;
}
a.paypall-btn img{
    height: 28px;
}
.divider-container {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.divider-line {
  flex: 1;
  border: none;
  height: 1px;
  background-color: #ccc;
}

.divider-text {
  padding: 0 15px;
  color: #666;
  font-weight: 500;
  font-size: 14px;
}
div.cuba-contact input[type="email"]{
    background-color: transparent !important;
    box-shadow: 0px 0px 0px 1px rgba(25, 123, 189, 1);
    border: solid 1px rgba(25, 123, 189, 1);
    height: 50px;
    margin-bottom: 20px;
}
div.cuba-contact h4{
    font-weight: 700;
    text-transform: capitalize;
    line-height: 25px;
    margin-bottom: 20px;
}
div.cuba-contact select{
    border: solid 1px rgba(222, 222, 222, 1);
    box-shadow: 0px 0px 0px 1px rgba(222, 222, 222, 1);
    height: 50px;
    margin-bottom: 20px;
}
div.cuba-contact input[type="text"]{
    background-color: transparent !important;
    box-shadow: 0px 0px 0px 1px rgba(222, 222, 222, 1);
    border: solid 1px rgba(222, 222, 222, 1);
    height: 50px;
    margin-bottom: 20px;
}
div.cuba-contact input[type="checkbox"]{
    opacity: 1 !important;
}
div.cuba-contact h5{
    background-color: rgba(246, 246, 246, 1);
    padding: 15px 20px;
    color: rgba(0, 0, 0, 0.56);
    font-size: 14px;
    font-weight: 400;
}
div.checkobox-inline{
        display: flex;
    align-items: center;
    gap: 8px;
}
.svv-checkoutpage-1{
    display: flex;
    align-items: baseline;
    justify-content: left;
    width: 100%;
}
.svv-check-trm-1 p{
    font-weight: 400;
}
.coupon{
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
}
.left{
        padding-bottom: 10px;
    border-bottom: solid 1px #000;
}


/*-------------------new code-----------*/

.breadcrumb-section {
      /* background-color: #f8f3ec; */ /* light beige */
      padding: 15px 0;
      border-bottom: 1px solid #121212;
      padding-top: 50px;
    }
    .breadcrumb {
      margin: 0;
      justify-content: flex-start;
      align-items: center;
      background: none;
    }
    .breadcrumb-item a {
      text-decoration: none;
      font-weight: 800;
      color: #000;
      font-size: 3rem;
      text-shadow: 0px 3.4px 4.2px rgb(0 0 0 / 0.25);
      font-family: "Inter", sans-serif;
    }
    .breadcrumb-item.active {
        color: #a48d65; 
        font-weight: 500;
        display: flex;
        align-items: center;        
    }
    .breadcrumb i {
      font-size: 1.2rem;
      margin: 0 10px;
      color: #a68b6c;
    }
  

.summary-box {
      position: relative;
      padding: 0px 20px 0px 50px;
    }

/* Left dotted graphic (image as before) */

.step-circle {
      position: absolute;
      top: 0;
      left: -8px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background-color: #6b2d06; /* dark brown */
    }
.step-circle-2 {
      position: absolute;
      top: 430px;
      left: -8px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background-color: #6b2d06; /* dark brown */
    }

.step-circle-3 {
      position: absolute;
      bottom: 0px;
      left: -8px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background-color: #6b2d06; /* dark brown */
} 

 .step-title {
     position: relative;
     font-size: 0.9rem;
     font-weight: 400;
     color: #121212;
     margin-bottom: 5px;
}

.step-heading {
    font-weight: 700;
    font-size: 2rem;
    font-family: "Inter", sans-serif;
}
    .form-control {
    background: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #6b2d06;
}

/* Payment option card */
.payment-option {
    background: #ffffff;
    border: 1px solid #00000000;
    border-radius: 10px;
    padding: 12px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

/* Highlight selected option */
input[type="radio"]:checked + .payment-option {
    border-color: #6b2d06; /* brown highlight */
}

.payment-option img {
    height: 30px;
}

.card-bx p{
    font-size: 13px;
    margin-bottom: 0px;
    padding-left: 0px;
}
.payment-option input[type="radio"] {
  width: 23px;       /* increase width */
  height: 23px;      /* increase height */
  accent-color: #28a745; /* custom color */
  cursor: pointer;
}
.summary-box-2 {
    position: relative;
    padding: 40px 20px 50px 20px;
}
.site-button-n{
    background: #000 !important;
    color: #fff !important;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-family: "Inter", system-ui;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #000;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    text-transform: uppercase;
    /* display: block; */
}

.custom-radio {
      display: flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
      font-size: 16px;
      font-weight: 600;
      margin-top: 20px;
    }

    .custom-radio input[type="radio"] {
      display: none; /* hide default radio */
    }

    .radio-circle {
      width: 23px;
      height: 23px;
      border: 2px solid #28a745; /* green border */
      border-radius: 50%;
      position: relative;
      margin-right: 15px;
    }

    .custom-radio input[type="radio"]:checked + .radio-circle::after {
      content: "";
      width: 12px;
      height: 12px;
      background: #28a745; /* green fill */
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .summary-card {
      background: #ffffff;
      padding: 40px 20px;
      border-radius: 10px;
    }
    .sum-head{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #121212;
        font-family: "Inter", sans-serif;
    }

    .summary-card h4 {
      font-weight: 600;
      font-size: 1.4rem;
      font-family: "Inter", sans-serif;
    }
    .item-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 10px 0;
      width: 100%;
    }
    .item-row img {
      width: 50px;
      border-radius: 8px;
    }
    .qty-control {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .qty-control button {
      border: 1px solid #000;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      font-size: 16px;
      font-weight: bold;
      background: none;
    }
    .total-row {
      border-top: 2px solid #aaa;
      margin-top: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
      font-weight: 700;
      font-size: 18px;
    }
    .total-row h4{
        font-size: 1.6rem;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }
    .checkout-btn {
      background: #000;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      width: 100%;
      padding: 12px;
      border-radius: 8px;
      margin-top: 20px;
    }
    .checkout-btn:hover {
      background: #333;
    }
    .secure-info {
      display: flex;
      justify-content: space-between;
      margin-top: 15px;
      font-size: 12px;
      color: #555;
    }
    .secure-info i {
      margin-right: 5px;
      color: #000;
    }
    .pd-sec{
        padding-left: 20px;
    }
    .pd-sec div h5{
        font-size: 1.1rem;
        font-family: 'Work Sans';
        font-weight: 500;
    }
    .pd-sec strong{
        font-size: 1.2rem;
    }

.svv-ceckout-3 h4 b{
    /* font-family: Unbounded; */
    font-weight: 400;
    font-size: 1.3rem;
}
.left h4{
    /* font-family: Unbounded; */
    font-weight: 400;
    font-size: 1.3rem;
}

/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .payment-option img {
        height: 20px;
    }
    .rc-anchor-normal {
        height: 74px;
        width: 200px;
    }
    .rc-anchor-compact {
        height: 136px;
        width: 56px
    }
    .rc-anchor-normal .rc-anchor-pt {
        margin: 2px 11px 0 0;
        padding-right: 2px;
        position: absolute;
        right: 0;
        text-align: right;
        width: 200px
    }

}     

@media only screen and (max-width: 575px) {
    .svv-checkout-1::before{
        display: none;
    }
    .svv-checkout-1::after{
        display: none;
    }

     .svv-checkout-2::before{
        display: none;
    }
    .svv-checkout-2::after{
        display: none;
    }
    .summary-box-2::before{
        display: none;
    }
    .summary-box-2::after{
        display: none;
    }
    .summary-box {
        padding: 0px 10px;
    }
    .breadcrumb-section {  
        padding: 5px 10px;
       
    }
    .svv-checkout-1 {
        padding: 15px;
    }    
    .svv-checkout-2 {        
        padding: 15px;
    }
    .summary-card {  
        padding: 10px 15px;
    }   
    .summary-box-2 {      
        padding: 20px 15px 20px 15px;
    } 
        
}




/* new design media query */

/*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;}
    .promocode-sec input[type="text"]{width: 91% !important;margin-bottom: 10px;}
}

/* new design will come here */
#product_name {
  /* font-family: Unbounded; */
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  line-height: 130%;
}
.sml-desp {
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  padding: 10px 0px;
}
.pkg-hdng {
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 8px;
  color: #000000;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 0px;
}
.pkg-opt {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.buyopt {
  position: relative;
}
.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: 13px 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  gap: 12px;
}
.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;
  margin-bottom: 0px;
}
.buy-opt-rgt {
  float: right;
  text-align: right;
  margin-left: auto;
}
.formBox {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.input-flds, .selcet-fld {
  float: left;
  width: 100% !important;
  outline: none;
  border: 1px solid #a7abad;
  height: 54px !important;
  padding: 10px 10px 10px 15px !important;
  border-radius: 10px !important;
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  font-size: 15px !important;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
}
.frm-flds.form-floating label {
  line-height: 1;
  font-size: 15px;
}
/* .frm-flds .fl-label {
  left: .75rem;
} */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.grpbx1{
    border:none;
    padding: 0px;
}
.grpbx1 h4{
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  border-top: solid 1px #ccc;
    padding-top: 10px;
    margin-bottom: 15px;
}
.thecaptcha div{
    width: 100% !important;
}
.thecaptcha iframe{
    width: 100% !important;
  background: #f9f9f9;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
  -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
}
.thecaptcha iframe .rc-anchor-normal{
    width: 100% !important;
}
.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
  /* border: 1px solid #d3d3d3; */
}
.rc-anchor {
  border-radius: 3px;
  /* box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
  -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
  -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08); */
}
.rc-anchor-light {
    background: #f9f9f9 !important;
    color: #000;
    box-shadow: none !important;
    border: none !important;
}
#rc-anchor-container{
    box-shadow: none !important;
    border: none !important;
}
div.thecaptcha div div iframe body div#rc-anchor-container{
    border: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.thecaptcha .rc-anchor-light.rc-anchor-normal{
    border: 1px solid #d3d3d300 !important;
    outline: none !important;
    box-shadow: none !important;
}

.recaptcha-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recaptcha-wrap iframe {
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;  /* iframe container width */
}


/* wrapper */
.slider-wrap { max-width: 1100px; margin: 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: 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; background-color: #fff; border:1px solid rgba(0,0,0,0.05);
  opacity:.9; transition: transform .12s ease, opacity .12s ease;
}
.thumb.active { outline:2px solid #2b6cb0; opacity:1; transform:scale(1.03); }
.thumb img { width:100%; height:100%; object-fit:cover; display:block; }

/* pager */
.pager { font-size:14px; color:#444; }

/* Modal full screen */
.image-modal { position:fixed; inset:0; display:none; align-items:center; justify-content:center; background: rgba(0,0,0,0.85); z-index:99999; padding:18px; }
.image-modal.open { display:flex; }

/* inner container fills viewport so image can be centered and fully visible */
.image-modal-inner {
  width: 100%;
  height: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
}

/* modal image fits inside viewport with breathing room */
.image-modal-img {
  max-width: calc(100% - 80px);
  max-height: calc(100% - 120px);
  object-fit: contain;
  border-radius: 8px;
  box-shadow:0 18px 60px rgba(0,0,0,0.6);
  transition: opacity .18s ease, transform .25s ease;
  opacity: 0;
  background-color: #fff;
}

/* visible after loaded */
.image-modal-img.visible { opacity: 1; }

/* modal close button (top-right) */
.image-modal-close { position:fixed; top:18px; right:20px; z-index:100000; background:transparent; border:none; color:#fff; font-size:36px; cursor:pointer; }

/* modal arrows - left and right */
.modal-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:100000;
  background: rgba(255,255,255,0.06);
  border-radius:50%;
  width:52px; height:52px;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  transition: background .12s;
  user-select:none;
}
.modal-arrow:hover { background: rgba(255,255,255,0.12); }
.modal-arrow.left { left:18px; }
.modal-arrow.right { right:18px; }
.modal-arrow svg { width:22px; height:22px; color:#fff; }

/* small screens */
@media (max-width:767px) {
  .gallery-track { height:360px; }
  .thumb { width:66px; height:66px; }
  .image-modal-close { font-size:30px; top:12px; right:12px; }
  .modal-arrow { width:44px; height:44px; }
  .image-modal-img { max-width: calc(100% - 40px); max-height: calc(100% - 80px); }
}

.heading_sec h1.sec_title{
    font-size: 24px !important;
}

.featured_text h5{
    font-size: 18px !important;
}

#thumbsContainer {
  display: flex;
  justify-content: center;
  gap: 10px; /* optional spacing between thumbs */
}
div.bread-eec-1 {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
}
.bread-eec-1 {
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #181918;
  text-align: left;
}
.text-warning1{
    color: #E35825;
}
.selcet-fld.no-error {
  background: url(../../images/tick-input.png) 92.5% 50% no-repeat #fff !important;
  border: 1px solid green !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.selectr-grpBox {
  float: left;
  width: 100%;
  margin: 20px 0;
  margin-top: 0px;
  margin-bottom: 20px;
  border: 1px solid #a1a1a1;
  border-radius: 15px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 22px;
  float: right;
}

/* hide the real checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* track */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

/* knob */
.slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  transition: .4s;
}

/* rounded */
.slider.round {
  border-radius: 34px;
}
.slider.round::before {
  border-radius: 50%;
}

/* checked state */
.switch input:checked + .slider {
  background-color: #2196F3;
}
.switch input:checked + .slider::before {
  transform: translateX(38px);
}
.svv-shippi-2 {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
  flex-direction: row;
}
.svv-shippi-2 label {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 15px;
  flex-direction: row;
}
.svv-shippi-2 label input {
  margin-top: 6px;
}
.selectr-grpBox input {
  position: absolute;
  opacity: 1;
  margin-top: 3px;
}
.payment-flds-box.credit-card {
  float: left;
  width: 100%;
  margin-top: 0 !important;
}
.payment-flds-box.credit-card {
  padding: 0 !important;
  margin-bottom: 13px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px !important;
}
.payment-cards-box {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.payment-cards-box .visa-imgg {
  margin-left: 8px;
}
.visa-imgg {
  width: 200px;
  float: right;
  margin-left: auto;
}
label.paymybtn {
  margin: 0;
  display: flex;
  align-items: center;
}
.paymybtn {
  width: 100%;
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}
.paymybtn input[type="radio"]:checked {
  background: #0098fa;
}
.paymybtn input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 0 0 0 #000000 inset;
  box-shadow: 0 0 0 0 #000000 inset;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  outline: none;
  margin-top: -6px;
  margin-right: 10px;
}
.paymybtn input[type="radio"]:checked::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50% ,-50%);
}
.payment-cards-box .visa-imgg {
  margin-left: 8px;
}
.form-floating > .form-select{
    padding-top: 0.33rem;
}
.payment-flds-box.credit-card .frm-flds {
  margin-top: 0;
}
.frm-flds.fl {
  float: left;
}
.frm-flds {
  float: left;
  width: 100%;
  position: relative;
  margin: 7px 0;
    margin-top: 7px;
}
.payment-flds-box.credit-card .frm-flds.form-floating label {
  left: 20px;
}
.payment-flds-box.credit-card label.fl-label {
  height: auto;
  top: auto;
  left: 1px !important;
  line-height: 1;
}
.promocode-sec input[type="text"] {
  border: solid 1px #ccc !important;
  border-radius: 10px;
  background-color: #fff !important;
  color: #000;
  padding: 10px;
  width: 63%;
}
.cupon_btn {
  position: relative;
    display: inline-block;
    background-color: #E35825;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    font-family: "Boogaloo", sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 23px;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.frm-flds.form-floating input::placeholder {
  color: transparent !important;
}
.order-summary-section {
  clear: both;
}
.top-row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.top-row div p {
  font-size: 18px !important;
  font-weight: 900;
}
.item-detail-row {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 8px;
}
.offer-prcBox {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  background: #f5f5f5;
  border: 1px solid #b8b8b8;
  padding: 8px 15px;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.save-txt {
  float: left;
  text-align: left;
}
.save-txt p {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 28px;
  color: #124c75;
  text-transform: uppercase;
  font-family: 'SF Pro Text';
  margin-bottom: 0px;
}
.save-txt p span {
  font-weight: bold;
  font-size: 38px;
}
.save-txt img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}
.ofr-rgt {
  float: right;
  padding: 7px 0;
  text-align: right;
}
.ofr-rgt p {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 0px;
}
.ofr-rgt p span {
  font-weight: 600;
  font-family: var(--text-1);
}
.termSec p a {
  color: #003487;
  font-weight: 600;
  text-decoration: underline !important;
}
.pulse {
     animation-name: pulse;
     -webkit-animation-name: pulse;
     animation-duration: 1.5s;
     -webkit-animation-duration: 1.5s;
     animation-iteration-count: infinite;
     -webkit-animation-iteration-count: infinite;
}
 @keyframes pulse {
     0% {
         transform: scale(0.9);
    }
     50% {
         transform: scale(1);
    }
     100% {
         transform: scale(0.9);
    }
}
 @-webkit-keyframes pulse {
     0% {
         -webkit-transform: scale(0.95);
    }
     50% {
         -webkit-transform: scale(1);
    }
     100% {
         -webkit-transform: scale(0.95);
    }
}
.secure-checkout {
  max-width: 320px;
  margin: auto;
  display: block;
}
.faq_accordion .accordion-button{
    padding: 10px 0px !important;
}
.faq_accordion .accordion-body{
    padding: 10px 0px !important;
}
.buyopt.selected {
    box-shadow: 0 0 0 2px #6bb4ff;
    border: 1px solid #0071e3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#productInfoAccordion {
  margin-top: 50px;
}
#productInfoAccordion .accordion-item {
  border: 0;
  background: transparent;
}
#productInfoAccordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
#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-body {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 30px !important;
}
.accordion-button{
    background-color: transparent !important;
    outline:none !important;
    padding-left: 0px !important;
}
.accordion-button:not(.collapsed){
    box-shadow: none !important;
}
.faq_sec {
      padding: 0px !important;
      background: transparent !important;
    }

.selectr-grpBox{
    background-color: #fff !important;
}

.faq_accordion .accordion-item{
        padding-bottom:0px !important;
    }
    .faq_accordion .accordion-body p{
        margin-bottom:0px !important;
    }



/* responsive deign */

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}



/*mobile view*/
@media screen and (max-width: 575px){
    .breadcrumbs_sec{margin-top: 20% !important;}
    .gta-resp-1{padding: 0px !important;}
    .gta-resp div p{float: none !important;text-align: center;}
    .navbar-collapse{background: #036937 !important;}
    .feature-text-head{flex-direction: column;}
    .featured_text h4{font-size: 13px !important;}
    .featured_text h5{margin-bottom: 0px !important;padding: 10px 0px !important;}
    .btn_wrap{margin-top: 0px !important;}
    .featured_box{padding: 10px !important;}
    .sec_title{font-size: 25px;margin-bottom: 10px;}
    section.product_section div.container{padding: 0px !important;}
}


.div-indentation{
    text-indent: 20px;
}