/* From 481 | Phone Landscape & Bigger */
@media (min-width: 481px) {
  /* Grid */
  .xt-grid-small-1-1 > * {
    width: 100%;
  }

  .xt-grid-small-1-2 > * {
    width: 50%;
  }

  .xt-grid-small-1-3 > * {
    width: 33.333%;
  }

  .xt-grid-small-2-3 > * {
    width: 66.666%;
  }

  .xt-grid-small-1-4 > * {
    width: 25%;
  }

  .xt-grid-small-1-5 > * {
    width: 20%;
  }

  .xt-grid-small-1-6 > * {
    width: 16.666%;
  }

  .xt-grid-small-1-10 > * {
    width: 10%;
  }

  /* Grid Cells */
  .xt-small-1-1 {
    width: 100%;
  }

  .xt-small-1-2,
  .xt-small-2-4,
  .xt-small-3-6,
  .xt-small-5-10 {
    width: 50%;
  }

  .xt-small-1-3,
  .xt-small-2-6 {
    width: 33.333%;
  }

  .xt-small-2-3,
  .xt-small-4-6 {
    width: 66.666%;
  }

  .xt-small-1-4 {
    width: 25%;
  }

  .xt-small-3-4 {
    width: 75%;
  }

  .xt-small-1-5,
  .xt-small-2-10 {
    width: 20%;
  }

  .xt-small-2-5,
  .xt-small-4-10 {
    width: 40%;
  }

  .xt-small-3-5,
  .xt-small-6-10 {
    width: 60%;
  }

  .xt-small-4-5,
  .xt-small-8-10 {
    width: 80%;
  }

  .xt-small-1-6 {
    width: 16.666%;
  }

  .xt-small-5-6 {
    width: 83.333%;
  }

  .xt-small-1-10 {
    width: 10%;
  }

  .xt-small-3-10 {
    width: 30%;
  }

  .xt-small-7-10 {
    width: 70%;
  }

  .xt-small-9-10 {
    width: 90%;
  }
}

/* From 769 | Tablet & Bigger */
@media (min-width: 769px) {
  /* Gutenberg */
  .xt-no-sidebar .alignwide {
    margin-left: -50px;
    margin-right: -50px;
    max-width: unset;
    width: auto;
  }

  .xt-grid-divider
    > [class*="xt-medium-"]:not(.xt-medium-1-1):nth-child(n + 2) {
    border-left: 1px solid #6d7278;
  }

  /* Grid */
  .xt-grid-medium-1-1 > * {
    width: 100%;
  }

  .xt-grid-medium-1-2 > * {
    width: 50%;
  }

  .xt-grid-medium-1-3 > * {
    width: 33.333%;
  }

  .xt-grid-medium-2-3 > * {
    width: 66.666%;
  }

  .xt-grid-medium-1-4 > * {
    width: 25%;
  }

  .xt-grid-medium-1-5 > * {
    width: 20%;
  }

  .xt-grid-medium-1-6 > * {
    width: 16.666%;
  }

  .xt-grid-medium-1-10 > * {
    width: 10%;
  }

  /* Grid Cells */
  .xt-medium-1-1 {
    width: 100%;
  }

  .xt-medium-1-2,
  .xt-medium-2-4,
  .xt-medium-3-6,
  .xt-medium-5-10 {
    width: 50%;
  }

  .xt-medium-1-3,
  .xt-medium-2-6 {
    width: 33.333%;
  }

  .xt-medium-2-3,
  .xt-medium-4-6 {
    width: 66.666%;
  }

  .xt-medium-1-4 {
    width: 25%;
  }

  .xt-medium-3-4 {
    width: 75%;
  }

  .xt-medium-1-5,
  .xt-medium-2-10 {
    width: 20%;
  }

  .xt-medium-2-5,
  .xt-medium-4-10 {
    width: 40%;
  }

  .xt-medium-3-5,
  .xt-medium-6-10 {
    width: 60%;
  }

  .xt-medium-4-5,
  .xt-medium-8-10 {
    width: 80%;
  }

  .xt-medium-1-6 {
    width: 16.666%;
  }

  .xt-medium-5-6 {
    width: 83.333%;
  }

  .xt-medium-1-10 {
    width: 10%;
  }

  .xt-medium-3-10 {
    width: 30%;
  }

  .xt-medium-7-10 {
    width: 70%;
  }

  .xt-medium-9-10 {
    width: 90%;
  }
}

/* From 1025 | Desktop & Bigger */
@media (min-width: 1025px) {
  /* Gutenberg */
  .xt-no-sidebar .alignwide {
    margin-left: -75px;
    margin-right: -75px;
  }

  /* Sidebar */
  .xt-grid-divider > [class*="xt-large-"]:not(.xt-large-1-1):nth-child(n + 2) {
    border-left: 1px solid #6d7278;
  }

  /* Grid */
  .xt-grid-large-1-1 > * {
    width: 100%;
  }

  .xt-grid-large-1-2 > * {
    width: 50%;
  }

  .xt-grid-large-1-3 > * {
    width: 33.333%;
  }

  .xt-grid-large-2-3 > * {
    width: 66.666%;
  }

  .xt-grid-large-1-4 > * {
    width: 25%;
  }

  .xt-grid-large-1-5 > * {
    width: 20%;
  }

  .xt-grid-large-1-6 > * {
    width: 16.666%;
  }

  .xt-grid-large-1-10 > * {
    width: 10%;
  }

  /* Grid Cells */
  .xt-large-1-1 {
    width: 100%;
  }

  /* Halves */
  .xt-large-1-2,
  .xt-large-2-4,
  .xt-large-3-6,
  .xt-large-5-10 {
    width: 50%;
  }

  .xt-large-1-3,
  .xt-large-2-6 {
    width: 33.333%;
  }

  .xt-large-2-3,
  .xt-large-4-6 {
    width: 66.666%;
  }

  .xt-large-1-4 {
    width: 25%;
  }

  .xt-large-3-4 {
    width: 75%;
  }

  .xt-large-1-5,
  .xt-large-2-10 {
    width: 20%;
  }

  .xt-large-2-5,
  .xt-large-4-10 {
    width: 40%;
  }

  .xt-large-3-5,
  .xt-large-6-10 {
    width: 60%;
  }

  .xt-large-4-5,
  .xt-large-8-10 {
    width: 80%;
  }

  .xt-large-1-6 {
    width: 16.666%;
  }

  .xt-large-5-6 {
    width: 83.333%;
  }

  .xt-large-1-10 {
    width: 10%;
  }

  .xt-large-3-10 {
    width: 30%;
  }

  .xt-large-7-10 {
    width: 70%;
  }

  .xt-large-9-10 {
    width: 90%;
  }
}

/* From 1200 | Large Screen & Bigger */
@media (min-width: 1201px) {
  /* Grid */
  .xt-grid-xlarge-1-1 > * {
    width: 100%;
  }

  .xt-grid-xlarge-1-2 > * {
    width: 50%;
  }

  .xt-grid-xlarge-1-3 > * {
    width: 33.333%;
  }

  .xt-grid-xlarge-2-3 > * {
    width: 66.666%;
  }

  .xt-grid-xlarge-1-4 > * {
    width: 25%;
  }

  .xt-grid-xlarge-1-5 > * {
    width: 20%;
  }

  .xt-grid-xlarge-1-6 > * {
    width: 16.666%;
  }

  .xt-grid-xlarge-1-10 > * {
    width: 10%;
  }

  /* Grid Cells */
  .xt-xlarge-1-1 {
    width: 100%;
  }

  .xt-xlarge-1-2,
  .xt-xlarge-2-4,
  .xt-xlarge-3-6,
  .xt-xlarge-5-10 {
    width: 50%;
  }

  .xt-xlarge-1-3,
  .xt-xlarge-2-6 {
    width: 33.333%;
  }

  .xt-xlarge-2-3,
  .xt-xlarge-4-6 {
    width: 66.666%;
  }

  .xt-xlarge-1-4 {
    width: 25%;
  }

  .xt-xlarge-3-4 {
    width: 75%;
  }

  .xt-xlarge-1-5,
  .xt-xlarge-2-10 {
    width: 20%;
  }

  .xt-xlarge-2-5,
  .xt-xlarge-4-10 {
    width: 40%;
  }

  .xt-xlarge-3-5,
  .xt-xlarge-6-10 {
    width: 60%;
  }

  .xt-xlarge-4-5,
  .xt-xlarge-8-10 {
    width: 80%;
  }

  .xt-xlarge-1-6 {
    width: 16.666%;
  }

  .xt-xlarge-5-6 {
    width: 83.333%;
  }

  .xt-xlarge-1-10 {
    width: 10%;
  }

  .xt-xlarge-3-10 {
    width: 30%;
  }

  .xt-xlarge-7-10 {
    width: 70%;
  }

  .xt-xlarge-9-10 {
    width: 90%;
  }
}

/* Until 1200 */
@media screen and (max-width: 1200px) {
  /* Margin */
  .xt-margin-xlarge {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xt-margin-xlarge-top {
    margin-top: 80px;
  }

  .xt-margin-xlarge-bottom {
    margin-bottom: 80px;
  }

  .xt-margin-xlarge-left {
    margin-left: 80px;
  }

  .xt-margin-xlarge-right {
    margin-right: 80px;
  }

  /* Padding */
  .xt-padding-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xt-padding-xlarge-top {
    padding-top: 80px;
  }

  .xt-padding-xlarge-bottom {
    padding-bottom: 80px;
  }

  .xt-padding-xlarge-left {
    padding-left: 80px;
  }

  .xt-padding-xlarge-right {
    padding-right: 80px;
  }
}

/* Until 1024 */
@media screen and (max-width: 1024px) {
  /* Margin */
  .xt-margin-large,
  .xt-margin-xlarge {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xt-margin-large-top {
    margin-top: 40px;
  }

  .xt-margin-large-bottom {
    margin-bottom: 40px;
  }

  .xt-margin-large-left {
    margin-left: 40px;
  }

  .xt-margin-large-right {
    margin-right: 40px;
  }

  .xt-margin-xlarge-top {
    margin-top: 40px;
  }

  .xt-margin-xlarge-bottom {
    margin-bottom: 40px;
  }

  .xt-margin-xlarge-left {
    margin-left: 40px;
  }

  .xt-margin-xlarge-right {
    margin-right: 40px;
  }

  /* Padding */
  .xt-padding-large,
  .xt-padding-xlarge {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xt-padding-large-top {
    padding-top: 40px;
  }

  .xt-padding-large-bottom {
    padding-bottom: 40px;
  }

  .xt-padding-large-left {
    padding-left: 40px;
  }

  .xt-padding-large-right {
    padding-right: 40px;
  }

  .xt-padding-xlarge-top {
    padding-top: 40px;
  }

  .xt-padding-xlarge-bottom {
    padding-bottom: 40px;
  }

  .xt-padding-xlarge-left {
    padding-left: 40px;
  }

  .xt-padding-xlarge-right {
    padding-right: 40px;
  }
}

/* Until 768 */
@media screen and (max-width: 768px) {
  /* General */
  .xt-footer-two-columns,
  .xt-pre-header-two-columns {
    display: block;
  }

  .xt-footer-two-columns .xt-inner-footer-left,
  .xt-footer-two-columns .xt-inner-footer-right,
  .xt-footer-two-columns .xt-inner-pre-header-left,
  .xt-footer-two-columns .xt-inner-pre-header-right,
  .xt-pre-header-two-columns .xt-inner-footer-left,
  .xt-pre-header-two-columns .xt-inner-footer-right,
  .xt-pre-header-two-columns .xt-inner-pre-header-left,
  .xt-pre-header-two-columns .xt-inner-pre-header-right {
    display: block;
    width: 100%;
    text-align: center;
  }

  .xt-page-footer .xt-inner-footer-right .xt-menu {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .xt-page-footer .xt-inner-footer-left .xt-menu {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .xt-container-full-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Until 480 */
@media screen and (max-width: 480px) {
  /* Margin */
  .xt-margin-medium,
  .xt-margin-large,
  .xt-margin-xlarge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xt-margin-large-top {
    margin-top: 20px;
  }

  .xt-margin-large-bottom {
    margin-bottom: 20px;
  }

  .xt-margin-large-left {
    margin-left: 20px;
  }

  .xt-margin-large-right {
    margin-right: 20px;
  }

  .xt-margin-medium-top {
    margin-top: 20px;
  }

  .xt-margin-medium-bottom {
    margin-bottom: 20px;
  }

  .xt-margin-medium-left {
    margin-left: 20px;
  }

  .xt-margin-medium-right {
    margin-right: 20px;
  }

  .xt-margin-xlarge-top {
    margin-top: 20px;
  }

  .xt-margin-xlarge-bottom {
    margin-bottom: 20px;
  }

  .xt-margin-xlarge-left {
    margin-left: 20px;
  }

  .xt-margin-xlarge-right {
    margin-right: 20px;
  }

  /* Padding */
  .xt-padding-medium,
  .xt-padding-large,
  .xt-padding-xlarge {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xt-padding-large-top {
    padding-top: 30px;
  }

  .xt-padding-large-bottom {
    padding-bottom: 30px;
  }

  .xt-padding-large-left {
    padding-left: 30px;
  }

  .xt-padding-large-right {
    padding-right: 30px;
  }

  .xt-padding-medium-top {
    padding-top: 30px;
  }

  .xt-padding-medium-bottom {
    padding-bottom: 30px;
  }

  .xt-padding-medium-left {
    padding-left: 30px;
  }

  .xt-padding-medium-right {
    padding-right: 30px;
  }

  .xt-padding-xlarge-top {
    padding-top: 30px;
  }

  .xt-padding-xlarge-bottom {
    padding-bottom: 30px;
  }

  .xt-padding-xlarge-left {
    padding-left: 30px;
  }

  .xt-padding-xlarge-right {
    padding-right: 30px;
  }
}

/* Visibility */
/* Desktop and bigger */
@media (min-width: 1025px) {
  .xt-visible-small {
    display: none !important;
  }

  .xt-visible-medium {
    display: none !important;
  }

  .xt-hidden-large {
    display: none !important;
  }
}

/* Tablets portrait */
@media (min-width: 769px) and (max-width: 1024px) {
  .xt-visible-small {
    display: none !important;
  }

  .xt-visible-large {
    display: none !important;
  }

  .xt-hidden-medium {
    display: none !important;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .xt-visible-medium {
    display: none !important;
  }

  .xt-visible-large {
    display: none !important;
  }

  .xt-hidden-small {
    display: none !important;
  }
}

.image-mobile,
.image-tablet {
  display: none;
}

/* Until 1200 */
@media screen and (max-width: 1200px) {
  .section-slider #slider {
    width: 100%;
    margin-left: 0px;
  }

  .section-slider .slider__nav {
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
    right: 0;
    bottom: 0;
  }

  .slider__content {
    padding: 0 16px;
  }

  .xt-menu > .menu-item > a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 11px;
  }

  .xt-menu .sub-menu .menu-item > a {
    font-size: 13px;
  }

  .tabs {
    display: block;
    overflow: auto;
    margin: 0;
    white-space: nowrap;
    padding: 10px 10px 10px 0;
  }

  .tabs li {
    list-style: none;
    margin-left: 15px;
    display: inline-block;
  }

  .tabs a {
    display: inline;
  }

  .menu__cards .menu__card {
    padding: 5px;
  }

  .section-how-it-works .item--inv::before {
    top: -107%;
  }

  .section-how-it-works .item--inv::after {
    bottom: -97%;
  }

  .section-pricing::before {
    width: 400px;
    height: 480px;
    right: -10%;
    top: -10%;
  }

  .section-benefits .item {
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
  }

  .d-lg-block {
    display: block;
  }

  .image-desktop {
    display: block;
  }
}

/* Until 1024 */
@media screen and (max-width: 1024px) {
  .section-slider .slider__inner .slider__title {
    font-size: 50px;
  }

  .section-slider .slider__nav {
    width: 100%;
  }

  .section-slider .slider__nav .arrows {
    right: 90px;
  }

  .section-slider .social-bar {
    font-size: 10px;
    margin-top: 180px;
  }

  .xt-button,
  input[type="submit"] {
    font-size: 16px;
  }

  #navigation .xt-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  #navigation .xt-menu a {
    font-size: 26px;
    font-family: "Arima Madurai", serif;
    text-transform: uppercase !important;
    line-height: 54px;
  }

  #navigation .xt-menu .wpml-ls-menu-item .sub-menu {
    display: block;
    position: relative;
    background: transparent;
  }

  .xt-menu-full-screen .xt-close {
    padding: 45px 30px;
  }

  .xt-menu-full-screen .xt-close,
  .xt-mobile-menu-toggle,
  .xt-menu-toggle {
    color: #5ba701;
  }

  .section-testimonials .section-how-it-works .item__title {
    font-size: 24px;
  }

  .section-how-it-works .item__content {
    font-size: 18px;
  }

  .section-how-it-works .item {
    margin: 10px 0;
  }

  .section-how-it-works .item--inv::before {
    height: 290px;
    top: -122%;
  }

  .section-how-it-works .item--inv::after {
    bottom: -100%;
    height: 250px;
  }

  .section-pricing::before {
    width: 200px;
    height: 280px;
    right: -5%;
    top: -5%;
  }

  .only-lunch .only-lunch__title {
    width: 100%;
    padding: 0;
  }

  .only-lunch .only-lunch__description {
    order: 1;
    width: 100%;
    text-align: left;
    padding: 0;
  }

  .all-menu-btn {
    margin-top: 30px;
  }

  .only-lunch .only-lunch__price {
    width: 100%;
    text-align: left;
  }

  .only-lunch .only-lunch__price::before {
    display: none;
  }

  .only-lunch .only-lunch__price::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    bottom: 0;
    top: auto;
    display: block;
    position: absolute;
    right: 0;
  }

  .only-lunch__total-price {
    width: 100% !important;
  }

  .only-lunch__total-price::before {
    display: none !important;
  }

  .only-lunch .buttons-wrap {
    order: 4;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .only-lunch .buttons-wrap .xt-button.outline {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .d-md-block {
    display: block;
  }

  .image-tablet {
    display: block;
  }

  .image-desktop {
    display: none;
  }

  .section-food .section__header .content {
    width: 60%;
  }

  .section-benefits .button-wrap {
    margin-top: 0;
  }

  .section-contact .section__form {
    max-width: 60%;
    width: 100%;
  }

  .section-contact .section__contact-info {
    margin-left: 5%;
  }
}

/* Until 768 */
@media screen and (max-width: 768px) {
  .section-slider .slider__inner .slider__title {
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: -0.4px;
    text-align: left;
  }

  .section-slider .slider__inner .slider__copy {
    font-size: 12px;
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
    text-align: left;
  }

  .section-slider .slider__inner .slider__links .xt-button {
    margin-right: 20px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .xt-navigation .xt-logo-container,
  .xt-navigation .xt-menu-container {
    width: 50%;
  }

  .xt-logo img,
  .xt-mobile-logo img {
    width: 150px;
  }

  .section__header .section__subtitle {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4.29px;
    margin-bottom: 10px;
  }

  .section__header .section__title {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
  }

  .section__header .section__content {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 0;
  }

  .section-food {
    position: relative;
    margin: 80px 0 50px;
  }

  .section-food::before,
  .section-food::after {
    display: none;
  }

  .section-food .item {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
  }

  .section-food .item__title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: -0.23px;
    margin-bottom: 10px;
    min-height: 0;
  }

  .section-food .item__content {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  .section-food .item__image {
    width: 66px;
    height: 66px;
    margin-right: 14px;
    margin-bottom: 0;
  }

  .section-food .item__content-wrap {
    width: calc(100% - 80px);
  }

  .section-food .xt-button {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-how-it-works .section__items {
    margin: 30px 0 0;
  }

  .section-how-it-works .item {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }

  .section-how-it-works .item:last-child {
    margin-bottom: 0;
  }

  .section-how-it-works .item__title {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: -0.23px;
    text-align: center;
  }

  .section-how-it-works .item__content {
    text-align: center;
    margin-bottom: 30px;
  }

  .section-how-it-works .xt-button {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-menu {
    margin: 150px 0;
  }

  .section-menu::before {
    display: none;
  }

  .section-pricing {
    position: relative;
    margin: 150px 0;
  }

  .section-pricing::before {
    display: none;
  }

  .section-pricing .plan {
    width: 100%;
    margin: 0 0 50px;
    padding: 30px 15px;
  }

  .section-pricing .plan--highlighted {
    padding-top: 65px;
  }

  .section-pricing .plan-label {
    font-size: 14px;
  }

  .section-pricing .xt-button {
    display: block;
    width: auto;
    padding: 14px 36px;
  }

  .section-pricing .plan__title {
    margin-bottom: 10px;
  }

  .section-pricing .plan__description {
    margin-bottom: 10px;
  }

  .section-testimonials {
    margin: 60px 0 90px;
  }

  .section-testimonials .slick-list {
    padding-right: 20%;
  }

  .section-testimonials .testimonials {
    margin: 0 -30px 0 0;
    width: calc(100% + 30px) !important;
  }

  .section-testimonials::before {
    display: none;
  }

  .section-testimonials .section__body {
    flex-direction: column;
    margin-top: 20px;
  }

  .section-testimonials .section__body > * {
    width: 100%;
  }

  .section-testimonials .testimonials {
    background-size: 99px 85px;
  }

  .section-testimonials .testimonials__item {
    max-width: calc(100vw - 30px);
  }

  .section-testimonials .testimonials__content {
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: -0.23px;
    margin: 0;
  }

  .section-testimonials .slick-list {
    order: -1;
  }

  .section-testimonials .slick-dots {
    bottom: -60px;
    left: 50%;
    padding-left: 0;
    width: auto;
  }

  .section-testimonials .slick-arrow {
    bottom: -62px;
  }

  .section-testimonials .slick-arrow.slick-next {
    left: 30%;
  }

  .section-testimonials .slick-arrow.slick-prev {
    left: 20%;
  }

  .section-contact {
    padding: 70px 0;
  }

  .section-contact::before {
    display: none;
  }

  .section-contact .section__body {
    margin-top: 30px;
  }

  .section-contact .section__contact-info {
    margin-left: 0px;
    margin-top: 30px;
  }

  .footer-top {
    padding: 0px 0 40px;
  }

  .footer-top .xt-social-icons a {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .footer-top .xt-menu > .menu-item > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .gform_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ) {
    line-height: 1 !important;
    min-height: 0px !important;
  }

  .section-slider .slider__inner {
    flex-wrap: wrap;
  }

  .section-slider .slider__inner .slider__content {
    text-align: left;
    margin: 0px auto 0;
  }

  .section-slider .slider__inner .slider__copy {
    max-width: 100%;
  }

  .section-slider .slider__nav {
    display: none;
    bottom: 0px;
    margin-top: 80px;
    width: 100%;
  }

  .section-slider {
    overflow: hidden;
  }

  .section-benefits .section__items {
    flex-direction: column;
  }

  .section-how-it-works .item {
    flex-direction: column;
  }

  .section-how-it-works .item__content-wrap {
    width: 100%;
  }

  .section-how-it-works .item--inv::before,
  .section-how-it-works .item--inv::after {
    display: none;
  }

  .section-how-it-works .item--inv .item__count {
    margin: 0 auto 30px;
  }

  .section-how-it-works .item__count {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin: 0 auto 30px;
    font-size: 36px;
  }

  .footer-menu.xt-menu {
    flex-direction: column;
  }

  .section-testimonials .slick-dots {
    bottom: 0;
    left: 0;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .section-testimonials .slick-arrow {
    bottom: -25px;
  }

  .section-testimonials .slick-arrow.slick-next {
    left: 10%;
    margin-left: 0px;
  }

  .section-testimonials .slick-arrow.slick-prev {
    left: 0%;
  }

  .section-testimonials .section__body > .image {
    padding-right: 0;
  }

  .section-testimonials .section__body > .image {
    padding-right: 2rem;
  }

  .section-faq {
    margin: 60px 0 0px;
  }

  .section-faq .section__items {
    margin-top: 30px;
  }

  .section-faq .faq {
    width: 100%;
  }

  .section-faq .faq__title {
    font-size: 20px;
  }

  h2 {
    font-size: 32px;
  }

  .only-lunch {
    padding: 24px;
  }

  .section-pricing {
    margin: 60px 0;
  }

  .section-pricing .section__plans {
    margin-top: 0px;
  }

  .section-pricing .content {
    width: 100%;
  }

  .section-pricing .image {
    display: none;
  }

  .section-pricing .plans-nav {
    width: calc(100% + 30px);
    margin-right: -30px;
    background: #f0f1f1;
    padding: 10px;
    -webkit-border-top-left-radius: 52px;
    -webkit-border-bottom-left-radius: 52px;
    -moz-border-radius-topleft: 52px;
    -moz-border-radius-bottomleft: 52px;
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
    height: 72px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-pricing .plans-nav .slick-current .plan-item {
    background-color: #fff;
    border-radius: 52px;
    color: #5ba701;
  }

  .section-pricing .plans-nav .plan-item {
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: bold;
  }

  .section-pricing .plan {
    padding: 0;
  }

  .section__plans {
    display: block !important;
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px) !important;
  }

  .section__plans .slick-track {
    display: flex;
    align-items: flex-end;
  }

  .section__plans .slick-list {
    padding: 0 24px 0 0;
  }

  .section__plans .slick-slide {
    margin: 0 12px;
  }

  .xt-container {
    padding: 0 16px;
  }

  .only-lunch {
    flex-direction: column;
  }

  .only-lunch::after {
    display: none;
  }

  .only-lunch .left,
  .only-lunch .right {
    width: 100%;
  }

  .only-lunch .buttons-wrap {
    margin-top: 0;
  }

  .only-lunch .buttons-wrap > div {
    padding: 0px;
    text-align: center;
  }

  .only-lunch .buttons-wrap .weekly {
    border: none;
    margin-bottom: 30px;
  }

  .only-lunch .buttons-wrap .xt-button {
    width: 100%;
  }

  .only-lunch .buttons-wrap .xt-button.outline {
    margin: 30px auto 20px;
  }

  .section-menu {
    margin: 60px 0;
  }

  .image-tablet {
    display: none;
  }

  .section-slider .xt-container-full-width {
    padding: 0;
  }

  .slider__content {
    padding: 0 16px;
  }

  .image-desktop {
    display: none;
  }

  .image-mobile {
    display: block;
    margin: 0 -30px;
    width: calc(100% + 60px);
  }

  .image-mobile img {
    object-fit: cover;
    width: 100%;
  }

  .slider__item.slick-current {
    position: relative;
    z-index: 9999;
  }

  .section__menu .section__header {
    margin-top: 30px;
  }

  .section__menu .tabs {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
  }

  .section__menu .tabs li {
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .section__menu .tabs a {
    display: flex;
    font-weight: 600;
    padding: 18px 4px;
    justify-content: center;
    border: 1px solid #b6b9bc;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #b6b9bc;
    font-size: 14px;
    width: 48px;
  }

  .section__menu .packages-tabs {
    justify-content: center;
    margin-bottom: 16px;
    gap: 16px;
  }

  .section__menu .packages-tabs li {
    width: auto;
  }

  .section__menu .packages-tabs a {
    width: auto;
    padding: 18px 14px;
  }

  .section__menu .tabs a.active {
    color: #fff;
    background-color: #5ba701;
    border-color: #5ba701;
  }

  .section__menu .tabs a::before {
    display: none;
  }

  .section__menu .tabs a span:last-child {
    display: none;
  }

  .menu__cards .menu__card {
    padding: 5px;
    margin-right: 20px;
  }

  .section-how-it-works .item__count span {
    font-size: 16px;
  }

  .section-how-it-works .item__count {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .section-how-it-works .item__image {
    position: absolute;
    height: 100%;
    left: 0;
    display: flex;
    align-items: flex-end;
    width: 26%;
  }

  .section-how-it-works .item__image img {
    object-fit: contain;
    position: static;
    width: 100%;
    height: auto;
    max-height: 100%;
  }

  .section-how-it-works .item__title,
  .section-how-it-works .item__content {
    width: 72%;
    margin-left: 28%;
    text-align: left;
  }

  .section-how-it-works .item__title {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
    margin-top: 16px;
  }

  .section-how-it-works .item__content {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .section-food .item {
    padding: 24px;
  }

  .section-food .section__header .image {
    display: none;
  }

  .section-food .section__header .content {
    width: 100%;
  }

  .section-food .item__content-wrap {
    margin-bottom: 0 !important;
    width: 100%;
  }

  .section-food .item__content-wrap .item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
  }

  .section__header .section__subtitle {
    margin-bottom: 16px;
  }

  .section-food .section__items {
    grid-template-columns: 1fr;
  }

  .section-food .xt-button {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 16px;
  }

  .section-benefits .section__items {
    grid-template-columns: 1fr;
  }

  .section-benefits .section__items .item {
    margin: 0;
  }

  .section-faq .section__header .content {
    width: 100%;
  }

  .section-faq .image {
    display: none;
  }

  .page-template-page-whole-menu .entry-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 35px;
    margin-top: 24px;
  }

  .page-template-page-whole-menu .section__menu .menu {
    margin-bottom: 30px;
  }

  .section-benefits {
    margin: 50px 0 80px;
  }

  .section-slider .social-bar {
    right: auto;
    left: -10px;
    margin-top: -100px !important;
  }

  .only-lunch .only-lunch__image {
    position: relative;
    bottom: 0;
    left: -20px;
  }

  .only-lunch .buttons-wrap > div {
    margin: 0 20px;
  }

  .section-benefits .button-wrap {
    margin-top: 20px;
  }

  .section-contact .section__form {
    max-width: 100%;
    width: 100%;
  }

  .section-food .item .item__top {
    width: 100%;
    justify-content: flex-start;
  }
}
