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

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

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

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


@font-face {
  font-family: 'AdobeCleanBold';
  src: url('../fonts/AdobeCleanBold.otf');
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

.dwn-image {
    position: absolute;
    left: 50%;
    font-size: 22px;
    color: #523F20;
    bottom: 15px;
    transform: translate(-50%);
    border: 1px solid #C3C3C3;
    border-radius: 50px;
    width: 8.61vw;
    height: 1.76vw;
    font: normal normal normal 0.82vw AdobeCleanRegular;
    display: flex;
    align-items: center;
    justify-content: center;

}


/* New vawe */

.slider {
  background: #F5F2ED;
}

#brands {
  display: flex;
}

#brands img {
  height: 75px;
  margin-left: -2px;
  margin-bottom: -1px;
  object-fit: cover;
}

#brands .slick-prev,
#brands .slick-next {
  display: none !important;
}

.wave-anime {
  position: relative;
  z-index: 10;
  bottom: 73px;
  pointer-events: none;
}

/**/

.dgwt-wcas-overlay-mobile-on, .dgwt-wcas-overlay-mobile-on body {
    overflow: visible !important;
  }

.all-mobile {
	display: none;
}

body {
  margin: 0;
}

.shaddow::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
}

ul {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}


ul, ol {
  list-style: none;
}


input {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/* Header */

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background: #FDFDFB 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #0000000D;
}

.logo-mobile,
.lang-mobile {
  display: none !important;
}

.mob-btn,
.mobile-search {
  display: none;
}


.header-wrap  {
  padding: 0px 14.218%;
  top: 0;
}

.nav-wrap {
  height: 4.687vw;
}

.header-wrap .logo {
    position: relative;
    top: 1.2vh;
}

.header-wrap .logo img {
	width: 13.3vw;
  height: 6.45vw;
  object-fit: contain;
}

#menu-item-380,
#menu-item-1368 {
  display: none;
}


.menu-header #menu-menu-left,
.menu-header #menu-menu-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-header #menu-menu-left a,
.menu-header #menu-menu-right a {
 /*font: normal normal normal 1.25vw/1.52vw AdobeCleanRegular;*/
  letter-spacing: -0.36px;
  font: normal normal normal 0.9375vw/1.1458vw AdobeCleanRegular;
}

.menu-header #menu-menu-left a:hover,
.menu-header #menu-menu-right a:hover {
	color: #D62020;
}

.header-wrap ul li.current-menu-item a {
  color: #D62020;
}


.nav-left,
.nav-right {
  width: 50%;
}

.nav-left {
  padding-right: 8%;
}


.nav-right {
  padding-left: 8%;
  display: flex;
  align-items: center;
  position: relative;
}

/* Nav dropdown */

.nav-left li, .nav-right li {
  position: relative;
}



.nav-wrap .sub-menu {
  position: absolute;
  background: #FEFEFE;
  box-shadow: 0px 5px 18px #00000027;
  border-radius: 8px;
  z-index: 5;
  min-width: 9.739vw;
  padding: 10px 20px;
  top: 3vw;
  left: -20%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav-drop {
  top: 1.7vw !important;
  z-index: 6 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.nav-wrap .sub-menu a {
  padding: 5px 0;
  display: inline-block;
  color: #333333 !important;
}

.nav-wrap .sub-menu li a:hover {
  color: #D62020 !important;
}

.nav-wrap .sub-menu li {
  position: static;
}



.blogDescriptionWrap h1,
.homepageCategory h1,
.recepies-right h1 {
  color: #D53D3D;
  font: normal normal bold 2.6041vw/5.3645vw Fraunces_144pt_Soft-Bold;
  margin: 0;
}


.blogDescriptionWrap h1 {
	margin-bottom: 15px;
  line-height: 3.35vw;
}

.blogDescriptionWrap h1,
.blogDescriptionWrap h2,
.blogDescriptionWrap h3,
.blogDescriptionWrap h4 {
  font-family: 'Fraunces_144pt_Soft-Bold';
}


/* Header switch */

.header-switch {
  display: flex;
  align-items: center;
  padding-left: 15%;
}

.header-switch img {
	border-radius: 50%;
}

.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;
  padding-right: 25px;
  border-right: 1px solid #C4C4C4;
  margin-right: 25px;
  position: relative;
}

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

.down-arrow {
  height: 10px;
}

.lang {
  position: absolute;
  width: 9.739vw;
  height: 5.364vw;
  background: #FEFEFE;
  border-radius: 8px;
  box-shadow: 0px 5px 18px #00000027;
  top: 2.6vw;
  padding: 1.7% 4% 5%;
  display: none;
  margin-left: -3%;
}

.lang i {
  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 AdobeCleanRegular;
  letter-spacing: -0.34px;
  color: #484847;
}

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

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


.nav-right .menu-header {
  width: 100%
}


.header-switch .dgwt-wcas-search-wrapp,
.wp-block-search__button-outside {
  position: absolute;
    right: 0;
    width: 82%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.header-switch .dgwt-wcas-search-wrapp:before,
.wp-block-search:before {
    content: '\f002' !important;
    font-family: "font awesome 5 pro";
    box-shadow: none;
    font-weight: 300;
    font-size: 18px;
    position: absolute;
    padding-left: 14px;
    opacity: 0.8;
    z-index: 5;
}


.dgwt-wcas-search-form,
.wp-block-search__inside-wrapper {
    max-width: 92% !important;
}

.wp-block-search .wp-block-search__button {
    background: bottom !important;
    border: none !important;
    padding: 0 !important;
    color: #A2A2A0 !important;
    margin-left: .625em !important;
    word-break: normal !important;
    height: 100% !important;
}

.dgwt-wcas-suggestions-wrapp a {
  font: normal normal normal 0.9375vw AdobeCleanRegular;
}


.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  margin-top: 5px !important;
  padding-bottom: 10px !important;
}

.dgwt-wcas-suggestions-wrapp {
  padding-bottom: 7px !important
}

.js-dgwt-wcas-suggestion-more {
  display: none !important;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	background: transparent !important;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	display: none !important;
}

.dgwt-wcas-close {
	display: none !important;
}


.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: normal !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder { /* Firefox 19+ */
  font-style: normal !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder { /* IE 10+ */
  font-style: normal !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder { /* Firefox 18- */
  font-style: normal !important;
}


.header-search .fa-search {
    color: #484847;
    position: relative;
    z-index: 5;
    cursor: pointer;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.header-search .fa-search.active-search:before {
  content: "\f00d";
  font-weight: 300;
}

.header-widgets {
  display: none;
}


.header-search input {
  width: 92%;
  height: 2.604vw;
  padding: 0 40px;
  background: #F6F6F4;
  border: 1px solid #ACACAC;
  border-radius: 3px;
}

.header-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #484847;
  opacity: 0.35;
  font: normal normal normal 0.937vw AdobeCleanRegular
}
.header-search input::-moz-placeholder { /* Firefox 19+ */
  color: #484847;
  opacity: 0.35;
  font: normal normal normal 0.937vw AdobeCleanRegular
}
.header-search input:-ms-input-placeholder { /* IE 10+ */
  color: #484847; 
  opacity: 0.35;
  font: normal normal normal 0.937vw AdobeCleanRegular
}
.header-search input:-moz-placeholder { /* Firefox 18- */
  color: #484847;
  opacity: 0.35;
  font: normal normal normal 0.937vw AdobeCleanRegular
}

.header-search button {
  position: absolute;
    right: 45px;
    background: transparent;
    font-size: 0;
    background: transparent;
    border: none;
}

.header-search button::after {
  content: '\f105';
    font-family: "font awesome 5 pro";
    box-shadow: none;
    font-weight: 300;
    font-size: 23px;
    color: #A2A2A0;
    margin-left: 10px;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	display: flex;
	align-items: center;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	text-shadow: none !important;
}

/* Search result */

.main.search-results {
    padding: 5vw 11.218%;
    background: #F5F2ED;
}

.main.search-results .large-bold-text,
.search-no-results .search-title h1 {
	color: #D53D3D;
  font: normal normal bold 2.604vw/2.916vw Fraunces_144pt_Soft-Bold;
  margin-bottom: 1vw;
  text-align: center;
}


.search-no-results .search-title .main-text {
  font: normal normal normal 0.9375vw/1.458vw AdobeCleanRegular;
  text-align: center;
  color: #523F20;
}

.search-no-results .search-result-product .search-form {
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.search-no-results .search-result-product .search-form .search-submit {
  width: auto;
  padding: 0 40px 0 40px;
  margin-left: 5px;
}

.search-no-results .search-result-product .search-form label {
  width: 35%;
}

.search-no-results .search-result-product .search-form input {
  width: 100%;
  height: 2.604vw;
  padding: 0 20px 0 20px;
  background: #F6F6F4;
  border: 1px solid #ACACAC;
  border-radius: 3px;
}





.items-result {
	margin-left: -8.7%;
    padding: 0 2%;
    width: 100%;
    margin: auto;
}

.search-result-product .search-wrap { 
	width: 25% !important;
    text-align: center;
    padding-left: 8.7%;
    padding-top: 5%;
}

.search-result-product .search-wrap img {
	height: auto;
}

.searchTitle {
    color: #523F20;
    font: normal normal normal 0.93vw/1.25vw AdobeCleanRegular;
    width: 74%;
    display: inline-block;
    margin: 0;
}

.search-result-product #post-navigation {
	text-align: center;
	width: 100%;
	margin-top: 5%;
}

.search-result-product #post-navigation a {
	color: #523F20;
    font: normal normal normal 0.93vw/1.25vw AdobeCleanRegular;
	padding-right: 10px;
}

.search-result-product #post-navigation a:hover {
	color: #D62020;
}

.search-result-product #post-navigation .current {
	font: normal normal normal 0.93vw/1.25vw AdobeCleanRegular;
	color: #D62020;
}

.search-result-product #post-navigation span {
	padding-right: 10px;
}



/* Slider */

.slider {
  overflow: hidden;
}

.slider .flex-control-nav {
  display: flex !important;
  justify-content: center;
  width: 4.6875vw;
  right: 13.5%;
  bottom: 21%;
}

.slider .flex-control-paging li a {
  width: 100%;
  height: 2px;
  border-radius: 0;
  background: #F5F2ED;
  opacity: 0.2;
}

.slider .flex-control-paging li a.flex-active {
  background: #fff;
  opacity: 1;
  position: absolute;
}

.slider .flex-control-nav li {
  flex: 1;
  margin: 0;

  position: absolute;
  width: 100%;
}

.slider .flex-control-nav li a.flex-active {
	-webkit-animation:linear infinite alternate;
	-webkit-animation-name: run;
	-webkit-animation-duration: 5s;
}

    
@-webkit-keyframes run {
    0% { width: 0;}
    /*50%{ width : 100%;}*/
    100%{ width: 100%;}
}


.desktop-baner {
  width: 100% !important;
  height: 45.31vw !important;
  object-fit: cover;
}

.slider .slider-shaddow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}

.slider {
  position: relative;
}

.slider .slides {
  position: relative;
}

.slider .slides li::after {
	content: '';
    background:  #21190D;
    opacity: 0.15;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.slider-text {
  position: absolute;
/*  bottom: 5.6vw;*/
  padding-left: 7.3%;
  z-index: 6;
  bottom: 9.6vw;
}

.slider-text {
  font-size: 60px;
}

.slider-text h1,
.slider-text h2,
.slider-text h3,
.slider-text h4,
.slider-text p {
  margin: 0;
  color: #fff;
  font: normal normal bold 3.125vw/3.38vw Fraunces_144pt_Soft-Bold;
  text-shadow: 0px 5px 20px #00000039;
}

.slider-text a {
  color: #fff;
}


.slider .flex-direction-nav {
  position: absolute;
  bottom: 24%;
  z-index: 5;
  right: 7%;
  width: 5.520vw;
}

.slider .flex-direction-nav .flex-prev {
  left: 0;
  font-size: 0;
  opacity: 1;
}

.slider .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
  margin-left: 7px;
}

.slider .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}

.slider .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
}

.slider .flex-direction-nav a {
  margin: 0;
}


.slider .flex-direction-nav a {
  width: 2.55vw;
  height: 2.55vw;
  background: #F5F2ED52 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .flex-direction-nav a.flex-next:before {
  font-size: 13px !important;
}


.sliderImgName {
  position: absolute;
  right: 19%;
  bottom: 19.7%;
  margin: 0;
  z-index: 7;
  font: normal normal normal 0.9375vw/1.4583vw AdobeCleanRegular;
}

.sliderImgName a {
  color: #F5F2ED;
  text-shadow: 0px 3px 6px #00000033;
}

.sliderImgName a:hover {
	color: #fcaf2a;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20%;
    text-align: center;
    z-index: 5;
}

.slider .flex-control-paging li a {

}



/* Blog */

.blog-concept {
  padding: 0px 14.218%;
  background: #F5F2ED;
}

.main-blog-wrap {
  align-items: center;
  padding-top: 2.9%;
  padding-bottom: 7%;
}



.main-blog-wrap {
  display: flex;
  flex-wrap: wrap;
}

.blog-wrap .flex-wrap .main-blog-wrap:last-child {
	padding-bottom: 0;
}

.main-blog-wrap .featured {
	display: none;
}

.blog-wrap .flex-wrap .main-blog-wrap:first-child .featured {
	display: block;
}

.blog-wrap .flex-wrap .main-blog-wrap:nth-child(2n) {
  flex-direction: row-reverse;
}

.blog-wrap .flex-wrap .main-blog-wrap:nth-child(2n) .blog-img {
  display: flex;
  justify-content: flex-end;
}

.blog-wrap .flex-wrap .main-blog-wrap:nth-child(2n) .blogDescriptionWrap {
    width: 89%;
    text-align: center;
    padding-left: 15%;
    margin-top: -5%;
}

.blog-img,
.blog-description {
  width: 50%;
}


.blog-img .blog-img-wrap {
  position: relative;
  background: #f5f2ed;
}

/*.blog-img .blog-img-wrap::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  content: '';
  background-image: url(../images/Feature-image-mask.png);
  background-size: contain;
  background-repeat: no-repeat;
}*/


.blog-img img {
	width: 600px;
    height: 510px;
    object-fit: cover;
    object-position: 100% 100%;
}


.blogDescriptionWrap .featured {
  letter-spacing: 0.18px;
  color: #523F20;
  text-transform: uppercase;
  font: normal normal bold 0.9375vw/1.25vw AdobeCleanRegular;
  margin-top: 0;
  margin-bottom: 20px;
}

.blogDescriptionWrap .featured::after {
  content: '';
  background: #523F20;
  border: none;
  width: 62px;
  height: 2px;
  display: block;
  opacity: 1;
  margin: auto;
  margin-top: 5px;
}

.blogDescriptionWrap {
	width: 87%;
    text-align: center;
    padding-left: 11%;
}


.blogDescriptionWrap p {
  color: #523F20;
  margin: 0;
  font: normal normal normal 0.9375vw/1.4583vw AdobeCleanRegular;
}


.blogDescriptionWrap a {
  display: inline-block;
  min-width: 10.416vw;
  height: 3.645vw;
  background: #FCC059 0% 0% no-repeat padding-box;
  border-radius: 50px;
  color: #116333;
  font: normal normal bold 0.83vw/1.45vw AdobeCleanRegular;
  line-height: 3.645vw;
  margin-top: 45px;
}

.blog-fruits {
  padding: 11% 0 6.5%;
  text-align: center;
}

.blogDescriptionWrap a:hover,
.about_us .about_us_col a:hover,
.recepies-right_wrap a:hover,
.f-r-description span:hover,
.contact .c-right #gform_submit_button_5:hover,
.custom-cat .cat-description span:hover {
	background-color: rgba(252, 192, 89, 0.65);
}

.recipes-link:hover {
	background-color: rgba(252, 192, 89, 0.65);
}

/* Homepage category */ 

#home-cat img {
  max-width: 330px;
  max-height: 330px;
  object-fit: contain;
  margin: auto;
}

#home-cat .item:hover .cat-button a {
	color: #D53D3D;
}

.homepageCategory {
  text-align: center;
  overflow: hidden;
  background: #F5F2ED;
  padding-bottom: 6.2%;
}

.product-cat-slider {
    margin-left: -135px;
    margin-right: -135px;
  padding-top: 3.75%;
}

.product-cat-slider .cat-button a {
  color: #523F20;
  font: normal normal bold 1.30vw/1.510vw Fraunces_144pt_Soft-Bold;
  background: transparent;
  margin-bottom: 3px;
  display: inline-block;
}

.product-cat-slider .owl-dots {
  display: none;
}


.product-cat-slider .owl-next {
  position: absolute;
  right: 15.7%;
  top: 34%;
}

.product-cat-slider .owl-prev {
    position: absolute;
    left: 15.7%;
    top: 34%;
}


.product-cat-slider .owl-next span,
.product-cat-slider .owl-prev span {
  font-size: 0;
}

.product-cat-slider .owl-next span::before {
  content: '\f054';
  font-family: "font awesome 5 pro";
  box-shadow: none;
}

.product-cat-slider .owl-prev span::before {
  content: '\f053';
  font-family: "font awesome 5 pro";
  box-shadow: none;
}


.product-cat-slider .owl-next span::before,
.product-cat-slider .owl-prev span::before {
  width: 2.60vw;
  height: 2.60vw;
  line-height: 2.70vw;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
  display: inline-block;
  background: #fff;
  font-size: 0.9375vw;
  font-weight: 500;
  color: #6e542b;
}

.product-cat-slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

/* About us */

.about_us {
	overflow: hidden;
  position: relative;
  /*background: url(../images/about-image-min.png);*/
   /*background: url(../images/about-image-min-copy-min.png);*/
  /*padding: 202px 0 131px;*/
  height: 920px;
  background-size: cover;
  display: flex;
  align-items: center;

}

.thumbnail {
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


.about_us .about_us-wrap {
	position: absolute;


  padding-left: 18%;
  width: 100%;
}

.about_us .about-wave {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.about_us .about-wave {
  width: 100%;
}

.about_us .about_us_col {
  background: url(../images/about-section-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33.8%;
  height: 64vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 90px;
}

.about_us .about_us_col h1 {
  color: #D53D3D;
  font: normal normal bold 2.34vw/2.91vw Fraunces_144pt_Soft-Bold;
  margin: 0;
  margin-bottom: 5%;
}

.about_us .about_us_col a {
  min-width: 8.697vw;
  height: 3.64vw;
  line-height: 3.4vw !important;
  font: normal normal bold 0.83vw/1.45vw AdobeCleanRegular;
  background: #FCC059 0% 0% no-repeat padding-box;
  border: 1px solid #116333;
  border-radius: 35px;
  display: inline-block;
  color: #116333;
  margin-top: 10%;
}

.about_us .about_us_col p {
  font: normal normal normal 0.9375vw/1.5vw AdobeCleanRegular;
  margin: 0;
  color: #523F20;
}

/* Recepies */

.recipes {
  padding: 6.8% 14.218%;
  background: #F5F2ED;
}

.recipes-mobile {
  display: none;
}

.recepies-left {
  width: 51%;
  margin-left: -25px;
}

.recepies-right {
  width: 49%
}

.recipes-wrap {
  width: 50%;
  padding-left: 25px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.recipes-img {
  height: 12.34vw;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.recipes-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.recipes-wrap:hover img {
  transform: scale(1.1);
}

.recipes-description {
  background: #F0E4D1;
  text-align: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.recipes-description h3 {
  margin: 0;
  color: #523F20;
  text-transform: capitalize;
  
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font: normal normal bold 1.041vw/1.30vw Fraunces_144pt_Soft-Bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.4vw;
}

.recipes-wrap:hover h3 {
  color: #D53D3D;
}

.recepies-right_wrap h1 {
  font: normal normal bold 2.604vw/2.91vw Fraunces_144pt_Soft-Bold;
  margin-top: 3vw;
  margin-bottom: 30px;
}

.recepies-right_wrap {
  text-align: center;
  padding-left: 18.5%;
}

.recepies-right_wrap p {
  font: normal normal normal 0.9375vw/1.45vw AdobeCleanRegular;
  margin: 0;
  color: #523F20;
}

.mobile-recipes-link {
  display: none;
}

.recepies-right_wrap a {
  display: inline-block;
  min-width: 10.416vw;
  height: 3.645vw;
  background: #FCC059 0% 0% no-repeat padding-box;
  border-radius: 50px;
  color: #116333;
  font: normal normal bold 0.83vw/1.45vw AdobeCleanRegular;
  line-height: 3.645vw;
  margin-top: 40px;
}

.recepies-line {
  padding: 14% 0 12.3%;
}

.recepies-right_wrap span {
  color: #D53D3D;
  font: normal normal bold 1.30vw/1.30vw Fraunces_144pt_Soft-Bold;
  margin-bottom: 12px;
  display: inline-block;
}

#gform_wrapper_2 {
  margin: auto;
  width: 75%;
  margin-top: 30px;
}

#gform_wrapper_2 input {
  background: #FEFEFD 0% 0% no-repeat padding-box;
  border: 1px solid #C3C3C3;
  border-radius: 35px;
  height: 3.125vw;
  padding-left: 25px;
  color: #5C4F3D;
  opacity: 0.5;
  font: normal normal normal 0.9375vw/1.145vw AdobeCleanRegular;
}

#gform_wrapper_2 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5C4F3D;
  opacity: 0.7;
  font: normal normal normal 0.9375vw/1.145vw AdobeCleanRegular;
}
#gform_wrapper_2 input::-moz-placeholder { /* Firefox 19+ */
  color: #5C4F3D;
  opacity: 0.7;
  font: normal normal normal 0.9375vw/1.145vw AdobeCleanRegular;
}
#gform_wrapper_2 input:-ms-input-placeholder { /* IE 10+ */
 color: #5C4F3D;
  opacity: 0.7;
  font: normal normal normal 0.9375vw/1.145vw AdobeCleanRegular;
}
#gform_wrapper_2 input:-moz-placeholder { /* Firefox 18- */
  color: #5C4F3D;
  opacity: 0.7;
  font: normal normal normal 0.9375vw/1.145vw AdobeCleanRegular;
}

#gform_wrapper_2 #gform_2 {
  position: relative;
}

#gform_wrapper_2 .gform_footer {
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  right: 0;
}

#gform_wrapper_2 .gform_footer input {
  margin: 0;
  background: transparent;
  border: none;
  font-size: 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

#gform_wrapper_2 .gform_footer {
  display: flex;
  align-items: center;
}

#gform_wrapper_2 .gform_footer::after {
  content: '\f054';
  font-family: "font awesome 5 pro";
  box-shadow: none;
  font-size: 15px;
  color: #707070;
  padding-right: 25px;
  position: absolute;
}

#gform_wrapper_2 #validation_message_2_1 {
  display: none;
}

.recepies-right_wrap .gform_wrapper .gform_validation_errors>h2 .gform-icon {
  display: none;
}

.recepies-right_wrap .gform_wrapper .gform_validation_errors {
  padding: 16px 16px 16px 16px;
}

.recepies-right_wrap .gform_wrapper .gform_validation_errors>h2.hide_summary {
  font-family: 'AdobeCleanRegular';
}

#gform_confirmation_message_2,
#gform_confirmation_message_1 {
  font-family: 'AdobeCleanRegular';
  margin-top: 20px;
  color: #D53D3D;
  font-size: 14px;
}

/* New recipes */

.new-recipes-bgd {
  text-align: center;
  background-position: bottom;
}
.new-recipes-form {
  padding: 10% 0;
}

.new-recipes-form h2 {
  font: normal normal bold 3.125vw/2.916vw Fraunces_144pt_Soft-Bold;
  color: #fff;
  width: 55%;
  margin: auto;
}

.new-recipes-form a {
  min-width: 10.802vw;
  height: 3.125vw;
  line-height: 3.17vw !important;
  background: #FCC059;
  border-radius: 35px;
  color: #116333;
  text-align: center;
  font: normal normal bold 0.83vw/1.45vw AdobeCleanRegular;
  display: inline-block;
  margin-top: 3%;
}



/* Category page */

.cat-line {
  display: flex;
  justify-content: space-between;
}

.cat-content {
  padding: 0 3%;
}

.main_product_cat {
  background: #F5F2ED;
  padding: 13vw 14.218% 7.864vw;
}


.main-cat-heading {
  text-align: center;
}

.main-cat-heading h1 {
  font: normal normal bold 3.125vw/2.916vw Fraunces_144pt_Soft-Bold;
  color: #D53D3D;
  margin: 0;
}

.main-cat-heading p {
  margin: 0;
  color: #523F20;
  font: normal normal normal 0.9375vw/1.45vw AdobeCleanRegular;
}

.custom-cat .cat_img {
    width: 56.3%;
}

.custom-cat .cat_img img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 30.20833vw;
  object-fit: cover;
}

.custom-cat .cat-description {
  width: 43.7%;
  background: #F0E4D1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.custom-cat .cat-description h1 {
  margin: 0;
  color: #D53D3D;
  font: normal normal bold 2.60vw/5.364vw Fraunces_144pt_Soft-Bold;
}

.custom-cat .cat-description p {
  width: 66%;
  margin: auto;
  font: normal normal normal 0.9375vw/1.51vw AdobeCleanRegular;
  color: #523F20;
}

.custom-cat .cat-description span {
  padding: 0 47px;
  background: #FCC059;
  color: #116333;
  font: normal normal bold 0.83vw/1.45vw AdobeCleanRegular;
  border-radius: 50px;
  display: inline-block;
  margin-top: 1.979vw;
  height: 3.64vw;
  line-height: 3.64vw;
}

.main_product_cat .custom-cat {
  padding-top: 5.989vw;
}

.custom-cat .item {
  padding-top: 4.427vw;
}

.custom-cat .item:first-child {
  padding-top: 0;
}

.custom-cat .item:nth-child(2n) .flex-wrap {
  flex-direction: row-reverse;
}

.custom-cat .item:nth-child(2n) .cat-description {
  border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.custom-cat .item:nth-child(2n) .cat_img img {
  border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

/* Cat list page*/

.cat_list {
  background: #F5F2ED;
  position: relative;
  overflow: hidden;
  margin-top: 4.7vw;
}

.cat_list .wave-start {
	bottom: auto;
    top: 435px;
    left: 0;
    right: 0;
    width: 100%;
}



.storefront-sorting {
  display: none;
}

.cat_list .site-main {
  display: flex;
  flex-direction: column;
}

.cat_list .site-main .header-image-category {
  order: 1;
}

.woocommerce-products-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.storefront-full-width-content.woocommerce-cart .entry-header, 
.storefront-full-width-content.woocommerce-checkout .entry-header, 
.storefront-full-width-content.woocommerce-account .entry-header, 
.storefront-full-width-content .woocommerce-products-header {
	padding: 0 !important;
}

.woocommerce-products-header::after {
  content: '';
  background: #17110A;
  opacity: 0.2;
  height: 432px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.woocommerce-products-header img {
  order: -1;
  height: 432px;
  object-fit: cover;
  object-position: 100% 40%;
}

.woocommerce-products-header h1 {
  color: #D53D3D;
  font: normal normal bold 2.604vw/2.916vw Fraunces_144pt_Soft-Bold;
  margin-bottom: 1vw;
  margin-top: 3.9vw;
}

.woocommerce-products-header p {
  width: 46%;
  margin: auto;
  color: #523F20;
  font: normal normal normal 0.9375vw/1.45vw AdobeCleanRegular;
  padding-top: 1.041vw;
  padding-bottom: 2.65vw;
}

.mob-line {
	display: none;
}

.cat_list .site-main .products {
  order: 2;
}

.filters {
  text-align: center;
}

.filters p {
  margin-top: 0;
  color: #2E2E2E;
  text-transform: uppercase;
  font: normal normal normal 0.833vw/1.041vw AdobeCleanBold;
  margin-bottom: 1vw;
}

.filters ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
}

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

.filters ul li:last-child {
	margin-right: 0;
}

.filters ul li a {
  height: 2.395vw;
  line-height: 2.3958vw !important;
  padding: 0 24px;
  color: #5C4F3D;
  font: normal normal normal 0.833vw/1.041vw AdobeCleanRegular;
  border: 1px solid #C3C3C3;
  border-radius: 50px;
  cursor: pointer;
  color: #5C4F3D;
  display: inline-block;
  white-space: nowrap;
}

.filters ul li a.active {
  background: #FACA788D;
  border: 1px solid #116333;
  color: #116333;
  font: normal normal normal 0.833vw/1.041vw AdobeCleanBold;
}

.filters ul li a:hover {
	background: #FACA788D;
    border: 1px solid #116333;
    color: #116333;
}

.main-cat-list {
    padding: 0px 14.218% 5%;
}

.main-cat-list .product-list-items a span,
.main-cat-list .product-list-items a img,
.search-product-list .products .product img,
.search-box img,
.search-box .searchTitle,
.new-relases .product-list-items a img{
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.main-cat-list .product-list-items a:hover span,
.search-product-list .products .product:hover .woocommerce-loop-product__title,
.search-box:hover .searchTitle,
.new-relases .product-list-items a:hover span {
	color: #D53D3D;
}

.main-cat-list .product-list-items a:hover img,
.search-product-list .products .product:hover img,
.search-box:hover img,
.new-relases .product-list-items a:hover img {
	transform: scale(1.1);
}


.search-product-list .products .product img {
	height: auto;
}

.search-product-list .products .product {
	margin-right: 0 !important;
}


.cat-line {
  padding: 0 0 2.34vw;
}

.cat-line {
  display: flex;
}

.cat-line img {
  width: 29%;
}

.main-cat-list .cat-line {
  padding-top: 3.645vw;
  padding-bottom: 0;
}

.product-list-items,
.search-product-list .products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8.7%;
  padding: 0 2%;
}

.product-list-items a {
  width: 25%;
  text-align: center;
  padding-left: 8.7%;
  padding-top: 5%;
}

.search-product-list .products .product {
	margin-bottom: 0 !important;
}

.search-product-list .products .product .button {
	display: none;
}

.search-product-list .products .product .woocommerce-loop-product__title {
	position: static;
	color: #523F20;
    font: normal normal normal 0.93vw/1.25vw AdobeCleanRegular;
    width: 74%;
    display: inline-block;
}

.product-list-items a span {
  color: #523F20;
  font: normal normal normal 0.93vw/1.25vw AdobeCleanRegular;
  width: 74%;
  display: inline-block;
}

.header-image-category {
  position: relative;
}

.fun-sticker {
    position: absolute;
    bottom: 6%;
    right: 13.7%;
    width: 7.235vw;
    height: 7.087vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fun-sticker p {
  position: relative;
  margin: 0;
  padding: 0;
  color: #116333;
  text-transform: uppercase;
  font: italic normal bold 1.041vw/1.145vw Fraunces_144pt_Soft-BoldItalic;
  z-index: 10;
}

.star-sticker {
  position: absolute;
  width: 100%;
  height: 100% !important; 
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 0.26vw;
  z-index: 5;

}

.fun-sticker:hover .star-sticker {
  padding: 0;
}

.star-sticker {
  -webkit-animation-name: rotate;
  -webkit-animation-duration:10s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name: rotate;
  -moz-animation-duration:10s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
}

.sticker-stop {
  -webkit-animation-name: rotate;
  -webkit-animation-duration:0s !important;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name: rotate;
  -moz-animation-duration:0s !important;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
}


@-webkit-keyframes rotate {
  from {-webkit-transform:rotate(0deg);}
  to {  -webkit-transform:rotate(360deg);}
}

@-moz-keyframes rotate {
  from {-moz-transform:rotate(0deg);}
  to {  -moz-transform:rotate(360deg);}
}

.sub-cat-main {
  position: relative;
  opacity: 0;
  z-index: -1;
  width: 32.3%;
  background: #fff;
  padding: 5.885vw 3.22vw 4.218vw;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  text-align: left;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(82,82,82,1);
  -moz-box-shadow: 0px 0px 5px -1px rgba(82,82,82,1);
  box-shadow: 0px 0px 5px -1px rgba(82,82,82,1);
}

.sub-cat-main::before {
  content: 'Fun Facts';
  position: absolute;
  color: #116333;
  text-transform: uppercase;
  top: 3.4vw;
  font: italic normal bold 1.041vw/1.145vw Fraunces_144pt_Soft-BoldItalic;
}

.sub-cat-main.fun_open {
  opacity: 1;
  z-index: 6;
}

.sub-cat-main::after {
  content: '\f00d';
  font-family: "font awesome 5 pro";
  position: absolute;
  top: -30px;
  right: -30px;
  background: #faca78;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 21px;
  color: #2d6138;
  -webkit-box-shadow: -1px 1px 7px -1px rgba(82,82,82,1);
  -moz-box-shadow: -1px 1px 7px -1px rgba(82,82,82,1);
  box-shadow: -1px 1px 7px -1px rgba(82,82,82,1);
  cursor: pointer;
}

.sub-cat-main p {
  width: 100%;
  position: relative;
  padding-left: 2.34vw;
  padding-top: 0;
  padding-bottom: 1.302vw;
  font: normal normal normal 0.833vw/1.30vw AdobeCleanRegular;
}

.sub-cat-main p:last-child {
  padding-bottom: 0;
}

.sub-cat-main p::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  background-image: url(../images/description-icon.png);
  width: 1.822vw;
  height: 1.822vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


/* Single product page */

.single-new-same-product img {
  width: 4.89vw;
  height: 4.89vw;
  object-fit: contain;
}

/* .single-new-same-product h3 {
  font-size: 0.62vw !important;
  color: #D53D3D;
} */

.desk-single-img {
	display: block;
}

.mobile-single-img {
	display: none;
}

.variations_form {
  display: none;
}

.button.product_type_variable {
  display: none;
}

.single_product {
  background: #F5F2ED;
}

.product-image-bgd {
  position: relative;
}

.product-image-bgd .single_bgd {
  width: 100%;
  position: absolute;
}

.storefront-product-pagination {
  display: none !important;
}


.woocommerce_single_wrap {
  position: relative;
  padding: 0px 14.218%;
}

.main-single-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-single-wrap .product_title {
  order: -1;
  width: 100%;
  text-align: center;
  color: #D53D3D;
  font-size: 50px;
  margin-bottom: -60px;
  margin-top: 14.5%;
  font: normal normal bold 2.604vw Fraunces_144pt_Soft-Bold;
}

.main-single-wrap .single-pr-img {
    width: 36%;
    order: 3;
    position: relative;
    bottom: -60px;
    margin: auto;
    text-align: center;
    min-height: 25.7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

.main-single-wrap .single-pr-img i {
  margin-right: 5px;
}

.main-single-wrap .single-atributes {
    width: 27%;
    order: 4;
    margin-right: 4%;
    margin-top: -2%;
}

.mobile-atr-desc {
  display: none;
}


/* Single desc*/

.single_product{
	position: relative;
}

.product-social-share {
  position: fixed;
  z-index: 5;
  bottom: 5%;
  left: 3%;
}

.single-social-move {
	position: absolute;
	bottom: 2%;
}

.product-social-share .share-text {
  display: none;
}

.product-social-share ul {
  flex-direction: column;
}

.product-social-share ul li {
    margin: 0.3vw 0;
}

.product-social-share ul li a {
  font-size: 0.829vw;
}


.main-single-wrap .woocommerce-product-details__short-description {
  padding-top: 7%;
  width: 30%;
  order: 2;
  text-align: center;
  /*color: #523F20;*/
  position: relative;
 /* background: #FDFCFA;*/
  min-height: 282px;
  display: flex;
  align-items: center;
  justify-content: center;

/*  border-top-left-radius: 37%;
  border-bottom-left-radius: 30%;
  border-top-right-radius: 14%;
  border-bottom-right-radius: 30%;*/
  width: 27%;
  margin-right: 5%;
  margin-top: 3%;
  margin-bottom: -6%;

  position: relative;
  left: -35px;
}

.main-single-wrap .woocommerce-product-details__short-description::before {
    content: '';
    background-image: url(../images/description-icon.png);
    position: absolute;
    top: 20%;
    left: 55%;
    width: 3.17vw;
    height: 3.17vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
}

.main-single-wrap .woocommerce-product-details__short-description::after {
  content: '';
  background-image: url(../images/Description-Shape-or.png);
  width: 24.5vw;
  height: 19vw;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}

/*.main-single-wrap .woocommerce-product-details__short-description::after {
  content: '';
  background-image: url(../images/Description-Shape-tr.png);
  position: absolute;
  width: 380px;
  height: 282px;
  background-size: contain;
  background-color: #fff;
  left: 0;
  top: 0;
}*/

.main-single-wrap .woocommerce-product-details__short-description p {
  width: 75%;
  margin: auto;
  position: relative;
  z-index: 5;
  font: normal normal normal 0.937vw/1.40vw AdobeCleanRegular;
  color: #523F20;
  margin-right: 0;
}

.main-single-wrap .edit-link {
  display: none;
}

/* Single atr */

.single-atributes {
  position: relative;
  text-align: center;
  color: #523F20;
  position: relative;
  /*background: #FDFCFA;*/
  min-height: 282px;
  display: flex;
  align-items: center;
  justify-content: center;

    /*border-top-right-radius: 37%;
    border-bottom-right-radius: 30%;
    border-bottom-left-radius: 14%;
    border-top-left-radius: 30%;*/
}




.main-single-wrap .single-atributes li {
  display: flex;
  justify-content: space-between;
  color: #523F20;
  text-transform: capitalize;
  padding: 10px 0;
  font: normal normal normal 0.937vw/1.40vw AdobeCleanRegular;
  color: #523F20;
  position: relative;
}

.main-single-wrap .single-atributes .Size {
  display: none;
}



.main-single-wrap .single-atributes li::after {
  content: '';
  background-image: url(../images/border-dash.png);
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  bottom: 0;
}

.main-single-wrap .single-atributes li div:last-child,
.atr-size {
	font: normal normal bold 0.989vw/1.25vw AdobeCleanBold;
}

.shop_attributes {
    width: 75%;
    position: relative;
    z-index: 5;
    margin-left: 25%;
    margin-top: 3.5vw;
}

.shop_attributes .size {
  display: none;
}

.shop_attributes li a {
	color: #523F20;
	pointer-events: none;
}

.shop_attributes .product-meta {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.shop_attributes .product-meta span {
   font: normal normal normal 0.937vw/1.40vw AdobeCleanRegular;
}

.main-single-wrap .single-atributes li p {
  margin: 0;
}


/*.single-atributes::after {
  content: '';
  background-image: url(../images/left-root.png);
    width: 90px;
    height: 50px;
    object-fit: contain;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -15px;
    left: -18px;
}*/



.single-atributes:after {
  content: '';
  background-image: url(../images/Info-shape-or.png);
  width: 24.5vw;
  height: 19vw;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}


.all-sizes {
  text-align: center;
  width: 50%;
  margin: -3% 0 0 auto;
}

.all-sizes .at-size {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.a-size {
  margin-bottom: 10px;
  font: normal normal bold 0.72vw/0.885vw AdobeCleanBold;
  text-transform: uppercase;
  color: #523F20;
}



.at-size p {
  margin: 0;
  min-width: 3.802vw;
  height: 2.395vw;
  line-height: 2.395vw !important;
  text-align: center;
  background: #FACA7800;
  border: 1px solid #C3C3C3;
  border-radius: 50px;
  color: #5C4F3D;
  font: normal normal normal 0.833vw/1.041vw AdobeCleanRegular;
  padding: 0 20px;
}

.at-size li {
  margin: 0 5px;
}

/*.at-size li:first-child p {
  background: #FACA788D;
  border: 1px solid #116333;
  color: #116333;
  font: normal normal bold 0.833vw/1.041vw AdobeCleanBold;
}*/

.at-size li:hover p {
  background: #FACA788D;
  border: 1px solid #116333;
  color: #116333;
  font: normal normal bold 0.833vw/1.041vw AdobeCleanBold;
}

.at-size li.active p {
  background: #FACA788D;
  border: 1px solid #116333;
  color: #116333;
  font: normal normal bold 0.833vw/1.041vw AdobeCleanBold;
}

.all-desk {
  display: block;
  z-index: 5;
  position: relative;
}

/* Single all products */


.single_same_products {
  text-align: center;
/*   padding: 0px 28%; */
  margin-top: 2%;
}

.single_same_products ul {
  display: flex;
  justify-content: center;
  padding: 0 5%;
}

.single_same_products .products .product_type_simple {
  display: none;
}

.single_same_products .product {
  width: auto !important;
  float: none !important;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
  flex: 1;
  overflow: hidden;
}

.single_same_products .product img {
  width: 4.89vw;
  height: 4.89vw;
}


.single-flavour {
  margin: 0;
  opacity: 1;
  font: normal normal normal 0.625vw/0.78vw AdobeCleanRegular;
  color: #D53D3D;
  text-transform: capitalize;
  font-size: 12px !important;
  width: 95%;
  margin: auto;
  position: relative;
  bottom: -150px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.single_same_products .products li {
	overflow: hidden;
	width: 94px;
	margin: 0 10px;
}

.single_same_products .products li:hover .single-flavour {
	bottom: 0;
}

.single_line {
  text-align: center;
  padding: 15px 20% 0;
}

.choose-flavour {
	margin-bottom: 30px;
    font: normal normal bold 0.72vw/0.885vw AdobeCleanBold;
    text-transform: uppercase;
    color: #523F20;
}

/* Ingredients */

.ingredients {
  padding: 0 19%;
  text-align: center;
  margin-top: 4.3%;
}

.ingredients h3 {
	font: normal normal bold 1.041vw/1.302vw Fraunces_144pt_Soft-Bold;
	color: #523F20;
	margin-bottom: 5px;
}

.in-text {
	margin-top: 0;
	font: normal normal normal 0.9375vw/1.5625vw AdobeCleanRegular;
	color: #523F20;
	text-transform: capitalize;
}

/* Single nutrions */

.nutrition_facts_fields p,
.nutritions_bottom p {
  margin: 0;
 /* padding: 10px 0;*/
 padding: 0;
}

.nutrition_facts_fields,
.nutritions_bottom {
    padding: 0px 19.5%;
}

.nutrition_facts_fields {
	margin-top: 4.3%;
	color: #523F20;
}

.n_f_top .utrition-item {
	font: normal normal normal 0.9375vw/1.875vw AdobeCleanRegular;
}

.n_f_top .utrition-item:first-of-type {
	font: normal normal bold 0.9375vw/1.302vw Fraunces_144pt_Soft-Bold;
	margin-bottom: 1%;
}

.n_f_top .utrition-item .nutrition-field:last-of-type {
	font: normal normal normal 0.9375vw/1.875vw AdobeCleanBold;
}

.nutrition_facts_fields .utrition-item li {
  display: flex;
  justify-content: space-between;
}

.nutrition_facts_fields .utrition-item li .nutrition-field {
  width: 33.333%;
}

.nutrition_facts_fields .utrition-item li .nutrition-field:nth-child(2) {
  display: flex;
    justify-content: space-between;
    width: 47%;
}

.nut-light p {
  font: normal normal normal 0.9375vw/1.875vw AdobeCleanRegular;
}

.nutrition_facts_fields .utrition-item li .nutrition-field:nth-child(3) {
  text-align: right;
}

/* nutritions bottom*/

.nutritions_bottom {
	color: #523F20;
}

.nutritions_bottom .nutrition-itemL,
.nutritions_bottom .nutrition-itemR {
	font: normal normal normal 0.9375vw/1.875vw AdobeCleanRegular;
}

.nutritions_bottom .nutrition-itemL .nutrition-field:last-of-type,
.nutritions_bottom .nutrition-itemR .nutrition-field:last-of-type {
	font: normal normal normal 0.9375vw/1.875vw AdobeCleanBold;
}

.nutritions_bottom .n_left,
.nutritions_bottom .n_right {
  width: 50%;
}

.nutritions_bottom ul li {
  display: flex;
  justify-content: space-between;
}

.n_right {
  padding: 2.4% 3%;
  border-left: 1px solid #ccc;
}


.nutrition_facts_fields .n_f_top {
  border: 1px solid #ccc;
}

.nutrition_facts_fields .n_f_top,
.n_left {
    padding: 2.4% 3%;
}

.nutritions_bottom .n_f_bottom {
  border: 1px solid #ccc;
  border-top: none;
}

/* Related products */

.main-related-products {
  padding: 5.5% 14.218% 7.5%;
}


#related-product {
  padding: 0 7%;
  margin-top: 2.8%;
}

.related-line {
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.related-line img {
    width: 37%;
}

.related-line h1 {
  color: #D53D3D;
  font: normal normal bold 2.083vw/2.5vw Fraunces_144pt_Soft-Bold;
}

#related-product .woocommerce-loop-product__title {
  opacity: 1;
  color: #523F20;
  font: normal normal normal 0.9375vw/1.25vw AdobeCleanRegular;
  font-size: 18px !important;
  padding: 0 17%;
  margin: auto;
  bottom: 0;
}

#related-product .product a:hover .woocommerce-loop-product__title {
	color: #D53D3D;
}

#related-product .product a:hover img {
	transform: scale(1.1);
}

#related-product .button {
  display: none;
}

#related-product img {
  max-width: 12.708vw;
  height: 12.708vw;
  margin: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#related-product li {
  margin: 0 !important;
}

#related-product .owl-next span, 
#related-product .owl-prev span {
    font-size: 0;
}

#related-product .owl-next span::before, 
#related-product .owl-prev span::before {
    width: 2.60vw;
    height: 2.60vw;
    line-height: 2.70vw;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029 !important;
    display: inline-block;
    background: #fff;
    font-size: 0.937vw;
    font-weight: 500;
    color: #523F20;
}

#related-product .owl-prev span::before {
    content: '\f053';
    font-family: "font awesome 5 pro";
    box-shadow: none;
}

#related-product .owl-next span::before {
    content: '\f054';
    font-family: "font awesome 5 pro";
    box-shadow: none;
}

#related-product .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#related-product .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-related-products .owl-nav [class*=owl-]:hover {
    background: transparent;
}

/* Recipes */

.recipes-page .wave-anime {
  bottom: 0;
}

.recipes-page {
  background: #F5F2ED;
  padding-top: 4.7%;
}

.recipes-page-wrap {
  padding: 0px 14.218%;
}

.top-baner {
  position: relative;
  overflow: hidden;
  background-color: #f5f2ed;
}

.top-baner .wave-start {
	position: absolute;
	bottom: 0;
}

.top-b-description {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-b-description h1 {
  color: #FCC059;
  text-transform: capitalize;
  font: normal normal bold 3.125vw/2.708vw Fraunces_144pt_Soft-Bold;
  margin-bottom: 3.8%;
  margin-top: 0;
}

.top-b-description p {
  color: #fff;
  font: normal normal normal 0.9375vw/1.458vw AdobeCleanRegular;
  width: 70%;
  margin: auto;
}

.recipes-page .page-banner::after {
  content: '';
  background: #17110A;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#f_recipes .owl-stage-outer {
 	border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}


#f_recipes {
  position: relative;
}

#f_recipes, #f_recipes1 {
	width: 50%;
}

#f_recipes1 {
	padding: 5px 50px;
	background: #F0E4D1;
	border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

#f_recipes .slick-dots,
#f_recipes1 .slick-dots {
  position: static;
    display: flex;
    font-size: 0;
    margin: 40px auto 0;
    width: 20%;
    justify-content: center;
}


#f_recipes .owl-nav,
#f_recipes1 .owl-nav {
  display: none;
}

#f_recipes .owl-dots {
	display: none;
}

#f_recipes .slick-dots button,
#f_recipes1 .slick-dots button {
  width: 15px;
  height: 15px;
  border: 1px solid #116333;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

#f_recipes .slick-dots .slick-active button,
#f_recipes1 .slick-dots .slick-active button {
  background: #116333;
}

.f-r-img,
.f-r-description {
  /*width: 50%;*/
  width: 100%;
}

#f_recipes1::after {
  content: 'Featured';
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%);
  font: normal normal bold 0.781vw/1.25vw AdobeCleanBold;
  letter-spacing: 0.15px;
  color: #523F20;
  text-transform: uppercase;
}

#f_recipes1::before {
    content: '';
    background: #523F20;
    border: none;
    width: 3.22vw;
    height: 2px;
    display: block;
    opacity: 1;
    margin: auto;
    margin-top: 3px;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%);
    z-index: 5;
}

.f-r-img img {
  width: 100%;
  height: 28.33vw;
  object-fit: cover;
}

.f-r-description a {
  height: 100%;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  text-align: center;
  background: #F0E4D1;
}

.f-r-description h1 {
  color: #D53D3D;
  font: normal normal bold 2.343vw Fraunces_144pt_Soft-Bold;
  bottom: 0;
  margin: 0 auto;
}

.f-r-description .f-recipes {
    font: normal normal bold 0.781vw/1.25vw AdobeCleanBold;
    letter-spacing: 0.15px;
    color: #523F20;
    text-transform: uppercase;
    margin: 13% auto 10%;
    font-size: 0;
}



.f-r-description p {
  width: 26.510vw;
  color: #523F20;
  font: normal normal normal 0.93vw/1.458vw AdobeCleanRegular;
  margin: 1vw auto 0;
}

.f-r-description span {
  min-width: 7.916vw;
  height: 3.125vw;
  font: normal normal bold 0.83vw/1.45vw AdobeCleanRegular;
  line-height: 3.125vw;
  background: #FCC059;
  border-radius: 29px;
  display: inline-block;
  color: #116333;
  margin-top: 7%;
   -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


.main-recipes-img {
    height: 12.34vw;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.main-recipes-img img {
  width: 100%;
  height: 105%;
  object-fit: cover;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
   transition: all .5s;
}

.main-recipes-description {
    background: #F0E4D1;
    text-align: center;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.main-recipes-description h3 {
    margin: 0;
    color: #523F20;
    text-transform: capitalize;
    padding: 8.6% 5%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font: normal normal bold 1.041vw/1.302vw Fraunces_144pt_Soft-Bold;
    min-height: 5.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-recipes {
    padding: 3% 0 9.5%;
}

.all-recipes ul {
  margin-left: -25px;
}

.all-recipes ul li {
  width: 25%;
  padding-left: 25px;
  padding-top: 19px;
    padding-bottom: 19px;
}

.all-recipes ul li:hover h3 {
	color: #D53D3D;
}

.all-recipes ul li:hover img {
	transform: scale(1.1);
}

/* Recipes result */

.filter-offers {
    padding: 3.8% 14.218% 2.7%;
}

.recipes-page .page-banner {
  margin-bottom: -40px;
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.recipes-result .page-banner {
    height: 589px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(../images/Top-banner-image-min1-1.png);
}


.filter-offers .searchandfilter ul {
  display: flex;
  align-items: center;
}

.filter-offers .searchandfilter ul li {
    margin-right: 12px;
}

.filter-offers .sf-field-search input {
  width: 421px;
  height: 60px;
  background: #FEFEFD;
  border: 1px solid #C3C3C3;
  border-radius: 35px;
  padding: 0 26px;
}

.searchandfilter ul li label {
  position: relative;
}

.searchandfilter ul .sf-field-search label::after {
  content: '\f054';
    font-family: "font awesome 5 pro";
    font-size: 13px;
    color: #707070;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 26px;
}


.filter-offers .sf-field-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5C4F3D;
  opacity: 0.5;
  font: normal normal normal 0.9375vw/1.145vw AdobeCleanRegular;
}
.filter-offers .sf-field-search input::-moz-placeholder { /* Firefox 19+ */
  color: #5C4F3D;
  opacity: 0.5;
  font: normal normal normal 0.9375vw/1.145vw AdobeCleanRegular;
}
.filter-offers .sf-field-search input:-ms-input-placeholder { /* IE 10+ */
  color: #5C4F3D; 
  opacity: 0.5;
  font: normal normal normal 0.9375vw/1.145vw AdobeCleanRegular;
}
.filter-offers .sf-field-search input:-moz-placeholder { /* Firefox 18- */
  color: #5C4F3D;
  opacity: 0.5;
  font: normal normal normal 0.9375vw/1.145vw AdobeCleanRegular;
}

.filter-offers .searchandfilter select.sf-input-select {
	font: normal normal bold 0.833vw/1.041vw AdobeCleanBold;
    width: 198px;
    height: 60px;
    background: #FEFEFD;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 35px;
    border: none;
    color: #5C4F3D;
    opacity: 1;
    padding-left: 30px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='darkbrown' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center right 15px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.recipes-link,
.back-to-all-recipes {
  min-width: 8.802vw;
  height: 3.125vw;
  line-height: 3.17vw !important;
  background: #FCC059;
  border-radius: 35px;
  color: #116333;
  text-align: center;
  font: normal normal bold 0.83vw/1.45vw AdobeCleanRegular;
  display: inline-block;
}

.recipes-result .content-offers {
  padding: 3% 14.218%;
}


/* Single recipes */

.single-recipes {
  background: #F5F2ED;
}

.single-recipes-img,
.single-recipes-description {
  width: 50%;
}

.single-recipes-img {
	height: 100vh;
    position: sticky;
    top: 0;
}

.author {
	font: normal normal normal 0.833vw/1.041vw AdobeCleanRegular;
	color: #523F20;
	text-transform: capitalize;
}

.single-recipes h1 {
	font: normal normal bold 2.404vw/2.804vw Fraunces_144pt_Soft-Bold;
	color: #D53D3D;
	text-transform: capitalize;
	margin-top: 12.7%;
	margin-bottom: 0;
}

.author span {
	font: normal normal bold 0.833vw/1.041vw AdobeCleanBold;
}

.single-recipes p {
	font: normal normal normal 0.9375vw/1.51vw AdobeCleanRegular;
	color: #523F20;
}

.single-recipes .single-ingredients h3,
.single-recipes .single-instructions h3 {
	font: normal normal bold 1.302vw/2.604vw Fraunces_144pt_Soft-Bold;
	color: #523F20;
	text-transform: capitalize;
	margin-bottom: 2%;

}

.single-recipes-img img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.single-recipes-description {
  padding-right: 14.218%;
  padding-left: 10.3%;
  padding-top: 8.2%;
}

.social {
  display: flex;
  justify-content: space-between;
}

.wplogout-social-wrapper {
  display: flex;
  align-items: center;
}

.wplogout-social-wrapper ul {
  display: flex;
  align-items: center;
}

.share-text {
  font: normal normal normal 0.9375vw/1.51vw AdobeCleanRegular;
  color: #523F20;
  margin-right: 0.2vw;
}

.single-time-portions {
  padding-top: 5%;
}

.single-time-portions ul {
  display: flex;
}

.wplogout-social-wrapper li {
  margin: 0 0.4vw;
}

.wplogout-social-wrapper a {
  font-size: 0.729vw;
  color: #523F20;
}

.single-time-portions ul li {
  min-width: 8.333vw;
  height: 3.125vw;
  line-height: 3.125vw !important;
  background: #F0E4D1;
  border-radius: 50px;
  color: #523F20;
  text-align: center;
  margin-right: 12.5px;
  font: normal normal normal 0.9375vw/1.1458vw AdobeCleanRegular;
  position: relative;
}

.single-time-portions ul li:last-child {
	padding-left: 15px;
}

.single-time-portions ul li img {
	position: absolute;
	left: 11%;
    top: 30%;
}

.single-ingredients {
  padding-top: 5%;
}

.single-ingredients ul li {
  padding-bottom: 1%;
  color: #523F20;
  font: normal normal normal 0.9375vw/1.51vw AdobeCleanRegular;
}

.single-instructions {
  padding-top: 7%;
}

.single-instructions ul {
  padding-bottom: 4%;
}

.single-instructions ul:last-child {
  padding-bottom: 0;
}

.single-instructions ul li {
  color: #523F20;
  font: normal normal normal 0.9375vw/1.51vw AdobeCleanRegular;
  margin-bottom: 1%;

}

.single-more-recipes {
    background: #F5F2ED;
    z-index: 20;
    margin-top: 50px;
    position: relative;
    padding-top: 50px;
    padding: 0px 14.218%;
}

.more-recipes-line {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10.2% 0 6.2%;
}


.single-more-recipes h1 {
	margin: 0;
	font: normal normal bold 2.083vw/2.5vw Fraunces_144pt_Soft-Bold;
}

.more-recipes-line img {
	width: 38%;
}

#single_more_recipes {
	padding-bottom: 11.2%;
}

#single_more_recipes h3 {
	font: normal normal bold 1.041vw/1.302vw Fraunces_144pt_Soft-Bold;
}

#single_more_recipes .main-recipes-wrap:hover img {
	transform: scale(1.1);
}

#single_more_recipes .main-recipes-wrap:hover h3 {
	color: #D53D3D;
}


/* Recipes form */

.back-to-recipes {
	position: absolute;
    top: 7%;
    left: 14%;
    color: #fff;
    display: flex;
    align-items: center;
    font: normal normal bold 0.937vw/1.0416vw AdobeCleanBold;
}

.back-to-recipes i {
  margin-right: 10px;
}

.recipes-main-form {
  position: relative;
  background-image: url(../images/recipe-background-min.png);
  background-size: cover;
  margin-top: 4.7%;
}

#gform_wrapper_3 {
   padding: 2.4% 19.3%;
}

#gform_wrapper_3 input,
#gform_wrapper_3 textarea {
  padding-left: 20px;
}

#gform_wrapper_3 textarea {
    padding-top: 15px;
}


#gform_fields_3 {
  position: relative;
  width: 100%;
  height: 781px;
  margin: auto;
}

#gform_fields_3::after {
    content: '';
    width: 1px;
    height: 88%;
    background: #beb29d;
    position: absolute;
    left: 40%;
}

#field_3_1,
#field_3_2,
#field_3_3 {
   width: 35%;
}

#field_3_1 input,
#field_3_2 input,
#field_3_3 input {
  height: 2.86vw;
  background: #FDFDFC;
  border: 1px solid #BFBAB9;
  border-radius: 5px;
  color: #523F20;
  font: normal normal normal 0.9375vw/1.45vw AdobeCleanRegular;
}

#gform_wrapper_3 textarea {
	font: normal normal normal 0.9375vw/1.45vw AdobeCleanRegular;
}

#gform_fields_3 input::-webkit-input-placeholder,
#gform_fields_3 textarea::-webkit-input-placeholder {
	color: #523F20;
	opacity: 0.5;
}

#gform_fields_3 input::-moz-placeholder,
#gform_fields_3 textarea::-moz-placeholder {
	color: #523F20;
	opacity: 0.5;
}

#gform_fields_3 input:-ms-input-placeholder,
#gform_fields_3 textarea:-ms-input-placeholder {
	color: #523F20;
	opacity: 0.5;
}

#gform_fields_3 input:-moz-placeholder,
#gform_fields_3 textarea:-moz-placeholder {
	color: #523F20;
	opacity: 0.5;
}

#field_3_1 {
    padding-top: 7%;
}

#field_3_1 .gfield_label,
#field_3_4 .gfield_label,
#field_3_5 .gfield_label,
#field_3_6 .gfield_label,
#field_3_7 .gfield_label {
	font: normal normal bold 0.937vw/1.458vw AdobeCleanBold;
	color: #523F20;
}


#field_3_2 {
  position: absolute;
  top: 22.3%;
}

#field_3_3 {
  position: absolute;
  top: 30.5%;
}


#field_3_4 {
  position: absolute;
    right: 28%;
    width: 26.8%;
}

#field_3_5 {
  position: absolute;
    right: 0;
    width: 26.8%;
}


#field_3_4 input,
#field_3_5 input {
  height: 2.864vw;
  background: #FDFDFC;
  border: 1px solid #BFBAB9;
  border-radius: 5px;
  color: #523F20;
  font: normal normal normal 0.937vw AdobeCleanRegular;
}



#field_3_6 {
  position: absolute;
    right: 0;
    width: 55%;
    top: 13.5%;
    display: flex;
    flex-direction: column;
}

#field_3_6 label {
  order: 1;
  color: #523F20;
  margin-bottom: 0;
}

#field_3_6 .gfield_description {
  order: 2;
  padding: 0;
  color: #523F20;
  font: normal normal normal 0.78vw AdobeCleanRegular;
}

#field_3_6 .ginput_container {
  order: 3;
}

#field_3_6 textarea {
  height: 180px;
  border: 1px solid #BFBAB9;
  border-radius: 5px;
  margin-top: 10px;
}

/**/

#field_3_7 {
    position: absolute;
    right: 0;
    width: 55%;
    top: 46%;
    display: flex;
    flex-direction: column;
}

#field_3_7 label {
  order: 1;
  color: #523F20;
  margin-bottom: 0;
}

#field_3_7 .gfield_description {
  order: 2;
  padding: 0;
  color: #523F20;
  font: normal normal normal 0.78vw AdobeCleanRegular;
}

#field_3_7 .ginput_container {
  order: 3;
}

#field_3_7 textarea {
  height: 115px;
}

#field_3_7 textarea {
  height: 180px;
  border: 1px solid #BFBAB9;
  border-radius: 5px;
  margin-top: 10px;
}

#gform_wrapper_3 form {
  background: #F5F2ED;
  padding: 48px 55px;
  position: relative;
  height: 781px;
  border-radius: 12px;
}

#gform_wrapper_3 form .validation_message,
#gform_wrapper_3 form .gfield_required {
  display: none;
}

#gform_wrapper_3 form .gfield_required {
  display: inline;
}

#gform_confirmation_message_3 {
  padding: 100px 0;
  text-align: center;
  color: #fff;
  align-items: center;
  font: normal normal bold 0.937vw/1.0416vw AdobeCleanBold;
}

/* */

#field_3_8 {
  position: absolute;
  bottom: 0;
}

#gform_wrapper_3 .gform_footer {
    bottom: 7.5%;
    right: 4.4%;
    text-align: right;
    position: absolute;
}

#gform_wrapper_3 .gform_footer input {
  min-width: 9.0625vw;
  height:2.864vw;
  margin: 0;
  padding: 0;
  background: #FCC059;
  border-radius: 35px;
  border: none;
  color: #116333;
  font: normal normal bold 0.833vw/1.0416vw AdobeCleanBold;
}

#gform_drag_drop_area_3_8 {
  padding: 0;
  border: none;
  text-align: center;
  margin: 0;
  background: transparent;
  border-radius: inherit;
}

#gform_browse_button_3_8 {
  background: transparent;
  border: none;
  font: normal normal bold 0.833vw/1.0416vw AdobeCleanBold;
   color: #116333;
   height: 2.864vw;
   position: relative;
   display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 9.0625vw;
    background: #FCC059;
    border-radius: 35px;
}

#gform_drag_drop_area_3_8 .gform_drop_instructions {
  display: none;
}

#gform_browse_button_3_8::before {
  content: '\f03e';
  font-family: "font awesome 5 pro";
  font-weight: 300;
  font-size: 15px;
  margin-right: 5px;
}

#gform_preview_3_8 {
  position: absolute;
  display: flex;
  min-width: 317px;
  left: 0;
  flex-direction: column;
}

#gform_preview_3_8 .ginput_preview {
  margin: 0;
  font-size: 11px;
  font-family: 'AdobeCleanRegular';
  padding-top: 5px;
}

#gform_preview_3_8 .gform_delete_file {
  padding: 0;
}

#gform_preview_3_8 .dashicons {
  font-size: 18px;
}

/* */


#field_3_8 {
    position: absolute;
    bottom: 15.6%;
    right: 17%;
}

#gform_delete_file:hover {
  background: transparent !important;
}

#field_3_8 .gform_fileupload_rules {
  display: none;
}

#field_3_8 #input_3_8 {
	background-image: url(../images/upload-btn.png);
    background-size: cover;
    min-width: 9.4vw;
    height: 3.4vw;
    position: relative;
    font-size: 0;
    padding: 0;
    border: none;
    margin: 0;
    background-repeat: no-repeat;
}

#field_3_8 #input_3_8::-webkit-file-upload-button {
   display: none;
}

/* */

#field_3_9 {
    position: absolute;
    bottom: 14%;
    width: 33%;
    font: normal normal normal 0.729vw/1.145vw AdobeCleanRegular;
}

/* */

#field_3_10 {
  position: absolute;
  top: 0;
  color: #D53D3D;
  font: normal normal bold 1.666vw Fraunces_144pt_Soft-Bold;
}


/* About us */

.about-us {
  background: #F5F2ED;
  padding-top: 4.7%;
}

.about-us p {
  margin: 0;
  font: normal normal normal 0.927vw/1.458vw AdobeCleanRegular;
  color: #523F20;
  padding-top: 0;
}

.about-section-first {
  position: relative;
}

.about-section-first .a-left {
	padding-left: 17.5%;
  padding-top: 8.2%;
  width: 50%;
  position: relative;
}

.flower {
  position: absolute;
  left: 4.5%;
  top: 6%;
}

.about-section-first .a-left div {
  width: 100%;
  padding-right: 20%;
}


.about-section-first .a-left h1 {
  color: #D53D3D;
  font: normal normal bold 3.645vw/4.062vw Fraunces_144pt_Soft-Bold;
  margin: 0;
  padding-bottom: 7%;
}

.about-section-first .a-right {
    width: 50%;
    height: 503px;
    padding-left: 5%;
}

/**/

.about-section-second {
	padding-top: 5.5%;
}

.about-section-second .a-right {
	width: 43%;
    padding-left: 4.2%;
    margin-top: -1.3%;
}

.about-section-second .a-right p {
	padding-top: 0;
}

.about-section-second .a-left {
  width: 57%;
  height: 422px;
}

.about-section-second .a-right {
  width: 43%;
  padding-left: 4.1%;
}

.about-section-second .a-right h1,
.about-section-second .a-right h2,
.about-section-second .a-right h3,
.about-section-second .a-right h4,
.about-section-third .a-left h1,
.about-section-third .a-left h1,
.about-section-third .a-left h3,
.about-section-third .a-left h4 {
  color: #D53D3D;
  font: normal normal bold 1.562vw/2.916vw Fraunces_144pt_Soft-Bold;
  margin-top: 0;
  margin-bottom: 1%;
}

.about-section-second .a-right div {
  width: 60%;
}

/**/

.about-section-third {
	padding-top: 4%;
}

.about-section-third .a-left {
    padding-left: 17.5%;
    width: 50%;
    margin-top: -0.4%;
}

.about-section-third .a-left div {
  width: 100%;
  padding-right: 11%;
}

.about-section-third .a-right {
    width: 50%;
    margin-top: -1%;
}

.about-section-third .a-right div {
    width: 66%;
    padding-left: 2%;
    margin-top: 0.5%;
}

.flexslider-1 {
   padding: 8.5% 0 0;
}


.flexslider-1 img {
  width: 100% !important;
  height: 42.70vw !important;
  object-fit: cover;
}

.flexslider-1 .flex-direction-nav a {
    margin: 0;
}

.flexslider-1 .flex-direction-nav {
    position: absolute;
    bottom: 6.4vw;
    z-index: 5;
    right: 14.218%;
    width: 5.520vw;
}

.slider-count {
    position: absolute;
    bottom: 4.5vw;
    right: 26%;
    z-index: 5;
    color: #FFFFFFBF;
    font: normal normal normal 0.937vw/1.4586vw AdobeCleanRegular;
}

.slider-count span {
  text-shadow: 0px 3px 6px #00000033;
  color: #FFFFFFBF;
}


.slider-count .slider-item-current {
  color: #FFFFFF;
}

.flexslider-1 .flex-direction-nav .flex-prev {
    left: 0;
    font-size: 0;
    opacity: 1;
}

.flexslider-1 .flex-direction-nav a {
    width: 2.55vw;
    height: 2.55vw;
    background: #F5F2ED52 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexslider-1 .flex-direction-nav .flex-next {
    right: 0;
    opacity: 1;
    margin-left: 7px;
}

.flexslider-1 .flex-direction-nav a.flex-next:before {
    font-size: 13px !important;
}

.flexslider-1 .flex-direction-nav a.flex-next:before {
    font-size: 13px !important;
}

.flexslider-1 .flex-control-nav {
    display: flex !important;
    justify-content: center;
    width: 4.6875vw;
    right: 20.5%;
    bottom: 10%;
}




.flexslider-1 .flex-control-paging li a {
  width: 100%;
  height: 2px;
  border-radius: 0;
  background: #F5F2ED;
  opacity: 0.2;
}

.flexslider-1 .flex-control-paging li a.flex-active {
  background: #fff;
  opacity: 1;
  position: absolute;
}

.flexslider-1.flex-control-nav li {
  flex: 1;
  margin: 0;

  position: absolute;
  width: 100%;
}

.flexslider-1 .flex-control-nav li a.flex-active {
	-webkit-animation:linear infinite alternate;
	-webkit-animation-name: run;
	-webkit-animation-duration: 5s;
}

    
@-webkit-keyframes run {
    0% { width: 0;}
    /*50%{ width : 100%;}*/
    100%{ width: 100%;}
}




.flexslider-1 .flex-control-nav li {
    flex: 1;
    margin: 0;
    position: absolute;
    width: 100%;
}

.flexslider-1 .flex-control-paging li a {
    width: 100%;
    height: 2px;
    border-radius: 0;
    background: #F5F2ED;
    opacity: 0.5;
}

.flexslider-1 .flex-control-paging li a.flex-active {
    background: #fff;
    opacity: 1;
}

.flexslider-1 .slider-shaddow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
}


.about-last-section {
	padding: 7.3% 14.218% 6.5%;
}

.about-last-section .about-list li {
  width: 29%;
  text-align: center;
}

.about-last-section .about-list li:nth-child(2) {

}

.about-last-section .a-description h2 {
	font: normal normal bold 1.56vw/3.22vw Fraunces_144pt_Soft-Bold;
	color: #D53D3D;
	margin-bottom: 0;
}

.about-last-section .a-description p {
	padding: 0px 4px;
}

/* Contact */

.contact {
  padding-top: 4.7%;
  background: #F5F2ED;
}

.contact .c-left,
.contact .c-right {
  width: 50%;
}

.contact .c-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -200px 0px;
}

.contact .c-right .c-right-wrap {
  padding: 115px 140px;
}

.contact .c-right h1 {
  color: #D53D3D;
  font: normal normal bold 2.864vw/4.270vw Fraunces_144pt_Soft-Bold;
  margin: 0;
}

.contact .c-right p {
  color: #523F20;
  font: normal normal normal 0.9375vw/1.4583vw AdobeCleanRegular;
  margin: 0;
  width: 84%;
}

.contact .c-right ul {
    padding: 6% 0 7.3%;
}

.contact .c-right ul li span {
  display: block;
  color: #564325;
  text-transform: uppercase;
  font: normal normal bold 0.729vw/1.354vw AdobeCleanBold;
}

.contact .c-right ul li {
    padding-right: 8.7%;
    width: 50%;
    padding-bottom: 10px;
}

.contact .c-right ul li:last-child {
	padding-right: 0;
}

.contact .c-right ul li a {
  color: #584628;
  font: normal normal normal 0.937vw/1.354vw AdobeCleanRegular;
}

.contact .c-right input {
  background: #FDFDFC 0% 0%;
  border: 1px solid #BFBAB9;
  border-radius: 5px;
  height: 55px;
  padding: 0 20px !important;
  font: normal normal normal 0.937vw/1.458vw AdobeCleanRegular;
      -webkit-appearance: none;
}

.contact .c-right textarea {
  height: 7.4vw !important;
  background: #FDFDFC;
  border: 1px solid #BFBAB9;
  border-radius: 5px;
  padding: 15px 20px !important;
  font: normal normal normal 0.937vw/1.458vw AdobeCleanRegular;
      -webkit-appearance: none;
}

#gform_fields_5 {
	grid-row-gap: 13px;
}

.contact .c-right #gform_submit_button_5 {
  min-width: 8.802vw;
  height: 3.125vw;
  background: #FCC059;
  border-radius: 35px;
  color: #116333;
  font: normal normal bold 0.833vw/1.041vw AdobeCleanBold;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.contact .c-right .gform_footer {
  padding-bottom: 0 !important;
}

.contact .c-right select {
  height: 55px;
  background: #FDFDFC 0% 0%;
  border: 1px solid #BFBAB9;
  border-radius: 5px;
  color: #523F20;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center right 15px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.contact .c-right input::-webkit-input-placeholder,
.contact .c-right textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #523F20;
  opacity: 0.5;
    font: normal normal normal 0.937vw/1.458vw AdobeCleanRegular;
}
.contact .c-right input::-moz-placeholder,
.contact .c-right textarea::-moz-placeholder { /* Firefox 19+ */
  color: #523F20;
  opacity: 0.5;
    font: normal normal normal 0.937vw/1.458vw AdobeCleanRegular;
}
.contact .c-right input:-ms-input-placeholder,
.contact .c-right textarea:-ms-input-placeholder  { /* IE 10+ */
    color: #5C4F3D; 
    opacity: 0.5;
}
.contact .c-right input:-moz-placeholder,
.contact .c-right textarea:-moz-placeholder { /* Firefox 18- */
  color: #523F20;
  opacity: 0.5;
  font: normal normal normal 0.937vw/1.458vw AdobeCleanRegular;
}

.contact #input_5_4 {
	font: normal normal normal 0.937vw/1.458vw AdobeCleanRegular;
	padding-left: 20px;
  color: #a69e90;
  background-color: #FDFDFC;
}


/* Login page */


.woocommerce-account .container {
	background: #F5F2ED;
    padding: 7vw 14.218% 7vw;
}

.woocommerce-account .container .woocommerce-MyAccount-navigation,
.woocommerce-account .container .woocommerce-MyAccount-content {
	float: none;
}

.woocommerce-account .container .woocommerce {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4vw;
}

.woocommerce-account .container h1 {
	text-align: center;
	font: normal normal bold 3.125vw/2.916vw Fraunces_144pt_Soft-Bold;
    color: #D53D3D;
    margin: 0;
}


.woocommerce-account .container .woocommerce-MyAccount-navigation li a::before {
	display: none;
}

.woocommerce-account .container .woocommerce-MyAccount-navigation li a {
	font: normal normal normal 0.9vw/1.25vw AdobeCleanRegular;
    letter-spacing: 0.15px;
    color: #523F20;
    text-transform: uppercase;
}


.woocommerce-account .container .woocommerce-MyAccount-navigation li {
	margin-bottom: 7px;
}

.woocommerce-account .container .woocommerce-MyAccount-content {
	font: normal normal normal 1vw/1.25vw AdobeCleanRegular;
    letter-spacing: 0.15px;
    color: #523F20;
}

.woocommerce-account .container .woocommerce-MyAccount-content a {
	color: #D53D3D;
}

.woocommerce-Address-title,
.woocommerce-Address-title {
	position: static;
	background: transparent;
	box-shadow: none;
}

.woocommerce-account .container .woocommerce-MyAccount-content h3 {
	margin-top: 0;
}

.woocommerce-account .woocommerce input,
.woocommerce-account .woocommerce select {
	height: 2.864vw !important;
    background: #FDFDFC;
    border: 1px solid #BFBAB9 !important;
    border-radius: 5px;
    color: #523F20;
    font: normal normal normal 0.937vw AdobeCleanRegular;
    padding: 0 10px !important;
}
.woocommerce-account .woocommerce label {
	margin-bottom: 10px;
}

.woocommerce-address-fields .button,
.woocommerce-form-login__submit,
.woocommerce-EditAccountForm .woocommerce-Button.button {
	min-width: 9.0625vw;
    height: 2.864vw !important;
    margin: 0;
    padding: 0;
    background: #FCC059 !important;
    border-radius: 35px;
    border: none;
    color: #116333 !important;
    font: normal normal bold 0.833vw/1.0416vw AdobeCleanBold;
}

.woocommerce-account .woocommerce h2 {
	color: #D53D3D;
	width: 100%;
	font: normal normal bold 2.125vw/2.916vw Fraunces_144pt_Soft-Bold;
	margin-bottom: 0;
}

.woocommerce-form.woocommerce-form-login.login {
	width: 50%;
    color: #523F20;
    font: normal normal normal 0.9375vw/1.45vw AdobeCleanRegular;
}

.woocommerce-form-login__rememberme {
	display: flex !important;
	align-items: center;
}

.woocommerce-form.woocommerce-form-login.login a {
	color: #D53D3D;
}

table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
	background-color: #ede7de !important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #ede7de !important;
    color: #523F20 !important;
}


/* News updates */


.news-updates {
	padding: 11vw 14.218% 7.864vw;
	background: #F5F2ED;
}

.news-updates .cat-line {
  padding: 0 0 4vw;
}

.news-updates h1 {
  font: normal normal bold 3.125vw/2.916vw Fraunces_144pt_Soft-Bold;
  color: #D53D3D;
  margin: 0;
}

.news-wrap {
	margin-left: -1.77vw;
}


.news-wrap .blog-wrap {
	padding-left: 1.77vw;
	padding-top: 1.77vw;
	width: 25%;
}

.blog-update-img {
	height: 11.093vw;
	display: block;
}

.blog-update-img img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    object-fit: cover;
}

.blog-update-description {
	background: #FDFDFC;
	display: block;
	padding: 1.041vw 1.197vw;
	border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.blog-update-description .date {
	margin: 0;
	color: #A99F8F;
	font: normal normal normal 0.625vw/1.25vw AdobeCleanRegular;
}

.blog-update-description h1 {
  margin: 2px 0;
	color: #523F20;
	font: normal normal bold 1.041vw/1.302vw Fraunces_144pt_Soft-Bold;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news-wrap .blog-wrap:hover h1 {
  color: #D62020;
}

.blog-update-description p {
	color: #523F20;
	font: normal normal normal 0.78vw/1.145vw AdobeCleanRegular;
	margin: 3px 0;
}

/* Single news */

.single-news-page {
	background: #F5F2ED;
	padding: 4.7% 14.218% 4.7%;
}

.single-news-page .single-img-blog {
	height: 28.59vw;
}

.single-news-page .single-img-blog img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.single-blog-date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #707070;
	padding: 1.462vw 0;
}

.single-blog-date p {
	margin: 0;
}

.single-blog-date .s-date {
	color: #523F20;
	text-transform: capitalize;
	font: normal normal normal 0.833vw/1.041vw AdobeCleanRegular;
}

.s-social .share-text {
	font: normal normal normal 0.833vw/1.041vw AdobeCleanRegular;
}

.single-blog-description .sb-left {
	width: 66.666%;
}

.single-blog-description .sb-right {
	width: 33.333%;
	padding-left: 5.625vw;
}

.single-blog-description .sb-left img {
	width: 100%;
	height: 26.875vw;
	border-radius: 8px !important;
	object-fit: cover;
}

.single-blog-description .entry-content a {
	display: flex;
}

.single-blog-description .entry-content .more-img {
	width: 4.843vw;
	height: 3.854vw;
	min-width: 93px;
}

.single-blog-description .entry-content .more-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.single-blog-description {
  padding-top: 2vw;
}

.single-blog-description h1 {
  color: #433722;
  font: normal normal bold 2.083vw/2.604vw Fraunces_144pt_Soft-Bold;
}

.single-blog-description p {
  color: #523F20;
  font: normal normal normal 0.937vw/1.45vw AdobeCleanRegular;
}

.sb-right h2 {
  font: normal normal normal 0.781vw/2.604vw AdobeCleanRegular;
  padding-top: 1.3vw;
  margin: 0;
}

.sb-more-post .more-blog-desc h3 {
  margin: 0;
  font: normal normal bold 0.937vw/1.197vw Fraunces_144pt_Soft-Bold;
  color: #523F20;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sb-more-post .more-blog-desc p {
  font: normal normal normal 0.781vw/1.145vw AdobeCleanRegular;
  margin: 0;
}

.sb-more-post .more-blog-desc {
  padding-left: 0.885vw;
}

.sb-more-post {
  padding: 1.197vw 0;
  border-top: 1px solid #707070;
}

.entry-content .sb-more-post:last-child {
	border-bottom: 1px solid #707070;
}

.sb-more-post:hover h3 {
  color: #D62020;
}

/* Cookbooks */

.cookbooks-wrap .cookbooks-update-img {
  height: 19.16vw;
}


.cookbooks-wrap {
  text-align: center;
}

.cookbooks-wrap .cookbooks-desc {
  background: transparent;
}

.cookbooks-update-img img {
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  display: block;
}


/* New relases */

.new-relases img {
	width: auto;
	height: auto;
}

.new-relases {
    background: #F5F2ED;
    padding: 11vw 14.218% 7.864vw;
}

.new-relases .cat-line {
	padding: 0;
}

.new-relases .cat-line h1 {
	font: normal normal bold 3.125vw/2.916vw Fraunces_144pt_Soft-Bold;
    color: #D53D3D;
    margin: 0;
}

.new-relases .cat-line img {
    width: 35%;
}

.recipes-box {
	margin-left: -1.77vw;
}


.main-recipes-box {
	padding-left: 1.77vw;
    padding-top: 1.77vw;
    width: 25%;
    text-align: center;
}

.main-recipes-box .recipes-box-img {
    /*height: 11.093vw;*/
    display: block;
    /*overflow: hidden;*/
}

.main-recipes-box .recipes-box-img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
    object-fit: contain;
}

.main-recipes-box:hover img {
	transform: scale(1.1);
}

.main-recipes-box:hover h1 {
	color: #D53D3D;
}

.recipes-box-description .featured {
    letter-spacing: 0.18px;
    color: #523F20;
    text-transform: uppercase;
    font: normal normal bold 0.8vw AdobeCleanRegular;
    margin-bottom: 0;
}


.recipes-box-description h1 {
	-webkit-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
	margin: 7px 0 0;
    color: #523F20;
    font: normal normal bold 1.041vw/1.302vw Fraunces_144pt_Soft-Bold;
}

/* Footer */


footer {
  position: relative;
  padding: 5.2% 14% 5%;
  background: #1E412B 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #fff;
  z-index: 5;
}


.footer-wrap  {
  justify-content: space-between;
  width: 100%;
}

.footer-col h3 {
  width: 100%;
  font: normal normal bold 1.30vw/2.60vw Fraunces_144pt_Soft-Bold;
  margin-top: 0;
  margin-bottom: 2.1vw;
  color: #fff;
}

.footer-col a,
.footer-col p {
  color: #FFFFFF;
  opacity: 0.7;
  margin: 0;
  padding-top: 0.4vw;
  font: normal normal normal 0.9375vw/1.51vw AdobeCleanRegular;
}
.footer-col li {
	margin: 0;
  	padding-top: 0.4vw;
  	font: normal normal normal 0.9375vw/1.51vw AdobeCleanRegular;
}

.mobile-footer {
  display: none;
}


footer .footer-col:nth-child(2) {
	padding-left: 2%;
}

footer .footer-col:nth-child(2) ul li {
	opacity: 0.7;
}

footer .footer-col:nth-child(2) ul li a {
	opacity: 1;
}


.footer-col a {
  padding-top: 0;
}

.footer-col a:hover,
.visitUs:hover, 
.download:hover {
	opacity: 1 !important;
}

.visitUs,
.download {
  color: #FFFFFF !important;
  opacity: 0.7 !important;
}

.footer-col .f-col-last {
  padding-left: 3.802vw;
}

.footer-col .f-two-col {
  display: flex;
}

.footer-col ul {
  padding-bottom: 1.822vw;
}


.footer-social ul {
  padding-bottom: 0;
}

.footer-social li {
  padding-right: 25px;
}

.footer-social li a {
  color: #fff;
  opacity: 0.8;
  font-size: 20px;
}

.footer-col #gform_wrapper_1 {
  width: 90%;
}

.footer-col #gform_wrapper_1 input {
  width: 100%;
  height: 2.604vw;
  background: #fff !important;
  opacity: 1;
  border-radius: 35px;
  border: none !important;
  padding: 0 23px;
  color: #5C4F3D;
}

.footer-col #gform_wrapper_1 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5C4F3D;
  opacity: 0.5;
  font: normal normal normal 0.9375vw/1.145vw AdobeCleanRegular;
}
.footer-col #gform_wrapper_1 input::-moz-placeholder { /* Firefox 19+ */
  color: #5C4F3D;
  opacity: 0.5;
  font: normal normal normal 0.9375vw/1.145vw AdobeCleanRegular;
}
.footer-col #gform_wrapper_1 input:-ms-input-placeholder { /* IE 10+ */
 color: #5C4F3D;
  opacity: 0.5;
  font: normal normal normal 0.9375vw/1.145vw AdobeCleanRegular;
}
.footer-col #gform_wrapper_1 input:-moz-placeholder { /* Firefox 18- */
  color: #5C4F3D;
  opacity: 0.5;
  font: normal normal normal 0.9375vw/1.145vw AdobeCleanRegular;
}


.footer-col #gform_wrapper_1 #gform_1 {
  position: relative;
}


.footer-col #gform_wrapper_1 .gform_footer {
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  right: 10px;
  width: 10%;
}

.footer-col #gform_wrapper_1 .gform_footer input {
  margin: 0;
  background: transparent !important;
  border: none;
  font-size: 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.footer-col #validation_message_1_1 {
  display: none;
}

.footer-col .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  padding: 0;
  border: none;
  background: transparent;
}

.footer-col .gform_wrapper .gform_validation_errors>h2 .gform-icon {
  display: none;
}

.footer-col .gform_legacy_markup_wrapper div.validation_error {
  padding: 10px 0 10px 0;
}

.footer-col .gform_submission_error {
  font-family: 'AdobeCleanRegular';
}

.footer-col .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}

.footer-col #gform_wrapper_1 .gform_footer {
  display: flex;
  align-items: center;
}

.footer-col #gform_wrapper_1 .gform_footer::after {
  content: '\f054';
  font-family: "font awesome 5 pro";
  box-shadow: none;
  font-size: 15px;
  color: #707070;
  padding-right: 23px;
  position: absolute;
}

.footer-social {
  margin-top: 3.8vw;
}


/* === FLEX GRID  === */


.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}








/* Wave animation*/

.wave-start {
  position: absolute;
    bottom: 134px;
  left: 0;
  z-index: 5;
  top: auto;
}

/*.wave {
  background: url(https://mehadrindairy.dev.brainstorm.rs/MehadrinDairy/wp-content/uploads/2021/08/Top-banner-wave-shape.svg) repeat-x;
  position: absolute;
  top: auto;
  width: 6400px;
  height: 92px;
  animation: wave 10s cubic-bezier(0, 0, 0.63, 0.50) infinite;
  transform: translate3d(0, 0, 0);
  bottom: -32px;
}*/


/*@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, 0px, 0);
  }
  50% {
    transform: translate3d(0, 0px, 0);
  }
}
.endWave{
  display:none;
}*/

/*photobanner*/

.photobanner {
  width: 165%;
  margin-bottom: -1px;
}

/*keyframe animations*/
.firstWave {
  -webkit-animation: bannermove 10s linear infinite;
     -moz-animation: bannermove 10s linear infinite;
      -ms-animation: bannermove 10s linear infinite;
       -o-animation: bannermove 10s linear infinite;
          animation: bannermove 10s linear infinite;
}

@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -1250px;
 }

}



@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -1250px;
 }

}



@media only screen and (max-width: 1690px) {
  .f-r-description .f-recipes {
    margin: 13% auto 5%;
  }
}

@media only screen and (max-width: 1670px) {
  .about_us .thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
  }
	.blog-img img {
	  height: 30.4vw;
	  object-fit: cover;
	  object-position: 100% 100%;
	}
  .f-r-description h1 {
    font: normal normal bold 2vw Fraunces_144pt_Soft-Bold;
  }
	.contact .c-right ul li {
	    padding-right: 2.7%;
	}
	.main-cat-list {
	    padding: 0px 11.218% 5%;
	}
	
	.new-relases {
	   padding: 11vw 11.218% 7.864vw;
	}
	.filters ul {
	    padding: 0 11%;
	}
	.all-sizes {
	   margin: -2% 0 0 auto;
	}
	.photobanner {
	    width: 190%;
	}

	.shop_attributes {
	    margin-top: 0;
	}

	.main-single-wrap .woocommerce-product-details__short-description p {
	    margin-top: 13%;
	}
  .about_us .about_us_col {
    height: 54vh;
  }
}

@media only screen and (max-width: 1450px) {
  .about_us .about_us_col {
    height: 440px;
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 1350px) {
  .about_us .about_us_col {
    height: 43vh;
  }
  .nav-right {
    padding-left: 5%;
  }
}






.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}







/* CONTACT NEW FIELD */

.contact-form-7-contact form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}

.contact-form-7-contact form p {
  width: 50% !important;
  padding-left: 2%;
  padding-top: 2%;
}

.contact-form-7-contact form p:nth-child(6) {
  width: 100% !important;
}

.contact-form-7-contact form p:nth-child(7) {
  width: auto !important;
  margin-top: 25px;
}

.contact-form-7-contact form p:nth-child(7) input {
    min-width: 8.802vw;
    width: auto !important;
    height: 3.125vw;
    background: #FCC059;
    border-radius: 35px;
    color: #116333;
    font: normal normal bold 0.833vw/1.041vw AdobeCleanBold;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.contact-form-7-contact form p:nth-child(7) input:hover {
  background-color: rgba(252, 192, 89, 0.65);
}

.contact-form-7-contact form  select,
.contact-form-7-contact form input,
.contact-form-7-contact form textarea {
  width: 100%;
}

.contact-form-7-contact form select {
  font: normal normal normal 0.937vw/1.458vw AdobeCleanRegular;
  padding-left: 20px;
  color: #a69e90 !important;
  background-color: #FDFDFC;
}

.contact-form-7-contact .wpcf7-response-output {
  border-color: #FCC059;
  font: normal normal normal 14px/1.458vw AdobeCleanRegular;
}







