@media only screen and (max-width: 2000px) {}

@media only screen and (max-width: 1750px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1650px) {}

@media only screen and (max-width: 1550px) {}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1240px) {}

@media only screen and (max-width: 1140px) {

  .text,
  p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .label-item p {
    margin: 0 0 10px 0;
  }

  .page-title {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 10px;
  }

  .page-subtitle {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .main-header .main-menu .navigation>li {
    margin-right: 15px;
  }

  .main-header .main-menu .navigation>li>a {
    font-size: 16px;
  }

  .main-header .header-lower {
    border-radius: 0px;
  }

  .main-header .header-lower .outer-box {
    gap: 12px;
  }





  .preloader:after {
    margin-left: 0;
    left: 0;
    width: 100%;
  }

  .container-fluid {
    padding: 0 5%;
  }

}

@media only screen and (max-width: 1023px) {
  .main-header .main-box .logo-box {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    text-align: left;
  }



  .main-header {
    position: relative;
    top: 0px;
  }

  .main-header .mobile-nav-toggler {
    display: block;
  }

  .main-header .sticky-header .mobile-nav-toggler {
    display: block;
  }

  .main-header .nav-outer,
  .main-header .sticky-header .main-menu {
    display: none;
  }

  .main-header #navbarSupportedContent {
    display: block;
  }

  .main-header .mCSB_inside>.mCSB_container {
    margin-right: 0px;
  }

  .main-header .main-menu {
    display: none;
  }

  .main-header .header-lower .inner-container {
    padding: 0px 0px;
  }



  .hidden-mobile-menu {
    display: block;
  }

  .main-header .header-lower .logo-box {
    max-width: 100px;
    padding: 10px;
    margin-bottom: 0;
    order: 2;
  }

  .main-header .header-lower .logo-box .logo {
    background: initial;
  }


  .main-header .header-lower .logo-box .logo img {
    padding: 0;
  }

  .main-header .header-lower .left-box {
    display: none !important;
  }

  .main-header .header-lower .right-box {
    position: absolute;
    left: 10px;
  }

  .home-hero-section {
    padding-top: 0;
  }

  .taste-tradition {
    font-size: 17px;
    line-height: 20px;
    right: 30px;
    top: 0;
  }

  .text-with-two-underlines::after {
    bottom: -30px;
    height: 30px;
  }

  .section-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .section-subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .home-shape-2 {
    width: 280px;
    height: 200px;
    font-size: 14px;
    line-height: 18px;
    padding: 40px 10px 10px 10px;
  }

  .home-shape-3 {
    width: 280px;
    height: 200px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px 30px 10px;
    margin-right: 0;
    margin-top: 10px;
  }

  .sesame-shape {
    right: -20px;
    top: -30px;
    max-width: 90px;
  }

  .category-section-title {
    margin-top: -20px;
  }

  .category-item-list {
    justify-content: space-evenly;
    gap: 0;
    padding-top: 3px;
  }

  .category-item-list .category-item {
    width: 32%;
    padding: 5px;
  }

  .brand-list {
    gap: 20px;
    padding: 30px 0 0 0;
  }

  .brand-list img {
    width: auto;
    height: 50px;
    max-width: 70px;
    object-fit: contain;
  }

  .subtitle-private-label {
    max-width: 80%;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-top: 30px;
  }

  .recipes-section-title {
    margin-top: 0;
  }

  .home-recipes-section h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .home-recipes-section .image-box {
    padding: 20px;
  }

  .main-footer {
    padding: 20px 0 40px 0;
  }

  .footer-logo {
    display: none;
  }

  .footer-list li a {
    font-size: 12px;
    line-height: 15px;
  }

  .footer-list {
    gap: 5px 20px;
    margin-bottom: 20px;
  }

  .copyright {
    font-size: 10px;
    line-height: 40px;
    position: fixed;
    bottom: 0;
    text-align: left;
  }

}

@media only screen and (max-width: 990px) {
  body {
    font-size: 13px;
    line-height: 20px;
  }


}

@media only screen and (max-width: 820px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

}

@media only screen and (max-width: 767px) {
  .main-header .header-upper .logo-outer {
    position: relative;
    width: 100%;
  }



  .main-header .main-menu {
    width: 100%;
    display: none;
  }

  .main-header .main-menu .navbar-collapse>.navigation li.dropdown:after,
  .main-header .main-menu .navigation>li>ul:before {
    display: none !important;
  }

  .main-header .main-box .logo-box {
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }


  .main-header .main-menu .navbar-header .navbar-toggler {
    display: inline-block;
    z-index: 12;
    width: 50px;
    height: 40px;
    float: none;
    padding: 0px;
    text-align: center;
    border-radius: 0px;
    background: none;
    border: 1px solid #ffffff;
  }

  .main-header .main-menu .navbar-header .navbar-toggler .icon-bar {
    position: relative;
    background: #ffffff;
    height: 2px;
    width: 26px;
    display: block;
    margin: 0 auto;
    margin: 5px 11px;
  }

  .main-header .nav-outer .mobile-nav-toggler {
    display: block;
    margin-left: 10px;
  }

  .main-header #navbarSupportedContent {
    display: block;
  }

  .main-header .mCSB_inside>.mCSB_container {
    margin-right: 0px;
  }

}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 479px) {


  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    line-height: 32px;
    font-size: 22px;
  }

}