/** Shopify CDN: Minification failed

Line 140:0 Expected percentage but found "."
Line 3848:35 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-break-of-dawn (INDEX:0) */
.section-about-break {
    padding-bottom: 50px;
    padding-top: 35px;
}
  .about-break-heading h4 {
    text-align: center;
    font-size: 16px;
    color: #ee5d51;
    font-weight: 700;
}
.about-break-text p {
    font-size: 60px;
    text-align: center;
    color: #1a677b;
    /* font-weight: 700; */
    line-height: 1.3;
    margin-bottom: 20px;
}
.about-break-logo-img {
    display: flex;
    justify-content: center;
    padding: 35px 0;
}
/* END_SECTION:about-break-of-dawn */

/* START_SECTION:banner-cms (INDEX:5) */
.banner-slide-wrapper {
    display: flex;
    width: 100%;
}
  section.section-banner {
    width: 100%;
    margin-top: -130px;
}
section.section-banner .banner-slider .banner-slide-one{
  position: relative;
  z-index: 0;
  }
section.section-banner .banner-slider .banner-slide-one:before{
    position: absolute;
    content: "";
    width: 100%;
    top:0%;
    left:0px;
    bottom:0;
    right:0;
    background-image: url("/cdn/shop/files/banner-slide-1.jpg?v=1736847237");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index:-1;
  }
section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-two img {
    width: 100%;
    height: 100%;
}
section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-three img {
    width: 256px;
    height: 480px;
}
/* section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img {
    margin-right: -31px;
} */
section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .main-block {
    width: 55%;
    height: 210px;
}
section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .main-block.left .banner-slide-img-one img{
    margin-left:-20px;
}
  /* section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img,
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-two img{
    position: absolute;
  } */
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs{
    padding: 200px 0 100px;
  }
section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs {
    display: flex;
    align-items: center;
    gap: 30px;
}
section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-heading-wrapper h1 {
    font-family: "DM Serif Text", serif;
    font-weight: 600;
    font-size: 65px;
    margin-bottom: 30px;
}
section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-para-wrapper p{
    margin-bottom: 40px;
  }
section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-btn-wrapper a.banner-btn {
    text-decoration: none;
    padding: 10px 60px;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    background-color: #ee594d;
}
section.section-banner .banner-slider ul.slick-dots {
    display: flex;
    justify-content: center;
}
section.section-banner .banner-slider ul.slick-dots li button{
  font-size: 0px;
  border : none;
}

.slick-nav {--active:#000;--border:rgba(0,0,0,0.1);width:44px;height:44px;position:absolute;cursor:pointer;top:calc(50% - 44px);}
.slick-nav.prev-arrow {left:3%;transform:scaleX(-1);z-index:999;}
.slick-nav.next-arrow {left:auto;right:3%;}
.slick-nav i {display:block;position:absolute;margin:-10px 0 0 -10px;width:20px;height:20px;left:50%;top:50%;}
.slick-nav i:before,.slick-nav i:after {content:'';width:10px;height:2px;border-radius:1px;position:absolute;left:50%;top:50%;background:var(--active);margin:-1px 0 0 -5px;display:block;transform-origin:9px 50%;}
.slick-nav i:before {transform:rotate(-40deg);}
.slick-nav i:after {transform:rotate(40deg);}
.slick-nav:before,.slick-nav:after {content:'';display:block;position:absolute;left:1px;right:1px;top:1px;bottom:1px;border-radius:50%;border:2px solid rgba(0,0,0,0.1);}
.slick-nav svg {width:44px;height:44px;display:block;position:relative;z-index:1;color:#000;stroke-width:2px;stroke-dashoffset:126;stroke-dasharray:126 126 0;transform:rotate(0deg);}
.slick-nav.animate svg {animation:stroke 1s ease forwards 0.3s;}
.slick-nav.animate i {animation:arrow 1.6s ease forwards;}
.slick-nav.animate i:before {animation:arrowUp 1.6s ease forwards;}
.slick-nav.animate i:after {animation:arrowDown 1.6s ease forwards;}
@keyframes stroke { 52% {transform:rotate(-180deg);stroke-dashoffset:0;} 52.1% {transform:rotate(-360deg);stroke-dashoffset:0;} 100% {transform:rotate(-180deg);stroke-dashoffset:126;}}
@keyframes arrow { 0%,100% {transform:translateX(0);opacity:1;} 23% {transform:translateX(17px);opacity:1;} 24%,80% {transform:translateX(-22px);opacity:0;} 81% {opacity:1;transform:translateX(-22px);}}
@keyframes arrowUp { 0%,100% {transform:rotate(-40deg) scaleX(1);} 20%,80% {transform:rotate(0deg) scaleX(.1);}}
@keyframes arrowDown { 0%,100% {transform:rotate(40deg) scaleX(1);} 20%,80% {transform:rotate(0deg) scaleX(.1);}
/* END_SECTION:banner-cms */

/* START_SECTION:blog-page (INDEX:6) */
.blog-section {
  background-color: #9bd0d2;
}

.blog-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #d04c3f;
}

.blog-subtitle {
  font-size: 1.1rem;
  color: #444;
}

.blog-card {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-img-wrap {
  overflow: hidden;
  border-bottom: 4px solid #d04c3f;
}

.blog-img {
  width: 100%;
}

.blog-content {
  padding: 20px;
}

.blog-heading {
  font-size: 1.3rem;
  font-weight: bold;
  color: #d04c3f;
  margin-bottom: 10px;
}

.read-more {
  color: #007c91;
  text-decoration: none;
  font-weight: bold;
}

.read-more:hover {
  text-decoration: underline;
}
/* END_SECTION:blog-page */

/* START_SECTION:blog-title (INDEX:7) */
.blog-content {
    padding: 60px 0;
}.blog-content-wrapper {
    padding: 0px 80px;
}
.blog-content-wrapper p {
    text-align: justify;
}
/* END_SECTION:blog-title */

/* START_SECTION:breadcrumbs (INDEX:9) */
.breadcrumbs {
  padding: 0px 0px;
  position: relative;  /* Ensure breadcrumbs are positioned correctly for z-index */
  z-index: 10;         /* Set a higher z-index value if needed */
}

.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item:not(:last-child):after {
  content: '//';
  display: inline-block;
  margin: 0px 0px !important;
  position: relative;
  transform: rotate(9deg);
  vertical-align: middle;
  width: 18px !important;
  color: #1b6b76;
  font-size: 14px;
}

li.breadcrumbs__item {
  color: #1b6b76;
}

.breadcrumbs__link {
  text-decoration: none;
}

.breadcrumbs__link[aria-current="page"] {
  color: #eb483f !important;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumbs__link[aria-current="page"]:hover,
.breadcrumbs__link[aria-current="page"]:focus {
  text-decoration: none;
}

a.breadcrumbs__link {
  color: #1b6b76;
  text-transform: uppercase;
  font-size: 14px;
}
/* END_SECTION:breadcrumbs */

/* START_SECTION:cms-faq-three (INDEX:23) */
.section-accordion {
  background-color: #f9f9f9;
}

.accordion {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.accordion .accordion-item {
  border-bottom: 1px solid #ddd;
  padding: 0 20px;
}

.accordion .accordion-item:last-child {
  border-bottom: none;
}

.accordion button {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.accordion .accordion-title {
  display: inline-block;
  vertical-align: middle;
}

.accordion .icon {
  float: right;
  transition: transform 0.3s ease;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.accordion button[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}

.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0;
}

.accordion .active .accordion-content {
  max-height: 500px;
  padding: 10px 0 15px;
}

.faq-right-content {
  background: #fff;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.faq-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.faq-desc {
  font-size: 16px;
  margin-bottom: 15px;
}

.faq-contact-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.faq-contact-btn:hover {
  background: #333;
}
/* END_SECTION:cms-faq-three */

/* START_SECTION:cms-footer-marquee-section (INDEX:25) */
.section-marque-footer .marquee-text {
    box-sizing: border-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  background:#1a677b;
}
.section-marque-footer .marquee-text .top-info-bar {
    font-size: 12px;
    width: 200%;
    display: flex;
    -webkit-animation: marquee 25s linear infinite running;
    -moz-animation: marquee 25s linear infinite running;
    -o-animation: marquee 25s linear infinite running;
    -ms-animation: marquee 25s linear infinite running;
    animation: marquee 25s linear infinite running;
}

.section-marque-footer .marquee-text .top-info-bar:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.section-marque-footer .marquee-text .top-info-bar .info-text {
    padding: 15px 10px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

.section-marque-footer .marquee-text .top-info-bar a {
    color: #ffffff;
  text-decoration:none;
}
.section-marque-footer .marquee-text .top-info-bar .info-text:after {
    position: absolute;
    content: ".";
    font-size: 30px;
    top: 35%;
    right: -5px;
    z-index: 1;
    color: #fff;
    transform: translateY(-50%);
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
/* END_SECTION:cms-footer-marquee-section */

/* START_SECTION:cms-header-megamenu (INDEX:27) */
.header__icons {
      margin-top: -35px;
      margin-right: -90px;
  }
  *{
  box-sizing:border-box;
  }
  a{
  color:#333;
  transition:all 200ms ease-in-out;
  }

  ul{
  margin:0;
  padding:0;
  list-style-type:none;
  }
  div#header {
  padding: 5px 0;
  }
  .nav-bar {
      display: flex;
      position: relative;
      height: 80px;
      align-items: center;
      gap: 0px;
  }
  .nav-bar a{
  display:block;
  text-decoration:none;
  }
  .nav-bar > li > a{
  padding:4px 12px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  }
  .nav-bar > li{
  position:relative;
  }
  .nav-bar > li > ul {
  /* display: none; */
  /* background: #ee594d; */
  position: absolute;
  top: 100%;
  color: #fff !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 300ms ease-in-out 500ms;
  transition: all 300ms ease-in-out;
  width: 150px;
  }

  .nav-bar > li > ul > li > a{
  padding:4px 10px;
  }
  .nav-bar > li > ul > li > a:hover{
  background-color:#80c3c9;
  color: #fff;
  }
  .nav-bar > li > ul > li > a.active{
  background-color:#80c3c9;
  color: #fff;
  }
  .nav-bar > li:hover > ul{
  /* display:block; */
  opacity:1;
  visibility: visible;
  transform: translateY(0px);
  transition:all 300ms ease-in-out;
  }
  /* .nav-bar > li > a:hover{
  background-color:rgba(0,0,0,.05);
  } */
    .nav-bar > li > a:hover {
      color: #ef584d;
  }
  .nav-bar .big-nav{
  position:static;
  }
  /* .nav-bar .big-nav > ul {
      min-height: 210px !important;
      position: absolute;
      top: 100%;
      left: 0;
      width: 68%;
      background: #80c3c9;
      margin-top: -25px;
      z-index: 25;
  } */
    .nav-bar .big-nav > ul {
      min-height: 230px !important;
      position: absolute;
      top: 100%;
      left: 0;
      width: 68%;
      background: #80c3c9;
      margin-top: -25px;
      z-index: 25;
      color: rgba(0, 0, 0, 1) !important;
  }
  .nav-bar .big-nav > ul > li{
  width:32%;
  /* position:relative; */
  }
  .nav-bar .big-nav > ul > li > a {
      padding: 10px 10px;
      background: #ee594d;
      display: block;
      color: #fff;
      font-size: 18px;

  }
  .nav-bar .big-nav > ul > li > ul{
  display:none;
  position:absolute;
  top:0;
  left:32%;
  width:68%;
  /* background:rgba(100,255,0,0.1); */
  }

  /* .nav-bar .big-nav > ul > li.show > ul{
  display:block;
  } */

  .nav-bar .big-nav > ul > li > ul > li{
  display:block;
  width:100%;
  float:left;
  }
  .nav-bar .big-nav > ul > li > ul > li.col3{
  width:50%;
  padding:0 10px;
  }
  .nav-bar .big-nav > ul > li > ul > li > a{
  font-weight:bold;
  border-bottom:1px solid #333;
  }
  .nav-bar .big-nav > ul > li > ul > li a{
  padding: 20px 10px 0px 0px;
  font-size:16px;
  }

  .logo-wrappper {
  height: 200px;
  width: 238px;
  /* margin-top: 117px; */
  }
  li.logo-wrappper {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .logo-wrappper a img{
  /* height: 100%; */
  width: 190px;
  margin-left: -0px;
  }

  .img-wrapper{
  height: 350px;
  width: 200px;
  }
  .img-wrapper img{
  height: 75% !important;
  width: 75% !important;
  }

  li.col3 img{
  border-top: none;
  }
  li.col3.img

  .nav-bar .big-nav > ul > li > ul > li.col3img > a > ul > .img-wrapper{
  border-bottom: none;
  }
  .feta-img-wrapper {
  height: 400px;
  width: 400px;
  }
  .feta-img-wrapper img {
      height: 75%;
      width: 75% !important;
      object-fit: cover;
  }


  /* new header */

  .v-center {
  align-items: center;
  justify-content: center;
  }

  .header .item-left{flex: 0 0 17%;}
  .header .item-center{flex: 0 0 66%;}
  .header .item-right{flex: 0 0 17%;display: flex; justify-content: flex-end;}

  .header .item-right a{
  font-size: 18px;
  color: black;
  margin-left: 15px;
  display: inline-block;
  }

  .header .item-right a:hover{
  color: teal;
  }

  .header{
  position: sticky;
  top: 0px;
  left: 0;
  background-color: transparent;
  display: block;
  z-index: 999;
  width: 100%;
  padding: 15px;
  /* box-shadow: 0 0 3px rgba(0,0,0,0.3); */
  }

  .header .logo a{
  color: black;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 20px;
  }

  .header .logo a span{
  font-size: 30px;
  color: red;
  }

  /* .header .menu > ul > li{
  display: inline-block;
  margin-left: 40px;
  line-height: 20px;
  } */

  .header .menu > ul > li > a{
  position: relative;
  display: flex;
  color: black;
  font-size: 16px;
  height: 80px;
  align-items: center;
  }

  .header .menu > ul > li > a:hover{
  color: rgb(180, 8, 8);
  transition: all 0.4s ease;
  }

  /*MEGA MENU*/

  .header .menu > ul > li .sub-menu{
  position: absolute;
  z-index: 500;
  background-color:white;
  padding: 30px 20px;
  margin-top: 25px;
  border-bottom: 2px solid rgb(180, 8, 8);
  opacity: 0;
  visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  ul.show{
    display:block !important;
  }
  @media (min-width:992px){
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    margin-top: 0px;
  }
  }

  .header .menu > ul > li .sub-menu.mega-menu{
  left: 50%;
  transform: translateX(-50%);
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }


  .header .menu > ul > li .sub-menu.mega-menu > .list-item{
  flex: 0 0 25%;
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item .title{
  font-size: 15px;
  color: rgb(180, 8, 8);
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Fira Sans';
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
  display: block;
  line-height: 12px;
  margin: 15px 0;
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
  display: block;
  color: #444;
  font-size: 14px;
  font-family: 'Fira Sans';
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item.text-center .title{
  text-align: center;
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item.text-center img{
  max-width: 150px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0px 10px;
  }
    .nav-bar > li > a.logo-wrapper:hover {
      background: none !important;
  }
  /*END OF MEGA MENU*/


  .nav-bar .big-nav > ul > li > ul > li a:hover {
      color: #ef584d;
  }
    /* Basic Styles */
  .nav-bar {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
  }
    .hamburger-menu-logo-img img {
      display: none;
  }
  .hamburger-menu {
      display: flex;
      align-items: center;
      gap: 18px;
      justify-content: space-between;
  }
    .hamburger-menu-logo-img img {
      width: 140px;
  }
    .img-wrapper.gifting-wrapper {
      width: 200px;
      height: 200px;
      margin-top: 5px;
  }
  /* Hide nav-bar by default on small screens */
  @media (max-width: 768px) {
    .nav-bar {
      display: none;
      flex-direction: column;
      position: absolute;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 1000;
      height: auto;
      /* overflow-x: hidden */
    }

    .nav-bar.show {
      display: flex;
    }

    .hamburger {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .hamburger span {
      display: block;
      height: 3px;
      width: 25px;
      background-color: black;
    }
    li.logo-wrappper.header-mv-logo {
      display: none;
  }
    .hamburger-menu-logo-img img {
      display: block;
  }
  div#header {
      padding: 15px 0;
      background: #80c3c9;
  }
  ul.drop-img {
      display: none;
  }
    .nav-bar .big-nav > ul > li > ul > li.col3 {
      width: 50%;
      padding: 0 10px;
  }
  .nav-bar .big-nav > ul{
  top:40%;
  z-index:1
  }
    .nav-bar .big-nav > ul > li {
      width: 35%;
  }
    .nav-bar .big-nav > ul > li > ul {
      left: 35%;
  }
    .nav-bar .big-nav > ul > li > ul > li a {
      font-size: 12px;
  }
    li.no-products {
      font-size: 12px !important;
  }
    .nav-bar .big-nav > ul > li > a {
      font-size: 15px;
  }
    li.big-nav.mega-menu-line-two:after {
  display:none
  }
    li.big-nav.mega-menu-line-one:after {
  display:none
  }
    li.big-nav.mega-menu-line-one {
      margin-top: 0px !important;
  }
    li.big-nav.mega-menu-line-two {
      margin-top: 0px !important;
  }
     .nav-bar .big-nav > ul {
      width: 100%;
  }
    .mv-headers {
      display: block !important;
  }
    .header__icons {
      margin-top: 0px !important;
      margin-right: 0px !important;
  }
    .desk-header {
      display: none;
  }
    .nav-bar .big-nav > ul > li > a {
      font-size: 12px !important;
  }
  .nav-bar > li > a {
      font-size: 12px !important;
  }
  }
    @media (min-width: 768px) and (max-width: 1024px) {
    .nav-bar {
      display: none;
      flex-direction: column;
      position: absolute;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 1000;
      height: auto;
      /* overflow-x: hidden */
    }

    .nav-bar.show {
      display: flex;
    }

    .hamburger {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .hamburger span {
      display: block;
      height: 3px;
      width: 25px;
      background-color: black;
    }
    li.logo-wrappper.header-mv-logo {
      display: none;
  }
    .hamburger-menu-logo-img img {
      display: block;
  }
  div#header {
      padding: 15px 0;
      background: #80c3c9;
  }
  ul.drop-img {
      display: none;
  }
    .nav-bar .big-nav > ul > li > ul > li.col3 {
      width: 50%;
      padding: 0 10px;
  }
  .nav-bar .big-nav > ul{
  top:40%;
  z-index:1
  }
    .nav-bar .big-nav > ul > li {
      width: 35%;
  }
    .nav-bar .big-nav > ul > li > ul {
      left: 35%;
  }
    .nav-bar .big-nav > ul > li > ul > li a {
      font-size: 12px;
  }
    li.no-products {
      font-size: 12px !important;
  }
    .nav-bar .big-nav > ul > li > a {
      font-size: 15px;
  }
    li.big-nav.mega-menu-line-two:after {
  display:none
  }
    li.big-nav.mega-menu-line-one:after {
  display:none
  }
    li.big-nav.mega-menu-line-one {
      margin-top: 0px !important;
  }
    li.big-nav.mega-menu-line-two {
      margin-top: 0px !important;
  }
     .nav-bar .big-nav > ul {
      width: 100%;
  }
    .mv-headers {
      display: block !important;
  }
    .header__icons {
      margin-top: 0px !important;
      margin-right: 0px !important;
  }
    .desk-header {
      display: none;
  }
    .nav-bar .big-nav > ul > li > a {
      font-size: 12px !important;
  }
  .nav-bar > li > a {
      font-size: 12px !important;
  }
  }
  li.big-nav.mega-menu-line-one:after {
      position: absolute;
      content: "";
      width: 100%;
      border-bottom: 2px solid #000;
      left: -64%;
      right: 0;
      bottom: 25px;
  }
    li.big-nav.mega-menu-line-two:after {
      position: absolute;
      content: "";
      width: 100%;
      border-bottom: 2px solid #000;
      left: 63%;
      right: 0;
      bottom: 25px;
  }
    li.big-nav.mega-menu-line-one {
      margin-top: -35px;
  }
    li.big-nav.mega-menu-line-two {
      margin-top: -35px;
  }
  .big-nav ul.dropdoun.show a.active {
      color: #fff;
  }
  .nav-bar .big-nav > ul > li.show > ul{
  display:block;
  }
    /* .nav-bar .big-nav > ul > li > ul.menu-one-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-two-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-three-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-four-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-five-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-six-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-seven-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-eight-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-nine-show {
      display: block;
  } */
    .nav-bar > li > ul > li > a.active {
    background-color: #80c3c9;
    color: #fff;
  }

  .nav-bar .big-nav > ul > li > a {
    padding: 10px 10px;
    background: #ee594d;
    display: block;
    color: #fff;
    font-size: 18px;
  }

  .nav-bar .big-nav > ul > li.show > ul {
    display: none;
  }
    ul.dropdown {
      display: grid !important;
      grid-template-columns: repeat(2,100%);
  }

    /* ul.menu-two-show.show{
      display: grid;
      grid-template-columns: repeat(2,100%);
    } */
    .hidden {
    display: none;
  }
  button#toggle-products {
      width: 100px;
      font-size: 16px;
      margin-top: 18px;
      background: #ee594d;
      color: #fff;
      border: 2px solid #ee594d;
      border-radius: 5px;
  }
    .search-modal.modal__content.gradient {
      margin-top: 100px;
  }
    .mv-headers {
      display: none;
  }
    li.no-products {
      font-size: 16px;
  }
/* END_SECTION:cms-header-megamenu */

/* START_SECTION:cms-home-review-section (INDEX:29) */
/* customer-review */
section.section-customer-review {
    background-color: #1a677b;
}
.review-content p {
    color: #fff;
    font-size: 17px;
}
  .recipes-slider-heading h4 {
    font-size: 28px;
    line-height: 0.9;
    padding-bottom: 5px;
}
  .costomer-review h3 {
    font-size: 35px;
}
.costomer-review {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.costomer-para-review p {
    font-size: 17px;
    color: #a1cdca;
}
  .costomer-p-review p {
    font-size: 18px;
    color: #fff;
}
.costomer-review h3 {
    color: #fff;
}
.review-img img{
    width: 150px;
}.review-img img {
    width: 200px !important;
}.costomer-review-slider {
    padding: 50px 0 0 0;
}.review-content {
    padding: 20px 0;
}
.review-content h4{
    color: #fff;
    text-align: center;
}
.review-img {
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
.review-img img:hover{
transform: scale(1.1);
transition: transform .5s ease-in-out;
}
/* END_SECTION:cms-home-review-section */

/* START_SECTION:cms-marque-section (INDEX:30) */
.marquee-text {
    box-sizing: border-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  background:#ee594d;
}
.marquee-text .top-info-bar {
    font-size: 12px;
    width: 200%;
    display: flex;
    -webkit-animation: marquee 25s linear infinite running;
    -moz-animation: marquee 25s linear infinite running;
    -o-animation: marquee 25s linear infinite running;
    -ms-animation: marquee 25s linear infinite running;
    animation: marquee 25s linear infinite running;
}

.marquee-text .top-info-bar:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee-text .top-info-bar .info-text {
    padding: 15px 10px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

.marquee-text .top-info-bar a {
    color: #ffffff;
  text-decoration:none;
  cursor: default;
}
.marquee-text .top-info-bar .info-text:after {
    position: absolute;
    content: ".";
    font-size: 30px;
    top: 35%;
    right: -5px;
    z-index: 1;
    color: #fff;
    transform: translateY(-50%);
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
/* END_SECTION:cms-marque-section */

/* START_SECTION:cms-recipe-page (INDEX:35) */
.product-recipe-heading p {
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
}
.product-recipe-heading span {
    color: #000;
}
.recipe-text p {
    margin-bottom: 0;
}
.product-recipe-img {
    overflow: hidden;
    border-bottom-right-radius: 50px;
}
.product-recipe {
    padding: 20px 0;
}
#paginationn {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

#paginationn li {
  margin: 0 5px;
}

#paginationn li button {
  padding: 8px 12px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 4px;
}

#paginationn li button:hover {
  background: #ddd;
}

#paginationn li button.active {
  background: #000;
  color: #fff;
  border-color: #000;
}
  /* Ensure blocks are visible in Shopify customizer preview 
.recipe-block[style*="display: none;"] {
  display: block !important;
}*/
/* END_SECTION:cms-recipe-page */

/* START_SECTION:cms-top-anc-bar (INDEX:40) */
.cw-announcement-wrap {
  overflow: hidden;
  position: relative;
}
#cw-announcement-list {
  padding: 5px 0; 
  min-height: 30px;
  display: flex;
  align-items: center; 
  background-color: #eb483f !important; 
  position: relative; 
  overflow: hidden; 
}
#cw-announcement-list > .cw-item {
  letter-spacing: .04em;
  font-size: 12.6px; 
  font-weight: 400; 
  text-transform: uppercase;
  text-align: center;  
  color: #fff; 
  overflow: hidden; 
  padding: 0; 
  line-height: 1.1; 
  width: 100%;
  flex-shrink: 0;
  text-align: center;
}
/* END_SECTION:cms-top-anc-bar */

/* START_SECTION:coming-soon (INDEX:46) */
/* under-construction */
.under-construction{
    background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url(/cdn/shop/files/coming-soon-banner.png?v=1737639955);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #fd5c45; */
}
.under-construction img {
    width: 270px;
    /* background: #fff; */
    padding: 10px;
    border-radius: 2px;
}
.under-construction-info {
    text-align: center;
}
.social-icon a i {
    font-size: 35px;
    color: #fff;
}
.social-icon {
    gap: 20px;
    display: flex;
    justify-content: center;
}
.under-construction-info h2{
font-size: 70px;
font-weight: 600;
color: #fff;
position: relative;
padding-bottom: 20px;
}
.social-icons a i {
    font-size: 35px;
    color: #fff;
}
.social-icons {
    gap: 20px;
    display: flex;
    justify-content: center;
    padding: 0 0 25px;
}
.under-construction-info h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 300px;
    background-color: #fff;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.under-construction-info a {
    color: #fff;
    text-decoration: none;
          margin-top: 30px;
}
  .under-construction-info a svg, .under-construction-info a svg path{
  transition: all 0.3s ease-in-out;
  }
  .under-construction-info a:hover svg, .under-construction-info a:hover svg path{
    fill:#ee5a4e;
  }
.email-tab{
  margin-top: 30px;
}
/* END_SECTION:coming-soon */

/* START_SECTION:custom-review-section (INDEX:54) */
/* customer-review */
section.section-customer-review {
    background-color: #1a677b;
}
.review-content p {
    color: #fff;
    font-size: 17px;
}
  .recipes-slider-heading h4 {
    font-size: 28px;
    line-height: 0.9;
    padding-bottom: 5px;
}
  .costomer-review h3 {
    font-size: 35px;
}
.costomer-review {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.costomer-para-review p {
    font-size: 17px;
    color: #a1cdca;
}
  .costomer-p-review p {
    font-size: 18px;
    color: #fff;
}
.costomer-review h3 {
    color: #fff;
}
.review-img img{
    width: 150px;
}.review-img img {
    width: 200px !important;
}.costomer-review-slider {
    padding: 50px 0 0 0;
}.review-content {
    padding: 20px 0;
}
.review-content h4{
    color: #fff;
    text-align: center;
}
.review-img {
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
.review-img img:hover{
transform: scale(1.1);
transition: transform .5s ease-in-out;
}
/* END_SECTION:custom-review-section */

/* START_SECTION:footer-marquee-section (INDEX:60) */
.section-marque-footer .marquee-text {
    box-sizing: border-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  background:#1a677b;
}
.section-marque-footer .marquee-text .top-info-bar {
    font-size: 12px;
    width: 200%;
    display: flex;
    -webkit-animation: marquee 25s linear infinite running;
    -moz-animation: marquee 25s linear infinite running;
    -o-animation: marquee 25s linear infinite running;
    -ms-animation: marquee 25s linear infinite running;
    animation: marquee 25s linear infinite running;
}

.section-marque-footer .marquee-text .top-info-bar:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.section-marque-footer .marquee-text .top-info-bar .info-text {
    padding: 15px 10px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

.section-marque-footer .marquee-text .top-info-bar a {
    color: #ffffff;
  text-decoration:none;
}
.section-marque-footer .marquee-text .top-info-bar .info-text:after {
    position: absolute;
    content: ".";
    font-size: 30px;
    top: 35%;
    right: -5px;
    z-index: 1;
    color: #fff;
    transform: translateY(-50%);
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
/* END_SECTION:footer-marquee-section */

/* START_SECTION:header-announcement-bar (INDEX:66) */
.cw-announcement-wrap {
  overflow: hidden;
  position: relative;
}
#cw-announcement-list {
  padding: 5px 0; 
  min-height: 30px;
  display: flex;
  flex-flow: row wrap;
  align-items: center; 
  background-color: #eb483f !important; 
  position: relative; 
  overflow: hidden; 
  width: 500000px;
}
#cw-announcement-list>.cw-item {
  letter-spacing: .04em;
  font-size: 12.6px; 
  font-weight: 400; 
  text-transform: uppercase;
  text-align: center;  
  color: #fff; 
  overflow: hidden; 
  padding: 0; 
  line-height: 1.1; 
  display: inline-block;
} 
.cw-announce-nav span {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  background-color: #000;  
}
.cw-announce-nav span:before {
  content: '';
  width: 10px;
  height: 10px;
  border-left: #fff 2px solid;
  border-top: #fff 2px solid;
  display: inline-block;
  margin: 8px 6px 0 6px;
}
.cw-announce-nav span#cw-perv-announcement {
  left: 0;
}
.cw-announce-nav span#cw-perv-announcement:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left:10px;
}
.cw-announce-nav span#cw-next-announcement {
  right: 0px;
}
.cw-announce-nav span#cw-next-announcement:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
  .cw-announcement-wrap {
    width: 100% !important;
}
/* END_SECTION:header-announcement-bar */

/* START_SECTION:header-main-mega (INDEX:67) */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: Fira Sans,sans-serif;
    list-style: none;
}

*:before, *:after{
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
}

/* .row{
    display: flex;
    flex-wrap: wrap;
} */

.v-center {
    align-items: center;
    justify-content: center;
}

.header .item-left{flex: 0 0 17%;}
.header .item-center{flex: 0 0 66%;}
.header .item-right{flex: 0 0 17%;display: flex; justify-content: flex-end;}

.header .item-right a{
    font-size: 18px;
    color: black;
    margin-left: 15px;
    display: inline-block;
}

.header .item-right a:hover{
    color: teal;
}

.header{
    position: sticky;
    top: 0px;
    left: 0;
    background-color: transparent;
    display: block;
    z-index: 999;
    width: 100%;
    padding: 15px;
    /* box-shadow: 0 0 3px rgba(0,0,0,0.3); */
}

.header .logo a{
    color: black;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 20px;
}

.header .logo a span{
    font-size: 30px;
    color: red;
}

/* .header .menu > ul > li{
    display: inline-block;
    margin-left: 40px;
    line-height: 20px;
} */

.header .menu > ul > li > a{
    position: relative;
    /* display: flex; */
    color: black;
    font-size: 16px;
    height: 80px;
    align-items: center;
}

.header .menu > ul > li > a:hover{
    color: rgb(180, 8, 8);
    transition: all 0.4s ease;
}

/*MEGA MENU*/

.header .menu > ul > li .sub-menu{
    position: absolute;
    z-index: 500;
    background-color: #fff;
    padding: 30px 20px;
    margin-top: 25px;
    border-bottom: 2px solid rgb(180, 8, 8);
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (min-width:992px){
    .header .menu > ul > li.menu-item-has-children:hover .sub-menu{
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease;
        margin-top: 0px;
    }
}

.header .menu > ul > li .sub-menu.mega-menu{
    left: 50%;
    transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.header .menu > ul > li .sub-menu.mega-menu > .list-item{
    flex: 0 0 25%;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item .title{
    font-size: 15px;
    color: rgb(180, 8, 8);
    font-weight: 600;
    text-transform: uppercase;
    font-family: Fira Sans,sans-serif;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
    display: block;
    line-height: 12px;
    margin: 15px 0;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
    display: block;
    color: #444;
    font-size: 14px;
    font-family: Fira Sans,sans-serif;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item.text-center .title{
    text-align: center;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item.text-center img{
    max-width: 150px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding: 0px 10px;
}
/*END OF MEGA MENU*/

/*RESPONSIVE NAVBAR*/

.mobile-menu-head,
.mobile-menu-trigger{
    display: none;
}


@media (max-width:991px){
    .header .item-center{
        order: 3;
        flex: 0 0 100%;
    }
li.mega-menu-header-img {
    display: none !important;
}
    .header .item-right,
    .header .item-left{
        flex: 0 0 auto;
    }

    .v-center{
        justify-content: space-between;
    }

    .header .mobile-menu-trigger{
        display: flex;
        width: 30px;
        height: 30px;
        margin-left: 15px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .header .mobile-menu-trigger span{
        position: relative;
        display: block;
        width: 24px;
        height: 2px;
        background-color: black;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after{
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
    }

    .header .mobile-menu-trigger span:before{
        top: -6px;
    }

    .header .mobile-menu-trigger span:after{
        top: 6px;
    }


    .header .item-right{
        align-items: center;
    }

    .header .menu{
        position: fixed;
        top: 0;
        left: 0;
        width: 370px;
        height: 100%;
        overflow: hidden;
        z-index: 1099;
        background-color: white;
        transform: translate(-100%);
    }

    .header .menu.active{
        transform: translate(0%);
    }

    .header .menu > ul > li{
        display: block;
        line-height: 1;
        margin: 0;
    }

    .header .menu > ul > li > a{
        display: block;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        padding: 0px 50px 0px 15px;
    }

    .header .menu > ul > li > a i{
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head{
        display: flex;
        width: 100%;
        height: 60px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        background-color: white;
        position: sticky;
        top: 0;
        z-index: 5012;
    }

    .header .menu .mobile-menu-head .go-back{
        width: 50px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.3);
        cursor: pointer;
        display: none;
        font-size: 18px;
        font-weight: 900;
    }
  
    .header .menu .mobile-menu-head.active .go-back{
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title{
        font-size: 16px;
        font-weight: 600;
    }

    .header .menu .mobile-menu-head .mobile-menu-close{
        width: 50px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-left: 1px solid rgba(0,0,0,0.3);
        font-size: 30px;
        font-weight: 900;
    }

    .header .menu .menu-main{
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
  ul.menu-main{
        display: block !important;
  }

  img.header-logo {
    width: 100px !important;
}
  li.menu-item-has-children:before{
    display:none
  }
  li.menu-item-has-children.two:before{
    display:none
  }
    .header .menu > ul > li .sub-menu,
    .header .menu > ul > li .sub-menu.mega-menu{
        opacity: 1;
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-x: auto;
        max-width: none;
        min-width: auto;
        transform: translateX(0%);
        padding-top: 50px;
        display: none;
    }

    .header .menu > ul > li .sub-menu.active{
        display: block;
    }


    @keyframes slideLeft{
        0%{
            opacity: 0;
            transform: translateX(100%);
        }

        100%{
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight{
        0%{
            opacity: 1;
            transform: translateX(0%);
        }

        100%{
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu > ul > li .sub-menu.mega-menu > .list-item{
        flex: 0 0 100%;
    }

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
        display: block;
        line-height: 10px;
        margin: 10px 0;
    }

    .header .menu > ul > li .sub-menu.mega-menu > .list-item.text-center .title{
        margin: 10px 0;
    }

    .menu-overlay{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        z-index: 1098;
    }

    .menu-overlay.active{
        opacity: 1;
        visibility: visible;
    }

}

/*END OF RESPONSIVE NAVBAR*/

/*SLIDER*/

.home{
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.home .slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    display: none;
}

.home .slide.active{
    display: flex;
}

.home .controls .prev,
.home .controls .next{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: black;
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.home .controls .prev{
    left: 20px;
}

.home .controls .next{
    right: 20px;
}

/*END OF SLIDER*/

/*FEATURE PRODUCTS*/

.features{
    display: flex;
    justify-content: center;
    margin: 10px auto 40px auto;
}

.products-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4rem;
}

.feature-box{
    width: 155px;
    height: 160px;
    margin: 0px 20px;
    cursor: pointer;
    margin: 20px;
}

.feature-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.item span{
    font-size: 1rem;
    font-weight: 600;
    margin: 5px;
}

/*end of FEATURE PRODUCTS*/

/*PRODUCTS*/

.new-arrival{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px auto;
}

.arrival-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.arrival-heading strong{
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 2rem;
}

.product-container{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.product-box{
    display: flex;
    flex-grow: 0.5;
    align-items: center;
    flex-direction: column;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    margin: 20px;
}

.product-img {
    width: 200px;
    height: 210px;
    margin: 20px;
    position: relative;
    cursor: pointer;
}

.product-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.add-cart{
    position: absolute;
    bottom: -10%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: navy;
    color: white;
    display: none;
}

.add-cart:hover{
    background-color: rgb(40, 73, 172);
    transition: all 0.3s ease;
}

.product-box:hover{
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
}

.product-box:hover .add-cart{
    display: flex;
}

.product-details{
    display: flex;
    width: 100%;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #f3f3f3;
}

.p-name{
    color: #444;
}

.p-price{
    color: #444;
    font-weight: 900;
    font-size: 19px;
}

/*END OF PRODUCTS*/

/*SALES*/
.sale{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px auto;
}

.sale-box{
    width: 280px;
    height: 300px;
    margin: 20px;
    display: flex;
    flex-grow: 0.5;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
}

.sale-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center ;
}

.sale-box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.sale-box:hover::before{
    opacity: 1;
    visibility: visible;
}

.shop-now{
    position: absolute;
    bottom: 20%;
    left: 25px;
    color: white;
    font-size: 20px;
    font-family: Fira Sans,sans-serif;
    font-weight: 900;
    display: none;
}
.list-item.text-center {
    justify-content: center;
    display: flex;
}
.shop-now:hover{
    border-bottom: 3px solid white;
    line-height: 20px;
    transition: all 0.3s ease;
}

.sale-box:hover .shop-now{
    display: block;
}

/*END OF SALES*/

/*SOCIAL CALL - UPPER HEADER*/
.social-call{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #000;
    color: #fff;
}

.social{
    margin: 40px;
}
.social a{
    font-size: 20px;
    color: black;
    margin-left: 10px;
}


.phone {
    color: #fff;
    font-size: 15px;
}

.phone strong{
    font-weight: 900;
    cursor: pointer;
}
img.header-logo {
    width: 200px;
}
ul.menu-main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 50px;
    position: relative;
}
  li.menu-item-has-children:before {
    border-bottom: 2px solid #000;
    width: 100%;
    position: absolute;
    content: "";
    background: antiquewhite;
    top: 60px;
    left: -66%;
}
  li.menu-item-has-children.two:before {
    border-bottom: 2px solid #000;
    width: 100%;
    position: absolute;
    content: "";
    background: antiquewhite;
    top: 60px;
    left: 57%;
}
.list-item.text-center {
    margin-bottom: 55px;
}
  .list-item h2.title {
    margin: 0rem 0 0rem;
}
  .header-item.item-right {
    margin: 0 40px;
    display: flex;
    justify-content: end;
    gap: 25px;
}.header-item-icon {
    background: #000;
    padding: 6px;
}.header-item.item-right a {
    color: #fff;
}
  .mega-menu-img {
    padding: 0px 25px;
}
/*END OF SOCIAL CALL - UPPER HEADER*/
/* END_SECTION:header-main-mega */

/* START_SECTION:main-header (INDEX:82) */
.menu-half-left-wrapper ul.menu-half, .menu-half-right-wrapper ul.menu-half{
    list-style-type: none;
    display: flex;
    gap:55px;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .section-header .row {
    justify-content: center;
    align-items: center;
}
  .menu-half-right-wrapper ul.menu-half{
    justify-content: end;
  }
  .menu-half-left-wrapper ul.menu-half li.menu-item a, .menu-half-right-wrapper ul.menu-half li.menu-item a{
    font-size: 20px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
  }
  .section-header{
    position: relative;
  }
  .section-header:after {
    position: absolute;
    content:'';
    bottom: 0;
    left: 0;
    top: 60%;
    width: 43%;
    height: 2px;
    background-color: #000;
  }
  .section-header:before{
    position: absolute;
    content:'';
    bottom: 0;
    right: 0;
    top: 60%;
    width: 43%;
    height: 2px;
    background-color: #000;
  }
/* END_SECTION:main-header */

/* START_SECTION:marque-section (INDEX:94) */
.marquee-text {
    box-sizing: border-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  background:#ee594d;
}
.marquee-text .top-info-bar {
    font-size: 12px;
    width: 200%;
    display: flex;
    -webkit-animation: marquee 25s linear infinite running;
    -moz-animation: marquee 25s linear infinite running;
    -o-animation: marquee 25s linear infinite running;
    -ms-animation: marquee 25s linear infinite running;
    animation: marquee 25s linear infinite running;
}

.marquee-text .top-info-bar:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee-text .top-info-bar .info-text {
    padding: 15px 10px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

.marquee-text .top-info-bar a {
    color: #ffffff;
  text-decoration:none;
  cursor: default;
}
.marquee-text .top-info-bar .info-text:after {
    position: absolute;
    content: ".";
    font-size: 30px;
    top: 35%;
    right: -5px;
    z-index: 1;
    color: #fff;
    transform: translateY(-50%);
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
/* END_SECTION:marque-section */

/* START_SECTION:mega-menu-two (INDEX:95) */
.header__icons {
      margin-top: -35px;
      margin-right: -90px;
  }
  *{
  box-sizing:border-box;
  }
  a{
  color:#333;
  transition:all 200ms ease-in-out;
  }

  ul{
  margin:0;
  padding:0;
  list-style-type:none;
  }
  div#header {
  padding: 5px 0;
  }
  .nav-bar {
      display: flex;
      position: relative;
      height: 80px;
      align-items: center;
      gap: 0px;
  }
  .nav-bar a{
  display:block;
  text-decoration:none;
  }
  .nav-bar > li > a{
  padding:4px 12px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  }
  .nav-bar > li{
  position:relative;
  }
  .nav-bar > li > ul {
  /* display: none; */
  /* background: #ee594d; */
  position: absolute;
  top: 100%;
  color: #fff !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 300ms ease-in-out 500ms;
  transition: all 300ms ease-in-out;
  width: 150px;
  }

  .nav-bar > li > ul > li > a{
  padding:4px 10px;
  }
  .nav-bar > li > ul > li > a:hover{
  background-color:#80c3c9;
  color: #fff;
  }
  .nav-bar > li > ul > li > a.active{
  background-color:#80c3c9;
  color: #fff;
  }
  .nav-bar > li:hover > ul{
  /* display:block; */
  opacity:1;
  visibility: visible;
  transform: translateY(0px);
  transition:all 300ms ease-in-out;
  }
  /* .nav-bar > li > a:hover{
  background-color:rgba(0,0,0,.05);
  } */
    .nav-bar > li > a:hover {
      color: #ef584d;
  }
  .nav-bar .big-nav{
  position:static;
  }
  /* .nav-bar .big-nav > ul {
      min-height: 210px !important;
      position: absolute;
      top: 100%;
      left: 0;
      width: 68%;
      background: #80c3c9;
      margin-top: -25px;
      z-index: 25;
  } */
    .nav-bar .big-nav > ul {
      min-height: 230px !important;
      position: absolute;
      top: 100%;
      left: 0;
      width: 68%;
      background: #80c3c9;
      margin-top: -25px;
      z-index: 25;
      color: rgba(0, 0, 0, 1) !important;
  }
  .nav-bar .big-nav > ul > li{
  width:32%;
  /* position:relative; */
  }
  .nav-bar .big-nav > ul > li > a {
      padding: 10px 10px;
      background: #ee594d;
      display: block;
      color: #fff;
      font-size: 18px;

  }
  .nav-bar .big-nav > ul > li > ul{
  display:none;
  position:absolute;
  top:0;
  left:32%;
  width:68%;
  /* background:rgba(100,255,0,0.1); */
  }

  /* .nav-bar .big-nav > ul > li.show > ul{
  display:block;
  } */

  .nav-bar .big-nav > ul > li > ul > li{
  display:block;
  width:100%;
  float:left;
  }
  .nav-bar .big-nav > ul > li > ul > li.col3{
  width:50%;
  padding:0 10px;
  }
  .nav-bar .big-nav > ul > li > ul > li > a{
  font-weight:bold;
  border-bottom:1px solid #333;
  }
  .nav-bar .big-nav > ul > li > ul > li a{
  padding: 20px 10px 0px 0px;
  font-size:16px;
  }

  .logo-wrappper {
  height: 200px;
  width: 238px;
  /* margin-top: 117px; */
  }
  li.logo-wrappper {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .logo-wrappper a img{
  /* height: 100%; */
  width: 190px;
  margin-left: -0px;
  }

  .img-wrapper{
  height: 350px;
  width: 200px;
  }
  .img-wrapper img{
  height: 75% !important;
  width: 75% !important;
  }

  li.col3 img{
  border-top: none;
  }
  li.col3.img

  .nav-bar .big-nav > ul > li > ul > li.col3img > a > ul > .img-wrapper{
  border-bottom: none;
  }
  .feta-img-wrapper {
  height: 400px;
  width: 400px;
  }
  .feta-img-wrapper img {
      height: 75%;
      width: 75% !important;
      object-fit: cover;
  }


  /* new header */

  .v-center {
  align-items: center;
  justify-content: center;
  }

  .header .item-left{flex: 0 0 17%;}
  .header .item-center{flex: 0 0 66%;}
  .header .item-right{flex: 0 0 17%;display: flex; justify-content: flex-end;}

  .header .item-right a{
  font-size: 18px;
  color: black;
  margin-left: 15px;
  display: inline-block;
  }

  .header .item-right a:hover{
  color: teal;
  }

  .header{
  position: sticky;
  top: 0px;
  left: 0;
  background-color: transparent;
  display: block;
  z-index: 999;
  width: 100%;
  padding: 15px;
  /* box-shadow: 0 0 3px rgba(0,0,0,0.3); */
  }

  .header .logo a{
  color: black;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 20px;
  }

  .header .logo a span{
  font-size: 30px;
  color: red;
  }

  /* .header .menu > ul > li{
  display: inline-block;
  margin-left: 40px;
  line-height: 20px;
  } */

  .header .menu > ul > li > a{
  position: relative;
  display: flex;
  color: black;
  font-size: 16px;
  height: 80px;
  align-items: center;
  }

  .header .menu > ul > li > a:hover{
  color: rgb(180, 8, 8);
  transition: all 0.4s ease;
  }

  /*MEGA MENU*/

  .header .menu > ul > li .sub-menu{
  position: absolute;
  z-index: 500;
  background-color:white;
  padding: 30px 20px;
  margin-top: 25px;
  border-bottom: 2px solid rgb(180, 8, 8);
  opacity: 0;
  visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  ul.show{
    display:block !important;
  }
  @media (min-width:992px){
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    margin-top: 0px;
  }
  }

  .header .menu > ul > li .sub-menu.mega-menu{
  left: 50%;
  transform: translateX(-50%);
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }


  .header .menu > ul > li .sub-menu.mega-menu > .list-item{
  flex: 0 0 25%;
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item .title{
  font-size: 15px;
  color: rgb(180, 8, 8);
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Fira Sans';
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
  display: block;
  line-height: 12px;
  margin: 15px 0;
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
  display: block;
  color: #444;
  font-size: 14px;
  font-family: 'Fira Sans';
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item.text-center .title{
  text-align: center;
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item.text-center img{
  max-width: 150px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0px 10px;
  }
    .nav-bar > li > a.logo-wrapper:hover {
      background: none !important;
  }
  /*END OF MEGA MENU*/


  .nav-bar .big-nav > ul > li > ul > li a:hover {
      color: #ef584d;
  }
    /* Basic Styles */
  .nav-bar {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
  }
    .hamburger-menu-logo-img img {
      display: none;
  }
  .hamburger-menu {
      display: flex;
      align-items: center;
      gap: 18px;
      justify-content: space-between;
  }
    .hamburger-menu-logo-img img {
      width: 140px;
  }
    .img-wrapper.gifting-wrapper {
      width: 200px;
      height: 200px;
      margin-top: 5px;
  }
  /* Hide nav-bar by default on small screens */
  @media (max-width: 768px) {
    .nav-bar {
      display: none;
      flex-direction: column;
      position: absolute;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 1000;
      height: auto;
      /* overflow-x: hidden */
    }

    .nav-bar.show {
      display: flex;
    }

    .hamburger {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .hamburger span {
      display: block;
      height: 3px;
      width: 25px;
      background-color: black;
    }
    li.logo-wrappper.header-mv-logo {
      display: none;
  }
    .hamburger-menu-logo-img img {
      display: block;
  }
  div#header {
      padding: 15px 0;
      background: #80c3c9;
  }
  ul.drop-img {
      display: none;
  }
    .nav-bar .big-nav > ul > li > ul > li.col3 {
      width: 50%;
      padding: 0 10px;
  }
  .nav-bar .big-nav > ul{
  top:40%;
  z-index:1
  }
    .nav-bar .big-nav > ul > li {
      width: 35%;
  }
    .nav-bar .big-nav > ul > li > ul {
      left: 35%;
  }
    .nav-bar .big-nav > ul > li > ul > li a {
      font-size: 12px;
  }
    li.no-products {
      font-size: 12px !important;
  }
    .nav-bar .big-nav > ul > li > a {
      font-size: 15px;
  }
    li.big-nav.mega-menu-line-two:after {
  display:none
  }
    li.big-nav.mega-menu-line-one:after {
  display:none
  }
    li.big-nav.mega-menu-line-one {
      margin-top: 0px !important;
  }
    li.big-nav.mega-menu-line-two {
      margin-top: 0px !important;
  }
     .nav-bar .big-nav > ul {
      width: 100%;
  }
    .mv-headers {
      display: block !important;
  }
    .header__icons {
      margin-top: 0px !important;
      margin-right: 0px !important;
  }
    .desk-header {
      display: none;
  }
    .nav-bar .big-nav > ul > li > a {
      font-size: 12px !important;
  }
  .nav-bar > li > a {
      font-size: 12px !important;
  }
  }
    @media (min-width: 768px) and (max-width: 1024px) {
    .nav-bar {
      display: none;
      flex-direction: column;
      position: absolute;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 1000;
      height: auto;
      /* overflow-x: hidden */
    }

    .nav-bar.show {
      display: flex;
    }

    .hamburger {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .hamburger span {
      display: block;
      height: 3px;
      width: 25px;
      background-color: black;
    }
    li.logo-wrappper.header-mv-logo {
      display: none;
  }
    .hamburger-menu-logo-img img {
      display: block;
  }
  div#header {
      padding: 15px 0;
      background: #80c3c9;
  }
  ul.drop-img {
      display: none;
  }
    .nav-bar .big-nav > ul > li > ul > li.col3 {
      width: 50%;
      padding: 0 10px;
  }
  .nav-bar .big-nav > ul{
  top:40%;
  z-index:1
  }
    .nav-bar .big-nav > ul > li {
      width: 35%;
  }
    .nav-bar .big-nav > ul > li > ul {
      left: 35%;
  }
    .nav-bar .big-nav > ul > li > ul > li a {
      font-size: 12px;
  }
    li.no-products {
      font-size: 12px !important;
  }
    .nav-bar .big-nav > ul > li > a {
      font-size: 15px;
  }
    li.big-nav.mega-menu-line-two:after {
  display:none
  }
    li.big-nav.mega-menu-line-one:after {
  display:none
  }
    li.big-nav.mega-menu-line-one {
      margin-top: 0px !important;
  }
    li.big-nav.mega-menu-line-two {
      margin-top: 0px !important;
  }
     .nav-bar .big-nav > ul {
      width: 100%;
  }
    .mv-headers {
      display: block !important;
  }
    .header__icons {
      margin-top: 0px !important;
      margin-right: 0px !important;
  }
    .desk-header {
      display: none;
  }
    .nav-bar .big-nav > ul > li > a {
      font-size: 12px !important;
  }
  .nav-bar > li > a {
      font-size: 12px !important;
  }
  }
  li.big-nav.mega-menu-line-one:after {
      position: absolute;
      content: "";
      width: 100%;
      border-bottom: 2px solid #000;
      left: -64%;
      right: 0;
      bottom: 25px;
  }
    li.big-nav.mega-menu-line-two:after {
      position: absolute;
      content: "";
      width: 100%;
      border-bottom: 2px solid #000;
      left: 63%;
      right: 0;
      bottom: 25px;
  }
    li.big-nav.mega-menu-line-one {
      margin-top: -35px;
  }
    li.big-nav.mega-menu-line-two {
      margin-top: -35px;
  }
  .big-nav ul.dropdoun.show a.active {
      color: #fff;
  }
  .nav-bar .big-nav > ul > li.show > ul{
  display:block;
  }
    /* .nav-bar .big-nav > ul > li > ul.menu-one-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-two-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-three-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-four-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-five-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-six-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-seven-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-eight-show {
      display: block;
  }
    .nav-bar .big-nav > ul > li > ul.menu-nine-show {
      display: block;
  } */
    .nav-bar > li > ul > li > a.active {
    background-color: #80c3c9;
    color: #fff;
  }

  .nav-bar .big-nav > ul > li > a {
    padding: 10px 10px;
    background: #ee594d;
    display: block;
    color: #fff;
    font-size: 18px;
  }

  .nav-bar .big-nav > ul > li.show > ul {
    display: none;
  }
    ul.dropdown {
      display: grid !important;
      grid-template-columns: repeat(2,100%);
  }

    /* ul.menu-two-show.show{
      display: grid;
      grid-template-columns: repeat(2,100%);
    } */
    .hidden {
    display: none;
  }
  button#toggle-products {
      width: 100px;
      font-size: 16px;
      margin-top: 18px;
      background: #ee594d;
      color: #fff;
      border: 2px solid #ee594d;
      border-radius: 5px;
  }
    .search-modal.modal__content.gradient {
      margin-top: 100px;
  }
    .mv-headers {
      display: none;
  }
    li.no-products {
      font-size: 16px;
  }
/* END_SECTION:mega-menu-two */

/* START_SECTION:new-banner (INDEX:99) */
.banner-slide-wrapper {
    display: flex;
    width: 100%;
}
  section.section-banner {
    width: 100%;
    margin-top: -130px;
}
section.section-banner .banner-slider .banner-slide-one{
  position: relative;
  z-index: 0;
  }
section.section-banner .banner-slider .banner-slide-one:before{
    position: absolute;
    content: "";
    width: 100%;
    top:0%;
    left:0px;
    bottom:0;
    right:0;
    background-image: url("/cdn/shop/files/banner-slide-1.jpg?v=1736847237");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index:-1;
  }
section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-two img {
    width: 100%;
    height: 100%;
}
section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-three img {
    width: 256px;
    height: 480px;
}
/* section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img {
    margin-right: -31px;
} */
section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .main-block {
    width: 55%;
    height: 210px;
}
section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .main-block.left .banner-slide-img-one img{
    margin-left:-20px !important;
}
  /* section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img,
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-two img{
    position: absolute;
  } */
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs{
    padding: 200px 0 100px;
  }
section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs {
    display: flex;
    align-items: center;
    gap: 30px;
}
section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-heading-wrapper h1 {
    font-family: "DM Serif Text", serif;
    font-weight: 600;
    font-size: 65px;
    margin-bottom: 30px;
}
section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-para-wrapper p{
    margin-bottom: 40px;
  }
section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-btn-wrapper a.banner-btn {
    text-decoration: none;
    padding: 10px 60px;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    background-color: #ee594d;
}
section.section-banner .banner-slider ul.slick-dots {
    display: flex;
    justify-content: center;
}
section.section-banner .banner-slider ul.slick-dots li button{
  font-size: 0px;
  border : none;
}

.slick-nav {--active:#000;--border:rgba(0,0,0,0.1);width:44px;height:44px;position:absolute;cursor:pointer;top:calc(50% - 44px);}
.slick-nav.prev-arrow {left:3%;transform:scaleX(-1);z-index:999;}
.slick-nav.next-arrow {left:auto;right:3%;}
.slick-nav i {display:block;position:absolute;margin:-10px 0 0 -10px;width:20px;height:20px;left:50%;top:50%;}
.slick-nav i:before,.slick-nav i:after {content:'';width:10px;height:2px;border-radius:1px;position:absolute;left:50%;top:50%;background:var(--active);margin:-1px 0 0 -5px;display:block;transform-origin:9px 50%;}
.slick-nav i:before {transform:rotate(-40deg);}
.slick-nav i:after {transform:rotate(40deg);}
.slick-nav:before,.slick-nav:after {content:'';display:block;position:absolute;left:1px;right:1px;top:1px;bottom:1px;border-radius:50%;border:2px solid rgba(0,0,0,0.1);}
.slick-nav svg {width:44px;height:44px;display:block;position:relative;z-index:1;color:#000;stroke-width:2px;stroke-dashoffset:126;stroke-dasharray:126 126 0;transform:rotate(0deg);}
.slick-nav.animate svg {animation:stroke 1s ease forwards 0.3s;}
.slick-nav.animate i {animation:arrow 1.6s ease forwards;}
.slick-nav.animate i:before {animation:arrowUp 1.6s ease forwards;}
.slick-nav.animate i:after {animation:arrowDown 1.6s ease forwards;}
@keyframes stroke { 52% {transform:rotate(-180deg);stroke-dashoffset:0;} 52.1% {transform:rotate(-360deg);stroke-dashoffset:0;} 100% {transform:rotate(-180deg);stroke-dashoffset:126;}}
@keyframes arrow { 0%,100% {transform:translateX(0);opacity:1;} 23% {transform:translateX(17px);opacity:1;} 24%,80% {transform:translateX(-22px);opacity:0;} 81% {opacity:1;transform:translateX(-22px);}}
@keyframes arrowUp { 0%,100% {transform:rotate(-40deg) scaleX(1);} 20%,80% {transform:rotate(0deg) scaleX(.1);}}
@keyframes arrowDown { 0%,100% {transform:rotate(40deg) scaleX(1);} 20%,80% {transform:rotate(0deg) scaleX(.1);}
/* END_SECTION:new-banner */

/* START_SECTION:our-story (INDEX:101) */
section.section-our-story {
    background: #80c3c9;
    color: #fff;
}
section.section-our-story {
    padding: 80px 0px;
}
.our-purpose-img {
    display: flex;
    justify-content: center;
    align-items: center !important;
}
.our-purpose-img img {
    width: 280px;
}

.no-wrapper h2 {
    font-size: 110px;
}
.no-content-wrapper p span {
    font-size: 11px;
}
.no-content-wrapper p {
    margin: 0;
}
.no-main-wrapper {
    display: flex;
    align-items: center;
    width: 250px;
    gap: 15px;
    height: 120px;
    /* border: 1px solid; */
    border-top-right-radius: 77px;
    border-bottom-right-radius: 77px;
    background-color: #ee594d;
}
.no-main {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
/* END_SECTION:our-story */

/* START_SECTION:page-not-found (INDEX:103) */
.error-page {
    margin: auto;
    text-align: center;
    padding: 150px;
}
.error-page__heading-title {
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 500;
    color: #eb483f !important;
    padding: 30px 0 10px;
}
.error-page__heading-desciption {
    font-size: 34px;
    font-weight: 500;
    padding: 12px;
}
 .error-page__button {
	 color: inherit;
	 text-decoration: none;
	 border: 1px solid #eb483f !important;
	 font-size: 16px;
	 font-weight: 500;
	 padding: 15px;
	 border-radius: 15px;
	 /* box-shadow: 0px 7px 0px -2px #eb483f !important; */
	 transition: all 0.3s ease-in-out;
	 text-transform: capitalize;
}
 .error-page__button:hover {
	 box-shadow: none;
	 background-color: #eb483f !important;
	 color: #fff;
}
 .eyes {
	 display: flex;
	 justify-content: center;
	 gap: 2px;
}
 .eye {
	 width: 100px;
	 height: 100px;
	 background-color: #eb483f !important;
	 border-radius: 50%;
	 display: grid;
	 place-items: center;
}
 .eye__pupil {
	 width: 35px;
	 height: 35px;
	 background-color: #1b6b76;
	 border-radius: 50%;
	 animation: movePupil 2s infinite ease-in-out;
	 transform-origin: center center;
	/* To reverse the animation of the right eye, uncomment this. */
}
 @keyframes movePupil {
	 0%, 100% {
		 transform: translate(0, 0);
	}
	 25% {
		 transform: translate(-10px, -10px);
	}
	 50% {
		 transform: translate(10px, 10px);
	}
	 75% {
		 transform: translate(-10px, 10px);
	}
}
/* END_SECTION:page-not-found */

/* START_SECTION:product-page-short-description (INDEX:111) */
.review-slider {
  color: #fff !important;
}
section.product-page-short-description {
  background: #ee594d;
}
.section-padding {
  padding: 40px 0;
}
.short-description-two {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 0;
  position: relative;
}
.how-to-enjoy:after,
.how-good:after,
.ingredients:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 300px;
  border: 1px solid #fff;
}
/* END_SECTION:product-page-short-description */

/* START_SECTION:section-faq (INDEX:123) */
section.faq-section.faq-padding {
    padding: 40px 0;
    background: aliceblue;
}
  .faq-section {
  margin-top: 100px;
  background-color: aquamarine;
  height: 550px;
}
.faq-padding{
  padding: 50px 0;
}
.faq-wrapper{
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    text-align: center;
}

.faq-img-wrapper img {
    border-radius: 100px;
}
.faq-wrapper {
    /* height: 500px !important; */
    margin-top: 23px;
}
.faq-wrapper {
  position: relative;
  margin: 0 40px; /* Adjust as needed to create the desired gap */
  margin-top: 23px;
}
.faq-wrapper::after {
  content: '';
  position: absolute;
  background-image: url('./img/patch-8.png');
  top: -24px;
  left: -42px;
  height: 113px;
  width: 121px;
  display: block;
  background-size: cover;
  z-index: -2;
}
/* END_SECTION:section-faq */

/* START_SECTION:subscibe-btn (INDEX:131) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.open-modal-btn, .subscribe-btn {
  background-color: #007BFF;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.open-modal-btn:hover, .subscribe-btn:hover {
  background-color: #0056b3;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover {
  color: #000;
}

input[type="email"] {
  width: 80%;
  padding: 10px;
  margin: 15px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

form button {
  width: 100%;
}

/* Success Message Styling */
#successMessage h2 {
  color: #28a745;
  font-size: 24px;
}

#successMessage p {
  font-size: 18px;
  margin: 10px 0 20px;
}
button#subscribeBtn {
    position: fixed;
    bottom: 184px;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    border: none;
    background: #226b7c;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
}
/* END_SECTION:subscibe-btn */

/* START_SECTION:whatsapp-chat-box (INDEX:136) */
/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* END_SECTION:whatsapp-chat-box */