.chk-content{
    /* padding: 30px; */
    /* border: 1px solid #eaeaea; */
}

.bot_fm_txt{
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    color: #434343;
    font-size: 45px;
    font-weight: 700;
    margin: 20px 0;
    text-transform: capitalize;
}

.billing-form label{
    font-size: 16px;
    margin-bottom: 10px;
}
 label{
    font-size: 16px;
    margin-bottom: 10px;
}

.pay_in{
    margin-bottom: 15px;
    font-size: 16px;
}

.cards-img{
    margin: 15px 0;
}

.form.chk-form .form-control{
    padding: 15px;
    border: 1px solid #d3d3d3;
    font-size: 15px;
    line-height: normal;
    height: auto;
    box-shadow: none;
    appearance: auto;
    border-radius: 20px;
    padding: 15px 20px;
}

.cvv-question a{
    display: inline-block;
    font-size: 14px;
    color: #f93841;
    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: 24px;
       border: 0;
       text-transform: capitalize;
       font-weight: 700;
       background: #0c053e;
       color: #fff;
       padding: 12px 30px;
       display: inline-block;
       transition: all 0.5s ease;
       position: relative;
       border-radius: 50px;
       background: rgb(25, 56, 251);
       background: #0066ff;
}

.sec-btn button:hover {
    background: #000000;
    color: #fff;
}

.checkout-sec, .cart-sec{
    padding: 70px 0 0 0;
}

.cart-sec h1{
    margin-bottom: 30px;
}
.menu-bttn button {
    font-size: 16px;
    padding: 6px 6px 6px 25px;
    transition: all 0.5s 
ease;
    background: #ffebea;
    border: 1px solid #ff7871;
    display: flex;
    align-items: center;
    line-height: 16px;
}


.menu-bttn button span img{
    width: 16px;
}
.menu-bttn button span{
    background: #ff7871;
    border-radius: 50px;
    margin-left: 10px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
}
 .menu-bttn button:hover span img{
          transform: rotate(45deg);
          transition: all 0.5s ease;
    }

    .agree-para span {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
} 