/*! Normalise CSS !*/
@import url(normalize.css);
/*!Root Css!*/
/*! Google Fonts !*/
@import url(../fonts/fonts.css);
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
/*! Google Fonts !*/
* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
}

body {
  margin: 0rem;
  padding: 0rem;
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.6875rem */
  overflow-x: hidden;
}

p {
  color: var(--text-dark-green, #022d23);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  margin-bottom: 1.25rem;
}
p:last-child {
  margin: 0;
}

h1 {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 8.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 8.75rem */
  /* 4.124rem */
}

h2 {
  padding: 0;
  margin: 0;
  color: var(--text-dark-green, #022d23);
  font-family: Rubik;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 3.375rem */
}

h3 {
  padding: 0;
  margin: 0;
  color: var(--White, #fff);
  font-family: "Rubik", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 1.75rem;
  color: #000;
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 103.1%;
  /* 2.062rem */
}

h5 {
  padding: 0;
  margin: 0;
  color: var(--Black, #000);
  font-family: "Rubik", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.25rem;
  /* 150% */
}

h6 {
  color: var(--text-dark-green, #022d23);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.6875rem */
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  display: inline-flex;
  padding: 1rem 1.5rem;
  align-items: center;
  gap: 0.6875rem;
  border-radius: 3.125rem;
  background: var(--yellow-primary, #fed000);
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0);
}
.btn img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button img {
  width: auto !important;
  transition: all 0.3s ease-in-out;
}
.btn:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:active {
  border: rgba(0, 0, 0, 0);
}
.btn:hover, .btn:focus, .btn:active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:active:focus {
  background-color: #2b2b2d;
  color: var(--yellow-primary, #fed000);
  border: 0.0625rem solid rgba(0, 0, 0, 0);
}
.btn:hover img, .btn:focus img, .btn:active:focus img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:active:focus img {
  filter: invert(81%) sepia(51%) saturate(2999%) hue-rotate(1deg) brightness(106%) contrast(104%);
}
.btn.bg-transparent,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.bg-transparent {
  background-color: transparent;
  border: 0.0625rem solid white;
  color: white;
}
.btn.bg-transparent img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.bg-transparent img {
  filter: brightness(0) invert(1);
}
.btn.bg-transparent:hover, .btn.bg-transparent:focus, .btn.bg-transparent:active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.bg-transparent:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.bg-transparent:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.bg-transparent:active:focus {
  background-color: white !important;
  color: var(--Balck-Dark, #2b2b2d);
  border: 0.0625rem solid white;
}
.btn.bg-transparent:hover img, .btn.bg-transparent:focus img, .btn.bg-transparent:active:focus img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.bg-transparent:hover img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.bg-transparent:focus img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.bg-transparent:active:focus img {
  filter: unset;
}
.btn.border-blue,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.border-blue {
  border-color: #3c4765;
  color: #3c4765;
}
.btn.border-blue img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.border-blue img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(10%) saturate(2045%) hue-rotate(186deg) brightness(97%) contrast(85%);
}
.btn.border-blue:hover, .btn.border-blue:focus, .btn.border-blue:active:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.border-blue:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.border-blue:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.border-blue:active:focus {
  background-color: #3c4765 !important;
  color: white;
}
.btn.border-blue:hover img, .btn.border-blue:focus img, .btn.border-blue:active:focus img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.border-blue:hover img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.border-blue:focus img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.border-blue:active:focus img {
  filter: brightness(0) invert(1);
}
.btn.nobtn,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.nobtn {
  color: #2b2b2d;
  background-color: transparent;
}
.btn.nobtn img,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.nobtn img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(5%) saturate(409%) hue-rotate(202deg) brightness(99%) contrast(87%);
}

.fakebtn {
  position: relative;
}
.fakebtn input[type=submit] {
  position: absolute;
  inset: 0;
  opacity: 0;
}

input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  opacity: 0.5;
}

input:not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: 0.5;
}

input:not([type=submit]),
select {
  display: block;
  width: 100%;
  padding: 0.875rem 0.625rem;
  border-radius: 0rem;
  background: #fff;
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
  box-shadow: none;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

textarea {
  height: 12.5625rem;
  resize: none;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 0.875rem 0.625rem;
  border-radius: 0rem;
  background: #fff;
  color: #000;
  font-family: "Be Vietnam Pro";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 170%; /* 2.125rem */
  border: none;
  border-bottom: 0.0625rem solid var(--Black-300, #666);
  margin-bottom: 1.5rem;
  outline: none;
  box-shadow: none;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  box-shadow: none;
}

select {
  -webkit-appearance: none; /* Removes default appearance in Safari */
  -moz-appearance: none; /* Removes default appearance in Firefox */
  appearance: none; /* Standard */
  outline: none; /* Removes the focus outline */
  box-shadow: none; /* Removes the box shadow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

select:focus {
  border: 0.0625rem solid #cccccc;
  outline: none;
  background-color: #fff;
}

select option {
  color: #1d1d1d;
  font-size: 0.875rem;
  font-weight: 400;
}

label {
  color: #0d0d0d;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.75rem;
  display: block;
}

.checkbox {
  display: inline-block;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  color: #090914;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0;
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  align-items: start;
  gap: 0.5rem;
  text-align: left;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.0625rem solid #bbc4cd;
  padding: 0.6875rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  top: 0;
}
.checkbox label a {
  text-decoration: none;
  color: var(--accent-color-2, #ed7005);
}
.checkbox input:checked + label::before {
  background: #fff;
}
.checkbox input:checked + label:after {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  left: 0.375rem;
  font-size: 0.8125rem;
  top: 0.0625rem;
  color: #121212;
}

.mainhd {
  position: sticky;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 999;
}
.mainhd .top-row {
  background: var(--yellow-primary, #fed000);
}
.mainhd .top-row .top-row-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding: 0.75rem;
}
.mainhd .top-row .top-row-inner .left {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
.mainhd .top-row .top-row-inner .left p {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
}
.mainhd .top-row .top-row-inner .left p span {
  display: flex;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  line-height: normal;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.42);
}
.mainhd .top-row .top-row-inner .right .selectflag {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mainhd .top-row .top-row-inner .right .selectflag .img {
  display: flex;
  max-width: 2.5625rem;
  width: 100%;
  padding-top: 0.0625rem;
  justify-content: center;
  align-items: center;
  flex: 1 0 2.5625rem;
}
.mainhd .top-row .top-row-inner .right .selectflag .img img {
  width: 100%;
}
.mainhd .top-row .top-row-inner .right .selectflag select {
  padding: 0;
  background-color: transparent;
  border: none;
  padding-right: 1.6875rem;
  line-height: 1.6;
  background: url(../images/tabler_chevron-up.png) no-repeat right center;
}
.mainhd .middle_header {
  border-bottom: 0.0625rem solid var(--Light-Grey-1, #ddd);
  padding: 1rem 0;
  transition: all 0.3s ease-in-out;
}
.mainhd .headerrow {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
}
.mainhd .logo {
  max-width: 15.125rem;
}
.mainhd .logo img {
  aspect-ratio: 121/34;
}
.mainhd .aws-container .aws-search-form {
  height: unset;
}
.mainhd .aws-search-form {
  position: relative;
}
.mainhd .middleform {
  max-width: 28.9375rem;
  width: 100%;
  position: relative;
}
.mainhd .middleform input:not([type=submit]) {
  width: 100%;
  color: #000;
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.1875rem 5.875rem 1.1875rem 1.5rem;
  border-radius: 3.125rem !important;
  border: 0.0625rem solid rgba(43, 43, 45, 0.24);
  position: relative;
}
.mainhd .middleform input[type=submit],
.mainhd .middleform .aws-search-btn {
  background: url(../images/submitbtn.svg) no-repeat center center;
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  border: none;
  z-index: 9;
}
.mainhd .middleform input[type=submit]:hover,
.mainhd .middleform .aws-search-btn:hover {
  background-color: transparent;
}
.mainhd .middleform input[type=submit] .aws-search-btn_icon,
.mainhd .middleform .aws-search-btn .aws-search-btn_icon {
  opacity: 0;
}
.mainhd .rightsec {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
}
.mainhd .rightsec .btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  padding: 0;
}
.mainhd .rightsec .btn img {
  width: 1.75rem;
  height: 1.75rem;
  aspect-ratio: 1/1;
  transition: all 0.2s ease-in-out;
}
.mainhd .rightsec .btn:hover img {
  filter: invert(85%) sepia(10%) saturate(5644%) hue-rotate(358deg) brightness(99%) contrast(106%);
}
.mainhd.fixedClass .navigationouter {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}
.mainhd.fixedClass .middle_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
}
.mainhd.fixedClass .middle_header .headerrow {
  grid-template-areas: "logo navigation";
}
.mainhd.fixedClass .middle_header .middleform,
.mainhd.fixedClass .middle_header .rightsec {
  display: none;
}
.mainhd .navigation .stellarnav > ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.mainhd .navigation .stellarnav > ul li a {
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 0.3125rem 0;
}
.mainhd .navigation .stellarnav > ul li.current_page_item > a, .mainhd .navigation .stellarnav > ul li:hover > a {
  color: var(--yellow-primary, #fed000);
}
.mainhd .navigation .stellarnav > ul li.has-sub > a {
  background: url(../images/tabler_chevron-up.png) no-repeat right center;
  padding-right: 1.75rem;
}
.mainhd .navigation .stellarnav > ul li ul li a {
  padding: 0.5rem 1.25rem;
}

.stellarnav.mobile.right > ul,
.stellarnav.mobile.left > ul {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  right: -120%;
  transition: all 0.3s ease-in-out;
}

.stellarnav.mobile.right.current-menu-item > ul {
  right: 0;
}

.navigationouter {
  padding: 1rem 0;
}
.navigationouter .nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.navigationouter .nav-row .signup a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.navigationouter .nav-row .signup a span {
  padding: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 3.125rem;
  background: var(--Light-Grey-2, #f0f0f0);
}

.banner {
  height: 46.5625rem;
  background: var(--Dark-green, #044a3a);
  position: relative;
  overflow: hidden;
}
.banner h1 {
  color: #fff;
  font-family: Rubik;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 4.875rem */
  margin-bottom: 10px;
}
.banner h1 span {
  color: var(--yellow-primary, #fed000);
  position: relative;
  display: inline-block;
}
.banner h1 span:before {
  content: "";
  width: 13.25rem;
  height: 1.5625rem;
  flex-shrink: 0;
  background: url(../images/underline-banner.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.775rem;
  background-size: 100% 100%;
  rotate: 1.7deg;
}
.banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bannershape.png) no-repeat 0 0;
  background-size: 100% 100%;
  height: 4.625rem;
  z-index: 1;
}
.banner .banner-row .text {
  max-width: 50.3125rem;
  width: 100%;
}
.banner .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.banner .container .banner-icons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner .container .btn-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.banner .container p {
  color: #fff;
  max-width: 42.6875rem;
  margin-bottom: 3rem;
}
.banner .img {
  position: absolute;
  right: -11.875rem;
  top: 3.4375rem;
  max-width: 46.625rem;
  height: 47.125rem;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.banner .img img {
  max-width: 25.375rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.banner .img .bannertext-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5317rem;
  border-radius: 0.6381rem;
  background: #fff;
  box-shadow: 0.5119rem 0.7314rem 1.0093rem 0 rgba(0, 0, 0, 0.24);
  position: absolute;
}
.banner .img .bannertext-box .icon {
  display: flex;
  width: 2.6587rem;
  height: 2.6587rem;
  padding: 0.3858rem 0.3646rem 0.3714rem 0.3926rem;
  justify-content: center;
  align-items: center;
  flex: 1 0 2.6587rem;
  border-radius: 2.6587rem;
  background: #efefef;
}
.banner .img .bannertext-box .icon img {
  width: 1.5625rem;
  flex-shrink: 0;
}
.banner .img .bannertext-box .text {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.banner .img .bannertext-box .text h6 {
  color: #636363;
  text-align: center;
  font-family: Satoshi;
  font-size: 0.9572rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9572rem;
  margin-bottom: 0;
}
.banner .img .bannertext-box .text span {
  color: #888;
  text-align: center;
  font-family: Satoshi;
  font-size: 0.8508rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner .img .bannertext-box.prod {
  max-width: 7.25rem;
  width: 100%;
  padding: 0.6381rem 0.8508rem;
  right: 6.875rem;
  top: 15rem;
  z-index: 1;
}
.banner .img .bannertext-box.location {
  max-width: 14.875rem;
  width: 100%;
  padding: 0.5777rem 0.7702rem;
  left: 3.875rem;
  bottom: 12.5rem;
  z-index: 1;
  flex-direction: row;
}
.banner .img .bannertext-box.location .icon {
  margin-bottom: 0;
  background-color: #147861;
}
.banner .img .bannertext-box.location .text {
  align-items: flex-start;
}
.banner .img .bannertext-box.location .text span {
  text-align: left;
}
.banner .img .bannertext-box img {
  width: auto;
  height: auto;
}
.banner .img .circle {
  width: 46.625rem;
  height: 47.125rem;
  flex-shrink: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.04);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .img .circle:before, .banner .img .circle:after {
  content: "";
  flex-shrink: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.04);
  position: absolute;
  inset: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner .img .circle:before {
  width: 39rem;
  height: 39.375rem;
}
.banner .img .circle:after {
  width: 31.625rem;
  height: 32rem;
}

.category-card {
  text-align: center;
  padding: 0.9375rem 1.6875rem;
}
.category-card img {
  width: 8.6473rem;
  flex-shrink: 0;
  aspect-ratio: 84/85;
}
.category-card h3 {
  color: var(--text-dark-green, #022d23);
  font-family: Satoshi;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.25rem;
}
.category-card p {
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.featured-cat {
  padding: 5rem 0;
}
.featured-cat .container {
  position: relative;
}
.featured-cat .category-slider {
  margin-top: 3rem;
}
.featured-cat .custom-arrows {
  position: absolute;
  top: 0;
  right: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.featured-cat .custom-arrows .arrow-btn {
  width: 3.5rem;
  flex: 1 0 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  align-items: center;
  border-radius: 3.125rem;
  background: var(--Light-Grey-2, #f0f0f0);
  border: none;
  transition: all 0.3s ease-in-out;
}
.featured-cat .custom-arrows .arrow-btn img {
  max-width: 1.5rem;
}
.featured-cat .custom-arrows .arrow-btn:hover {
  background-color: var(--yellow-primary, #fed000);
}

.order {
  padding-bottom: 5rem;
}
.order .green-order {
  border-radius: 1.5rem;
  background: linear-gradient(282deg, #e7eaf3 5.27%, #f8faff 99.59%);
  padding: 3.5625rem 2.6875rem 5.8125rem;
  position: relative;
  height: 100%;
}
.order .green-order h2 {
  color: #3c4765;
  font-family: Rubik;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 3.25rem */
  margin-bottom: 0.75rem;
  max-width: 31.25rem;
}
.order .green-order p {
  max-width: 25.25rem;
  color: #3c4765;
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  margin-bottom: 2.25rem;
}
.order .green-order > img {
  max-width: 27.6899rem;
  width: 100%;
  flex-shrink: 0;
  position: absolute;
  right: 1rem;
  bottom: 2.0625rem;
}
.order .offbg {
  padding: 2.3125rem 2.8125rem;
  border-radius: 1.5rem;
  background: #fff6ec;
  position: relative;
  height: 100%;
}
.order .offbg:after {
  content: "";
  background: url(../images/off-bg.png) no-repeat 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10.625rem;
  z-index: 0;
  background-size: 100% 100%;
}
.order .offbg h3 {
  color: #e28c2c;
  text-align: center;
  font-family: Satoshi;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 4.3125rem */
  margin-bottom: 0;
}
.order .offbg p {
  color: #7e7e7e;
  text-align: center;
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.6875rem */
  margin-bottom: 3rem;
}
.order .offbg .formouter {
  padding: 0 0.75rem;
  position: relative;
  z-index: 1;
}
.order .offbg .formouter .inputcontainer {
  position: relative;
  margin-bottom: 0.875rem;
}
.order .offbg .formouter .inputcontainer input[type=email] {
  border-radius: 0.5rem;
  border: 0.0625rem solid #e4e4e4;
  background: #fff;
  padding: 0.75rem 1rem;
  color: #000;
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.order .offbg .formouter .inputcontainer input[type=tel] {
  border-radius: 0.5rem;
  border: 0.0625rem solid #e4e4e4;
  background: #fff;
  padding: 0.75rem 1rem;
  color: #000;
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.order .offbg .formouter .inputcontainer.email input[type=email] {
  background: #fff url(../images/carbon_email.png) no-repeat 1.0625rem center;
  background-size: 1.5rem;
  padding-left: 3.5625rem;
}
.order .offbg .formouter .inputcontainer.phone input[type=tel] {
  background: #fff url(../images/mage_phone.png) no-repeat 1.0625rem center;
  background-size: 1.5rem;
  padding-left: 3.5625rem;
}
.order .offbg .formouter .inputcontainer.submit {
  margin-top: 2.25rem;
  margin-bottom: 0;
}
.order .offbg .formouter .inputcontainer.submit input[type=submit] {
  width: 100%;
  padding: 0.75rem;
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  border-radius: 0.625rem;
}
.order .offbg .formouter .inputcontainer.submit input[type=submit]:hover {
  color: #fff;
}

.popular-prod {
  padding-bottom: 5rem;
}
.popular-prod .container {
  position: relative;
}
.popular-prod .pop-prod-inner {
  margin-top: 3.75rem;
}
.popular-prod .pop-prod-grid .row {
  gap: 3rem 0;
}
.popular-prod .btn.nobtn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.875rem 1.5rem;
}

.pop-prod-bx {
  display: flex;
  padding-bottom: 1.5rem;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1.125rem;
  border: 0.0625rem solid var(--Light-Grey-2, #f0f0f0);
  background: #fff;
  box-shadow: 0 0.25rem 1.2rem 0 rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.pop-prod-bx a img {
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px 0;
}
.pop-prod-bx .link {
  position: absolute;
  inset: 0;
}
.pop-prod-bx .off {
  color: #fff;
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0 0 1.625rem 0;
  background: var(--Light-green-2, #38b87b);
  position: absolute;
  top: 0;
  left: 0;
}
.pop-prod-bx .wishlist {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  color: var(--Balck-Dark, #2b2b2d);
  position: absolute;
  right: 0.6875rem;
  top: 0.6875rem;
  z-index: 1;
}
.pop-prod-bx .img {
  padding-top: 2.9375rem;
  padding-bottom: 1.625rem;
  max-width: unset;
  width: 100%;
  border-radius: 1.125rem 1.125rem 0 0;
  background: #f9f9f9;
  text-align: center;
}
.pop-prod-bx .img img {
  height: 13.0625rem;
  transition: all 0.3s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
}
.pop-prod-bx .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  padding: 0 0.9375rem;
  width: 100%;
  gap: 1rem;
}
.pop-prod-bx .text .headings h6 {
  color: var(--text-dark-green, #022d23);
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.pop-prod-bx .text .headings h6 a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.pop-prod-bx .text .rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
.pop-prod-bx .text .rating .rating-inner {
  max-width: -moz-max-content;
  max-width: max-content;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pop-prod-bx .text .rating .rating-inner img {
  width: 100%;
}
.pop-prod-bx .text .rating span {
  color: var(--Grey-text-light, #9b9b9b);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
}
.pop-prod-bx .text .btnsec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.pop-prod-bx .text .btnsec .price {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  flex-direction: row-reverse;
}
.pop-prod-bx .text .btnsec .price span {
  color: var(--Dark-green, #044a3a);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.6875rem */
}
.pop-prod-bx .text .btnsec .price del {
  color: var(--Grey-text-light, #9b9b9b);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: line-through;
}
.pop-prod-bx .text .btnsec .price del span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.pop-prod-bx .text .btnsec .price ins {
  text-decoration: none;
}
.pop-prod-bx .text .btnsec .btn {
  padding: 0.6875rem 1.5rem;
}
.pop-prod-bx .text .btnsec .btn img {
  width: 1.5rem !important;
  padding: 0;
}
.pop-prod-bx:hover .headings h6 {
  color: var(--yellow-primary, #fed000);
}
.pop-prod-bx:hover .headings h6 a {
  color: inherit;
}
.pop-prod-bx:hover .img img {
  scale: 1.1;
}

.choose_srvc {
  background: #e2eee7;
  padding: 2.75rem 0 4rem;
}
.choose_srvc h2 {
  margin-bottom: 3.25rem;
  max-width: 27.0625rem;
}
.choose_srvc ul li {
  border-radius: 1rem;
  border: 0.0625rem solid var(--Light-Green, #bed2c6);
  background: #fff;
  box-shadow: 0 0.25rem 1.2rem 0 rgba(0, 0, 0, 0.05);
  position: relative;
  color: var(--text-dark-green, #022d23);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.6875rem;
  position: relative;
  padding-left: 6.0625rem;
  max-width: 36.875rem;
}
.choose_srvc ul li:last-child {
  margin-bottom: 0;
}
.choose_srvc ul li .icon {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  border: 0.0625rem solid #f3f3f3;
  background: #fff;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.choose_srvc ul li .icon img {
  width: 2.0625rem;
  height: 2.0625rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
}
.choose_srvc .lft_side {
  padding: 5.125rem 0 2.5625rem;
}
.choose_srvc .side_img {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  padding-right: 2.875rem;
  overflow: hidden;
}
.choose_srvc .side_img::before {
  content: "";
  width: 28.75rem;
  height: 87%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 18.75rem 1.125rem 1.125rem 1.125rem;
  background: linear-gradient(149deg, #97d3b7 14.75%, #26694b 111.23%);
}
.choose_srvc .side_img .img {
  margin-left: auto;
  width: 32.25rem;
  height: 100%;
}
.choose_srvc .side_img img {
  max-width: 30.5625rem;
  height: 36.8125rem;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: -1.5625rem;
}

.get_stuff {
  padding: 5rem 0;
}
.get_stuff .full_dv {
  width: 100%;
  border-radius: 1.5rem;
  border: 0.0625rem solid #efe1a1;
  background: #fffae5;
  padding: 3.25rem 0;
  overflow: hidden;
  position: relative;
}
.get_stuff .full_dv .left_img {
  position: absolute;
  left: -2.0625rem;
  bottom: -4.4375rem;
  width: 14.375rem;
}
.get_stuff .full_dv .right_img {
  position: absolute;
  right: -0.875rem;
  bottom: -0.5rem;
  width: 18.75rem;
}
.get_stuff .full_dv h2 {
  margin-bottom: 0.75rem;
  text-align: center;
}
.get_stuff .full_dv p {
  max-width: 49.875rem;
  text-align: center;
  margin-bottom: 2.25rem;
  margin: 0 auto 2.25rem;
}
.get_stuff .full_dv .form_dv {
  max-width: 37.4375rem;
  margin: 0 auto;
  position: relative;
}
.get_stuff .full_dv .form_dv input:not([type=submit]) {
  border-radius: 3.125rem;
  border: 0.0625rem solid rgba(43, 43, 45, 0.24);
  background: #fff;
  padding: 1.6875rem 1.5rem;
  color: var(--Grey-text-light, #9b9b9b);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.get_stuff .full_dv .form_dv .btn {
  position: absolute;
  display: inline-flex;
  top: 0.75rem;
  right: 0.75rem;
}
.get_stuff .full_dv .form_dv .btn input[type=submit] {
  position: absolute;
  inset: 0;
  background-color: transparent;
  border: none;
  opacity: 0;
  z-index: 1;
}

footer {
  background-color: #1c1700;
  padding-top: 7.5rem;
}
footer .ft-top {
  position: relative;
}
footer .ft-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/footer-bg.png) 0 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 6.75rem;
  background-size: cover;
}
footer .ft_row {
  display: flex;
  justify-content: space-between;
}
footer .ft_row:first-child {
  padding-bottom: 7.5rem;
}
footer .ft_logo {
  max-width: 20.5625rem;
}
footer .ft_logo .foot_logo {
  max-width: 14.375rem;
  margin-bottom: 0.75rem;
}
footer .ft_logo p {
  color: #fff;
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.0225rem;
  margin-bottom: 0;
}
footer .links1 {
  max-width: 10rem;
  margin-left: 0;
  width: 100%;
}
footer .links2 {
  max-width: 13.3125rem;
  width: 100%;
}
footer .links3 {
  max-width: 13.6875rem;
  width: 100%;
}
footer .social_links {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.5rem;
}
footer .social_links li a {
  width: 3.0625rem;
  height: 3.0625rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.13);
  border: 0.0625rem solid rgba(255, 255, 255, 0.19);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5625rem;
}
footer .social_links li a:hover {
  color: var(--yellow-primary, #fed000);
}
footer h6 {
  color: #fff;
  font-family: Rubik;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03rem;
  margin-bottom: 1.5rem;
}
footer .links li {
  margin-bottom: 0.75rem;
}
footer .links li:last-child {
  margin-bottom: 0;
}
footer .links li a {
  color: #fff;
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.0225rem;
}
footer .links li a:hover {
  color: var(--yellow-primary, #fed000);
}
footer .btm_part {
  background-color: #fed000;
  padding: 1rem 0;
}
footer .btm_part p {
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.0225rem;
  text-align: center;
}

section.hm_banner {
  position: relative;
  z-index: 1;
  background: var(--Dark-green, #044a3a);
  height: 18.75rem;
}
section.hm_banner ul.breadCrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem 0rem;
  justify-content: center;
}
section.hm_banner ul.breadCrumbs li {
  color: var(--Light-Grey-2, #f0f0f0);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.6875rem */
  position: relative;
}
section.hm_banner ul.breadCrumbs li::after {
  content: "";
  display: inline-flex;
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  right: 0;
  top: 0.3125rem;
  font-family: FontAwesome;
  font-size: 1.125rem;
  color: white;
  background: url(../images/arrow_crumb.svg) no-repeat;
  background-size: contain;
  margin: 0 0.5rem;
}
section.hm_banner ul.breadCrumbs li:last-child::after {
  display: none;
}
section.hm_banner ul.breadCrumbs li a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
section.hm_banner ul.breadCrumbs li:last-child:before {
  display: none;
}
section.hm_banner img {
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  left: 0;
  bottom: 0;
}
section.hm_banner .middle_caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
section.hm_banner .middle_caption h1 {
  color: var(--yellow-primary, #fed000);
  font-family: Rubik;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 3.375rem */
  margin: 0 0 1rem;
}
section.hm_banner .middle_caption P {
  color: var(--Light-Grey-2, #f0f0f0);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.6875rem */
}
section.hm_banner .middle_caption P:first-child {
  margin: 0;
}
section.hm_banner .middle_caption p + .btn {
  margin-top: 3.75rem;
}

section.prd_listSec1 {
  padding: 5rem 0;
}
section.prd_listSec1 .leftPanel {
  padding: 0 0.625rem;
}
section.prd_listSec1 .leftPanel h3 {
  color: var(--text-dark-green, #022d23);
  font-family: Satoshi;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 1.5rem;
}
section.prd_listSec1 .leftPanel ul li .checkbox label {
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.prd_listSec1 .leftPanel ul li .checkbox label::before {
  border: 0.0625rem solid #0a5741;
}
section.prd_listSec1 .leftPanel ul li .checkbox input:checked + label:after {
  top: 0.375rem;
}
section.prd_listSec1 .leftPanel ul li .checkbox input:checked + label::before {
  background: #022d23;
}
section.prd_listSec1 .leftPanel ul li .checkbox input:checked + label:after {
  color: #ffffff;
}
section.prd_listSec1 .leftPanel.ratings .checkbox label:before {
  top: 0.125rem;
}
section.prd_listSec1 .leftPanel.ratings .checkbox label:after {
  top: 0.475rem !important;
}
section.prd_listSec1 .leftPanel.ratings .checkbox label span img {
  margin-right: 0.25rem;
}
section.prd_listSec1 .leftPanel > ul > li {
  padding-bottom: 1.5rem;
}
section.prd_listSec1 .leftPanel > ul > li + li {
  border-top: 0.0625rem solid #d3d3d3;
  padding-top: 1.5rem;
}
section.prd_listSec1 .leftPanel .clickMore {
  margin-top: 1.5rem;
}
section.prd_listSec1 .leftPanel .clickMore a {
  border-top: 0.0625rem solid #eee;
  display: flex;
  height: 2.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  color: #000;
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.prd_listSec1 .leftPanel .bapf_slidr_main.ui-widget-content .ui-slider-range {
  background-color: #0a5741;
}
section.prd_listSec1 .leftPanel .bapf_ckbox_sqchck input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  border: 0.0625rem solid #0a5741;
  width: 24px;
  height: 24px;
  padding: 4px;
  position: relative;
  border-radius: 0.25rem;
}
section.prd_listSec1 .leftPanel .bapf_ckbox_sqchck input[type=checkbox]:checked:after {
  content: "";
  width: 7px;
  height: 12px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  transform: rotate(45deg);
}
section.prd_listSec1 .leftPanel .bapf_ckbox_sqchck label {
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.prd_listSec1 .leftPanel .berocket_single_filter_widget .bapf_sfilter {
  border-bottom: 0.0625rem solid #d3d3d3;
  padding-bottom: 30px;
}
section.prd_listSec1 .leftPanel .berocket_single_filter_widget:last-child .bapf_sfilter {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
section.prd_listSec1 .leftPanel .bapf_slidr_all span {
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.prd_listSec1 .leftPanel .bapf_sfilter .ui-slider-handle {
  background: rgba(198, 241, 230, 0.6);
  border-radius: 50% 50%;
  cursor: pointer;
  width: 1.75rem;
  height: 1.75rem;
  top: -0.75rem;
  box-shadow: none;
  right: -0.875rem;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.prd_listSec1 .leftPanel .bapf_sfilter .ui-slider-handle:before {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  background: #0a5741;
  border-radius: 50%;
}
section.prd_listSec1 .leftPanel .bapf_sfilter ul li {
  margin-bottom: 5px !important;
}
section.prd_listSec1 .leftPanel .bapf_sfilter ul li:last-child {
  margin-bottom: 5px !important;
}
section.prd_listSec1 .pd_heading {
  margin: 0 0 1.25rem;
  overflow: hidden;
  border-bottom: 0.0625rem solid #d0d0d0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}
section.prd_listSec1 .pd_heading .woocommerce-result-count {
  color: var(--text-dark-green, #022d23);
  font-family: Satoshi;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
section.prd_listSec1 .pd_heading .woocommerce-notices-wrapper {
  display: none;
}
section.prd_listSec1 .pd_heading .woocommerce-ordering {
  margin-bottom: 0;
}
section.prd_listSec1 .pd_heading .woocommerce-ordering select {
  border-radius: 3.125rem;
  background: var(--yellow-primary, #fed000) url(../images/select_arrow_icon.png) no-repeat;
  background-position: center right 1.25rem;
  padding: 0.8125rem 3.9375rem 0.8125rem 1.25rem;
  border: none;
  color: var(--text-dark-green, #022d23);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.prd_listSec1 .pd_heading .woocommerce-ordering select option {
  color: var(--text-dark-green, #022d23);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.prd_listSec1 .pd_heading .top_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1rem;
}
section.prd_listSec1 .pd_heading .top_header .sorts {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
section.prd_listSec1 .pd_heading .top_header .sorts h3 {
  white-space: nowrap;
}
section.prd_listSec1 .pd_heading .bottom_header {
  padding-top: 1rem;
  border-top: 0.0625rem solid #d0d0d0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 3.5625rem;
  align-items: start;
}
section.prd_listSec1 .pd_heading .bottom_header h3 {
  color: var(--text-dark-green, #022d23);
  font-family: Satoshi;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.prd_listSec1 .pd_heading .bottom_header .choose_close {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
section.prd_listSec1 .pd_heading .bottom_header .choose_close .each_filter {
  display: flex;
  height: 2.5rem;
  padding: 0 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.5625rem;
  border-radius: 3.125rem;
  background: var(--Light-Green, #bed2c6);
}
section.prd_listSec1 .pd_heading .bottom_header .choose_close .each_filter p {
  white-space: nowrap;
  color: var(--Dark-green, #044a3a);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 0;
}
section.prd_listSec1 .pd_heading .bottom_header a.clearBtn {
  color: var(--text-dark-green, #022d23);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  display: inline-flex;
  margin-top: auto;
}
section.prd_listSec1 .gap20 {
  gap: 1.25rem 0;
}
section.prd_listSec1 .bold_text {
  font-weight: 700 !important;
}
section.prd_listSec1 .btn_grp {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.price-range-wrapper {
  margin: 1.25rem auto;
}
.price-range-wrapper .price-labels {
  display: flex;
  margin-bottom: 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  gap: 1rem;
}
.price-range-wrapper .price-labels span {
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.price-range-wrapper #price-slider {
  height: 0.25rem;
  border: none;
}
.price-range-wrapper #price-slider .noUi-target {
  background: #d5e9e1;
  border: none;
  border-radius: 0.25rem;
  height: 0.25rem;
  box-shadow: none;
  border-radius: 1.25rem;
  background: var(--Dark-green, #044a3a);
  border: none;
}
.price-range-wrapper #price-slider .noUi-connect {
  background: #0a5741;
}
.price-range-wrapper #price-slider .noUi-handle {
  background: rgba(198, 241, 230, 0.6);
  border-radius: 50% 50%;
  cursor: pointer;
  width: 1.75rem;
  height: 1.75rem;
  top: -0.75rem;
  box-shadow: none;
  right: -0.875rem;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-range-wrapper #price-slider .noUi-handle .noUi-touch-area {
  height: 0.5rem;
  width: 0.5rem;
  background: #0a5741;
  border-radius: 50%;
}
.price-range-wrapper #price-slider .noUi-handle:before, .price-range-wrapper #price-slider .noUi-handle:after {
  display: none;
}
.price-range-wrapper #price-slider .noUi-horizontal .noUi-handle {
  transform: translateX(-50%);
}

section.prdDetailsSec1 .product_slide {
  display: flex;
  gap: 1.875rem;
  flex-direction: row-reverse;
  margin: 0 0 clamp(1.25rem, 1vw + 1.05rem, 2.25rem);
}
section.prdDetailsSec1 .product_slide .mainswiperouter {
  width: calc(100% - 12.125rem);
  position: relative;
  flex-direction: row-reverse;
}
section.prdDetailsSec1 .product_slide .mainswiperouter .wishlist {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  right: 1.125rem;
  top: 1.125rem;
  z-index: 9;
}
section.prdDetailsSec1 .product_slide .mainswiperouter .wishlist img {
  width: 100%;
  height: 100%;
}
section.prdDetailsSec1 .product_slide .mainswiperouter .zoom_text {
  color: #000;
  font-family: Roboto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
section.prdDetailsSec1 .product_slide .main-slider.swiper-container {
  overflow: hidden;
}
section.prdDetailsSec1 .product_slide .main-slider .swiper-slide .each_img {
  padding: 1.9375rem 1.375rem 6rem 1.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
section.prdDetailsSec1 .product_slide .main-slider .swiper-slide .each_img:hover img {
  opacity: 0;
}
section.prdDetailsSec1 .product_slide .main-slider .swiper-slide .each_img:hover .product-img--main__image {
  opacity: 1;
}
section.prdDetailsSec1 .product_slide .main-slider .swiper-slide .each_img .product-img--main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-out opacity 0.5s ease-out;
  opacity: 0;
}
section.prdDetailsSec1 .product_slide .main-slider .swiper-slide .each_img img {
  width: 100%;
  height: auto;
  transition: 0.2s ease-in-out;
}
section.prdDetailsSec1 .product_slide .main-slider .swiper-slide .each_img a {
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
section.prdDetailsSec1 .product_slide .main-slider .swiper-slide:has(.zoomimg) .each_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.prdDetailsSec1 .product_slide .swiper-thumbnails {
  width: 11.875rem;
  height: clamp(18.75rem, 48.892vw - 4.688rem, 38.063rem);
  margin-top: 0;
  overflow: hidden;
}
section.prdDetailsSec1 .product_slide .swiper-thumbnails .swiper-slide {
  width: 100%;
  cursor: pointer;
  opacity: 0.7;
}
section.prdDetailsSec1 .product_slide .swiper-thumbnails .swiper-slide .thumbnial_img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4379rem 0.4641rem 0.4755rem 0.4298rem;
  background: #f5f5f5;
}
section.prdDetailsSec1 .product_slide .swiper-thumbnails .swiper-slide .thumbnial_img img {
  width: auto;
  height: 100%;
}
section.prdDetailsSec1 .product_slide .swiper-thumbnails .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

section.prdDetailsSec1 {
  padding: 5rem 0;
}
section.prdDetailsSec1 .pd_details {
  padding-top: 1.5rem;
  border-top: 0.0625rem solid #cfcfcf;
  margin-top: 1.5rem;
  overflow: hidden;
  width: 100%;
}
section.prdDetailsSec1 h2 {
  color: #3c4765;
  font-family: Rubik;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 2.925rem */
  padding-right: 130px;
}
section.prdDetailsSec1 h4 {
  color: var(--text-dark-green, #022d23);
  font-family: Satoshi;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0.5rem;
}
section.prdDetailsSec1 p {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
section.prdDetailsSec1 .d_flex_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 0.75rem;
  position: relative;
}
section.prdDetailsSec1 .d_flex_heading p span {
  font-weight: 500;
}
section.prdDetailsSec1 .product_meta {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: var(--text-dark-green, #022d23);
}
section.prdDetailsSec1 .product_meta span a {
  font-weight: 500;
  color: var(--text-dark-green, #022d23);
}
section.prdDetailsSec1 .star-rating span::before {
  color: #fed000 !important;
}
section.prdDetailsSec1 .woocommerce-product-rating a {
  font-weight: 500;
  color: var(--text-dark-green, #022d23);
}
section.prdDetailsSec1 .below_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.prdDetailsSec1 .below_heading p {
  color: #3c4765;
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
}
section.prdDetailsSec1 .below_heading .reviews_rates {
  display: flex;
  gap: 0.75rem;
}
section.prdDetailsSec1 .below_heading .reviews_rates .stars_rates span {
  color: var(--yellow-primary, #fed000);
  font-size: 1.5rem;
}
section.prdDetailsSec1 .price {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 2.5rem 0 0.75rem;
}
section.prdDetailsSec1 .price p {
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}
section.prdDetailsSec1 .price p del {
  color: var(--text-dark-green, #022d23);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}
section.prdDetailsSec1 .price h4 {
  color: #3c4765;
  font-family: Rubik;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 1.95rem */
  margin: 0;
  padding: 0;
}
section.prdDetailsSec1 .group_sty_buy {
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #cfcfcf;
  margin-bottom: 1.5rem;
}
section.prdDetailsSec1 .group_sty_buy form {
  gap: 1.875rem;
  display: grid;
  grid-template-columns: auto 1fr;
}
section.prdDetailsSec1 .group_sty_buy form .btn {
  position: relative;
  z-index: 1;
  justify-content: center;
}
section.prdDetailsSec1 .group_sty_buy form .btn [type=submit] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
section.prdDetailsSec1 .group_sty_buy form .btn img {
  position: absolute;
  right: 0.9375rem;
}
section.prdDetailsSec1 ul.yellow_dots {
  margin: 0 0 1.5rem;
}
section.prdDetailsSec1 ul.yellow_dots.twoCloumns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem;
}
section.prdDetailsSec1 ul.yellow_dots.flex {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
section.prdDetailsSec1 .feedInfo {
  display: flex;
  gap: 1.875rem;
  padding: 0 0 1.5rem;
  border-bottom: 0.0625rem solid #cfcfcf;
}
section.prdDetailsSec1 .feedInfo .eachInfo {
  width: calc(33.3333333333% - 0.9375rem);
  display: flex;
  gap: 0.25rem;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.prdDetailsSec1 .feedInfo .eachInfo .circle_icon {
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 0.6875rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1.5rem;
  background: rgba(190, 210, 198, 0.3);
}
section.prdDetailsSec1 .feedInfo .eachInfo p {
  color: var(--Balck-Dark, #2b2b2d);
  text-align: center;
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.prdDetailsSec1 .otherRate h2 {
  color: var(--text-dark-green, #022d23);
  font-weight: 500;
  line-height: 150%; /* 3.375rem */
  margin: 0 0 3rem;
}
section.prdDetailsSec1 .bak_link {
  display: inline-block;
  color: var(--Grey-text-light, #9b9b9b);
  text-align: center;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  margin-bottom: 2.125rem;
  border-bottom: 0.0625rem solid #d3d3d3;
}

ul.yellow_dots li {
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 0.9375rem;
}
ul.yellow_dots li::before {
  content: " ";
  width: 0.5rem;
  height: 0.5rem;
  aspect-ratio: 1/1;
  background: var(--yellow-primary, #fed000);
  position: absolute;
  left: 0;
  top: 0.4375rem;
  border-radius: 3.125rem;
}

.qty-input {
  display: flex;
  width: 12.125rem;
  height: 3.5rem;
  padding: 0 0.625rem;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 1.3rem */
  border-radius: 3.125rem;
  background: #f5f5f5;
}
.qty-input .qty-btn {
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0 0.625rem;
  color: #000;
  font-weight: bold;
}
.qty-input .qty-btn:focus {
  outline: none;
}
.qty-input .qty-number {
  width: 1.875rem;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #000;
}

.faq-sec {
  padding: 5rem 0;
}
.faq-sec h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.faq-sec p {
  max-width: 50.4375rem;
  margin: 0 auto 3.75rem;
  text-align: center;
  font-size: 1rem;
}
.faq-sec .row {
  align-items: flex-end;
}
.faq-sec .imgsec {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 1.125rem 1.125rem;
}
.faq-sec .imgsec img {
  position: relative;
  z-index: 4;
  bottom: 0;
  padding: 0 10px;
}
.faq-sec .imgsec::before {
  content: "";
  width: 39.125rem;
  height: 39.125rem;
  background-color: rgba(0, 167, 110, 0.11);
  bottom: -8.6875rem;
  left: -2.75rem;
  right: -2.3125rem;
  top: 1.875rem;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
}
.faq-sec .imgsec::after {
  content: "";
  width: 37.875rem;
  height: 37.875rem;
  background-color: rgba(0, 167, 110, 0.11);
  bottom: -8.6875rem;
  left: -5.1875rem;
  right: -6.375rem;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}
.faq-sec .imgsec .ripples::before {
  content: "";
  width: 37.875rem;
  height: 37.875rem;
  background-color: rgba(0, 167, 110, 0.11);
  bottom: -14.9375rem;
  left: -8.375rem;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.faq-sec .imgsec .ripples::after {
  content: "";
  width: 28.5rem;
  height: 28.5rem;
  background-color: rgba(0, 167, 110, 0.29);
  position: absolute;
  bottom: -13.0625rem;
  left: -5.1875rem;
  right: 3.1875rem;
  border-radius: 50%;
  z-index: 0;
}
.faq-sec .text .faq_box {
  width: 100%;
  padding: 0;
  margin: 0rem 0 2.25rem;
  position: relative;
}
.faq-sec .text .faq_box .faq_item {
  text-align: left;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  background: #161616;
  padding: 0;
  border-radius: 1rem;
  background: var(--Light-Grey-2, #f0f0f0);
  transition: all 0.3s ease-in-out;
}
.faq-sec .text .faq_box .faq_item.main_active .faq_hd h5 {
  color: var(--White, #fff);
  font-weight: 400;
}
.faq-sec .text .faq_box .faq_item.main_active .faq_hd.closed::before {
  color: #fff;
}
.faq-sec .text .faq_box .faq_item:last-child {
  margin: 0;
}
.faq-sec .text .faq_box .faq_item + .faq_item {
  margin-top: 2.25rem;
}
.faq-sec .text .faq_box .faq_item .faq_hd {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(148, 159, 164, 0.12);
  transition: all 0.3s ease-in-out;
}
.faq-sec .text .faq_box .faq_item .faq_hd.closed {
  background: var(--Dark-green, #044a3a);
}
.faq-sec .text .faq_box .faq_item .faq_hd.closed h5::before {
  transform: rotate(180deg);
}
.faq-sec .text .faq_box .faq_item .faq_hd h5 {
  position: relative;
  color: var(--text-dark-green, #022d23);
  font-family: Satoshi;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.875rem */
  margin: 0;
  padding: 1.375rem 1.625rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.faq-sec .text .faq_box .faq_item .faq_hd h5::before {
  font: var(--fa-font-solid);
  content: "\f107";
  position: absolute;
  display: flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  right: 1rem;
  top: 16px;
  margin: auto;
  z-index: 1;
  font-size: 1rem;
  width: 2.625rem;
  height: 2.6875rem;
  aspect-ratio: 42/43;
  background-color: #fed000;
  color: #000;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  transform-origin: center;
}
.faq-sec .text .faq_box .faq_item .faq_cont {
  display: none;
  padding: 1rem;
  margin: 0;
  border-top: none;
}
.faq-sec .text .faq_box .faq_item .faq_cont p {
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  margin: 0;
  text-align: left;
}

.contact-sec {
  padding: 5rem 0;
}
.contact-sec .container > .row {
  flex-direction: row-reverse;
}
.contact-sec .form-text h2 {
  margin-bottom: 1rem;
}
.contact-sec .form-text p {
  margin: 0 auto 2.25rem;
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  margin-bottom: 2.25rem;
}
.contact-sec .form-text .form-outer .row {
  gap: 1.5rem 0;
}
.contact-sec .form-text .form-outer .inputcontainer label {
  display: block;
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.5rem */
  margin-bottom: 0.5rem;
}
.contact-sec .form-text .form-outer .inputcontainer input:not([type=submit]),
.contact-sec .form-text .form-outer .inputcontainer textarea {
  padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  border-radius: 3.125rem;
  border: 1px solid var(--Grey-Stroke, #c5c5c6);
  background: #f6f6f6;
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-sec .form-text .form-outer .inputcontainer textarea {
  border-radius: 1.125rem;
  border: 1px solid var(--Grey-Stroke, #c5c5c6);
  background: #f6f6f6;
  min-height: 10.4375rem;
  resize: none;
}
.contact-sec .form-text .form-outer .btn {
  position: relative;
}
.contact-sec .form-text .form-outer .btn input[type=submit] {
  position: absolute;
  inset: 0;
  background-color: transparent;
  border: none;
  opacity: 0;
  z-index: 1;
}

.threepods {
  padding: 5rem 0;
}
.threepods .pods {
  display: flex;
  padding: 5rem 3.875rem 3.4375rem 3.875rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  border-radius: 1.125rem;
  border: 1px solid #acdec1;
  background: #e2eee7;
  text-align: center;
  height: 100%;
}
.threepods .pods .img {
  display: flex;
  width: 5.6875rem;
  height: 5.6875rem;
  padding: 0.84375rem 0.8125rem 0.84375rem 0.875rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  border-radius: 0.625rem;
  background: var(--Dark-green, #044a3a);
}
.threepods .pods .img img {
  width: 100%;
}
.threepods .pods .address h6 {
  color: var(--text-dark-green, #022d23);
  text-align: center;
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.6875rem */
  margin-bottom: 0.5rem;
}
.threepods .pods .address p {
  color: var(--text-dark-green, #022d23);
  text-align: center;
  font-family: Satoshi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  margin-bottom: 0;
}
.threepods .pods .address p a {
  color: var(--text-dark-green, #022d23);
}
.threepods .pods .address p a:hover {
  color: var(--yellow-primary, #fed000);
}

.aboutustop {
  padding: 5rem 0;
}
.aboutustop .row {
  align-items: flex-end;
}
.aboutustop .text h2 {
  margin-bottom: 1rem;
}
.aboutustop .text p {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.aboutustop .text p:last-child {
  margin-bottom: 0;
}
.aboutustop .text h2,
.aboutustop .text p {
  padding-right: 1.81rem;
}
.aboutustop .text .farmSlider {
  margin-top: 2.25rem;
  padding: 0 1.81rem;
}
.aboutustop .text .farmSlider .splide__arrow--prev {
  border-radius: 3.125rem;
  background: var(--Light-Grey-2, #f0f0f0);
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.aboutustop .text .farmSlider .splide__arrow--prev:hover {
  background: var(--yellow-primary, #fed000);
}
.aboutustop .text .farmSlider .splide__arrow--next {
  border-radius: 3.125rem;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.aboutustop .text .farmSlider .splide__arrow--next:hover {
  background: var(--yellow-primary, #fed000);
}

.whychooseus {
  padding: 5rem 0;
  background: #fff6ec;
  text-align: center;
  position: relative;
}
.whychooseus:before {
  content: "";
  inset: 0;
  position: absolute;
  background: url(../images/whychooseus-bg.png) repeat center center;
  z-index: 0;
}
.whychooseus .container {
  position: relative;
  z-index: 1;
}
.whychooseus h2 {
  margin-bottom: 1rem;
}
.whychooseus p {
  max-width: 41.3125rem;
  margin: 0 auto 0.19rem;
}
.whychooseus .imgcontainer {
  position: relative;
}
.whychooseus .imgcontainer .image-main {
  max-width: 28.8125rem;
  width: 100%;
}
.whychooseus .imgcontainer .imgbx {
  display: flex;
  max-width: 16.0625rem;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  width: 100%;
  position: absolute;
}
.whychooseus .imgcontainer .imgbx.img1 {
  top: 0.94rem;
  left: 11.09rem;
}
.whychooseus .imgcontainer .imgbx.img2 {
  top: 0.94rem;
  right: 11.09rem;
}
.whychooseus .imgcontainer .imgbx.img3 {
  bottom: 4.31rem;
  left: 0;
}
.whychooseus .imgcontainer .imgbx.img4 {
  bottom: 4.31rem;
  right: 0;
}
.whychooseus .imgcontainer .imgbx .icon {
  display: flex;
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border-radius: 4.125rem;
  border: 1px solid #ffdab1;
  background: #fff;
  box-shadow: 4px 6px 16px 0 #e8e2db;
}
.whychooseus .imgcontainer .imgbx .icon img {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
.whychooseus .imgcontainer .imgbx .text p {
  margin-bottom: 0;
}

.peoplebehind {
  padding: 5rem 0;
  background-color: white;
  text-align: center;
}
.peoplebehind h2 {
  margin-bottom: 1rem;
}
.peoplebehind p {
  max-width: 41.3125rem;
  margin: 0 auto 2.5rem;
}
.peoplebehind .team-slider {
  margin: 0 auto;
  padding: 2rem 0 0;
  position: relative;
}
.peoplebehind .team-slider .swiper-slide {
  /* Your existing slide styles can be kept */
  height: 100%; /* Swiper will control this, but a flexible value helps */
}
.peoplebehind .team-slider .team-card {
  height: 100%;
  display: flex;
  padding: 1.225rem;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
  border-radius: 31.25rem 31.25rem 1.125rem 1.125rem;
  border: 1px solid #bdebc1;
  background: #eaffec;
}
.peoplebehind .team-slider .team-card img {
  border-radius: 50%;
  overflow: hidden;
}
.peoplebehind .team-slider .team-card h3 {
  color: var(--text-dark-green, #022d23);
  text-align: center;
  font-family: Satoshi;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.5rem;
}
.peoplebehind .team-slider .team-card p {
  color: #3c4765;
  text-align: center;
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  margin-bottom: 0;
}
.peoplebehind .team-slider .custom-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  position: static;
  margin-top: 3.75rem;
}
.peoplebehind .team-slider .swiper-button-prev,
.peoplebehind .team-slider .swiper-button-next {
  background-color: #ffd500;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  font-size: 18px;
  font-weight: bold;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: static; /* Override Swiper's default positioning */
  margin: 0;
}
.peoplebehind .team-slider .swiper-button-prev:after, .peoplebehind .team-slider .swiper-button-prev:before,
.peoplebehind .team-slider .swiper-button-next:after,
.peoplebehind .team-slider .swiper-button-next:before {
  display: none;
}
.peoplebehind .team-slider .swiper-button-prev.swiper-button-disabled,
.peoplebehind .team-slider .swiper-button-next.swiper-button-disabled {
  border-radius: 50px;
  background: var(--Light-Grey-2, #f0f0f0);
  opacity: 1;
}
.peoplebehind .custom-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  position: static;
  top: 2.2rem;
  left: 0;
  z-index: 10;
  width: auto;
}
.peoplebehind .custom-dot {
  width: 0.625rem;
  height: 0.625rem;
  aspect-ratio: 1/1;
  border-radius: 2.0625rem;
  background: var(--Dark-green, #044a3a);
  cursor: pointer;
  transition: all 0.3s ease;
}
.peoplebehind .custom-dot.swiper-pagination-bullet-active {
  background-color: #004d25;
  transform: scale(1.2);
}

.cart .qib-button-wrapper button.qib-button,
.cart .qib-button-wrapper div.quantity.wqpmb_quantity {
  float: none !important;
  height: 56px !important;
}
.cart .qib-button-wrapper .quantity input.input-text.qty.text {
  height: 56px !important;
  padding: 8px 12px 8px !important;
  font-weight: bold !important;
  font-size: 1rem !important;
  color: #000 !important;
}
.cart .qib-button-wrapper button.qib-button,
.cart .qib-button-wrapper .quantity input.input-text.qty.text,
.cart .qib-button-wrapper div.quantity.wqpmb_quantity {
  background: transparent !important;
  height: 56px !important;
  border: none !important;
}
.cart .qib-button-wrapper {
  display: flex;
  width: 12.125rem;
  height: 3.5rem;
  padding: 0 0.625rem;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  border-radius: 3.125rem;
  background: #f5f5f5;
  /* float: none; */
  margin-right: calc(6.2% - 10px);
}

.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  display: flex;
  padding: 1rem 1.5rem;
  align-items: center;
  gap: 0.6875rem;
  border-radius: 3.125rem;
  background: var(--yellow-primary, #fed000);
  color: var(--Balck-Dark, #2b2b2d);
  font-family: Satoshi;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0);
  width: calc(100% - 224px);
  text-align: center;
  align-items: center;
  justify-content: center;
}
.single_add_to_cart_button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
  background-color: var(--Balck-Dark, #2b2b2d);
  color: var(--yellow-primary, #fed000);
}

.wc-block-components-sidebar {
  top: 244px !important;
}

.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized) > div {
  margin-bottom: 10px;
}

.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review {
  text-decoration: none;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 30px;
}

.wpcf7-spinner {
  display: none !important;
}

.comon_page {
  background: #fefcf7;
  padding: 60px 0;
  font-family: "Segoe UI", sans-serif;
  color: #2c2c2c;
}
.comon_page .wc-blocks-components-select .wc-blocks-components-select__container {
  background-color: transparent;
}
.comon_page .wp-block-woocommerce-checkout {
  max-width: unset;
  margin: 0 auto;
  padding: 30px;
  background: rgba(4, 74, 58, 0.1098039216);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid #e6e6e6;
}
.comon_page .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid rgba(25, 23, 17, 0.48);
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
  height: 24px;
  margin: 0 1em 0 0;
  min-height: unset;
  min-width: 24px;
  overflow: hidden;
  position: static;
  vertical-align: middle;
  width: 24px;
  flex: 1 0 24px;
  padding: 0;
}
.comon_page .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.comon_page .wc-block-components-form .wc-block-components-checkout-step {
  margin: 0 0 18px;
}
.comon_page .wc-block-components-radio-control__label-group .wc-block-components-radio-control__label {
  padding-left: 40px;
}
.comon_page .comon_page .wc-block-components-radio-control label {
  padding: 1em 0.75em 1em 3.5em;
}
.comon_page .wc-block-components-radio-control .wc-block-components-radio-control__input {
  padding: 0;
}
.comon_page .wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
  margin: 2px;
  position: relative;
  top: 2px;
}
.comon_page .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label .wc-block-components-checkout-step__title {
  font-size: 22px;
  font-weight: 700;
  color: #044a3a;
  margin-bottom: 10px;
  position: relative;
}
.comon_page .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label .wc-block-components-checkout-step__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #fed000;
  margin-top: 6px;
  border-radius: 2px;
}
.comon_page .wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__input,
.comon_page .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__input {
  top: 19px;
  transform: none;
  flex: 1 0 24px;
  width: 24px;
  padding: 0;
  height: 24px;
}
.comon_page .wc-block-components-text-input input,
.comon_page .wc-block-components-address-form input,
.comon_page .wc-block-components-address-form select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #ccc;
  background: #fffefc;
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 20px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.comon_page .wc-block-components-text-input input:focus,
.comon_page .wc-block-components-address-form input:focus,
.comon_page .wc-block-components-address-form select:focus {
  border-color: #fed000;
  outline: none;
  box-shadow: 0 0 0 3px rgba(254, 208, 0, 0.2);
}
.comon_page .wc-block-checkout__actions-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.comon_page .wc-block-checkout__actions {
  display: flex;
  gap: 16px;
}
.comon_page .wc-block-checkout__actions button {
  border: none;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.comon_page .wc-block-checkout__actions button.is-primary {
  background: #fed000;
  color: #1c1700;
}
.comon_page .wc-block-checkout__actions button.is-primary:hover {
  background: #ffe75d;
}
.comon_page .wc-block-checkout__actions button.is-secondary {
  background: #044a3a;
  color: #fff;
}
.comon_page .wc-block-checkout__actions button.is-secondary:hover {
  background: #06644c;
}
.comon_page .wc-block-components-notice {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  margin-top: 20px;
}
.comon_page .wc-block-components-notice.is-error {
  background-color: #ffeaea;
  color: #b30000;
  border: 1px solid #e79898;
}
.comon_page .wc-block-components-notice.is-success {
  background-color: #eaffea;
  color: #1b5e20;
  border: 1px solid #b2dfdb;
}
.comon_page .wc-block-components-notice.is-info {
  background-color: #e6f7ff;
  color: #005b96;
  border: 1px solid #90caf9;
}
.comon_page .wc-block-components-radio-control {
  margin-bottom: 20px;
}
.comon_page .wc-block-components-radio-control label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fafafa;
  cursor: pointer;
  transition: all 0.3s;
}
.comon_page .wc-block-components-radio-control label:hover {
  border-color: #fed000;
  background-color: #fffdf2;
}
.comon_page .wc-block-components-radio-control label input[type=radio] {
  accent-color: #fed000;
}

.woocommerce-order-received .comon_page {
  background-color: #fefcf7;
  padding: 60px 0;
  font-family: "Segoe UI", sans-serif;
  color: #2c2c2c;
}
.woocommerce-order-received .comon_page .woocommerce {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8e8e8;
}
.woocommerce-order-received .comon_page .woocommerce-notice--success {
  background-color: #eaffea;
  color: #1b5e20;
  border: 1px solid #b2dfdb;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 30px;
}
.woocommerce-order-received .comon_page .woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.woocommerce-order-received .comon_page .woocommerce-order-overview li {
  flex: 1 0 calc(21% - 10px);
  background: #fafafa;
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 14px;
  margin: 0;
}
.woocommerce-order-received .comon_page .woocommerce-order-overview li strong {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #044a3a;
}
.woocommerce-order-received .comon_page .woocommerce-order-details__title,
.woocommerce-order-received .comon_page .woocommerce-column__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  color: #044a3a;
}
.woocommerce-order-received .comon_page .woocommerce-order-details__title::after,
.woocommerce-order-received .comon_page .woocommerce-column__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #fed000;
  margin-top: 8px;
  border-radius: 2px;
}
.woocommerce-order-received .comon_page table.woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.woocommerce-order-received .comon_page table.woocommerce-table thead {
  background: #044a3a;
  color: #fff;
}
.woocommerce-order-received .comon_page table.woocommerce-table thead th {
  padding: 14px;
  text-align: left;
  font-size: 15px;
}
.woocommerce-order-received .comon_page table.woocommerce-table tbody td {
  padding: 14px;
  border-top: 1px solid #eee;
  font-size: 15px;
}
.woocommerce-order-received .comon_page table.woocommerce-table tbody td a {
  color: #044a3a;
  text-decoration: underline;
}
.woocommerce-order-received .comon_page table.woocommerce-table tbody td a:hover {
  text-decoration: none;
  color: #06644c;
}
.woocommerce-order-received .comon_page table.woocommerce-table tbody td .product-quantity {
  display: inline-block;
  background: #fed000;
  color: #1c1700;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 13px;
  margin-left: 8px;
}
.woocommerce-order-received .comon_page table.woocommerce-table tfoot {
  background: #f9f9f9;
}
.woocommerce-order-received .comon_page table.woocommerce-table tfoot tr th,
.woocommerce-order-received .comon_page table.woocommerce-table tfoot tr td {
  padding: 12px 14px;
  font-size: 14px;
  border-top: 1px solid #eee;
}
.woocommerce-order-received .comon_page table.woocommerce-table tfoot tr th {
  font-weight: 600;
}
.woocommerce-order-received .comon_page .woocommerce-columns--addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}
.woocommerce-order-received .comon_page .woocommerce-columns--addresses .woocommerce-column {
  flex: 1 1 300px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #ddd;
}
.woocommerce-order-received .comon_page .woocommerce-columns--addresses .woocommerce-column address {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.woocommerce-order-received .comon_page .woocommerce-columns--addresses .woocommerce-column address p {
  margin: 6px 0;
}
.woocommerce-order-received .comon_page .wc-block-order-confirmation-additional-fields-wrapper {
  background: #fafaf2;
  border: 1px solid #ede7c5;
  padding: 20px;
  border-radius: 12px;
  font-size: 14px;
  color: #3d3d3d;
}
.woocommerce-order-received .comon_page .wc-block-order-confirmation-additional-fields-wrapper h2 {
  font-size: 18px;
  font-weight: 600;
  color: #1c1700;
  margin-bottom: 12px;
}
.woocommerce-order-received .comon_page .wc-block-order-confirmation-additional-fields-wrapper dt {
  font-weight: 600;
  margin-bottom: 4px;
}
.woocommerce-order-received .comon_page .wc-block-order-confirmation-additional-fields-wrapper dd {
  margin-bottom: 12px;
}

.woocommerce ul.order_details li:last-of-type {
  border: 1px solid #ddd !important;
}

.cr-all-reviews-shortcode .cr-button-search {
  display: block;
  background-color: #31856c !important;
  color: #ffffff;
  border: 0;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  width: auto;
  padding: 10px 20px;
  margin: 0;
  background: none;
  border-radius: 50px;
}
.cr-all-reviews-shortcode .cr-button-search:hover {
  background-color: #225c4a !important;
  background: transparent;
}

#reviews.cr-reviews-ajax-reviews .cr-input-text,
.cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.cr-ajax-search input[type=text] {
  border-radius: 50px;
  text-align: left;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 10px;
  width: calc(100% - 30px);
}

.comon_page .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #044a3a;
  border-radius: 5px;
  background: #044a3a;
  color: white;
}
.comon_page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text,
.comon_page .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
  color: rgba(255, 255, 255, 0.486);
}
.comon_page .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
  font-size: 0.875rem;
}
.comon_page .wc-block-checkout__shipping-method .wc-block-checkout__shipping-method-container {
  background-color: var(--Dark-green, rgba(4, 74, 58, 0.2196078431));
}
.comon_page form .wc-block-components-text-input input[type=email],
.comon_page .wc-block-components-text-input input[type=text],
.comon_page .wc-block-components-address-form select,
.comon_page .wc-block-components-text-input input[type=url],
.comon_page .wc-block-components-text-input input[type=email],
.comon_page .wc-block-components-text-input input[type=number],
.comon_page .wc-block-components-text-input input[type=password],
.comon_page .wc-block-components-text-input input[type=tel],
.comon_page .wc-block-components-text-input input[type=text],
.comon_page .wc-block-components-text-input input[type=url] {
  border: 0.0625rem solid rgba(43, 43, 45, 0.24) !important;
  border-radius: 50px !important;
  padding: 0 20px !important;
  box-shadow: none !important;
}
.comon_page .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: none !important;
}
.comon_page .wc-block-components-radio-control--highlight-checked,
.comon_page .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
  box-shadow: none !important;
}
.comon_page .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
  border-radius: 50px;
  box-shadow: none !important;
}
.comon_page .wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected:after {
  display: none;
}
.comon_page .wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
  margin: 2px;
  position: relative;
  top: 2px;
  border-radius: 50px;
  padding: 10px 20px;
}
.comon_page .wc-block-components-form .wc-block-components-text-input label,
.comon_page .wc-block-components-text-input label {
  left: 1rem !important;
  font-size: 16px !important;
  top: 27px !important;
}
.comon_page .wc-block-checkout__shipping-method .wc-block-checkout__shipping-method-container,
.comon_page .wc-block-checkout__shipping-method-option {
  border-radius: 50px !important;
  overflow: hidden;
}
.comon_page .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
  background-color: var(--Dark-green, #044a3a) !important;
  color: white;
  border: none;
}
.comon_page .wc-block-components-text-input.is-active label {
  top: 0 !important;
  left: 1.5rem !important;
}
.comon_page .wc-blocks-components-select .wc-blocks-components-select__label {
  left: 1.2rem;
}
.comon_page .wc-block-components-radio-control__label-group .wc-block-components-radio-control__label {
  padding-left: 0;
}
.comon_page .wc-block-components-radio-control-accordion-option {
  border: none;
  padding: 8px 10px 12px !important;
  display: flex;
  align-items: center;
  gap: 20px;
}
.comon_page .wc-block-components-radio-control-accordion-content {
  padding: 0;
}
.comon_page .wc-block-components-radio-control-accordion-option {
  padding: 0;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  background-color: #044a3a;
  color: white;
}

.woocommerce-cart .comon_page {
  padding: 40px 0;
  background: #f9fafc;
}
.woocommerce-cart .comon_page .wc-block-cart {
  display: flex;
  gap: 30px;
  background: rgba(4, 74, 58, 0.1098039216);
  padding: 30px;
  border-radius: 20px;
}
.woocommerce-cart .comon_page .wc-block-cart__main {
  flex: 1;
  background: transparent;
  border: none;
  border-radius: 8px;
  padding: 0;
}
.woocommerce-cart .comon_page .wc-block-cart__main .wc-block-components-quantity-selector {
  border-radius: 24px;
  box-sizing: content-box;
  display: flex;
  margin: 0 0 0.25em;
  position: relative;
  width: 107px;
  margin: 0 !important;
  overflow: hidden;
}
.woocommerce-cart .comon_page .wc-block-cart__main table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-cart .comon_page .wc-block-cart__main table:last-child {
  margin-bottom: 0;
}
.woocommerce-cart .comon_page .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__header {
  background: transparent;
}
.woocommerce-cart .comon_page .wc-block-cart__main table th {
  background: #2b2b2d !important;
  color: #fff;
  text-align: left;
  padding: 12px;
  font-weight: 600;
  /* border-bottom: 2px solid #1c1700; */
  visibility: visible;
  border-radius: 0;
}
.woocommerce-cart .comon_page .wc-block-cart__main table tr:last-child td {
  border-bottom: none;
}
.woocommerce-cart .comon_page .wc-block-cart__main table td {
  padding: 12px;
  border-bottom: 1px solid rgba(4, 74, 58, 0.1490196078);
  vertical-align: middle;
  color: #2b2b2d;
}
.woocommerce-cart .comon_page .wc-block-cart__main table a {
  color: #044a3a;
  font-weight: 500;
  text-decoration: none;
}
.woocommerce-cart .comon_page .wc-block-cart__main table a:hover {
  color: #fed000;
}
.woocommerce-cart .comon_page .wc-block-cart__main table img {
  width: 60px;
  height: auto;
  border-radius: 6px;
}
.woocommerce-cart .comon_page .wc-block-cart__main table del {
  color: #999;
  margin-right: 5px;
}
.woocommerce-cart .comon_page .wc-block-cart__main table ins {
  color: #e53935;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-cart .comon_page .wc-block-cart__main table .wc-block-components-sale-badge {
  display: inline-block;
  background: #fed000;
  color: #2b2b2d;
  padding: 3px 15px;
  border-radius: 40px;
  font-size: 12px;
  margin-top: 4px;
  font-weight: 600;
  border: none;
}
.woocommerce-cart .comon_page .wc-block-cart__main table .wc-block-cart-item__quantity {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.woocommerce-cart .comon_page .wc-block-cart__main table .wc-block-cart-item__quantity input {
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 4px;
}
.woocommerce-cart .comon_page .wc-block-cart__main table .wc-block-cart-item__quantity button {
  background: #2b2b2d;
  border: none;
  color: #fff;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 14px;
}
.woocommerce-cart .comon_page .wc-block-cart__main table .wc-block-cart-item__quantity button:hover {
  background: #044a3a;
}
.woocommerce-cart .comon_page .wc-block-cart__main table .wc-block-cart-item__quantity button:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.woocommerce-cart .comon_page .wc-block-cart__main table .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  background: none;
  border: none;
  color: #e53935;
  cursor: pointer;
  font-size: 14px;
}
.woocommerce-cart .comon_page .wc-block-cart__main table .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  text-decoration: underline;
}
.woocommerce-cart .comon_page .wc-block-cart__sidebar {
  /* width: 300px; */
  border: 1px solid #044a3a;
  border-radius: 5px;
  background: #044a3a;
  color: white;
  padding: 20px;
}
.woocommerce-cart .comon_page .wc-block-cart__sidebar h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  border-bottom: 2px solid #fed000;
  padding-bottom: 5px;
}
.woocommerce-cart .comon_page .wc-block-cart__sidebar .wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.woocommerce-cart .comon_page .wc-block-cart__sidebar .wc-block-components-totals-item__label {
  color: #fff;
}
.woocommerce-cart .comon_page .wc-block-cart__sidebar .wc-block-components-totals-item__value {
  color: #fff;
}
.woocommerce-cart .comon_page .wc-block-cart__sidebar .wc-block-cart__submit-button {
  display: block;
  width: 100%;
  background: #fed000;
  color: #2b2b2d;
  padding: 12px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  text-decoration: none;
}
.woocommerce-cart .comon_page .wc-block-cart__sidebar .wc-block-cart__submit-button:hover {
  background: #044a3a;
  color: #fff;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: unset;
  border: none;
  background: #fff;
  color: #044a3a;
  border-radius: 50px;
  font-weight: 500;
}

.wc-block-cart .wc-block-cart__submit-container {
  background-color: transparent;
}

.woocommerce-cart .comon_page .wc-block-cart__sidebar .wc-block-cart__submit-button {
  border-radius: 50px;
  overflow: hidden;
}
.woocommerce-cart .comon_page .wc-block-cart__sidebar .wc-block-cart__submit-button:hover {
  background-color: #b99700;
}

/* SCSS for the Wishlist Section */
.comon_page .shop_table.cart.wishlist_table.wishlist_view.traditional.responsive {
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
}
.comon_page .wishlist_table thead tr th {
  background-color: var(--Dark-green, #044a3a);
  color: white;
}
.comon_page .wishlist_table .product-add-to-cart a {
  background: #fed000;
  padding: 10px 20px;
  display: inline-block !important;
  border-radius: 25px;
  color: #2b2b2d;
}
.comon_page .woocommerce table.shop_table.wishlist_table tr td {
  background-color: rgba(4, 74, 58, 0.0509803922);
}
.comon_page .woocommerce table.shop_table.wishlist_table tr td a {
  color: var(--Dark-green, #044a3a);
}
.comon_page .woocommerce table.shop_table td del {
  color: #aa0000;
}

.woocommerce .wishlist-title {
  display: none !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator a {
  color: var(--Dark-green, #044a3a);
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before,
.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
  display: none;
}

.woocommerce-order-received .comon_page .woocommerce-order-details__title,
.woocommerce-order-received .comon_page .woocommerce-column__title {
  margin-top: 0;
}

.woocommerce-order-received .comon_page .woocommerce-columns--addresses .woocommerce-column address p {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 0;
}

.pop-prod-bx .text .rating .rating-inner img {
  width: 16px;
}

.pop-prod-bx .text .rating .rating-inner {
  gap: 3px;
}

.pop-prod-bx .text .rating .rating-inner li {
  height: 15px;
  display: flex;
  align-items: center;
}

.woocommerce a.added_to_cart {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a5741;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.pop-prod-bx:has(.added) .btnsec {
  padding-bottom: 40px;
}

.aws-search-result .aws_result_item .aws_result_link_top {
  color: red;
  font-weight: 600;
  font-size: 18px !important;
}

#menu-lang-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
#menu-lang-menu li {
  position: relative;
}
#menu-lang-menu li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  padding: 0;
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#menu-lang-menu li a img.wpml-ls-flag {
  width: 24px;
  height: auto;
}
#menu-lang-menu li a .wpml-ls-native {
  display: inline-block;
}
#menu-lang-menu li a::after {
  content: "";
  margin-left: 0;
  font-size: 0.7rem;
  background: url(../images/tabler_chevron-up.png) no-repeat right center;
  width: 24px;
  height: 24px;
  margin-top: -3px;
}
#menu-lang-menu li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 140px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 1000;
}
#menu-lang-menu li .sub-menu li a {
  background: none;
  padding: 0.5rem 0.8rem;
  color: #333;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#menu-lang-menu li .sub-menu li a img.wpml-ls-flag {
  width: 20px;
}
#menu-lang-menu li .sub-menu li a:hover {
  background: #f2f2f2;
}
#menu-lang-menu li:hover > .sub-menu {
  display: block;
}

.wp-block-woocommerce-empty-cart-block h2 {
  display: none;
}
.wp-block-woocommerce-empty-cart-block h2.with-empty-cart-icon {
  display: block;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid {
  display: none;
}
.wp-block-woocommerce-empty-cart-block hr {
  display: none;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
  flex-direction: row;
  margin: auto;
  justify-content: center;
  gap: 0 !important;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg {
  width: 25px !important;
  max-width: 25px !important;
  height: 25px !important;
}/*# sourceMappingURL=style.css.map */