body {
    padding: 0px;
    margin: 0px;
    background-color: #F7F7F7;
}

a {
    text-decoration: none;
    font-family: 'Rubik';
}

.nav_space {
    height: 70px;
    width: 100%;
}

.nav {
    width: calc(100vw - 60px);
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 30px;
    gap: 20px;
    position: fixed;
    z-index: 5;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
}

#nav_payment {
    justify-content: space-between;
    padding-left: 20%;
    padding-right: 20%;
    width: calc(100vw - 40%);
}

.nav_arabic_pay {
    width: auto;
    height: 12px;
}

.nav_arabic_pay:hover {
    cursor: not-allowed;
}

.mobile_payment_cancel {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #838894;
    display: none;
    transition: 0.2s;
}

.mobile_payment_cancel_link {
    display: none;
}

.mobile_payment_cancel:hover {
    cursor: pointer;
    text-decoration: underline;
}

.nav_logo {
    width: auto;
    height: 22px;
}

.nav_logo {
    cursor: pointer;
}

.nav_order_options {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 15px;
}

.nav_order_option {
    padding: 4px 8px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.25px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    transition: 0.2s;
    width: max-content;
    color: rgb(189 189 189 / 90%);
    border: 2px solid rgba(106, 110, 123, 0.1);
    align-items: center;
}

.nav_order_option:hover {
    cursor: not-allowed;
}

#nav_order_option_chosen:hover {
    cursor: pointer;
}

.nav_center {
    display: flex;
    flex-direction: row;
    width: -webkit-fill-available;
    justify-content: end;
    align-items: center;
}

.select_location {
    background: rgb(255 255 255 / 30%);
    border: 1px solid #b0171f;
    border-radius: 6px;
    height: 100%;
    width: auto;
    max-width: 250px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 5px 10px;
    transition: 0.2s;
}

.select_location:hover {
    cursor: pointer;
    opacity: 50%;
}

.select_location_left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.select_location_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.select_location_right_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #393F52;
    text-transform: uppercase;
    align-items: flex-end;
}

.select_location_right_bottom {
    display: flex;
    flex-direction: column;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: rgba(57, 63, 82, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
}

.select_location_right_top_button {
    background: #b0171f;
    border-radius: 2px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #000000;
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 3px 5px;
}
.select_location_left_geo {
    height: 20px;
    width: auto;
}

.select_location_left_chevron_bottom {
    width: 6.5px;
    height: auto;
    filter: brightness(0);
    color: #000000;
}

.nav_right {
    display: flex;
    flex-direction: end;
    gap: 20px;
    align-items: center;
}

.nav_cart {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    background-color: #FFFFFF;
    width: auto;
    gap: 20px;
    align-items: center;
}

.nav_cart_left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    align-items: center;
}

.items_cart {
    width: 40px;
    height: auto;
}

.nav_cart_amount_of_items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    align-items: flex-start;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #333333;
}

.nav_cart_right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    box-shadow: 0px 2px 20px rgba(57, 63, 82, 0.2);
    border-radius: 4px;
    padding: 7.4px 8px 7.8px;
    height: 36px;
    transition: 0.2s;
}

.nav_cart_right:hover {
    cursor: pointer;
}

.nav_cart_total {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.nav_cart_total_price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
#cart_VAT {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 8px;
    color: #fff;
    white-space: normal;
    max-width: 70px;
}

.view_cart_button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    align-items: center;
}
.cart_chevron_right {
    height: 10px;
    width: auto;
}

.index_promo {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}

.index_promo_img {
    object-fit: cover;
    flex-shrink: 0;
    transition: transform 1s ease;
    width: 100%;
}

.promo_indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: auto;
}

.promo_indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    margin: 0 5px;
    opacity: 0.3;
    cursor: pointer;
}

.promo_indicator.active {
    opacity: 0.9;
}

.allcategories {
    display: flex;
    flex-direction: row;
    gap: 0px;
    flex-wrap: nowrap;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2.17631px 7.61708px rgba(155, 204, 244, 0.243);
    position: sticky;
    top: 70px;
    z-index: 4;
}

.menu_icon {
    display: none;
}

.allcategories_scroll {
    display: flex;
    flex-direction: row;
    gap: 0px;
    height: auto;
    padding: 10px 20px;
    width: 100vw;
    overflow-x: scroll;
}

.allcategories_scroll::-webkit-scrollbar {
    height: 6px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, .1);
    transition: 0.2s;
}

.allcategories_scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 999px;
    transition: 0.2s;
    height: 4px;
}

.allcategories_scroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .4);
}

.allcategories_scroll_category {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.39998px;
    color: rgba(106, 110, 123, 0.6);
    height: 100%;
    width: auto;
    padding: 17px 12px;
    transition: 0.2s;
    text-transform: capitalize;
    height: auto;
    white-space: nowrap;
}

.allcategories_scroll_category:hover {
    cursor: pointer;
}

#allcategories_scroll_category_chosen {
    border-radius: 10px;
}

.categories_list {
    display: flex;
    flex-direction: column;
    padding: 50px 0px;
    gap: 50px;
    height: fit-content;

}

.category_top {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 125px;
    margin-right: 125px;
}

.category_top_top {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #393F52;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.pseudo {
    width: 40px;
    height: 4px;
}

.category_items {
    display: flex;
    flex-direction: row;
    gap: 40px;
    overflow-x: scroll;
    padding-left: 125px;
    padding-right: 125px;
}

.category_items::-webkit-scrollbar {
    height: 0px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, .1);
    transition: 0.2s;
}

.category_items::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 999px;
    transition: 0.2s;
    height: 0px;
}

.category_items::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .4);
}

@keyframes bounceAndGrow {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.add_to_cart_button.animate {
    animation: bounceAndGrow 0.3s;
}


.item {
    margin-top: 125px;
    margin-bottom: 45px;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    height: 280px;
    background: #FFFFFF;
    box-shadow: 0px 4px 2px rgba(217, 221, 230, 0.8);
    border-radius: 20px 20px 6px 6px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.item_pic {
    position: absolute;
    height: 210px;
    width: 210px;
    left: 10px;
    top: -125px;
    border-radius: 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}

.item_name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #393F52;
    margin-top: 90px;
    border-bottom: 0.8px solid rgba(57, 63, 82, 0.2);
    padding-bottom: 10px;
    height: 50px;
}

#love {
    width: 17px;
    height: auto;
}

.item_about {
    margin: 10px 0px;
    margin-bottom: 20px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #6A6E7B;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    height: 30px;
}

.item_price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    background: #F0F4FA;
    border-radius: 6px;
    padding: 5px 5px;
}

.item_price_left {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.item_price_left_top {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #707584;
    text-decoration: line-through;
}

.item_price_left_bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 5px;
}

.item_new_Price {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #393F52;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 3px;
}
.item_discount {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    color: #df0000;
    white-space: nowrap;
}

.item_price_right {
    background: #FFFFFF;
    border-radius: 10px;
}

.item_price_offer_timer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 5px 5px;
    gap: 5px;
    align-items: center;
}

.item_price_offer_timer_right {
    background: #b0171f;
    border: 1px solid #b0171f;
    border-radius: 6px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px;
    width: min-content;
}

.item_price_offer_timer_left {
    display: flex;
    flex-direction: column;
    gap: 0px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    color: #393F52;
    text-transform: uppercase;
}

.add_to_cart_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #b0171f;
    box-shadow: 0px 11.5338px 11.5338px rgba(228, 0, 43, 0.1);
    border-radius: 10px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    padding: 00px 20px;
    position: absolute;
    bottom: -18px;
    height: 36px;
    left: 45px;
    right: 45px;
    transition: 0.2s;
    color: #9e9e9e;
}

.add_to_cart_button:hover {
    cursor: pointer;
    color: #FFFFFF;
}

.footer {
    width: 100%;
    height: auto;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    margin-top: 50px;
}

#footer_logo {
    width: 64px;
    height: auto;
}

.footer_disclaimer {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    opacity: 50%;
    width: 550px;
    text-align: center;
}

.Footer_soialMenu__1YbWJ ul {
    list-style: none;
}

.Footer_soialMenu__1YbWJ a {
    color: white;
}
.MuiLink-underlineHover {
    text-decoration: none;
}
.Footer_soialMenu__1YbWJ li {
    display: inline-block;
    padding: 0 2.6rem;
    color: var(--clr-light-100);
    font-size: 1.9rem;
    font-weight: 500;
}
.social_list {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.social {
    width: 20px;
    height: auto;
}

.footer_copyright {
    margin-bottom: 2vh;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    opacity: 0.5;
}

.footer_pattern {
    width: 64px;
    height: auto;
}

.shake {
    animation: shake 0.5s;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}

.shake-animation {
    animation: shake 0.5s;
}

.choose_delivery_address {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100vh;
    width: 100vw;
    z-index: 5;
    justify-content: flex-start;
    align-items: flex-start;
    transition: 0.5s;
}

.opacity_black {
    background-color: #000000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.choose_delivery_address_frame {
    position: fixed;
    height: fit-content;
    width: 600px;
    background: #FFFFFF;
    border-radius: 0px 0px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 0px;
    margin-top: 70px;
    margin-left: 117px;
    padding-bottom: 20px;
    transform: translateY(-100%)
}

@keyframes slideIn {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}


.show_frame {
    bottom: 0;
}

.pattern_red {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0px;
}

.mob_frame {
    display: block;
}

#pattern_red {
    width: 64px;
    height: auto;
}

.head1 > div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.summary_delivery_select_location_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.head1 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    width: 100% -40px;
    color: #393F52;
    background: #FFFFFF;
    padding: 20px 20px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}

#head_blue {
    background: rgba(224, 240, 255, 0.7);
    border: none;
    padding-bottom: 20px;
    justify-content: flex-start;
}

#delivery_head1 {
    height: 42px;
    width: auto;
}

#arrow_head1 {
    height: 14px;
    width: auto;
}

.user_input {
    width: 100%;
    padding: 5px;
    border: none;
    border-bottom: 2px solid rgba(57, 63, 82, 0.1);
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #393F52;
    opacity: 0.5;
    background-color: transparent;
    box-sizing: border-box;
}

.user_input:active, :focus {
    outline: 0;
    outline-offset: 0;
    height: auto;
}

.type_address {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: auto;
    height: 24px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

#close {
    display: flex;
    justify-self: flex-end;
    padding: 12px;
    border-radius: 12px;
    transition: 0.2s;
}

#close:hover {
    background-color: #F0F4FA;
    cursor: pointer;
}

#geo_flag {
    width: auto;
    height: 24px;
    border-radius: 4px;
}

.tag_location {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #393F52;
    padding: 0px 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    white-space: nowrap;
}

#tag_location_left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
}

.tag_location_types {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 16px;
    color: #6A6E7B;
    text-transform: uppercase;
}

.tag_location_type {
    padding: 6px 10px;
    background: rgba(169, 189, 208, 0.4);
    border-radius: 4px;
}

.tag_location_type:hover {
    cursor: pointer;
    background: rgba(169, 189, 208, 0.6);
    color: #393F52;
}

#tag_location_type_default {
    color: #FFFFFF;
}

.continue_button {
    border-radius: 4px;
    padding: 16px 28px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.39998px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    white-space: nowrap;
}

.continue_button:hover {
    cursor: pointer;
}

.cart_body {
    display: flex;
    flex-direction: row;
    width: 100% -110px;
    height: auto;
    gap: 40px;
    margin-left: 55px;
    margin-right: 55px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.cart_body_left {
    width: 170%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 2.17631px 7.61708px rgba(155, 204, 244, 0.243);
    border-radius: 10px;
}

.cart_body_right {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 2.17631px 7.61708px rgba(155, 204, 244, 0.243);
    border-radius: 10px;
    padding-bottom: 20px;
    position: sticky;
    top: 110px;
}

.cart_body_p1 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    color: #393F52;
    border-bottom: 0.8px solid rgba(57, 63, 82, 0.1);
    width: 100% -40px;
    height: auto;
    padding: 00px 20px;
}

.busket_list {
    margin: 20px 20px;
    background: rgba(169, 189, 208, 0.2);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 100% -40px;
    gap: 20px;
    padding: 20px;
}

.checkout_list {
    margin: 20px 20px;
    background: rgba(169, 189, 208, 0.2);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 100% -40px;
    gap: 20px;
    padding: 20px;
}

.busket_item_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.busket_item {
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    box-shadow: 0px 2.17631px 7.61708px rgba(155, 204, 244, 0.243);
    border-radius: 6px;
    padding: 20px;
    justify-content: space-between;
}

.busket_item_name {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #393F52;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
}

.busket_item_discount {
    border-radius: 6px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #FB8D45;
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 0px;
    background: rgba(251, 141, 69, 0.1);
    border-radius: 4px;
    padding: 4px 10px;
    white-space: nowrap;
}

.busket_item_discount:hover {
    cursor: not-allowed;
}

.busket_item_icon_discount {
    width: 22px;
    height: auto;
    margin-right: 7px;
}

.busket_item_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.busket_item_img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    margin-left: 20px;
}

.busket_item_price {
    display: flex;
    flex-direction: row;
    gap: 3px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #393F52;
}

.busket_item_price_old {
    display: flex;
    flex-direction: row;
    gap: 3px;
    color: rgb(131, 135, 150);
    text-decoration: line-through;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.busket_item_prices {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: flex-end;
}

.back_button {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.34284px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.6s;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #000000;
    display: none;
    width: max-content;
    text-transform: uppercase;
}

.back_button:hover {
    cursor: pointer;
    background-color: #FFFFFF;
}

.add_remove {
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #393F52;
    align-items: center;
}

.busket_remove {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(57, 63, 82, 0.16);
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    transition: 0.2s;
}

.busket_remove:hover {
    cursor: pointer;
    box-shadow: 0px 6px 10px rgba(57, 63, 82, 0.1);
}

.busket_add {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #FFFFFF;
    box-sizing: border-box;
    transition: 0.2s;
}

.busket_add:hover {
    cursor: pointer;
}

#order_summary {
    background-color: #F2F9FF;
    border: none;
}

.summary_delivery {
    padding: 20px;
    height: auto;
    width: 100% -40px;
}

#summary_delivery_top {
    white-space: nowrap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #393F52;
    text-transform: none;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.summary_delivery_address {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: rgba(57, 63, 82, 0.8);
    align-items: flex-end;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.summary_delivery_select_location {
    width: 100% -40px;
    background: #FFFFFF;
    box-shadow: 0px 2.17631px 7.61708px rgba(155, 204, 244, 0.243);
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 20px;
}

.summary_delivery_address > span:hover {
    cursor: not-allowed;
}

.house {
    height: 30px;
    width: auto;
}

.summary_delivery_select_location_right_top_button {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.34284px;
    text-transform: uppercase;
    color: #E4002B;
    transition: 0.6s;
    padding: 4px 8px;
    border-radius: 4px;
}

.summary_delivery_select_location_right_top_button:hover {
    cursor: pointer;
    background-color: #000;
}

.total_busket {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100% -80px;
    background: #FFFFFF;
    box-shadow: 0px 2.17631px 7.61708px rgba(155, 204, 244, 0.243);
    border-radius: 6px;
    gap: 20px;
    margin: 0px 20px;
    margin-bottom: 20px;
}

.sep_bl {
    width: 100%;
    height: 3px;
}

.busket_vat {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.1px;
    color: #FB8D45;
    display: flex;
    flex-direction: row;
    gap: 2px;
}

.summary_total_button {
    width: 100% -80px;
    padding: 15px 20px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0px 2px 20px rgba(57, 63, 82, 0.2);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: 0.4s;
}

.summary_total_button:hover {
    cursor: pointer;
}

.subtotal_total_busket {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.summary_price {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #393F52;
    display: flex;
    flex-direction: row;
    gap: 3px;
}

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

.summary_total_button_Price {
    font-style: normal;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000;
}

#vat_text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    color: #393f52;
}

.summary_total_button_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #2b2b2b;
    gap: 10px;
}

.summary_total_chevron_right {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(0);
}

#checkout_user_input {
    background-color: none;
    border: none;
    box-shadow: 0px 2.17631px 7.61708px rgba(155, 204, 244, 0.243);
    border-radius: 6px;
    text-transform: capitalize;
    color: #393F52;
    opacity: 0.6;
    padding-left: 20px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
}

.checkout_input {
    background-color: #FFFFFF;
    border: none;
    padding: 15px 20px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #393F52;
    letter-spacing: 0.1px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 6px;
    box-shadow: 0px 2.17631px 7.61708px rgba(155, 204, 244, 0.243);
}

.checkout_total_items_and_price {
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: auto;
    width: 100% -40px;
    box-shadow: 0px 2.17631px 7.61708px rgba(155, 204, 244, 0.243);
    margin: 20px;
}

.checkout_total_items_and_price_bottom {
    background: #DFEFFF;
    border: 1px dashed #8FBFF0;
    box-shadow: 0px 2.17631px 7.61708px rgba(155, 204, 244, 0.243);
    border-radius: 0px 0px 6px 6px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #393F52;
}

.checkout_total_price {
    font-family: 'Rubik';
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.checkout_total_items_and_price_top {
    background: #FFFFFF;
    border-radius: 6px 6px 0px 0px;
    display: flex;
    flex-direction: row;
    padding: 16px;
    gap: 20px;
}

.checkout_total_items_and_price_top_left {
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #393F52;
}

.checkout_total_items_and_price_top_right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: rgba(57, 63, 82, 0.8);
    white-space: normal;
    height: max-content;
}

.payment_body {
    padding-left: 20%;
    padding-right: 20%;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    width: -webkit-fill-available;
    gap: 10px;
    background-color: #FFFFFF;
    height: calc(100vh - 85px);
}

.payment_body_top {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: -webkit-fill-available;
}

#reference_num {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}



.payment_lefting {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 50px;
}

#cancel_payment_aaa:hover {
    cursor: pointer;
    text-decoration: underline;
}

.payment_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #E7F3FF;
    border-radius: 4px;
    padding: 7px 14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #375265;
    align-items: center;
    width: -webkit-fill-available;
}

.payment_info_block {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

#total_pay {
    flex-direction: row;
    gap: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.cancel_body_button {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 12.8px;
    line-height: 19px;
    color: #375265;
}

.payment_body_bottom {
    display: grid;
    grid-template-columns: 40% 60%;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.payment_body_bottom_left {
    display: flex;
    flex-direction: column;
    background: #F3F6F9;
    height: -webkit-fill-available;
}

.select_Pay_method {
    padding: 14px 22px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #375265;
}

.visa_mc {
    background: #FFFFFF;
    padding: 12px 22px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #404553;
    align-items: center;
}

.visa_mc_icons_List {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
}

.valid_check {
    font-family: Inter;
    font-size: 8px;
    color: #b0171f;
    justify-content: end;
    transition: 1s;
    text-align: right;
    line-height: 12px;
}

.visa_mc_icons {
    width: auto;
    height: 30px;
}

#card-form {
    width: auto;
}

.payment_body_bottom__right {
    display: flex;
    flex-direction: column;
    padding: 15px 22px;
    gap: 19px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    padding-right: 0px;
    width: -webkit-fill-available;
}

.card_save {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #856404;
    background: #FFF3CD;
    border: 1px solid #FFEEBA;
    border-radius: 4px;
    padding: 12px 22px;
    width: 100%;
    width: -webkit-fill-available;
}

.pay_now_button {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    width: -webkit-fill-available;
    transition: 0.2s;
}

.pay_now_button:hover {
    cursor: pointer;
    background: #404553;
}

.card_details {
    padding: 22px 17px;
    background: #FFFFFF;
    border: 1px solid #E6EBF3;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: -webkit-fill-available;
}

#card {
    width: 60%;
}

#month {
    width: 80px;
}

#cvv {
    width: 60px;
}

.card_details_input {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.card_details_input > span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #404553;
}

.user_card_details_input {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6A6E7B;
    padding: 15px;
}

#loader-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 18;
    display: none;
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: fixed;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
    display: none;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 6px transparent;
    border-radius: 50%;
}

.category_bottom {
    position: relative;
}

.chevron-left {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    position: absolute;
    left: 38px;
    top: 40%;
    z-index: 3;
    transition: 0.3s;
}

.chevron-left > img {
    width: 20px;
    height: auto;
}

.chevron-right {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    position: absolute;
    right: 38px;
    top: 40%;
    z-index: 3;
    transition: 0.2s;
}

.chevron-right > img {
    width: 20px;
    height: auto;
}

.chevron-right:hover, .chevron-left:hover {
    scale: 1.1;
    cursor: pointer;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#paybold {
    font-weight: 700;
}


@media screen and (min-width: 200px) and (max-width: 1023px) {
    .index_promo {
        height: auto;
        max-height: 300px;
    }

    .index_promo_img {
        height: 150px;
        position: relative;
    }


    .select_location {
        max-width: 200px;
    }

    .menu_icon {
        display: flex;
    }

    .allcategories_scroll {
        display: flex;
        flex-direction: row;
        gap: 0px;
        height: 50px;
        padding: 0px;
        width: 100%;
        overflow-x: scroll;
        margin-left: 4px;
    }

    .allcategories_scroll::-webkit-scrollbar {
        height: 0px;
        border-radius: 999px;
        background-color: rgba(0, 0, 0, .1);
        transition: 0.2s;
    }

    .allcategories_scroll::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .2);
        border-radius: 999px;
        transition: 0.2s;
        height: 0px;
    }

    .allcategories_scroll::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, .4);
    }

    #allcategories_scroll_category_chosen {
        background: none;
        border-radius: 0px;
        font-weight: 700;
    }

    .footer_disclaimer {
        width: 70%;
    }

    .nav_order_options {
        display: none;
    }

    .lang_arabic {
        display: none;
    }

    .nav_separator {
        display: none;
    }

    .cart_items_amount {
        background-color: #FFFFFF;
        color: #000000;
        font-weight: 700;
        bottom: 31px;
        left: 30px;
    }

    .nav {
        padding: 10px 16px;
        gap: 0px;
        justify-content: space-between;
        width: calc(100vw - 32px);
    }

    .nav_center {
        width: auto;
    }

    .categories_list {
        padding: 25px 0px;
    }

    .category_top {
        margin-left: 16px;
        margin-right: 16px;
    }

    .category_items {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav_cart {
        position: fixed;
        z-index: 3;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: auto;
        padding: 16px;
        box-shadow: 0px -3px 9px rgba(0, 0, 0, 0.1);
        justify-content: flex-end;
        width: 100% -32px;
        justify-content: space-between;
    }

    .footer {
        padding-bottom: 83.2px;
    }

    .choose_delivery_address_frame {
        margin-left: 0px;
        width: 100%;
        border-radius: 0px;
        padding-bottom: 10px;
    }

    .tag_location {
        flex-direction: column;
    }

    .continue_button {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .cart_body {
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 20px;

    }

    .busket_item {
        flex-direction: column;
        width: calc(100vw - 80px);
        padding: 10px 20px;
    }

    .busket_item_left {
        flex-direction: row;
        gap: 00px;
    }

    .busket_item_right {
        gap: 10px;
        justify-content: space-between;
    }

    .busket_list {
        width: calc(100vw - 40px);
        padding: 20px;
        margin: 0px;
        background: none;
    }

    .checkout_list {
        width: calc(100vw - 40px);
        padding: 20px;
        margin: 0px;
        background: none;
    }


    .busket_item_discount {
        display: none;
    }

    .cart_body_left {
        width: calc(100vw);
        border-radius: 0px;
    }

    .cart_body_right {
        border-radius: 0px;
    }

    .busket_item_name {
        font-size: 13px;
        line-height: 13px;
    }

    .add_remove {
        scale: 0.8;
    }

    .busket_item_price {
        font-size: 12px;
        line-height: 12px;
    }

    .busket_item_price_old {
        font-size: 10px;
        line-height: 10px;
    }

    .cart_body_right {
        margin-bottom: 0px;
    }

    .footer {
        margin-top: 25px;
    }

    .cart_body {
        gap: 25px;
    }

    .cart_body_p1, #order_summary {
        background-color: #b0171f;
        border: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        color: #FFFFFF;
    }

    .back_button {
        display: flex;
        height: max-content;
    }

    #nav_payment {
        padding: 16px 26px;
        width: calc(100vw - 52px);
    }

    .mobile_payment_cancel {
        display: flex;
    }

    .mobile_payment_cancel_link {
        display: flex;
    }

    .payment_body {
        padding: 0px;
        gap: 0px;
    }

    #cancel_payment_aaa {
        display: none;
    }

    .payment_info {
        flex-direction: column;
        gap: 10px;
        box-sizing: border-box;
    }

    #total_pay {
        align-self: flex-end;
        font-weight: 500;
    }

    .payment_body_bottom {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .payment_body_bottom_left {
        padding-bottom: 0px;
        display: none;
    }

    .payment_body_bottom__right {
        padding-right: 20px;
    }

    .card_details {
        flex-wrap: wrap;
        width: -webkit-fill-available;
        flex-direction: row-reverse;
    }

    #card {
        width: 100%;
    }

    .payment_lefting {
        border-bottom: 1px solid #8190A5;
        padding-bottom: 10px;
        justify-content: space-between;
    }

    .select_Pay_method {
        display: none;
    }

    .payment_info {
        border-radius: 0px;
    }

    .chevron-left {
        display: none;
    }

    .chevron-right {
        display: none;
    }
}

/* ==========================================
   Brand Colors and Loader Styles
   ========================================== */

#loading-bar-spinner.spinner .spinner-icon {
    border-top-color: #b0171f !important;
    border-left-color: #b0171f !important;
}

#nav_order_option_chosen {
    color: #000000;
    border: 2px solid #b0171f;
}

.nav_cart_right {
    background: #b0171f;
    transition: transform 0.2s ease;
}

#allcategories_scroll_category_chosen {
    background: rgba(228, 0, 43, 0.05);
    color: #b0171f;
}

.allcategories_scroll_category:hover {
    color: #b0171f;
}

.add_to_cart_button {
    border: 1px solid #b0171f;
    color: #fff;
}

#tag_location_type_default {
    background-color: #b0171f;
}

.continue_button {
    background: #b0171f;
    box-shadow: 0px 6px 10px rgba(222, 0, 0, 0.2);
}

.continue_button:hover {
    background: #ab001f;
    box-shadow: 0px 6px 10px rgba(222, 0, 0, 0.3)
}

.add_to_cart_button:hover {
    background-color: #b0171f;
}

.chevron-left,
.chevron-right {
    background: #b0171f;
}

.footer {
    background: #393f52;
}

.busket_add {
    background: #b0171f;
    box-shadow: 0px 6px 10px rgba(222, 0, 0, 0.2);
}

.busket_add:hover {
    background: #ae0020;
    box-shadow: 0px 6px 10px rgba(175, 0, 0, 0.2);
}

.back_button:hover {
    color: #b0171f;
}

.icon_address_type {
    width: 100%;
    max-width: 1.7rem;
}

.summary_total_button {
    background: #b0171f;
}

.visa_mc {
    border-left: 4.8px solid #b0171f;
}

.pay_now_button {
    background: #b0171f;
}

/* ==========================================
   Modal Styles
   ========================================== */

.modal {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
    font-family: 'Rubik';
    font-style: normal;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 40px;
    border: 2px solid #ffcf24;
    border-radius: 12px;
    max-width: 400px;
}

.modal-headliner {
    margin: 4vh auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.modal-continue-btn {
    border: none;
    background: #b0171f;
    font-weight: 600;
    font-size: large;
    padding: 10px;
    border-radius: 4px;
    margin: 3vh auto 0;
    display: block;
    cursor: pointer;
    color: #fff;
}

.modal-continue-btn:hover {
    background: #e6b323;
}

.close {
    color: #b0171f;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}