.p-info-main.p-info-main-mobile {
  display: none;
}

@font-face {
  font-family: 'Xylomylo';
  src: url('../fonts/Xylomylo/Xylomylo.ttf') format('truetype'),
    url("../fonts/Xylomylo/Xylomylo.otf") format("opentype");
}

@font-face {
  font-family: 'Config Rounded Regular';
  src: url('../fonts/Config Rounded/ConfigRounded-Regular.otf') format('opentype')
}

@font-face {
  font-family: 'Config Rounded Medium';
  src: url('../fonts/Config Rounded/ConfigRounded-Medium.otf') format('opentype')
}

@font-face {
  font-family: 'Config Rounded Bold';
  src: url('../fonts/Config Rounded/ConfigRounded-Bold.otf') format('opentype')
}



/* Staart toggle */



    .mob-btn i {
        color: #f47920;
        font-size: 20px;
        padding-right: 20px;
        border-right: 1px solid #000;
        margin-right: 10px;
    }

    .mob-btn {
    	display: none;
    }


    .toggle-menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: inline-block;
        outline: none;
        padding: 0;
        pointer-events: initial;
        position: relative;
        vertical-align: middle;
        width: 30px;
        z-index: 10;
      }
    .toggle-menu span {
        background-color: #000;
        content: "";
        display: block;
        height: 2px;
        left: calc(50% - 13px );
        position: absolute;
        top: calc(50% - 1px );
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
        width: 26px;
      }
    .toggle-menu span:before, .toggle-menu span:after {
        background-color: #000;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
        width: 26px;
      }
    .toggle-menu span:before {
        top: 7px;
    }
    .toggle-menu span:after {
        top: -7px;
    }
   .toggle-menu.active span {
        background-color: transparent;
        transition: background 0.2s ease-out;
    }
    .toggle-menu.active span:before, .toggle-menu.active span:after {
        transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
        transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
        transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
        background: #112020;
    }
    .toggle-menu.active span:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
    .toggle-menu.active span:after {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }




/* Header switch */

.header-switch {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
}

.lang-flag {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  cursor: pointer;
}

.active-lang .down-arrow::before {
  content: "\f0de";
}

.active-lang {
  display: flex;
  align-items: center;
  margin-left: 25px;
  position: relative;
}

.active-lang i {
  color: #5C4F3D;
  font-size: 17px;
  margin-left: 10px;
}

.down-arrow {
  height: 10px;
}

.lang {
    position: absolute;
    /*width: 13vw;*/
    /*height: 5.9vw;*/
    background: #FEFEFE;
    border-radius: 8px;
    box-shadow: 0px 5px 18px #00000027;
    top: 2.6vw;
    padding: 13% 25% 11%;
    display: none;
    margin-left: -3%;
    right: 0;
}

.lang i {
  min-width: 1.562vw;
  min-height: 1.562vw;
  width: 1.562vw;
  height: 1.562vw;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  display: inline-block;
}

.lang li {
  display: flex;
  align-items: center;
  padding: 4% 0;
}

.lang li a {
  font: normal normal normal 0.885vw/1.093vw 'Config Rounded Regular';
  text-decoration: none;
  letter-spacing: -0.34px;
  color: #484847;
}

.lang li a:hover {
  color: #D62020;
}

.lang li a.active-link {
  color: #D62020;
}


/**** Navbar D: 1.374 *****/
nav {
  padding: 0px 14.218%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #0000000D;
}

nav .navbar-nav li:last-child {
  padding: 0px;
}

nav .navbar-nav li a {
  text-align: center;
  font: normal normal normal 0.93vw/1.093vw 'Config Rounded Regular';
  letter-spacing: 0.0177vw;
  color: #2B2727;
  text-transform: capitalize;
  opacity: 1;
  text-transform: none;
  white-space: nowrap;
}

nav .navbar-nav li a:hover {
  color: #ED1C24;
}

nav .navbar-nav li a.active {
  font: normal normal normal 0.885vw/1.093vw 'Config Rounded Medium';
  color: #ED1C24;
}

#logo {
  background: #ccc;
  width: 150px;
  height: 70px;
}

.navbar-brand img {
  width: 11.354vw;
  height: 5.104vw;
  position: relative;
  top: 2vh;
  z-index: 12;
}

@media screen and (min-width: 992px) {
  .navbar-collapse {
    position: relative;
  }
  .navbar-collapse .last-nav {
    padding-right: 7%;
  }
  .navbar-nav {
    /*width: 32.241%;*/
    width: 35.241%;
    justify-content: space-between;
  }

  .navbar {
    height: 4.6875vw;
  }

  #nav-left {
    padding-left: 1.5625vw;
  }

  .navbar-light .navbar-toggler {
    display: none;
  }
}

/**** End of navbar ****/
/**** 404 ****/
.not-found {
  background: #FDFCFB;
  min-height: calc(100vh - 90px);
}

.not-found-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.not-found-content h1 {
  text-align: left;
  font: normal normal normal 80px/41px Xylomylo;
  letter-spacing: 0;
  color: #3b3b3b;
  text-align: center;
}

.not-found-content h2 {
  margin: 35px 0 0;
  font-size: 45px;
  line-height: 1.222em;
  text-align: center;
  font-family: 'Config Rounded Regular';
}

.not-found-content p {
  margin: 10px 0 0;
}

.not-found-content a {
  width: 245px;
  height: 60px;
  text-align: center;
  font: normal normal normal 18px/60px Xylomylo;
  letter-spacing: 0;
  color: #ffffffe6;
  display: block;
  margin: auto;
  text-transform: capitalize;
  margin-top: 35px;
  background: #914A2A;
  border-radius: 6px;
}

/**** End of 404 ****/
/**** Footer ****/
#footer-mobile,
#footer-tablet {
  display: none;
}

#footer {
  display: flex;
}

.f-email {
  position: relative;
}

.f-email button {
    position: absolute;
    right: 23.5%;
    top: 15%;
    background: transparent;
    color: #fff;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 1vw;
}

footer {
  background: #88543A;
  padding: 6.7% 14.218%;
  display: flex;
}

.footer-right {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

footer .copy-logo {
  display: flex;
  flex-direction: column;
  margin-right: 8%;
  flex-shrink: 0;
}

footer .copy-logo img {
  height: 7.5211vh;
  object-fit: contain;
  display: block;
  margin-right: auto;
  margin-bottom: 16%;
}

footer .copy-logo span {
  text-align: left;
  font: normal normal normal 0.9375vw/1.4583vw 'Config Rounded Regular';
  letter-spacing: 0px;
  color: #FFFFFF;
}

footer .links {
  display: flex;
}

footer ul {
  margin-bottom: 0;
  padding-left: 0;
  flex-shrink: 0;
  margin-right: 46%;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  font: normal normal normal 0.9375vw/1.4583vw 'Config Rounded Regular';
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.8;
  text-decoration: none;
  display: block;
  margin-bottom: 0.677vw;
}

footer ul li a:hover {
  color: #FFFFFF;
  opacity: 1;
}

footer ul li a i {
  margin-right: 0.5208vw;
}

.footer-news label {
  text-align: center;
  font: normal normal normal 18px/28px Xylomylo;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.8;
  display: block;
  margin-bottom: 0.677vw;
}

.footer-news input {
  height: 2.604vw;
  padding-left: 1.0416vw;
  background: #FFFFFF50 0% 0% no-repeat padding-box;
  border: 1px solid #00000033;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  text-align: left;
  font: normal normal normal 0.8333vw/1.1979vw 'Config Rounded Regular';
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 80%;
  margin-bottom: 3vh;
}

.footer-news input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-news .social-icon-wrapper {
  display: flex;
  align-items: center;
	margin-top: 1.6vw;
}

.footer-news .social-icon-wrapper .social-icon {
  margin-right: 1.9037vw;
}

.footer-news .social-icon-wrapper a.social-icon {
  font-size: 0.9375vw;
  color: white;
  opacity: 0.8;
}

.footer-news .social-icon-wrapper a.social-icon:hover {
  color: #FFFFFF;
  opacity: 1;
}

/**** End of footer ****/
/**** Home D: 1.374 *****/
.home-page {
  background: #FDFCFB;
}

.home-section-wrapper {
  background-image: url(../img/pattern.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-hero {
  background-image: url('../img/home/hero-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 10.1% 19.739% 2.4%;
  position: relative;
  margin-top: -2px;
}

.home-hero h1 {
  text-align: center;
  letter-spacing: 0px;
  color: #ED1C24;
  text-shadow: 0px 4px 0px #FFFFFF;
  text-transform: uppercase;
  font-family: Xylomylo;
  font-size: 6vw;
  line-height: 6.6145vw;
  margin-bottom: 2.583%;
}

.home-hero .hero-image {
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero-blue-devider {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: -42.5%;
}

.hero-drops {
  width: 18.677%;
  position: absolute;
  left: -3%;
  z-index: 1;
  bottom: 20.5%;
}

.home-icons-wrapper {
  position: relative;
  padding: 3.011% 12.187% 0;
  display: flex;
  flex-wrap: wrap;
}

.home-icons-wrapper img {
  max-width: 25%;
  position: relative;
  z-index: 3;
}

.home-icons-wrapper img:nth-child(even) {
  top: -29px;
}

.home-icons-wrapper img:nth-child(3) {
  top: 56px;
}

.home-featured {
  padding: 9% 13.125% 0 17.031%;
  display: flex;
  position: relative;
}

.home-featured-text {
  width: 46.119%;
  background: #DCEDD8 0% 0% no-repeat padding-box;
  border-radius: 45%;
  flex-shrink: 0;
  padding: 0 6.71%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-featured-text label {
  text-align: center;
  letter-spacing: 0px;
  color: #292525;
  text-transform: uppercase;
  font: normal normal normal 0.9375vw/1.5104vw 'Config Rounded Bold';
  display: block;
  margin-bottom: 4.9%;
}

.home-featured-text h3 {
  text-align: center;
  letter-spacing: 0px;
  color: #0AA061;
  font-family: Xylomylo;
  font-size: 3.6458vw;
  line-height: 3.6458vw;
  margin-bottom: 6.2%;
}

.home-featured-text p {
  text-align: center;
  font: normal normal normal 0.8854vw/1.3541vw 'Config Rounded Regular';
  letter-spacing: 0px;
  color: #292525;
  margin-bottom: 8.5%;
}

.home-featured-text a {
  text-align: center;
  letter-spacing: 0px;
  color: #0D7B4D;
  text-transform: uppercase;
  font: normal normal normal 0.9375vw/1.5104vw 'Config Rounded Bold';
  text-decoration: none;
  display: block;
}
.home-featured-text a:hover { 
	opacity: 0.7;
}
.home-featured .home-featured-img {
  width: 55.671%;
  position: relative;
  left: -2.6041vw;
  top: 10.1694vh;
}

.home-featured-drops {
  position: absolute;
  left: 13.385%;
  bottom: 0;
}

/* 1.374 */
.home-product-slider {
  padding: 9.8% 14.218% 20.1%;
  display: flex;
  position: relative;
}

.home-product-slider .o-drops {
  position: absolute;
  top: 33%;
  right: 7.8%;
}

.home-product-slider .slider-image {
  width: 60.48%;
  flex-shrink: 0;
  background: #F7DCD7 0% 0% no-repeat padding-box;
  border-radius: 45%;
  padding: 7.65% 0;
}

.home-product-slider .slider-image img {
  width: 72.803%;
  display: block;
  margin: auto;
}

.home-product-slider .slider-text {
  width: 44.978%;
  background: #F45B5B 0% 0% no-repeat padding-box;
  border-radius: 45%;
  flex-shrink: 0;
  height: fit-content;
  padding: 9.85% 6.9% 5.3%;
  position: relative;
  right: 9%;
  top: 25vh;
}

.home-product-slider .slider-text h3 {
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  font: normal normal normal 2.6041vw/2.6562vw Xylomylo;
  margin-bottom: 6.5%;
}

.home-product-slider .slider-text p {
  text-align: center;
  font: normal normal normal 0.8854vw/1.3541vw 'Config Rounded Regular';
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.85;
  margin-bottom: 6.5%;
}

.home-product-slider .slider-text a {
  text-align: center;
  display: block;
  font: normal normal normal 0.8854vw/1.3541vw 'Config Rounded Bold';
  letter-spacing: 0px;
  color: #FDD8D8;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 9.8%;
}
.home-product-slider .slider-text a:hover { 
opacity: 0.7;
}

.home-product-slider .slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-nav .s-nav-item {
  width: 2.6041vw;
  height: 2.6041vw;
  border-radius: 50%;
  /*background: rgba(255, 255, 255, 0.55) 0% 0% no-repeat padding-box;*/
  background: #fff;
  margin: 0 7px;
  cursor: pointer;
}

.slider-nav .s-nav-item:hover {
  background: white;
  opacity: 0.8;
}

.s-nav-item {
  font-size: 1.1458vw;
  line-height: 2.6041vw;
  text-align: center;
  color: #ED1C24;
}

.home-products {
  padding: 6.511% 14.218% 13.25%;
  position: relative;
  z-index: 2;
  margin-top: -8%;
}

.home-products h3 {
  text-align: center;
  letter-spacing: 0px;
  color: #ED1C24;
  text-shadow: 0px 3px 0px #FFFFFF;
  text-transform: uppercase;
  font-family: Xylomylo;
  font-size: 3.9062vw;
  line-height: 4.6875vw;
  position: relative;
  padding: 1% 11% 0;
  margin-bottom: 10.67%;
}

.home-products-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url('../img/home/products-bg.svg');
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.h-p-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.h-p-slider {
  display: flex;
  width: 91.272%;
  align-items: center;
  justify-content: space-between;
}

.h-p-slide {
  /*padding: 0 0.955%;*/
}

.h-p-slide img {
  display: block;
  margin: auto;
  margin-bottom: 6.09%;
  /*width: 100%;*/
  transition: all .5s;
}
.h-p-slide:hover img {
	transform: scale(1.1);
}
.h-p-slide a {
  display: block;
  text-align: center;
  font: normal normal normal 0.9375vw/1.5104vw 'Config Rounded Bold';
  letter-spacing: 0px;
  /*color: #ED1C24;*/
  color: #2E2E2E;
  text-decoration: none;
      padding: 0 15%;
}
.h-p-slide:hover a {color: #ED1C24;}
.h-p-slider-wrapper .s-nav-item {
  width: 2.6041vw;
  height: 2.6041vw;
  background: rgba(255, 255, 255, 0.8);
  0% 0% no-repeat padding-box;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}

.h-p-slider-wrapper .s-nav-item i {
  color: #2E2E2E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.h-p-slider-wrapper .s-nav-item:hover i {
  color: #ED1C24;
}

.h-p-slider-wrapper .s-nav-item.prev-slide {
  margin-right: 0.6%;
}

.h-p-slider-wrapper .s-nav-item.next-slide {
  margin-left: 0.6%;
}

.home-recipes {
  background: #C9A975;
  padding: 22.5% 0 8.6% 0;
  margin-top: -13%;
  position: relative;
}

.home-recipes .r-1 {
  position: absolute;
  top: 20%;
  width: 11.1979%;
  right: 28.1%;
  z-index: 1;
}

.home-recipes .r-1 {
  position: absolute;
  top: 20%;
  width: 11.1979%;
  right: 28.1%;
  z-index: 1;
}

.home-recipes .r-2 {
  position: absolute;
  top: 40.3%;
  width: 11.1979%;
  left: -3.8%;
 /* z-index: 1;*/
}

.h-recipes-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 14.218%;
  padding-bottom: 6.5%;
  position: relative;
  z-index: 2;

  padding-left: 14.218%;
}


.h-r-slider .slick-list {
  margin-left: 14.218%;
}


.h-recipes-title h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 0px #71371C;
  text-transform: uppercase;
  font-size: 3.9062vw;
  line-height: 5.2083vw;
  font-family: Xylomylo;
  flex-shrink: 0;
  margin-bottom: 0;
}

.h-recipes-title img {
  width: 25.836%;
  height: 10px;
  object-fit: cover;
}

.h-recipes-title .slider-nav {
  display: flex;
}

.h-recipes-title .slider-nav .prev-slide {
  margin-right: 1%;
}

.h-recipes-title .slider-nav .slick-disabled {
  opacity: 0.8;
}

.h-r-slider {
  display: flex;
  overflow-y: scroll;
  padding-bottom: 9.3%;
}

.h-r-slide {
  padding-right: 0;
  transition: 1s all;
  cursor: pointer;
}

.h-r-slide:hover a {
  text-decoration: underline;
}

.h-r-slide img {
  display: block;
  margin: auto;
  width: 100%;
}

.h-r-slide img:first-child {
  height: 19.8958vw;
  object-fit: cover;
}

.h-r-slide .h-r-img-wrap {
  position: relative;
}

.h-r-slide .h-r-img-wrap .recipe-mask {
  position: absolute;
  top: 0;
  width: 103%;
  left: 50%;
  transform: translateX(-50%);
}

.h-r-slide a {
  display: block;
  text-align: center;
  font: normal normal normal 1.0416vw/1.5104vw 'Config Rounded Medium';
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3.8% 18.3% 0;
}

.h-newsletter-wrapper {
  padding-right: 15%;
   padding-left: 15%;
}

.h-newsletter {
  background: #E2D0B4 0% 0% no-repeat padding-box;
  border-radius: 20px;
  position: relative;
  display: flex;
  padding-top: 4.1%;
  padding-bottom: 4%;
  padding-left: 21.381%;
  padding-right: 4.290%;
}

.h-newsletter img {
  height: 120%;
  position: absolute;
  left: 3.49%;
  bottom: 4.5%;
}

.h-newsletter h3 {
  text-align: left;
  font: normal normal normal 1.8229vw/2.3437vw Xylomylo;
  letter-spacing: 0.17px;
  color: #ED1C24;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 9.952%;
  flex-shrink: 0;
}

.news-input-wrapper {
  position: relative;
}

.news-input-wrapper label {
  text-align: center;
  font: normal normal normal 0.9375vw/1.4583vw 'Config Rounded Regular';
  opacity: 0.8;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 2.5%;
}

.news-input-wrapper input {
  height: 47px;
  background: #FFFFFF8B 0% 0% no-repeat padding-box;
  border: 1px solid #00000033;
  border-radius: 8px;
  width: 100%;
  padding-left: 4.7%;
  outline: none;
  box-shadow: none;
  font: normal normal normal 0.9375vw/1.1979vw 'Config Rounded Regular';
  letter-spacing: 0px;
  color: #000000;
}

.news-input-wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.news-input-wrapper button {
  background: transparent;
  color: black;
  position: absolute;
  height: 5.8262vh;
  border: none;
  right: 3.7%;
  font-size: 0.9375vw;
}

/**** End of navbar ****/
/**** Search ****/

#searchButton {
  cursor: pointer;
}

.no-padding {
  padding: 0 !important;
}


.recipes-drop {
    padding: 0;
    list-style: none;
    position: absolute;
    background: #EDE4D5;
        width: 97%;
        border-radius: 8px;
        top: 56px;
        display: none;
        z-index: 100;
}

.recipes-drop li a {
	justify-content: center !important;
}

.search-wrapper {
  padding: 3.4% 14.218%;
  width: 100%;
  display: flex;
  align-items: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #0000000D;
  position: fixed;
  z-index: 11;
  display: none;
  transition: 0s all;
  left: 0;
  top: 4.6vw;
  -webkit-box-shadow: inset 0px 5px 10px 0px rgb(0 0 0 / 5%);
  -moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 5px 10px 0px rgb(0 0 0 / 5%);
}

.search-wrapper-overlay {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: none;
  transition: 0s all;
}

.search-wrapper.show-search,
.search-wrapper-overlay.show-search {
  display: flex;
}

.search-wrapper input {
  background: #EDEDED 0% 0% no-repeat padding-box;
  border-radius: 12px;
  height: 68px;
  width: 100%;
  border: none;
  text-align: left;
  font: normal normal normal 24px/29px Config Rounded Regular;
  letter-spacing: -0.48px;
  color: #2B2727;
  padding-left: 28px;
  outline: none;
  box-shadow: none;
}

.close-wrapper-search {
  font: normal normal 600 17px/21px Config Rounded Medium;
  letter-spacing: -0.34px;
  color: #9A9A9A;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #9A9A9A;
  opacity: 0.5;
  cursor: pointer;
  flex-shrink: 0;
  display: block;
  margin-left: 4.294%;
}

.close-wrapper-search:hover {
  color: #9A9A9A;
  opacity: 1;
}
 

 

@media (min-width: 1200px) {
	.back-wrapper { 
	display: none;
	}

} 
.back-wrapper {
  font: normal normal 600 17px/21px Config Rounded Medium;
  letter-spacing: -0.34px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none!important;
  border-bottom: 0;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  top: -16px;
}
.back-wrapper:hover { color: white; opacity: 1;}
.search-wrapper input::placeholder {
  color: rgba(43, 39, 39, 0.45);
}

/**** End of Search ****/
/**** Contact page ****/
.pageContact {
  padding: 100px 14.75% 100px;
  background: #FDFCFB;
  background-image: url('../img/pattern.png');
  background-size: 100%;
}

.contactWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.contactWrap .contactInfo {
  width: 53.7%;
}

.contactWrap .contactInfo h3 {
  font-family: Xylomylo;
  font-size: 52px;
  color: #573939;
  line-height: 54px;
  margin: 0;
  padding-top: 50px;
}

.contactWrap .contactDetails {
  list-style: none;
  padding: 0;
  margin: 70px 0 0;
}

.contactWrap .contactDetails li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.contactWrap .contactDetails li .fa-phone {
  transform: rotate(90deg);
}

.contactWrap .contactDetails li i {
  width: 52px;
  height: 52px;
  background: #F0E1D0;
  border-radius: 7px;
  line-height: 52px;
  color: #88543A;
  text-align: center;
  font-size: 18px;
  margin-right: 15px;
}

.contactWrap .contactDescription p {
  margin: 0;
}

.contactWrap .contactDescription span {
  display: block;
  font-size: 16px;
  text-align: left;
  font: normal normal 600 16px/26px Config Rounded Medium;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 0.85;
  line-height: 26px;
}

.contactWrap .contactDescription a,
.contactWrap .contactDescription p {
  font: normal normal normal 20px/26px Config Rounded Regular;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.85;
  line-height: 26px;
  text-decoration: none;
}

.contactInfo .contactSocial {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.contactInfo .contactSocial p {
  margin: 0;
  font-size: 16px;
  font: normal normal 600 16px/26px Config Rounded Medium;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 0.85;
}

.contactInfo .contactSocial i {
  color: #000;
  opacity: 0.91;
  font-size: 18px;
  padding-left: 21px;
}

/* Contact form */
.contactForm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 14px 40px #00000019;
  border-radius: 12px;
  padding: 62px 59px 62px 58px;
  width: 46.3%;
}

.contactForm .formField {
  padding-bottom: 15px;
  position: relative;
}

.contactForm .formWrap input {
  width: 100%;
  background: #F2F1F0 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  height: 60px;
  padding: 0 20px;
  border: none;
  outline: none;
}

.contactForm .formWrap input,
.contactForm .formWrap textarea {
  text-align: left;
  font: normal normal normal 18px/34px Config Rounded Regular;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.85;
  padding-top: 7px;
  resize: none;
}

.contactForm .formWrap textarea {
  width: 100%;
  background: #F2F1F0 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  border: none;
  height: 160px;
  outline: none;
  padding-bottom: 20px;
  padding-top: 15px;
  padding-left: 20px;
}

.contactForm .formWrap label {
  transition: all 0.3s ease-in;
  transform: translateY(20px);
  pointer-events: none;
  position: absolute;
  left: 20px;
  top: -7px;
  font: normal normal normal 18px/34px Config Rounded Regular;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.5;
  font-size: 18px;
  line-height: 34px;
}
/*****
.contactForm input:focus+label,
.contactForm textarea:focus+label {
  transform: translateY(13px);
  font: normal normal normal 11px/19px Config Rounded Regular;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.5;
}
*******/
.contactForm .formWrap label.not-empty {
  transform: translateY(13px);
  font: normal normal normal 11px/19px Config Rounded Regular;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.5;
}

.contactForm input[type=submit] {
  height: 60px;
  font-size: 18px;
  line-height: 34px;
  background: #914A2A 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  text-align: center;
  font: normal normal 800 18px/34px Config Rounded Bold;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding: 0;
}
.contactForm button {
  height: 60px;
  font-size: 18px;
  line-height: 34px;
  background: #914A2A 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  text-align: center;
  font: normal normal 800 18px/34px Config Rounded Bold;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding: 0;
	  width: 100%;
}
}
/**** About Page D: 1.374 ****/
.about-page {
  padding: 10.45% 14.218% 8.35%;
  position: relative;
  background-image: url('../img/pattern.png');
  background-size: 100%;
}
.about-page h1 {
  text-align: left;
  letter-spacing: 0px;
  color: #ED1C24;
  text-shadow: 0px 4px 0px #FFFFFF;
  text-transform: uppercase;
  font-size: 95px;
  line-height: 105px;
  font-family: Xylomylo;
  text-transform: uppercase;
  padding-right: 32.289%;
  margin-bottom: 12.85%;
}
div.about-page {
  padding: 10.45% 14.218% 8.35%;
  position: relative;
  background-image: url('../img/pattern.png');
  background-size: 100%;
}

.about-items {
  display: flex;
  flex-wrap: wrap;
}

.about-items .about-item:first-child {
  margin-right: 8.85%;
}

.about-item {
  width: 31.295%;
}

.about-pops {
  position: absolute;
  right: -11.2%;
  top: 5.7%;
  width: 42%;
}

.about-ice {
  position: absolute;
  width: 63%;
  left: -20%;
  bottom: 0.5%;
}

.about-item h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #573939;
  font-size: 60px;
  line-height: 62px;
  font-family: Xylomylo;
  margin-bottom: 5.85%;
}

.about-item p {
  text-align: left;
  font: normal normal normal 18px/26px Config Rounded Regular;
  letter-spacing: 0px;
  color: #573939;
  opacity: 0.85;
}

.about-items-1 {
  margin-bottom: 6.35%;
}

.about-items-2 {
  justify-content: flex-end;
  margin-bottom: 8.15%;
}

.about-special {
  width: 71.557%;
  margin-left: auto;
}

.about-special h2 {
  letter-spacing: 0px;
  color: #ED1C24;
  text-transform: uppercase;
  font-size: 75px;
  line-height: 77px;
  font-family: Xylomylo;
  margin-bottom: 3%;
}

.about-special p {
  text-align: left;
  font: normal normal normal 18px/26px Config Rounded Regular;
  letter-spacing: 0px;
  color: #573939;
  opacity: 0.85;
  margin: 0;
}

/**** End of About Page****/
/**** Product Categories ****/
.p-categories-page {
  min-height: 100vh;
  padding: 7.45% 14.218% 3.65%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s all;
}

.p-categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.p-categories-text {
  width: 40.697%;
  margin-right: 4.941%;
}

.p-categories-page ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

.p-categories-page ul li {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

.p-categories-page ul li a {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 65px;
  line-height: 83px;
  font-family: Xylomylo;
  margin-bottom: 1.456%;
  text-decoration: none;
  opacity: 0.4;
  transition: 0.5s all;
}

.p-categories-page ul li a.active,
.p-categories-page ul li a:hover {
  opacity: 1;
}

.p-categories-image {
  width: 54.362%;
}

.p-categories-image img {
  width: 100%;
  padding-top: 22.15%;
  transition: 0.5s all;
}

.close-wrapper {
  position: absolute;
  right: 0;
  font: normal normal 600 17px/21px Config Rounded Medium;
  letter-spacing: -0.34px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid;
  opacity: 0.5;
  cursor: pointer;
}

.close-wrapper:hover {
  color: #FFFFFF;
  opacity: 1;
}

/**** End of Product Categories ****/
/**** Product List ****/
.p-list-page {}

.p-list-hero {
  padding: 5.45% 14.218% 9.8%;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: 100% 69%;
  z-index: -1;
	width: 100%;
}


.p-list-hero_mob {
	display: none;
}

.p-list-hero .hero-image {
  width: 63.901%;
  object-fit: contain;
}

.p-list-hero h1 {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 0px #127BC3;
  opacity: 0.9;
  font: normal normal normal 100px/100px Xylomylo;
  padding-left: 4.730%;
}

.p-list-hero .hero-wave {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
	height: auto;
}

.p-list-hero .hero-drops {
  width: 18.020%;
  position: absolute;
  left: 5.104%;
  z-index: 1;
  bottom: 13.5%;
}

.p-list-wrapper {
  background: #ACE5EB;
  padding: 0% 14.218%;
  margin-top: -4%;
}

.p-list-wrapper ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 6.65%;
}

.p-list-wrapper ul li {
  margin-right: 12px;
  cursor: pointer;
}

.p-list-wrapper ul li:last-child {
  margin-right: 0;
}

.p-list-wrapper ul li a {
  text-decoration: none;
  background: rgba(159, 217, 216, 0.79) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 12px 25.5px;
  display: block;
  text-align: center;
  font: normal normal 600 18px/23px Config Rounded Medium;
  letter-spacing: 0px;
  color: #000;
  transition: 0.2s all;
  cursor: pointer;

  background: rgba(0, 0, 0, 0.1);
	white-space: nowrap;
overflow: hidden;
}




.p-list-wrapper ul li a.active,
.p-list-wrapper ul li a:hover {
  background: #53B0D5 0% 0% no-repeat padding-box;
  color: #FFFFFF !important;
}

.p-list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -4.5%;
  padding-bottom: 4.5%;
}

.p-list-item {
  width: 25%;
  padding: 0 4.154%;
  display: block;
  margin-bottom: 5.75%;
  text-decoration: none;
}

.p-list-item img {
  width: 100%;
  margin-bottom: 11%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.p-list-items a:hover img {
  transform: scale(1.1);
}

.p-list-items a:hover span {
  color: #ED1C24;
}

.p-list-item span {
  display: block;
  text-align: center;
  font: normal normal normal 18px/29px Config Rounded Bold;
  letter-spacing: 0px;
  color: #2E2E2E;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/**** End of Product List ****/
/**** Product Single D: 1.374 ****/
.p-single-page {
  padding: 0 0% 0 0;
}

.p-s-related-mobile {
  display: none;
}

.p-single-hero {
  display: flex;
  padding: 0 12.218% 0 14.218%;
  position: relative;
  background-image: url(../img/pattern.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-single-hero .product-image {
  padding-left: 4.657%;
  padding-top: 5.3%;
  width: 44.378%;

  z-index: 1;
  object-fit: contain;



}

.p-info-main {
  padding-left: 10.3%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-info-main .top,
.p-info-main .bottom,
.p-info-main .center {
  position: absolute;
}

.p-info-main .top {
  right: 8.1%;
  top: 11.3%;
  z-index: 1;
  width: 14.25%;
}

.p-info-main .bottom {
  left: 21.4%;
  width: 46.9%;
  bottom: -23%;
}

.p-info-text {
  padding: 20% 3% 25% 21.6%;
  background-size: 100% 100%;
}

.p-info-text h1 {
  text-align: left;
  font: normal normal bold 1.5625vw/1.9270vw Config Rounded Bold;
  letter-spacing: 0px;
  color: #71371D;
  margin-bottom: 0;
  /*padding-right: 15%;*/

  padding-right: 35%;
      width: 100%;
}

.p-info-text label {
  text-align: left;
  font: normal normal normal 1.0416vw/1.9270vw Xylomylo;
  letter-spacing: 0px;
  color: #71371D;
  text-transform: uppercase;
}

.p-info {
  padding-top: 6.8%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.8%;
}

.p-info .p-info-item {
  margin-bottom: 3.7%;

  width: 50%;
}

.p-info .p-info-item:nth-child(2n-1) {
  width: 32.5%;
}

.p-info-item span:first-child {
  text-align: left;
  font: normal normal normal 0.72vw/0.9375vw Config Rounded Medium;
  letter-spacing: 0px;
  color: #8f8f8f;
  opacity: 1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2%;
}

.p-info-item span:last-child {
  text-align: left;
  font: normal normal normal 0.9375vw/1.1979vw Config Rounded Medium;
  letter-spacing: 0px;
  color: #2E2E2E;
  text-transform: capitalize;
  display: block;
}

/*.p-info-text a {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  font: normal normal 600 0.9375vw/40px Config Rounded Regular;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 9px 21px;
  text-decoration: none;
  margin-right: 10px;
}*/


.all-sizes ul {
  display: flex;
  align-items: center;
  padding: 0; 
  list-style: none;
}

.all-sizes ul li {
  margin-right: 10px;
}

.all-sizes ul li a {
  border-radius: 3px;
color: #fff;
  background: transparent;
  margin-right: 0.625vw;
  cursor: pointer;
  border-radius: 8px;
  font: normal normal 600 0.9375vw Config Rounded Regular;
}

.all-sizes ul li a {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 9px 21px;
  /*min-width: 6.25vw;*/
  min-width: 3.5vw;
}

.all-sizes ul li a:hover {
  color:#fff !important;
}


/*.p-info-main .short-desc {
  text-align: center;
  font: normal normal normal 0.9375vw/1.3541vw Config Rounded Regular;
  bottom: -14%;
  padding-right: 38.7%;
  position: absolute;
  z-index: 1;
  left: 29%;
}*/

.p-info-main .short-desc-1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  font: normal normal normal 0.9375vw/1.3541vw Config Rounded Regular;
  bottom: -4%;
  padding-right: 38.7%;
  position: absolute;
  z-index: 1;
  left: 28%;
      width: 73%;
}

.p-s-wave {
  position: absolute;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: 0;
/*  bottom: -2px;*/
  z-index: 0;
  width: 100%;

  bottom: -10%;
}


.dwn-image {
  display: flex;
  position: absolute;
  align-items: center;
  bottom: -15px;
  left: 28%;
  text-decoration: none;
  font: normal normal normal 0.62vw/17px Config Rounded Medium;
  z-index: 5;
  width: 7.70vw;
  height: 1.875vw;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  color: #2E2E2E !important;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

.dwn-image i {
  margin-right: 10px;
}

.p-s-slider-holder {
  width: 49%;
  margin-top: 30px;
}

.p-s-slider-holder span {
  text-align: center;
  font: normal normal normal 13px/17px Config Rounded Medium;
  letter-spacing: 0px;
  color: #FFFFFF;
  display: block;
  margin: auto;
  padding: 0% 0% 4.5%;
  position: relative;


  
}

#similar-products {
  padding: 0 8%;
  position: relative;
}

#similar-products li {
  float: none;
  width: auto;
  margin: 0;
}

#similar-products li img {
  width: 85px;
  height: 85px;
  margin: auto;
}

#similar-products .owl-prev span,
#similar-products .owl-next span {
  font-size: 0;
}


#similar-products .owl-prev {
    position: absolute;
    left: 0;
    top: 12%;
    font-size: 0;
}

#similar-products .owl-next {
    position: absolute;
    right: 0%;
    top: 12%;
    font-size: 0;
}


#similar-products .woocommerce-loop-product__title {
    margin: 0;
    opacity: 1;
    font: normal normal normal 0.57vw/14px Config Rounded Regular;
    text-align: center;

    color: #0D61A0;
    text-transform: capitalize;
    font-size: 12px !important;
    width: 95%;
    margin: auto;
    position: relative;
    bottom: -75px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

#similar-products .product:hover .woocommerce-loop-product__title {
    bottom: 0;
}


#similar-products .owl-next span::before, #similar-products .owl-prev span::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.8vw;
    font-weight: 500;
    color: #fff;

    background: rgba(255, 255, 255, 0.3);
}


#similar-products .owl-next span:hover::before, #similar-products .owl-prev span:hover::before {
background: rgba(255, 255, 255, 0.5);
}

#similar-products .owl-prev span::before {
    content: '\f053';
    font-family: "font awesome 5 Free";
    box-shadow: none;
    font-weight: 900;
}

#similar-products .owl-next span::before {
    content: '\f054';
    font-family: "font awesome 5 Free";
    box-shadow: none;
     font-weight: 900;
}



/*.p-s-slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}*/

.p-s-slider-wrapper .s-nav-item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  0% 0% no-repeat padding-box;
  margin: 0 7px;
  flex-shrink: 0;
  color: white;
  position: relative;
}

.p-s-slider-wrapper .s-nav-item i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-s-slider-wrapper .s-nav-item:first-child {
  margin-left: 0px;
}

.p-s-slider-wrapper .s-nav-item:last-child {
  margin-right: 0px;
}

.p-s-slider-wrapper .slick-slide {
  padding: 0 2.2%;
}

.p-s-slider-wrapper .slick-slide img {
  margin: auto;
  width: 100%;
}

.p-s-slider {
  flex-shrink: 1;
  width: calc(100% - 114px);
}

.p-s-info-wrapper {
  padding: 0 14.218% 9.8% 14.218%;
  background: #B48B73;
}

.p-s-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10.2%;
}

.social-icons-wrapper {
  display: flex;
  padding-right: 5.8%;
  padding-top: 0;
  position: relative;
  top: -60px;
  z-index: 10;
}

.social-icons-wrapper-mob {
	display: none;
}

.social-icons-wrapper a {
  color: white;
  padding: 0 13%;
  display: block;
}

.nutrition-wrapper {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 41px;
  display: flex;
  flex-wrap: wrap;
  padding: 4.6%;
  padding-bottom: 2.8%;
}

.nutrition-left {
  width: 50%;
  padding-right: 40px;
}

.nutrition-right {
  width: 50%;
}

.nutrition-wrapper h3 {
  text-align: left;
  font: normal normal normal 20px/24px Xylomylo;
  letter-spacing: 0px;
  color: #127BC3;
  text-transform: uppercase;
  margin-bottom: 5%;
  margin-top: 1.2%;
  position: relative;
  z-index: 5;
}

.nutrition-wrapper ul {
  list-style: none;
  padding: 0;
}

.nutrition-wrapper ul li {
  text-align: left;
  font: normal normal normal 18px/30px Config Rounded Regular;
  letter-spacing: 0px;
  color: #2E2E2E;
  text-transform: capitalize;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  line-height: 1.1;
  margin-bottom: 9px;
}

.nutrition-wrapper ul li span {
  text-align: right;
  font: normal normal 200 18px/32px Config Rounded Regular;
  letter-spacing: 0px;
  color: #2E2E2E;
  text-transform: capitalize;
  -webkit-text-stroke: 0.5px black;
}

.nutrition-wrapper hr {
  background-color: #00000052;
  margin: 4% 0;
}

.p-s-related {
  background: #E3D4C9;
  padding: 7.6% 14.218% 8.1% 14.218%;
  position: relative;
}

.p-s-related h3 {
  text-align: center;
  letter-spacing: 0px;
  color: #ED1C24;
  text-shadow: 0px 3px 0px #FFFFFF;
  text-transform: uppercase;
  font: normal normal normal 60px/75px Xylomylo;
  margin-bottom: 6%;
}

.p-s-related .drops {
  position: absolute;
  left: -4.2%;
  width: 18.7%;
  top: 18.1%;
}

/**** End of Product Single ****/
/**** Recipes ****/
.recipes-hero {
  background-repeat: no-repeat;
  background-size: cover;
 padding: 15.8% 16.5% 12%;
  background-position: center;
  position: relative;
  background-image: url('../img/recipes/bg.png');
}

.recipes-hero h1 {
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 0px #71371C;
  font: normal normal normal 5.208vw/4.583vw Xylomylo;
  margin-bottom: 4%;
  position: relative;
}

.recipes-page .search-bar {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 13px 1.0416vw #00000029;
  border-radius: 10px;
  width: 64%;
  /*overflow: hidden;*/
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 5.364vw;
	margin: 0 auto;
}

.recipes-page .search-bar form {
  /*width: 40%;*/
  padding: 0 1.40vw;
      width: 91%;
      position: relative;
}

.recipes-page .search-bar form button {
	position: absolute;
    right: 58px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}

.recipes-page .search-bar input {
  height: 46px;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  text-align: left;
  font: normal normal 600 1.0416vw/1.302vw Config Rounded Regular;
  letter-spacing: 0px;
  color: rgba(46, 46, 46, 1);
  padding-left: 3%;


  background: #ebebeb;
  border-radius: 8px;

}

.recipes-categories,
.flex-recipes {
  display: flex;
  align-items: center;
}

.flex-recipes {
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.recipes-page .search-bar input::placeholder {
  text-align: left;
  font: normal normal 600 1.0416vw/1.302vw Config Rounded Regular;
  letter-spacing: 0px;
  color: rgba(46, 46, 46, 0.5);
}

.recipes-page .search-bar a {
  background: #EDE4D5;
  border-radius: 8px;
  text-align: center;
  font: normal normal 600 0.9375vw/1.197vw Config Rounded Regular;
  letter-spacing: 0px;
  color: rgba(46, 46, 46, 0.79);
  padding: 0.625vw 1.302vw;
  margin-right: 0.5208vw;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}



.recipes-categories {
  width: 60%;
  border-left: 1px solid #BFBFBF;
  padding-left: 1.2vw;
  padding-right: 1vw;
}

.recipes-filter {
  text-transform: uppercase;
  margin-right: 1vw;
  
  font: normal normal 600 0.833vw/1.04vw Config Rounded Regular;
  color: #2E2E2E;
  opacity: 0.79;
}

.all-recipes-btn {
  min-width: inherit !important;
}

.all-recipes-btn i {
	margin-left: 101px;
}

.recipes-page .search-bar a.active {
  background: #C19C5F;
  color: white;
}

.recipes-page {
	position: relative;
}

.recipes-page .r-wave {
  position: absolute;
  left: 0;
  bottom: -55px;
  width: 100%;
}

.recipes-overview {
  padding: 0px 14.218%;
  background: #E6CCA3;
	margin-top: 52px;
}

.recipes-overview .col-md-6:hover a {
	text-decoration: underline;
}

.r-image-wrapper {
  position: relative;
}

.r-image-wrapper .mask {
  position: absolute;
  width: 100%;
  height: 101%;
  object-fit: cover;
  left: 0;
  top: 0;

  pointer-events: none;
}

.r-image-wrapper .r-image {
  display: block;
  margin: auto;
      width: 98%;
  height: 19.8958vw;
  object-fit: cover;
}

.recipes-overview a {
  display: block;
  text-align: center;
  font: normal normal 600 1.0416vw/1.510vw Config Rounded Regular;
  padding: 10.5% 20.7% 17%;
  text-transform: uppercase;
  color: #000000;
  opacity: 1;
  text-decoration: none;
}

/**** End of Recipes ****/
/**** Recipe Single ****/
.recipes-page-single {
  background: #F8ECD7;
  padding: 5.6% 14.2187%;
  display: flex;
}

.recipe-content {
  width: 41.921%;
  margin-right: 8%;
}

.back-arrow {
  width: 71px;
  height: 71px;
  font-size: 21px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11.9%;
}

.recipe-content h1 {
  text-align: left;
  letter-spacing: 0px;
  color: #71371C;
  font: normal normal normal 2.864vw/3.385vw Xylomylo;
  margin-bottom: 4.8%;
}

.recipe-content p {
  text-align: left;
  font: normal normal normal 0.9375vw/1.197vw Config Rounded Regular;
  letter-spacing: 0px;
  color: #2E2E2E;
  opacity: 0.8;
  padding-right: 5.6%;
  margin-bottom: 4.5%;
}

.recipe-header {
  padding-bottom: 13%;
}

.recipe-content h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #71371C;
  font: normal normal normal 1.302vw/3.085vw Xylomylo;
  border-bottom: 1px solid #71371C;
	    margin-bottom: 15px;
}

.recipe-content label {
  font: normal normal normal 1.0416vw/1.510vw Config Rounded Regular;
  text-transform: uppercase;
  margin-top: 5%;
  margin-bottom: 0.7%;
}

.recipe-content ul {
  padding-left: 3.3%;
  margin-bottom: 0;
}

.recipe-content ul li {
  font: normal normal normal 1.0416vw/1.510vw Config Rounded Regular;
  margin-bottom: 0.1%;
}

.recipe-ingredients {
  padding-bottom: 10.3%;
}

.recipe-instructions label {
  margin-bottom: 5.2%;
}

.recipe-instructions p {
  margin-bottom: 5.2%;
  font: normal normal normal 1.0416vw/1.510vw Config Rounded Regular;
  padding-right: 0;
  margin-bottom: 5.7%;
}

.recipe-instructions-item p:last-child {
  margin-bottom: 0;
}

.back-to-recipes {
  display: flex;
  padding-top: 17.5%;
  align-items: center;
  margin-bottom: 3%;
}

.back-to-recipes .back-arrow {
  margin-bottom: 0;
}


.mob-back-1 {
	display: none;
}

.back-to-recipes span {
  font: normal normal normal 1.0416vw/1.302vw Config Rounded Medium;
  letter-spacing: 0px;
  color: #2E2E2E;
  opacity: 0.8;
  padding-left: 5%;
}

.back-to-recipes:hover .back-arrow,
.back-arrow:hover {
  background: rgba(0, 0, 0, 0.16);
}

.recipes-page-single .recipe-image {
  width: 50.072%;
  height: 66.843vh;
  position: sticky;
  top: 12.6%;
  overflow: hidden;
}

.recipes-page-single .recipe-image .mask {
  position: absolute;
  width: 101%;
  height: 101%;
  object-fit: cover;
  left: 0%;
  top: 0%;
}

.recipes-page-single .recipe-image .r-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**** End of Recipe Single ****/

.search-wrapper form {
  width: 100%;
  position: relative;
}

.search-wrapper img {
  position: absolute;
  right: 1.2%;
  top: 50%;
  transform: translateY(-50%);
}

.search-arrow {
  background: transparent;
  border: none;
  width: 0;
  padding: 0;
}

.search-wrapper form {
  display: flex;
  align-items: center;
}


#Group_6669 {
/*  position: absolute;
  bottom: 4%;*/
  z-index: 1;
  left: 41.5%;
  width: 12%;
  bottom: 12%;
  margin: auto;
  padding-bottom: 5%;
}


@media only screen and (max-width: 1800px) {
	.recipes-page-single .recipe-image {
		height: 600px;
	}
}

@media only screen and (max-width: 1720px) {
	.recipes-page-single .recipe-image {
		height: 555px;
	}
}


@media only screen and (max-width: 1600px) {
	.recipes-page-single .recipe-image {
		height: 500px;
	}
}

@media only screen and (max-width: 1600px) {
	.recipes-page-single .recipe-image {
		height: 500px;
	}
}



@media only screen and (max-width: 1450px) {
	.recipes-page-single .recipe-image {
		height: 470px;
	}
}

@media only screen and (max-width: 1370px) {
	.recipes-page-single .recipe-image {
		height: 410px;
	}
}

@media only screen and (max-width: 1200px) {
	.recipes-page-single .recipe-image {
		height: 370px;
	}
}

@media only screen and (max-width: 1100px) {
	.recipes-page-single .recipe-image {
		height: 340px;
	}
}

/*****showing_results_for****/
.recipes-page .search-bar {
  position: relative;
}
.recipes-page .search-bar .showing_results_for {
  display: none;
  position: absolute;
  right: 1px;
  bottom: -49px;
  font-size: 20px;
  color: #8a7d69;
  font-weight: 600;
}

.recipes-page .search-bar .showing_results_for i {
  font-size: 16px;
  margin-left: 5px;
}
.recipes-page .search-bar .showing_results_for a 
{
  background: none;
  border-radius: none;
  text-align: center;
  font: inherit;
  letter-spacing: 0px;
  color: #8a7d69;
  padding: none;
  margin-right: none;
  text-decoration: none;
  width: none;
  display: contents;
  justify-content: flex-end;
  cursor: pointer;
}
@media (min-width: 576px) { .recipes-page .search-bar .showing_results_for {
  position: absolute;
  right: 1px;
  bottom: -49px;
  font-size: 20px;
  color: #8a7d69;
  font-weight: 600;
}

.recipes-page .search-bar .showing_results_for i {
  font-size: 16px;
  margin-left: 5px;
} }


@media (min-width: 768px) { .recipes-page .search-bar .showing_results_for {
  position: absolute;
  right: 3px;
  bottom: -73px;
  font-size: 20px;
  color: #8a7d69;
  font-weight: 600;
}

.recipes-page .search-bar .showing_results_for i {
  font-size: 16px;
  margin-left: 5px;
} }


@media (min-width: 992px) { .recipes-page .search-bar .showing_results_for {
  position: absolute;
  right: 3px;
  bottom: -73px;
  font-size: 20px;
  color: #8a7d69;
  font-weight: 600;
}

.recipes-page .search-bar .showing_results_for i {
  font-size: 16px;
  margin-left: 5px;
} }


@media (min-width: 1200px) { .recipes-page .search-bar .showing_results_for {
  position: absolute;
  right: -18px;
  /*bottom: -136px;*/

  bottom: -170px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}

.recipes-page .search-bar .showing_results_for i {
  font-size: 16px;
  margin-left: 5px;
} }


@media (min-width: 1400px) { .recipes-page .search-bar .showing_results_for {
  position: absolute;
  right: -18px;
  bottom: -200px;
  font-size: 20px;
  color: #8a7d69;
  font-weight: 600;
}

.recipes-page .search-bar .showing_results_for i {
  font-size: 16px;
  margin-left: 5px;
} }



@media only screen and (max-width: 1600px) {
  #similar-products .owl-next {
    right: -5%;
  }

  #similar-products .owl-prev {
    left: -5%;
  }
}


.search_header {
    background-image: url();
    height: 100px;
    margin-top: 107px;
    width: 100%;
    margin-bottom: 113px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}


.owl-stage {margin: 0 auto;}

