.banner-txt-about .wrap {
  padding: 25px;
  background: rgba(0, 0, 0, .55);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.home .banner-txt {
  display: none;
}

.home .banner-txt p {
  margin: 0;
}


/* ----------------------------------------------------------- */

.banner-main {
  padding-top: 130px;
}

.button-yellow {
  background: #f6ca32;
}

.button-yellow:hover {
  background: #dfb41a;
}

.button-green {
  color: #ffffff;
  background: #21794c;
}

.button-green:hover {
  background: #105b33;
}

.button-green:hover,
.button-yellow:hover {
  color: #ffffff;
}

.dot-list {
  list-style: none;
}

.dot-list li {
  color: #ffffff;
  position: relative;
  padding-left: 24px;
  font-family: "matter";
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
}

.dot-list li+li {
  margin-top: 8px;
}

.dot-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1%;
  width: 12px;
  height: 12px;
  background: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* ------------------------------------------- */

.recipe-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
  row-gap: 30px;
}

.recipe-column {
  width: 48%;
  margin: 0 1%;
}

.recipe-column h4 {
  font-size: 53px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 400;
}

/* ------------------------------------------- */

.respie-animation-wrap {
  text-align: center;
  position: relative;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}

.respie-animation h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 100px;
  line-height: 1;
}

.respie-animation ul,
.respie-animation li {
  display: flex;
  justify-content: center;
}

.respie-animation li {
  color: #ffffff;
  font-size: 14px;
  align-items: center;
  text-transform: uppercase;
}

.respie-animation li:not(:last-child) {
  margin-right: 25px;
}

.respie-animation li img {
  margin-right: 10px;
}

.respie-animation .button-block {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.respie-animation .button-block>* {
  text-transform: uppercase;
  padding: 19px 42px;
  text-decoration: none;
}

.respie-animation .button-block a:not(:first-child) {
  margin-left: 37px;
}

.respie-animation .content {
  position: absolute;
  left: 18px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}

.element {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}

.element.text {
  z-index: 3;
}

.recipe-leaf {
  z-index: 3;
}

[class*="anim-"] {
  opacity: 0;
  transition: transform var(--delay) var(--duration) cubic-bezier(0, 1, .3, 1),
    opacity var(--delay) var(--duration) ease-out;
  will-change: transform, opacity;
}

.anim-center {
  --delay: .1s;
  --duration: 1s;
  transform: translateY(24em) rotateZ(-20deg);
}

.anim-right {
  --delay: 1s;
  --duration: 1s;
  transform: translateX(24em) rotateZ(-5deg);
}

.anim-left {
  --delay: 1.5s;
  --duration: 1s;
  transform: translateX(-24em) rotateZ(-5deg);
}

.anim-center.is-visible {
  opacity: 1;
  transform: translateY(0) rotateZ(-2deg);
}

.anim-right.is-visible {
  opacity: 1;
  transform: translateX(0) rotateZ(-2deg);
}

.anim-left.is-visible {
  opacity: 1;
  transform: translateX(0) rotateZ(-2deg);
}

[class*="scale-"] {
  --duration: 1s;
  opacity: 0;
  transform: scale(5);
  transition: transform var(--delay) var(--duration) cubic-bezier(0, 1, .3, 1),
    opacity var(--delay) var(--duration) ease-out;
  will-change: transform, opacity;
}

.scale-1 {
  --delay: .5s;
}

.scale-2 {
  --delay: 1s;
}

.scale-3 {
  --delay: 1.5s;
}

.scale-4 {
  --delay: 2s;
}

.scale-5 {
  --delay: 2.5s;
}

.scale-6 {
  --delay: 3s;
}

.element-product {
  scale: .85;
}

[class*="scale-"].is-visible {
  opacity: 1;
  transform: scale(1);
}

.search-page {
  padding: 70px 0;
  background: #4d903e;
}

.search-page .wrap {
  position: relative;
  z-index: 9;
}

.search-page p,
.search-page li,
.search-page ol,
.search-page h3 {
  color: #fff;
}

.search-page p {
  margin-bottom: 0px;
}

.search-page h3 {
  font-size: 20px;
  letter-spacing: 2px;
}

.search-page ul {
  margin-top: 20px;
}

.search-page li {
  list-style: none;
  margin-bottom: 15px;
}

.search-page li a {
  text-decoration: none;
}

.nav-next a::after {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-family: arial;
}

.nav-previous a::after {
  content: "<";
  position: absolute;
  font-family: arial;
  top: 0;
  left: 0;
  line-height: 40px;
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.nav-links {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: 30px;
}

.nav-next a,
.nav-previous a {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  font-size: 0px;
  border: solid 1px #e6e7e8;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}



/* --------------------------------------------- */

.product-detail-page {
  background: #034f31;
  padding-bottom: 120px;
}

.product-detail-page .bread-crumbs ul li,
.product-detail-page .bread-crumbs ul li a,
.product-detail-page .bread-crumbs ul li::after {
  color: #ffffff;
}

.product-detail-page .bread-crumbs ul li a {
  font-weight: 400;
}

.product-detail-page .bread-crumbs ul li {
  font-weight: bold;
}

.product-detail-page .product-detail-right-block .product-name h1 {
  color: #ffffff;
}

.product-detail-page .pro-detail-block-02 h5 {
  text-transform: capitalize;
}

.single-image-dtl,
.gallery-image-slider {
  position: relative;
  z-index: 0;
  display: flex;
}

.single-image-dtl::after,
.gallery-image-slider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/jakor-detail-img.png) no-repeat;
  background-size: cover;
  background-position: top right;
  z-index: -1;
}

.gallery-nav-slider .slick-slide {
  background: #ffffff;
}

.gallery-nav-slider .slick-list .slick-slide .gallery-nav-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-nav-video {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.single-image-dtl img,
.gallery-image-slide img {
  max-height: 400px;
  max-width: 400px;
  margin: auto;
}

.gallery-image-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-image-slider .slick-list .slick-track{
  display: flex;
  align-items: center;
}

.gallery-image-slide a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  width: auto;
  height: auto;
  display: flex;
}

.product-detail-price {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 27px;
  margin: 12px 0 20px 0;
  line-height: 1;
  text-transform: uppercase;
}

.product-detail-page-inside {
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid rgba(253, 240, 187, 0.33);
}

.product-detail-page-inside ul,
.product-detail-page .detail-col-ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0px;
  margin: 0 -.5%;
}

.product-detail-page-inside ul li,
.product-detail-page .detail-col-ul li {
  width: 32.33%;
  margin: 0 .5%;
  border: none;
  min-height: 75px;
  align-items: center;
  background: #eee8d0;
  border-radius: 5px;
}

.product-detail-page .detail-col-ul li b,
.product-detail-page .detail-col-ul li span {
  color: #2e433b;
}

.product-detail-page .best-for .detail-col-ul li b {
  font-size: 15px;
  font-weight: 600;
  margin-left: 15px;
}

.product-detail-page .detail-col-ul li {
  justify-content: flex-start;
}

.ingredients {
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
  border-top: 1px solid rgba(253, 240, 187, 0.33);
  border-bottom: 1px solid rgba(253, 240, 187, 0.33);
}

.best-for,
.available-sizes {
  padding: 20px 0;
  border-bottom: 1px solid rgba(253, 240, 187, 0.33);
}

.best-for>h5,
.ingredients>span,
.available-sizes span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.ingredients ul,
.available-sizes ul {
  display: flex;
  margin: 0 -.5%;
  flex-wrap: wrap;
  row-gap: 5px;
  list-style: none;
}

.ingredients ul+ul {
  margin-top: 10px;
}

.ingredients li,
.available-sizes li {
  margin: 0 .5%;
  padding: 8px 10px;
  border: 1px solid #ffffff;
  border-radius: 3px;
}

.available-sizes li {
  color: #ffffff;
}

.where-to {
  margin-top: 30px;
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.where-to>a {
  display: flex;
  align-items: center;
  width: 246px;
  height: 46px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  background: #ffffff;
  border-radius: 100px;
}

.where-to>a:hover {
  color: #000000;
  background: #eee8d0;
}

.where-to span a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.description-tab {
  padding: 150px 0;
  text-align: center;
  color: #ffffff;
  background: rgb(3, 79, 49);
  background: linear-gradient(180deg, rgba(3, 79, 49, 1) 45%, rgba(9, 108, 62, 1) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.267);
}

.description-tab p {
  color: #ffffff;
}

.description-tab .product-tab-ul {
  justify-content: center;
}

.you-meight .title-black h2 {
  color: #ffffff;
}

.you-meight .product-txt-03 {
  background: #ffffff;
}

.p-video-pop.fancybox-content {
  width: calc(100% - 20px);
  max-width: 900px;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
  border-radius: 3px solid #ffffff;
}

.fancybox-slide--html .p-video-pop .fancybox-close-small {
  background: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  padding: 4px;
}

.fancybox-slide--html .p-video-pop .fancybox-close-small:not(:hover) {
  opacity: .7;
}

@media (max-width: 1600px) {
  .description-tab {
    padding: 100px 0;
  }

  .product-detail-page {
    padding-bottom: 100px;
  }
}

@media (max-width: 1200px) {
  .respie-animation h2 {
    font-size: 50px;
  }


}

@media (max-width: 860px) {
  .respie-animation .button-block a:not(:first-child) {
    margin-left: 15px;
  }

  .product-detail-right-block .product-name h1 {
    font-size: 24px;
  }

  .product-detail-page {
    padding-bottom: 70px;
  }

  .product-detail-page-inside ul li {
    padding: 10px;
    min-height: auto !important;
  }

  .respie-animation .button-block>* {
    padding: 10px px 20px;
  }

  .respie-animation .button-block {
    margin-top: 22px;
  }

  .respie-animation li:not(:last-child) {
    margin-right: 15px;
  }

  .description-tab {
    padding: 70px 0;
  }

  .product-detail-price {
    font-size: 21px;
    margin: 10px 0 15px 0;
  }


  .detail-col-ul li img {
    margin-right: 0;
  }

  .respie-animation h2 {
    font-size: 30px;
  }

  .recipe-column h4 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .banner-main {
    padding-top: 80px;
  }

  .respie-animation {
    padding: 50px 0;
  }

  .product-big-img-block .product-big-img .img-fit {
    max-width: 400px;
    max-height: 400px;
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .description-tab {
    padding: 50px 0;
  }



  .product-detail-page {
    padding-bottom: 50px;
  }

  .product-detail-page .detail-col-ul li {
    min-height: auto !important;
  }

  .where-to span a {
    font-size: 12px;
  }

  .best-for,
  .available-sizes {
    padding: 15px 0;
  }
}

@media (max-width: 640px) {
  .recipe-column {
    width: 100%;
  }

  .element {
    top: 10%;
  }

  .dot-list li {
    font-size: 14px;
  }

  .recipe-column h4 {
    font-size: 24px;
  }

  .where-to>a {
    width: 154px;
    height: 38px;
    font-size: 12px;
  }

  .where-to {
    column-gap: 10px;
  }
}

@media (max-width: 500px) {
  .respie-animation .button-block>* {
    padding: 10px 15px;
    font-size: 13px;
  }

  .detail-col-ul li {
    padding: 10px;
  }
}