 
 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

 .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: 34px 25px;
        background-color: #1D72B0;
        border: 2px solid #1D72B0;
        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;
    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';
}
.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;
}
.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: #FFF2C5;
    border: solid 1px #000; 
    border-radius: 10px;
    padding: 15px;
}
.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: var(--color-2);
    text-transform: capitalize;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    border: solid 1.5px var(--color-1);
}
.svv-seckout-4 img{    width: 40%;}
.svv-checkout-5{
    border: solid 1.5px #e6e6e6;
    background-color: #f4f4f4;
    padding: 20px;
}
.svv-checkout-6{
    background: #fff;
    border: solid 1px #000;
    
    padding: 10px;
    border-radius: 10px;
}
.svv-chk{
    display: flex;
    align-items: center;
    justify-content: center;
}
.svv-chk-img{
        border: solid 1px #ccc;
    border-radius: 10px;
    width: 25%;
    margin-right: 20px;
}
.svv-chk-img img{padding:12px;}
.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;
}
.svv-chk-txt-1{
    width: 100%;
    padding: 10px;
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.svv-check-trm{
    background-color: #ffdf88;
    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: #006eff !important;
    color: #fff !important;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-family: "Inter", system-ui;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #fff !important;
    padding: 10px;
    border-radius: 12px;
    text-transform: uppercase;
    width: 90%;
    /* 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 #1D72B0;
    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{border-radius:0.375rem !important;margin: -9px 0 -6px !important;font-size:14px;}
/* <!-- 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: 34px 25px;
    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';
}
.site-button-2{
    background: #fcc73b !important;
    color: #000 !important;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-family: 'roboto' !important;
    font-size: 14px;
    border: 2px solid #fcc73b;
    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{
    line-height: 23px !important;
    font-size: 14px !important;
}

.form-check-input:checked {
    background-color: #fcc73b;
    border-color: #fcc73b;
    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='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}