.checkout_section_main {
    padding-top: 10rem;
}

.checkout_section_main section .shadow {
    padding-top: 10px;
}

.checkout_section_main section .shadow .row {
    padding: 10px;
}


.checkout_section_main .top_text {
    color: var(--primery-color);
}

.checkout_section_main .checkout_box,
.checkout_section_main .top_text {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.checkout_section_main .checkout_box {
    padding: 1rem;
}


.checkout_section_main section .cart-content {
    display: flex;
    padding: 0px;
}


.cart-item {
    padding: 15px;
    border: 2px solid var(--primery-color);
    border-radius: 10px;
    gap: 10px;
    width: 48%;
    margin-left: 10px;
}

.disable {
    border: transparent;
}

.billing_input>div label {
    font-size: 700 !important;
}

.checkout_section_main .order_text {
    display: none;
}


.cart-item h6 {
    margin-bottom: 15px;
}

.cart-content .form-label {
    width: 40%;
}

.cart-content .form-control {
    width: 60%;
}

.table th, .table td {
    vertical-align: middle;
    background-color: rgba(226, 226, 226, 0.49);
}

.submit_btn {
    border: 2px solid var(--primery-color);
    background-color: var(--primery-color);
    transition: all 0.3s ease;
    color: white;
}

.submit_btn:hover {
    background: transparent;
    color: var(--primery-color-light);
}

.submit_btn:hover .text-color {
    color: var(--primery-color-light);
}

.cart-item table thead tr th {
    background-color: #01062e3a;
}

.cart-item table tbody tr td {
    font-size: 15px !important;
}

.cart-item table tbody tr:last-child {
    background-color: rgb(220, 217, 217);
}

.cart-item table tbody tr td span {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.offline_buttons .buy-offline {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 5px;
}

.offline_buttons .buy-offline a {
    font-size: 16px;
    font-weight: 600;
}

.offline_buttons .buy-offline a i {
    font-size: 20px !important;
}

.offline_buttons .buy-offline a .fa-whatsapp {
    color: rgb(0, 193, 23);
}

.offline_buttons .buy-offline a .fa-facebook {
    color: rgb(0, 102, 245);
}

.offline_buttons .buy-offline .wp:hover {
    color: rgb(0, 193, 23) !important;
}

.offline_buttons .buy-offline .fb:hover {
    color: rgb(0, 102, 245) !important;
}

.checkout_section_main .terms_condition label {
    display: flex;
}

.checkout_section_main .terms_condition input {
    display: block;
    margin-right: 10px;
}

@media (max-width: 995px) {

    .checkout_section_main .order_text {
        display: flex;
    }

    .checkout_section_main .cart-content {
        gap: 20px;
    }

    .checkout_section_main .top_text {
        display: none;
    }

    .bg__main .poster_section {
        margin-top: 8rem;
    }

    .cart-item {
        border-radius: 10px;
        width: 95%;
    }

    .checkout_section_main .book_img .order_text {
        display: flex;
    }

    .checkout_section_main .book_img .order_text h4 {
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media (max-width: 820px) {
    .checkout_section_main {
        padding-top: 6rem;
    }

    .checkout_section_main section .shadow .row {
        padding: 5px;
    }

    .checkout_section_main section .shadow .row h4 {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .checkout_section_main .book_img .order_text h4 {
        font-size: 16px;
    }

    .checkout_section_main .terms_condition label,
    .checkout_section_main .terms_condition {
        font-size: 12px !important;
    }

    .submit_btn {
        font-size: 14px !important;
    }

    .manual_section {
        margin-top: 0px !important;
    }

    .manual_section h4 {
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .manual_section .offline_buttons .buy-offline a {
        font-size: 12px !important;
    }

}

@media (max-width: 400px) {
    .checkout_section_main .book_img .order_text h4 {
        font-size: 13px;
    }
}