﻿#deliveryAlert,#pickupAlert {
    line-height: 1.2;
    color: red;
    float: right
}

.delivery_box input,.delivery_box select {
    font-size: 17px;
    height: 45px;
    font-weight: 400
}

.overlay-door .menu_overlay_section,.overlay-door .overlay-close {
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.overlay-door.open .menu_overlay_section,.overlay-door.open .overlay-close {
    opacity: 1
}

.overlay,.overlay-door.close .menu_overlay_section,.overlay-door.close .overlay-close {
    opacity: 0
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f9f9f9;
    z-index: 1000000000;
    overflow: auto;
    visibility: hidden;
    -webkit-transition: opacity .2s,visibility 0s .2s;
    transition: opacity .2s,visibility 0s .2s
}

.overlay-door {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s,visibility 0s .2s;
    transition: opacity .2s,visibility 0s .2s
}

.overlay-door.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.overlay-door.close {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.overlay_menu_scroll_parent,.popup_empty_cart_text {
    width: 100%
}

.overlay_menu_scroll_child {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    overflow: auto
}

#deliveryDropDown {
    display: none
}

.menu_overlay_section {
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    float: right;
    position: absolute;
    background-color: rgb(0 0 0 / 20%);
    display: table
}

.delivery_container {
    display: table-cell;
    vertical-align: middle
}

.delivery_box {
    float: right;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    position: relative
}

.delivery_box_logo_wrapper {
    float: right;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 1
}

.delivery_box_logo_back,.delivery_btn {
    align-items: center;
    box-sizing: border-box
}

.delivery_box_logo_back {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center
}

.pickup_btn_container,.pickup_btn_container:hover {
    color: #fff;
    background-color: #2d2d2d
}

.delivery_box_logo_wrapper img {
    width: 50px;
    height: 50px
}

.delivery_box_text_container {
    width: 100%;
    float: right;
    display: inline-block;
    text-align: center;
    margin-bottom: 7px
}

.delivery_box_title {
    width: 100%;
    float: right;
    line-height: 1.2em!important;
    margin-bottom: 3px!important
}

.delivery_box_button_section {
    width: 100%;
    float: right;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box
}

#futurePickup,#js--pickup_section,.datePickerPopup,.delivery_buttons_container,.delivery_popup_branches,.pickup_form_field {
    width: 100%;
    float: right
}

.pickup_btn_container {
    width: 100%;
    float: right;
    padding-top: 11px;
    padding-bottom: 12px;
    margin-bottom: 5px;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    border-bottom: 1px solid #2d2d2d;
    background-image: url(../../../images/System/popup_delivery_arrow.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 13px;
    font-weight: 400!important
}

.delivery_btn {
    width: 48.5%;
    height: 43px;
    padding: 0;
    float: right;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    direction: rtl;
    outline: 0;
    margin-left: 3%;
    color: #2d2d2d;
    background-color: rgb(243 214 108 / 0%);
    border: 1px solid #2d2d2d;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    position: relative
}

#backToStores,.pickup_btn_text,.pickup_btn_title {
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    direction: rtl
}

.delivery_btn:nth-of-type(2n) {
    margin-left: 0
}

.delivery_btn:active {
    transition: .1s;
    border: 1px solid #2d2d2d
}

.delivery_btn:hover {
    color: #2d2d2d;
    background-color: rgb(243 214 108 / 30%);
    border: 1px solid #2d2d2d
}

.delivery_btn_active {
    color: #2d2d2d!important;
    background-color: #F1B935!important;
    border: 1px solid #2d2d2d
}

.stores_btn_active {
    border: 1px #2d2d2d!important
}

#backToStores {
    width: 60px;
    float: left;
    padding-top: 7px;
    padding-bottom: 8px;
    cursor: pointer;
    box-sizing: border-box;
    outline: 0;
    color: #e10505;
    background-color: transparent;
    border: 1px solid #ccc
}

.pickup_btn_title {
    width: 100%;
    float: right;
    margin-bottom: 0;
    line-height: 1em
}

.pickup_btn_text {
    width: 100%;
    float: right;
    color: #fff
}

.formTextUp {
    width: 100%;
    float: right;
    margin-bottom: 3px;
    font-size: 16px;
    text-align: right;
    color: #2d2d2d
}

#deliveryAlert {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    direction: rtl
}

.delivery_popup_options {
    width: 100%;
    float: right;
    position: relative
}

#pickupAlert {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    direction: rtl;
    margin-top: 5px;
    margin-bottom: 10px
}

.continue_form_wrapper,.pickup_form_btn_container {
    width: 100%;
    float: none;
    position: relative;
    display: inline-block;
    margin-top: 0
}

.pickup_form_btn {
    height: 48px!important;
    width: 100%;
    border-radius: 2px!important;
    display: inline-block;
    transition: .2s;
    position: relative;
    top: 0;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 0!important;
    background-color: #231F20!important;
    color: #fff!important;
    box-shadow: 0 0 0 #231F20;
    font-size: 21px!important;
    font-weight: 500!important
}

.pickup_form_btn:active {
    top: 1px;
    box-shadow: 0 1px 0 #231F20;
    transition: .2s;
    border: 0!important
}

.pickup_form_btn:hover {
    background-color: #231F20!important
}

.continue_form_btn {
    height: 35px!important;
    font-size: 16px!important;
    font-weight: 400!important;
    text-align: center;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    outline: 0;
    color: #2d2d2d!important;
    background-color: #fff!important;
    border: 0 solid #ccc!important;
    border-radius: 5px!important;
    padding-bottom: 2px!important;
    margin-bottom: 0!important;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: underline
}

.add_min_orderp_opup_btn,.close_min_orderp_opup_btn,.close_refresh_btn,.go_to_store_products_btn {
    font-weight: 400;
    cursor: pointer;
    line-height: 1em;
    direction: rtl
}

#deliveryForm,#pickupDropdown,.delivery_pickup_container,.delivery_shipping_title {
    background-color: #fff;
    box-sizing: border-box
}

.continue_form_btn:hover {
    background-color: #F1B935!important
}

.overlay .overlay-close {
    width: 35px;
    height: 35px;
    left: 7px;
    top: 7px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #d00e38;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    border: none;
    outline: 0;
    z-index: 100;
    font-size: 23px
}

.overlay .overlay-close:hover {
    background-color: #a20b2c
}

.delivery_box {
    width: 420px;
    min-height: 585px;
    padding: 30px 40px 20px;
    margin-left: calc(50% - 210px);
    margin-right: calc(50% - 210px);
    border-radius: 2px
}

.delivery_box_logo {
    width: 100px;
    margin: auto
}

.delivery_box_title {
    margin-top: 0
}

.delivery_box_button_section {
    padding: 0;
    margin-top: 12px;
    margin-bottom: 15px
}

#pickupDropdown {
    float: right;
    width: 400px;
    padding: 10px;
    margin-left: calc(50% - 200px);
    margin-right: calc(50% - 200px);
    height: auto;
    bottom: -173px
}

#deliveryForm,.delivery_item,.delivery_items {
    width: 100%;
    float: right
}

.delivery_pickup_container {
    float: right;
    width: 100%;
    padding: 0;
    margin-top: 0
}

#deliveryForm {
    padding: 0;
    height: auto;
    bottom: -173px;
    text-align: center
}

.delivery_items {
    margin-top: 10px
}

.delivery_item {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px
}

.delivery_item:hover {
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px 1px rgb(0 0 0 / 8%)
}

.delivery_item_img {
    float: right;
    width: 100px;
    display: inline-block
}

.delivery_item_img img {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.js--btnStore {
    cursor: pointer
}

.delivery_item_content {
    float: right;
    width: calc(100% - 100px);
    box-sizing: border-box;
    direction: rtl;
    padding: 5px 10px;
    margin-right: 0
}

.delivery_item_name {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 18px;
    line-height: 1em
}

.delivery_item_title {
    float: right;
    width: 100%;
    direction: rtl
}

.delivery_shipping_title {
    float: right;
    width: 100%;
    direction: rtl;
    display: inline-block;
    margin-top: 0;
    padding: 15px 0 0;
    border-radius: 5px;
    z-index: 2;
    position: relative
}

.delivery_shipping_title .js--delivery_title {
    line-height: 1.4em
}

.popupMinOrder,.popupRefreshCartAlert {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    display: none;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000000000000000
}

.popup_min_order_content,.popup_refresh_cart_content {
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    top: calc(50% - 150px);
    border-radius: 3px;
    float: right;
    position: relative
}

.popup_refresh_cart_content {
    width: 300px;
    height: 300px;
    background-color: #fff;
    padding: 20px 40px;
    margin-left: calc(50% - 150px);
    margin-right: calc(50% - 150px);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center
}

.popup_empty_cart_icon,.popup_refresh_icon {
    width: 70px;
    margin-bottom: 10px
}

.popup_refresh_icon {
    float: right;
    margin-left: calc(50% - 35px);
    margin-right: calc(50% - 35px)
}

.popup_refresh_text {
    float: right;
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.addMinOrderPopup,.closeRefreshCartAlert,.go_to_store_products {
    width: 100%;
    float: right;
    text-align: center
}

.close_refresh_btn {
    width: 120px;
    float: right;
    height: 35px;
    display: table;
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #231F20
}

.close_refresh_btn:hover {
    background-color: #2d2d2d;
    color: #fff
}

.popup_min_order_content {
    width: 300px;
    height: 300px;
    background-color: #fff;
    padding: 20px;
    margin-left: calc(50% - 150px);
    margin-right: calc(50% - 150px);
    display: table
}

.popup_min_order_icon {
    float: right;
    width: 70px;
    margin-left: calc(50% - 35px);
    margin-right: calc(50% - 35px);
    margin-bottom: 5px
}

.popup_min_order_text,.popup_min_order_title {
    float: right;
    width: 100%;
    position: relative
}

.closeMinOrderPopup {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px
}

.close_min_orderp_opup_btn {
    float: left;
    width: 30px;
    height: 30px;
    display: table;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #c20c1a;
    border-radius: 50%
}

.close_min_orderp_opup_btn:hover {
    background-color: #e81021;
    color: #fff
}

.add_min_orderp_opup_btn,.go_to_store_products_btn {
    width: 120px;
    float: right;
    height: 35px;
    display: table;
    margin-left: calc(50% - 60px);
    margin-right: calc(50% - 60px);
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #2d2d2d
}

.delivery_box select,.info_popup_btn,.promotion_product_text {
    color: #2d2d2d;
    box-sizing: border-box
}

.add_min_orderp_opup_btn:hover,.go_to_store_products_btn:hover {
    background-color: #231F20;
    color: #fff
}

.promotion_product {
    width: 100%;
    float: right;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #2d2d2d;
    margin-bottom: 20px;
    margin-top: 15px
}

.promotion_product_image {
    float: right;
    width: 110px;
    margin-left: 10px
}

.promotion_product_content {
    float: right;
    width: calc(100% - 120px);
    margin-right: 0;
    padding-top: 0
}

.promotion_product_name {
    width: 100%;
    float: right;
    font-size: 16px;
    text-align: right;
    box-sizing: border-box;
    margin-bottom: 1px;
    font-weight: 700
}

.promotion_product_text {
    font-weight: 400;
    text-align: right;
    margin-bottom: 0;
    font-size: 14px
}

#futureTimeDelivery,.chooseBranch {
    margin-bottom: 10px
}

.promotion_product_price {
    width: auto;
    float: right;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    clear: none
}

.chooseBranch {
    width: 100%;
    float: right
}

.futureTimeMessage {
    width: 100%;
    float: right;
    margin-bottom: 0
}

.pickupAlert {
    width: 100%;
    float: right;
    direction: rtl
}

.change_delivery_type {
    float: right;
    width: 420px;
    height: 586px;
    position: fixed;
    top: calc(50% - 293px);
    right: calc(50% - 210px);
    left: calc(50% - 210px);
    border: 0 solid #2d2d2d;
    z-index: 1000000000000000!important;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 24px 0 rgba(32,47,57,0);
    box-sizing: border-box
}

.delivery_box input {
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #2d2d2d;
    border-radius: 2px;
    margin-bottom: 12px
}

.delivery_box select {
    width: 100%;
    padding: 0 7px;
    direction: rtl;
    border-radius: 2px;
    border: 1px solid #2d2d2d
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden
}

* html .ui-autocomplete {
    height: 100px
}

.ui-datepicker .highlight {
    background-color: #fc0!important;
    color: #2d2d2d!important
}

.info_popup_btn {
    width: auto;
    float: right;
    height: 30px;
    font-size: 16px;
    padding: 0 8px;
    margin-left: 15px;
    margin-top: 5px;
    background-color: rgb(243 214 108 / 80%);
    border-radius: 2px;
    direction: rtl;
    border: 0px solid #ccc;
    align-items: center;
    justify-content: center;
    display: flex
}

.info_popup_btn i {
    margin-left: 5px
}

@media all and (max-width: 768px) and (min-width:319px) {
    .delivery_box {
        width:340px;
        min-height: 410px;
        padding: 25px 25px 10px;
        margin-left: calc(50% - 170px);
        margin-right: calc(50% - 170px)
    }

    #deliveryForm {
        width: 100%;
        bottom: -173px
    }

    #pickupDropdown {
        width: 320px;
        padding: 10px;
        margin-left: calc(50% - 160px);
        margin-right: calc(50% - 160px);
        bottom: -173px
    }

    .change_delivery_type {
        width: 320px;
        height: 420px;
        top: calc(50% - 210px);
        right: calc(50% - 160px);
        left: calc(50% - 160px)
    }

    .delivery_btn {
        height: 40px;
        top: 0
    }

    .pickup_form_btn {
        height: 45px!important;
        top: 0
    }
}
