.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: 14px;
    margin-bottom: 3px;
}

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

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

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

.option_button {
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: var(--primary);
}

@media(max-width: 768px) {
    .option_button {
        bottom: 65px;
    }
}

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


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

.button_layer_footer {
    height: 100px;
}

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

.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 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.select_button button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.select_button button svg {
    font-size: 17px;
}



.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;
}

.customClass {
    min-width: 800px;
}

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

.customBtn {
    padding: 3px 15px;

}

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


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

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

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

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

.dial_code {
    position: relative;
}