.chk-content{
    padding: 30px;
    border: 1px solid #e6e6e6;
}

.bot_fm_txt{
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}

.billing-form label{
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pay_in{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 900;
}

.cards-img{
    margin: 0 0 15px 0;
}

.form.chk-form .form-control{
    padding: 15px;
    border: 1px solid #d6d6d6;
    font-size: 15px;
    line-height: normal;
    height: auto;
    box-shadow: none;
    appearance: auto;
    border-radius: 30px;
    box-shadow: 9px 10px  10px rgba(0,0,0,0.04);
}

.cvv-question a{
    display: inline-block;
    font-size: 14px;
    color: #dc933f;
    margin: 10px 0;
    transition: 0.5s all;
    width: fit-content;
    text-decoration: underline;
}

.agree-bx{
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.agree-bx input{
    margin: 0;
}

.agree-bx label{
    font-weight: 400;
    line-height: 1.8;
    font-size: 15px;
}

.sec-btn button{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 15px;
    background: #143aa2;
    color: #fff;
    padding: 15px 50px;
    display: inline-block;
    transition: 0.5s all;
    border: 2px solid transparent;
    background: #f99e35;
    border-color: #bd6d10;
    color: #000;
    transition: .3s ease;
}

.sec-btn button:hover {
    background: #dc933f;
    color: #fff;
}

.checkout-sec, .cart-sec{
    padding: 100px 0;
}

.cart-sec h1{
    margin-bottom: 30px;
}
.card-accept label {
    font-size: 14px;
    color: #f99e35;
}
.chk-form-outer label{
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cart-sec h1{
    margin-bottom: 30px;
}
.login-area h2{
        font-size: 40px;
    font-weight: 800;
    color: #000000;
    text-transform: capitalize;
    line-height: 1.1;
    overflow-wrap: anywhere;

}
.login-area label{
    font-size: 16px;
    margin: 10px 0 10px 0;
    font-weight: bold;
}
.login-area input
{
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 30px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.04);
    border: 1px solid #ddd;
    height: auto;
}