@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100;0,9..144,200;0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;0,9..144,800;0,9..144,900;1,9..144,100;1,9..144,200;1,9..144,300;1,9..144,400;1,9..144,500;1,9..144,600;1,9..144,700;1,9..144,800;1,9..144,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

:root {
  --size: 24px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  color: #225926;
  background: #f4f7ed;
}
.styled_list ol,
.styled_list ul,
.styled_list li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
}
.styled_list ol,
.styled_list ul {
  padding-left: 10px;
  font-size: 18px;
}
.styled_list ol {
  counter-reset: item;
}
.styled_list ol ol {
  padding-left: 20px;
  padding-bottom: 10px;
}
.styled_list ol ul {
  padding-left: 27px;
}
.styled_list ol > li {
  display: block;
}
.styled_list ul {
  list-style: disc;
}
.styled_list ol > li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  margin-left: -11px;
  font-weight: 700;
}
.styled_list ol li,
.styled_list ul li {
  margin-bottom: 10px;
}
.styled_list ol li ol li:first-child {
  margin-top: 10px;
}
.noListStyle ul {
  list-style: none;
  padding-left: 0;
  font-size: 17px;
}
.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
.styled-table thead tr {
  background-color: #cad3b6;
  color: #225926;
  text-align: left;
}
.styled-table th,
.styled-table td {
  padding: 12px 15px;
}
.styled-table tbody tr {
  border-bottom: 1px solid red;
  transition: all 0.3s ease;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.dblock {
  display: block;
}
.text-center {
  text-align: center;
}
.hide {
  display: none !important;
  /* nav-index: "-1"; */
}
.visible {
  opacity: 1 !important;
  visibility: visible !important;
}
a {
  text-decoration: none;
}
.inline_anchor a {
  text-decoration: underline;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fraunces", serif;
}

h1,
.h1 {
  font-size: 12em;
  font-weight: 400;
}

h2,
.h2 {
  font-size: 6.4em;
  font-weight: 200;
}

h3,
.h3 {
  font-size: 3.2em;
  font-weight: 300;
}
h4,
.h4 {
  font-size: 2.8em;
  font-weight: 300;
}
h2 strong,
.h2 strong {
  font-weight: 400;
}

p,
.p {
  font-size: 2em;
}
.fw_400 {
  font-weight: 400;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.m-auto {
  margin: 0 auto;
}
.lower_opacity {
  opacity: 0.3;
}
.opa1 {
  opacity: 1;
}
.jCenter {
  justify-content: center;
}
.primary-link {
  padding: 20px 24px;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #225926;
  font-weight: 600;
  display: inline-block;
  border: none;
  background: #cad3b6;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
}
/* --- Checkbox Starts --- */
.products-wrapper input {
  position: absolute;
  opacity: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.products-wrapper input:checked ~ span svg path {
  stroke-dashoffset: 0;
}

.products-wrapper input:focus ~ span {
  transform: scale(1.03);
}

.products-wrapper input ~ span {
  display: block;
  border: 2px solid #333;
  width: var(--size);
  height: var(--size);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-right: 8px;
}

.products-wrapper input ~ span:active {
  transform: scale(1.05);
  border-radius: 12px;
}

.products-wrapper input ~ span svg {
  pointer-events: none;
  padding: 5%;
}

.products-wrapper input ~ span svg path {
  fill: none;
  stroke: #333;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 101;
  transition: all 250ms cubic-bezier(1, 0, 0.37, 0.91);
}
/* --- Checkbox Ends --- */
.primary-link.white {
  background: #ffffff;
  color: #1e1e1e;
}

.section-subtitle {
  font-size: 2em;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 700;
}

.landing-banner {
  width: 100%;
  height: 100vh;
  /* background-image: url('../images/landing-banner.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px; */
}

.slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: none;
  background: #515c38;
  cursor: pointer;
}

.slick-dots li {
  display: inline-block;
}

.slick-arrow.slick-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.slick-dots li button {
  text-indent: -9999;
  background: rgba(255, 255, 255, 0.4);
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: none;
  border-radius: 100%;
}

.landing-slider .slick-slide {
  height: 100%;
}

.landing-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  left: 100px;
}

.landing-slider .landing-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-banner .landing-slide:after,
.category-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.74) 0%,
    rgba(0, 0, 0, 0) 18.75%,
    rgba(0, 0, 0, 0) 31%,
    #000000 100%
  );
}
.landing-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}

.landing-slider .slick-dots li.slick-active button {
  background: #fff;
}

.landing-slider .slick-arrow.slick-next {
  margin-left: 68px;
}

.landing-slider .landing-slide-content {
  position: absolute;
  top: calc(50% + 78px);
  z-index: 99;
  padding-left: 100px;
  width: 100%;
}

.landing-slider .landing-slide-content h2 {
  font-size: 9.6em;
  line-height: 102px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  max-width: 980px;
  margin-bottom: 15px;
}

.landing-slider .landing-slide-content p {
  font-size: 2.4em;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}

.mobile-nav-toggle {
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 999;
  display: none;
  cursor: pointer;
}

.subpage-nav-toggle {
  position: static;
  padding: 40px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}

.mobile-nav-toggle span {
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 5px;
  display: block;
}

.subpage-nav-toggle span {
  background: #225926;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  top: 40px;
}

.subpage-navigation {
  position: static;
  padding: 32px 0;
}

.mobile-close-nav {
  position: absolute;
  top: 40px;
  right: 20px;
  display: none;
}

.mobile-close-nav span {
  width: 35px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  display: block;
}

.subpage-navigation .mobile-close-nav span {
  background: #225926;
}

.mobile-close-nav span:first-child {
  transform: rotate(44deg) translate(2px, 0px);
}

.mobile-close-nav span:last-child {
  transform: rotate(-44deg) translate(2px, 1px);
}

.main-navigation ul {
  list-style: none;
}

.main-navigation ul li {
  display: inline-block;
  margin-right: 30px;
}

.main-navigation ul li:last-child {
  margin-right: 0;
}

.main-navigation ul li a {
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.subpage-navigation.main-navigation ul li a {
  color: #225926;
}

.main-navigation ul li a:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s ease-in-out;
}

.subpage-navigation.main-navigation ul li a:after {
  background: #225926;
}

.main-navigation ul li a:hover:after,
.main-navigation ul li a.active:after {
  width: 100%;
}

.logo {
  margin: 0 35px;
}

.why-us-section {
  height: 880px;
  position: relative;
}

.why-us-section .container {
  height: 100%;
}

.why-us-section .section2-image-left {
  position: absolute;
  left: 0;
  top: 0;
}

.why-us-section .section2-image-right {
  position: absolute;
  right: 0;
  top: 0;
}

.section2-content {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.section2-content h2 {
  margin-bottom: 20px;
}

.badges-section {
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.section3-bg {
  position: absolute;
  top: -10px;
  right: 0;
}

.badges-section-title {
  max-width: 816px;
  width: 100%;
}

.badges-section-title h2 {
  margin-bottom: 20px;
}

.badges-section-content {
  display: flex;
  padding-top: 50px;
  flex-wrap: wrap;
  flex-direction: row;
}

.badges-section-tile {
  flex: 0 0 33.33%;
  margin-bottom: 50px;
}

.badges-section-tile img {
  margin-bottom: 25px;
}

.badges-section-tile h3 {
  margin-bottom: 15px;
  max-width: 336px;
  width: 100%;
}

.badges-section-tile p {
  max-width: 336px;
  width: 100%;
}

.products-section {
  position: relative;
  padding: 70px 0;
  background: #cad3b6;
  overflow: hidden;
}

.section4-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 768px;
}

.product-slider {
  padding-top: 50px;
}

.product-slide-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.product-slide-row .produt-slide-tile {
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.product-slide-row .produt-slide-tile img {
  width: 100%;
  height: 100%;
}

.product-slide-row .produt-slide-tile:after {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.product-slide-row .produt-slide-tile > span {
  font-size: 5.4em;
  position: absolute;
  top: 50%;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 99;
  line-height: 1;
  font-family: "Fraunces", serif;
  color: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
  font-weight: 600;
  transform: translateY(-50%);
}
.product-slide-row .produt-slide-tile .product-details a.primary-link::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-slide-row .produt-slide-tile .product-details {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
  text-align: center;
}

.product-slide-row .produt-slide-tile .product-details span {
  font-size: 5.4em;
  line-height: 1;
  font-family: "Fraunces", serif;
  color: #fff;
  margin-bottom: 24px;
  font-weight: 600;
}

.product-slide-row .produt-slide-tile:hover:after,
.product-slide-row .produt-slide-tile:hover > span,
.product-slide-row .produt-slide-tile:hover .product-details {
  visibility: visible;
  opacity: 1;
  transition: 0.4s ease-in-out;
}

.product-slide-row.row1 .produt-slide-tile:first-child,
.product-slide-row.row3 .produt-slide-tile:last-child {
  flex: 0 0 60%;
  max-height: 386px;
}
.product-slide-row.row4 .produt-slide-tile:last-child {
  flex: 0 0 50%;
  max-height: 386px;
}
.produt-slide-tile.noDetailPage > span {
  visibility: visible;
  opacity: 1;
  background-color: #99b06a;
  padding: 15px 0;
}
.produt-slide-tile.noDetailPage:after {
  display: none;
}
.product-slide-row.row1 .produt-slide-tile:first-child img,
.product-slide-row.row3 .produt-slide-tile:last-child img {
  max-height: 386px;
  object-fit: cover;
  object-position: center;
}
.product-slide-row.row1 .produt-slide-tile:last-child,
.product-slide-row.row3 .produt-slide-tile:first-child,
.product-slide-row.row4 .produt-slide-tile:first-child {
  flex: 0 0 40%;
  max-height: 386px;
}
.product-slide-row.row1.single .produt-slide-tile:last-child {
  flex: 0 0 60%;
}
.product-slide-row.row1 .produt-slide-tile:last-child img,
.product-slide-row.row3 .produt-slide-tile:first-child img {
  max-height: 386px;
  object-fit: cover;
  object-position: center;
}
.product-slide-row.row2 .produt-slide-tile {
  flex: 0 0 33.33%;
}
.product-slide-row.row5 .produt-slide-tile {
  flex: 0 0 50%;
}
.product-slider .slick-arrow {
  position: absolute;
  z-index: 99;
  top: -60px;
  right: 0;
}

.product-slider .slick-arrow.slick-prev {
  right: 70px;
}

.slick-slide {
  height: auto;
}

.testimonials-section {
  padding: 120px 0;
  position: relative;
}

.testimonial-section-bg {
  position: absolute;
  top: 40px;
  right: 0;
}

.testimonials-section-title {
  width: 100%;
  max-width: 600px;
}

.testimonials-section-title h2 {
  margin-bottom: 20px;
}

.testimonials-section-title p {
  width: 100%;
  max-width: 480px;
}

.testimonial-slider {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.testimonial-slider:before {
  content: "";
  height: 400px;
  width: 500px;
  background: linear-gradient(
    90deg,
    rgba(217, 217, 217, 0) 0%,
    #fff 25%,
    #fff 60%,
    #fff 25%,
    rgba(217, 217, 217, 0) 100%
  );
  z-index: 99;
  position: absolute;
  top: 0;
  left: -300px;
}

.testimonial-slider:after {
  content: "";
  height: 400px;
  width: 500px;
  background: linear-gradient(
    90deg,
    rgba(217, 217, 217, 0) 0%,
    #fff 25%,
    #fff 50%,
    #fff 25%,
    rgba(217, 217, 217, 0) 100%
  );
  z-index: 99;
  position: absolute;
  top: 0;
  right: -350px;
}

.testimonial-slider .testimonial-slide {
  padding: 0 15px;
}

.testimonial-slider .testimonial-slide .testimonial-slide-wrap {
  padding: 24px;
  box-shadow: 0 4px 10px 0 rgba(34, 89, 38, 0.16);
  border-radius: 16px;
}

.testimonial-slider .testimonial-slide:nth-child(odd) .testimonial-slide-wrap {
  background: rgba(202, 211, 182, 0.4);
}

.testimonial-slider .testimonial-slide:nth-child(even) .testimonial-slide-wrap {
  background: rgba(202, 211, 182, 1);
}

.testimonial-slider .testimonial-slide .testimonial-slide-wrap p {
  margin-bottom: 15px;
}

.testimonial-slider
  .testimonial-slide
  .testimonial-slide-wrap
  .testimonial-user {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.testimonial-slider
  .testimonial-slide
  .testimonial-slide-wrap
  .testimonial-user
  .testimonial-user-thumb {
  margin-right: 10px;
}

.testimonial-slider
  .testimonial-slide
  .testimonial-slide-wrap
  .testimonial-user
  .testimonial-user-name,
.testimonial-slider
  .testimonial-slide
  .testimonial-slide-wrap
  .testimonial-user
  .testimonial-user-location {
  font-size: 2em;
  line-height: 1;
  display: block;
}

.testimonial-slider
  .testimonial-slide
  .testimonial-slide-wrap
  .testimonial-user
  .testimonial-user-location {
  opacity: 0.5;
  margin-top: 5px;
}

.testimonial-section-frame {
  overflow: hidden;
  margin-top: 40px;
  position: relative;
  z-index: 99;
}

.instagram-section {
  padding: 60px 0;
}
.instagram-section img {
  max-width: 100%;
}
.slick-initialized .insta-slide.slick-slide {
  padding: 0 15px;
  max-width: 344px;
}
.insta-section-title {
  text-align: right;
  margin-bottom: 80px;
}

.insta-section-title h2 {
  margin-bottom: 15px;
}

.insta-slider2 {
  margin-top: 30px;
}
/* --- Cookie Starts --- */
.cookie_wrapper,.form_submitted {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 99;
}
.cookie_inner_wrapper {
  display: flex;
  justify-content: center;
  background: #d7dec7;
  padding: 35px 0;
  text-align: center;
  align-self: flex-end;
  width: 100%;
  box-shadow: -20px 20px rgba(0, 0, 0, 0.15);
}

.preference .cookie_inner_wrapper {
  width: 40%;
  margin: 0 auto;
  align-self: center;
  min-width: 575px;
  box-shadow: -14px 12px 20px rgba(0, 0, 0, 0.15);
}
.cookie_body_wrapper {
  position: relative;
  width: 100%;
}
.preference .cookie_body_wrapper {
  padding: 0 35px;
}
.cookie_content button:first-of-type {
  margin-right: 16px;
}
.cookie_content .selected.primary-link {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
}
.cross-button {
  position: absolute;
  height: 25px;
  width: 19px;
  right: 15px;
  top: -25px;
  cursor: pointer;
}
.cross-button:before,
.cross-button:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  height: 2px;
  width: 19px;
  background: #225926;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cross-button:hover:before,
.cross-button:hover:after {
  background: #cc5d4c;
}
.cross-button:after {
  transform: rotate(-45deg);
}
.cross-button:before {
  transform: rotate(45deg);
}
/* --- Cookie Ends --- */
.footer {
  padding: 80px 0;
  background: #cad3b6;
}

.primary-footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 2px solid rgba(147, 159, 122, 0.5);
  margin-bottom: 40px;
}

.footer-nav-wrapper nav {
  text-align: right;
}

.footer-nav-wrapper nav ul li {
  display: inline-block;
  margin-left: 24px;
}

.footer-nav-wrapper nav ul li a {
  font-size: 2em;
  font-weight: 600;
  color: #225926;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  opacity: 0.5;
  transition: 0.4s ease-in-out;
}

.footer-nav-wrapper nav ul li a.active,
.footer-nav-wrapper nav ul li a:hover,
.copyright-links ul li a.active {
  opacity: 1;
}

.secondary-footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.copyright-wrapper p {
  font-size: 1.6em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  opacity: 0.5;
}

.copyright-links ul li {
  display: inline-block;
  margin-left: 24px;
}

.copyright-links ul li a,
.copyright-wrapper .accordion_item .acc_title {
  font-size: 1.6em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  opacity: 0.5;
  color: #225926;
  transition: 0.4s ease-in-out;
}
.copyright-wrapper .accordion_item .acc_title {
  display: inline-flex;
}
.copyright-wrapper .accordion_item {
  border: none;
  padding-bottom: 0;
  max-width: 235px;
  position: relative;
}
.copyright-wrapper .accordion_item .acc_description {
  bottom: 100%;
  position: absolute;
  left: 0;
  background: #f4f7ed;
  padding: 15px !important;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 1px 22px 2px #cad3b6;
}
.copyright-links ul li a:hover {
  opacity: 1;
}

/* --- Accordion Starts --- */
.accordion_inner_wrapper {
  margin-bottom: 40px;
}
.accordion_item {
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.accordion_item .acc_inp {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.accordion_item .acc_title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  padding-bottom: 20px;
  padding-right: 55px;
  position: relative;
}
.accordion_item .acc_title .icon_down {
  transform: rotate(-90deg);
  right: 24px;
  font-size: 48px;
  position: absolute;
  display: inline;
  transition: all 0.3s ease;
}
.accordion_item .acc_description {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.accordion_item .acc_inp:checked + .acc_title .icon_down {
  transform: rotate(90deg);
}
.accordion_item .acc_inp:checked ~ .acc_description {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  padding-bottom: 18px;
}
/* --- Accordion Ends --- */
/* --- Contact Starts ---  */
.contact-form-full-wrapper .form_group {
  padding-bottom: 20px;
  margin-bottom: 18px;
  position: relative;
}
.contact-form-full-wrapper .input_field,
.contact-form-full-wrapper .ddl_selected {
  border: 1px solid;
  border-radius: 10px;
  padding: 20px 15px;
  min-height: 50px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  resize: none;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
}
.contact-form-full-wrapper .input_field:disabled {
  background: rgba(0, 0, 0, 0.2);
}
.contact-form-full-wrapper .form_group label {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.contact-form-full-wrapper .submit {
  padding: 12px 22px;
}
.contact-form-full-wrapper .products-wrapper li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-form-full-wrapper .products-wrapper li:last-child,
.contact-form-full-wrapper .form_group label.product-item {
  margin-bottom: 0;
}
.contact-form-full-wrapper .form_group label.product-item {
  cursor: pointer;
}

input:focus ~ .product-item {
  border-top: 2px solid #229626;
  border-bottom: 2px solid #229626;
  border-radius: 8px;
}

.contact-form-full-wrapper .form_group .validation_message {
  color: #d85757;
  font-weight: 600;
  font-size: 16px;
  font-style: italic;
}
.contact-form-full-wrapper .phone-wrapper input#phpre {
  width: 63px;
}
.contact-form-full-wrapper .phone-wrapper input#phone {
  width: calc(100% - 66px);
}
.inp_note {
  font-size: 16px;
  margin-top: 10px;
}
/* --- Contact Ends  --- */
.para_space p:not([class*="pb"], [class*="pt"]) {
  margin-bottom: 10px;
}
.footer_notes p {
  margin-bottom: 10px;
}
.heavy_headers .h4 {
  font-weight: 500;
}
.product-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 200px;
}

.product-main-left,
.product-main-right {
  flex: 0 0 50%;
  max-width: 50%;
}

.product-main-left {
  padding-right: 50px;
  padding-top: 20px;
}

.product-main-right {
  padding-left: 50px;
}

.product-main-right .h2 {
  margin-bottom: 15px;
}

.product-main-right .product-price {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 40px;
  display: block;
}

.product-main-right > p {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.product-main-right > p:last-child {
  margin-bottom: 40px;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;

  justify-content: space-between;
}

.product-details-wrap {
  flex: 0 0 50%;
  max-width: calc(50% - 50px);
  margin-top: 40px;
  position: relative;
}

.product-details-wrap .dropdown-toggle {
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 1.6px;
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}
.product-details-wrap .option_title {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: "Fraunces", serif;
}

.product-details-wrap .dropdown-toggle:after {
  content: url(../images/down-arrow.svg);
  position: absolute;
  top: 4px;
  right: 0px;
  transition: all 0.4s ease-in-out;
}
.product-details-wrap .dropdown-toggle.snapdown:after {
  display: none;
}

.product-details-wrap.active .dropdown-toggle:after {
  transform: rotate(180deg);
}
.product-details-wrap .dropdown-toggle.snapdown .icon_snap {
  font-size: 40px;
  font-style: normal;
}
.product-details-wrap .dropdown-toggle.snapdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-details-wrap.active .dropdown-toggle.snapdown .open,
.product-details-wrap .dropdown-toggle.snapdown .close {
  display: none;
}
.product-details-wrap.active .dropdown-toggle.snapdown .close {
  display: inline-block;
}
.dropdown-wrap,
.products-wrapper {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  background: #cad3b6;
  padding: 15px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transform: translateY(10px);
  transition: 0.4s ease-in-out;
  box-shadow: 0px 1px 22px 2px #cad3b6;
}
.products-wrapper {
  max-height: 200px;
  overflow: auto;
  top: auto;
  display: flex;
}

.products-wrapper ul {
  display: flex;
  flex-direction: column;
}

.snapdown_wrapper .dropdown-wrap {
  top: auto;
}
.product-details-wrap.active .dropdown-wrap {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.4s ease-in-out;
}

.dropdown-wrap ul {
  list-style: none;
}

.dropdown-wrap ul li {
  margin-bottom: 10px;
}

.dropdown-wrap ul li:last-child {
  margin-bottom: 0;
}

.dropdown-wrap ul li a {
  font-size: 1.8em;
  font-weight: 400;
  color: #225926;
  opacity: 0.7;
}
.dropdown-wrap.noSelection ul li a {
  opacity: 1;
  pointer-events: none;
}
.dropdown-wrap ul li a.active {
  opacity: 1;
}

.product-qty-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.qty-btn {
  width: 48px;
  height: 48px;
  font-size: 2.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: none;
  background: #cad3b6;
  color: #225926;
  cursor: pointer;
}

.qty-count {
  color: #225926;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin: 0 24px;
}

.add-to-cart-btn {
  margin-top: 69px;
  width: 100%;
}

.add-to-cart-btn button {
  display: block;
  cursor: pointer;
  width: 100%;
}

.proudct-main-slider {
  position: relative;
  margin-bottom: 24px;
}
.proudct-main-slider img {
  max-width: 100%;
}

.proudct-main-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 24px);
}

.proudct-main-slider .slick-arrow.slick-prev {
  left: -68px;
}

.proudct-main-slider .slick-arrow.slick-next {
  right: -68px;
}

.slider-nav {
  margin: 0 -12px;
}

.slider-nav .slider-thumb {
  padding: 0 12px;
  overflow: hidden;
}

.slider-nav .slider-thumb img {
  width: 100%;
}

.related-products {
  padding-bottom: 82px;
}

.related-product-slider {
  margin-top: 80px;

  margin-left: -12px;
}

.related-product-slider .related-product-slide {
  padding: 0 12px;
}

.related-product-slider
  .related-product-slide
  .related-product-slide-wrapper
  img {
  margin-bottom: 24px;
  /* height: 456px; */
  /* width: 456px; */
  max-width: 100%;
}

.related-product-slider
  .related-product-slide
  .related-product-slide-wrapper
  span {
  display: block;
  font-size: 2em;
  font-weight: 500;
  color: #225926;
}

.related-product-slider {
  position: relative;
  margin-bottom: 24px;
}

.related-product-slider .slick-arrow {
  position: absolute;
  top: -134px;
}

.related-product-slider .slick-dots {
  max-width: 1170px;
  width: 100%;
  margin-top: 104px;
  border-bottom: 2px solid rgba(147, 159, 122, 0.3);
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.related-product-slider .slick-dots li {
  flex-grow: 1;
  flex-basis: 0;
}

.related-product-slider .slick-dots li button {
  border: none;
  background-color: transparent;
  height: 4px;
  width: 100%;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
}

.related-product-slider .slick-dots li.slick-active button {
  background-color: #9aa581;
}

.category-banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.category-banner.clamshell {
  background-image: url(../images/clamshell-box-banner.webp);
}
.category-banner.plates {
  background-image: url(../images/plates-banner.webp);
}
.category-banner.bowl {
  background-image: url(../images/bowls_banner.webp);
}
.category-banner.tray {
  background-image: url(../images/trays_banner.webp);
}
.category-banner.cutlery {
  background-image: url(../images/cutlery-banner.webp);
}

.landing-title {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.landing-title h1,
.landing-title .h1 {
  color: #fff;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
  text-transform: capitalize;
}

.product-tiles {
  padding: 80px 0 60px;
}

/**************************** Medial Queries (Responsive) *********************/

@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  .landing-slider .slick-arrow {
    top: 40%;
  }

  .landing-slider .landing-slide-content {
    top: 50%;
  }

  .landing-slider .landing-slide-content h2 {
    font-size: 7.6em;
    line-height: 1;
  }

  .why-us-section {
    overflow: hidden;
  }

  .why-us-section .section2-image-left {
    left: -300px;
  }

  .why-us-section .section2-image-right {
    right: -300px;
  }

  .testimonials-section {
    padding-bottom: 0px;
  }

  .testimonial-section-bg {
    width: 60%;
  }

  .testimonial-slider:before {
    left: -378px;
  }

  .testimonial-slider:after {
    right: -378px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 5em;
    list-style: 1;
  }

  h3,
  .h3 {
    font-size: 2.4em;
  }

  p {
    font-size: 1.6em;
  }
  .styled_list ol li,
  .styled_list ul li {
    font-size: 15px;
  }
  .landing-slider .slick-arrow {
    top: 40%;
  }

  .landing-slider .landing-slide-content {
    top: 50%;
  }

  .landing-slider .landing-slide-content h2 {
    font-size: 7.6em;
    line-height: 1;
  }

  .why-us-section {
    overflow: hidden;
  }

  .why-us-section .section2-image-left {
    left: -300px;
  }

  .why-us-section .section2-image-right {
    right: -300px;
  }

  .testimonials-section {
    padding-bottom: 0px;
  }

  .testimonial-section-bg {
    width: 60%;
  }

  .testimonial-slider:before {
    left: -378px;
  }

  .testimonial-slider:after {
    right: -378px;
  }

  .badges-section-tile {
    padding-right: 15px;
  }

  .proudct-main-slider .slick-arrow.slick-prev {
    left: 0;
    z-index: 99;
  }

  .proudct-main-slider .slick-arrow.slick-next {
    right: 0;
    z-index: 99;
  }

  .related-products {
    padding: 0 15px !important;
  }

  .related-product-slider .slick-dots {
    max-width: 900px;
    margin: 60px auto;
  }

  .product-main-left {
    padding-right: 20px;
  }

  .product-main-right {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 4.4em;
    list-style: 1;
  }

  h3,
  .h3 {
    font-size: 2.2em;
  }

  p {
    font-size: 1.6em;
  }
  .styled_list ol li,
  .styled_list ul li {
    font-size: 15px;
  }

  .landing-slider .slick-arrow {
    top: 40%;
    left: 15px;
  }

  .landing-slider .landing-slide-content {
    top: 50%;
    padding-left: 15px;
  }

  .landing-slider .landing-slide-content h2 {
    font-size: 6.6em;
    line-height: 1;
  }

  .why-us-section {
    overflow: hidden;
  }

  .why-us-section .section2-image-left {
    left: -400px;
  }

  .why-us-section .section2-image-right {
    right: -400px;
  }

  .testimonials-section {
    padding-bottom: 0px;
  }

  .testimonial-section-bg {
    width: 60%;
  }

  .testimonial-slider:before {
    left: -378px;
  }

  .testimonial-slider:after {
    right: -378px;
  }

  .badges-section-tile {
    padding-right: 15px;
  }

  .product-main-wrapper {
    flex-direction: column;
  }

  .product-main-left {
    max-width: 600px;
    margin: 0 auto 30px;
    padding-right: 0;
  }

  .product-main-right {
    max-width: 100%;
    padding-left: 0;
  }

  .related-products {
    padding: 0 15px !important;
  }

  .related-product-slider .slick-dots {
    max-width: 700px;
    margin: 60px auto;
  }

  .product-main-wrapper {
    padding-bottom: 60px;
  }

  h1,
  .h1 {
    font-size: 7em;
  }

  .product-slide-row .produt-slide-tile .product-details span {
    font-size: 3em;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .subpage-nav-toggle {
    display: flex;
  }

  .mobile-close-nav {
    display: block;
  }

  .main-navigation {
    width: 100%;
    height: 100vh;
    background: #cad3b6;
    top: 0;
    left: 0;
    z-index: 0;
    position: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    transform: translateY(-100px);
  }

  .main-navigation.active {
    visibility: visible;
    opacity: 1;
    transition: 0.4s ease-in-out;
    transform: translateY(0);
    z-index: 999;
  }

  .logo {
    margin: 0;
    margin-bottom: 20px;
  }
  .product-tiles {
    padding: 60px 0 50px;
  }
  .main-navigation ul {
    order: 1;
    text-align: center;
  }

  .main-navigation ul li {
    display: block;
    margin: 10px 0;
  }

  .primary-footer,
  .secondary-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-nav-wrapper nav {
    text-align: center;
  }

  .footer-nav-wrapper nav ul li {
    margin: 5px 10px;
  }

  .footer-logo-wrapper {
    margin-bottom: 25px;
  }

  .copyright-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }

  .copyright-links {
    text-align: center;
  }

  .copyright-links ul li {
    margin: 5px 0;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.2em;
  }

  h3,
  .h3 {
    font-size: 2em;
  }

  p {
    font-size: 1.6em;
  }
  .styled_list ol li,
  .styled_list ul li {
    font-size: 15px;
  }
  .landing-slider .slick-arrow {
    top: 32%;
    left: 15px;
  }
  .landing-banner {
    height: auto;
  }
  .product-tiles {
    padding: 30px 0;
  }
  .landing-slider .landing-slide-content {
    top: auto;
    padding-left: 15px;
    bottom: 13%;
  }

  .landing-slider .landing-slide-content h2 {
    font-size: 4em;
    line-height: 1;
    max-width: 200px;
  }
  .landing-slider .landing-slide-content p {
    font-size: 1.8em;
  }
  .landing-slider .slick-slide {
    height: auto;
    position: relative;
  }
  .landing-slider .slick-slide img {
    height: 100vh;
  }

  .product-slide-row .produt-slide-tile {
    flex: 0 0 100% !important;
    max-height: none !important;
    display: flex;
    justify-content: center;
  }
  .product-slide-row .produt-slide-tile img {
    max-width: 100%;
    object-fit: contain !important;
    width: auto !important;
    height: auto !important;
  }
  .why-us-section .container,
  .why-us-section {
    height: auto;
  }
  .footer-nav-wrapper nav ul li a {
    font-size: 1.7em;
  }
  .footer {
    padding: 50px 0;
  }
  .copyright-wrapper {
    margin-bottom: 0;
  }
  .primary-footer {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .copyright-links {
    margin-bottom: 20px;
  }
  .copyright-wrapper p {
    font-size: 1.3em;
  }
  .secondary-footer {
    flex-direction: column-reverse;
  }
  .section2-content {
    height: auto;
    padding: 40px 0;
  }

  .why-us-section .section2-image-left {
    display: none;
  }

  .why-us-section .section2-image-right {
    display: none;
  }

  .badges-section {
    padding: 40px 0;
  }

  .section3-bg {
    display: none;
  }

  .badges-section-content {
    flex-direction: column;
  }

  .testimonials-section {
    padding-bottom: 0px;
  }

  .testimonial-section-bg {
    width: 60%;
    opacity: 0;
  }

  .testimonial-slider:before {
    left: -500px;
  }

  .testimonial-slider:after {
    right: -500px;
  }
  .slick-initialized .insta-slide.slick-slide {
    max-width: 260px;
    padding: 0 10px;
  }

  .badges-section-tile {
    padding-right: 15px;
  }

  .product-slide-row {
    flex-direction: column;
  }

  .product-slider .slick-arrow {
    top: auto;
    bottom: -48px;
    right: 0 !important;
    left: 0;
    margin: auto;
  }

  .product-slider .slick-arrow.slick-prev {
    transform: translateX(-42px);
  }

  .product-slider .slick-arrow.slick-next {
    transform: translateX(42px);
  }

  .product-slide-row .produt-slide-tile > span {
    font-size: 2.2em;
    top: calc(50% - 11px);
  }

  .product-main-wrapper {
    flex-direction: column;
  }

  .product-main-left {
    max-width: 320px;
    margin: 0 auto 30px;
    padding-right: 0;
  }

  .product-main-right {
    max-width: 100%;
    padding-left: 0;
  }

  .related-products {
    padding: 0 15px !important;
  }

  .related-product-slider .slick-dots {
    max-width: 300px;
    margin: 60px auto;
  }

  .product-main-wrapper {
    padding-bottom: 60px;
  }

  .proudct-main-slider .slick-arrow {
    display: none !important;
  }

  .product-details {
    flex-direction: column;
  }
  .product-details-wrap {
    max-width: none;
    margin-top: 30px;
  }

  .related-product-slider .slick-arrow {
    display: none !important;
  }

  .related-product-slider .related-product-slide {
    text-align: center;
  }
  h1,
  .h1 {
    font-size: 6em;
  }

  .product-slide-row .produt-slide-tile .product-details span {
    font-size: 2.4em;
  }
  .cookie_content button {
    display: block;
    margin: 0 auto;
  }
  .cookie_content button:first-of-type {
    margin: 0 auto 15px;
  }
  .preference .cookie_inner_wrapper {
    width: 100%;
    min-width: auto;
  }
  .cookie_wrapper:not(.preference) .cross-button {
    top: -32px;
    right: 10px;
  }
  .product-slide-row .produt-slide-tile .primary-link {
    padding: 12px 16px;
  }
}
@media (hover: none),
  (hover: on-demand),
  (-moz-touch-enabled: 1),
  (pointer: coarse) {
  .product-slide-row .produt-slide-tile .product-details,
  .product-slide-row .produt-slide-tile:after,
  .product-slide-row .produt-slide-tile > span {
    opacity: 1;
    visibility: visible;
  }
}
