﻿.pay-button {
    margin: 3px;
    width: 100%;
    height: 40px;
    font-weight: bold;
}

.policy_agreement {
    margin-top: 20px;
}

#progress-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.60;
    background: gray;
    z-index: 10000;
    text-align: center;
    display: none;
}

#progress-layer-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        width: 300px;
        padding: 0.5em !important;
        text-align: center;
    z-index: 10001; /* Ensure it appears above the progress layer */
    display: none;
}

.order_complete i {
    color: green;
    font-size: 80px;
    margin-bottom: 20px;
}

.checkout-area-bg {
    padding: 20px;
}

.css-address-box input {
    margin-bottom: 0.5rem;
}

.summery-wrap .cart-section {
    background-color: #fafafa;
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.cart-table {
    text-align: center;
    margin-bottom: 0;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #262834;
    font-weight: 500;
    vertical-align: middle;
    border-bottom-color: #ddd;
}

    .cart-table .product-detail {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
    }

        .cart-table .product-detail .pr-img {
            width: calc(60px + (83 - 60) * ((100vw - 320px) / (1920 - 320)));
            height: auto;
        }

        .cart-table .product-detail .details .sold-by {
            font-size: 14px;
            color: #767676;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

    .cart-table .price {
        font-weight: 500;
        color: #767676;
    }

.css-product-thumbnail-2 {
    max-width: 150px;
    max-height: 150px;
}

.form-check-input {
    border-color: black;
}