.selectBox {
    display: grid;
    column-gap: 10px;
    row-gap: 20px;
    width: 100%;
    color: var(--secondary-text);
}

.section_data_payment {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    column-gap: 10px;
    row-gap: 20px;
    width: 100%;
}

.section_data_payment p {
    margin: 0;
    padding-right: 5px;
    font-size: 13px !important;

}

@media(max-width: 768px) {
    .section_data_payment {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 350px) {
    .selectBox {
        text-align: center;
    }
}

.selectBox p {
    margin: 0;
    padding-right: 5px;
    font-size: 13px;
}

.selectBox span {
    width: 100%;
    display: block;
    color: #000;
}


.section_data {
    padding: 10px 0;
}

.section_data p {
    font-size: 15px;

}


.option_button {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.primary_btn, .primary_btn:hover {
    color: var(--primary-text);
    font-size: 15px;
    padding: 5px 20px;
}


.button_layer_footer {
    height: 100px;
    display: none;
}

.secondary_btn, .secondary_btn:hover {
    border-width: 1.2px;
    font-size: 15px;
    padding: 5px 20px;
}

.option_button .purchase_detail {
    display: none;
}

.pickup_date_input {
    max-width: 150px;
}

.error_message {
    color: var(--red);
    font-weight: 400;
    font-size: 16px;
    user-select: none;
}

@media(max-width: 768px) {
    .error_message {
        font-weight: 400;
        font-size: 14px;
    }

    .secondary_btn, .secondary_btn:hover {
        border-width: 1.2px;
        font-size: 15px;
        padding: 5px 20px;
    }


    .button_layer_footer {
        display: block;
    }

    .primary_btn, .primary_btn:hover {
        font-size: 15px;
        padding: 5px 20px;
    }

    .option_button {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        background-color: var(--secondary);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        bottom: 65px;
    }
}


.product_image img {
    position: relative !important;
    max-width: 100px;
    max-height: 125px !important
}

.product_data {
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.product_section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-bottom: 5px;
}

@media(max-width: 768px) {
    .product_section {

        display: flex;
        flex-direction: column;
        row-gap: 20px;

    }

    .product_data {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }


    .product_image img {
        max-width: 120px;
    }
}

.stored_name {
    font-size: 18px !important;
    font-weight: 400;
    padding-bottom: 5px;
    margin: 0;
}

.stored_name span {
    color: var(--primary);
}

.stored_address {
    font-size: 13px;
    overflow-y: auto;
}

.stored_address p {
    font-size: 13px;
    margin: 0;
}

.total_calculation {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.purchase_detail {
    display: table;
    text-align: right;
    white-space: nowrap;
    margin-right: 15px;

}

.purchase_data {
    display: table-row;
    color: var(--primary-text);
}

.title_dark {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500 !important;
}

.purchase_title {
    display: table-cell;
    font-weight: 400;
    padding-left: 10px;
}

.purchase_value {
    padding-left: 10px;
    display: table-cell;
    font-weight: 500;
}

.color_dark {
    color: var(--secondary-text);
    font-size: 15px;
}

@media(max-width: 768px) {
    .color_dark {
        font-size: 14px;
        font-weight: 300 !important;
    }

    .purchase_title {
        font-weight: 4300;
    }

    .title_dark {

        font-size: 14px;
    }

}

.flex_data {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.delivery_charge_text {
    font-weight: 300;
}

.box_design {
    border: 10px;
    padding: 20px;
    box-shadow: 0 3px 10px #ebebeb;
}


.review_form {
    display: grid;
    row-gap: 20px;
}

@media(max-width: 768px) {
    .review_form {
        padding-bottom: 50px;
    }
}

.product_price {

    display: flex;
    align-items: center;
    justify-content: center;

}

.product_price p:last-child {
    margin: 0;
}

.product_price p {
    font-size: 15px;
}

@media(max-width: 768px) {
    .product_price {
        display: flex;
        justify-content: flex-end;
    }
}

.review_form hr {
    margin-bottom: 8px;
}

.table_right {
    margin-left: auto;
}

.saving_text {
    color: var(--green);
}

.total .purchase_title {
    font-size: 20px;
    color: #000;
}

.total .purchase_value {
    font-size: 20px;
    color: var(--green);
}

.total_price {
    text-decoration: line-through;
    color: var(--secondary-text);
}

.submitLoader svg {
    stroke: var(--primary-text);
    width: 24px;
    height: 24px;
}

.submitLoaderDiscount svg {
    stroke: var(--primary);
    width: 24px;
    height: 24px;
}


.payment_section {
    display: flex;
    column-gap: 15px;
    margin-bottom: 10px;
}

.payment_section_radio {
    display: flex;
    align-items: center;
    column-gap: 5px;
    row-gap: 5px;
}

.payment_section_radio label {
    margin: 0;
    font-size: 14px;
    flex-shrink: 0;
}

.error {
    border: 0.5px solid var(--red) !important;
}

@media(max-width: 768px) {
    .payment_section {
        flex-direction: column;
        margin-bottom: 15px;
        row-gap: 3px;
    }
}

.discount_input {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 10px;
}

.applied_discount {
    color: var(--green);
    font-size: 16px;
}

.discount_code_err {
    color: var(--red);
    text-align: left;
    margin-top: 3px;
}

.discount_percentage {
    color: var(--green);
}

.loader {
    display: flex;
    align-items: center;
    height: 20vh;
}

.bank_details {
    margin: 15px 0;
}

.bank_details p {
    margin-bottom: 3px;
    font-size: 14px;
}

.bankError {
    color: var(--red);
    font-size: 14px !important;
    margin: 20px 0 5px 0;
}

.discount_message>* {
    font-size: 14px !important;
    margin-top: 5px;
}

.cod_message {
    font-size: 14px !important;
    margin: 20px 0 5px 0;
}

.cod_message span {
    font-weight: 400;
}

.shipping_btn {
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 8px 15px;
    margin-right: 10px;
    font-weight: 400;
    line-height: 1.3;
    cursor: pointer;
    user-select: none;
    font-size: 13px;
}

.shipping_btn span {
    font-weight: 300;
    font-size: 12px;
}

.shipping_btn.active {
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--primary-text);
}

.time_within {
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    color: var(--green);
}

.shipping_btn.active .time_within {
    color: var(--primary-text);
}

.pickupName {
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    color: var(--green);
    margin-bottom: 2px;
}

.shipping_btn.active .pickupName {
    color: var(--primary-text);
}

.pickup_selection span {
    margin-bottom: 2px;
}

.shipping_type_section {
    padding: 8px 0px;
}

.codChargeClass {
    margin-top: 10px;
    font-size: 13px;
    color: var(--green);
}

.datepicker {
    width: 100%;
    padding: 2px 10px 2px 25px !important;
}

.phoneInput {
    max-width: 220px;
}

@media(max-width: 768px) {
    .shipping_btn {
        width: 100%;
    }

    .pickup_selection {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
}