

@font-face {
  font-family: 'SourceSans3-Regular';
  src: url('../fonts/SourceSans3-Regular.ttf');
}

@font-face {
  font-family: 'SourceSans3-Semibold';
  src: url('../fonts/SourceSans3-Semibold.ttf');
}

@font-face {
  font-family: 'SourceSans3-Bold';
  src: url('../fonts/SourceSans3-Bold.ttf');
}

@font-face {
  font-family: 'SourceSans3-Light';
  src: url('../fonts/SourceSans3-Light.ttf');
}

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



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

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: 'SourceSans3-Regular';
}


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



@-webkit-keyframes pulse {
  0% { -webkit-transform: scale(1); }
  50% { -webkit-transform: scale(1.1); }
  100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}


#preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: #FAF6F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader {
  text-align: center;
}

.preloader-img {
  height: 10vw;
  object-fit: contain;
  animation: pulse 2s linear infinite;
}


.preloader-text {
  font-family: 'RaphaTalia';
  font-size: 2.7vw;
  line-height: 2.5vw;
  color: #0D61A0;
  padding: 0 20px;
  margin-top: 10%;
}

.preloader-text img {
    width: 5.22vw;
}


/* Slider */

.desktop-baner {
  display: block;
}

.mobile-baner {
  display: none !important;
}

.flexslider .flex-direction-nav {
	display: none;
}

.slider-text {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
}

.slider-text span {
	font-family: 'RaphaTalia';
	font-size: 2.18vw;
	line-height: 2.5vw;
	color: #0D61A0;
	padding: 0 20px;
}

.slider-logo img {
	width: 3.22vw;
}

.slider-text h1 {
    font: normal normal bold 3.9vw/4.27vw SourceSans3-Bold;
    margin: 0;
    color: #0D61A0;
    padding-top: 25px;
}

.flex-control-nav {
    z-index: 5;
    bottom: 37%;
}

.flex-control-nav li {
	margin: 0 8px;
}

.flex-control-nav li a {
  width: 12px;
  height: 12px;
  background: #FAF6F5;
  border: 1px solid #0D61A0;
}

.flex-control-nav li:hover a {
  background: #0D61A0;
}

.flex-control-paging li a.flex-active {
  background: #0D61A0;
}


/* Header */

.mob-btn {
  display: none;
}

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

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

.lang-flag img {
	border-radius: 50%;
}

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

.active-lang {
  display: flex;
  align-items: center;
  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: 4.6vw;
  padding: 0.5vw 1vw;
  display: none;
  margin-left: -3%;
}

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

.lang i img {
	border-radius: 50%;
}

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

.lang li a {
  font: normal normal normal 0.885vw/1.093vw SourceSans3-Regular;
  letter-spacing: -0.34px;
  color: #484847;
}

.lang li a:hover {
  color: #0D61A0;
}

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


.header-wrap {
  padding: 0 15.5%;
  height: 5.20vw;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 0px 5px #0000000D;
}

.header-wrap .flex-wrap {
  position: relative;
  justify-content: space-between;
  height: 100%;
}


.header-wrap .logo {
  width: 5vw;
  height: 6.770vw;
  position: absolute;
  left: 1.8%;
  top: 0;
  z-index: 5;
}


.header-wrap .nav {
  padding-left: 27%;
}

.header-wrap .nav #menu-main-menu {
  display: flex;
  align-items: center;
}

.header-wrap .nav #menu-main-menu li {
	position: relative;
}

.header-wrap .nav #menu-main-menu li a {
  padding: 0 1.56vw;
  color: #5A5A5A;
  font: 0.93vw/1.45vw SourceSans3-Semibold;
}

.header-wrap .nav #menu-main-menu li.current-menu-item a {
    color: #1E7DC4;
}

.mobile-menu-text {
  display: none;
}

.header-wrap #menu-item-262 {
  display: none;
}

/* Nav drop */


.menu-main-menu-container .sub-menu {
  position: absolute;
  background: #FEFEFE;
  box-shadow: 0px 5px 18px #00000027;
  border-radius: 8px;
  z-index: 5;
  min-width: 10.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;
}

.menu-main-menu-container .sub-menu a {
  padding: 5px 0 !important;
  display: inline-block;
  color: #5A5A5A !important;
}

.menu-main-menu-container .sub-menu li a:hover {
  color: #1E7DC4 !important;
}

.menu-main-menu-container .sub-menu li {
  position: static;
}

/**/





.h-login {
  display: flex;
  align-items: center;
}

.h-login .l-in {
	text-align: center;
	width: 6.19vw;
	height: 2.60vw;
	background: #0D61A0;
	border-radius: 3px;
	color: #fff;
	font: 0.93vw/1.45vw SourceSans3-Bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.h-login .l-in:hover {
	background: #1E7DC4;
}

.header-wrap .h-flag {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin-right: 2.08vw;
}


/* Home cat */

/**/

.product__slider-thmb {
	display: flex;
	overflow-x: hidden;
}


/**/


#h-cat-img,
#h-cat-desc {
  min-height: 31.35vw;
}

#h-cat-img {
    width: 67.5%;
}

#h-cat-desc {
  padding-top: 14%;
  width: 36%;
  margin-left: -6%;
}

.main-cat-img,
.cat-bgd {
  min-height: 31.35vw;
  object-fit: cover;
}

.main-cat-img {
  position: relative;
}

.main-cat-img .cat-thumb {
  position: absolute;
  width: 75%;
  top: 50%;
  left: 47%;
  transform: translate(-50%,-50%);
}

#h-cat-desc {
  position: relative;
}

.fixed-cat-text {
  position: absolute;
  top: 19%;
  font-family: 'RaphaTalia' !important;
  font-size: 1.14vw !important;
  color: #0D61A0 !important;
}

#h-cat-desc h1 {
  font: normal normal bold 2.86vw/2.44vw SourceSans3-Bold;
  color: #0D61A0;
  margin-top: 0;
}

#h-cat-desc p {
	
	font: normal normal normal 0.83vw/1.35vw SourceSans3-Regular;
	color: #403F3F;
	max-width: 454px;
}


.product-cat-slider {
  padding: 8.854vw 15.5%;
  background: #FAF6F5;
}

.product__slider-thmb .slick-next,
.product__slider-thmb .slick-prev {
  position: absolute;
  bottom: 32%;
  font-size: 0;
  background: transparent;
  width: 2.60vw;
  height: 2.60vw;
  background: #0D61A01F 0% 0% no-repeat padding-box;
  border: 1px solid #0D61A0;
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
}


.product__slider-thmb .slick-next {
    margin-left: 13%;
}

.product__slider-thmb .slick-next:hover::after,
.product__slider-thmb .slick-prev:hover::after {
	color: #1E7DC4;
}


.product__slider-thmb .slick-next::after {
  content: '\f054' !important;
  font-family: "font awesome 5 pro";
  box-shadow: none;
  font-weight: 500;
  font-size: 0.937vw;
  color: #0D61A0;
}

.product__slider-thmb .slick-prev::after {
  content: '\f053' !important;
  font-family: "font awesome 5 pro";
  box-shadow: none;
  font-weight: 500;
  font-size: 0.937vw;
  color: #0D61A0;
}


.product-cat-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    width: 10vw;
    left: 28%;
    bottom: 42%;
    position: absolute;
}

.product-cat-slider .slick-dots li {
    flex: 1;
    margin: 0;
    position: absolute;
    width: 100%;
}

.product-cat-slider .slick-dots li button {
    width: 100%;
    height: 2px;
    border-radius: 0;
    background: #D0D0D0;
    opacity: 0.2;
    border: none;
    font-size: 0;
    padding: 0
}

.product-cat-slider .slick-dots li.slick-active button {
    background: #0D61A0;
    opacity: 1;
    position: relative;
    z-index: 5;
}

.product-cat-slider .slick-dots li.slick-active button {
  -webkit-animation:linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 5.8s;
}

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

.see-cat {
  position: absolute;
  z-index: 5;
  bottom: 24%;
  right: 0;
  margin-left: 0;
  font: normal normal bold 0.93vw/1.45vw SourceSans3-Bold;
  color: #0D61A0;
  pointer-events: none;
}

.see-cat:hover {
	color: #1E7DC4;
}

.see-cat i {
	font-weight: 500;
    margin-left: 3px;
    position: relative;
    top: 1px;
}

#h-cat-img {
  pointer-events: none;
}

.product-cat-slider .slick-slider,
.product-cat-slider .slick-list {
  height: 100%;
}


.product-cat-slider .slick-track {
  position: static;
  height: 100%;
}


/* Homepage products */

.homepage-products {
  position: relative;
  padding-top: 6%;
  background: #FAF6F5;
}

.homepage-product-wrap {
  padding: 0 15.5%;
  background: #FAF6F5;
}

.homepage-products .h-p-img {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
}

.homepage-products .h-p-img img {
  width: 100%;
  height: 39vw;
  object-fit: cover;
}

.homepage-products .slick-dots {
  display: none !important;
}


.h-p-products {
  background: #F7EFE1;
  position: relative;
  z-index: 5;
  padding: 6.458vw 6.718vw 5vw;
}

.h-p-products h1 {
	font: normal normal bold 2.08vw/1.56vw SourceSans3-Bold;
	margin: 0;
	color: #0D61A0;
}

.homepage-products-carousel {
	padding-top: 3vw;
}

.h-fruit {
    position: absolute;
    top: -13%;
    left: -5%;
    width: 16%;
}

.pr-heading {
  display: flex;
}

.pr-heading {
  display: flex;
  align-items: center;
}


.pr-heading .dots {
    content: '';
    display: inline-block;
    width: 63%;
    margin-left: 3%;
    background-image: radial-gradient(#0D61A0 1.5px, transparent 0);
    background-size: 6px 6px;
    height: 5px;
}


.homepage-product-wrap .slick-next, 
.homepage-product-wrap .slick-prev {
  position: absolute;
  top: -12%;
  right: 0;
  font-size: 0;
  background: transparent;
  width: 2.60vw;
  height: 2.60vw;
  border: 1px solid #0D61A0;
  border-radius: 50%;
  cursor: pointer;
}

.homepage-product-wrap .slick-next:hover::after, 
.homepage-product-wrap .slick-prev:hover::after {
	color: #1E7DC4;
}

.homepage-product-wrap .slick-prev {
    right: 5.7%;
}

.homepage-product-wrap .slick-next::after {
  content: '\f054' !important;
  font-family: "font awesome 5 pro";
  box-shadow: none;
  font-weight: 300;
  font-size: 0.937vw;
  font-weight: 500;
  color: #0D61A0;
}

.homepage-product-wrap .slick-prev::after {
  content: '\f053' !important;
  font-family: "font awesome 5 pro";
  box-shadow: none;
  font-weight: 300;
  font-size: 0.937vw;
  font-weight: 500;
  color: #0D61A0;
}

.homepage-products-carousel img {
  max-width: 100%;
  max-height: 224px;
  object-fit: contain;
}

.homepage-products-carousel .item {
  text-align: center;
  padding: 0 10px;
}

.h-p-products h3 {
    font: normal normal normal 0.88vw/1.14vw SourceSans3-Semibold;
    color: #403F3F;
    width: 60%;
    margin: 5% auto 0;
    -webkit-transition: all .5s;
   -o-transition: all .5s;
   transition: all .5s;
}

.h-p-products .item:hover h3 {
	color: #1E7DC4;
}


/* Homepage recipes */

.homepage-recipes {
  text-align: center;
  background: #FAF6F5;
  overflow: hidden;
  padding-top: 7.5vw;
  padding-bottom: 4.5vw;
  margin-bottom: -5vw;
}

.recipes-img {
	width: 100%;
	height: 15.41vw;
}

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

.recipes-img img {
	border: 6px solid #FFFFFF;
	border-radius: 3px;
}

.homepage-recipes h3 {
    font: normal normal normal 0.93vw/1.14vw SourceSans3-Semibold;
    color: #403F3F;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.homepage-recipes .heading h1 {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal bold 2.08vw/1.56vw SourceSans3-Bold;
    color: #0D61A0;
}

.homepage-recipes .heading h1::before {
    content: '';
    display: inline-block;
    width: 21%;
    background-image: radial-gradient(#0D61A0 1.5px, transparent 0);
    background-size: 6px 6px;
    height: 17px;
    position: absolute;
    left: 15.5%;
    height: 5px;
}

.homepage-recipes .heading h1::after {
    content: '';
    display: inline-block;
    width: 21%;
    background-image: radial-gradient(#0D61A0 1.5px, transparent 0);
    background-size: 6px 6px;
    height: 17px;
    position: absolute;
    right: 15.5%;
    height: 5px;
}

.homepage-recipes .owl-nav {
	display: none;
}

.homepage-recipes .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background: #FAF6F5;
	border: 1px solid #0D61A0;
	border-radius: 50%;
	margin: 0 8px;
	-webkit-transition: all .5s;
   -o-transition: all .5s;
   transition: all .5s;
}

.homepage-recipes .owl-dots .owl-dot:hover {
	background: #0D61A0;
}

.homepage-recipes .owl-dots .owl-dot.active {
	background: #0D61A0;
}

.homepage-recipes-wrap {
	margin-left: -80px;
	margin-right: -80px;
	padding-top: 3vw;
}

#homepage-recipes-carousel .owl-dots {
    margin-bottom: -75px;
    margin-top: 40px;
}

.homepage-recipes-wrap .recipes-wrap:hover h3{
	color: #1E7DC4;
}

/* Category page */

.top-cat-img {
  padding-top: 5.208vw;
}

.main-cat-bgd {
  padding: 3.645vw 3.90vw;
  background-size: cover !important;
}

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

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

.main_product_cat {
  background: #FAF6F5;
  padding: 0 15.5% 0;
}


.product-baner-top {
	position: relative;
}

.product-baner-top h1 {
	font: normal normal bold 3.12vw/2.44vw SourceSans3-Bold;
    color: #0D61A0;
    margin: 0;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%);
}


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


.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 {
  height: 23.33vw;
  object-fit: cover;
}

.custom-cat .cat-description {
    width: 43.7%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-left: 7%;
    padding-right: 4%;
}

.custom-cat .cat-description h1 {
  margin: 0;
  color: #0D61A0;
  font: normal normal bold 2.34vw/2.44vw SourceSans3-Bold;
}

.custom-cat .cat-description .dots {
    display: inline-block;
    width: 17%;
    background-image: radial-gradient(#0D61A0 1.5px, transparent 0);
    background-size: 6px 6px;
    height: 5px;
    margin: 1.3vw 0;
}

.custom-cat .cat-description p {
  margin: auto;
  font: normal normal normal 0.83vw/1.35vw SourceSans3-Regular;
  color: #403F3F;
}

.custom-cat .cat-description span {
  background: #0D61A0;
  color: #fff;
  border-radius: 3px;
  font: normal normal bold 0.83vw/1.45vw SourceSans3-Bold;
  display: inline-block;
  margin-top: 1.4vw;
  width: 8.489vw;
  height: 2.86vw;
  line-height: 3vw;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.custom-cat .cat-description span:hover {
	background: #1E7DC4;
}


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

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

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


/* Product list */

.cat_list {
  background: #FAF6F5;
  position: relative;
  text-align: center;
}


.cat-list-desc {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

.cat-list-desc h1 {
	font: normal normal bold 3.12vw/2.44vw SourceSans3-Bold;
	color: #0D61A0;
}

.cat_list .term-description {
    font: normal normal normal 0.83vw/1.35vw SourceSans3-Regular;
    color: #403F3F;
    width: 70%;
    margin: auto;
}

.cat_list .dots {
    content: '';
    display: inline-block;
    width: 70%;
    background-image: radial-gradient(#0D61A0 1.5px, transparent 0);
    background-size: 6px 6px;
    height: 5px;
    margin-bottom: 0;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%);
}

.main-cat-list {
    padding: 0 15.5%;
    margin-top: -80px;
}


.main-cat-list .filters {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-cat-list .filters p {
  margin-right: 1.56vw;
  font: normal normal normal 0.78vw/1.45vw SourceSans3-Semibold;
  color: #6F6D6D;
}

.main-cat-list .filters ul {
  display: flex;
}

.main-cat-list .filters ul li {
  margin: 0 6px;
  cursor: pointer;
}

.main-cat-list .filters ul li a {
  height: 2.25vw;
  line-height:2.25vw !important;
  border: 1px solid #9B9999;
  border-radius: 3px;
  color: #6F6D6D;
  padding: 0 1.05vw;
  display: inline-block;
  line-height: 2.1vw;
  font: normal normal normal 0.78vw SourceSans3-Semibold;
}

.main-cat-list .filters ul li a:hover {
	color: #0D61A0;
	border: 1px solid #0D61A0;
}

.main-cat-list .filters ul li a.active {
	background: #0D61A0;
	color: #fff;
}

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


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


.main-cat-list a span {
	font: normal normal bold 0.93vw/1.25vw SourceSans3-Semibold;
	color: #403F3F;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 75%;
    margin: auto;
    display: inline-block;
}


.product-list-items a:hover span {
	color: #1E7DC4;
}


/* Single product */

.single_product {
  background: #FAF6F5;
}

.single-flex-wrap {
  padding-top: 5.20vw;
}


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

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

.main-product-bgd{
  display: flex;
  flex-wrap: wrap;
  min-height: 45vw;
}

.main-product-bgd .single-left,
.main-product-bgd .single-right {
  width: 50%;
}



.main-product-bgd .single-left img {
  width: 33.90vw;
}

.single-fixed {
  /*position: fixed;*/
  position: sticky;
  padding-top: 5vw;
  padding-bottom: 3vw;
  top: 5.2vw;

  background: url(../images/single-product-top-min.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 30%;
}

.main-product-bgd .single-right {
  padding-right: 15.5%;
  padding-left: 5.98vw;
}

.main-product-bgd .single-right h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7vw;
  font: normal normal bold 1.97vw/2.55vw SourceSans3-Bold;
  color: #0D61A0;
}

.mobile-share {
	display: none;
}

.product_title-mobile,
.mob-single-desc {
  display: none;
}

.single-right {
	display: flex;
	flex-direction: column;
}

.single-right .woocommerce-product-details__short-description {
	font: normal normal normal 0.93vw/1.45vw SourceSans3-Regular;
	color: #403F3F;
}

.single-right .product_title {
	order: 1;
}

.single-right .woocommerce-product-details__short-description {
	order: 2;
}

.single-right .single-atributes {
	order: 3;
}

.single-right .single_same_products {
	order: 4;
  position: relative;
}

.single-right .pr-nutrions {
	order: 5;
}

.single-right .single_same_products h3,
.pr-nutrions h3 {
	font: normal normal bold 0.83vw/1.04vw SourceSans3-Bold;
	color: #403F3F;
}

.single-right .shop_attributes {
	display: flex;
	flex-wrap: wrap;
	padding: 1vw 0;
}

.single-right .shop_attributes .Size {
  display: none;
}

.single-right .shop_attributes li {
	width: 50%;
	padding: 12px 0;
}

.single-right .shop_attributes li span {
	display: block;
	font: normal normal normal 0.72vw/0.93vw SourceSans3-Regular;
	color: #5A5A5A;
	text-transform: uppercase;
}

.single-right .shop_attributes li div:first-child {
	display: block;
	font: normal normal normal 0.72vw/0.93vw SourceSans3-Regular;
	color: #5A5A5A;
	text-transform: uppercase;
	padding-top: 0 !important;
} 

.single-right .shop_attributes .product-meta,
.single-right .single-atributes li div:last-child,
.single-right .shop_attributes li .atr-size  {
	font: normal normal normal 0.93vw/1.19vw SourceSans3-Semibold !important;
}

.single-right .single-atributes li div:last-child,
.single-right .shop_attributes li .atr-size {
	padding-top: 7px;
}

.single-right .shop_attributes .product-meta span {
	padding-bottom: 7px;
}

.single-right .shop_attributes li p {
	margin: 0;
}


.single-atributes .dots,
.single-right .pr-nutrions .dots {
	content: '';
    display: inline-block;
    width: 98%;
    background-image: radial-gradient(#0D61A0 1.5px, transparent 0);
    background-size: 6px 6px;
    height: 5px;
}

.all-sizes {
	padding-bottom: 1.3vw;
}

.all-sizes ul {
	display: flex;
	align-items: center;
}

.all-sizes ul li {
	width: 6.25vw;
	height: 2.34vw;
	line-height: 2.34vw;
	border-radius: 3px;
	border: 1px solid #9B9999;
	color: #6F6D6D;
	background: transparent;
	margin-right: 0.625vw;
	cursor: pointer;
}



.all-sizes ul li p {
	margin: 0;
	text-align: center;
	font: normal normal normal 0.78vw SourceSans3-Semibold;
	line-height: 2.34vw;
	height: 100%;
	color: #6F6D6D;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
    display: block;
}

.all-sizes ul li a {
	width: 100%;
	height: 100%;
    display: block;
}


/*.all-sizes ul li:first-child {
  background: #0D61A0;
  border: 1px solid #0D61A0;
  text-align: center;
}

.all-sizes ul li:first-child p {
	color: #fff;
}*/

.all-sizes ul li a p {
  display: block;
  width: 100%;
  border-radius: 2px;
}

.all-sizes ul li:hover a p {
	background: #1E7DC4;
	color: #fff;
}

.active a p {
  background: #1E7DC4;
  color: #fff !important;
}

/* Single similar product */

#similar-products {
	position: relative;
	padding: 0 10%;
	padding-top: 10px;
}

.similar-products li a:focus {
  outline: none;
}

#similar-products .owl-dots {
	display: none;
}

#similar-products .owl-nav {
  display: block;
}


#similar-products img {
	height: auto;
}

#similar-products .product {
	/*width: 100%;*/
  width: inherit;
	margin-bottom: 0;
}


#similar-products .product .button {
	display: none;
}



.woocommerce-loop-product__title {
    margin: 0;
    opacity: 1;
    font: normal normal normal 0.625vw/0.78vw SourceSans3-Regular;
    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;
}

.single_same_products .product {
    overflow: hidden;
}

.single_same_products .product:hover .woocommerce-loop-product__title {
    bottom: 0;
}

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

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

#similar-products .owl-prev.disabled, 
#similar-products .owl-next.disabled {
	/*display: none;*/
}


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

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

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

#related-product img {
	width: 12.70vw;
	height: 12.70vw;
	object-fit: contain;
	margin: auto;
}

#related-product .woocommerce-loop-product__title {
	position: static !important;
	bottom: 0 !important;
	font: normal normal normal 0.93vw/1.25vw SourceSans3-Regular !important;
	color: #403F3F;
	width: 57%;
}

#related-product .product:hover .woocommerce-loop-product__title {
	color: #1E7DC4;
}


.cistom-arrow .slick-prev {
  position: absolute;
    left: 0px;
    top: 35%;
  font-size: 0;
  background: transparent;
  width: 35px;
  height: 35px;
  border: 1px solid #0D61A0;
  border-radius: 50%;
  cursor: pointer;

    opacity: 0.3;
}


.cistom-arrow .slick-prev::after {
    content: '\f053' !important;
    font-family: "font awesome 5 pro";
    box-shadow: none;
    font-weight: 300;
    font-size: 0.937vw;
    font-weight: 500;
    color: #0D61A0;
}



.cistom-arrow .slick-next {
  position: absolute;
    right: 0%;
    top: 35%;
  font-size: 0;
  background: transparent;
  width: 35px;
  height: 35px;
  border: 1px solid #0D61A0;
  border-radius: 50%;
  cursor: pointer;

  opacity: 0.3;
}

.cistom-arrow .slick-next,
.cistom-arrow .slick-prev {
  display: none;
}


.cistom-arrow .slick-next::after {
    content: '\f054' !important;
    font-family: "font awesome 5 pro";
    box-shadow: none;
    font-weight: 300;
    font-size: 0.937vw;
    font-weight: 500;
    color: #0D61A0;
}




#similar-products .slick-prev {
    position: absolute;
    left: 0;
    top: 23%;
    font-size: 0;
    background: transparent;
    width: 35px;
    height: 35px;
    border: 1px solid #0D61A0;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}



#similar-products .slick-prev::after {
    content: '\f053' !important;
    font-family: "font awesome 5 pro";
    box-shadow: none;
    font-weight: 300;
    font-size: 0.937vw;
    font-weight: 500;
    color: #0D61A0;
}

#similar-products .slick-next {
    position: absolute;
    right: 0%;
    top: 23%;
    font-size: 0;
    background: transparent;
    width: 35px;
    height: 35px;
    border: 1px solid #0D61A0;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}

#similar-products .slick-next::after {
    content: '\f054' !important;
    font-family: "font awesome 5 pro";
    box-shadow: none;
    font-weight: 300;
    font-size: 0.937vw;
    font-weight: 500;
    color: #0D61A0;
}

.single_same_products #similar-products li {
  margin: 0;
  padding: 0 5px;
}

.single_same_products .slick-track {
  margin: 0;
}


/* Single nutrions */



.nutrition-top hr {
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.nutrition-top div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nutrition-top p {
	font: normal normal normal 0.93vw/1.51vw SourceSans3-Regular;
	color: #403F3F;
	margin: 0;
}


.pr-nutrions hr {
	width: 100%;
	height: 1px;
	border: none;
	background: #CFCFD5;
}



/* Single related products */


.main-related-products .heading h1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font: normal normal bold 2.08vw/1.56vw SourceSans3-Bold;
    color: #0D61A0;
}

.main-related-products .heading h1::before {
	content: '';
    display: inline-block;
    width: 30%;
    background-image: radial-gradient(#0D61A0 1.5px, transparent 0);
    background-size: 6px 6px;
    height: 17px;
    position: absolute;
    left: 0%;
    height: 5px;
}

.main-related-products .heading h1::after {
    content: '';
    display: inline-block;
    width: 30%;
    background-image: radial-gradient(#0D61A0 1.5px, transparent 0);
    background-size: 6px 6px;
    height: 17px;
    position: absolute;
    right: 0;
    height: 5px;
}

.main-related-products {
	padding: 0 15.5%;
	background: #FAF6F5;
	position: relative;
	padding-top: 7vw;
}


.main-related-products #similar-products {
	padding: 6% 5% 0;
}

.main-related-products #similar-products .owl-prev {
    position: absolute;
    left: -5%;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
}

.main-related-products #similar-products .owl-next {
    position: absolute;
    right: -5%;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
}

.single-fixed .wplogout-social-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.single-fixed .wplogout-social-wrapper ul li {
	margin: 0 10px;
}

.single-fixed .wplogout-social-wrapper ul li a {
	font-size: 17px;
}

.single-fixed .share-text {
	margin-right: 10px;
	font: normal normal normal 0.72vw/0.93vw SourceSans3-Regular;
	color: #5A5A5A;
	text-transform: uppercase;
}

.main-related-products #similar-products .owl-next span::before,
.main-related-products #similar-products .owl-prev span::before {
	width: 2.60vw;
	height: 2.60vw;
	line-height: 2.60vw
}

/* Footer */

.top-footer {
  background: #FAF6F5;
  padding: 0 15.5%;
  position: relative;
}

.t-f-wrap {
  background: #154D77;
  padding: 3.4vw 0;
  position: relative;
  top: 7.552vw;
  z-index: 5;
}

.t-f-wrap h3 {
  margin-top: 0;
  margin-bottom: 0;
  font: normal normal bold 1.0vw/1.56vw SourceSans3-Bold;
  color: #fff;
}

.top-footer .t-f-left,
.top-footer .f-t-right {
  width: 50%;
  padding: 0 4.27vw
}

.top-footer .t-f-left p {
	font: normal normal 0.83vw/1.66vw SourceSans3-Regular;
	color: #FFFFFFA7;
	margin-top: 0;
	margin-bottom: 20px;
}

.top-footer .f-t-right {
  padding-left: 4.27vw;
}

.top-footer .f-t-right ul li {
  display: flex;
  padding: 4px 0;
}

.top-footer .f-t-right ul li div:first-child {
  margin-right: 25px;
  padding-top: 8px;
}

.top-footer .f-t-right ul li img {
  width: 39px;
}

.top-footer .flex-wrap {
  position: relative;
  overflow: hidden;
}

.top-footer .f-t-dot {
  content: '';
  transform: rotate(90deg);
  display: inline-block;
  width: 22%;
  background-image: radial-gradient(#FFFFFF81 1.5px, transparent 0);
  background-size: 6px 6px;
  height: 17px;
  position: absolute;
  left: 39%;
  height: 5px;
  top: 50%;
}


.t-f-wrap #gform_1 input {
    width: 100%;
    height: 2.86vw;
    background: #FFFFFFD9;
	border: 1px solid #0D61A080;
	border-radius: 3px;
	opacity: 1;
	padding-left: 18px;
}


.t-f-wrap #gform_1 {
  position: relative;
}

.t-f-wrap #gform_1 .gform_footer {
  position: absolute;
  top: 0;
  z-index: 10;
  width: auto;
  right: 15px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 100%;
}

.t-f-wrap .gform_wrapper .top_label .gfield_label {
  display: none;
}

.t-f-wrap #gform_1 .gform_footer input {
  width: auto;
  border: 0;
  background: transparent;
  color: transparent;
  margin: 0;
  position: absolute;
  right: 0;
  padding: 0;
  cursor: pointer;
  height: 100%;
}

.t-f-left .validation_error,
.t-f-left .validation_message,
.t-f-left .gform_wrapper .gfield_error .gfield_label {
  display: none !important;
}

.t-f-left .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
  max-width: calc(100% - 0px)!important;
  border: none;
  background: transparent;
}

.t-f-wrap #gform_1 .gform_footer::after {
  content: '\f054';
  font-family: "font awesome 5 pro";
  box-shadow: none;
  font-size: 15px;
  color: #707070;
  padding-right: 23px;
  display: flex;
  align-items: center;
  height: 100%;
}

.t-f-wrap .body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}


.f-t-right a {
  font: normal normal bold 1.0vw/1.56vw SourceSans3-Bold;
  color: #fff;
  margin-bottom: 3px;
  display: inline-block;
}

.f-t-right a:hover {
	color: #CAD7E0;
}

.f-t-right p {
	font: normal normal 0.83vw/1.66vw SourceSans3-Regular !important;
    color: #FFFFFFA7 !important;
    margin-top: 0;
}


/* Recipes */

.recipes-page .page-banner {
  height: 648px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.recipes-page {
  background: #FAF6F5;
  padding-top: 5.1%;
}

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

.top-baner {
  position: relative;
  overflow: hidden;
}

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

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

.top-b-description h1 {
    color: #0D61A0;
    font: normal normal bold 3.12vw/2.44vw SourceSans3-Bold;
    margin-bottom: 35px;
}

.top-b-description p {
	font: normal normal normal 0.83vw/1.35vw SourceSans3-Regular;
    color: #000000;
	opacity: 0.75;
}



#f_recipes {
  position: relative;
}

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

#f_recipes1 {
	padding: 5px 50px;
	background: #F0E4D1;
}

#f_recipes .slick-dots,
#f_recipes1 .slick-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 12%;
  display: flex;
  font-size: 0;
}


#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: 16.14vw;
    overflow: hidden;
    border: 6px solid #FFFFFF;
    border-radius: 3px;
}

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

.main-recipes-description {
    text-align: center;
}

.main-recipes-description h3 {
    margin: 0;
    color: #403F3F;
    text-transform: capitalize;
    padding: 5% 0 7%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font: normal normal normal 0.93vw/1.14vw SourceSans3-Semibold;
}

.all-recipes {
    padding: 8% 0 0;
}

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

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

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

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

.page-banner {
    height: 580px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: url(../images/JJ-recipe-banner.jpeg);
}

/* Recipes result */

.filter-offers {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 21.5%;
    text-align: center;
}

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



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


.filter-offers .sf-field-search input {
  width: 22.44vw;
  height: 2.864vw;
  background: #FEFEFD;
  border: 1px solid #00000040;
  border-radius: 3px;
  padding: 0 18px;
  font: normal normal normal 0.83vw/1.45vw SourceSans3-Regular;
}



.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: 18px;
}

.filter-offers .sf-field-taxonomy-recipesName {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.filter-offers .sf-field-taxonomy-recipesName ul {
	display: flex;
	align-items: center;
}

.filter-offers .sf-field-taxonomy-recipesName h4 {
	color: #3B3431;
	text-align: center;
	font: normal normal normal 0.78vw/1.45vw SourceSans3-Semibold;
}

.filter-offers .sf-field-taxonomy-recipesName ul li {
  width: auto;
  height: 2.34vw;
  line-height: 2.34vw !important;
  background: rgba(255, 255, 244, 0.4);
  border: 1px solid #9B9999;
  border-radius: 3px;
  padding: 0 1.041vw;
  margin: 0 6px;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font: normal normal normal 0.83vw SourceSans3-Semibold;
}

.filter-offers .sf-field-taxonomy-recipesName .sf-item-0 {
	overflow: hidden;
}

.filter-offers .sf-field-taxonomy-recipesName .sf-item-0 .sf-label-radio {
    width: 27px;
    overflow: hidden;
    display: inline-block;
    white-space: pre-wrap;
    text-align: center;
}

.filter-offers .sf-field-taxonomy-recipesName ul li.sf-option-active {
  background: #0D61A0;
  color: #fff;
}

.filter-offers .sf-field-taxonomy-recipesName ul li:hover {
  background: #1E7DC4;
  color: #fff;
}

.sf-field-search {
  width: 100%;
}

.filter-offers .searchandfilter ul .sf-field-taxonomy-recipesName input {
  display: none;
}

.filter-offers .searchandfilter ul .sf-field-taxonomy-recipesName label {
  padding: 0;
  cursor: pointer;
}


.filter-offers .sf-field-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3B3431;
  opacity: 0.5;
  font: normal normal normal 0.83vw/1.45vw SourceSans3-Regular;
}
.filter-offers .sf-field-search input::-moz-placeholder { /* Firefox 19+ */
  color: #3B3431;
  opacity: 0.5;
  font: normal normal normal 0.83vw/1.45vw SourceSans3-Regular;
}
.filter-offers .sf-field-search input:-ms-input-placeholder { /* IE 10+ */
    color: #3B3431;
  opacity: 0.5;
  font: normal normal normal 0.83vw/1.45vw SourceSans3-Regular;
}
.filter-offers .sf-field-search input:-moz-placeholder { /* Firefox 18- */
  color: #3B3431;
  opacity: 0.5;
  font: normal normal normal 0.83vw/1.45vw SourceSans3-Regular;
}

.content-offers .nav-links span,
.content-offers .nav-links a {
  color: #0D61A0;
}


/* Single recipes */

.single-recipes-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.single-recipes {
  background: #FAF6F5;
  padding-top: 4.7%;
}

.single-recipes .homepage-recipes {
	padding-top: 5.5vw;
}

.single-recipes .homepage-recipes .homepage-recipes-wrap {
	padding-top: 4vw;
}

.single-recipes h1 {
  font: normal normal bold 2.08vw/2.60vw SourceSans3-Bold;
  color: #0D61A0;
  text-transform: capitalize;
  margin-top: 10%;
  margin-bottom: 5%;
}



.single-recipes p {
  font: normal normal normal 0.93vw/1.45vw SourceSans3-Regular;
  color: #523F20;
}

.single-ingredients h3,
.single-instructions h3 {
  font: normal normal bold 1.30vw/2.60vw SourceSans3-Bold;
  color: #0D61A0;
  margin-bottom: 5px;
  margin-top: 10px;
}

.ingredients p {
	font: normal normal normal 0.93vw/1.51vw SourceSans3-Regular;
	color: #403F3F;
}

.single-recipes-img {
  height: 100vh;
  width: 48%;
  object-fit: cover;
  position: sticky;
  top: 13.3vw;
  left: 0;
  padding-left: 15.5%;
}

.single-recipes-img .social {
  display: flex;
  justify-content: center;
  margin-top: 10%;
}


.single-recipes-img img {
  height: 25.20vw;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}


.single-recipes-description {
    padding-right: 14.218%;
    padding-left: 7%;
    padding-top: 1vw;
    width: 52%;
}

.single-recipes-description .dots {
	content: '';
    display: inline-block;
    width: 100%;
    background-image: radial-gradient(#0D61A0 1.5px, transparent 0);
    background-size: 6px 6px;
    height: 5px;
    margin-top: 20px;
}

.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.83vw/0.98vw SourceSans3-Regular;
  color: #403F3F;
  margin-right: 0.2vw;
}

.mobile-social {
	display: none;
}


.single-time-portions ul {
  display: flex;
  align-items: center;
  background: #F6E6E0;
  padding: 0 5%;
  height: 3.706vw;
  margin-top: 5%;
}

.wplogout-social-wrapper li {
     margin: 0 10px;
}

.wplogout-social-wrapper a {
  font-size: 0.88vw;
  color: #403F3F;
}

.single-time-portions ul li {
  color: #3F3E3E;
  text-align: center;
  margin-right: 6%;
  font: normal normal normal 0.93vw/1.19vw SourceSans3-Regular;
  position: relative;
  display: flex;
  align-items: center;
}

.single-time-portions ul li:last-child {
  line-height: 1;
}

.single-time-portions ul li:last-child img {
  width: 26px;
}

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

.single-time-portions ul li img {
  width: 21px;
  margin-right: 10px;
}

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



.single-ingredients ul li {
  padding-bottom: 1%;
  color: #403F3F;
  font: normal normal normal 0.93vw/1.56vw SourceSans3-Regular;
}


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

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

.single-instructions ul li {
  padding-bottom: 1%;
  color: #403F3F;
  font: normal normal normal 0.93vw/1.56vw SourceSans3-Regular;

}

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



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


/* Contact */

.page-template-template-contact-php .top-footer {
  background: transparent;
}

.contact {
  padding-top: 5.1%;
  background: #FAF6F5;
  margin-bottom: -307px;
}

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

.contact .c-left {
  width: 38%;
}

.contact .c-right {
  width: 62%;
  padding-right: 15.5%;
}

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

.contact .c-left {
  min-height: 1022px;
}

.contact .c-right .c-right-wrap {
  padding-left: 11.77vw;
  padding-top: 7.25vw;
}

.contact .c-right h1 {
  color: #0D61A0;
  font: normal normal bold 2.60vw/1.77vw SourceSans3-Bold;
  margin: 0;
}

.contact .c-right p {
  color: #403F3F;
  font: normal normal normal 0.83vw/1.35vw SourceSans3-Regular;
  margin: 0;
  width: 84%;
  padding-top: 1vw;
}

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

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

.contact .c-right ul li {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.contact .c-right ul li img {
  width: 50%;
}

.contact .c-right ul li:last-child img {
  width: 43%;
}

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

.contact .c-right ul li a {
  color: #403F3F;
  font: normal normal normal 0.93vw/1.35vw SourceSans3-Regular;
}

.contact .c-right input {
  background: #EFEBEA;
  border: 1px solid #73A1C512;
  border-radius: 3px;
  height: 55px;
  padding: 0 20px !important;
  font: normal normal normal 0.93vw/1.45vw SourceSans3-Regular;
  -webkit-appearance: none;
  box-shadow: inset 0px 3px 6px #0000000A;
  color: #939293;
}

.contact .c-right textarea {
  height: 7.4vw !important;
  background: #EFEBEA;
  border: 1px solid #73A1C512;
  border-radius: 3px;
  padding: 15px 20px !important;
  
  -webkit-appearance: none;
  box-shadow: inset 0px 3px 6px #0000000A;

}

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

.contact .c-right #gform_submit_button_2 {
  min-width: 12.23vw;
  height: 2.86vw;
  background: #0D61A0;
  border-radius: 3px;
  color: #fff;
  font: normal normal normal 0.93vw/1.45vw SourceSans3-Semibold;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.contact .c-right #gform_submit_button_2:hover {
	background: #1E7DC4;
}

.contact .c-right .gform_footer {
    padding-top: 3px !important;
}

.contact .c-right select {
  height: 55px;
  background: #FDFDFC 0% 0%;
  box-shadow: inset 0px 3px 6px #0000000A;
  border: 1px solid #73A1C512;
  border-radius: 3px;
  color: #939293;
  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: #38393B;
  opacity: 0.5;
  font: normal normal normal 0.93vw/1.45vw SourceSans3-Regular;
}
.contact .c-right input::-moz-placeholder,
.contact .c-right textarea::-moz-placeholder { /* Firefox 19+ */
  color: #38393B;
  opacity: 0.5;
  font: normal normal normal 0.93vw/1.45vw SourceSans3-Regular;
}
.contact .c-right input:-ms-input-placeholder,
.contact .c-right textarea:-ms-input-placeholder  { /* IE 10+ */
  color: #38393B;
  opacity: 0.5;
}
.contact .c-right input:-moz-placeholder,
.contact .c-right textarea:-moz-placeholder { /* Firefox 18- */
  color: #38393B;
  opacity: 0.5;
  font: normal normal normal 0.93vw/1.45vw SourceSans3-Regular;
}

.contact #input_2_4 {
  font: normal normal normal 0.93vw/1.45vw SourceSans3-Regular;
  padding-left: 20px;
  color: #a6a6a6;
  background-color: #EFEBEA;
  font-weight: normal;
}


/* About us */

.about-us {
  background: #FAF6F5;
  padding-top: 5.2vw;
}

.about-us .page-banner {
  height: 31.874vw !important;
  position: relative;
}

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

.top-b-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.about-us .top-b-description h1 {
  font: normal normal bold 3.64vw/3.90vw SourceSans3-Bold;
  color: #fff;
  margin: 0;
  text-align: center;
}

.about-us p {
	font: normal normal normal 0.88vw/1.45vw SourceSans3-Regular;
	color: #403F3F;
}

.about-us h2 {
	font: normal normal bold 1.56vw/1.82vw SourceSans3-Bold;
	color: #0D61A0;
	margin-bottom: 10px;
}

/**/

.about-section-first {
    padding: 7% 15.5% 0;
}


.about-section-first .a-left {
  width: 30%;
}

.about-section-first img {
	width: 100%;
	height: 434px;
	object-fit: cover;
}

.about-section-first .a-right {
  width: 70%;
  padding-left: 15%;
  position: relative;
}

.straw {
    width: 26% !important;
    height: auto !important;
    left: 13%;
    position: absolute;
}


.about-section-first .a-right div {
	 width: 68%;
}

/**/

.about-section-second {
    padding: 0 0 0 15.5%;
    margin-top: -65px;
}

.about-section-second img {
	width: 100%;
	height: 428px;
	object-fit: cover;
}

.about-section-second .a-left,
.about-section-second .a-right {
  width: 50%;
}

.about-section-second .a-left {
    width: 64%;
    padding-left: 7.7%;
    padding-bottom: 3%;
    position: relative;
}

.berry {
    position: absolute;
    left: -17%;
    width: 25% !important;
    height: auto !important;
    top: -40px;
}

.berry-mob {
  display: none;
}


.about-section-second .a-left div {
	width: 72%;
}

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

/**/

.about-section-third {
 	padding: 3.7% 15.5% 0 0;
}

.about-section-third img {
	width: 100%;
	height: 364px;
	object-fit: cover;
}


.about-section-third .a-left {
	width: 26%;
}

.about-section-third .a-right {
    width: 74%;
    padding-left: 16%;
    padding-top: 2.5%;
    position: relative;
}

.vanila {
    position: absolute;
    height: auto !important;
    width: 20% !important;
    right: -50px;
    top: 53%;
}

.vanila-mob {
  display: none;
}

.about-section-third .a-right div {
	width: 62%;
}

/**/

.about-section-fourth {
  padding: 0 15.5%;
}

.about-section-fourth img {
	width: 100%;
	height: 431px;
	object-fit: cover;
}

.about-section-fourth .a-left,
.about-section-fourth .a-right {
  width: 50%;
}

.about-section-fourth .a-left {
	padding-top: 12%;
}

.about-section-fourth .a-left div {
	width: 80%;
}

/**/

.about-section-fifth {
    padding: 6.6% 15.5% 0;
}

.about-section-fifth img {
	width: 100%;
	height: 523px;
	object-fit: cover;
}

.about-section-fifth .a-left,
.about-section-fifth .a-right {
  width: 50%;
}

.about-section-fifth .a-left {
	width: 35.5%;
}

.about-section-fifth .a-right {
	padding-top: 5%;
}

/* Login page */


.woocommerce-account .container {
	background: #FAF6F5;
    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.12vw/2.44vw SourceSans3-Bold;
    color: #0D61A0;
    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 SourceSans3-Regular;
    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 SourceSans3-Regular;
    letter-spacing: 0.15px;
    color: #523F20;
}

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

.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  SourceSans3-Regular;
    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: #0D61A0 !important;
    border-radius: 3px;
    border: none;
    color: #fff !important;
    font: normal normal bold 0.833vw/1.0416vw SourceSans3-Regular;
    cursor: pointer;
}

.woocommerce-address-fields .button:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-EditAccountForm .woocommerce-Button.button:hover {
  background: #1E7DC4;
}

.woocommerce-account .woocommerce h2 {
	color: #0D61A0;
	width: 100%;
	font: normal normal normal 2.125vw/2.916vw  SourceSans3-Semibold;
	margin-bottom: 0;
}

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

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



footer {
  background: #DFE3EC;
  padding: 8vw 0 4.8vw;
  position: relative;
}

.footer-wrap {
  padding: 0 15.5%;
  margin-top: 5.20vw;
}


.footer-wrap .f-col:first-child {
  display: flex;
  flex-wrap: wrap;
  width: 40%
}

.footer-wrap .f-col a:hover {
	color: #1E7DC4 !important;
}

.footer-wrap .f-col:first-child p {
	margin-top: 0;
	font: normal normal normal 0.83vw/1.14vw SourceSans3-Regular;
	color: #3F3E3E;
}



.footer-wrap .f-col h3 {
	margin: 0;
	font: normal normal bold 0.83vw/1.45vw SourceSans3-Bold;
	color: #3F3E3E;
	margin-bottom: 5px;
}

.footer-wrap .f-col .f-logo {
	margin-right: 4.11vw;
}

.footer-wrap .f-col:first-child ul {
	left: 7.6vw;
    position: relative;
}



.footer-wrap .f-col .f-logo img {
  width: 3.59vw;
  height: 4.89vw;
  object-fit: contain;
}

.footer-wrap .f-col:first-child ul {
    display: flex;
    justify-content: space-between;
    width: 57%;
    padding-top: 7%;
}

.footer-wrap .f-col:first-child ul li p,
.footer-wrap .f-col:first-child ul li a {
	font: normal normal normal 0.83vw/1.45vw SourceSans3-Regular;
	color: #3F3E3E;
}

.footer-wrap .f-col ul li a {
	font: normal normal normal 0.83vw/1.45vw SourceSans3-Regular;
	color: #3F3E3E;
	padding: 4px 0px;
	display: inline-block;
}

.footer-wrap .f-col ul li {
  font: normal normal normal 0.83vw/1.45vw SourceSans3-Regular;
}


@media only screen and (max-width: 1660px) {
  .homepage-recipes {
    padding-bottom: 6.5vw;
  }
}


/* === 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;
}

.flex-end {
  align-items: flex-end;
}

