@font-face {
    font-family: 'bakh';
    src: url('../webfonts/YekanB.eot');
    src: url('../webfonts/YekanB.eot?#iefix') format('embedded-opentype'), /* FF39+,Chrome36+, Opera24+*/ url('../webfonts/YekanB.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../webfonts/YekanB.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'bakh';
    src: url('../webfonts/YekanBMedium.eot');
    src: url('../webfonts/YekanBMedium.eot?#iefix') format('embedded-opentype'), /* FF39+,Chrome36+, Opera24+*/ url('../webfonts/YekanBMedium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../webfonts/YekanBMedium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'bakh';
    src: url('../webfonts/YekanBBold.eot');
    src: url('../webfonts/YekanBBold.eot?#iefix') format('embedded-opentype'), /* FF39+,Chrome36+, Opera24+*/ url('../webfonts/YekanBBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../webfonts/YekanBBold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'NeciaBlack';
    src: url('../webfonts/NeciaBold.eot');
    src: url('../webfonts/NeciaBold.eot?#iefix') format('embedded-opentype'), /* FF39+,Chrome36+, Opera24+*/ url('../webfonts/NeciaBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../webfonts/NeciaBold.ttf') format('truetype');
    font-weight: bold;
}

body {
    background: #fff;
    font-family: 'bakh', arial, sans-serif;
    font-size: 14px;

}

.main-navbar {
    border-bottom: 1px solid #EBEEEF;
}

.main-navbar .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1C29 !important;
}

.login-icon {
    display: inline-block;
    background: url('../images/icon-login.png') no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.icon-top-profile {
    display: inline-block;
    background: url('../images/icon-top-profile.png') no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.header-login-link {
    border: 1px solid #EBEEEF;
    border-radius: 8px;
    padding: 10px 18px;
    text-decoration: none;
    color: #1A1C29;
}

.header-login-link:hover {
    border: 1px solid #e3e3e3;
    background-color: #e3e3e3;
    text-decoration: none;
}

.header-login-link span {
    color: #1A1C29;
    text-decoration: none;
    letter-spacing: 1px;
}

.header-login-link a:hover {
    text-decoration: none;
}

.icon-basket {
    display: inline-block;
    background: url('../images/icon-basket.png') no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.slider {
    margin-top: 20px;
}

.slider-hero-main-text {
    font-size: 24px;
    text-align: right;
    font-weight: bold;
    margin-top: 100px;
}

.slider-hero-sub-text {
    font-size: 16px;
    text-align: right;
    margin-top: 5px;
}

.slider-hero-section {
    margin-top: 50px;
    width: 80%;
}

.btn-slider {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background-color: #4CB84B;
    border-radius: 100px;
    padding: 10px 41px;
    margin-top:3rem;
}

.title-divider {
    font-family: NeciaBlack;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.title-divider:before {
    content: '';
    background: url('../images/icon-arrow-right.png');
    width: 100px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
}

.title-divider:after {
    content: '';
    background: url('../images/icon-arrow-left.png');
    width: 100px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
}

.menu-main-title {
    font-size: 24px;
    font-weight: 700;
}

.restaurant-time {
    text-align: left;
    display: flex;
}

.branchTitle {
    margin: 0 5px;
}

.open-time {
    font-size: 16px;
    margin: 5px;
}

.state-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: rgb(16, 207, 207);
    background: linear-gradient(90deg, rgba(16, 207, 207, 1) 0%, rgba(16, 207, 58, 1) 100%);
    border-radius: 100px;
    vertical-align: middle;
    margin-left: 5px;
}

.state-icon.close-time {
    background: rgb(169, 166, 166);
    background: linear-gradient(90deg, rgb(153 153 153) 0%, rgba(169, 166, 166, 1) 100%);
    border-radius: 100px;
    vertical-align: middle;
    margin-left: 5px;
}

.menu-cat {
    padding: 0 5px;
    width: 100%;
    scroll-behavior: smooth;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;
    justify-content: center;
    margin-top: 10px;
    overflow: hidden;
}

.menu-cat li {
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
}

.menu-cat-item {
    padding: 15px;
    background: #fff;
    border-radius: 16px;
    display: inline-block;
    position: relative;
    width: 144px;
    height: 100px;
    margin-top: 40px;
    margin-bottom: 25px;
    filter: drop-shadow(0px 4px 15px rgba(140, 184, 255, 0.25));
    text-align: center;
}

.menu-cat-item:hover {
    background: #FFDDDD;
    text-decoration: none !important;
}
.menu-cat-item.active {
    background: #FFDDDD;
    text-decoration: none !important;
}
.menu-cat-icon {
    position: absolute;
    left: 6px;
    right: 0;
}

.menuFood {
    background-color: #fff;
}

.menu-cat-icon img {
    margin-top: -58px;

}

.top-header-menu {
    display: flex;
    justify-content: space-between;
}

.menu-cat-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 37px;
    padding-top: 38px;
    color: #1A1C29;
    text-decoration: none !important;
}

.isStuck .menu-cat-item{
    margin-top: 20px;
    height: auto;
    padding: 0;
    margin-bottom: 2px;
    border: 1px solid #e9e9e9;
    filter: drop-shadow(0px 0px 15px rgba(227, 227, 227, 0.35));
}
.basket-box.isStuck {
    margin-top:63px!important;
}
.isStuck .menu-cat-icon img {
    display:none;
    /*max-width: 55px;
    height: 45px;
    margin-top: -42px;*/
}
.isStuck .menu-cat-title {
    line-height: normal;
    padding-top: 1px;
    font-size:16px;
}
.isStuck .menu-cat-title-section {
    justify-content: center !important;
}
.isStuck .menu-cat{
    margin-top:4px;
    padding-bottom:8px;
}

.icon-onion {
    display: inline-block;
    position: absolute;
    background: url('../images/icon-onion.png') no-repeat;
    width: 86px;
    height: 144px;
    top: 40%;
    right: 0;
    z-index: -1;
}

.icon-flower-left {
    display: inline-block;
    position: absolute;
    background: url('../images/icon-flower-left.png') no-repeat;
    width: 98px;
    height: 119px;
    left: 0;
    top: 0;
    z-index: -1;
}

.icon-fruit {
    display: inline-block;
    position: absolute;
    background: url('../images/icon-fruit.png') no-repeat;
    width: 70px;
    height: 144px;
    left: 0;
    top: 45%;
    z-index: -1;
}

.icon-onion2 {
    display: inline-block;
    position: absolute;
    background: url('../images/icon-onion2.png') no-repeat;
    width: 104px;
    height: 144px;
    bottom: 10%;
    left: 0;
    z-index: 1;
}

.icon-peper {
    display: inline-block;
    position: absolute;
    background: url('../images/icon-pepper2.png') no-repeat;
    width: 98px;
    height: 140px;
    right: 0;
    top: 50%;
    z-index: -1;
}

.icon-flower-left2 {
    display: inline-block;
    position: absolute;
    background: url('../images/icon-flower-left.png') no-repeat;
    width: 98px;
    height: 119px;
    left: 0;
    top: 5%;
    z-index: 1;
}

.icon-fruit2 {
    display: inline-block;
    position: absolute;
    background: url('../images/icon-fruit.png') no-repeat;
    width: 70px;
    height: 144px;
    left: 0;
    top: 65%;
    z-index: 1;
}

.food-category {
    margin: 20px;
    display: block;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
}

.food-category span {
    padding: 20px;
}

.food-category:before {
    content: '';
    background: url('../images/icon-arrow-right.png');
    width: 100px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
}

.food-category:after {
    content: '';
    background: url('../images/icon-arrow-left.png');
    width: 100px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
}


.food-box-main {
    margin-bottom: 10px;
}

.menu-section {
    background-color: #ECEFF4;
    border-radius: 46px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.food-box {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    position: relative;
    height: 314px;
}


.food-box .food-image {
    text-align: center;
    position: relative;

}

.food-box .food-no-stock-label {
    font-weight: bold;
    font-size: 17px;
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
}

.food-box .food-image img {
    border-radius: 8px;
    width: 100%;
    height: 157px;
    object-fit: cover;
}

.food-box .shift-food {
    font-size: 13px;
    position: absolute;
    color: #4E4E4E;
    background-color: rgba(78, 78, 78, 90%);
    width: 100%;
    color: #fff;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    bottom: 0;
    padding: 8px 5px;
}
.food-icons {
    text-align:left;
}
.recipes-icon {
    background:url('../images/recipe-book.png') no-repeat;
    width:24px;
    height:24px;
    display:inline-block;
}
.tooltip-inner {
    font-family: IRANSans;
}

.food-box .food-content {
    margin-top: 18px;
}

.food-box .food-content .food-title {
    font-weight: 700;
    font-size: 16px;
    color: #1A1C29;
    text-align: right;
}

.food-box .food-content .food-price {
    font-weight: 700;
    font-size: 17px;
    color: #36373B;
    margin-top: 5px;
    text-align: left;
}

.food-box .food-content .food-price-label {
    font-weight: 400;
    font-size: 12px;
    color: #4E4E4E;
    vertical-align: 4px;

}

.food-item-old-price {
    font-weight: normal;
    font-size: 12px;
    color: #4E4E4E;
    text-align: left;
    text-decoration: line-through;
    position: absolute;
    top: -18px;
    left: 19px;
}

.icon-add-food {
    background: url('../images/icon-plus.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.food-basket {
    background: #4CB84B;
    border-radius: 0px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 43px;
    text-align: center;
    cursor: pointer;
}

.food-basket:hover {
    background: #D33323;
}


.basket-box {
    background: #FBFBFB;
    border-radius: 32px;
    margin-top: 32px;
}

.basket-box-header {
    margin-top: 10px;
    border-bottom: 1px solid #FFF7EB;
    display: flex;
    justify-content: space-between;
    background-color: #FFF7EB;
    -webkit-border-top-left-radius: 32px;
    -webkit-border-top-right-radius: 32px;
    -moz-border-radius-topleft: 32px;
    -moz-border-radius-topright: 32px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.basket-box-title {
    font-weight: bold;
    font-size: 18px;
    padding: 14px;
    margin-left: 11px;
}

.icon-cart-basket {
    background: url('../images/icon-cart-basket.png') no-repeat;
    width: 30px;
    height: 36px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.basket-box-qty {
    font-weight: 500;
    font-size: 15px;
    padding: 20px;
}

.basket-box-divider {
    border-bottom: 1px solid #e3e3e3;
}

.basket-box-list {
    list-style: none;
    padding: 0;
}

.basket-box-list li {
    border-bottom: 1px solid #e3e3e3;
}

.basket-item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
}

.basket-item-price {
    font-weight: 700;
    font-size: 16px;
}

.basket-item-price-currency {
    font-weight: 400;
    font-size: 12px;
    color: #6C757D;
}

.basket-item-content {
    display: flex;
    padding: 5px 8px;
    justify-content: space-between;
    margin-bottom: 5px;
}


.basket-summary {
    list-style: none;
    padding: 10px 14px;
}

.basket-summary li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.basket-summary-title {
    font-size: 16px;
    color: #1A1C29;
    font-weight: bold;
}

.basket-summary-value {
    font-weight: 900;
    font-size: 16px;
    color: #1A1C29;
}

.currency-label {
    font-weight: 400;
    font-size: 12px !important;
    vertical-align: 3px;
}

.basket-btn-section {
    padding: 10px;
}

.crm-section {
    margin-top: 50px;
}
.crm-title {
    margin-top: 120px;
}

.basket-summary li:last-child {
    padding-top: 10px;

}

.basket-finish-btn {
    background: #4CB84B;
    border-radius: 32px;
    color: #fff;
    border: 1px solid #4CB84B;
    padding: 10px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.basket-finish-btn:hover {
    background: #D33323;
    border: 1px solid #D33323;
}

.basket-finish-out-time {
    background: #807e7e;
    border-radius: 32px;
    color: #fff;
    border: 1px solid #807e7e;
    padding: 10px;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.empty-basket {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 20px;
}

.crm-description {
    margin-top: 20px;
    font-size: 16px;
}

.crm-btn-section {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.btn-crm-register {
    background-color: #4CB84B;
    font-size: 16px;
    color: #fff;
    padding: 11px 27px;
    border-radius: 100px;
    margin-left: 40px;
}

.btn-crm-title {
    content: '';
    background: url('../images/crm-register-title.png') no-repeat;
    width: 162px;
    height: 81px;
    display: inline-block;
    position: absolute;
    top: -50px;
    right: 0;
}

.footer {
    background: url('../images/footer-bg.png') no-repeat;
    background-size: cover;
    height: 423px;
    position: relative;
    margin-top: 50px;
}

.footer-content {
    padding-top: 100px;
}

.delivery-man-icon {
    background: url('../images/delivery-man-footer.png') no-repeat;
    width: 350px;
    height: 423px;
    display: inline-block;
    position: absolute;
    left: 120px;
}

.footer-widget-title {
    color: #1A1C29;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-widget-content ul {
    list-style: none;
    padding: 0;
}

.footer-widget-content ul li {
    margin-bottom: 10px;
}

.footer-widget-content ul li a {
    color: #fff;
    font-size: 16px;
}

.footer-phone {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.icon-location {
    background: url('../images/icon-address.png') no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.footer-address {
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
}

.up-arrow {
    background-color: #fff;
    width: 68px;
    height: 64px;
    position: absolute;
    top: -33px;
    border-radius: 50%;
    left: 0;
    right: 50%;
    cursor: pointer;
}

.up-arrow:hover {
    background-color: #e3e3e3;

}

.icon-arrow-up {
    background: url('../images/icon-arrow-up.png') no-repeat;
    width: 14px;
    height: 8px;
    display: inline-block;
    position: relative;
    top: 25px;
    right: 25px;
}


.food-box .food-counter {
    display: flex;
    justify-content: center;
}

.food-box .order-summary-count-btn {
    font-size: 24px;
    color: #6c757d;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.food-box .order-summary-count-btn:hover {
    color: #731a1a;
}

.food-box .food-total {
    font-size: 17px;
    padding: 6px 10px;
    font-weight: bold;
}

.icon-add-plus {
    background: url('../images/icon-add-plus.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.icon-add-minus {
    background: url('../images/icon-add-minus.png') no-repeat;
    width: 12px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
}

.food-counter-section {
    display: flex;
    justify-content: space-between;
    background-color: #D9D9D9;
    border-radius: 100px;
}

.basket-counter-section {
    display: flex;
    justify-content: space-between;
    background-color: #D9D9D9;
    border-radius: 100px;
}

.basket-counter-section .food-total {
    font-size: 16px;
    padding: 2px 3px;
    font-weight: bold;
}

.basket-counter-section .order-summary-count-btn {
    color: #6c757d;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    padding: 5px 0;
}

.modal-logo-img {
    background: url('../images/logo.png') no-repeat;
    width: 175px;
    height: 48px;
    display: inline-block;
}

.modal-box .modal-content {
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.modal-box .modal-content {
    border-radius: 48px;
    background: #FFF;
    border-radius: 48px;
    background: #FFF;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 3px rgba(219, 217, 217, 0.6);
}

.modal-box-content {
    padding: 20px;
}

.modal-box-logo {
    text-align: center;
}

.modal-box input {
    text-align: center;
}

.modal-logo-text {
    color: #D33323;
    font-size: 18px;
    font-style: normal;
}

.btn-login {
    background-color: #4CB84B;
    color: #fff;
}

.modal-box-header-title {
    color: #36373B;
    font-size: 24px;
    padding-right: 10px;
}

.modal-box .close {
    position: absolute;
    top: 24px;
    left: 36px;
    font-size: 29px;
}

.modal-login-btn {
    width: 100%;
    border-radius: 16px;
    background-color: #4CB84B !important;
    height: 40px;
}

.branch-modal-item {
    border: 2px solid #e3e3e3;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    cursor: pointer;
}

.branch-modal-item:hover {
    border: 2px solid #29e50e;
}

.current-branch {
    background-color: #fff;
    cursor: pointer;
}

.branch-section {
    padding: 5px;
}

.icon-arrow-down {
    background: url('../images/icon-arrow-down.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.current-branch:hover {
    border: 1px solid #2c991e;
}

.cart-section {
    background-color: #ECEFF4;
    border-radius: 48px;
    margin: 30px 0;
    padding: 10px 20px;
}

.checkout-title {
    color: #1A1C29;
    font-size: 16px;
    font-weight: bold;
}

.checkout-box-item {
    background-color: #fff;
    border-radius: 12px;
    padding: 12px 10px;
}

.address-section {
    padding: 10px 30px;
}

.form-check input[type='radio'] {
    width: 20px;
    height: 20px;
    accent-color: #427D27;
    border: 1px solid #427D27;
    vertical-align: middle;
    margin-left: 5px;
}

.checkout-new-address {
    font-size: 15px;
    color: #38B000;
    cursor: pointer;
}

.radio-cs {
    font-size: 16px;
    font-weight: 500;
}

.radio-cs img {
    margin: 0 10px;
}

.radio-cs [type='radio'] {
    margin: 0 15px;
}

.checkout-list-basket {
    padding: 0;
    margin-top: 10px;
    list-style: none;
}
.modal-food-popup-title {
    font-size:16px;
}
.modal-food-recipe {
    margin-top: 10px;
    border: 1px dashed #e3e3e3;
    padding: 10px;
    font-size: 15px;
}
.title_box {
    margin-top:10px;
    border: #e3e3e3 1px dashed;
}

.title_box #title {
    position: relative;
    top: -0.5em;
    margin-left: 1em;
    display: inline;
    background-color: white;
}

.title_box #content {
    font-size:15px;
    font-weight:bold;
}
.btn-food-recipe {
    background-color: #e3e3e3 !important;
    padding: 10px 20px !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 30px!important;
    font-size: 15px!important;
    margin: 10px!important;
}
.checkout-list-basket li {
    margin: 1px;
    text-align: right;
    border-bottom: 1px dashed #e3e3e3;
    padding: 5px 0;
}

.checkout-list-basket .order-title {
    font-weight: bold;
    color: #434648;
    padding-bottom: 5px;
}

.checkout-list-basket .order-count {
    display: flex;
}

.checkout-list-basket .order-summary-desc {
    display: flex;
    justify-content: space-between;
}

.invoice .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.invoice .item span {
    font-weight: 500;
    font-size: 15px;
}

.item-invoice-title {
    font-size: 16px;
}

.item-invoice-value {
    font-size: 16px;
}

.invoice-divider {
    border-bottom: 1px solid #DEE2E6;
    height: 1px;
}

.icon-wallet {
    background: url('../images/icon-wallet.png') no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: -6px;
    margin-left: 6px;
}

.checkbox-wrapper-18 .round {
    position: relative;
}

.checkbox-wrapper-18 .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    width: 28px;
    display: block;
}

.checkbox-wrapper-18 .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 8px;
    opacity: 0;
    position: absolute;
    top: 9px;
    transform: rotate(-45deg);
    width: 12px;
}

.checkbox-wrapper-18 .round input[type="checkbox"] {
    visibility: hidden;
    display: none;
    opacity: 0;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label {
    background-color: #427d27;
    border-color: #427d27;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.spendWallet {
    color: #427D27;
    text-align: center;
    width: 100%;
    display: block !important;
    font-weight: 500;
}

.icon-gateway {
    background: url('../images/icon-gateway.png') no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.final-prices span {
    font-weight: bold !important;
}

.btn-confirm-order {
    background-color: #4CB84B;
    padding: 10px 40px;
    color: #fff;
    border-radius: 32px;
    width: 100%;
}

.icon-phone {
    background: url('../images/icon-phone.png') no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.phone-header {
    font-weight: 500;
    font-size: 16px;
    margin: 0 8px;
}

.navigation-menu-icon {

    width: 32px;
    height: 32px;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin: 0 4px;
}

.navigation-left-icon {
    background: url('../images/icon-navigation-left.png') no-repeat;
    width: 12px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 6px;
}

.navigation-right-icon {
    background: url('../images/icon-navigation-right.png') no-repeat;
    width: 12px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    cursor: pointer;
}

.menu-navigation {
    display: flex;
}

.card-box {
    box-shadow: 0 0 7px rgba(105, 97, 97, 0.20);
    padding: 5px;
    border-radius: 48px;
    margin: 20px 0;
    background-color: #fff;
}

.cart-box-title {
    font-weight: 500;
    font-size: 16px;
}

.inner-box {
    box-shadow: 0 0 7px rgba(105, 97, 97, 0.12);
    padding: 15px;
    border-radius: 48px;
    margin: 20px 0;
    background-color: #fff;
}

.inner-box .inner-box-header {
    border-bottom: 1px solid #F0F0F0;
    padding: 5px;
    position: relative;
    margin-bottom: 10px;
}


.box-main {
    background-color: #ECEFF4;
    border-radius: 48px;
    padding: 0px 10px;
}

.inner-box .inner-box-header .inner-box-header-title {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.order-status-box {
    text-align: center;
    margin-top: 10px;
}

.order-status-state {
    font-weight: bold;
    font-size: 15px;
    margin: 10px 0;
    color: #3d3f40;
}

.order-status-factor-divider {
    border-left: 1px dashed #cdb38a;
}

.order-status-address-box {
    border-right: 4px solid #731a1a;
    text-align: right;
    box-shadow: 0 3px 10px rgb(105 97 97 / 14%);
    padding: 10px;
}

.order-status-detail {
    margin-top: 30px;
    border-top: 1px solid #e3e3e3;
    padding: 10px;
}

.factor .item {
    display: flex;
    justify-content: space-between;
    color: #606060;
    margin-bottom: 35px;
    font-size: 16px;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 7px;
}

.factor .discount {
    color: #a92626;
}


.mobile-quick-menu {
    background: url(../images/menu-bg.png) no-repeat;
    border-radius: 128px;
    width: 100%;
    bottom: 10px;
    height: 74px;
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    padding: 0 30px;
    background-size: 100%;
}

.mobile-basket:hover {
    color: #e3e3e3;
}

.mobile-quick-item i {
    font-size: 25px;
    color: #fff;
}

.mobile-quick-basket {
    position: absolute;
    top: -24px;
    margin-right: 14px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-align: center;
}

.mobile-quick-basket-icon {
    background: #FCDF46;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    text-align: center;
}

.mobile-quick-basket i {
    margin: 8px;
}

.icon-home {
    background: url('../images/icon-home.png') no-repeat;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    display: inline-block;
}

.icon-profile {
    background: url('../images/icon-profile.png') no-repeat;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    display: inline-block;
}

.icon-event {
    background: url('../images/icon-event.png') no-repeat;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    display: inline-block;
}

.icon-order {
    background: url('../images/icon-orders.png') no-repeat;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    display: inline-block;
}

.icon-calls {
    background: url('../images/icon-calls.png') no-repeat;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    display: inline-block;
}

.icon-comment {
    background: url('../images/icon-comment.png') no-repeat;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    display: inline-block;
}

.mobile-quick-item {
    text-align: center;
}

.mobile-quick-item-title {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.mobile-quick-item-title:hover {
    color: #D33323;
}

.mobile-quick-basket-counter {
    position: absolute;
    top: 25px;
    color: red;
    z-index: 555;
    width: 20px;
    height: 20px;
    background-color: #D33323;
    border-radius: 50%;
    padding: 7px;
    margin: -4px;
}

.mobile-quick-item-count {
    color: #fff;
    position: absolute;
    top: 2px;
    right: 7px;
}

.profile-menu {
    background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FFFFFF;
    background-blend-mode: soft-light, normal;
    border: 1px solid #DEE2E6;
    border-radius: 8px;
}

.profile-menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #343434;
}

.profile-menu a i {
    font-size: 22px;
    padding-left: 5px;
    vertical-align: middle;
}
.mobile-local-quick-menu {
    background:#a3b9a2;
    border-radius: 128px;
    width: 100%;
    bottom: 10px;
    height: 55px;
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    background-size: 100%;
}
.mobile-local-quick-menu-content {
    display:flex;
    justify-content: space-between;
}
.mobile-local-quick-menu-basket {
    font-size: 14px;
    text-align: center;
    font-weight:500;
    padding: 5px 0;
}
.btn-mobile-local {
    padding: 5px 7px;
    font-size: 13px;
    border: 1px solid #4cb84b;
    border-radius: 50px;
    margin: 0 5px;
    background-color: #4cb84b;
}
.btn-mobile-local:hover {
    background-color:#FFDDDD;
    border: 1px solid #FFDDDD;
}
.basket-online-border {
    border-bottom:1px solid #e3e3e3;
    padding-bottom: 5px;
}
/**Toast**/
.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    z-index: 9000 !important;
}

.jq-toast-wrap * {
    margin: 0;
    padding: 0;
}

.jq-toast-wrap.bottom-left {
    bottom: 20px;
    left: 20px;
}

.jq-toast-wrap.bottom-right {
    bottom: 20px;
    right: 40px;
}

.jq-toast-wrap.top-left {
    top: 20px;
    left: 20px;
}

.jq-toast-wrap.top-right {
    top: 20px;
    right: 40px;
}

.jq-toast-single {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0px 0px 5px;
    border-radius: 4px;
    font-size: 13px;
    font-family: IRANSans, arial, sans-serif;
    line-height: 23px;
    position: relative;
    pointer-events: all !important;
    background-color: #444444;
    color: white;
}

.jq-toast-single h2 {
    font-family: IRANSans, arial, sans-serif;
    font-size: 14px;
    margin: 0px 0px 7px;
    background: none;
    color: inherit;
    line-height: inherit;
    letter-spacing: normal;
}

.jq-toast-single a {
    color: #eee;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid white;
    padding-bottom: 3px;
    font-size: 12px;
}

.jq-toast-single ul {
    margin: 0px 0px 0px 15px;
    background: none;
    padding: 0px;
}

.jq-toast-single ul li {
    list-style-type: disc !important;
    line-height: 17px;
    background: none;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
}

.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 14px;
    cursor: pointer;
}

.jq-toast-loader {
    display: block;
    position: absolute;
    top: -2px;
    height: 5px;
    width: 0%;
    left: 0;
    border-radius: 5px;
    background: red;
}

.jq-toast-loaded {
    width: 100%;
}

.jq-has-icon {
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px;
}

.jq-icon-info {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=');
    background-color: #31708f;
    color: #d9edf7;
    border-color: #bce8f1;
}

.jq-icon-warning {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=');
    background-color: #8a6d3b;
    color: #fcf8e3;
    border-color: #faebcc;
}

.jq-icon-error {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=');
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1;
}

.jq-icon-success {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==');
    color: #dff0d8;
    background-color: #3c763d;
    border-color: #d6e9c6;
}

.drawer-open {
    overflow: hidden
}

.drawer {
    position: fixed;
    width: 320px;
    top: 0;
    z-index: 1050;
    height: 100vh;
    display: none
}

.drawer.drawer-right {
    right: -320px;
    border-left: 1px solid rgba(0, 0, 0, .2)
}

.drawer.drawer-left {
    left: -320px;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.drawer.show {
    -webkit-transform: none;
    transform: none
}

.drawer.show.drawer-right {
    right: 0
}

.drawer.show.drawer-left {
    left: 0
}

.drawer.slide {
    transition: left .2s ease, right .2s ease
}

.contact-list {
    list-style: none;
}
.contact-list li{
    list-style: none;
    font-size:16px;
    margin-bottom:10px;
}
@media (prefers-reduced-motion: reduce) {
    .drawer.slide {
        transition: none
    }
}

.drawer-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.drawer-backdrop.fade {
    opacity: 0
}

.drawer-backdrop.show {
    opacity: .5
}

.drawer-body {
    padding: 10px;
}

.drawer-content {
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    height: 100%;
    overflow-y: auto
}

.drawer-content.drawer-content-scrollable {
    display: flex;
    flex-direction: column
}

.drawer-content.drawer-content-scrollable > div {
    display: flex;
    flex-direction: column
}

.drawer-content.drawer-content-scrollable > div.drawer-body {
    flex: 1;
    overflow-y: auto
}

.drawer-header {
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6
}

.drawer-header .form-group {
    margin-bottom: 0
}

.drawer-footer {
    padding: 1rem;
    border-top: 1px solid #dee2e6
}

.drawer-title {
    margin-bottom: 0;
    line-height: 1.5
}

.drawer-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (max-width: 768px) {
    .food-box {
        padding:5px;
        font-size:20px;
    }
    .footer {
        height: auto;
    }
    .food-category:before {
        width: 40px;
        height: 6px;
    }

    .food-category:after {
        width: 40px;
    }

    .icon-flower-left {
        display:none;
    }
    .slider-hero-main-text {
        margin-top: 5px!important;
        padding: 5px
    }
    .slider-hero-sub-text {
        padding:5px;
    }
    .icon-onion,.icon-flower-left2,.icon-onion2 {
        display:none;
    }
    .delivery-man-icon {
        left: 0;
    }
    .btn-slider {
        margin-top:10px;
    }
    .menu-main-title {
        display:none;
    }
    .top-header-menu{
        justify-content: space-around;
    }
    .menu-cat {
        overflow:auto;
    }
    .menu-cat-icon img {
        margin-top: -50px;
        width:50px;
    }
    .menu-cat-item {
        width: 90px;
        height: 60px;
        margin-top: 27px;
        margin-bottom:10px;
        padding:10px;
    }
    .menu-cat-title {
        line-height: 10px;
        padding-top: 22px;
        font-size: 14px;
    }
    .menu-cat li {
        padding:0 2px;
    }
    .menu-section {
       padding: 0 20px 100px 20px;
    }
    .slider-hero-section {
        margin-top:5px;
    }
    .footer {
        padding-bottom:150px;
    }
}
