@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Medium.woff2') format('woff2'), url('../fonts/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Light.woff2') format('woff2'), url('../fonts/Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.woff2') format('woff2'), url('../fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.woff2') format('woff2'), url('../fonts/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-SemiBold.woff2') format('woff2'), url('../fonts/Quicksand-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Patrick Hand';
    src: url('../fonts/PatrickHand-Regular.woff2') format('woff2'), url('../fonts/PatrickHand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.btn, .card, .rounded, .border-2, .modal-content, .form-control, .dropdown-menu {
    border-radius: var(--border-radius) !important;
    overflow: hidden;
}

.bootstrap-touchspin-up, .bootstrap-touchspin-down {
    border-radius: 0 !important;
}

.pac-target-input, #search-food {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.bootstrap-touchspin-down {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.bootstrap-touchspin-up {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.container {
    max-width: 1280px;
}

.bg-main {
    background: var(--main-color) !important;
}

a {
    color: var(--main-color);
    transition: all 0.3s ease;
}

    a:hover {
        color: var(--main-color);
        opacity: 0.8;
        text-decoration: none;
    }

.navbar a {
    color: #fff;
}

.navbar .nav-item a:hover {
    color: #fff;
    background: rgba(0, 0, 0, .2);
}

.btn-primary {
    background: #CD003D;
    color: #fff !important;
    border-color: var(--primary-color) !important;
    transition: all 0.3s ease;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: var(--main-color) !important;
        color: #fff !important;
        opacity: 0.9;
        box-shadow: none !important;
    }

.modal-title {
    color: var(--main-color);
    font-size: 1rem;
}

.modal-close {
    position: absolute;
    right: 21px;
    top: 21px;
}

.languageModal .form-check-label {
    color:black;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .languageModal .form-check-label .form-check-input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.languageModal .form-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.languageModal .form-check-label:hover .form-check-input ~ .form-checkmark {
    background-color: #ccc;
}

.languageModal .form-check-label .form-check-input:checked ~ .form-checkmark {
    background-color: var(--main-color);
}

.languageModal .form-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.languageModal .form-check-label .form-check-input:checked ~ .form-checkmark:after {
    display: block;
}

.languageModal .form-check-label .form-checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.languageModal .modal-radio {
    border: 1px solid var(--light-color);
    border-radius: var(--border-radius);
}

.languageModal .form-check {
    border-bottom: 1px solid var(--light-color);
    padding: 10px 10px;
}

    .languageModal .form-check:last-child {
        border-bottom: 0;
    }
[data-toggle="touchspin"], #setcount, input.touchspin {
    width: 38px !important;
    text-align: center !important;
    border-color: var(--main-color) !important;
    display: block;
    min-width: 23px !important;
    height: 38px !important;
    max-width: 23px !important;
    padding: 0;
}
/*
input[type="text"], input[type="email"], input[type="password"], textarea {
    transition: all 0.3s ease !important;
    border: 2px solid #ced4da !important;
    height: 40px !important;
}

    input[type="text"]:focus, input[type="text"]:active, input[type="text"]:hover, input[type="email"]:focus, input[type="email"]:active, input[type="email"]:hover, input[type="password"]:focus, input[type="password"]:active, input[type="password"]:hover, textarea:hover, textarea:active {
        box-shadow: none !important;
        border-color: var(--main-color) !important;
    }
*/
body {
    background-color: var(--body-color);
}

#main-content {
    min-height: calc(100vh - 144px);
    padding-top: 25px;
    padding-bottom: 25px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-main {
    height: 400px;
    border-radius: var(--border-radius);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-pagination-bullet-active {
    background: var(--main-color);
}

.bg-primary {
    background: var(--main-color) !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.color-primary {
    color: var(--main-color);
}

.color-grey {
    color: var(--grey-color);
}

.card-basket {
    border: 3px solid var(--main-color);
    border-radius: var(--border-radius);
}

    .card-basket .card-body {
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.border-2 {
    border: 2px solid var(--border-color-2) !important;
    border-radius: 0.25rem;
}

.card-menu .card-body ul a {
    color: #525252;
}

    .card-menu .card-body ul a.active {
        color: var(--main-color);
        background: var(--card-menu-active-bg);
        border: 0;
        margin-top: 0;
        /*border-bottom: 2px solid var(--main-color);
        padding-bottom: 3px;*/
    }

.products-card-bg, .products-card-bg .list-group-item {
    background: var(--products-card-bg);
}

    .products-card-bg .card-body ul a {
        color: var(--products-card-color) !important;
        transition: all 0.3s ease;
    }

    .products-card-bg .card-body ul a:hover {
        background: var(--products-card-hover-bg);
    }

    .products-card-bg .card-body ul a.active {
        color: var(--main-color);
        background: var(--products-card-hover-bg);
        border: 0;
        margin-top: 0;
        /*border-bottom: 2px solid var(--main-color);
            padding-bottom: 3px;*/
    }

    .products-card-bg .card-body ul a.active span {
        color: var(--primary-color) !important;
    }

        .products-card-bg .card-body ul a span.active {
            color: var(--primary-color) !important;
        }

.font-size-14 {font-size: 14px !important;}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-20 {font-size: 20px;}
.nav-item .dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    color: var(--main-color) !important;
}

.food-content {
    font-size: 14px;
}

.food-header {
    font-size: 20px;
}

.food-price {
    font-weight: 500;
}

input[type="text"], input[type="number"], input[type="email"], input[type="phone"], input[type="date"], input[type="time"], input[type="password"], textarea, select {
    transition: all 0.3s ease !important;
    border: 1px solid #ced4da !important;
    height: 45px !important;
}

    input[type="text"]:focus, input[type="text"]:active, input[type="text"]:hover, input[type="text"].active, input[type="date"]:focus, input[type="date"]:active, input[type="date"]:hover, input[type="date"].active, input[type="time"]:focus, input[type="time"]:active, input[type="time"]:hover, input[type="time"].active, input[type="number"]:focus, input[type="number"]:active, input[type="number"]:hover, input[type="number"].active, input[type="phone"]:focus, input[type="phone"]:active, input[type="phone"].active, input[type="email"]:focus, input[type="email"]:active, input[type="email"]:hover, input[type="email"].active, input[type="password"]:focus, input[type="password"]:hover, input[type="password"]:active, input[type="password"].active, textarea:hover, textarea:active, textarea:focus, textarea.active, select:hover, select:active, select:focus, select.active {
        box-shadow: none !important;
        border-color: var(--main-color) !important;
    }

.select-label {
    font-weight: 600;
    font-size: 13px;
}

.select-input {
    font-size: 12px;
    position: relative;
    top: -2px;
}

.order-modal-close {
    top: 12px;
    right: 12px;
}

.food-label {
    float: left;
    padding-right: 20px;
}

[data-simplebar] {
    overflow: auto;
}

#map .gm-style-mtc, #map .gm-fullscreen-control, #map .gm-svpc {
    display: none;
}
#map-search {
    position: absolute;
    top: 15px;
    z-index: 999999999999;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            right: 15px;
            top: 15px;
            width: 18px;
            height: 18px;
            border: 1px solid var(--main-color);
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: var(--main-color);
            position: absolute;
            top: 19px;
            right: 19px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.restaurant-service-area [type="checkbox"]:checked,
.restaurant-service-area [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.restaurant-service-area [type="checkbox"]:checked + label,
.restaurant-service-area [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.restaurant-service-area [type="checkbox"]:checked + label:before,
.restaurant-service-area [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--main-color);
    border-radius: 100%;
    background: #fff;
}

.restaurant-service-area [type="checkbox"]:checked + label:after,
.restaurant-service-area [type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--main-color);
    position: absolute;
    top: 19px;
    right: 19px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.restaurant-service-area [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.restaurant-service-area [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.border-top-1 {
    border-top: 1px solid var(--border-color) !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.radio-left [type="radio"]:checked + label:before, .radio-left [type="radio"]:not(:checked) + label:before {
    left: -15px !important;
    top: 17px !important;
}

.radio-left [type="radio"]:checked + label:after, .radio-left [type="radio"]:not(:checked) + label:after, .radio-left [type="radio"]:not(:checked) + label:after {
    top: 21px !important;
    left: -11px !important;
}
.font-size-18 {
    font-size: 18px !important;
}

#map-get-address-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 64px;
    top: 50%;
    transform: translate(4%, -83%);
    /*transform: translate(0%, -50%);*/
    cursor: pointer;
    z-index: 2;
}

.gm-style .gm-style-iw-t {
    top: -55px;
}

#map-get-address-wrap.fixed {
    top: 75%;
}

.gm-style .gm-style-iw-t.fixed {
    top: 0px !important;
}

#svcKonmum {
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 110px;
    z-index: 3;
    background: #fff;
    font-size: 24px;
    height: 40px;
    text-align: center;
    width: 40px;
    user-select: none;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px;
    color: #666666;
}

#svcKonmum:hover {
    color: #000000;
}

.restaurant-service-area {
    position: absolute;
    left: auto;
    width: 225px !important;
    text-align: left;
    padding-left: 0 !important;
    right: 0;
    user-select: none;
}

    .restaurant-service-area [type="checkbox"]:checked + label:before, .restaurant-service-area [type="checkbox"]:not(:checked) + label:before {
        top: 17px;
    }

    .restaurant-service-area [type="checkbox"]:checked + label:after, .restaurant-service-area [type="checkbox"]:not(:checked) + label:after, .restaurant-service-area [type="checkbox"]:not(:checked) + label:after {
        top: 21px;
    }

[data-toggle="timepicker24h"], [data-toggle="datepicker"] {
    background: #ffffff !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year, .flatpickr-time input {
    height: auto !important;
    border: none !important;
    appearance: menulist !important;
}

#mobile-navbar {
    display: none;
}

.food-list .food-header {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}

.food-list .food-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#notifications .dropdown-item a .nav-item a:hover {

}

#notifications .dropdown-item:active {
    color: var(--notify-active-color);
    text-decoration: none;
    background-color: var(--notify-active-bg);
}

#notifications .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.01);
    opacity: 1;
}

#notifications .notification-header {
    color: var(--main-color) !important;
}

#notifications .notification-content {
    font-size: 14px;
}

#notifications .dropdown-footer a {
    color: var(--main-color);
    background: transparent !important;
}

#topNavbar .list-group-item .dropdown-toggle {
    user-select: none;
}

#topNavbar .list-group-item .dropdown-toggle::after {
    display: none;
}

.arrow-none::after {
    display: none !important;
}

.basket-content:first-child {
    border-top: 0 !important;
}

[data-toggle="touchspin"] {
    border-radius: 0 !important;
}

.text-default {
    color: #212529 !important;
}

.reservation-button a {
    background: var(--main-color);
    padding: 10px 0px;
    font-family: 'Patrick Hand', cursive;
    font-size: 24px;
    border-color: var(--main-color) !important;
    /*margin-top: -10px;*/
}

.home-discount-alert {
    color: var(--home-discount-alert-color);
    background-color: var(--home-discount-alert-bg);
    border-color: var(--home-discount-alert-bg);
    border-radius: var(--border-radius) !important;
    font-size: 24px;
    padding: 10px 0px;
    text-align: center;
    font-family: 'Patrick Hand', cursive;
}

.col-form-label {
    transition: all 0.3s ease;
    position: absolute;
    top: 8px;
    left: 7px;
    opacity: 0;
    z-index: -1;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}

    .col-form-label.active {
        opacity: 1;
        z-index: 2;
        background: var(--form-label-bg);
        font-weight: 500;
        color: var(--main-color);
        top: -10px;
        left: 7px;
        font-size: 13px;
    }

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none !important;
}

#notifications .dropdown-menu {
    max-width: 400px;
    position: absolute;
}

#divozsec .card {
    border: 0;
    border-radius: 0 !important;
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
}

#divozsec .card-header {
    padding: 0;
    background: transparent;
    border: 0;
}

.form-group {
    position: relative;
}

#divozsec .feature-collapse {
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.5s ease;
}

.select-label {
    color: #000;
    font-size: 13px;
    font-weight: 800;
}

#divozsec .btn-link {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    padding: 0;
    border-radius: 0 !important;
    box-shadow: none !important;
}

    #divozsec .btn-link span {
        position: absolute;
        right: 0;
    }

    #divozsec .btn-link span i {
        transition: all 0.3s ease;
    }

    #divozsec .btn-link[aria-expanded=true] span i {
        transform: rotate(180deg);
    }

.address-modal {
    min-width: 650px;
}

.mobile-order-button {
    display: none;
}

#new-orders tr td, #new-orders tr th, #old-orders tr td, #old-orders tr th {
    vertical-align: middle;
}

.bootstrap-touchspin {
    max-width: 90px;
}

#cmbporsion {
    height: 38px !important;
}

/* Responsive */
@media screen and (max-width: 992px) {

    .food-button a {
        font-size: 13px !important;
    }

    .swiper-main {
        height: 250px;
        margin-top: 15px;
    }

    #DivadrestList .list-group-item span {
        white-space: inherit;
    }

    .food-header, .food-list .food-header {
        font-size: 16px !important;
    }

    .mobile-order-button {
        position: fixed;
        width: 100%;
        background: var(--mobile-order-button-bg);
        z-index: 10;
        height: 75px;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid var(--border-color);
    }

    .mobile-orders-button {
        padding-top: .75rem;
        padding-bottom: .75rem;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .mobile-order-price {
        background: var(--mobile-order-price-bg);
        padding-left: 30px;
        padding-right: 30px;
        border-radius: var(--border-radius) !important;
        height: 50px;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .font-size-14 {
        font-size: 12px;
    }

    #mobileTotalPrice {
        position: relative;
        top: -2px;
    }

    .address-modal {
        min-width: auto;
    }

    .reservation-button a {
        margin-top: 15px;
    }

    #mobileTopNavbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
    }

    .mobile-menu-group .dropdown-toggle::after {
        display: none;
    }

    .list-group .list-group-item {
        border: 0;
    }

    .list-group .list-group-item span {
        white-space: nowrap;
        font-weight: 600;
    }

    .food-list .food-header {
        overflow: hidden;
        font-size: 1.1rem;
    }

    .food-list .food-content {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    body {margin-top: 60px;margin-bottom: 60px;}

    #mobile-navbar {
        position: fixed;
        width: 100%;
        background: var(--main-color);
        z-index: 10;
        height: 60px;
        bottom: 0;
        display: block;
    }

    .navbar-toggler {
        display: none;
    }

    .navbar {
        justify-content: space-between;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .food-button .btn-primary {
        width: 100%;
    }

    .food-group .row {
        height: 100%;
    }

    .mobile-menu-group {
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

    #mobile-navbar .col-4:last-child .mobile-menu-group {
        border-right: 0;
    }

    .restaurant-service-area {
        left: 0;
        right: auto;
    }

        .restaurant-service-area [type="checkbox"]:checked + label:before, .restaurant-service-area [type="checkbox"]:not(:checked) + label:before {
            position: absolute;
            right: 15px;
            left: 10px;
        }

        .restaurant-service-area [type="checkbox"]:checked + label:after, .restaurant-service-area [type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after {
            left: 14px;
        }

        .restaurant-service-area [type="checkbox"]:checked + label, .restaurant-service-area [type="checkbox"]:not(:checked) + label {
            padding-left: 35px !important;
        }

    #useAddressButton {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    #notifications .dropdown-menu {
        max-width: 345px;
    }

    .table-mobil-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-product-group {
        top: 0px;
        position: -webkit-sticky !important;
        position: sticky !important;
        z-index: 1000;
        background: var(--products-card-bg);
    }

        .mobile-product-group .card {
            border-radius: 0 !important;
        }

    .scroolTopButton {
        width: 50px !important;
        height: 50px !important;
        bottom: 70px !important;
    }

    #listGroupMobil a {
        padding: 18px 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    #listGroupMobil a:last-child {
        border-right: 0;
    }

    #cmbporsion {
        height: 30px !important;
        font-size: 13px;
    }

    [data-toggle="touchspin"], #setcount, input.touchspin, .bootstrap-touchspin-up, .bootstrap-touchspin-down, .food-group [data-toggle="touchspin"] {
        height: 32px !important;
        font-size: 13px;
    }

}

.custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.input[type="checkbox"]:checked:after {
    background-color: var(--primary-color) !important;
    -webkit-filter: opacity(0.4);
}

.navbar-brand img {
    max-height: 60px;
}

footer {
    background: var(--footer-bg);
}

.footer-header-color {
    color: var(--footer-header-color) !important;
}

.footer-item-color {
    color: var(--footer-item-color) !important;
    
    border-radius:15px;
    opacity: 0.8;
    
}

.footer-item-color:hover {
    opacity: 1;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--primary-color);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#food-category-header {
    color: var(--food-category-header-bg);
    border-bottom: 2px solid var(--food-category-header-border-color);
    padding-bottom: 10px;
}

.scroolTopButton {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}

#businessModal {
    background-color: black !important;
}

.modal fade languageModal show {
    background-color: black !important;
}

#selectBusinessButton {
    background-color: #CD003D;
    font-size: 1.5rem;
    padding:1.4rem !important;
}

#businessModalLabel {
    font-size: 2rem;
}

#businessGroup {
    font-size: 2rem;
}

.isletmebutton {
    margin: 0 auto;
    margin-top: -2rem;
}
.update-language button {
    background-color: #CD003D;
}







