#ck_applyCoupon,
#DELETE_COUPON {
    height: 38px;
    width: fit-content;
    border-radius: 0;
    padding: 10px;
    margin-right: -14px;
    margin-top: -2px;
    background: var(--theme-color);
    color: white;
}

.slot_type_section select {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

#payment_method_info {
    font-size: 1.3rem;
}

.form-group--block input {
    min-height: 35px;
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%;

}

.btn .shopping-cart__checkout {
    border: none !important;
}

textarea {
    overflow: auto;
    padding: 10px 15px;
    min-height: 90px !important;
}

#checkout_heading_box {
    margin-top: 20px;
}

.login__sec_title {
    color: #484848
}

#back_to_pc_builder {
    background-color: var(--theme-color-2);
}