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

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

}

@media(max-width: 768px) {
    .selectBox {
        display: flex;
        flex-direction: column;
    }
}

.custom_css_select {
    max-width: auto;
}

.section_data {
    padding: 10px 0;
}

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

.selectBox p {
    font-size: 13px;
}

.customInputClass :global(input) {
    padding: 10px 0px 10px 10px !important;
}

.customCssBtn {
    padding: 9px 10px !important;
}

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

.primary_btn, .primary_btn:hover {
    font-size: 15px;
    padding: 5px 20px;
    margin-left: auto;
    display: block;
}


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

.option_button .purchase_detail {
    display: none;
}

@media(max-width: 768px) {
    .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;
    }
}


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

.address_box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

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

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

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

.select_button button {
    width: 100%;
    display: block;
    margin: auto;
    padding: 5px 10px;
}

.stored_address {
    height: 80px;
    overflow-y: auto;
}

.stored_shipping_address {
    padding-bottom: 20px;
}

.selected {
    background-color: var(--primary);
    color: var(--primary-text);
}

.select_button button:disabled {
    color: var(--primary-text) !important;
}

.adress_add_button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adress_add_button button {
    padding: 5px 20px !important;
}

.address_box hr {
    margin-bottom: 10px;
}

.loader svg {
    stroke: var(--primary);
}


.loader {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
}

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

.dial_code {
    position: relative;
}

.customClass {
    min-width: 800px;
}


.customInputClass :global(input) {
    padding: 10px 0px 10px 10px !important;
}

.customCssBtn {
    padding: 9px 10px !important;
}

.customBtn {
    padding: 3px 15px;

}

.overLayFooter {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.seperator_text {
    text-align: center;
    font-size: 17px !important;
}

.btnLoader svg {
    stroke: #fff;
    width: 24px;
    height: 24px;
}

.delivery_type {
    margin: 20px 0;
}

.delivery_type label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}