:root{
    --primary-color:#010080 !important;
    --primary-font:'Roboto', sans-serif;
}

html,
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color:#000;
}
.round-border{
    border-radius: 16px;
}
a {
    color: #0e0e0e;
    text-decoration: none;
}
.gap-2{
        gap: .5rem !important;
}
.text-underline{
    text-decoration: underline;
}

.flash-message{
    position:absolute;
    z-index:1;
    border-radius:3.71px;
    left:15px;
    padding:4px 8px;
    font-weight:500;
}
.flash-top{
    top:15px;
}
.flash-success {
    background-color:green;
    color:#fff;
}

/* BOOTSTRAP CSS EXTEND */

/*
Primary color : #ffdf18;
Secondary Color: #000;
*/

/* Restaurant Menu Page */
.rst-search {
    .form-control {
        box-shadow: none;
        color: #000;
        max-height: 34px;
        /* font-weight: 700; */
    }

    input,
    select {
        border: none;
        border-bottom: 1px solid #dee2e6;
    }

    select {
        border-right: 1px solid #dee2e6;
    }
}

.menu-searchbar {
    margin-bottom: 15px;
}

.rst-options {
    background-color: #f8f8f8;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;

    .btn-group {
        button:first-child {
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
        }

        button:last-child {
            border-top-right-radius: 50px;
            border-bottom-right-radius: 50px;
        }
    }
}

.rst-time-list.mb-3 {
    select {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
}

.card.mini-cart-card,
.card.mini-cart-card .card-header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

ul.nav.nav-tabs.rst-section-menu {
    a {
        display: flex;
        justify-content: center;
        gap: 5px;

        svg {
            width: 20px;
            height: 20px;
        }
    }
}

ul.nav.nav-tabs.menu-tabs {
    .slick-slide a {
        font-size: 15px;
    }
}

.themes.default.restaurants.restaurant_list
    .product-container
    .main-item-title {
    font-weight: 800 !important;
    text-transform: capitalize;
    font-size: 24px;
}

.restaurant_list {
    .product-item {
        /* max-height: 510px; */
        /* overflow-x: hidden; */
        /* overflow-y: auto; */
    }
}
/* Restaurant page end */

/****

Cart Button css
****/

.add-subtract-container {
    width: 70%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    background-color: #76777a;
    border-radius: 40px;
    height: 40px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-right: 20px;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    padding-top: 0px;
    margin: 0 auto;
}

.subtract-button {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid !important;
}

.add-subtract-container #quantity {
    border: none;
    background: #7c8085;
    text-align: center;
    color: #fff;
    padding: 0;
    font-size: 1.5rem;
    pointer-events: none;
    width: 50px;
    height: 33px;
}

.add-button {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid !important;
}

@media (min-width: 768px) {
    .add-subtract-container {
        max-width: 120px;
        margin-left: auto;
    }
}

/*     END OF CART BUTTON CSS       */

/*   Checkout loader    */

.message {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgb(6 6 6 / 9%);
    z-index: 3;
    top: 0;
}

.text-navy {
    color: #010080 !important;
}

.bg-navy {
    background: #010080 !important;
}

.text-primary {
    color: #010080 !important;
}
.btn-secondary{
    background-color: #D9D9D9 !important;
    border-color:#D9D9D9 !important;
    color:var(--primary-color) !important;
}

.bg-primary {
    background-color: #010080 !important;
}

.btn-primary {
    color: #fff;
    background-color: #010080;
    border-color: #010080;
}

.btn-danger{
    color:#fff;
    background-color:#EC0000;
    border-color:#EC0000;
}

.btn-light-green {
    color: #fff !important;
    background-color: #5ec75e;
    border-color: #5ec75e;
}

.btn-light-orange {
    color: #fff !important;
    background-color: #fc5d01;
    border-color: #fc5d01;
}

.btn-yellow {
    color: #000;
    background-color: #ffdf18;
    border-color: #ffdf18;
}

.btn-outline-primary {
    border-color: #000080;
    color: #000080;
    background-color: transparent;
}

.tab-navigations .nav-tabs {
    border-bottom: 0px;
}

.nav-tabs .nav-item {
    margin-bottom: 1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.btn-outline-primary:hover {
    background-color: #010080;
    border-color: #010080;
    color: #ffdf18;
}

.btn-primary:hover {
    background-color: #010080;
    border-color: #010080;
    color: #ffdf18 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #010080;
    border-color: #010080;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #ffdf18;
    background-color: transparent;
    border-color: #010080;
    box-shadow: none;
}

.btn-main {
    background-color: #010080 !important;
    border-color: #010080;
    color: #fff;
}

.btn-main:hover {
    background-color: #010080 !important;
    border-color: #010080;
    color: #fff;
}

.btn-main:not(:disabled):not(.disabled).active,
.btn-main:not(:disabled):not(.disabled):active {
    background-color: #010080 !important;
    border-color: #010080;
    color: #fff;
}

.display-4 {
    font-size: 1.5rem;
}

.h-100vh {
    height: 100vh;
}

/*********   Other CSS      ***************/

.restaurant-order-options {
    width: 100%;
}
.swiper{
    overflow: hidden;
}
.themes.default.restaurants.restaurant_list .text-primary,
.themes.default.restaurants.restaurant_list .swiper-slide .cafe-name,
.themes.default.restaurants.restaurant_list .user-order .price-area li,
.themes.default.restaurants.restaurant_list .categories-order a,
.themes.default.restaurants.restaurant_list .product-container .main-item-title,
.themes.default.restaurants.restaurant_list .user-order .total-price {
    color: #000 !important;
}

.fluid-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tab-navigations .slick-prev {
    left: -16px;
}

.tab-navigations .slick-prev:before {
    content: "\f104";
    font-family: "Fontawesome";
}

.tab-navigations .slick-next:before {
    content: "\f105";
    font-family: "Fontawesome";
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    opacity: 1;
    font-size: 1.5rem;
}

.slick-track {
    height: 40px;
}

.slick-list {
    height: 40px;
}

.schedule-dropdown-menu {
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 200px;
    box-shadow: 0 0 2px 0 #ddd;
    left: -36px;
    display: none;
}

.tab-navigations li.slick-current > a {
    border-bottom: 2px solid #0a0a0a !important;
    /* color: #000080; */
    /* font-weight: 300; */
    /* border: none !important; */
    /* background: none; */
    font-size: 0.8rem;
    /* font-weight: bold; */
    /* padding-bottom: 0px; */
    /* border-radius: 0; */
    /* font-family: "Josefin Sans", sans-serif; */
}

.tab-navigations li > a {
    /* color: #0a0a0a; */
    font-weight: 500;
    border: none !important;
    /* background-color: #ffffff; */
    font-size: 0.7rem;
    font-weight: bold;
    /* font-family: "Josefin Sans", sans-serif; */
    /* padding-left: 0px; */
}

.tab-navigations li > p {
    color: #000080;
    font-weight: 500;
    border: none !important;
    background-color: #ffffff;
    font-size: 0.9rem;

    padding-left: 20px;
    padding-top: 10px;
}

.tab-navigations .slick-next {
    right: -15px;
}

.round-image img {
    height: auto;
    width: fit-content;
}

.round-image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    margin: 0 auto;
    padding: 4px;
}

.restaurant-image {
    height: 70px;
    overflow: hidden;
    border-radius: 10%;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    background-color: #f7da38;
    padding: 4px;
}

.restaurant-image.active {
    border: 2px solid #000;
}

.restaurant-image img {
    max-height: 100%;
}

.product-list-holder {
    height: 100%;
}

.theiaStickySidebar,
.stickySidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    left: 0;
}

.left-col-vr-scr {
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 200px);
}

.mid-col-vr-scr {
    height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.right-col-vr-scr {
    height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: scroll;
}

/*********   Other CSS END      ***************/

.btn-round {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.btn-wide {
    padding-left: 2rem;
    padding-right: 2rem;
}

.menu-btns li {
    margin-bottom: 0.1rem;
    text-align: right;
}

.menu-btns .btn-wide {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.75rem;
    width: 60px;
}

.mobile-logo {
    align-items: center;
}

/* CUSTOM CSS */

.page-dark {
    background-color: white !important;
}

/* HEADER MENU */

.masthead {
    /* height: 70px; */
    margin: 0 auto;
}

.menu-large {
    width: 100%;
}

.nav-transparent .menu-transparent {
    background-color: #ffdf18;
}

.nav-transparent .menu-transparent .navbar-light {
    background-color: transparent;
}

.navbar-brand img {
    height: 75px;
}

.mobile-logo img {
    height: auto;
}

.mobiles-menu-trigger a > img {
    color: #000080;
    height: 20px;
}

.mobile-menu-trigger a:hover {
    color: #444;
}

.home p,
.home .list-unstyled > li {
    font-size: 1.2rem;
}

/*Other mobile menu*/

body.restaurant_list .mobile-login-signup,
body.checkout .mobile-login-signup {
    display: none !important;
}

body:not(.restaurant_list) .mobile-cart-icon,
body:not(.checkout) .mobile-cart-icon {
    display: none !important;
}

body.restaurant_list .mobile-cart-icon,
body.checkout .mobile-cart-icon {
    display: flex !important;
    text-align: right;
}

.mobile-cart-icon img {
    height: 27px;
}

.other-page-nav-mobile {
    box-shadow: 0px 0px 1px 0px #0e0e0e;
    background-size: auto;
    background-size: cover;
    margin-bottom: 1rem;
    background-color: #f8da30;
}

.other-page-nav-mobile .menu-bar-icon a {
    color: #000080;
    transition: all 0.5s;
    font-weight: 600;
}

@media (max-width: 992px) {
    .menu-bar-icon {
        color: #000080;
        line-height: 1.8rem;
    }

    .menu-card h3 {
        font-size: medium;
        font-weight: 400;
    }

    .menu-card p {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 350;
    }

    .menu-card a {
        font-size: 0.7rem;
        font-weight: 600;
        height: auto;
        width: auto;
    }
}

/*Other page menu*/

.page-dark .masthead {
    /* height: 65px; */
}

.other-logo-warp a > img {
    height: 50px;
}

.logo-image svg {
    height: 50px;
}

.other-logo-warp {
    margin-left: auto;
    text-align: right;
}

.top-back-btn > img {
    height: 70px;
}

a.top-back-btn {
    display: block;
    margin-top: -12px;
}

/* Home Banner */

ul.filter-list {
    padding-left: 1.25rem;
    height: 100vh;
}

.main-slider {
    /* background: url("../images/banner.png"); */
    background-size: cover;
    background-position: center;
    background-color: #ffdf18;
}

.main-slider .slider-row {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc((var(--vh, 1vh) * 100) - 160px);
}

.slider-content {
    margin: 0 auto;
    text-align: center;
}

.slider-content .restaurant-search {
    width: 100%;
    margin: 0 auto;
}

.slider-content .restaurant-search-inner {
    margin-bottom: 2rem;
}

.slider-content .restaurant-search input {
    padding: 1rem 0.75rem;
    height: calc(2em + 0.85rem + 5px);
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
    border-left: none;
    outline: 0;
}

.slider-content .restaurant-search #button-addon2 {
    background: #fff;
    border-radius: 50%;
    margin-left: -50px;
    background-color: #010080;
    color: #fff;
    height: 50px;
    width: 50px;
    z-index: 4;
}

.slider-content .restaurant-search .input-group-text {
    font-size: 1.5rem;
    border-right: none;
    background: white;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.slider-content .restaurant-search .form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

.img-stacks {
    z-index: 1;
}

.img-stacks img {
    max-width: 50%;
    box-shadow: 0 0 20px 0px #777;
    border-radius: 10px;
}

.img-stacks > .img-stacks-first {
    transform: translate(-10%, 20%);
}

.img-stacks > .img-stacks-second {
    transform: translate(10%, -20%);
}

.img-stacks > .img-stacks-third {
    transform: translate(30%, -60%);
}

.banner-nav {
    padding-bottom: 1rem;
}

.banner-nav a {
    text-decoration: none;
}

.banner-nav .learn-more-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #000;
}

.banner-nav .learn-more-text {
    display: block;
    padding-top: 1rem;
    color: #000;
    text-decoration: none;
}

.slider-content .Slider_first h1 {
    font-weight: 600;
}

/* Home Restaurant */

.icon-box {
    text-align: center;
}

.icon-media {
    max-width: 250px;
    margin: 0 auto;
    background: #ddd;
    border-radius: 12px;
    box-shadow: 0 0 0px 0px #ddd;
}

.icon-media-heading {
    height: 100px;
    position: relative;
}

.icon-media-heading img {
    height: 100px;
    margin-left: -5.5em;
    margin-top: 0.25em;
}

.icon-media-heading h3 {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 12px;
}

.icon-media-content {
    text-align: center;
    margin-top: -0.75rem;
}

.icon-box-content {
    padding: 0.5rem;
}

.icon-media-content img {
    max-height: 100px;
}

.title-with-bg h2 {
    background: #05007f;
    background-position: center;
    color: #fff;
    /* background-size: 100% 100%; */
    position: relative;
    /* transform: skew(-10deg); */
    width: auto;
    /* border: 1px solid red; */
    display: inline-block;
    padding: 0 24px;
}

.title-with-bg h2::after,
.title-with-bg h2::before {
    background: #ffdf18;
    width: 30px;
    height: 100%;
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    transform: skew(-10deg);
}

.title-with-bg h2::before {
    left: -12px;
}

.title-with-bg h2::after {
    right: -12px;
}

.home-featured-title {
    font-size: 1.5rem;
}

.home-image-featured-title {
    font-size: 1.2rem;
    background-size: 80% !important;
}

.home-support {
    background: url("../images/24-7-support-bg.png") no-repeat;
    background-size: 390px;
    background-position: 100% 100%;
}

.list-custom li {
    line-height: 2;
}

.list-custom li::before {
    color: transparent;
    font-size: 1px;
    content: "";
    margin-left: -1.3em;
    margin-right: 10px;
    padding: 13px 10px;
    background-image: url("../images/list-icon.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.image-wrapper {
    max-width: 100%;
}

.image-wrapper img {
    max-width: 100%;
}

.mix-match-bg {
    background: url("../images/mix-match-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-form label {
    font-size: 0.8rem;
}

.contact-form input {
    border-radius: 0;
}

/* Home Restaurant */

.rest-card > img {
    height: 221px;
    margin: 0 auto;
    width: 340px;
    border-radius: 15px;
    max-width: 100%;
}

@media screen and (min-width: 1200px) {
    .rest-card > img {
        height: 221px;
    }
}

@media screen and (min-width: 1600px) {
    .rest-card > img {
        height: 221px;
        width: 384px;
    }
}

.rest-card .card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.rest-card h3 {
    font-size: 1.5rem;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* ORDER PAGE */

.nav-dark .masthead {
    background-color: #ffdf18;
}

.header-search input {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem;
    border-left: none;
    width: 300px !important;
}

* {
    scrollbar-width: thin;
    /* scrollbar-color: #ffffff #ffffff; */
}

.header-search input::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 4;
}

.header-search .input-group-text {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-right: none;
    background: White;
}

.header-search input:focus,
.header-search input:active,
.header-search input:visited {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.header-search .input-group {
    margin-left: auto;
}

.menu-bar-icon a {
    color: #000080;
    transition: all 0.5s;
    font-weight: 600;
}

.menu-bar-icon a:hover {
    text-decoration: none;
    color: #777;
    transition: all 0.5s;
}

.logo-warp {
    padding: 0.5rem 0;
}

.logo {
    max-height: 80px;
    color: #000080;
}

.logo img {
    max-width: 100%;
    max-height: 50px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
   
    opacity: 1;
    /* Firefox */
}

/* BANNER */

.banner-bg {
    background: url(../images/mini-banner.png);
    background-size: cover;
    height: 300px;
}

/*  sticky-component  */

/* ul.filter-list {
    padding-left: 1.25rem;
    height: 100vh;
} */

.filter-list > li {
    padding: 0.35rem 0.5rem;
    font-size: 1.3rem;
    /* background: #ebedf3 !important; */
    border: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.animate-image2,
.animated-image1 {
    max-width: 90%;
}

.overlay-content {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
}

@media screen and (min-width: 768px) {
    .card-item-img {
        height: 173px;
    }

    .restaurant-order-options {
        width: 75%;
    }

    body.restaurant_list .mobile-cart-icon {
        display: none !important;
    }

    .home .large-font {
        font-size: 2rem !important;
    }

    .slider-content h4 {
        font-size: 1.3rem;
    }

    .menu-btns .btn-wide {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        width: auto;
    }

    .animated-image1 {
        max-height: 200px;
        transform: translate(50%, 30%);
        transition: 0.8s linear;
    }

    .animated-image2 {
        max-height: 300px;
        transform: translate(-25%, 30%);
        transition: 0.8s linear;
    }

    .animate-image1 {
        transform: translate(40%, 30%);
        transition: 0.8s linear;
    }

    .animate-image2 {
        transform: translate(-20%, 20%);
        transition: 0.8s linear;
    }
}

/*  sticky-component end  */

/* MENU Page */

.user-delivery-option select {
    font-size: 0.8rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><g><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></g></svg>")
        no-repeat;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #f7da38;
    color: #000;
}

.user_options_label label {
    font-size: 0.7rem;
    margin-bottom: 0;
}

.order-time button {
    font-size: 0.7rem;
    padding-left: 0;
    padding-right: 0;
}

.order-delivery-time {
    display: none;
}

.order-location input::placeholder {
    font-size: 0.8rem;
}

/**/

.round-input {
    border-radius: 1rem;
}

.restaurant-bar {
    margin: 0 auto;
}

.restaurant-bar-inner {
    margin: -42px auto;
    padding-bottom: 1.5rem;
}

.restaurant-services {
    padding: 1rem 0;
}

/****** New Styles ******/

@media (max-width: 768px) {
    .product-container .main-item-title {
        font-size: 0.9rem;
        color: #000080;
        font-weight: 400 !important;
        text-transform: uppercase;
    }

    span.item-search {
        position: absolute;
        right: 0px;
        cursor: pointer;
    }
}

.shop h3,
.shop h4 {
    font-weight: 400 !important;
}

.restaurant_list .item-media-content {
    padding: 0;
    /* max-height: 92px; */
    /* overflow: hidden; */
    margin-bottom: 0.5rem;

    .item-title {
        font-weight: 700;
    }

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

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    color: #000080;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.pupular-list-item,
.popular-item-img,
.pupular-list-item .row,
.pupular-list-item .col-24,
.pupular-list-item .card,
.menu-card {
    border-radius: 14px;
    border-color: #d9d9d9 !important;
    .card-body {
        border-radius: 14px;

        .item {
            padding: 14px;
        }
    }
    img {
        border-radius: 14px;
        padding: 0;
    }
}

.card-item-img {
    height: 150px;
}

/****** New Styles end popular item******/

.tab-content > .active {
    position: relative;
    transition: all 0.5s;
}

.pupular-items {
    background: #ffdf18;
}

.popular-items-inner {
    position: relative;
}

.pupular-list-item {
    background: #fff;
}

.pupular-list-item .row {
    width: auto;
}

.popular-item-content h3 {
    font-size: 1rem;
    font-weight: 500;
}

.popular-item-content p {
    margin-bottom: 0;
    font-weight: 400;
}

.popular-item-img {
    width: 30%;
}

.popular-item-img img {
    max-width: 100%;
    height: auto;
}

.pupular-items .slick-next::before,
.pupular-items .slick-prev::before {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1rem;
    color: #000080;
}

.pupular-items .slick-prev::before {
    content: "\f104";
    font-family: "fontawesome";
}

.pupular-items .slick-next::before {
    content: "\f105";
    font-family: "fontawesome";
}

.menu-search {
    position: sticky;
    top: 33px;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 1;
}

.menu-search input {
    border-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.menu-search .input-group-text {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-right: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: none;
}

.round-logo-warap {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    overflow: hidden;
    background: #fff;
}

.stickySidebar {
    left: 15px;
    right: 0;
}

.filter-wrapper {
    background: #fff !important;
}

.user-order-holder,
.filter-wrapper,
.tab-navigations {
    position: sticky;
    top: 0;

    z-index: 1;
}

.filter-list > li {
    padding: 0.2rem 0.25rem;
    font-size: 0.95rem;
    background: #fff !important;
}

.filter-list li a {
    color: #000080;
}

.user-order {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 30px;
}

.theiaStickySidebar h6 {
    margin: 0 0 10px;
    font-size: 0.9rem;
    color: #000080;
    border-bottom: 1px solid #ebedf3;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.user-order h6 {
    margin: 0 0 10px;
    font-size: 0.9rem;
    color: #000080;
    border-bottom: 1px solid #ebedf3;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.categories-order {
    border-bottom: 1px solid #ebedf3;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-left: 0;
    list-style: none;
}

.categories-order li {
    margin: 0 0 10px;
    line-height: 20px;
    color: #000080;
    font-size: 0.8rem;
    position: relative;
}

.categories-order li {
    margin: 0 0 10px;
    line-height: 20px;
    color: #000080;
    font-size: 0.8rem;
    position: relative;
}

.categories-order a.btn-cross {
    float: right;
    font-size: 1rem;
    color: #999ba3;
    display: inline-block;
    margin: 0px 0 0 8px;
}

.categories-order a {
    color: #000080;
    display: inline-block;
    max-width: 65%;
    font-weight: 400;
}

.categories-order .category-price {
    float: right;
    font-weight: 600;
}

.user-order .price-area {
    margin: 0 0 12px;
}

.user-order .price-area ul {
    margin: 0 0 20px;
    list-style: none;
    padding-left: 0;
}

.user-order .price-area li {
    font-size: 13px;
    line-height: normal;
    color: #000080;
    margin: 0 0 10px;
    font-weight: 600;
    /* font-family: 'Open Sans', sans-serif; */
}

.user-order .price-area li .price {
    color: #000080;
    float: right;
}

.user-order .price-area li:last-child {
    margin: 0;
}

.user-order .price-area li .price {
    color: #000080;
    float: right;
}

.user-order .total-price {
    background-color: #fff;
    margin: 0 0 12px;
    font-size: 13px;
    color: #000080;
    padding: 10px 15px;
    line-height: normal;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
}

.user-order .total-price .price {
    float: right;
    font-size: 14px;
    color: #000080;
    font-weight: 700;
}

main {
    height: 100vh;
    overflow: hidden;
    margin-bottom: 50px;
}

.user-order .success-message {
    border-bottom: 1px solid #ebedf3;
    color: #51861e;
    display: block;
    font-size: 12px;
    padding: 0 0 12px;
    margin: 0 0 12px;
}

/* Order for */

.for-order {
    padding-left: 75px;
}

.for-order p {
    font-weight: 500;
    font-size: 0.9rem;
    color: #000080;
}

.delivery-dropdown .dropdown-toggle {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 20px;
    color: #000080;
}

.estimate-info p {
    margin-right: 20px;
}

.estimate-info-address {
    float: left;
}

.estimate-info-address button {
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: -25px;
}

.swiper-slide .cuisine-name {
    font-size: 0.8rem;
    font-weight: 400;
    color: #000080;
}

/* PRODUCT LIST*/

.item-list-item {
    list-style: none;
    margin-top: 15px;
    overflow: hidden;
}

.item-media-content {
    padding: 0.1rem;
}

.item-media-img {
    text-align: right;
}

.item-media-img img {
    max-width: 100%;
}

.item-title {
    font-size: 18px;
}

.item-caption {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

/* FOOTER */

.footer {
    background-color: #ffffff;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.footer-top {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.footer-col h4 {
    color: #000;
    margin-bottom:25px;
}
.footer-menu li{
    margin-bottom:15px;
}
.footer-menu a,
.footer-bottom a {
    color: #050505;
    font-weight: 400;
    transition: all 0.5s;
    /* margin-bottom: 15px; */
}

.footer-menu a:hover,
.footer-bottom a:hover {
    text-decoration: none;
    color: #888;
    transition: all 0.5s;
}

.social-icons img {
    height: 30px;
}

.language-dropdown {
    padding: 0.35rem 1.5rem;
    border-radius: 1rem;
    border: none;
    font-weight: 300;
}

.btn-estimate {
    width: 70%;
    height: 45px;
    font-weight: 300;
    border: 1px solid black;
}

.swiper-button-next,
.swiper-button-prev {
    height: 20px;
    width: 10px;
}

.swiper-button-next,
.s1-rtl .swiper-button-prev {
    right: 250px;
    left: auto;
    padding-top: 5px;
}

.swiper-button-next:focus {
    outline: none;
    box-shadow: none;
}

.swiper-button-prev:focus {
    outline: none;
    box-shadow: none;
}

.swiper-button-prev,
.s1-rtl .swiper-button-prev {
    left: -15px;
    right: auto;
}

.swiper-slide {
    background: #fff;
    background-size: contain;
    align-items: center;
    line-height: 1.2;
}

.cuisine-container {
    margin-bottom: 0.25rem;
}

#carouselExampleMobile {
    padding: 0 10px;
}

.menu-card p {
    font-weight: 350;
}

.sticky-components {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    position: -webkit-sticky;
}

/* @media (min-width: 576px) { */
#location_pop {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
}

/* } */
.active-thumb {
    border: 2px solid #010080;
}

span#changeAddress {
    position: absolute;
    top: -5px;
    cursor: pointer;
    border: 1px solid red;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 1.2;
    right: -6px;
    background: #fff;
    text-align: center;
}

.mobileCheckoutBtn {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 8px 15px;
}

.mobileCheckoutBtn a {
    display: block;
}

.restaurant-page-nav {
    height: 115px;
    border-radius: 12px;
}

.restaurant-page-nav img {
    height: 100px;
}

.account .card-header {
    padding: 0.5rem 1rem;
}

.card-header.bg-primary {
    color: #fff;
}

.account .card-header,
.account .card {
    border-radius: 0 !important;
}

.account td,
th {
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    span#changeAddress {
        top: -14px;
        right: -5px;
    }

    .mobileCheckoutBtn {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .rst-name {
        h5 {
            font-size: 14.66px;
        }
        p {
            font-size: 12px;
        }
    }

    .rst-contact {
        p {
            font-size: 12px;
        }
    }
    .rst-btns {
        a {
            font-size: 8px;
            &:first-child {
                margin-bottom: 5px;
            }
        }
    }
    ul.nav.nav-tabs.menu-tabs {
        .slick-slide a {
            font-size: 12px;
        }
    }
    ul.nav.nav-tabs.rst-section-menu {
        a {
            svg {
                width: 16px;
                height: 16px;
            }
        }
    }
}

@media (max-width: 576px) {
    #location_pop {
        font-size: 0.65rem;
    }

    .restaurant-order-options #search-location,
    .restaurant-order-options .order-for-what input,
    .input-with-animation,
    .input-animation label {
        font-size: 0.8rem;
        height: 38px;
    }

    /* .restaurant_list .masthead, .checkout .masthead {
        height: 65px;
    } */
    .user-delivery-option select {
        padding-left: 5px;
        padding-right: 3px;
        font-size: 0.6rem;
        width: 90%;
        height: auto;
        text-align: center;
        background-size: 30% !important;
    }

    .footer-copyright p {
        font-size: 0.6rem;
    }

    .slider-content .restaurant-search input {
        font-size: 0.823rem;
        height: 50px;
        padding-left: 0;
    }

    .slider-primary-title {
        font-size: 1.8rem;
    }

    .slider-secondary-title {
        font-size: 1.2rem;
    }

    .commission-img {
        height: 250px;
    }

    .round-image img {
        height: auto;
        width: fit-content;
    }

    .swiper-slide .cafe-name {
        text-align: center;
        font-size: 9px;
        font-weight: 500;
        color: #000080;
    }

    .round-image {
        height: 45px;
        border-radius: 50%;
        overflow: hidden;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .swiper-slide .cuisine-name {
        font-size: 0.6rem;
        font-weight: 400;
        color: #000080;
    }

    .restaurant-image img {
        max-height: 100%;
    }

    .tab-navigations li > p {
        color: #000080;
        font-weight: 500;
        border: none !important;
        background-color: #ffffff;
        font-size: 1rem;
        font-family: "Josefin Sans", sans-serif;
        padding-left: 30px;
        padding-top: 10px;
    }

    #cuisine_btn_prev::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 15px;
        padding-left: 35px;
        color: #000080;
    }

    #cuisine_btn_next::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 14px;
        padding-left: 495px;
        color: #000080;
    }

    #restaurant_btn_prev::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 10px;
        padding-left: 30px;
        color: #000080;
    }

    #restaurant_btn_next::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 10px;
        padding-left: 497px;
        color: #000080;
    }

    .for-order {
        padding-left: 8%;
    }

    .for-order p {
        font-size: 0.8rem;
        font-weight: 600;
        color: #000080;
    }
}

@media (max-width: 375px) {
    /* .restaurant_list .masthead,.checkout .masthead {
        height: 60px;
    } */
    .user-delivery-option select {
        background-position: center right -1px !important;
    }

    .user-delivery-option select {
        padding-right: 6px;
        padding-left: 3px;
    }

    .slider-content .restaurant-search .input-group-text {
        padding-right: 4px;
    }

    .order-location ::placeholder {
        font-size: 0.9rem;
    }

    .user_options_label label {
        font-size: 0.6rem;
    }

    .order-time button {
        font-size: 0.6rem;
    }

    .slider-content .restaurant-search input {
        font-size: 0.72rem;
    }

    .slider-primary-title {
        font-size: 1.7rem;
    }

    .slider-secondary-title {
        font-size: 0.8rem;
    }

    .round-image img {
        height: auto;
        width: fit-content;
    }

    .swiper-slide .cafe-name {
        text-align: center;
        font-size: 8px;
        font-weight: 500;
        color: #000080;
        margin-bottom: 0;
    }

    .round-image {
        height: 45px;
        border-radius: 50%;
        overflow: hidden;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .swiper-slide .cuisine-name {
        font-size: 0.6rem;
        font-weight: 400;
        color: #000080;
    }

    .restaurant-image img {
        max-height: 100%;
    }

    .tab-navigations li > p {
        color: #000080;
        font-weight: 500;
        border: none !important;
        background-color: #ffffff;
        font-size: 0.9rem;
        font-family: "Josefin Sans", sans-serif;
        padding-left: 30px;
        padding-top: 10px;
    }

    #cuisine_btn_prev::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 20px;
        padding-left: 19px;
        color: #000080;
    }

    #cuisine_btn_next::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 20px;
        padding-left: 505px;
        color: #000080;
    }

    #restaurant_btn_prev::after {
        font-size: 8px;
        font-weight: 600;
        padding-left: 15px;
        color: #000080;
    }

    #restaurant_btn_next::after {
        font-size: 8px;
        font-weight: 600;
        padding-bottom: 15px;
        padding-left: 505px;
        color: #000080;
    }

    .for-order {
        padding-left: 18%;
    }

    .for-order p {
        font-size: 0.6rem;
        font-weight: 600;
        color: #000080;
    }
}

@media (max-device-width: 320px) {
    /* .restaurant_list .masthead,.checkout .masthead {
        height: 55px;
    } */

    .slider-content .restaurant-search input {
        font-size: 0.65rem;
    }

    .round-image img {
        height: auto;
        width: fit-content;
    }

    .swiper-slide .cafe-name {
        text-align: center;
        font-size: 8px;
        font-weight: 500;
        color: #000080;
        margin-bottom: 0;
    }

    .round-image {
        height: 45px;
        border-radius: 50%;
        overflow: hidden;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .swiper-slide .cuisine-name {
        font-size: 0.6rem;
        font-weight: 400;
        color: #000080;
    }

    .restaurant-image img {
        max-height: 100%;
    }

    .tab-navigations li > p {
        color: #000080;
        font-weight: 500;
        border: none !important;
        background-color: #ffffff;
        font-size: 0.9rem;
        font-family: "Josefin Sans", sans-serif;
        padding-left: 17px;
        padding-top: 10px;
    }

    #cuisine_btn_prev::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 25px;
        padding-left: 25px;
        color: #000080;
    }

    #cuisine_btn_next::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 15px;
        padding-left: 505px;
        color: #000080;
    }

    #restaurant_btn_prev::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 7px;
        padding-left: 19px;
        color: #000080;
    }

    #restaurant_btn_next::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 8px;
        padding-left: 505px;
        color: #000080;
    }

    /*IPhone portrait and smaller. You can probably stop on 320px*/
    .for-order {
        padding-left: 0%;
    }

    .for-order p {
        font-size: 0.5rem;
        font-weight: 600;
        padding-left: 5px;
        color: #000080;
    }

    .slider-primary-title {
        font-size: 1.5rem;
    }

    .slider-secondary-title {
        font-size: 0.8rem;
    }
}

@media (max-device-width: 280px) {
    .menu-card a {
        font-size: 0.5rem;
        font-weight: 400;
        height: auto;
        width: auto;
    }

    .menu-card p {
        font-size: smaller;
    }

    .tab-navigations li > a {
        color: #000080;
        font-weight: 300;
        border: none !important;
        background-color: #ffffff;
        font-size: 0.6rem;
        font-weight: 500;
        font-family: "Josefin Sans", sans-serif;
        padding-left: 0px;
    }

    #cuisine_btn_prev::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 25px;
        padding-left: 32px;
        color: #000080;
    }

    #cuisine_btn_next::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 15px;
        padding-left: 515px;
        color: #000080;
    }

    #restaurant_btn_prev::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 10px;
        padding-left: 32px;
        color: #000080;
    }

    #restaurant_btn_next::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 8px;
        padding-left: 515px;
        color: #000080;
    }

    .swiper-slide .cafe-name {
        text-align: center;
        font-size: 0.4rem;
        font-weight: 300;
        color: #000080;
    }

    /*IPhone portrait and smaller. You can probably stop on 320px*/
    .for-order {
        padding-left: 0%;
    }

    .for-order p {
        font-size: 0.5rem;
        font-weight: 600;
        padding-right: 5px;
        color: #000080;
    }

    .delivery-dropdown .dropdown-toggle {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: -8px;
        font-size: 0.4rem;
        font-weight: 400;
        color: #000080;
    }

    .asap-dropdown .dropdown-toggle {
        font-size: 0.4rem;
        font-weight: 400;
        margin-right: 14px;
        padding-top: 8px;
        color: #000080;
    }

    .estimate-info p {
        margin-left: -29px;
        font-size: 0.4rem;
        font-weight: 400;
        color: #000080;
    }

    .estimate-info-address {
        float: left;
    }

    .estimate-info-address button {
        font-size: 0.3rem;
        font-weight: 400;
        margin-right: -19px;
        color: #000080;
    }

    .estimate-info-address button svg {
        height: 10px;
        width: auto;
    }

    .col-12 {
        position: relative;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (min-width: 321px) {
    .slider-content .restaurant-search {
        width: 100%;
    }

    .user-delivery-option select {
        background-position: center right -1px !important;
    }
}

@media (min-width: 576px) {
    .cafe-name {
        font-size: 1rem;
    }

    .restaurant-page-nav {
        height: 200px;
    }

    .restaurant-page-nav img {
        height: 200px;
    }

    .main-slider .slider-row {
        height: calc((var(--vh, 1vh) * 100) - 160px);
    }

    .restaurant-bar {
        max-width: 67%;
    }

    .product-list-holder {
        min-height: 400px;
    }

    .user-order-holder,
    .filter-wrapper,
    .tab-navigations {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 1;
    }

    .slider-content .restaurant-search {
        width: 60%;
        margin: 0 auto;
    }

    .display-4 {
        font-size: 3rem;
    }

    .home-featured-title {
        font-size: 2.5rem;
    }

    .home-image-featured-title {
        font-size: 1.5rem;
    }

    .mobiles-menu-trigger a > img {
        height: 40px;
    }

    .user-delivery-option select {
        background-position: center right 0px !important;
    }
}

@media (min-width: 768px) {
    .slider-content .restaurant-search {
        width: 60%;
    }

    .mobile-logo img {
        height: 70px;
    }

    .slider-primary-title {
        font-size: 1.9rem;
    }

    .stickySidebar svg {
        height: 16px;
        width: 16px;
    }

    .stickySidebar h4 {
        font-size: 1.1rem;
    }

    .stickySidebar .list-item ul li a {
        font-size: 1rem;
        font-weight: 300;
    }

    .header-search input {
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem;
        border-left: none;
        width: 220px !important;
    }

    .header-search input::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 4;
    }

    .masthead {
        height: auto;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .slider-content .restaurant-search button {
        font-size: 1.5rem;
    }

    #cuisine_btn_prev::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 20px;
        padding-left: 80px;
        color: #000080;
    }

    #cuisine_btn_next::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 17px;
        padding-left: 435px;
        color: #000080;
    }

    #restaurant_btn_prev::after {
        font-size: 8px;
        font-weight: 600;
        padding-bottom: 5px;
        padding-left: 75px;
        color: #000080;
    }

    #restaurant_btn_next::after {
        font-size: 8px;
        font-weight: 600;
        padding-bottom: 5px;
        padding-left: 435px;
        color: #000080;
    }

    .swiper-slide .cafe-name {
        text-align: center;
        font-size: 0.7rem;
        font-weight: 300;
        color: #000080;
    }

    .for-order {
        padding-left: 5px;
    }

    .for-order p {
        font-weight: 600;
        font-size: 0.7rem;
        color: #000080;
    }

    .tab-navigations li.slick-current > a {
        /* color: #000080; */
        /* box-shadow: 0px 0px 0px 0px #ddd; */
        /* background: none; */
        /* font-size: 0.8rem; */
        /* font-weight: bold; */
        /* border-radius: 1rem; */
        /* color: black !important; */
    }

    .tab-navigations li > a {
        /* color: #000080; */
        /* font-weight: 300; */
        /* border: none !important; */
        /* background-color: #ffffff; */
        font-size: 0.8rem;
        /* margin-left: 14px; */
        font-weight: bold;
        /* font-family: "Josefin Sans", sans-serif; */
    }

    .tab-navigations .slick-next {
        right: -10px;
    }

    .user-order-holder,
    .filter-wrapper,
    .tab-navigations {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 1;
    }

    .product-container .main-item-title {
        font-size: 1.4rem;
        color: #000080;
        font-weight: 400 !important;
        text-transform: uppercase;
    }

    span.item-search {
        right: 20px;
        cursor: pointer;
        float: right;
    }

    .restaurant_list .item-media-content {
        /* max-height: 95px; */
    }

    .restaurant_list .item-media-content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .restaurant_list a.product-img-wrap {
        font-size: 1rem;
    }

    .item-search {
        font-size: 1.5rem;
    }

    .item-media-content p {
        font-weight: 400;
    }
}

@media (min-width: 992px) {
    .slider-content .restaurant-search {
        width: 50%;
    }

    .slider-primary-title {
        font-size: 3rem;
    }

    .user-delivery-option select {
        font-size: 1rem;
        /* padding-left: 1rem;
        padding-right: 1rem;
        width: 70%; */
    }

    .user_options_label label {
        font-size: 0.9rem;
    }

    .order-time button {
        font-size: 0.9rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    /* .order-delivery-time{
        display:inline-block;
    } */
    .order-location input::placeholder {
        font-size: 0.9rem;
    }

    .stickySidebar svg {
        height: 23px;
        width: 23px;
    }

    .stickySidebar h4 {
        font-size: 1.5rem;
    }

    .stickySidebar .list-item ul li a {
        font-size: 1.2rem;
        font-weight: 300;
    }

    .header-search input {
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem;
        border-left: none;
        width: 170px !important;
    }

    .header-search input::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 4;
    }

    .restaurant-bar {
        max-width: 67%;
    }

    .swiper-slide .cafe-name {
        text-align: center;
        font-size: 0.8rem;
        font-weight: 400;
        color: #000080;
    }

    #cuisine_btn_prev::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 20px;
        padding-left: 95px;
        color: #000080;
    }

    #cuisine_btn_next::after {
        font-size: 8px;
        font-weight: 600;
        padding-top: 18px;
        padding-left: 375px;
        color: #000080;
    }

    #restaurant_btn_prev::after {
        font-size: 8px;
        font-weight: 600;
        padding-bottom: 15px;
        padding-left: 90px;
        color: #000080;
    }

    #restaurant_btn_next::after {
        font-size: 8px;
        font-weight: 600;
        padding-bottom: 20px;
        padding-left: 380px;
        color: #000080;
    }

    .for-order {
        padding-left: 15px;
    }

    .for-order p {
        font-weight: 600;
        font-size: 0.9rem;
        color: #000080;
    }

    .delivery-dropdown .dropdown-toggle {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 0.8rem;
        font-weight: 600;
        color: #000080;
    }

    .asap-dropdown .dropdown-toggle {
        font-size: 0.8rem;
        font-weight: 600;
        margin-left: -43px;
        color: #000080;
    }

    .estimate-info p {
        margin-left: 0px;
        font-size: 0.8rem;
        font-weight: 600;
        color: #000080;
    }

    .estimate-info-address button {
        font-size: 0.8rem;
        font-weight: 600;
        margin-left: -20px;
        color: #000080;
    }
}

@media (min-width: 1024px) {
    .max-container, .max-container-lg, .max-container-md, .max-container-sm {
        max-width: 1920px !important;
        padding-left:40px !important;
        padding-right:40px !important;
    }
}


@media (min-width: 1200px) {
    .slider-content .restaurant-search {
        max-width: 50%;
    }

    .slider-primary-title {
        font-size: 3.3rem;
    }

    .header-search input {
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem;
        border-left: none;
        width: 250px !important;
    }

    .header-search input::-webkit-input-placeholder,
    .header-search ::-moz-placeholder,
    .header-search ::placeholder {
        font-size: 0.8rem;
    }

    .item-media-content {
        padding: 0.1rem;
    }

    #cuisine_btn_prev::after {
        font-size: 12px;
        padding-left: 42px;
    }

    #cuisine_btn_next::after {
        font-size: 12px;
        padding-top: 15px;
        padding-left: 490px;
    }

    #restaurant_btn_prev::after {
        font-size: 12px;
        padding-left: 35px;
        padding-bottom: 0px;
    }

    #restaurant_btn_next::after {
        font-size: 12px;
        padding-bottom: 0px;
        padding-left: 493px;
    }

    .swiper-slide .cafe-name {
        text-align: center;
        font-size: 0.8rem;
        font-weight: 400;
        color: #000080;
    }

    .for-order {
        padding-left: 15px;
    }

    .for-order p {
        font-weight: 600;
        font-size: 1.2rem;
        margin-bottom: 0;
        color: #000080;
    }

    .delivery-dropdown .dropdown-toggle {
        padding-left: 35px;
        padding-right: 35px;
        font-size: 1rem;
        font-weight: 500;
        color: #000080;
    }

    .asap-dropdown {
        margin-left: 16px;
    }

    .asap-dropdown .dropdown-toggle {
        font-size: 1rem;
        font-weight: 500;
        color: #000080;
    }

    .estimate-info p {
        margin-right: -25px;
        font-size: 1.2rem;
        font-weight: 500;
        color: #000080;
    }

    .estimate-info-address button {
        font-size: 1rem;
        font-weight: 500;
        margin-left: -2px;
        color: #000080;
    }

    .estimate-info-address button svg {
        height: 17px;
        width: auto;
    }

    .container, .container-lg, .container-md, .container-sm {
        max-width: 1280px !important;
        
    }
}

@media screen and (min-width: 1400px) {
    

    .slider-content .restaurant-search {
        max-width: 600px;
    }
}

@media screen and (min-width: 1600px) {
   

    .slider-content .restaurant-search {
        max-width: 600px;
    }
}

@media screen and (min-width: 1900px) {
    

    .slider-content .restaurant-search {
        max-width: 800px;
    }
}



/*end Order for */

/* MEDIA QUIEREIS */
