body{
    font-family: "Inter", sans-serif;
    color: #020202;
}

.checkout_nav{
    background-color: #f7f1e8;
}
.checkout_nav li{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #a28e6f;
    padding: 0 3px;
}
.checkout_nav li:first-child{
    color: #333;
}



/* Form Sec CSS */
.checkout_box{
    background-color: #ececec;
    border-radius: 20px;
}
.checkout_box.right{
    background-color: #E4EBEF;
}
.check_box_heading{
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    color: #556571;
}


/* Checkout Product CSS */
.check_prod_img{
    width: 80px;
    height: 80px;
    background-color: #F1F1F1;
    border: 1px solid #DADADA;
    border-radius: 6px;
}
.check_prod_details{
    flex: 1;
}
.check_prod_details h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #45484B;
}
.check_prod_details h6{
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: rgba(0, 0, 0, 0.55);
}
.check_prod_price h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #45484B;
}
.check_sec_head{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}


/* Shipping CSS */
.form-check-input:focus{
    box-shadow: none;
}
.shipping_price{
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}



/* Total CSS */
.total_box{
    border-top: 1px solid #ADB6C4;
}
.total_box h4{
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #45484B;
}
.total_box h4 span:last-child{
    font-weight: 600;
}
.total_box h4.total_price{
    font-size: 22px;
    font-weight: 600;
    border-top: 1px solid #ADB6C4;
}




/* Form CSS */
.checkout_form .form-control,
.checkout_form .form-select {
    height: 55px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}
.checkout_form .form-control:focus,
.checkout_form .form-select:focus {
    border: 1px solid #333;
    box-shadow: 0px 0px 0px 1px #333;
}
.checkout_form .form-check-input:focus{
    box-shadow: none;
}
.checkout_form .form-check-input{
    width: 20px;
    height: 20px;
    background-color: #F9F9F9;
    border: 1px solid #000000;
    border-radius: 2px;
}
.checkout_form .form-check-input:checked {
    background-color: #006AD5;
    border-color: #006AD5;
}
.checkout_form .billing_check .form-check-input:checked {
    background-color: #31ad56;
    border-color: #31ad56;
}
.checkout_form .form-check-label{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
.promo_box input{
    flex: 1;
}
.coupon_btn{
    display: inline-block;
    background-image: linear-gradient(180deg, #D9A870 0%, #B98244 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 10px;
    border: none;
    transition: all 0.4s ease-in-out;
}
.coupon_btn:hover{
    background-image: linear-gradient(0deg, #333333, #333333);
    color: #fff;
}



/* Card CSS */
.card_box p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: rgba(0, 0, 0, 0.55);
}
.card_wrap{
    background-color: #F4F6FF;
    border: 1px solid #006EFF;
    border-radius: 5px 5px 0 0;
}
.card_wrap h5{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.card_wrap img{
    width: 200px;
}



/* Terms CSS */
.terms_wrap{
    background-color: #fff;
    /* border: 1px solid #000000; */
}
.checkout_btn{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    background-image: linear-gradient(180deg, #D9A870 0%, #B98244 100%);
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    transition: all 0.4s ease-in-out;
}
.checkout_btn:hover{
    background-image: linear-gradient(0deg, #333333, #333333);
    color: #fff;
}
.submit_box p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 0;
}



@media screen and (max-width: 1399px){
    
}

@media screen and (max-width: 1199px){

}

@media screen and (max-width: 991px){
    
}

@media screen and (max-width: 767px){
    .check_box_heading{
        font-size: 22px;
    }
    .coupon_btn{
        font-size: 14px;
    }
    .card_wrap h5{
        font-size: 14px;
    }
    .check_prod_img{
        width: 75px;
        height: 75px;
    }
    .check_prod_details h4{
        font-size: 15px;
    }
    .check_prod_price h4{
        font-size: 16px;
    }
    .checkout_form .form-check-label{
        font-size: 15px;
    }
}

@media screen and (max-width: 575px){
    
}
.cstm-lbl{
    font-size: 13px;
    padding: 0.60rem;
    left: 5px;
    top: -4px!important;
    background-color: #fff;
    opacity: 1;
    height: 1px!important;
    line-height: 0!important;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.accordion-button:not(.collapsed) { 
    background-color: transparent!important;
    box-shadow: none;
}