@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;
  }

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

  .taste-tradition {
    font-size: 17px;
    line-height: 20px;
    right: 15px;
    left: initial;
    bottom: 0;
  }

  .home-about-section .image-box {
    padding: 10px 20px;
    position: relative;
    max-width: 70%;
    margin: auto;
  }

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

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


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


  .home-about-section .section-subtitle {
    margin-top: -65px;
  }

  .home-shape-2 {
    width: 220px;
        height: 170px;
        font-size: 10px;
        line-height: 15px;
        padding: 20px 10px 10px 10px;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 30px;
  }

  .recipe-image{
    width: 100%;
    padding: 0 ;
}


  .recipe-image.xs-recipe-image {
    margin-top: 5px;
    margin-bottom: 10px;
}

  .home-shape-2 div {
    max-width: 80%;
    margin-top: -10px;
    text-align: center;
    font-size: 12px;
  }

  .home-shape-btn {

    padding: 3px 20px;
    color: #FFF;
    font-size: 13px;
    line-height: 20px;
  }

  .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: 0px;
    top: -13px;
    max-width: 120px;
  }

  .home-tahina-section {
    padding: 90px 0 30px 0;
  }

  .home-tahina-section .image-box {
    padding: 0;
    position: relative;
    max-width: 250px;
    margin: auto;
  }

  .home-tahina-section .halawa-image {
    margin-top: 0;
    padding-right: initial;
  }

  .home-tahina-section .halawa-box .section-title {
    margin-top: 20px;
    text-align: center;
  }

  .home-brand-section {
    padding: 10px 0;
  }

  .home-story-outer {
    padding-top: 20px;
  }


  .home-story-box {
    background-color: #FFF;
    padding: 20px;
    padding-top: 80px;
    position: relative;
  }

  .home-story-box::before {
    content: "";
    position: absolute;
    top: -190px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/home/home-shape-bg-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: -1;
    display: none;
  }

  .home-tahina-section .bg-white .section-title {
    padding: 20px;
  }

  .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;
  }

  .home-middle-banner {
    margin-top: -100px;
  }

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

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

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

  .home-recipes-section .btn {
    bottom: 0;
    right: 0;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 15px;
  }

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

  .certificate-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: 10px;
    color: var(--primary-color);
    margin-bottom: 10px;
  }

  .home-certifications-section {
    padding: 10px 0 40px 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: 8px;
    margin-bottom: 0;
    justify-content: space-between;
  }

  .footer-copyright-wrapper {
    flex-direction: column;
    align-items: start !important;
    margin-top: 8px;
  }

  .copyright {
    font-size: 12px;
    line-height: 18px;
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }

  a.footer-privacy-link {
    font-size: 12px;
    line-height: 20px;
  }

  .process-circle {
    padding: 3px;
  }

  .process-circle img {
    width: 50px;
  }

  .process-circle p {
    font-size: 11px;
    line-height: 16px;
    max-width: 90%;
  }

  .quality-process .g-4,
  .quality-process .container {
    --bs-gutter-y: 0.5rem;
    --bs-gutter-x: 0.5rem;
  }

  .about-top .section-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .about-story-outer {
    padding-top: 5px;
  }

  .about-content-top .about-shape-2 {
    position: relative;
    top: 0;
    margin: 10px auto;
    width: 100%;
    max-width: 230px;
    height: 200px;
    font-size: 13px;
    line-height: 16px;
  }


  .about-story-section {
    padding: 0 0 10px 0;
  }

  .about-story-section .image-box {
    padding: 10px 20px;
    max-width: 250px;
    margin: auto;
  }

  .about-story-section .home-story-box {
    padding-top: 20px;
  }

  .about-top-section {
    padding: 10px 0 10px 0;
  }

  .about-story-section .pt-5 {
    padding-top: 1rem !important;
  }

  .about-process-section {
    padding: 20px 0;
  }

  .quality-process.py-5 {
    padding-top: 1rem !important;
  }

  .market-section-title {
    margin-top: 10px;
  }

  .about-market-section h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .about-market-section .image-box {
    padding: 20px;
  }

  .product-top-section .section-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .product-top-section .section-subtitle {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .product-size-section .product-img {
    max-width: 150px;
  }

  .product-size-section .olive-product-img {
    width: initial;
    max-width: 100%;
    max-height: 200px;
  }

  .product-packaging.py-5 {
    padding-bottom: 1rem !important;
  }

  .product-footer-section {
    padding: 2px 0 0 0;
  }

  .product-footer-section h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .usage-list::after {
    right: 5px;
    left: 0;
    right: 0;
    top: initial;
    bottom: 10px;
    height: 1px;
    width: initial;
  }

  .usage-list {
    margin-bottom: 20px;
    padding-bottom: 10px;
    justify-content: start !important;
  }

  .usage-list-diet {
    padding: 0;
  }

  .certificate-100 {
    width: 150px;
    max-width: 40%;
    bottom: -50px;
    position: absolute;
    left: 20px;
  }

  .product-footer-section .certificate-list img {
    width: 5cap;
    height: 50px;
    max-width: 30%;
    object-fit: contain;
  }

  .border-top-line.pt-5 {
    padding-top: 1rem !important;
    margin-top: 1rem !important;
  }

  .usage-item img {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
  }

  .usage-item p {
    font-size: 12px;
  }

  .usage-item {
    min-width: 50px;
    gap: 5px;
  }

  .product-size-section .nav-tabs .nav-link img.tab-icon {
    width: 30px;
    height: auto;
  }

  .product-size-section .nav-tabs li:nth-child(1) img.tab-icon {
    width: clamp(25px, 5vw, 20px);
  }

  .product-size-section .nav-tabs li:nth-child(2) img.tab-icon {
    width: clamp(25px, 5.5vw, 25px);
  }

  .product-size-section .nav-tabs li:nth-child(3) img.tab-icon {
    width: clamp(25px, 6vw, 25px);
  }

  .product-size-section .nav-tabs li:nth-child(4) img.tab-icon {
    width: clamp(30px, 6.5vw, 30px);
  }

  .product-size-section .nav-tabs li:nth-child(5) img.tab-icon {
    width: clamp(30px, 7vw, 30px);
  }

  .product-size-section .nav-tabs li:nth-child(6) img.tab-icon {
    width: clamp(30px, 7.5vw, 30px);
  }

  .product-size-section .nav-tabs li:nth-child(7) img.tab-icon {
    width: clamp(35px, 8vw, 35px);
  }

  .product-size-section .nav-tabs li:nth-child(8) img.tab-icon {
    width: clamp(35px, 8vw, 35px);
  }

  .product-size-section .nav-tabs {
    gap: 5px;
    justify-content: start !important;
  }

  .product-size-section .product-packaging-olive .nav-tabs .nav-link img.tab-icon {
    width: auto;
    height: 30px;
  }

  .product-size-section .product-packaging-olive .nav-tabs li:nth-child(1) img.tab-icon {
    width: auto;
    height: 30px;
  }

  .product-size-section .product-packaging-olive .nav-tabs li:nth-child(2) img.tab-icon {
    width: auto;
    height: 30px;
  }

  .product-size-section .product-packaging-olive .nav-tabs li:nth-child(3) img.tab-icon {
    width: auto;
    height: 30px;
  }

  .product-size-section .product-packaging-olive .nav-tabs li:nth-child(5) img.tab-icon {
    width: auto;
    height: 30px;
  }

  .product-size-section .product-packaging-olive .nav-tabs li:nth-child(5) img.tab-icon {
    width: auto;
    height: 30px;
  }

  .product-size-section .packaging-table td {
    padding: 5px 5px;
    font-size: 12px;
  }

  .product-top-section {
    padding: 35px 0 20px 0;
  }

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

  .contact-hero-content {
    min-height: 80px;
    padding: 5px 0 0 0;
  }

  .contact-form .form-label {
    font-weight: 500;
    font-size: 13px;
    margin-top: 15px;
  }

  .contact-form .btn {
    margin-top: 15px;
  }

  .contact-map-section iframe {
    width: 100% !important;
    height: 200px;
  }

  .contact-map-section {
    padding: 10px 0 40px 0;
  }

  .contact-form-section {
    padding-top: 1rem !important;
  }

  .contact-form-section h4 {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 5px !important;
  }

  .recipes-divider {
    border-bottom: 1px solid #707070;
    margin-bottom: 10px;
  }

  .recipe-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .recipes-section .tab-content.mt-4 {
    margin-top: 5px !important;
  }

  .recipes-section .tab-content.mt-4 {
    margin-top: 5px;
  }

  .recipes-section .nav-tabs {
    margin-top: 20px;
  }

  .prep-time {
    margin-top: 20px;
  }

  .ingredients-outer {
    flex-direction: column;
    padding: 0 20px;
  }

  .recipe-content .ingredients::before {
    display: none;
  }

  .recipe-content .ingredients {
    padding: 0;
    padding-bottom: 30px;
  }

  .recipe-content .home-shape-2 {
    position: absolute;
    bottom: -110px;
    right: 0;
    width: 200px;
    z-index: 9999;
    font-size: 12px;
    line-height: 18px;
  }

  .career-form .form-label {
    font-weight: 500;
    font-size: 13px;
    margin-top: 15px;
  }

  .career-form .btn {
    margin-top: 15px;
  }

  .career-hero-section .home-shape-2 {

    padding: 5px;
    width: 140px;
    height: 120px;
    bottom: -50px;
    left: -10px;
    font-size: 10px;
    line-height: 13px;
  }

  .privacy-section .section-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .privacy-section p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 3px;
  }

  .privacy-section .section-title {
    margin: 0 0 20px 0;
  }

  .privacy-section.py-5 {
    padding-top: 1rem !important;
  }

}

@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;
  }
}