@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: 'Raleway', sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

small, strong, b, p, a, h1, h2, h3, h4, h5, h6, button, textarea, input, select {
  font-family: 'Avenir Next Cyr', sans-serif !important;
  color: #1e1e1e;
}

.header {
  background-color: rgba(255, 255, 255, 0.90);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-bottom: 1px solid #efefef;
}

#menu a {
  color: #1e1e1e;
}

#menu a.featured {
  border: 1px solid #1e1e1e;
}

.categories > nav > .item + .item {
  font-weight: 400;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
/* new styles */
@media (max-width: 576px) {

  * {
    scroll-behavior: smooth;
  }

  /* global */
  body {
    background-color: #fafafa;
  }

  .input {
    background-color: #fff;
    box-shadow: 0 6px 35px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 6px 35px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    line-height: normal;
    letter-spacing: normal;
    width: 100%;
    box-sizing: inherit;
    padding: 17px 20px;
    font-weight: 500;
  }

  .mobile_menu .btn-inner--icon {
    margin-right: 3px !important;
  }
  #order-form {
      width: 100%;
      padding: 0 15px;
  }
  .align-center-list {
    align-items: center;
      margin: 5px 0;
  }
    .style-plus-minus {
        margin-right: 0!important;
    }
    .buttons-result {
        margin: 0 7px!important;
    }
  .nav-link-inner--text {
    font-size: 14px;
  }
    .navbar-mobile {
        width: 100%;
        position: relative;
        padding: 15px;
    }
    .navbar-mobile .burger-mobile {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
    }
    .navbar-mobile .burger-mobile .burger-btn {
        width: 34px;
        height: 34px;
        background: #F5F5F5;
        border-radius: 50%;
        position: relative;
        padding: 0;
        outline: none;
    }
    .navbar-mobile .burger-mobile .language .language-item {
        border-radius: 24px;
        background-color: #F5F5F5;
        display: flex;
        align-items: center;
        text-decoration: none;
        padding: 7px 7px 7px 10px;
        text-transform: uppercase;
    }
    .navbar-mobile .burger-mobile .language .language-item span {
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        display: inline-block;
        font-weight: 800;
        font-size: 12px;
        line-height: 14px;
        margin: 0 4px 0 0;
        color: #1E1E1E;
    }
    .navbar-mobile .burger-mobile .burger-btn svg {
        width: 20px;
        height: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .navbar-mobile .avatar-menu {
        width: 100%;
    }
    .navbar-mobile .avatar-menu a {
        width: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: -34px auto 0;
        z-index: 2;
    }
    .navbar-mobile .avatar-menu a .avatar {
        width: 60px;
        height: 60px;
    }
    .navbar-mobile .avatar-menu a h5 {
        font-family: 'Raleway', sans-serif;
        position: relative;
        font-style: normal;
        font-weight: bold;
        display: block;
        font-size: 20px;
        line-height: 23px;
        color: #FAFAFA;
        margin: 5px 0 0;
    }

    .mobile .sidebar-profile {
        width: 0;
        overflow: hidden;
        height: 100vh;
        background: rgba(30, 30, 30, 0.8);
        backdrop-filter: blur(10px);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 333;
        transition: all 0.2s;
    }
    .mobile .sidebar-profile .category-bar .btn-close {
        position: absolute;
        width: 34px;
        height: 34px;
        right: -54px;
        top: 12px;
        outline: none;
        background: none;
        padding: 0;
    }
    .mobile .sidebar-profile .category-bar {
        background: #FFFFFF;
        width: 260px;
        height: 100%;
        padding: 20px 0;
        position: relative;
    }
    .mobile .sidebar-profile .category-bar .buttons-block {
        padding: 30px 20px;
    }
    .mobile .sidebar-profile .category-bar .buttons-block .waiter-btn {
        background: #ED504F;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        border-radius: 24px;
        padding: 10px 15px;
        display: flex;
        font-family: 'Raleway',Sans-Serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #FAFAFA;
        align-items: center;
        outline: none;
    }
    .mobile .sidebar-profile .category-bar .buttons-block .waiter-btn .icons {
        margin: 0 5px 0 0;
    }
    .mobile .sidebar-profile .category-bar .buttons-block button{
        margin: 0 0 15px;
        width: 100%;
    }
    .mobile .sidebar-profile .category-bar .buttons-block a {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        border-radius: 24px;
        padding: 14px 0;
        font-family: 'Raleway',Sans-Serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        display: block;
        line-height: 16px;
        text-align: center;
        font-feature-settings: 'pnum' on, 'lnum' on;
        margin: 0;
        color: #1E1E1E;
    }
    .mobile .sidebar-profile .category-bar a {
        width: 135px;
        height: auto;
        display: block;
        padding: 0;
        margin: 0 20px;
    }
    .mobile .sidebar-profile .category-bar a picture {
        width: 100%;
        height: 100%;
    }
    .mobile .sidebar-profile .category-bar a picture img {
        width: 100%;
        height: 100%;
    }
    .mobile .open-sidebar {
        width: 100% !important;
    }
  .form-control {
      width: 100%;
      height: auto;
      background: #F5F5F5;
      border: 1.5px solid #DFDFDF;
      box-sizing: border-box;
      border-radius: 12px;
      position: relative;
      box-shadow: none;
      font-family: 'Raleway',Sans-Serif;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
      font-feature-settings: 'pnum' on, 'lnum' on;
      margin: 0;
      padding: 16px 20px;
      color: #B5B5B5;
  }
    .form-control:focus {
        width: 100%;
        height: auto;
        background: #F5F5F5;
        border: 1.5px solid #DFDFDF;
        box-sizing: border-box;
    }
    .form-control::placeholder {
        font-family: 'Raleway',Sans-Serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        margin: 0;
        color: #B5B5B5;
    }
    .paymentbutton {
        width: 100%;
        background: #08C804;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
        border-radius: 24px;
        padding: 16px 0;
        font-family: 'Raleway',Sans-Serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        font-feature-settings: 'pnum' on, 'lnum' on;
        margin: 0;
        color: #FFFFFF;
    }
    .coupons-desktop {
        padding: 0!important;
        background-color: transparent!important;
    }
    .coupons-desktop .row {
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .coupons-desktop .row .col-md-5,
    .coupons-desktop .row .col-md-7 {
        padding: 0;
    }
    .coupons-desktop .row .col-md-5 {
        width: calc(30% - 5px);
    }
    .coupons-desktop .row .col-md-5 button {
        width: 100%;
        background: #08C804;
        border-radius: 12px;
        padding: 16px 0;
        font-family: 'Raleway',Sans-Serif;
        border: none;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        margin: 0;
        color: #FAFAFA;
    }
    .coupons-desktop .row .col-md-7 {
        width: calc(70% - 5px);
    }
    .btn-success.disabled, .btn-success:disabled {
        background: #08C804;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
        border-radius: 24px;
        opacity: 0.5;
    }
    label {
        display: block!important;
        font-family: "Raleway",Sans-Serif;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 10px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #1E1E1E;
    }
    .form-group {
        margin: 0 0 20px;
    }
    #form-group-table_id {
        margin: 0!important;
    }
  .form-control_search {
    margin-bottom: 30px;
  }

  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #1e1e1e !important;
    font-family: 'Montserrat', sans-serif !important;
  }

  a, button {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
  }

  a[type="button"] {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
  }

  a, button, input, textarea, select {
    font-family: 'Montserrat', sans-serif !important;
  }

  .navbar-brand {

  }

  .headerMobileWrapper {
    display: flex;
  }

  .sectionRestaurantInfo {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .restaurantTitle {
    margin-bottom: 5px;
  }

  .restaurantTitle h1 {
    font-weight: bold;
    font-size: 24px;
  }

  .selectOption .btn {
    min-width: 90px;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px !important;
  }

  .selectOption .btn:nth-child(2) {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .selectOption .btn:nth-child(3) {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .custom-control {
    display: flex;
  }

  .custom-checkbox .custom-control-input ~ .custom-control-label {
    display: flex;
    align-items: center;
  }

  .footer {
    text-align: center;
  }

  .nav-footer {
    flex-direction: column;
  }

  .modalVid {
    border-radius: 12px;
    max-height: 250px;
    width: 100%;
  }

  .quantity-btn {
    text-align: center;
  }

  .minicart-heading {
    padding-left: 15px;
  }

  .offcanvas-menu-inner {
    padding: 0;
  }

  .minicart-content .minicart-heading > h4 {
    font-size: 24px !important;
    font-weight: bold !important;
  }

  .info-block.block-info .square-box {
    float: none;
    background-color: transparent;
    border-radius: 12px;
    width: 100%;
    height: 170px;
    min-height: 170px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .product-item_quantity {
    font-weight: bold;
  }

  .info-block .row {
    justify-content: center;
  }

  .sidenav-cart {
    padding-top: 20px;
  }

  .sidenav-cart .closebtn {
    right: 5px;
  }

  #totalPrices {
    background-color: #fff;
    padding: 20px;
  }
  #totalPrices .card {
    border-radius: 0;
      border: none;
  }
    #totalPrices .card .card-body {
        padding: 0;
        border: none;
    }
  #totalPrices .btn-primary,
  #totalPrices .btn-block {
    font-size: 16px;
    height: 48px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border: 0;
  }

  .section {
    padding-top: 0;
    background-color: #FFFFFF!important;
  }
    .section h2 {
        font-family: 'Raleway',Sans-Serif;
        font-style: normal;
        font-weight: bold;
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        margin: 10px 0 20px;
        color: #1E1E1E;
    }
  .card-profile {
      border: none;
  }
  .shadow {
      box-shadow: none!important;
  }
  .card-profile h3 {
      font-family: 'Raleway',Sans-Serif;
      text-align: center;
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 20px;
      color: #1E1E1E;
  }
  #cartList {
      border-top: none!important;
      padding: 0 0 30px;
      overflow-y: hidden;
      height: auto;
      max-height: max-content;
      white-space: nowrap;
      display: -webkit-box;
      overflow-x: auto;
  }
    #cartList::-webkit-scrollbar {
        display: none;
    }
    #cartList .items {
      width: 246px;
      padding: 0;
      margin: 0 20px 0 0;
      background: #FFFFFF;
      box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
      border-radius: 14px;
  }
    #cartList .items .info-block {
        border: none;
    }
    #cartList .items .info-block .square-box {
        margin: 0;
    }
    #cartList .items .info-block .square-box figure {
        width: 100%;
        height: 100%;
    }
    #cartList .items .info-block .square-box figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #cartList .items .info-block .info-dest {
        width: 100%;
        height: 100%;
        padding: 8px 12px 11px;
    }
    #cartList .items .info-block .info-dest h6 {
        font-family: 'Raleway',Sans-Serif;
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 3px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #1E1E1E;
        width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #cartList .items .info-block .info-dest p {
        font-family: 'Raleway',Sans-Serif;
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 14px;
        margin: 0;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #ED504F;
    }
    #cartList .items .info-block .info-dest .flex-main {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #cartList .items .info-block .info-dest .flex-main .d-flex {
        margin: 0;
        align-items: center;
    }
    #cartList .items .info-block .info-dest .flex-main .d-flex .style-plus-minus {
        margin: 0;
        width: 30px;
        height: 30px;
        background: #F5F5F5;
        padding: 0;
        position: relative;
        border: none;
        outline: none;
    }
    #cartList .items .info-block .style-delete {
        margin: 0;
        width: 30px;
        height: 30px;
        background: #FFFFFF;
        padding: 0;
        right: 15px;
        top: 15px;
        position: absolute;
        border: none;
        outline: none;
    }
    #cartList .items .info-block .info-dest .flex-main .d-flex .style-plus-minus span i {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        margin: 0;
        font-size: 13px;
        font-weight: 100;
        line-height: 130%;
        color: #787878;
    }
    #cartList .items .info-block .style-delete svg {
        width: 16px;
        height: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    #cartList .items .info-block .info-dest .flex-main .d-flex p {
        font-family: 'Raleway',Sans-Serif;
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        margin: 0 6px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #000000;
    }
    #totalPrices .card-stats {
        margin-top: 0;
    }
    .card .px-4 .border-top {
        border-top: none!important;
    }
    .card .px-4 .border-top #totalPrices {
        padding: 0;
    }
    .card .px-4 .border-top #totalPrices .card .row .col span {
        font-family: 'Raleway',Sans-Serif;
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 19px;
        margin: 0;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #000000;
    }
    .card .px-4 .border-top #totalPrices .card .row .col .ammount strong {
        color: #ED504F;
    }
    .card .card-content {
        border: none!important;
        box-shadow: none!important;
        height: auto;
    }
    .card h3 {
        display: none!important;
    }
    .card .px-4 {
        padding: 0!important;
        height: auto;
    }
    .card .px-4 .card-content {
        border-top: none!important;
    }
    .card .px-4 .card-content .custom-control {
        align-items: center;
        position: relative;
        margin-bottom: 20px!important;
    }
    .card .px-4 .card-content .custom-control:last-child {
        margin-bottom: 0!important;
    }
    .card .px-4 .card-content .custom-control #form-group-table_id {
        margin: 0!important;
    }
    .card .px-4 .card-content .custom-control .custom-control-label {
        font-family: 'Raleway',Sans-Serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #1E1E1E;
        opacity: 2;
        position: relative;
    }
    .card .px-4 .card-content .custom-control input:checked~.custom-control-label:before {
        background: #ED504F;
    }
    .card .px-4 .card-content .custom-control .custom-control-label::after,
    .card .px-4 .card-content .custom-control .custom-control-label::before {
        top: -3px;
    }
    .card .px-4 .card-content .custom-control .custom-control-label::before {
        background: #F5F5F5;
        border: none;
    }

    .cards .card-body {
        padding: 0;
    }
    .cards .card-body .row .col .custom-control .custom-control-label {
        font-family: 'Raleway',Sans-Serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #1E1E1E;
        opacity: 2;
        position: relative;
    }
    .cards .card-body .row .col .custom-control:last-child {
        margin-bottom: 0!important;
    }
    .cards .card-body .row .col .custom-control input:checked~.custom-control-label:before {
        background: #ED504F;
    }
    .cards .card-body .row .col .custom-control .custom-control-label::after,
    .cards .card-body .row .col .custom-control .custom-control-label::before {
        top: 0;
    }
    .cards .card-body .row .col .custom-control .custom-control-label::before {
        background: #F5F5F5;
        border: none;
    }

  .custom-checkbox .custom-control-input~.custom-control-label {
    font-size: 11px;
  }

  .privacy-checkbox::before,
  .privacy-checkbox::after {
    left: 0 !important;
  }

  .border-12 {
    border-radius: 12px !important;
  }

    .select2-container {
        display: inline-flex;
        align-items: center;
        width: 100% !important;
        height: auto;
        background: #F5F5F5;
        border: 1.5px solid #DFDFDF;
        box-sizing: border-box;
        border-radius: 12px;
        padding: 0;
        margin: 0!important;
    }
    .select2-container .select2-selection {
        width: 100%;
        height: 100% !important;
        margin: 0;
        padding: 0;
        background-color: transparent!important;
    }
    .select2-container .select2-selection--single {
        border: none!important;

    }
    .select2-container .select2-selection .select2-selection__rendered {
        width: 100%;
        height: 100% !important;
        margin: 0;
        padding: 16px 20px!important;
        background-color: transparent!important;
        font-family: 'Raleway',Sans-Serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px!important;
        line-height: 16px!important;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #B5B5B5;
    }
  .select2-container--open .select2-dropdown {
    top: 10px;
  }

  .select2-dropdown {
    border: 1px solid #cad1d7 !important;
    border-radius: 12px !important;
    padding: 10px;
  }

  .select2-search--dropdown {
    padding: 0 !important;
  }

  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cad1d7 !important;
    border-radius: 7px !important;
  }

  .select2-results__option {
    font-size: 14px !important;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px !important;
    right: 10px !important;
      top: 50% !important;
      transform: translateY(-50%);
  }

  .callWaiter {
    background-color: #dc3545;
    color: #fff !important;
    height: 45px;
    border-radius: 10px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    box-shadow: 0 6px 35px 0 rgb(238 80 80 / 10%);
    -webkit-box-shadow: 0 6px 35px 0 rgb(238 80 80 / 10%);
  }

  .callWaiter .btn-inner--icon {
    margin-right: 8px;
  }

  .sectionCategoryCards {
    background-color: #f9f9f9 !important;
  }

  .categoryCards {
    overflow: hidden;
    padding-top: 30px;
    border-radius: 40px 40px 0 0;
    background-color: #fff;
  }

  .sectionMenuCategories {
    display: flex;
    align-items: baseline;
    overflow-y: auto;
    flex-wrap: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fafafa;
  }

  .menuCategoriesItem {
    display: flex;
    flex: none;
    border-radius: 24px;
    color: #1e1e1e;
    margin-left: 10px;
    background-color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
  }

  .menuCategoriesItem:first-child {
    margin-left: 20px;
  }

  .menuCategoriesItem.active {
    color: #fff;
  }

  .menuCardsSlider {
    padding: 15px 30px 30px 30px;
  }

  .menuTitle {
    text-align: center;
  }

  .menuTitle h3 {
    font-weight: 800;
    font-size: 24px;
  }

  .menuCard {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 35px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 6px 35px 0 rgb(0 0 0 / 10%);
  }

  .menuCardImg {
    display: flex;
    min-height: 165px;
  }

  .menuCardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .menuCardInfo {
    padding: 9px 0 5px 9px;
    line-height: normal;
  }

  .menuCardTitle {
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 2px;
  }

  .menuCardPrice {
    color: #BA0017;
    font-size: 12px;
    font-weight: 700;
    margin-top: 0;
  }
  .desktop {
    display: none!important;
  }
  .mobile {
    display: block!important;
  }
}

#testimonials {
  display: none !important;
}

.nav-item.dropdown {
  display: none;
}
