@charset "UTF-8";
@font-face {
  font-family: "Futura Md BT";
  src: url(../fonts//FutuMd.ttf);
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Regular.ttf);
}
@font-face {
  font-family: "Coolvetica";
  src: url(../fonts/coolvetica\ rg.otf);
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
}
body.scrollLock {
  overflow: hidden;
}

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

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

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

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 */
  border: 1px solid #ccc;
  /* Custom border */
  padding: 16px 10px;
  /* Add padding for better UI */
  background-color: #fff;
  /* Background color */
  background-image: url("../images/down-arow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.green-btn {
  color: #fff;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.88rem 1.88rem;
  border-radius: 1.875rem;
  background: var(--Green-2, #9fcc3b);
  border: 1px solid #9fcc3b;
  display: table;
  white-space: nowrap;
  text-align: center;
}
.green-btn:hover {
  color: #fff;
}

.border-btn {
  color: var(--Green-2, #9fcc3b);
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.88rem 1.88rem;
  border-radius: 1.875rem;
  border: 1px solid var(--Green-2, #9fcc3b);
  display: table;
  white-space: nowrap;
  text-align: center;
}
.border-btn:hover {
  color: var(--Green-2, #9fcc3b);
}

h2 {
  color: #000;
  font-family: "Coolvetica";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

header .top-header-part {
  padding: 1.56rem 0;
  background: #9fcc3b;
}
header .top-header-part .content-wraper {
  display: flex;
  align-items: center;
  gap: 3.13rem;
}
header .top-header-part .logo-wraper {
  max-width: 17.875rem;
  width: 100%;
  display: table;
}
header .top-header-part .logo-wraper a {
  display: table;
}
header .top-header-part .logo-wraper a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
header .top-header-part .sub-wraper-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
header .top-header-part .search-wraper {
  max-width: 33.125rem;
  width: 100%;
  position: relative;
}
header .top-header-part .search-wraper input:not([type=submit]) {
  width: 100%;
  height: 3.125rem;
  border-radius: 0.25rem;
  background: #fff;
  color: #000;
  padding: 0.94rem 3.5rem 1rem 0.63rem;
  border: none;
  outline: none;
}
header .top-header-part .search-wraper input:not([type=submit])::-moz-placeholder {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .top-header-part .search-wraper input:not([type=submit])::placeholder {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .top-header-part .search-wraper input[type=submit] {
  font-size: 0;
  width: 2.375rem;
  height: 2.25rem;
  border-radius: 0.25rem;
  background: var(--Green-2, #9fcc3b);
  background-image: url("../images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25rem;
  border: none;
  position: absolute;
  top: 0.44rem;
  right: 0.62rem;
}
header .top-header-part .search-wraper .aws-container form {
  position: relative;
}
header .top-header-part .search-wraper .aws-container form .aws-search-btn {
  font-size: 0;
  width: 2.375rem;
  height: 2.25rem;
  border-radius: 0.25rem !important;
  background: var(--Green-2, #9fcc3b);
  border: none;
  position: absolute;
  top: 0.24rem;
  right: 0.32rem;
  z-index: 2;
}
header .top-header-part .search-wraper .aws-container form .aws-search-btn svg {
  fill: white;
}
header .top-header-part .left-content-wraper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
header .top-header-part .left-content-wraper ul.for-desktop {
  display: flex;
  align-items: center;
}
header .top-header-part .left-content-wraper ul.for-desktop li {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 1.5rem;
  position: relative;
}
header .top-header-part .left-content-wraper ul.for-desktop li:first-child {
  padding-left: 0;
}
header .top-header-part .left-content-wraper ul.for-desktop li::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
header .top-header-part .left-content-wraper ul.for-desktop li a {
  display: block;
  color: #fff;
}
header .top-header-part .left-content-wraper ul.for-desktop li a span {
  margin-top: 0.87rem;
  font-size: 1rem;
  display: table;
}
header .top-header-part .left-content-wraper ul.for-mobile {
  display: none;
}
header .top-header-part .left-content-wraper .cart {
  display: flex;
  align-items: center;
  gap: 0.37rem;
  position: relative;
  overflow: hidden;
}
header .top-header-part .left-content-wraper .cart a.pabs {
  position: absolute;
  inset: 0;
}
header .top-header-part .left-content-wraper .cart .img-wraper {
  padding: 0.75rem 0.31rem 0.38rem 0;
  position: relative;
}
header .top-header-part .left-content-wraper .cart .img-wraper img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
header .top-header-part .left-content-wraper .cart .img-wraper span {
  color: var(--Green-2, #9fcc3b);
  text-align: center;
  font-family: "DM Sans";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.38rem;
  right: 0rem;
}
header .top-header-part .left-content-wraper .cart h6 {
  color: #fff;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
header .bottom-header-part {
  background: #fff;
}
@media (min-width: 768px) {
  header .bottom-header-part ul.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
  header .bottom-header-part ul.main-menu li {
    color: var(--Black, #000);
    font-family: "Futura Md BT";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
  }
  header .bottom-header-part ul.main-menu li:has(.sub-menu) > a {
    padding-right: 1.5rem;
    background-image: url(../images/down-arow.svg);
    background-repeat: no-repeat;
    background-position: right 0.3rem center;
    background-size: 0.8rem;
  }
  header .bottom-header-part ul.main-menu li:hover ul.sub-menu {
    max-height: 500px;
  }
  header .bottom-header-part ul.main-menu li a {
    padding: 0.62rem;
    color: var(--Black, #000);
  }
  header .bottom-header-part ul.main-menu li ul.sub-menu {
    position: absolute;
    top: 4.0625rem;
    left: 0;
    width: 18.8125rem;
    background-color: #9fcc3b;
    border-radius: 0 0 12px 12px;
    max-height: 0;
    overflow: hidden;
    transition: all ease 1s 0s;
    display: block;
    z-index: 999;
  }
  header .bottom-header-part ul.main-menu li ul.sub-menu li {
    color: var(--White, #fff);
    font-family: "Futura Md BT";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
    border-bottom: 1px solid #6fa653;
  }
  header .bottom-header-part ul.main-menu li ul.sub-menu li:last-child {
    border: none;
  }
  header .bottom-header-part ul.main-menu li ul.sub-menu li a {
    display: block;
    width: 100%;
    color: #fff;
  }
}
header .bottom-header-part .main-menu li.menu-item-has-children:hover .sub-menu {
  max-height: 500px !important;
  z-index: 999 !important;
  opacity: 1;
}
header .bottom-header-part .main-menu .sub-menu {
  overflow: unset !important;
  max-height: 0px !important;
  z-index: -1 !important;
  opacity: 0;
}
header .bottom-header-part .main-menu .sub-menu li.menu-item-has-children {
  position: relative;
}
header .bottom-header-part .main-menu .sub-menu li.menu-item-has-children a {
  background-image: none;
}
header .bottom-header-part .main-menu .sub-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto;
}
header .bottom-header-part .main-menu .sub-menu li.menu-item-has-children .sub-menu {
  right: -148px;
  top: 0;
  left: unset;
  width: 149px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

footer {
  padding-top: 3.75rem;
  background-color: #9fcc3b;
}
footer a.logo img {
  width: 14.5rem;
  height: 2.41669rem;
  -o-object-fit: cover;
     object-fit: cover;
}
footer p {
  max-width: 23.125rem;
  color: #fff;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 1.25rem 0;
}
footer h5 {
  color: #fff;
  font-family: "Coolvetica";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
}
footer h6 {
  color: #fff;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 3.12rem 0 1.69rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5019607843);
}
footer ul.social-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer ul.social-icon li {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 1.5625rem;
  border: 1px solid #fff;
}
footer ul.social-icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer ul.social-icon li a img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
footer ul.footer-menu li {
  color: #fff;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.25rem;
}
footer ul.footer-menu li:last-child {
  margin: 0;
}
footer ul.footer-menu li a {
  color: #fff;
  display: table;
}
footer .form-wraper {
  position: relative;
  overflow: hidden;
}
footer .form-wraper input:not([type=submit]) {
  width: 100%;
  height: 3.125rem;
  border-radius: 0.25rem;
  padding: 1rem;
  padding-right: 3rem;
  outline: none;
  background: #fff;
  border: none;
  color: #000;
}
footer .form-wraper input:not([type=submit])::-moz-placeholder {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Futura Md BT";
}
footer .form-wraper input:not([type=submit])::placeholder {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Futura Md BT";
}
footer .form-wraper input[type=submit] {
  border-radius: 0.25rem;
  background: var(--Green-2, #9fcc3b);
  width: 2.375rem;
  height: 2.25rem;
  position: absolute;
  top: 0.44rem;
  right: 0.38rem;
  border: none;
  background-image: url(../images/sent.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: 1rem;
  color: transparent;
}
footer .form-wraper .wpcf7-not-valid-tip {
  margin-top: 10px;
}
footer .form-wraper .wpcf7-response-output {
  margin: 5px 0 0 !important;
}

section.inner-banner {
  padding: 4.37rem 0 5.87rem;
  background: #f8f8f8;
}
section.inner-banner h1 {
  color: #000;
  text-align: center;
  font-family: "Coolvetica";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.375rem;
  /* 150% */
  margin-bottom: 1rem;
}
section.inner-banner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.88rem;
}
section.inner-banner ul li {
  color: var(--Black, #000);
  text-align: center;
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  text-transform: capitalize;
  position: relative;
}
section.inner-banner ul li:last-child::after {
  display: none;
}
section.inner-banner ul li::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(../images/inner-arow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -1.44rem;
  bottom: 0;
  margin: auto;
}
section.inner-banner ul li a {
  color: var(--Black, #000);
}

section.home-banner {
  background: #f8f8f8;
  padding: 5.19rem 0 5.88rem;
}
section.home-banner .bnr-slid .item h1 {
  color: #000;
  font-family: "Coolvetica";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.375rem;
  /* 122.727% */
  margin-bottom: 1rem;
}
section.home-banner .bnr-slid .item p {
  color: var(--Paragraph, #535353);
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 1.25rem;
}
section.home-banner .bnr-slid .item ul {
  margin-bottom: 2.03rem;
}
section.home-banner .bnr-slid .item ul li {
  color: var(--Paragraph, #535353);
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 1.88rem;
  margin-bottom: 1rem;
  position: relative;
}
section.home-banner .bnr-slid .item ul li::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
section.home-banner .bnr-slid .item ul li:last-child {
  margin: 0;
}
section.home-banner .bnr-slid .item .btn-wraper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.home-banner .bnr-slid .item .btn-wraper a {
  width: 10.5625rem;
}
section.home-banner .bnr-slid .item img.rignt-img {
  max-width: 25.5rem;
  max-height: 26.3125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner .bnr-slid .owl-dots {
  display: flex;
  align-items: center;
  margin-top: -0.9375rem !important;
  gap: 0.31rem;
  position: relative;
  z-index: 99999;
}
section.home-banner .bnr-slid .owl-dots button.active span {
  background-color: #9fcc3b !important;
}
section.home-banner .bnr-slid .owl-dots button span {
  margin: 0;
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #9fcc3b;
  border-radius: 50%;
  background-color: #fff !important;
}

.cart-item {
  padding: 2rem;
  border-radius: 0.5rem;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  min-height: 25rem;
}
.cart-item h3 {
  max-width: 24.125rem;
  color: #000;
  font-family: Coolvetica;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.cart-item p {
  max-width: 24.125rem;
  color: var(--Paragraph, #535353);
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 1.25rem;
}
.cart-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 9;
}
.cart-item img.hm-cart1-img {
  max-width: 18rem;
  max-height: 18.25rem;
  right: 0;
  bottom: 1.37rem;
}
.cart-item img.hm-cart2-img {
  max-width: 20rem;
  max-height: 16.125rem;
  right: 8.96px;
  bottom: 2.12rem;
}
.cart-item img.dp-cart1-img {
  max-width: 18rem;
  max-height: 18.25rem;
  right: 0.94rem;
  bottom: 0.87rem;
}
.cart-item img.dp-cart2-img {
  max-width: 16.25rem;
  max-height: 13.125rem;
  right: 3.81rem;
  bottom: 2.56rem;
}
.cart-item span.circle {
  width: 21.375rem;
  height: 21.3125rem;
  border-radius: 21.375rem;
  background: #e6edc6;
  position: absolute;
  right: -4.13rem;
  bottom: -5.16rem;
}

.badges-cart {
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.35);
  background: rgba(246, 246, 246, 0.3490196078);
  overflow: hidden;
  position: relative;
}
.badges-cart:hover .hover-box {
  bottom: 0;
}
.badges-cart h4 {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Coolvetica";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0.94rem 1rem 1.06rem;
  border-radius: 0.4375rem 0.4375rem 0rem 0rem;
  background: #f6f6f6;
  position: relative;
  z-index: 99;
}
.badges-cart img.badge {
  max-width: 19.5625rem;
  max-height: 12.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: table;
  margin: 1.44rem auto 4.37rem;
}
.badges-cart a.green-btn {
  position: absolute;
  right: 1.25rem;
  bottom: 1.62rem;
  border-radius: 0.25rem;
  font-family: "Coolvetica";
  padding: 0.625rem;
  width: 7rem;
  z-index: 99;
}
.badges-cart .hover-box {
  padding: 3.5rem 2.12rem 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0rem 0rem 0.4375rem 0.4375rem;
  background: rgba(253, 253, 253, 0.8);
  transition: all 0.3s ease-in-out;
}
.badges-cart .hover-box p {
  color: #000;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  /* 137.5% */
}

section.home-sec2 {
  padding: 2.5rem 0;
}

section.home-sec3 {
  padding-bottom: 2.5rem;
}
section.home-sec3 .row {
  gap: 2.5rem 0;
}

section.loginAndsignup-sec {
  padding: 2.5rem 0;
}
section.loginAndsignup-sec img {
  width: 100%;
  border-radius: 0.75rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.loginAndsignup-sec img.signup-img {
  max-height: 38.1875rem;
}
section.loginAndsignup-sec img.login-img {
  max-height: 27rem;
}
section.loginAndsignup-sec h2 {
  margin-bottom: 1.12rem;
}
section.loginAndsignup-sec p {
  color: #000;
  text-align: center;
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.loginAndsignup-sec p a {
  color: var(--Green-2, #9fcc3b);
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
section.loginAndsignup-sec .form-wraper .error {
  color: red;
  font-size: 0.85rem;
  margin: 0 0 1.125rem;
}
section.loginAndsignup-sec .form-wraper label {
  display: block;
  color: var(--Black, #000);
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.44rem;
}
section.loginAndsignup-sec .form-wraper input:not([type=submit]) {
  width: 100%;
  height: 3.125rem;
  padding: 0rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  background: #fff;
  outline: none;
  color: #000;
}
section.loginAndsignup-sec .form-wraper input:not([type=submit])::-moz-placeholder {
  color: var(--Black, #000);
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.loginAndsignup-sec .form-wraper input:not([type=submit])::placeholder {
  color: var(--Black, #000);
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.loginAndsignup-sec .form-wraper input[type=submit] {
  width: 100%;
  margin: 1.13rem 0 1.25rem;
}
section.loginAndsignup-sec .form-wraper .password-wraper {
  position: relative;
  margin-bottom: 1rem;
}
section.loginAndsignup-sec .form-wraper .password-wraper input {
  padding-right: 3.125rem;
}
section.loginAndsignup-sec .form-wraper .password-wraper i {
  font-size: 18px;
  position: absolute;
  top: 16px;
  bottom: 0;
  right: 0.94rem;
  margin: 0;
  max-height: -moz-max-content;
  max-height: max-content;
  cursor: pointer;
}
section.loginAndsignup-sec .form-wraper .flex-box {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  margin-bottom: 1.5rem;
}
section.loginAndsignup-sec .form-wraper .flex-box .checkbox {
  display: table;
  position: relative;
  overflow: hidden;
}
section.loginAndsignup-sec .form-wraper .flex-box .checkbox input {
  height: auto;
  width: auto;
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}
section.loginAndsignup-sec .form-wraper .flex-box .checkbox input:checked + label::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.125rem;
  color: #9fcc3b;
}
section.loginAndsignup-sec .form-wraper .flex-box .checkbox label {
  display: table;
  padding-left: 1.7rem;
  color: var(--Paragraph, #535353);
  position: relative;
  margin: 0;
}
section.loginAndsignup-sec .form-wraper .flex-box .checkbox label::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.125rem;
  border: 1px solid var(--Green-2, #9fcc3b);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
section.loginAndsignup-sec .form-wraper .flex-box a {
  color: var(--Green-2, #9fcc3b);
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

section.contact-sec1 {
  padding: 2.5rem 0;
}
section.contact-sec1 .c-details-cart {
  padding: 1.5rem;
  background: #fafafa;
}
section.contact-sec1 .c-details-cart .text-wraper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
section.contact-sec1 .c-details-cart .text-wraper span {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #9fcc3b;
}
section.contact-sec1 .c-details-cart .text-wraper span img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.contact-sec1 .c-details-cart .text-wraper h5 {
  color: #000;
  font-family: "Coolvetica";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.875rem;
  margin: 0;
}
section.contact-sec1 .c-details-cart p {
  color: var(--Paragraph, #535353);
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 1.25rem;
}
section.contact-sec1 .c-details-cart a {
  color: var(--Green-2, #9fcc3b);
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  /* 144.444% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

section.contact-sec2 {
  padding-bottom: 2.5rem;
}
section.contact-sec2 img.right-img {
  width: 100%;
  max-height: 40.625rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.contact-sec2 h2 {
  margin-bottom: 0.75rem;
}
section.contact-sec2 p {
  color: var(--Paragraph, #535353);
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 1.25rem;
}
section.contact-sec2 .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.88rem;
}
section.contact-sec2 .fild-wraper {
  width: 100%;
}
section.contact-sec2 .fild-wraper .wpcf7-not-valid-tip {
  margin-bottom: 10px;
}
section.contact-sec2 .fild-wraper label {
  display: block;
  color: var(--Black, #000);
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.44rem;
}
section.contact-sec2 .fild-wraper input:not([type=submit]),
section.contact-sec2 .fild-wraper textarea {
  width: 100%;
  height: 3.125rem;
  padding: 0rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  background: #fff;
  outline: none;
  color: #000;
}
section.contact-sec2 .fild-wraper input:not([type=submit])::-moz-placeholder, section.contact-sec2 .fild-wraper textarea::-moz-placeholder {
  color: var(--Black, #000);
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.contact-sec2 .fild-wraper input:not([type=submit])::placeholder,
section.contact-sec2 .fild-wraper textarea::placeholder {
  color: var(--Black, #000);
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.contact-sec2 .fild-wraper textarea {
  padding: 0.75rem;
  resize: none;
  height: 7.125rem;
  margin-bottom: 1.25rem;
}
section.contact-sec2 input[type=submit] {
  max-width: 9.375rem;
  width: 100%;
}

section.faq-sec1 {
  padding: 2.5rem 0;
}
section.faq-sec1 h2 {
  margin-bottom: 2.5rem;
  text-align: center;
  text-transform: capitalize;
}
section.faq-sec1 .form-wraper {
  max-width: 33.125rem;
  width: 100%;
  margin: 1.38rem auto 1.12rem;
  position: relative;
}
section.faq-sec1 .form-wraper input:not([type=submit]) {
  border-radius: 0.25rem;
  border: 1px solid #bebebe;
  width: 100%;
  height: 3.125rem;
  padding: 0 0.62rem;
  padding-right: 3.5rem;
  outline: none;
}
section.faq-sec1 .form-wraper input:not([type=submit])::-moz-placeholder {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.faq-sec1 .form-wraper input:not([type=submit])::placeholder {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.faq-sec1 .form-wraper input[type=submit] {
  width: 2.375rem;
  height: 2.25rem;
  border: none;
  border-radius: 0.25rem;
  background: var(--Green-2, #9fcc3b);
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
  font-size: 0;
  position: absolute;
  top: 0.42rem;
  right: 0.62rem;
}
section.faq-sec1 ul.accordian li {
  padding: 0.94rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  border: 1px solid #bebebe;
}
section.faq-sec1 ul.accordian li.active h5::after {
  transform: rotate(180deg);
}
section.faq-sec1 ul.accordian li:last-child {
  margin: 0;
}
section.faq-sec1 ul.accordian li h5 {
  color: var(--Black, #000);
  font-family: "Coolvetica";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 144.444% */
  padding: 0.44rem 0;
  padding-right: 4rem;
  margin: 0;
  cursor: pointer;
  position: relative;
}
section.faq-sec1 ul.accordian li h5::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-color: #9fcc3b;
  border-radius: 50%;
  background-image: url(../images/arow-down2.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
section.faq-sec1 ul.accordian li .content {
  display: none;
}
section.faq-sec1 ul.accordian li .content p {
  max-width: 95%;
  color: var(--Paragraph, #535353);
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.425rem;
  margin: 0;
}

section.about-sec1 {
  padding: 2.5rem 0;
}
section.about-sec1 .mb-40 {
  margin-bottom: 2.5rem;
}
section.about-sec1 .mb-40:last-child {
  margin-bottom: 0;
}
section.about-sec1 h2 {
  margin-bottom: 0.75rem;
}
section.about-sec1 p {
  color: var(--Paragraph, #535353);
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 0;
}
section.about-sec1 p + p {
  margin: 1rem 0 0;
}
section.about-sec1 img.main-img {
  max-width: 100%;
  max-height: 26.4375rem;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
}

section.about-sec2 {
  background: #f8f8f8;
  padding: 3.75rem 0;
}
section.about-sec2 .cart-wraper img {
  max-width: 2.5rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}
section.about-sec2 .cart-wraper h4 {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Coolvetica";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 108.333% */
  margin: 1rem 0 0.75rem;
}
section.about-sec2 .cart-wraper p {
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 0;
}

section.desk-plate-sec1 {
  padding: 2.5rem 0;
}
section.desk-plate-sec1 span.circle {
  background-color: #90b100;
}

section.desk-plate-sec2 {
  background: #f8f8f8;
  padding: 3.19rem 0;
}
section.desk-plate-sec2 h2 {
  margin-bottom: 1rem;
}
section.desk-plate-sec2 p {
  color: var(--Paragraph, #535353);
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 2rem;
}
section.desk-plate-sec2 .grid-box {
  display: grid;
  grid-template-columns: 8.9375rem 1fr 1fr;
  gap: 3.5rem;
}
section.desk-plate-sec2 .grid-box .grid-content:last-child {
  padding-top: 2.37rem;
}
section.desk-plate-sec2 .grid-box .grid-content h5 {
  color: #000;
  font-family: "Coolvetica";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 108.333% */
  margin-bottom: 0.75rem;
}
section.desk-plate-sec2 .grid-box .grid-content ul li {
  color: var(--Paragraph, #535353);
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 0.5rem;
}
section.desk-plate-sec2 .grid-box .grid-content ul li:last-child {
  margin: 0;
}
section.desk-plate-sec2 .grid-box .grid-content ul li span {
  color: var(--Black, #000);
}
section.desk-plate-sec2 img.main-img {
  max-width: 91%;
  max-height: 20.8125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.desk-plate-sec3 {
  padding: 3.75rem 0;
}
section.desk-plate-sec3 .row {
  margin-bottom: 2.5rem;
}
section.desk-plate-sec3 .row:nth-child(even) {
  flex-direction: row-reverse;
}
section.desk-plate-sec3 .row:last-child {
  margin: 0;
}
section.desk-plate-sec3 h2 {
  text-transform: capitalize;
  margin-bottom: 1rem;
}
section.desk-plate-sec3 p {
  color: var(--Paragraph, #535353);
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 1rem;
}
section.desk-plate-sec3 a.green-btn {
  margin-top: 1.5rem;
}
section.desk-plate-sec3 img.site-img {
  max-width: 100%;
  max-height: 21.875rem;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.name-badge-sec1 {
  padding-bottom: 3.75rem;
}
section.name-badge-sec1 .row {
  gap: 1.87rem 0;
}
section.name-badge-sec1 h2 {
  max-width: 47.25rem;
  text-align: center;
  margin: 0 auto 1rem;
}
section.name-badge-sec1 p {
  max-width: 47.25rem;
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 0 auto 0.63rem;
}
section.name-badge-sec1 .badges-cart {
  border-radius: 0.5rem;
  background: rgba(246, 246, 246, 0.3490196078);
  border: none;
}
section.name-badge-sec1 .badges-cart img.badge {
  max-width: 10rem;
  max-height: 9.375rem;
  width: 100%;
  height: 100%;
  margin: 1.56rem auto 2.44rem;
}
section.name-badge-sec1 a.green-btn {
  display: table;
  margin: 0.63rem auto 0;
}

section.name-badge-details-sec1 {
  padding: 2.5rem 0 3.75rem;
}
section.name-badge-details-sec1 h2 {
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}
section.name-badge-details-sec1 p {
  color: var(--Paragraph, #535353);
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.425rem;
  margin-bottom: 1rem;
}
section.name-badge-details-sec1 ul {
  display: flex;
  align-items: center;
  gap: 0.31rem;
  margin-bottom: 0.75rem;
}
section.name-badge-details-sec1 ul li {
  display: table;
}
section.name-badge-details-sec1 ul li img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.name-badge-details-sec1 h4 {
  color: #000;
  font-family: "Coolvetica";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
section.name-badge-details-sec1 .flex-box {
  display: flex;
  align-items: center;
  gap: 1.94rem;
  margin-bottom: 1rem;
}
section.name-badge-details-sec1 .flex-box .fild-wraper {
  margin: 0;
}
section.name-badge-details-sec1 .fild-wraper {
  width: 100%;
  margin-bottom: 1rem;
}
section.name-badge-details-sec1 .fild-wraper input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
}
section.name-badge-details-sec1 label {
  color: var(--Black, #000);
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.44rem;
  display: block;
}
section.name-badge-details-sec1 select {
  width: 100%;
  height: 3.125rem;
  padding: 0rem 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  background: #fff;
  outline: none;
  background-image: url(../images/select-arow.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}
section.name-badge-details-sec1 input:not([type=submit]) {
  width: 100%;
  max-width: 100%;
  display: flex;
  height: 3.125rem;
  padding: 0rem 0.75rem;
  outline: none;
  color: #000;
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  background: #fff;
}
section.name-badge-details-sec1 input:not([type=submit])::-moz-placeholder {
  color: var(--Paragraph, #535353);
  font-family: "Futura Md BT";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.name-badge-details-sec1 input:not([type=submit])::placeholder {
  color: var(--Paragraph, #535353);
  font-family: "Futura Md BT";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.name-badge-details-sec1 #decrease,
section.name-badge-details-sec1 #increase {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 0.5rem 2.49rem 0.69rem;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
section.name-badge-details-sec1 input#number {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 1rem 0 0.94rem;
  border: 1px solid #d9d9d9;
}
section.name-badge-details-sec1 .contity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
section.name-badge-details-sec1 .inp-file-wraper {
  margin-bottom: 1rem;
}
section.name-badge-details-sec1 .inp-file-wraper .fileUploadWrap {
  display: flex;
  align-items: center;
  gap: 0.69rem;
}
section.name-badge-details-sec1 .inp-file-wraper .fileUploadWrap .wraper {
  color: var(--Paragraph, #535353);
  font-family: "Futura Md BT";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  background: #fff;
  width: 6.9125rem;
  padding: 0.625rem 1rem;
  overflow: hidden;
  position: relative;
}
section.name-badge-details-sec1 .inp-file-wraper .fileUploadWrap .wraper input {
  opacity: 0;
  z-index: 99;
  position: absolute;
  inset: 0;
  cursor: pointer;
}
section.name-badge-details-sec1 .inp-file-wraper .fileUploadWrap p {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.name-badge-details-sec1 a.border-btn {
  width: 100%;
  margin-bottom: 0.75rem;
}
section.name-badge-details-sec1 input[type=submit] {
  width: 100%;
}
section.name-badge-details-sec1 .slider-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.88rem;
  margin-bottom: 1.13rem;
}
section.name-badge-details-sec1 .slider-container .thumb img {
  width: 100%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
}
section.name-badge-details-sec1 .thumb-carousel {
  width: 30%;
}
section.name-badge-details-sec1 .thumb-carousel .owl-stage {
  width: 100% !important;
  height: 30.4375rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
section.name-badge-details-sec1 .thumb-carousel .owl-stage::after {
  display: none;
}
section.name-badge-details-sec1 .thumb-carousel .owl-stage .owl-item {
  width: 100% !important;
  height: 9.3125rem;
}
section.name-badge-details-sec1 .thumb-carousel .owl-stage .owl-item .thumb {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background: #f7f7f7;
}
section.name-badge-details-sec1 .thumb-carousel .owl-stage .owl-item .thumb img {
  width: 6.25rem;
  height: 5.8125rem;
}
section.name-badge-details-sec1 .main-carousel {
  width: 67%;
  border-radius: 0.25rem;
  background: #f7f7f7;
  height: 30.4375rem;
  overflow: hidden;
}
section.name-badge-details-sec1 .main-carousel .owl-stage-outer {
  height: 100%;
}
section.name-badge-details-sec1 .main-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
section.name-badge-details-sec1 .main-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
section.name-badge-details-sec1 .main-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.name-badge-details-sec1 .main-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  max-width: 21.4375rem;
  max-height: 16.625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.name-badge-details-sec1 .gray-box {
  padding: 0 1.06rem 0 1.13rem;
  border-radius: 0.25rem;
  background: #f7f7f7;
  margin-bottom: 1.25rem;
}
section.name-badge-details-sec1 .gray-box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
section.name-badge-details-sec1 .gray-box ul li {
  position: relative;
  padding: 1.25rem 0 1.25rem 0;
}
section.name-badge-details-sec1 .gray-box ul li:last-child::after {
  display: none;
}
section.name-badge-details-sec1 .gray-box ul li::after {
  content: "";
  width: 0.1875rem;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.875rem;
}
section.name-badge-details-sec1 .gray-box ul li span {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e5efe0;
  margin: 0 auto;
}
section.name-badge-details-sec1 .gray-box ul li span img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.name-badge-details-sec1 .gray-box ul li h4 {
  color: #000;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0.75rem 0 0.38rem;
  text-align: center;
}
section.name-badge-details-sec1 .gray-box ul li h6 {
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.name-badge-details-sec1 ul.accordian {
  display: block;
}
section.name-badge-details-sec1 ul.accordian li {
  width: 100%;
  border-top: 1px solid #d5d5d5;
  padding: 1rem 0;
}
section.name-badge-details-sec1 ul.accordian li:last-child {
  border-bottom: 1px solid #d5d5d5;
}
section.name-badge-details-sec1 ul.accordian li h5 {
  color: var(--Paragraph, #535353);
  font-family: Coolvetica;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 144.444% */
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
}
section.name-badge-details-sec1 ul.accordian li h5::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.16rem;
  right: 0;
  background-image: url(../images/down-arow.svg);
  background-repeat: no-repeat;
  background-size: 1.2rem;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
section.name-badge-details-sec1 ul.accordian li .content {
  display: none;
  margin-top: 10px;
}
section.name-badge-details-sec1 ul.accordian li .content p {
  margin: 0;
  color: var(--Paragraph, #535353);
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}

section.name-badge-details-sec2 {
  padding: 3.75rem 0;
  background: #f8f8f8;
}
section.name-badge-details-sec2 h2 {
  font-family: "Futura Md BT";
  margin-bottom: 2.5rem;
  text-align: center;
}
section.name-badge-details-sec2 .review-slider .item {
  padding: 2rem 1.5rem 2.5rem;
  border-radius: 1rem;
  background: #fff;
}
section.name-badge-details-sec2 .review-slider .item h5 {
  color: #000;
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 130% */
  margin-bottom: 0.5rem;
}
section.name-badge-details-sec2 .review-slider .item h6 {
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 1.5rem;
}
section.name-badge-details-sec2 .review-slider .item ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.31rem;
  margin-bottom: 1.25rem;
}
section.name-badge-details-sec2 .review-slider .item ul li img {
  max-width: 1rem;
  max-height: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.name-badge-details-sec2 .review-slider .item p {
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 0;
  position: relative;
  z-index: 0;
}
section.name-badge-details-sec2 .review-slider .item p::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -0.2rem;
  left: -1.13rem;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
section.name-badge-details-sec2 .review-slider .item p::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  bottom: -0.1rem;
  right: 1.17rem;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  transform: rotate(180deg);
}
section.name-badge-details-sec2 .review-slider .owl-dots {
  margin-top: 2.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.96px;
}
section.name-badge-details-sec2 .review-slider .owl-dots button.active span {
  background-color: #9fcc3b;
}
section.name-badge-details-sec2 .review-slider .owl-dots button span {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0;
  border: 1px solid #9fcc3b;
  background-color: #fff;
}

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

.wpcf7-response-output {
  margin: 10px 0 !important;
}

.about-sec1.common_pg p {
  margin-bottom: 1.25rem;
}
.about-sec1.common_pg ul,
.about-sec1.common_pg ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.about-sec1.common_pg ul li,
.about-sec1.common_pg ol li {
  color: #535353;
  margin-bottom: 10px;
  font-size: 1rem;
}
.about-sec1.common_pg ul li {
  list-style: disc;
}
.about-sec1.common_pg ul li::marker {
  color: #000;
}
.about-sec1.common_pg ol li::marker {
  color: #000;
}

section.page-404 {
  padding: 100px 0;
  text-align: center;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.page-404 h1 {
  text-align: center;
  font-size: clamp(2.5rem, 3.75vw + 1.75rem, 6.25rem);
  line-height: normal;
  margin-bottom: 10px;
  color: #000;
}
section.page-404 h2 {
  color: var(--Black, #000d17);
  font-size: clamp(1.563rem, 1.438vw + 1.275rem, 3rem);
  font-weight: 400;
  line-height: normal;
  margin-bottom: clamp(0.938rem, 0.563vw + 0.825rem, 1.5rem);
}
section.page-404 p {
  margin-bottom: clamp(0.938rem, 0.563vw + 0.825rem, 1.5rem);
}
section.page-404 .green-btn {
  margin: 0 auto;
}

.about-sec1.cart_pg .wp-block-woocommerce-checkout {
  padding-top: 0;
}
.about-sec1.cart_pg .wc-block-components-title {
  font-size: 2rem !important;
  margin: 0 0 20px;
}
.about-sec1.cart_pg .wc-block-checkout__contact-fields {
  margin-bottom: 20px;
}
.about-sec1.cart_pg .wc-block-components-main table {
  margin-bottom: 0;
}
.about-sec1.cart_pg .wc-block-components-main table th {
  padding: 0 0 15px;
  font-size: 15px;
}
.about-sec1.cart_pg .wc-block-components-main table td {
  font-family: "Coolvetica";
}
.about-sec1.cart_pg .wc-block-components-main table tbody td .wc-block-components-product-price {
  font-size: 1.2rem;
}
.about-sec1.cart_pg .wc-block-components-main .wc-block-components-product-name {
  font-size: 1.2rem;
}
.about-sec1.cart_pg .wc-block-components-main form .wc-block-components-checkout-step__description {
  margin-bottom: 15px;
}
.about-sec1.cart_pg .wc-block-components-main form input:not([type=submit]),
.about-sec1.cart_pg .wc-block-components-main form select {
  width: 100%;
  height: 3.525rem;
  padding: 0rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  background: #fff;
  outline: none;
  color: #000;
}
.about-sec1.cart_pg .wc-block-components-main form .wc-block-components-address-form__email input[type=email] {
  padding-top: 12px;
}
.about-sec1.cart_pg .wc-block-components-main form .wc-blocks-components-select__container select {
  padding: 15px 10px 5px;
}
.about-sec1.cart_pg .wc-block-components-main form label {
  margin-bottom: 5px;
}
.about-sec1.cart_pg .wc-block-components-main form .wc-block-components-checkbox label {
  width: 100%;
}
.about-sec1.cart_pg .wc-block-components-main form .wc-block-components-checkbox input[type=checkbox] {
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 0;
  padding: 0;
  margin-right: 10px;
}
.about-sec1.cart_pg .wc-block-components-main form .wc-block-checkout__billing-fields,
.about-sec1.cart_pg .wc-block-components-main form .wc-block-checkout__payment-method {
  margin-bottom: 20px;
}
.about-sec1.cart_pg .wc-block-components-main form .wc-block-checkout__terms {
  padding-top: 25px;
  margin-bottom: 25px;
}
.about-sec1.cart_pg .wc-block-components-main form .wc-block-checkout__actions_row .wc-block-components-button {
  color: #fff;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.88rem 1.88rem;
  border-radius: 1.875rem;
  background: var(--Green-2, #9fcc3b);
  border: 1px solid #9fcc3b;
  white-space: nowrap;
  text-align: center;
}
.about-sec1.cart_pg .wc-block-components-sidebar-layout {
  margin-bottom: 0;
}
.about-sec1.cart_pg .wc-block-components-sidebar .wp-element-button {
  color: #fff;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.88rem 1.88rem;
  border-radius: 1.875rem;
  background: var(--Green-2, #9fcc3b);
  border: 1px solid #9fcc3b;
  display: flex;
  white-space: nowrap;
  text-align: center;
}
.about-sec1.cart_pg .wc-block-components-sidebar .wp-element-button:focus {
  border: none;
  box-shadow: none;
}
.about-sec1.cart_pg .wc-block-components-sidebar .wc-block-cart__totals-title {
  padding: 0 0 15px;
  font-size: 15px;
}
.about-sec1.cart_pg .wc-block-components-sidebar .wc-block-components-totals-coupon,
.about-sec1.cart_pg .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 0;
}
.about-sec1.cart_pg .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block {
  padding-bottom: 0;
}
.about-sec1.cart_pg .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
  padding: 15px;
}
.about-sec1.cart_pg .wc-block-components-sidebar .wc-block-components-totals-wrapper:empty {
  display: none;
}
.about-sec1.cart_pg .wc-block-components-sidebar .wc-block-components-totals-coupon__form button span {
  opacity: 1;
}
.about-sec1.cart_pg .wc-block-components-sidebar .wc-block-components-order-summary {
  padding: 0;
}
.about-sec1.cart_pg .wc-block-grid__product .wc-block-grid__product-title {
  color: #000;
  font-family: "Coolvetica";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
.about-sec1.cart_pg .wc-block-grid__product .amount {
  font-family: "Coolvetica";
  font-size: 1rem;
}
.about-sec1.cart_pg .wc-block-grid__product .wp-block-button a {
  color: #fff;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.88rem 1.88rem;
  border-radius: 1.875rem;
  background: var(--Green-2, #9fcc3b);
  border: 1px solid #9fcc3b;
  display: table;
  white-space: nowrap;
  text-align: center;
}

.about-sec1.my_acc .woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  box-shadow: -1px 0px 4px -1px rgb(184, 184, 184);
  overflow: hidden;
  border-radius: 12px;
  padding: 0 !important;
}
.about-sec1.my_acc .woocommerce::before, .about-sec1.my_acc .woocommerce::after {
  display: none;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-navigation {
  width: 38%;
  float: unset;
  background-color: #9fcc3b;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 15px;
  border-bottom: 1px solid #fff;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background: #7da425;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  font-size: 20px;
  color: #fff;
  font-family: "Coolvetica";
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content {
  width: 58%;
  float: unset;
  padding: 20px 20px 20px 0;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #9fcc3b;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
  color: #9fcc3b;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content p {
  font-size: 1.2rem;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses::before, .about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses::after {
  display: none;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  float: unset;
  width: 48%;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header {
  margin-bottom: 20px;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a {
  border-bottom: 1px solid #444;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  text-align: left;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title::before, .about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title::after {
  display: none;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  padding: 0;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit {
  float: unset;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content label {
  display: block;
  color: var(--Black, #000);
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.44rem;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content input:not([type=submit]) {
  width: 100%;
  height: 3.125rem;
  padding: 0rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  background: #fff;
  outline: none;
  color: #000;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content form .form-row-last,
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content form .form-row-first {
  width: 48%;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content button[type=submit] {
  color: #fff;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.88rem 1.88rem;
  border-radius: 1.875rem;
  background: var(--Green-2, #9fcc3b);
  border: 1px solid #9fcc3b;
  display: table;
  white-space: nowrap;
  text-align: center;
}
.about-sec1.my_acc .woocommerce .woocommerce-MyAccount-content .password-input .show-password-input::after {
  margin-top: -17px;
}

.page-id-146 .woocommerce {
  justify-content: flex-start !important;
}
.page-id-146 .woocommerce h2 {
  padding: 30px 30px 0 30px;
  margin-bottom: 20px;
}
.page-id-146 .woocommerce button[type=submit] {
  color: #fff;
  font-family: "Futura Md BT";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.88rem 1.88rem;
  border-radius: 1.875rem;
  background: var(--Green-2, #9fcc3b);
  border: 1px solid #9fcc3b;
  display: table;
  white-space: nowrap;
  text-align: center;
}
.page-id-146 .woocommerce .woocommerce-form-login {
  width: 96%;
  margin: 0 auto 30px !important;
}
.page-id-146 .woocommerce .woocommerce-form-login .woocommerce-form-row {
  margin-bottom: 20px;
}
.page-id-146 .woocommerce .woocommerce-form-login input:not([type=submit]) {
  padding: 15px 10px;
}
.page-id-146 .woocommerce-notices-wrapper:empty {
  display: none;
}
.page-id-146 .woocommerce-form-login {
  width: 100%;
}

.woocommerce-page div.product div.summary {
  width: 100% !important;
}

.bottom-header-part {
  /* Main Mega Menu Container */
  /* Individual Column Styling (already present in HTML, but ensuring no extra padding) */
  /* Image Container (the <a> tag wrapping the image) */
  /* Images within the menu */
  /* Text widgets below images */
}
.bottom-header-part #mega-menu-wrap-max_mega_menu_1 {
  padding: 1.62rem 0 1.56rem;
  background-color: transparent !important;
}
.bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 63px !important;
  background: #ddff90 !important;
  padding: 20px 15px;
}
.bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background-color: transparent !important;
}
.bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.25rem !important;
}
.bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:hover {
  background-color: transparent !important;
}
.bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
  color: var(--Black, #000) !important;
  font-family: "Futura Md BT" !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  position: relative !important;
  padding: 0.62rem !important;
  color: var(--Black, #000) !important;
  height: inherit !important;
}
.bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover {
  background-color: transparent !important;
}
.bottom-header-part ul.mega-sub-menu[role=presentation] ul.mega-sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bottom-header-part .mega-menu-column {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bottom-header-part .mega-menu-item-type-widget.widget_media_image a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 10px;
}
.bottom-header-part .mega-menu-item-type-widget.widget_media_image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.bottom-header-part .mega-menu-item-type-widget.widget_text .textwidget p {
  margin: 0 !important;
  padding: 0 !important;
}
.bottom-header-part .mega-menu-item-type-widget.widget_text .textwidget p a {
  text-decoration: none;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 0 15px;
  position: relative;
  color: var(--Black, #000) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
.bottom-header-part .mega-menu-item-type-widget.widget_text .textwidget p a:after {
  content: "";
  background: url(../images/Arrow-2.svg);
  margin-left: 5px;
  position: relative;
  top: 0;
  width: 27px;
  display: inline-block;
  height: 9px;
}
.bottom-header-part .mega-menu-item-type-widget.widget_media_image a {
  margin-bottom: 0 !important;
}
.bottom-header-part ul.mega-menu li ul li ul li ul li:nth-child(2) {
  padding: 0 !important;
}
.bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 img {
  margin-bottom: 12px;
}
.bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li > ul.mega-sub-menu {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  grid-template-rows: repeat(2, 1fr) !important;
  grid-column-gap: 0px !important;
  grid-row-gap: 20px !important;
}
.bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li > ul.mega-sub-menu ul.mega-sub-menu {
  display: block !important;
}
.bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li > ul.mega-sub-menu > li {
  width: 100% !important;
  flex-direction: column;
  display: flex;
}
.bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li > ul.mega-sub-menu > li li {
  width: 100% !important;
  flex: auto !important;
  display: block !important;
  padding: 0 7.5px !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
  background-color: transparent !important;
}

@media screen and (max-width: 991px) {
  .bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li > ul.mega-sub-menu {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .bottom-header-part .mega-menu-item-type-widget.widget_text .textwidget p a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0 15px;
    position: relative;
    line-height: 18px;
  }
  .badge-preview-column .canvasSec {
    width: 100% !important;
  }
  .badge-preview-column .canvasSec div {
    width: 100% !important;
  }
  .badge-preview-column .canvasSec div canvas {
    width: 100% !important;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before,
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    background-color: #fff !important;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    background-color: transparent !important;
  }
  .container {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header .top-header-part .search-wraper {
    max-width: 100% !important;
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    bottom: 0 !important;
    right: 0 !important;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    position: absolute !important;
    top: -110px !important;
    z-index: 9999 !important;
    right: 0 !important;
  }
  .bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li > ul.mega-sub-menu {
    display: block !important;
  }
  .bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 1.25rem !important;
    align-content: flex-start !important;
    flex-direction: column !important;
    background: white !important;
  }
}
/* --- Responsive Media Queries For Hidden form  --- */
/* For screens between 1201px and 1920px (tweaks) */
@media (min-width: 1201px) and (max-width: 1920px) {
  .hiddenform .hiddenform-inner .shadowdiv .form-column,
  .hiddenform .hiddenform-inner .shadowdiv .badge-preview-column {
    width: calc(50% - 5px);
  }
  .hiddenform .formouterrow .progress-inner {
    max-width: 200px;
    flex: 1 0 200px;
  }
  .hiddenform .formouterrow .progress-inner .step-indicator {
    font-size: 18px;
    padding: 10px 8px;
  }
  .hiddenform .hiddenform-inner .selected-column {
    max-width: 180px;
  }
  .canvasSec {
    width: 400px !important;
    height: 200px !important;
  }
}
/* For screens up to 1200px (e.g., smaller desktops, large tablets) */
@media (max-width: 1200px) {
  .hiddenform .hiddenform-inner {
    padding: 30px 0 !important;
  }
  .hiddenform .hiddenform-inner .shadowdiv {
    flex-direction: column-reverse !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 20px !important;
  }
  .hiddenform .hiddenform-inner .shadowdiv .form-column {
    width: 100% !important;
    border-right: none !important;
    margin-bottom: 20px !important;
  }
  .hiddenform .hiddenform-inner .shadowdiv .badge-preview-column {
    width: 100% !important;
    margin-top: 0 !important;
    order: -1 !important;
  }
  .hiddenform .hiddenform-inner .selected-column {
    width: 100% !important;
    max-width: 100% !important;
    border-left: none !important;
    margin-top: 20px !important;
  }
  .hiddenform .hiddenform-inner .selected-column .select-inner {
    height: auto !important;
    max-height: 200px !important;
    border-left: none !important;
    border-top: 1px solid #b8e74f !important;
  }
  .hiddenform .formouterrow {
    flex-direction: column !important;
    gap: 15px !important;
    padding: 10px !important;
  }
  .hiddenform .formouterrow .progress-inner {
    max-width: 100% !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0 !important;
    overflow: visible !important;
    flex: auto !important;
  }
  .hiddenform .formouterrow .progress-inner .step-indicator {
    flex: 1 1 auto !important;
    max-width: calc(33.33% - 10px) !important;
    font-size: 16px !important;
    padding: 10px 8px !important;
    white-space: normal !important;
    text-overflow: clip !important;
  }
  .canvasSec {
    width: 100% !important;
    height: 180px !important;
    padding: 0 10px !important;
  }
  #canvasControls {
    top: -15px !important;
    right: 15px !important;
  }
  #multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.elem-2 label img {
    width: 120px !important;
  }
  #multiStepForm .hiddenform .hiddenform-inner .shadowdiv .form-column {
    border: none !important;
  }
  .minimal-file-uploader {
    max-width: 100% !important;
    width: 100% !important;
  }
  .text-options {
    text-align: center;
  }
  #multiStepForm .hiddenform .step .innerstep .fileupload {
    height: auto !important;
    overflow-y: auto;
  }
}
/* For screens up to 991px (e.g., most tablets in portrait) */
@media (max-width: 991px) {
  .hiddenform .hiddenform-inner {
    padding: 20px 0 !important;
  }
  .hiddenform .hiddenform-inner .shadowdiv {
    padding: 15px !important;
    gap: 15px !important;
  }
  .hiddenform .formouterrow .progress-inner .step-indicator {
    max-width: calc(50% - 8px) !important;
    font-size: 14px !important;
    padding: 8px 6px !important;
  }
  .canvasSec {
    height: 150px !important;
  }
  #canvasControls {
    top: -10px !important;
    right: 10px !important;
  }
  #multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner {
    gap: 10px !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-content: flex-start !important;
  }
  #multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner label {
    margin-bottom: 15px !important;
  }
  #multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner label img {
    width: 100px !important;
  }
  #multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx label {
    padding: 8px 15px !important;
    font-size: 0.9em !important;
  }
  .minimal-file-uploader h5 {
    font-size: 1.2em !important;
  }
  .uploader-controls .browse-btn {
    padding: 8px 15px !important;
    font-size: 0.85em !important;
  }
  #multiStepForm .hiddenform .step .innerstep .buttons {
    margin-top: 30px !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
  #multiStepForm .hiddenform .step .innerstep .buttons button {
    width: 100% !important;
  }
  .hiddenform-price-qn-row {
    flex-direction: column !important;
    align-items: center !important;
    padding-bottom: 30px !important;
    gap: 15px !important;
  }
  .bottom-header-part #mega-menu-wrap-max_mega_menu_1 {
    padding: 0 !important;
    background-color: transparent !important;
  }
  .bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    gap: 0.35rem !important;
  }
  .bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 0.9rem !important;
    padding: 0 !important;
    color: var(--Black, #000) !important;
    height: inherit !important;
  }
  .bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 31px !important;
  }
}
/* For screens up to 767px (e.g., mobile phones) */
@media (max-width: 767px) {
  .hiddenform .hiddenform-inner {
    padding: 10px 0 !important;
  }
  .hiddenform .hiddenform-inner .shadowdiv {
    padding: 10px !important;
    gap: 10px !important;
  }
  .hiddenform .formouterrow .progress-inner .step-indicator {
    max-width: 100% !important;
    font-size: 13px !important;
    padding: 6px 5px !important;
  }
  .canvasSec {
    height: 120px !important;
    padding: 0 5px !important;
  }
  #canvasControls {
    top: -5px !important;
    right: 5px !important;
    gap: 5px !important;
  }
  #canvasControls button {
    padding: 5px !important;
    font-size: 0.8em !important;
  }
  #multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner {
    gap: 5px !important;
  }
  #multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner label {
    margin-bottom: 10px !important;
  }
  #multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner label img {
    width: 80px !important;
  }
  #multiStepForm .hiddenform .step .innerstep .radio-checkbox-inner.radiobx label {
    padding: 0 !important;
    font-size: 0.8em !important;
  }
  .minimal-file-uploader h5 {
    font-size: 1.1em !important;
    margin-bottom: 10px !important;
  }
  .uploader-controls {
    flex-direction: column !important;
    gap: 5px !important;
  }
  .uploader-controls .browse-btn {
    width: 100% !important;
    padding: 6px 10px !important;
    font-size: 0.8em !important;
  }
  .uploader-controls .file-name {
    max-width: 100% !important;
    text-align: center !important;
  }
  #multiStepForm .hiddenform .step .innerstep .buttons {
    margin-top: 20px !important;
    gap: 8px !important;
  }
  #multiStepForm .hiddenform .step .innerstep .buttons button {
    font-size: 0.85em !important;
    padding: 8px 10px !important;
  }
  .hiddenform-price-qn-row {
    padding-bottom: 20px !important;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open:after {
    display: none !important;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
    padding: 20px;
  }
  .bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    display: block;
    padding: 15px 0 !important;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    margin-bottom: 20px !important;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:last-child {
    margin-bottom: 0 !important;
  }
  .bottom-header-part .mega-menu-item-type-widget.widget_text .textwidget p a {
    font-size: 14px !important;
    text-align: left !important;
    padding: 0 !important;
  }
  .bottom-header-part .mega-menu-item-type-widget.widget_text .textwidget p a:after {
    width: 19px !important;
    height: 7px !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    display: block !important;
    width: 100% !important;
  }
  .bottom-header-part #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 15px 10px !important;
  }
  .mega-close {
    display: none !important;
  }
}
.page-template-page-cart-checkout section.inner-banner {
  padding: 1.3rem 0;
  background: #f8f8f8;
}
.page-template-page-cart-checkout section.inner-banner h1 {
  margin-bottom: 0;
}
.page-template-page-cart-checkout .cart_pg1.my_acc1 {
  padding: 60px 0;
}
.page-template-page-cart-checkout .woocommerce-cart-form {
  width: 100%;
  /* max-width removed as per request */
  background-color: #ffffff; /* White background for the form card */
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); /* Soft shadow using black with opacity */
  padding: 30px; /* Generous internal padding */
  box-sizing: border-box; /* Ensure padding is included in the width */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table {
  width: 100%;
  border-collapse: collapse; /* Remove default cell spacing */
  margin-bottom: 30px; /* Space below the table */
  table-layout: fixed; /* Ensures columns take defined widths */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table thead tr {
  border-bottom: 2px solid #e0e0e0; /* Stronger bottom border for header */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table thead th {
  padding: 10px 15px; /* Slightly reduced horizontal padding */
  text-align: left;
  font-weight: 700;
  color: #000; /* Black for header text */
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  white-space: nowrap; /* Prevent headers from wrapping */
  /* Slightly wider for remove icon */
  /* Consistent thumbnail width */
  /* Fixed width for numeric columns */
  /* Let product name take remaining space */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table thead th.product-remove {
  width: 50px;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table thead th.product-thumbnail {
  width: 100px;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table thead th.product-price, .page-template-page-cart-checkout .woocommerce-cart-form .shop_table thead th.product-quantity, .page-template-page-cart-checkout .woocommerce-cart-form .shop_table thead th.product-subtotal {
  width: 120px;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table thead th.product-name {
  width: auto;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table thead th .screen-reader-text {
  /* Visually hide screen reader text but keep it accessible */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody tr {
  border-bottom: 1px solid #e6e6e6; /* Lighter border for individual rows */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody tr:last-child {
  border-bottom: none; /* No border on the last row */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td {
  padding: 10px 15px; /* Slightly reduced horizontal padding */
  vertical-align: middle; /* Vertically align content within cells */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-remove {
  text-align: center;
  vertical-align: top; /* Align 'x' to top if row content is tall */
  padding-top: 20px; /* Give more space from top */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-remove a.remove {
  font-size: 1.2em; /* Smaller X icon */
  color: #000; /* Black for the remove action */
  text-decoration: none;
  display: inline-flex; /* Use flex to center 'x' */
  align-items: center;
  justify-content: center;
  width: 28px; /* Slightly smaller circle */
  height: 28px; /* Slightly smaller circle */
  line-height: 1; /* Reset line-height */
  border: 2px solid #000; /* Black border */
  border-radius: 50%;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-remove a.remove:hover {
  background-color: #000; /* Black on hover */
  color: #ffffff;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-thumbnail {
  text-align: center;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-thumbnail img {
  max-width: 80px !important;
  height: auto !important;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  /* IMPORTANT: Remove these inline styles from your HTML for proper CSS control:
             style="width:100%;height:69.54%;max-width:906px;" */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-thumbnail .custom-cart-item-image {
  border: 2px dashed #9fcc3b; /* Green for custom image border */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name {
  font-weight: 600;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name a {
  color: #333;
  text-decoration: none;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name a:hover {
  color: #9fcc3b; /* Green on hover */
  text-decoration: underline;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation {
  font-size: 0.85em;
  color: #555;
  margin-top: 8px; /* More space above variations */
  margin-bottom: 0;
  line-height: 1.4; /* Improve line spacing */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation dt {
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
  float: left; /* Float to keep them on the same line if possible */
  clear: left; /* Ensure each dt starts on a new line for proper stacking */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation dd {
  display: block; /* Force dd to new line after dt */
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation dd p {
  margin: 0;
  display: inline; /* Keep content inline within dd */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation dd img {
  max-width: 50px; /* Small size for preview images */
  height: auto;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-right: 5px; /* Spacing for multiple images/downloads */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation dd a.cart_download_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #9fcc3b; /* Green for download button */
  padding: 5px 8px;
  border: 1px solid #9fcc3b;
  border-radius: 4px;
  font-size: 0.9em;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation dd a.cart_download_btn i {
  margin-right: 0;
  font-size: 1.2em;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation dd a.cart_download_btn:hover {
  background-color: #9fcc3b;
  color: #ffffff;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-price, .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-subtotal {
  font-weight: 600;
  color: #9fcc3b; /* Green for price figures */
  text-align: right; /* Align prices to the right */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-price .woocommerce-Price-amount, .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-subtotal .woocommerce-Price-amount {
  font-size: 1.1em;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-price .woocommerce-Price-amount bdi, .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-subtotal .woocommerce-Price-amount bdi {
  display: inline-flex;
  align-items: baseline;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-price .woocommerce-Price-currencySymbol, .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-subtotal .woocommerce-Price-currencySymbol {
  font-size: 0.8em;
  margin-right: 2px;
  color: #777; /* Softer color for currency symbol */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-quantity {
  text-align: center; /* Center quantity input */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity {
  display: inline-flex; /* Use inline-flex to center the container */
  align-items: center;
  justify-content: center;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity .input-text {
  width: 60px; /* Fixed width for quantity input */
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  font-size: 1em;
  -moz-appearance: textfield; /* Remove Firefox number spinner */
  box-sizing: border-box; /* Include padding/border in width */
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity .input-text::-webkit-outer-spin-button, .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none; /* Remove Chrome/Safari number spinner */
  margin: 0;
}
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity .input-text:focus {
  border-color: #9fcc3b; /* Green border on focus */
  outline: none;
  box-shadow: 0 0 0 3px rgba(159, 204, 59, 0.25); /* Green shadow on focus */
}
.page-template-page-cart-checkout .woocommerce-cart-form .actions {
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-wrap: wrap; /* Allow coupon and update to wrap */
  justify-content: space-between; /* Space out elements */
  align-items: center;
  gap: 15px; /* Gap between coupon and update button */
}
.page-template-page-cart-checkout .woocommerce-cart-form .actions .coupon {
  display: flex;
  align-items: center;
  gap: 10px; /* Space between coupon input and button */
  flex-grow: 1; /* Allow coupon section to grow */
  max-width: 350px; /* Limit coupon section width */
  min-width: 250px; /* Ensure it doesn't get too small */
}
.page-template-page-cart-checkout .woocommerce-cart-form .actions .coupon .input-text {
  flex-grow: 1;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  box-sizing: border-box;
}
.page-template-page-cart-checkout .woocommerce-cart-form .actions .coupon .input-text:focus {
  border-color: #9fcc3b; /* Green border on focus */
  outline: none;
  box-shadow: 0 0 0 3px rgba(159, 204, 59, 0.25); /* Green shadow on focus */
}
.page-template-page-cart-checkout .woocommerce-cart-form .actions .coupon .button {
  /* Apply button styles directly */
  display: inline-block;
  padding: 10px 20px;
  background-color: #000; /* Black for apply coupon button */
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.page-template-page-cart-checkout .woocommerce-cart-form .actions .coupon .button:hover {
  background-color: #333; /* Darker black on hover */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}
.page-template-page-cart-checkout .woocommerce-cart-form .actions .coupon .button:active {
  background-color: #1a1a1a; /* Even darker black on click */
  transform: translateY(0);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.page-template-page-cart-checkout .woocommerce-cart-form .actions .coupon .button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #666; /* Lighter disabled black */
  box-shadow: none;
  transform: none;
}
.page-template-page-cart-checkout .woocommerce-cart-form .actions .button {
  /* Apply button styles directly for general buttons in actions row */
  display: inline-block;
  padding: 10px 20px;
  background-color: #9fcc3b; /* Green for update cart button */
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.page-template-page-cart-checkout .woocommerce-cart-form .actions .button:hover {
  background-color: #82a82c; /* Slightly darker green on hover */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}
.page-template-page-cart-checkout .woocommerce-cart-form .actions .button:active {
  background-color: #729427; /* Even darker green on click */
  transform: translateY(0);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.page-template-page-cart-checkout .woocommerce-cart-form .actions .button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #b3d763; /* Lighter disabled green */
  box-shadow: none;
  transform: none;
}
.page-template-page-cart-checkout .woocommerce-cart-form .actions .button[name=update_cart] {
  flex-shrink: 0; /* Prevent update button from shrinking */
}
@media (max-width: 768px) {
  .page-template-page-cart-checkout .woocommerce-cart-form {
    padding: 15px; /* Less padding on smaller screens */
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table {
    table-layout: auto; /* Allow table layout to be fluid on small screens */
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table thead {
    display: none; /* Hide table header on small screens */
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody tr {
    display: block; /* Make rows block level */
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody tr:last-child {
    margin-bottom: 0;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td {
    display: flex; /* Make cells flex items for block display */
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px dashed #eeeeee; /* Separator for cells */
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td:last-child {
    border-bottom: none;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td::before {
    content: attr(data-title) ":";
    font-weight: 600;
    margin-right: 10px;
    color: #555;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-remove, .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-thumbnail {
    justify-content: center; /* Center these specific items */
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-remove::before, .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-thumbnail::before {
    display: none; /* Hide label for remove/thumbnail */
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-remove {
    order: 1; /* Put remove at the top */
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-thumbnail {
    order: 2; /* Thumbnail second */
    width: 100%;
    padding-top: 0;
    border-top: none;
    border-bottom: 1px dashed #eeeeee;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name {
    order: 3; /* Product name third */
    flex-direction: column; /* Stack product name and variations */
    align-items: flex-start;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name a {
    width: 100%; /* Make link take full width */
    text-align: left;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation {
    width: 100%;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation dt,
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation dd {
    display: block; /* Stack variation terms */
    margin-left: 0;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation dt p,
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation dd p {
    display: block;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-name dl.variation dd {
    margin-bottom: 5px;
    margin-left: 10px; /* Indent variation values */
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-price {
    order: 4;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-quantity {
    order: 5;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-subtotal {
    order: 6;
    border-bottom: none; /* No border for last item */
    padding-bottom: 0;
    font-size: 1.2em; /* Make subtotal more prominent */
    color: #9fcc3b; /* Green for total subtotal */
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .actions {
    flex-direction: column; /* Stack buttons vertically */
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .actions .coupon {
    width: 100%;
    max-width: none; /* Remove max-width on small screens */
    flex-direction: column; /* Stack coupon input and button */
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .actions .coupon .input-text {
    width: 100%;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .actions .coupon .button {
    width: 100%;
  }
  .page-template-page-cart-checkout .woocommerce-cart-form .actions .button {
    width: 100%; /* Full width for update cart button */
  }
}
.page-template-page-cart-checkout.woocommerce-page table.cart td.actions {
  justify-content: flex-start !important;
  width: 100% !important;
}
.page-template-page-cart-checkout.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: calc(100% - 176px) !important;
}

.page-template-page-cart-checkout .woocommerce-cart-form .actions .coupon .button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
  overflow: hidden !important;
  margin-top: 60px;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  margin-bottom: 20px;
}

.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-price .woocommerce-Price-currencySymbol,
.page-template-page-cart-checkout .woocommerce-cart-form .shop_table tbody td.product-subtotal .woocommerce-Price-currencySymbol {
  color: #9fcc3b !important;
}

/* // --- General Form & Page Structure --- */
.col2-set {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: space-between;
  /* // Adjust column width distribution for smaller screens */
}
.col2-set .col-1,
.col2-set .col-2 {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  /* Lighter shadow for card-like sections */
  padding: 30px;
  box-sizing: border-box;
  flex: 1;
  /* Both columns take equal space */
  min-width: 300px;
  /* Ensure columns don't get too narrow before wrapping */
}
.col2-set .col-1 {
  flex-basis: 60%;
  /* Billing/Shipping takes more space on large screens */
  max-width: 65%;
  /* Max width for col-1 */
}
.col2-set .col-2 {
  flex-basis: 35%;
  /* Order review takes less space */
  max-width: 33%;
  /* Max width for col-2 */
}
@media (max-width: 992px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    flex-basis: 100%;
    /* Columns stack on smaller screens */
    max-width: 100%;
    /* Allow full width */
  }
}

/* // --- Headings --- */
h3 {
  font-size: 1.8em;
  color: #000;
  /* Black for main headings */
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
  /* Subtle separator */
  font-weight: 700;
}

/* // --- Form Fields --- */
.form-row {
  margin-bottom: 18px;
  /* Space between form rows */
  /* // Specific styles for select2 (country/state dropdowns) */
}
.form-row label {
  display: block;
  /* Make labels stack above inputs */
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  /* Space between label and input */
  font-size: 0.95em;
}
.form-row label .required {
  color: #dc3545;
  /* Red for required asterisk */
  margin-left: 2px;
}
.form-row label .optional {
  font-weight: normal;
  color: #777;
  font-size: 0.9em;
}
.form-row label .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form-row .woocommerce-input-wrapper {
  width: 100%;
  display: block;
  /* Ensure input wrapper takes full width */
}
.form-row input.input-text,
.form-row textarea.input-text,
.form-row .select2-container .select2-selection--single {
  /* Targeting Select2 dropdown */
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1em;
  color: #333;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  /* Include padding/border in element's total width */
}
.form-row input.input-text:focus,
.form-row textarea.input-text:focus,
.form-row .select2-container .select2-selection--single:focus {
  border-color: #9fcc3b;
  /* Green border on focus */
  outline: none;
  box-shadow: 0 0 0 3px rgba(159, 204, 59, 0.25);
  /* Green shadow */
}
.form-row input.input-text::-moz-placeholder, .form-row textarea.input-text::-moz-placeholder, .form-row .select2-container .select2-selection--single::-moz-placeholder {
  color: #aaa;
}
.form-row input.input-text::placeholder,
.form-row textarea.input-text::placeholder,
.form-row .select2-container .select2-selection--single::placeholder {
  color: #aaa;
}
.form-row textarea.input-text {
  min-height: 100px;
  /* Decent height for textareas */
  resize: vertical;
  /* Allow vertical resizing */
}
.form-row .select2-container--default .select2-selection--single {
  height: auto;
  /* Allow height to adjust to content */
  padding: 12px 15px;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  /* Reset line height for text */
  padding-left: 0;
  /* Remove default padding from rendered text */
  color: #333;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  /* Arrow occupies full height */
  right: 15px;
  /* Position arrow */
}
.form-row .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #9fcc3b;
  outline: none;
  box-shadow: 0 0 0 3px rgba(159, 204, 59, 0.25);
}

/* // First and Last name fields in a row */
.form-row-first,
.form-row-last {
  width: calc(50% - 10px);
  /* Account for gap */
  display: inline-block;
  vertical-align: top;
  /* Align them at the top */
}

.form-row-first {
  margin-right: 20px;
  /* Gap between first and last name */
}

/* // Ensure full width on smaller screens */
@media (max-width: 600px) {
  .form-row-first,
  .form-row-last {
    width: 100%;
    margin-right: 0;
    display: block;
  }
}
/* // Checkbox styling for "Ship to a different address?" */
#ship-to-different-address {
  margin-bottom: 25px;
}
#ship-to-different-address label.woocommerce-form__label-for-checkbox {
  display: flex;
  /* Use flexbox to align checkbox and text */
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  color: #000;
  /* Black for checkbox label */
}
#ship-to-different-address label.woocommerce-form__label-for-checkbox input[type=checkbox] {
  margin-right: 10px;
  /* Space between checkbox and text */
  width: 18px;
  /* Larger checkbox */
  height: 18px;
  /* Larger checkbox */
  border: 2px solid #9fcc3b;
  /* Green border */
  border-radius: 4px;
  appearance: none;
  /* Remove default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  outline: none;
  /* Remove outline */
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
#ship-to-different-address label.woocommerce-form__label-for-checkbox input[type=checkbox]:checked {
  background-color: #9fcc3b;
  /* Green when checked */
  border-color: #9fcc3b;
}
#ship-to-different-address label.woocommerce-form__label-for-checkbox input[type=checkbox]:checked::before {
  content: "✓";
  /* Checkmark character */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1em;
  line-height: 1;
}
#ship-to-different-address label.woocommerce-form__label-for-checkbox input[type=checkbox]:focus {
  box-shadow: 0 0 0 3px rgba(159, 204, 59, 0.25);
  /* Green shadow on focus */
}

/* // --- Order Review Table --- */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 30px;
  /* Space before payment methods */
}
.woocommerce-checkout-review-order-table thead th {
  padding: 12px 15px;
  background-color: #f8f8f8;
  /* Light gray header background */
  color: #000;
  /* Black header text */
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid #e0e0e0;
}
.woocommerce-checkout-review-order-table tbody tr {
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout-review-order-table tbody tr:last-child {
  border-bottom: none;
}
.woocommerce-checkout-review-order-table tbody td {
  padding: 12px 15px;
  vertical-align: top;
  /* Align content to top for variations */
  font-size: 0.95em;
}
.woocommerce-checkout-review-order-table tbody td.product-name {
  font-weight: 600;
  color: #333;
  /* // Variations in order review */
}
.woocommerce-checkout-review-order-table tbody td.product-name .product-quantity {
  font-weight: 700;
  color: #555;
  margin-left: 5px;
}
.woocommerce-checkout-review-order-table tbody td.product-name dl.variation {
  font-size: 0.9em;
  color: #555;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.4;
}
.woocommerce-checkout-review-order-table tbody td.product-name dl.variation dt {
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
}
.woocommerce-checkout-review-order-table tbody td.product-name dl.variation dd {
  display: inline-block;
  margin-left: 0;
}
.woocommerce-checkout-review-order-table tbody td.product-name dl.variation dd p {
  margin: 0;
  display: inline;
}
.woocommerce-checkout-review-order-table tbody td.product-name dl.variation dd img {
  max-width: 40px;
  /* Smaller image for variations in review */
  height: auto;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-right: 5px;
}
.woocommerce-checkout-review-order-table tbody td.product-name dl.variation dd a.cart_download_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #9fcc3b;
  /* Green for download button */
  padding: 3px 6px;
  /* Smaller padding */
  border: 1px solid #9fcc3b;
  border-radius: 4px;
  font-size: 0.85em;
  /* Smaller font */
}
.woocommerce-checkout-review-order-table tbody td.product-name dl.variation dd a.cart_download_btn i {
  margin-right: 3px;
  font-size: 1em;
  /* Adjust icon size */
}
.woocommerce-checkout-review-order-table tbody td.product-name dl.variation dd a.cart_download_btn:hover {
  background-color: #9fcc3b;
  color: #ffffff;
}
.woocommerce-checkout-review-order-table tbody td.product-total {
  text-align: right;
  font-weight: 600;
  color: #9fcc3b;
  /* Green for subtotals */
}
.woocommerce-checkout-review-order-table tbody td.product-total .woocommerce-Price-amount {
  font-size: 1em;
}
.woocommerce-checkout-review-order-table tbody td.product-total .woocommerce-Price-currencySymbol {
  font-size: 0.8em;
}
.woocommerce-checkout-review-order-table tfoot {
  /* // Shipping methods */
}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
  padding: 12px 15px;
  font-size: 1em;
  border-top: 1px solid #e0e0e0;
}
.woocommerce-checkout-review-order-table tfoot th {
  text-align: left;
  font-weight: 600;
  color: #000;
  /* Black for footer labels */
}
.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  font-weight: 600;
  color: #9fcc3b;
  /* Green for footer values */
}
.woocommerce-checkout-review-order-table tfoot td .woocommerce-Price-amount {
  font-size: 1.1em;
}
.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
  font-size: 1.2em;
  font-weight: 700;
  border-top: 2px solid #000;
  /* Stronger border for total */
  color: #000;
  /* Black for total label */
}
.woocommerce-checkout-review-order-table tfoot .order-total td {
  color: #9fcc3b;
  /* Green for total amount */
}
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals #shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals #shipping_method li {
  margin-bottom: 8px;
}
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals #shipping_method li label {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #333;
  cursor: pointer;
}
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals #shipping_method li label input[type=radio] {
  margin-right: 8px;
  width: 16px;
  /* Standard radio button size */
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  /* Circle shape */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals #shipping_method li label input[type=radio]:checked {
  background-color: #9fcc3b;
  /* Green when checked */
  border-color: #9fcc3b;
  box-shadow: inset 0 0 0 4px #fff;
  /* White inner circle */
}
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals #shipping_method li label input[type=radio]:focus {
  box-shadow: 0 0 0 3px rgba(159, 204, 59, 0.25);
}
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-Price-amount {
  color: #555;
  /* Softer color for shipping price if present */
  font-weight: normal;
}

/* // --- Payment Methods --- */
.woocommerce-checkout-payment {
  background-color: #fcfcfc;
  /* Slightly different background for payment */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
}
.woocommerce-checkout-payment .wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method label {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  font-size: 1.05em;
  line-height: 24px;
  /* Custom radio button appearance for payment method labels */
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method label img.stripe-cards-icon {
  max-height: 24px;
  /* Adjust size of card icons */
  margin-left: 10px;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method label input[type=radio] {
  /* Hide default radio, rely on parent label styling */
  display: none;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #9fcc3b;
  /* Green border */
  border-radius: 50%;
  margin-right: 10px;
  box-sizing: border-box;
  transition: all 0.2s ease;
  position: relative;
  top: 5px;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method input[type=radio]:checked + label::before {
  background-color: #9fcc3b;
  /* Green when checked */
  box-shadow: inset 0 0 0 4px #fff;
  /* White inner circle */
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  padding: 15px;
  margin-top: 15px;
  /* Space below label */
  font-size: 0.9em;
  color: #555;
  line-height: 1.5;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box p.testmode-info {
  color: #888;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box p.testmode-info strong {
  color: #666;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box p.testmode-info a {
  color: #9fcc3b;
  /* Green link */
  text-decoration: underline;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box p.testmode-info a:hover {
  color: #82a82c;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box .wc-stripe-upe-element {
  border: 1px solid #ddd;
  /* Stripe element border */
  border-radius: 4px;
  padding: 5px;
  /* Add some padding around the iframe */
  margin-top: 10px;
  background-color: #fff;
  min-height: 60px;
  /* Ensure a minimum height for the Stripe iframe */
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew {
  margin-top: 15px;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew label {
  font-size: 0.9em;
  font-weight: normal;
  color: #555;
  /* Remove custom radio style for this label */
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew label::before {
  display: none;
}
.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  appearance: checkbox;
  /* Revert to default checkbox */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* // --- Place Order Section --- */
.form-row.place-order {
  text-align: right;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* Align elements to the right */
  gap: 15px;
  /* Space between privacy text and button */
}
.form-row.place-order .woocommerce-privacy-policy-text {
  font-size: 0.9em;
  color: #777;
  text-align: right;
  margin-bottom: 10px;
  /* Space below privacy text */
}
.form-row.place-order .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
  color: #9fcc3b;
  /* Green link */
  text-decoration: underline;
}
.form-row.place-order .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link:hover {
  color: #82a82c;
}
.form-row.place-order button#place_order {
  display: inline-block;
  padding: 15px 30px;
  background-color: #9fcc3b;
  /* Green place order button */
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  width: auto;
  /* Allow button to size itself */
  min-width: 200px;
  /* Ensure a decent size */
  text-align: center;
}
.form-row.place-order button#place_order:hover {
  background-color: #82a82c;
  /* Darker green on hover */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.form-row.place-order button#place_order:active {
  background-color: #729427;
  /* Even darker green on click */
  transform: translateY(0);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}
.form-row.place-order button#place_order[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #b3d763;
  /* Lighter disabled green */
  box-shadow: none;
  transform: none;
}

/* // Hide the noscript message for JS-enabled browsers */
.form-row.place-order noscript {
  display: none;
}

.page-template-page-cart-checkout .form-row .select2-container--default .select2-selection--single {
  border: 1px solid black !important;
  padding: 0 8px !important;
}

.woocommerce-table__product-name .wc-item-meta .wc-item-meta-label::after {
  display: none;
}

.page-id-144.page-template-page-cart-checkout.woocommerce-page table.cart td.actions {
  justify-content: flex-start !important;
  width: auto !important;
  display: revert !important;
}
.page-id-144.page-template-page-cart-checkout.woocommerce-page table.cart td.actions:nth-child(2) {
  text-align: right;
}
.page-id-144.page-template-page-cart-checkout.woocommerce-page table.cart td.actions:nth-child(2) button {
  margin-left: auto;
}

.hiddenform .hiddenform-inner .selected-column .select-inner {
  max-height: 500px !important;
}

.hiddenform .hiddenform-inner .selected-column {
  max-width: 320px !important;
}

.woocommerce-checkout-review-order-table tbody td.product-name dl.variation dd p {
  word-break: break-word;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  display: none !important;
}

.woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box .wc-stripe-upe-element {
  background-color: transparent;
}

.read-more-btn {
  border: none;
  background: #f7f7f7;
  color: #9fcc3b;
  padding: 3px 15px;
  border-radius: 30px;
  margin-top: 5px;
}

.woocommerce form.checkout_coupon {
  border: none !important;
  background: #eaffbb;
  display: flex;
  align-items: center;
  gap: 20px;
}
.woocommerce form.checkout_coupon p {
  margin: 0 !important;
}
.woocommerce form.checkout_coupon input[type=text] {
  background: #f8f8f8;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
}
.woocommerce form.checkout_coupon .form-row.form-row-last button {
  border: none;
  background: #9fcc3b;
  color: #fff;
  padding: 12px 15px;
  border-radius: 30px;
  margin-top: 0;
}/*# sourceMappingURL=style.css.map */