body {
    min-width: 340px;
}

.location-picker.open {
    width: 150px !important;
    background: #fff;
    padding: 10px 25px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
}

.location-picker.open:before {
    display: none;;
}

.location-picker.open ul li a,
.location-picker-mobile ul li a {
    font-size: 16px;
    color: #000;
}

.location-picker.open ul li a:hover,
.location-picker-mobile ul li a:hover {
    color: #ff0018 !important;
}

.user-details {
    z-index: 40;
}

.product-box {
    height: 100%;
    overflow: hidden;
}

.product-box {
    padding-bottom: 100px;
}

.product-box .btn-primary {
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-box .tags {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.product-box .tags:after {
    width: 40px;
    height: 100%;
    content: ' ';
    display: block;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 5;

}



.header .mobile-address .delivery-add {
    padding-top: 0;
}

.header .mobile-address .delivery-add span {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header .mobile-address .delivery-add span:before,
.header .mobile-address .delivery-add span:after {
    top: 13px !important;
}

.most-popular .product-box {
    height: 100%;
}

@media all and (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .cart-number-input input{
        padding:0;
    }
}

table td {
    word-break: break-all;
}

@media (max-width: 767px) {
    .main-sec {
        height: 76px !important;
    }
}

.restaurent-menu .dropdown-item {
    color: #6b6b83;
    font-weight: normal;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.product-box {
    padding-bottom: 5px;
    position: relative;
}

.restaurant-grid .product-box .product-caption .badge {
    left: 10px;
}

.footer-top .icon-box {
    word-break: normal;
}

.product-box .product-footer-2 {
    width: 100%;
    bottom: 38px;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

#city-boxes .inner ul li a:hover {
    box-shadow: 0 0 0 1px rgba(255,0,24,.87),0 1px 5px 0 rgba(255,0,24,.72) !important;
}

.blog-list {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.our-blog .blog-box .side-blog .blog-list .side-post {
    height: 33.33%;
}

ul.default-list {
    padding-left: 30px;
}

ul.default-list li {
    list-style-type: disc !important;
}

.how-it-works .how-it-works-box {
    cursor: default;
}

@media all and (max-width: 767px) {
    .section-padding {
        padding: 15px 0;
    }

    .section-header-style-2 {
        padding-bottom: 15px;
    }

    footer .footer-links {
        padding-top: 30px;
    }

    footer .footer-contact {
        padding-top: 30px;
    }
}

.blog-meta h1 {
    font-size: 28px;
}


.blog-meta ul {
    margin-left:25px;
}

.blog-meta ul li {
    list-style-type: disc;
}

.blog-meta ol {
    margin-left: 25px;
}

.blog-meta ol li {
    list-style-type: decimal;
}

.header .logo img {
    max-width: 180px;
}

.header .btn-lang {
    display: flex;
    align-items: center;
}

.header .btn-lang .short-name {
    display: none;
}

.header .logo {
    margin: 0 40px 0 20px;
}

@media all and (max-width: 767px) {
    .header .logo {
        margin-right: -30px;
    }
}

@media all and (max-width: 500px) {
    .header .logo {
        margin: 0;
    }

    .header .logo img {
        max-width: 100px;
    }

    .header .btn-lang .full-name {
        display: none;
    }

    .header .btn-lang .short-name {
        display: block;
    }

    .header .mobile-search i,
    .header div .right-side .cart-btn a i {
        font-size: 20px;
    }

    .header div .right-side .cart-btn {
        margin-left: 0;
    }

    .header .user-details>a {
        padding: 6px 0;
    }
}

/* button.btn.btn-lang,
button.btn.btn-lang:hover {
    color: #ff0018;
} */

button.btn.btn-light.btn-lang:hover,
button.btn.btn-light.btn-lang:active,
button.btn.btn-light.btn-lang:focus,
.show>.btn-light.dropdown-toggle {
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: none !important;
}

.language .dropdown-item:hover,
.language .dropdown-item:active,
.language .dropdown-item:focus {
    background: none !important;
    color: #000 !important;
}

.language .dropdown-item:hover {
    color: #ff0018 !important;
}

.login-sec.register {
    position: static !important;
    transform: none !important;
}

.login-sec.register .custom-checkbox,
.login-sec.register .small-text,
.login-sec.register #dataAdmin p {
    font-size: 12px !important;
    line-height: 16px !important;
}

.login-sec.register ol {
    margin-bottom: 10px;
}

.login-sec.register ol li {
    margin-left: 20px;
    margin-bottom: 5px;
    font-size: 12px !important;
    line-height: 16px !important;
    list-style-type: decimal !important;
}

.restaurant-buttons .btn {
    transition: none;
}

.restaurant-buttons .btn:not(.disabled):hover {
    border: 2px solid red !important;
}

.cart-dropdown .cat-product .cat-name p {
    white-space: normal !important;
}

.notification-dropdown .product-detail a .product-about p {
    white-space: normal !important;
}

/* .user-dropdown, .cart-dropdown .cart-detail-box {
    height: auto !important;
} */

.product-box .product-img .suspended-meals {
    padding: 8px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #63ABE4;
    background: #fff;
    font-size: 24px;
}

.product-box .product-img .suspended-meals .badge {
    padding: 2px;
    min-width: 14px;
    height: 14px;
    display: inline-block;
    background: #fff;
    border: 2px solid #63ABE4;
    color: #63ABE4;
    font-size: 10px;
    position: absolute;
    bottom: 3px;
    right: 3px;
    border-radius: 10px;
    line-height: 7px;
}

.modal-body .select2 {
    width: 100% !important;
}

.filter-sidebar h4[data-toggle="collapse"] {
    width: 100%;
    padding-right: 30px;
    position: relative;
}

.filter-sidebar h4[data-toggle="collapse"]:after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.filter-sidebar h4[data-toggle="collapse"].collapsed:after {
    content: '\f078';
}

@media all and (max-width: 1200px) {
    .breadcrumbs-wrap {
        padding: 0 15px;
    }
}

#cart {
    transition: all .3s;
}

#cart.loader:after {
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .5) url(/spinner.png) no-repeat 50% 50%;
    transition: all .3s;
}
.cart-number-input .minus{
    border: 1px solid #ced4da;
    border-right: none;
    height: calc(1.5em + 0.75rem + 5px);
    background-color: transparent;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;

}
.cart-number-input .plus{
    border: 1px solid #ced4da;
    border-left: none;
    height: calc(1.5em + 0.75rem + 5px);
    background-color: #ce1d2cff;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}
.cart-number-input input{
    text-align: center;
}
.restaurant__favorite_button{
    color:#00000059;
    transition: all 0.2s ease-out;
    cursor:pointer;
    font-size:1.2rem;
}
.restaurant__favorite_button:not(.favorite_list):hover{
    transform:scale(1.1);
    color:rgb(255, 71, 71);
}
.ajax-message{
    position: fixed;
    z-index:9999;
    left: 50%;
    transform: translateX(-50%);
    opacity:0;
    visibility: hidden;
    transition:all 0.3s ease-out;
}
.ajax-message.ajax-success{
    background-color:#A8F1C6;
    border-left:4px solid green;
}
.ajax-message.ajax-error{
    background-color:#F6A7A3;
    border-left:4px solid red;
}
.ajax-message.show{
    visibility:visible;
    opacity:1;
}
.is-loading{
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}
@keyframes shine {
    to {
      background-position-x: -200%;
    }
  }