﻿/*!
Theme name: STEVESANDCO Theme
Theme URI: https://stevesandco.com.mt
Version: 1.0
Author: STEVESANDCO Ltd.
Author URI: https://stevesandco.com.mt
Text Domain: stevesandcotheme
*/
@import "https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding-top: 70px;
  background-color: #efe0cc;
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 85px;
  }
}
body .vc_row {
  margin: 0 !important;
}
body.home {
  background: #fff;
}
body .vc_column-inner {
  background-size: 100% 102%;
}
body .vc_row.wpb_row.vc_row-fluid {
  background-size: cover;
}
*:focus {
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
* {
  font-family: "Inter", sans-serif;
  margin: 0;
}
.hidden-overflow {
  overflow: hidden !important;
}
.beige-text {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
@media screen and (min-width: 992px) {
  .beige-text {
    font-size: 16px;
    line-height: 27px;
  }
}
.green-text {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
@media screen and (min-width: 992px) {
  .green-text {
    font-size: 16px;
    line-height: 27px;
  }
}
.container {
  width: 90%;
  max-width: 1650px;
  margin: 0 auto;
}
.vc_column_container > .vc_column-inner {
  padding: 0 !important;
}
::-webkit-scrollbar {
  width: 0px;
}
.dark-green-btn {
  background: #004f2b;
  color: #fff;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  width: 90%;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #004f2b;
}
.dark-green-btn:hover {
  background: #89c54e;
  color: #004f2b;
  border: 2px solid #89c54e;
}
.light-green-btn {
  background: #89c54e;
  color: #004f2b;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  width: 90%;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #89c54e;
}
.light-green-btn:hover {
  background: #004f2b;
  color: #89c54e;
}
.border-dark-green-btn {
  background: rgba(0, 0, 0, 0);
  color: #004f2b;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  width: 90%;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #004f2b;
}
.border-dark-green-btn:hover {
  background: #004f2b;
  color: #89c54e;
}
.border-beige-btn {
  background: rgba(0, 0, 0, 0);
  color: #efe0cc;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  width: 90%;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 1px solid #efe0cc;
}
.border-beige-btn:hover {
  background: #efe0cc;
  color: #004f2b;
}
.no-results {
  background: #efe0cc;
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
.no-results img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
  margin: auto;
}
.no-results .page-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.no-results .page-content h1 {
  color: #004f2b;
  text-align: center;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 24px;
}
.no-results .page-content p {
  color: #004f2b;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 50.48px;
}
.no-results .page-content a {
  margin: 30px auto;
}
@media only screen and (min-width: 992px) {
  .no-results {
    height: 93vh;
  }
  .no-results .page-content h1 {
    font-size: 80px;
    line-height: 110px;
  }
  .no-results .page-content p {
    font-size: 40px;
  }
}
body #cookie-notice .cookie-notice-container {
  background: #004f2b;
  padding: 30px 50px;
}
body #cookie-notice .cookie-notice-container span {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
body #cookie-notice .cookie-notice-container .cn-close-icon {
  top: 25px;
  right: 50;
}
body #cookie-notice .cookie-notice-container #cn-notice-buttons {
  max-width: 200px;
  margin: 20px auto 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
body #cookie-notice .cookie-notice-container #cn-notice-buttons a {
  margin: 5px;
}
body
  #cookie-notice
  .cookie-notice-container
  #cn-notice-buttons
  #cn-accept-cookie {
  background: #fff !important;
  border: 0 !important;
  color: #004f2b !important;
  font-size: 14px !important;
  grid-area: three;
  border-radius: 0 !important;
}
body #cookie-notice .cookie-notice-container #cn-notice-buttons #cn-more-info {
  background: #004f2b !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 14px !important;
  grid-area: one;
  border-radius: 0 !important;
}
body
  #cookie-notice
  .cookie-notice-container
  #cn-notice-buttons
  #cn-refuse-cookie {
  background: #004f2b !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 14px !important;
  grid-area: two;
  border-radius: 0 !important;
}
@media only screen and (min-width: 992px) {
  body #cookie-notice {
    width: 500px;
    min-width: 500px;
    left: auto;
    right: 5%;
    bottom: 7%;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  body #cookie-notice .cookie-notice-container {
    padding: 60px 50px 20px;
  }
  body #cookie-notice .cookie-notice-container span {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  body #cookie-notice .cookie-notice-container #cn-notice-buttons {
    position: relative;
    margin: 25px auto 25px;
    display: flex;
    width: max-content;
    bottom: 0;
    padding: 0;
    max-width: unset;
    justify-content: center;
    align-items: center;
  }
  body
    #cookie-notice
    .cookie-notice-container
    #cn-notice-buttons
    #cn-accept-cookie {
    font-size: 18px !important;
  }
  body
    #cookie-notice
    .cookie-notice-container
    #cn-notice-buttons
    #cn-more-info {
    font-size: 18px !important;
  }
  body
    #cookie-notice
    .cookie-notice-container
    #cn-notice-buttons
    #cn-refuse-cookie {
    font-size: 18px !important;
  }
}
.top-bar-on {
  top: 40px !important;
}
.top-bar-on.background-colour {
  top: 0 !important;
  background-color: #004f2b;
}
#header {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 100;
  min-height: 80px;
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
}
#header.woocommerce-green-bg a.web-logo img.logo {
  filter: grayscale(1) brightness(5);
}
#header.woocommerce-green-bg .inner-sec nav .menu-btn li {
  background-color: #efe0cc;
}
#header.woocommerce-green-bg .inner-sec {
  border-bottom: 2px solid rgba(239, 224, 205, 0.2196078431);
}
#header.woocommerce-green-bg
  .inner-sec
  > .menu-main-menu-container
  ul#menu-main-menu
  li
  a {
  color: #efe0cc;
}
#header.woocommerce-green-bg i {
  color: #efe0cc !important;
}
#header.woocommerce-green-bg .cart-count {
  border: 1px solid #efe0cc;
  color: #efe0cc;
}
#header.background-colour {
  background-color: #004f2b;
}
#header.background-colour a.web-logo img.logo {
  filter: grayscale(1) brightness(5);
}
#header.background-colour .inner-sec nav .menu-btn.active li {
  background-color: #efe0cc;
}
#header.background-colour i,
#header.background-colour .cart-count {
  color: #efe0cc !important;
  border-color: #efe0cc !important;
}
#header.with-wishlist .inner-sec {
  grid-template-columns: 100px 1fr auto;
}
#header.with-wishlist .inner-sec .header-wishlist {
  text-align: center;
}
#header.with-wishlist .inner-sec .header-wishlist .wishlist_items_number {
  line-height: 44px;
}
#header.with-wishlist .inner-sec .header-wishlist .wishlist_items_number a {
  display: block;
}
#header.with-wishlist
  .inner-sec
  .header-wishlist
  .wishlist_items_number
  a
  .yith-wcwl-items-count {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  text-align: right;
}
#header.with-wishlist
  .inner-sec
  .header-wishlist
  .wishlist_items_number
  a
  .yith-wcwl-items-count
  i {
  color: #004f2b;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 5px;
}
#header.with-wishlist
  .inner-sec
  .header-wishlist
  .wishlist_items_number
  a
  .yith-wcwl-items-count
  i::before {
  right: 18px;
  position: relative;
  display: contents;
}
#header .inner-sec {
  width: 90%;
  max-width: 1650px;
  position: relative;
  margin: 0 auto;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 100px 1fr auto;
  grid-column-gap: 5px;
  padding: 20px 0;
  border-bottom: 2px solid rgba(0, 77, 42, 0.2196078431);
}
#header .inner-sec a.web-logo {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100px;
}
#header .inner-sec a.web-logo img.logo {
  width: 100%;
}
#header .inner-sec > .menu-main-menu-container {
  display: none;
  align-items: center;
}
#header .inner-sec > .menu-main-menu-container ul#menu-main-menu {
  display: flex;
  width: max-content;
  margin: 0 auto;
  list-style: none;
}
#header .inner-sec > .menu-main-menu-container ul#menu-main-menu li {
  margin: 0 10px;
}
#header .inner-sec > .menu-main-menu-container ul#menu-main-menu li a {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
#header .inner-sec nav {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 5;
}
#header .inner-sec nav .menu-btn {
  width: 20px;
  height: 13px;
  cursor: pointer;
  position: relative;
  padding: 0;
  z-index: 111;
}
#header .inner-sec nav .menu-btn.active li:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#header .inner-sec nav .menu-btn.active li:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#header .inner-sec nav .menu-btn.active li:nth-of-type(3) {
  left: -50%;
  opacity: 0;
}
#header .inner-sec nav .menu-btn.active li:nth-of-type(4) {
  right: -50%;
  opacity: 0;
  display: none;
}
#header .inner-sec nav .menu-btn li {
  list-style: none;
  position: absolute;
  background: #004f2b;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  transition: 0.9s;
}
#header .inner-sec nav .menu-btn.active li{
  background: #efe0cc !important;
}
#header .inner-sec nav .menu-btn li:nth-of-type(1) {
  top: 20%;
}
#header .inner-sec nav .menu-btn li:nth-of-type(2) {
  top: 50%;
}
#header .inner-sec nav .menu-btn li:nth-of-type(3),
#header .inner-sec nav .menu-btn li:nth-of-type(4) {
  width: 65%;
  top: 80%;
}
#header .inner-sec nav .menu-btn li:nth-of-type(1),
#header .inner-sec nav .menu-btn li:nth-of-type(2),
#header .inner-sec nav .menu-btn li:nth-of-type(3) {
  left: 0;
}
#header .inner-sec nav .menu-btn li:nth-of-type(4) {
  right: 0;
  display: none;
}
#header .inner-sec nav .web-logo {
  z-index: 111;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
}
#header .inner-sec nav .web-logo img {
  width: 150px;
  max-height: 70px;
  object-fit: contain;
}
#header .inner-sec nav .menu-items {
  position: fixed;
  left: -200%;
  right: auto;
  top: 86px;
  bottom: 0;
  margin: auto;
  height: calc(100vh - 70px);
  width: 100%;
  background: #004f2b;
  transition: all 0.4s ease;
  z-index: 110;
  display: grid;
  grid-template-rows: 35px auto 1fr 30px 30px 50px;
}
#header .inner-sec nav .menu-items > div {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 120px;
  padding: 15px 0;
}
#header .inner-sec nav .menu-items > div ul {
  padding: 0;
  list-style: none;
}
#header .inner-sec nav .menu-items > div ul li {
  margin-bottom: 30px;
  width: fit-content;
}
#header .inner-sec nav .menu-items > div ul li a {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.35px;
  font-style: normal;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  color: #efe0cc;
  text-transform: capitalize;
  transition: all 0.4s ease;
  position: relative;
}
#header .inner-sec nav .menu-items > div ul li a::after {
  content: "";
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #efe0cc;
  position: absolute;
  transition: all 0.4s ease;
}
#header .inner-sec nav .menu-items > div ul li a:hover::after {
  width: 100%;
}
#header .inner-sec nav .menu-items .menu-mobile-menu-container {
  border-top: 2px solid #bba899;
}
#header .inner-sec nav .menu-items .menu-mobile-menu-container ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#header .inner-sec nav .menu-items .menu-mobile-menu-container ul li {
  margin: 0;
}
#header .inner-sec nav .menu-items a.sco,
#header .inner-sec nav .menu-items .menu-desktop-menu-container {
  display: none;
  font-family: "Inter", sans-serif;
}
#header .inner-sec nav .menu-items.active {
  left: 0;
}
#header.scrolled .inner-sec nav .menu-btn li {
  background-color: #efe0cc;
}
@media only screen and (min-width: 992px) {
  #header.background-colour i {
    color: #efe0cc !important;
  }
  #header.background-colour .cart-count {
    border: 1px solid #efe0cc;
    color: #efe0cc;
  }
  #header.background-colour .inner-sec .menu-btn li {
    background-color: #efe0cc;
  }
  #header.background-colour .inner-sec > .menu-main-menu-container a {
    color: #efe0cc !important;
  }
  #header.background-colour .inner-sec > .menu-main-menu-container a::after {
    background-color: #efe0cc;
  }
  #header .header-wishlist {
    display: flex !important;
    grid-column: 4;
    grid-row: 1;
  }
  #header .header-wishlist span.wishlist_items_number {
    width: 100%;
  }
  #header .inner-sec {
    grid-template-columns: 100px 1fr 50px 45px auto !important;
  }
  #header .inner-sec > .menu-main-menu-container {
    display: flex;
  }
  #header .inner-sec > .menu-main-menu-container a {
    position: relative;
  }
  #header .inner-sec > .menu-main-menu-container a::after {
    content: "";
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 1px;
    background-color: #004f2b;
    position: absolute;
    transition: all 0.4s ease;
  }
  #header .inner-sec > .menu-main-menu-container a:hover::after {
    width: 100%;
  }
  #header .inner-sec nav {
    grid-column: 7;
  }
  #header .inner-sec nav .menu-items {
    max-width: 700px;
    left: unset;
    right: 0;
    transform: translateX(100%);
  }
  #header .inner-sec nav .menu-items.active {
    left: unset;
    transform: translateX(0);
  }
  #header .inner-sec nav .menu-items > div.menu-main-menu-container,
  #header .inner-sec nav .menu-items div.menu-mobile-menu-container {
    display: none;
  }
  #header .inner-sec nav .menu-items div.menu-desktop-menu-container {
    display: flex;
  }
  #header .inner-sec nav .menu-items div.menu-desktop-menu-container ul li a {
    font-size: 40px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.35px;
  }
  #header .inner-sec nav .menu-items .beige-text,
  #header .inner-sec nav .menu-items a.sco {
    display: flex;
    grid-row: 5;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: var(--Franka, #efe0cc);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  #header .inner-sec nav .menu-items .beige-text img,
  #header .inner-sec nav .menu-items a.sco img {
    margin-left: 5px;
  }
  #header .inner-sec nav .menu-items .beige-text {
    grid-row: 4;
  }
}
footer {
  background: #004f2b;
  padding: 55px 0;
}
footer .upper-sec .inner-sec .web-footer-logo {
  width: fit-content;
  border-bottom: 2px solid #1e5e3e;
  padding-bottom: 35px;
  display: block;
  margin: 0 0 5px;
}
footer .upper-sec .inner-sec .web-footer-logo img {
  width: 90%;
  max-width: 200px;
}
footer .upper-sec .inner-sec .content-sec {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "five" "two" "three" "four" "one";
}
footer .upper-sec .inner-sec .content-sec .footer-sub-title {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 20px 0 0;
  position: relative;
}
footer .upper-sec .inner-sec .content-sec .footer-sub-title.active {
  padding-bottom: 20px;
}
footer
  .upper-sec
  .inner-sec
  .content-sec
  .footer-sub-title.active
  .plusminus:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
footer
  .upper-sec
  .inner-sec
  .content-sec
  .footer-sub-title.active
  .plusminus:after {
  transform: translatey(-50%) rotate(0);
}
footer .upper-sec .inner-sec .content-sec .footer-sub-title .plusminus {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  right: 0;
  left: auto;
  top: 20px;
  bottom: 0;
  margin: auto;
}
footer .upper-sec .inner-sec .content-sec .footer-sub-title .plusminus:before,
footer .upper-sec .inner-sec .content-sec .footer-sub-title .plusminus:after {
  content: "";
  display: block;
  background-color: #efe0cc;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 1px;
}
footer .upper-sec .inner-sec .content-sec .footer-sub-title .plusminus:before {
  transform: translatey(-50%);
}
footer .upper-sec .inner-sec .content-sec .footer-sub-title .plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}
footer .upper-sec .inner-sec .content-sec .info-sec {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.4s ease;
}
footer .upper-sec .inner-sec .content-sec .map-sec {
  grid-area: one;
  margin-top: 50px;
}
footer .upper-sec .inner-sec .content-sec .map-sec .map {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  height: 150px;
}
footer .upper-sec .inner-sec .content-sec .map-sec .map iframe {
  width: 100%;
  height: 150px;
}
footer .upper-sec .inner-sec .content-sec .map-sec .socials {
  padding: 30px 0 15px;
}
footer .upper-sec .inner-sec .content-sec .section-one {
  grid-area: two;
  border-bottom: 1px solid #1e5e3e;
  padding-bottom: 20px;
}
footer .upper-sec .inner-sec .content-sec .section-two {
  grid-area: three;
  border-bottom: 1px solid #1e5e3e;
  padding-bottom: 20px;
}
footer .upper-sec .inner-sec .content-sec .section-three {
  grid-area: four;
  border-bottom: 1px solid #1e5e3e;
  padding-bottom: 20px;
}
footer .upper-sec .inner-sec .content-sec .section-three a {
  display: grid;
  text-decoration: none;
}
footer .upper-sec .inner-sec .content-sec .section-four {
  grid-area: five;
  border-bottom: 1px solid #1e5e3e;
  padding-bottom: 20px;
}
footer .upper-sec .inner-sec .content-sec .section-four ul {
  padding: 0;
}
footer .upper-sec .inner-sec .content-sec .section-four ul li {
  list-style-type: none;
}
footer .upper-sec .inner-sec .content-sec .section-four ul li a {
  text-decoration: none;
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
footer .bottom-sec .inner-sec {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 0;
  max-width: 1650px;
  display: grid;
  text-align: right;
  border-top: 2px solid #1e5e3e;
}
footer .bottom-sec .inner-sec .beige-text {
  max-width: 300px;
  margin: 0 0 0 auto;
  font-size: 13px !important;
}
footer .bottom-sec .inner-sec .sco {
  width: fit-content;
  margin: 5px 0 0 auto;
  text-decoration: none;
  grid-template-columns: 115px 75px;
  grid-column-gap: 10px;
  display: grid;
}
footer .bottom-sec .inner-sec .sco p {
  margin-bottom: 5px;
  text-align: right;
  line-height: 13px;
  color: #efe0cc;
  font-size: 10px;
}
footer .bottom-sec .inner-sec .sco img {
  width: 75px;
}
@media only screen and (min-width: 992px) {
  footer {
    padding: 65px 0;
  }
  footer .upper-sec .inner-sec .web-footer-logo {
    border-bottom: 0;
  }
  footer .upper-sec .inner-sec .content-sec {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "one two three" "four five five";
    grid-column-gap: 20px;
  }
  footer .upper-sec .inner-sec .content-sec .footer-sub-title {
    padding: 0 0 40px;
    font-size: 16px;
  }
  footer .upper-sec .inner-sec .content-sec .footer-sub-title.active {
    padding-bottom: 40px;
  }
  footer .upper-sec .inner-sec .content-sec .footer-sub-title .plusminus {
    display: none;
  }
  footer .upper-sec .inner-sec .content-sec .map-sec {
    margin: 0;
  }
  footer .upper-sec .inner-sec .content-sec .map-sec .map {
    height: 250px;
  }
  footer .upper-sec .inner-sec .content-sec .map-sec .map iframe {
    height: 250px;
  }
  footer .upper-sec .inner-sec .content-sec .map-sec .socials {
    padding: 30px 0;
  }
  footer .upper-sec .inner-sec .content-sec .section-one,
  footer .upper-sec .inner-sec .content-sec .section-two,
  footer .upper-sec .inner-sec .content-sec .section-three,
  footer .upper-sec .inner-sec .content-sec .section-four {
    border-bottom: 0;
  }
  footer .upper-sec .inner-sec .content-sec .section-one .info-sec,
  footer .upper-sec .inner-sec .content-sec .section-two .info-sec,
  footer .upper-sec .inner-sec .content-sec .section-three .info-sec,
  footer .upper-sec .inner-sec .content-sec .section-four .info-sec {
    height: fit-content;
  }
  footer .upper-sec .inner-sec .content-sec .section-one a,
  footer .upper-sec .inner-sec .content-sec .section-two a,
  footer .upper-sec .inner-sec .content-sec .section-three a,
  footer .upper-sec .inner-sec .content-sec .section-four a {
    position: relative;
    width: fit-content;
  }
  footer .upper-sec .inner-sec .content-sec .section-one a::after,
  footer .upper-sec .inner-sec .content-sec .section-two a::after,
  footer .upper-sec .inner-sec .content-sec .section-three a::after,
  footer .upper-sec .inner-sec .content-sec .section-four a::after {
    content: "";
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 1px;
    background-color: #efe0cc;
    position: absolute;
    transition: all 0.4s ease;
  }
  footer .upper-sec .inner-sec .content-sec .section-one a:hover::after,
  footer .upper-sec .inner-sec .content-sec .section-two a:hover::after,
  footer .upper-sec .inner-sec .content-sec .section-three a:hover::after,
  footer .upper-sec .inner-sec .content-sec .section-four a:hover::after {
    width: 100%;
  }
  footer .upper-sec .inner-sec .content-sec .section-four ul li a {
    font-size: 16px;
    line-height: 27px;
    transition: all 0.4s ease;
    position: relative;
  }
  footer .upper-sec .inner-sec .content-sec .section-four ul li a::after {
    content: "";
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 1px;
    background-color: #efe0cc;
    position: absolute;
    transition: all 0.4s ease;
  }
  footer .upper-sec .inner-sec .content-sec .section-four ul li a:hover::after {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  footer .upper-sec .inner-sec .content-sec {
    grid-template-columns: 300px 1fr 1fr 1fr 250px;
    grid-template-areas: "one two three four five";
  }
}
@media only screen and (min-width: 1400px) {
  footer {
    padding: 75px 0;
  }
  footer .upper-sec .inner-sec .content-sec {
    grid-column-gap: 50px;
  }
}
.woocommerce .products .product_thumbnail_icons,
.wp-block-getbowtied-carousel ul.products li.product .product_thumbnail_icons {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  height: 34px;
  width: 36px;
  bottom: auto;
  left: auto;
  right: 15px;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease;
  z-index: 10;
  top: 15px;
  transition: all 0.4s ease;
}
.woocommerce .products .product_thumbnail_icons .yith-wcwl-add-to-wishlist,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist {
  width: 100%;
  height: 100%;
  margin: 0;
}
.woocommerce
  .products
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist.exists
  .yith-wcwl-add-button
  a
  i,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist.exists
  .yith-wcwl-add-button
  a
  i {
  color: red;
}
.woocommerce
  .products
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 36px;
  height: 36px;
}
.woocommerce
  .products
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  margin: auto;
  inset: 0;
  text-align: center;
  top: 2px;
}
.woocommerce
  .products
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a
  i,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a
  i {
  color: #004f2b;
  font-size: 15px;
  line-height: 36px;
  margin: 0;
  width: 100%;
}
.woocommerce
  .products
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a
  span,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a
  span {
  display: none;
}
.woocommerce
  .products
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse,
.woocommerce
  .products
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 36px;
  height: 36px;
}
.woocommerce
  .products
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  span,
.woocommerce
  .products
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  span,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  span,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  span {
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  inset: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}
.woocommerce
  .products
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  span
  i,
.woocommerce
  .products
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  span
  i,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  span
  i,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  span
  i {
  color: red;
  width: 100%;
  font-size: 15px;
  line-height: 36px;
  margin: 0;
}
.woocommerce
  .products
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  a,
.woocommerce
  .products
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  a,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  a,
.wp-block-getbowtied-carousel
  ul.products
  li.product
  .product_thumbnail_icons
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  margin: auto;
  inset: 0;
}
ul.products li:hover .product_thumbnail_icons,
.single_product_summary_related ul li:hover .product_thumbnail_icons,
.wp-block-getbowtied-carousel
  ul.products
  li.product:hover
  .product_thumbnail_icons {
  box-shadow: 0px 0px 5px #000;
}
#header .cart_icon_qtd {
  align-items: center;
  justify-content: center;
  grid-column: var(--gdmob);
  display: flex;
}
#header .cart_icon_qtd > a.cart-wrapper {
  position: relative;
  display: grid;
  width: max-content;
  height: 20px;
  text-decoration: none;
  align-items: center;
  grid-template-columns: 20px 1fr;
  grid-column-gap: 5px;
  height: 100%;
}
#header .cart_icon_qtd > a.cart-wrapper i {
  color: #004f2b;
}
#header .cart-preview-sec .cart-preview-inner {
  transition: 0.5s all ease;
  color: #efe0cc;
  background: #004f2b;
  max-width: 375px;
  position: absolute;
  overflow-y: auto;
  padding: 0;
  right: -300%;
  top: 100px;
  max-height: 600px;
  display: block;
  width: 100%;
  z-index: 130;
  padding-top: 49px;
  padding-bottom: 38px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
#header .cart-preview-sec .cart-preview-inner .blur {
  backdrop-filter: blur(5px);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#header .cart-preview-sec .cart-preview-inner .blur h3 {
  text-align: center;
}
#header .cart-preview-sec .cart-preview-inner .blur .border-beige-btn {
  margin: 0 auto;
  max-width: 170px;
  height: 61px;
  line-height: 61px;
}
#header .cart-preview-sec .cart-preview-inner .blur .hide-cart-preview {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #efe0cc;
  margin-bottom: 26px;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .hide-cart-preview
  .hide-cart-preview-text {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.1px;
}
#header .cart-preview-sec .cart-preview-inner .blur .hide-cart-preview i {
  font-size: 20px;
  cursor: pointer;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .hide-cart-preview
  .hide-cart-preview-img {
  transition: 0.5s all ease;
  cursor: pointer;
  width: 100%;
  height: auto;
  width: fit-content;
}
#header .cart-preview-sec .cart-preview-inner .blur .cart-preview-product {
  display: grid;
  grid-template-columns: 120px 1fr;
  position: relative;
  margin-bottom: 26px;
  column-gap: 14px;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-product
  .cart-preview-product-img-sec
  img {
  max-width: 120px;
  height: auto;
  border-radius: 0px;
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-product
  .cart-preview-product-details-sec {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-product
  .cart-preview-product-details-sec
  .cart-preview-product-title,
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-product
  .cart-preview-product-details-sec
  .cart-preview-product-qty,
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-product
  .cart-preview-product-details-sec
  .cart-preview-product-subtotal {
  font-size: 14px;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-product
  .cart-preview-product-details-sec
  .cart-preview-product-title
  a {
  text-decoration: none;
  color: #efe0cc;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-product
  .cart-preview-product-details-sec
  .cart-preview-product-qty {
  margin-top: 15px;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-product
  .cart-preview-product-details-sec
  .cart-preview-product-subtotal {
  font-weight: 700;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-product
  .cart-preview-product-remove {
  position: absolute;
  right: 0;
  top: 0;
  color: #efe0cc !important;
  font-size: 20px;
  transition: 400ms;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-product
  .cart-preview-product-remove
  img {
  height: auto;
  width: 14px;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-product
  .cart-preview-product-remove:hover {
  background-color: rgba(0, 0, 0, 0);
  color: tomato !important;
}
#header .cart-preview-sec .cart-preview-inner .blur .cart-preview-nav-sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 18px;
  column-gap: 14px;
  padding-top: 33px;
  border-top: 1px solid #efe0cc;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-nav-sec
  .cart-preview-nav-subtotal {
  font-size: 14px;
  font-weight: 700;
  flex-basis: 100%;
  text-align: center;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-nav-sec
  .cart-preview-nav-btn {
  padding: 18px 45px;
  border: 1px solid #efe0cc;
  text-decoration: none;
  color: #efe0cc;
  transition: 400ms;
  width: 100%;
  text-align: center;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-nav-sec
  .cart-preview-nav-btn:nth-child(3) {
  background: #efe0cc;
  color: #004f2b;
}
#header
  .cart-preview-sec
  .cart-preview-inner
  .blur
  .cart-preview-nav-sec
  .cart-preview-nav-btn:hover {
  background-color: #efe0cc;
  color: #004f2b;
}
#header .cart-count {
  text-align: center;
  border-radius: 50px;
  border: 1px solid #004f2b;
  color: #004f2b;
  font-weight: 700;
  width: 25px;
  height: 25px;
  font-size: 10px;
  line-height: 23px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.show-cart-preview {
  right: 0px !important;
}
@media only screen and (max-width: 499px) {
  .show-cart-preview {
    margin: 0 auto !important;
    right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  #header .cart_icon_qtd {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: var(--gddes);
  }
}
#header .inner-sec > button#open_search {
  display: none;
}
button#open_search {
  align-items: center;
  grid-row: 1;
  height: 35px;
  cursor: pointer;
  padding: 0;
  z-index: 111;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 20px;
  border: none;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
button#open_search i.fas.fa-search {
  display: flex;
  width: 50px;
  height: 100%;
  align-items: center;
  justify-content: end;
  color: #efe0cc;
}
.widget_product_search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 36, 36, 0.3607843137);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: none;
}
.widget_product_search .search-wrapp {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #004f2b;
  box-sizing: border-box;
  box-shadow: 0 -3px 5px 1px #0d0d0d;
  display: grid;
  grid-template-rows: 35px auto 1fr;
  transition: 400ms;
}
.widget_product_search .search-wrapp.btn_see_more {
  grid-template-rows: 35px auto 1fr 50px;
}
.widget_product_search .search-wrapp .close {
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.widget_product_search .search-wrapp .close i.fas.fa-times {
  width: 100%;
  font-size: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget_product_search .search-wrapp form > div {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  grid-row-gap: 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 90%;
  height: auto;
  padding: 20px;
  background: hwb(90 31% 23%/0.3);
  align-items: center;
  box-sizing: border-box;
}
.widget_product_search .search-wrapp form > div .search-preloader {
  display: none;
}
.widget_product_search .search-wrapp form > div input#search-input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #efe0cc;
  padding: 0px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0);
  grid-column: 1;
  grid-row: 1;
  color: #efe0cc;
}
.widget_product_search
  .search-wrapp
  form
  > div
  input#search-input::placeholder {
  font-size: 20px;
  color: #efe0cc;
  font-weight: bold;
}
.widget_product_search .search-wrapp form > div button#search {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  height: 35px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.widget_product_search .search-wrapp form > div button#search .search-text {
  color: #004f2b;
  font-size: 12px;
  font-weight: bold;
}
.widget_product_search .search-wrapp form > div button#search svg {
  box-sizing: border-box;
  width: max-content;
  height: 100%;
  padding: 5px;
}
.widget_product_search .search-wrapp form > div button#search svg path {
  fill: #004f2b;
}
.widget_product_search .search-wrapp .results {
  overflow: scroll;
  box-sizing: border-box;
  width: 100%;
  max-width: 90%;
  margin: 20px auto;
  padding: 0 !important;
  display: grid;
}
.widget_product_search .search-wrapp .results .item {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.widget_product_search .search-wrapp .results .item .content {
  display: grid;
}
.widget_product_search .search-wrapp .results .item a {
  text-decoration: none;
  display: grid;
  grid-row-gap: 10px;
  grid-template-rows: minmax();
}
.widget_product_search .search-wrapp .results .item a .item-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #0d0d0d;
  object-fit: cover;
  box-sizing: border-box;
}
.widget_product_search .search-wrapp .results .item a h3.product_name {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: block;
  line-height: 17.53px;
  text-decoration: none;
  margin-bottom: 10px;
}
.widget_product_search .search-wrapp .results .item a span.product_price {
  font-weight: bold;
  font-size: 12px;
  color: #efe0cc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.widget_product_search .search-wrapp .results .item a span.product_price mark {
  background-color: #efe0cc;
  color: #004f2b;
  padding: 3px 10px;
  box-sizing: border-box;
  margin-left: 5px;
  display: block;
}
.widget_product_search .search-wrapp .results .item a span.product_price del {
  font-size: 9px;
}
.widget_product_search .search-wrapp .see-more {
  grid-column: 1/2;
  width: 100%;
}
.widget_product_search .search-wrapp .see-more a {
  margin: 10px auto;
  max-width: 300px;
  width: 100%;
  background: #0d0d0d;
  border-radius: 5px;
  text-align: center;
  display: block;
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 425px) {
  .widget_product_search .search-wrapp .results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .widget_product_search .search-wrapp .results .content {
    display: grid;
    grid-template-rows: 40px 15px;
  }
}
@media screen and (min-width: 768px) {
  .widget_product_search .search-wrapp {
    grid-template-rows: 35px auto auto 1fr;
  }
  .widget_product_search .search-wrapp.btn_see_more {
    grid-template-rows: 35px auto auto 50px 1fr;
  }
  .widget_product_search .search-wrapp .results {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .widget_product_search .search-wrapp .results .item {
    height: max-content;
  }
  .widget_product_search .search-wrapp .results .item a .content {
    display: grid;
    grid-template-rows: 55px 30px;
  }
}
@media screen and (min-width: 992px) {
  #header .inner-sec > button#open_search {
    display: block;
    grid-column: 4;
    height: 100%;
    font-size: 17px;
  }
  #header .inner-sec > button#open_search i.fas.fa-search {
    width: 100%;
    justify-content: center;
    color: #004f2b;
  }
  .menu-items button#open_search {
    display: none;
  }
  .widget_product_search .search-wrapp {
    min-height: 750px;
    height: 100vh;
  }
  .widget_product_search .search-wrapp form > div {
    grid-template-rows: 1fr;
    grid-template-columns: auto 1fr;
    padding: 30px 60px;
    grid-column-gap: 65px;
    height: 182px;
    box-sizing: border-box;
    max-width: 1164px;
  }
  .widget_product_search .search-wrapp form > div input#search-input {
    max-width: 828px;
    width: 100%;
    font-size: 60px;
    grid-column: 2;
  }
  .widget_product_search
    .search-wrapp
    form
    > div
    input#search-input::placeholder {
    font-size: 60px;
    color: #efe0cc;
    font-weight: bold;
  }
  .widget_product_search .search-wrapp form > div button#search {
    grid-column: 1;
    grid-row: 1;
    width: 65px;
    height: auto;
    background: rgba(0, 0, 0, 0);
    border: none;
  }
  .widget_product_search .search-wrapp form > div button#search svg path {
    fill: #f0d9c8;
  }
  .widget_product_search .search-wrapp .results {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1165px;
  }
  .widget_product_search .search-wrapp .results .item a .item-image img {
    max-height: unset;
  }
}
.socials ul {
  padding: 0;
}
.socials ul li {
  list-style-type: none;
  display: inline-block;
}
.socials ul li a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #efe0cc;
  display: block;
  margin: 0 11px 0 0;
  text-align: center;
}
.socials ul li a i {
  color: #004f2b;
  line-height: 30px;
}
section.title_content-section h1 {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.35px;
  margin: 0;
  margin-bottom: 21px;
}
section.title_content-section h2 {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  margin-bottom: 38px;
}
section.title_content-section h3 {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  margin-bottom: 21px;
}
section.title_content-section .main_text {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 870px;
}
@media screen and (min-width: 992px) {
  section.title_content-section h1 {
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 85px;
    margin-bottom: 100px;
  }
  section.title_content-section h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 60px;
  }
  section.title_content-section h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
  }
  section.title_content-section .main_text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
  }
}
.single_image-section {
  width: 100%;
}
.single_image-section img {
  width: 100%;
  object-fit: contain;
  max-width: 800px;
}
.title_smallsubtitle_bigsubtitle_content-section {
  background: #efe0cc;
}
.title_smallsubtitle_bigsubtitle_content-section .txtcolumn {
  display: flex;
  flex-direction: column;
  padding-bottom: 700px;
}
.title_smallsubtitle_bigsubtitle_content-section .txtcolumn img {
  position: absolute;
  width: 100%;
  height: 670px;
  order: 100;
  float: unset;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.title_smallsubtitle_bigsubtitle_content-section .txtcolumn h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.35px;
  margin-bottom: 25px;
}
.title_smallsubtitle_bigsubtitle_content-section .txtcolumn h2 {
  line-height: 1;
  margin-bottom: 25px;
  font-size: 16px;
}
.title_smallsubtitle_bigsubtitle_content-section .txtcolumn h3 {
  line-height: 1;
  margin-bottom: 25px;
  font-size: 20px;
}
.title_smallsubtitle_bigsubtitle_content-section .txtcolumn .main_text {
  margin-bottom: 30px;
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .title_smallsubtitle_bigsubtitle_content-section .txtcolumn {
    padding-bottom: 50px;
    display: block;
  }
  .title_smallsubtitle_bigsubtitle_content-section .txtcolumn img {
    float: right;
    order: 0;
    position: relative;
    max-width: unset;
    max-height: unset;
    box-sizing: border-box;
    padding-left: 40px;
    padding-bottom: 40px;
    width: 50%;
  }
  .title_smallsubtitle_bigsubtitle_content-section .txtcolumn h1 {
    font-size: 75px;
    margin-bottom: 85px;
  }
  .title_smallsubtitle_bigsubtitle_content-section .txtcolumn h2 {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .title_smallsubtitle_bigsubtitle_content-section .txtcolumn h3 {
    line-height: 1;
    margin-bottom: 20px;
    margin-top: -45px;
    font-size: 30px;
  }
  .title_smallsubtitle_bigsubtitle_content-section .txtcolumn .main_text {
    margin-bottom: 30px;
    display: block;
    font-size: 13px;
    margin-bottom: 70px;
  }
  .title_smallsubtitle_bigsubtitle_content-section .txtcolumn.img_small img {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .title_smallsubtitle_bigsubtitle_content-section .txtcolumn {
    padding-bottom: 50px;
    display: block;
  }
  .title_smallsubtitle_bigsubtitle_content-section .txtcolumn h1 {
    font-size: 80px;
    margin-bottom: 85px;
  }
  .title_smallsubtitle_bigsubtitle_content-section .txtcolumn h2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .title_smallsubtitle_bigsubtitle_content-section .txtcolumn h3 {
    line-height: 1;
    margin-bottom: 25px;
    font-size: 30px;
  }
  .title_smallsubtitle_bigsubtitle_content-section .txtcolumn .main_text {
    margin-bottom: 30px;
    display: block;
    font-size: 18px;
    margin-bottom: 70px;
  }
}
.title-subtitle-desc {
  background: #efe0cc;
}
.title-subtitle-desc .container h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.35px;
  margin-bottom: 25px;
  color: #004f2b;
}
.title-subtitle-desc .container .green-text {
  color: #004f2b;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .title-subtitle-desc {
    margin: 50px 0;
  }
  .title-subtitle-desc .container h1 {
    font-size: 60px;
    margin-bottom: 40px;
  }
  .title-subtitle-desc .container .green-text {
    font-size: 25px;
    line-height: 32px;
  }
}
@media screen and (min-width: 992px) {
  .title-subtitle-desc {
    margin-top: 100px 0;
  }
  .title-subtitle-desc .container h1 {
    font-size: 80px;
    margin-bottom: 50px;
  }
  .title-subtitle-desc .container .green-text {
    font-size: 30px;
    line-height: 37px;
  }
}
.modal_solutions {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efe0cc;
  z-index: 999;
  transition: 400ms;
  transform: translateY(100%);
}
.modal_solutions header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.modal_solutions header .mobile-desktop {
  display: grid;
  grid-template-columns: auto 1fr auto;
  width: 100%;
}
.modal_solutions header .mobile-desktop span {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal_solutions header .mobile-desktop span.close {
  grid-column: 3;
}
.modal_solutions header .mobile-desktop span svg {
  fill: #004f2b;
}
.modal_solutions header .mobile-desktop .desktop {
  display: none;
}
.modal_solutions .body {
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.modal_solutions .body .container {
  width: 100%;
}
.modal_solutions .body .container .row {
  display: grid;
  grid-template-columns: 100%;
}
.modal_solutions .body .container .row .left {
  background-color: #efe0cc;
  padding: 20px;
}
.modal_solutions .body .container .row .left h2.sulution_title {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.35px;
  margin-bottom: 40px;
}
.modal_solutions .body .container .row .left .content {
  color: #004f2b;
  text-align: justify;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.35px;
  margin-bottom: 30px;
}
.modal_solutions .body .container .row .left a {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.modal_solutions .body .container .row .left a span {
  margin: 0 5px 0 0;
}
.modal_solutions .body .container .row .left .groups {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.modal_solutions .body .container .row .left .groups .group {
  padding: 20px 20px 0 0;
  border-top: 2px solid rgba(0, 77, 42, 0.2196078431);
}
.modal_solutions .body .container .row .left .groups .group h3.group_title {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.35px;
  margin-bottom: 45px;
  text-transform: capitalize;
}
.modal_solutions .body .container .row .left .groups .group ul.group_list {
  list-style: none;
  padding: 0;
}
.modal_solutions .body .container .row .left .groups .group ul.group_list li a {
  color: #004f2b;
  text-decoration: none;
  transition: 400ms;
}
.modal_solutions
  .body
  .container
  .row
  .left
  .groups
  .group
  ul.group_list
  li
  a:hover {
  padding-left: 5px;
}
.modal_solutions
  .body
  .container
  .row
  .left
  .groups
  .group
  ul.group_list
  li
  span {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.35px;
}
@media screen and (min-width: 768px) {
  .modal_solutions header .mobile-desktop .img.desktop {
    display: block;
    grid-column: 2;
  }
  .modal_solutions header .mobile-desktop .img.desktop img {
    display: block;
    margin: 0 auto;
  }
  .modal_solutions .body .container {
    width: 100%;
    max-width: 2000px;
  }
  .modal_solutions .body .container .row .left .groups {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .modal_solutions .body .container .row .right {
    max-height: calc(100vh - 100px);
    overflow: hidden;
  }
  .modal_solutions .body .container .row .right .slick-slide .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 25px;
    box-sizing: border-box;
  }
  .modal_solutions .body .container .row .right .slick-slide .content p {
    color: #fff;
    text-align: justify;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.35px;
    margin-bottom: 5px;
  }
  .modal_solutions .body .container .row .right .slick-slide .content h3 {
    color: #fff;
    text-align: justify;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.35px;
  }
  .modal_solutions .body .container .row .right .slick-slide img {
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  .modal_solutions header .mobile-desktop .mobile {
    display: none;
  }
  .modal_solutions header .mobile-desktop h2.desktop {
    display: block;
    color: #004f2b;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.35px;
  }
  .modal_solutions .body .container {
    height: 100%;
  }
  .modal_solutions .body .container .row {
    height: 100%;
    display: grid;
    grid-template-columns: 55% 1fr;
  }
  .modal_solutions .body .container .row .left {
    width: 90%;
    margin: 0 0 0 auto;
    grid-column: 1;
    box-sizing: border-box;
    background-color: #fff;
    overflow-y: scroll;
    padding: 20px 0 0 0;
    max-height: calc(100vh - 175px);
  }
  .modal_solutions .body .container .row .left .content {
    width: 90%;
    margin: 0 auto 0 0;
  }
  .modal_solutions .body .container .row .left .groups {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .modal_solutions .body .container .row .left .groups .group {
    border: unset;
  }
  .modal_solutions .body .container .row .left::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0);
    width: 2px;
  }
  .modal_solutions .body .container .row .left::-webkit-scrollbar-thumb {
    background: #004f2b;
    border-radius: 50px;
  }
  .modal_solutions .body .container .row .right {
    background-color: #0d0d0d;
    grid-column: 2;
    width: 100%;
  }
  .modal_solutions .mobile {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .modal_solutions .body .container .row .left .groups {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
section.our_people-section.aos-init.aos-animate {
  background: #004f2b;
  padding: 50px 0;
}
section.our_people-section.aos-init.aos-animate h2.textfield_section_title {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 40px;
}
section.our_people-section.aos-init.aos-animate .loop .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1135px;
  padding: 15px 15px 15px 0;
  border-bottom: 2px solid #efe0cc;
}
section.our_people-section.aos-init.aos-animate .loop .row span.title {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}
section.our_people-section.aos-init.aos-animate .loop .row span.amount {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.35px;
}
@media screen and (min-width: 992px) {
  section.our_people-section.aos-init.aos-animate {
    padding: 90px 0;
  }
  section.our_people-section.aos-init.aos-animate h2.textfield_section_title {
    font-size: 96px;
    margin-bottom: 110px;
    line-height: 96px;
  }
  section.our_people-section.aos-init.aos-animate .loop .row span.title {
    font-size: 30px;
  }
  section.our_people-section.aos-init.aos-animate .loop .row span.amount {
    font-size: 96px;
  }
}
.error_page {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error_page img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.error_page .content {
  width: max-content;
  margin: 0 auto;
}
.error_page .content h1 {
  color: #004f2b;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.35px;
  margin-bottom: 40px;
}
.error_page .content p {
  color: #004f2b;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50.48px;
}
.technical_documents-section {
  padding: 100px 0;
}
.technical_documents-section h1 {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1;
}
.technical_documents-section .content {
  display: grid;
  grid-template-columns: 100%;
  box-sizing: border-box;
  column-gap: 50px;
}
.technical_documents-section .content .item {
  max-width: 600px;
}
.technical_documents-section .content .item h2 {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 20px;
}
.technical_documents-section .content .item a {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 60px;
  border-bottom: 1px solid #004f2b;
}
.technical_documents-section .content .item a svg {
  margin-right: 10px;
}
.technical_documents-section .content .item a.download_0 {
  border-top: 1px solid #004f2b;
}
@media screen and (min-width: 1024px) {
  .technical_documents-section {
    padding: 100px auto;
  }
  .technical_documents-section h1 {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 90px;
  }
  .technical_documents-section .content {
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  }
  .technical_documents-section .content .item h2 {
    color: var(--Rand, #004f2b);
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50.48px;
  }
  .technical_documents-section .content .item a {
    color: var(--Rand, #004f2b);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 50px;
  }
  .technical_documents-section .content .item a svg {
    margin-right: 10px;
  }
  .technical_documents-section .content .item a:first-child {
    border-top: 1px solid var(--Rand, #004f2b);
  }
}
.opening-hours-section .container {
  display: grid;
  margin: 80px auto;
}
.opening-hours-section .container h2 {
  color: #004f2b;
  margin-bottom: 30px;
}
.opening-hours-section .container .slot {
  border-bottom: 2px solid #004f2b;
  padding: 10px;
}
.opening-hours-section .container .slot .days {
  display: inline-block;
  font-weight: bold;
  color: #004f2b;
}
.opening-hours-section .container .slot .hours {
  display: inline-block;
  color: #004f2b;
}
@media screen and (min-width: 768px) {
  .opening-hours-section .container {
    grid-template-columns: 4fr 8fr;
    margin: 120px auto;
    grid-column-gap: 20px;
  }
  .opening-hours-section .container h2 {
    margin-bottom: 0;
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .opening-hours-section .container {
    margin: 150px auto;
    grid-column-gap: 40px;
  }
  .opening-hours-section .container h2 {
    margin-bottom: 0;
    font-size: 60px;
  }
}
.thinking_green_list-section {
  padding-top: 100px;
  width: 100%;
}
.thinking_green_list-section .line {
  width: 100%;
  max-width: 1135px;
  display: grid;
  grid-template-columns: 1fr 115px;
  justify-content: center;
  padding: 30px 0;
  border-top: 2px solid rgba(0, 77, 42, 0.22);
}
.thinking_green_list-section .line:first-child {
  border-top: none;
}
.thinking_green_list-section .line .text_column {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  align-items: center;
}
.thinking_green_list-section .line .text_column span {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}
.thinking_green_list-section .line .number_column {
  grid-row: 1;
  grid-column: 2;
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.35px;
  text-align: right;
  display: flex;
  justify-self: end;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .thinking_green_list-section {
    padding-top: 150px;
  }
  .thinking_green_list-section .line {
    grid-template-columns: 1fr 400px;
    padding: 55px 0;
  }
  .thinking_green_list-section .line .text_column span {
    font-size: 30px;
    line-height: 33px;
  }
  .thinking_green_list-section .line .number_column {
    font-size: 96px;
    line-height: 24px;
    letter-spacing: -0.35px;
  }
}
section.page_wallpaper-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.page_wallpaper-section::before {
  content: "";
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #efe0cc 0%, rgba(137, 128, 117, 0) 200%);
  width: 100%;
  height: 100%;
}
section.page_wallpaper-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
@media screen and (min-width: 992px) {
  section.page_wallpaper-section::before {
    background: linear-gradient(
      90deg,
      #efe0cc 40%,
      rgba(137, 128, 117, 0) 115%
    );
  }
  section.page_wallpaper-section img {
    object-position: center;
  }
}
.woocommerce-message {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  background: green;
  color: #fff;
  padding: 15px 20px 15px 50px;
  max-width: 500px;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 999;
  display: none;
  color: #efe0cc;
  width: 90%;
  border: none;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: auto;
}
.woocommerce-message.error {
  background: maroon;
  border-top-color: #ae1b1b;
}
.woocommerce-message::before {
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.woocommerce-message .button {
  color: #004f2b !important;
  background: #efe0cc !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  border-radius: 0 !important;
}
.products .product.sale:hover a .sale-product-message {
  background: #fff !important;
  color: #0d0d0d !important;
}
.products .product.sale a .product_thumbnail {
  position: relative;
}
.products .product.sale a .product_thumbnail .sale-product-message {
  transition: all 0.4s ease;
  position: absolute;
  left: 15px;
  right: auto;
  top: 15px;
  bottom: auto;
  margin: auto;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
}
.products .product.sale a .product_thumbnail .sale-product-message.enable {
  width: 80px;
  border-radius: 0;
}
.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery .sale-product-message {
  transition: all 0.4s ease;
  position: absolute;
  left: 15px;
  right: auto;
  top: 15px;
  bottom: auto;
  margin: auto;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
}
.woocommerce-product-gallery .sale-product-message.enable {
  width: 80px;
  border-radius: 0;
}
.onsale {
  display: none;
}
.products .product {
  position: relative;
  overflow: hidden;
}
.products .product:hover .mytheme_new_product {
  background: #004f2b !important;
}
.products .product .mytheme_new_product {
  transition: all 0.4s ease;
  position: absolute;
  left: -23px;
  right: auto;
  top: 11px;
  bottom: auto;
  margin: auto;
  height: 20px;
  width: 83px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 19px;
  text-align: center;
  transform: rotate(-45deg);
}
.products .product .mytheme_new_product.enable {
  width: 80px;
  border-radius: 0;
}
.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery .mytheme_new_product {
  transition: all 0.4s ease;
  position: absolute;
  left: -23px;
  right: auto;
  top: 11px;
  bottom: auto;
  margin: auto;
  height: 20px;
  width: 83px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 19px;
  text-align: center;
  transform: rotate(-45deg);
}
.woocommerce-product-gallery .mytheme_new_product.enable {
  width: 80px;
  border-radius: 0;
}
.products .product.outofstock a .product_thumbnail {
  position: relative;
}
.products .product.outofstock a .product_thumbnail .outofstock-product-message {
  transition: all 0.4s ease;
  position: absolute;
  right: auto;
  margin: auto;
  background: #0d0d0d;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  bottom: 0;
  top: auto;
  height: 25px;
  line-height: 25px;
  width: 100%;
}
.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery .outofstock-product-message {
  transition: all 0.4s ease;
  position: absolute;
  right: auto;
  margin: auto;
  background: #0d0d0d;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  bottom: 0;
  top: auto;
  height: 25px;
  line-height: 25px;
  width: 100%;
}
.top-bar {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 100;
  line-height: 40px;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.top-bar.scroll-up {
  top: -40px;
}
.woocommerce-shop-page {
  max-width: 1650px;
  margin: 0 auto;
  width: 90%;
}
.woocommerce-shop-page .woocommerce-result-count {
  color: #0d0d0d;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding-left: 0;
  margin: 0 0 10px 0;
  align-self: end;
}
.woocommerce-shop-page .woocommerce-ordering {
  text-align: right;
}
.woocommerce-shop-page .woocommerce-ordering select {
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  color: #0d0d0d;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s ease;
}
.woocommerce-shop-page .woocommerce-ordering select:hover {
  background: #d9d9d9;
}
.woocommerce-shop-page .woocommerce-ordering select option {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-shop-page .woocommerce-no-products-found {
  grid-row: 5;
  grid-column: 1/6;
}
.woocommerce-shop-page .woocommerce-no-products-found .woocommerce-info {
  background: rgba(0, 0, 0, 0);
  border: none;
  text-align: center;
  color: #004f2b;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 50px 0;
}
.woocommerce-shop-page
  .woocommerce-no-products-found
  .woocommerce-info::before {
  display: none;
}
.woocommerce-shop-page .products.columns-4 {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
}
.woocommerce-shop-page .products.columns-4::before,
.woocommerce-shop-page .products.columns-4::after {
  display: none;
}
.woocommerce-shop-page .products.columns-4 li.product {
  width: 100% !important;
  margin: 0 !important;
}
.woocommerce-shop-page
  .products.columns-4
  li.product
  .product_thumbnail_wrapper
  img {
  margin: 0;
}
.woocommerce-shop-page .products.columns-4 li.product h2 {
  padding: 15px 0 0 0;
}
.woocommerce-shop-page .products.columns-4 li.product h2 a {
  color: #0d0d0d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 0;
  line-height: 20px;
}
.woocommerce-shop-page .products.columns-4 li.product .price,
.woocommerce-shop-page .products.columns-4 li.product a.button {
  display: none;
}
.woocommerce-products-header__title.page-title {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1;
  margin-top: 10px;
}
@media screen and (min-width: 400px) {
  .woocommerce-shop-page .products.columns-4 {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-shop-page .products.columns-4 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce-shop-page .products.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }
  .woocommerce-products-header__title.page-title {
    font-size: 35px;
  }
}
fieldset#payment-method {
  display: none !important;
}
body.bg-colour {
  background: #004f2b;
}
body.bg-colour .wc-block-components-sidebar-layout.wc-block-checkout {
  background: #efe0cc;
  width: 90%;
  margin: 0 auto;
  max-width: 1650px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  grid-template-areas: "items" "details";
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  input[type="text"],
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  input[type="tel"],
body.bg-colour .wc-block-components-sidebar-layout.wc-block-checkout textarea {
  background: #efe0cc;
  border-radius: 0;
  border-color: #004f2b;
  border: 2px solid;
  color: #004f2b;
  height: 50px;
  line-height: 50px;
}
body.bg-colour .wc-block-components-sidebar-layout.wc-block-checkout textarea {
  height: 200px;
  line-height: 18px;
  padding: 10px 5px;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  input:-webkit-autofill,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  input:-webkit-autofill:hover,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  input:-webkit-autofill:focus,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #efe0cc inset !important;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block {
  grid-area: details;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 2px solid #004f2b;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-components-checkout-step__container::after {
  display: none;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__payment-method,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-option {
  display: none;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__payment-method
  .wc-block-components-radio-control--highlight-checked:after,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-option
  .wc-block-components-radio-control--highlight-checked:after {
  display: none;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-content,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-option
  .wc-block-components-radio-control-accordion-content {
  border: 1px solid #004f2b;
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  border-top: 0;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__payment-method
  .wc-block-components-checkout-step__container
  label,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-option
  .wc-block-components-checkout-step__container
  label {
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #004f2b;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__payment-method
  .wc-block-components-radio-control
  .wc-block-components-radio-control-accordion-option,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-option
  .wc-block-components-radio-control
  .wc-block-components-radio-control-accordion-option {
  margin-bottom: 20px;
  box-shadow: none;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__contact-fields,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-fields,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-option,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__payment-method {
  padding: 0;
  border-bottom: 1px solid #c4c6af;
  padding-bottom: 20px;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__contact-fields
  .wc-block-components-checkout-step__heading
  h2,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-fields
  .wc-block-components-checkout-step__heading
  h2,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-option
  .wc-block-components-checkout-step__heading
  h2,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__payment-method
  .wc-block-components-checkout-step__heading
  h2 {
  color: #004f2b;
  margin-bottom: 10px;
  font-size: 20px;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__contact-fields
  .wc-block-components-checkout-step__heading
  h2::before,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-fields
  .wc-block-components-checkout-step__heading
  h2::before,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-option
  .wc-block-components-checkout-step__heading
  h2::before,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__payment-method
  .wc-block-components-checkout-step__heading
  h2::before {
  display: none;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__contact-fields
  .wc-block-components-radio-control-accordion-option,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-fields
  .wc-block-components-radio-control-accordion-option,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-option
  .wc-block-components-radio-control-accordion-option,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option {
  border-radius: 0;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__contact-fields
  span,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__contact-fields
  a,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__contact-fields
  p,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-fields
  span,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-fields
  a,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-fields
  p,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-option
  span,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-option
  a,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__shipping-option
  p,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__payment-method
  span,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__payment-method
  a,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-checkout__payment-method
  p {
  color: #004f2b;
  font-family: "Inter", sans-serif;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wc-block-checkout__payment-method {
  border-bottom: 0 !important;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block {
  grid-area: items;
  width: 100%;
  padding: 0;
  margin: 0;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-checkout-order-summary__title {
  opacity: 0;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block {
  border: none;
  padding: 0 0 20px;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  div
  button {
  padding: 30px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c4c6af;
  cursor: pointer;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  div
  button
  span {
  position: relative;
  padding-top: 100px;
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.35px;
  padding-bottom: 0;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  .wc-block-components-panel__content
  .wc-block-components-order-summary__content
  .wc-block-components-order-summary-item {
  border-bottom: 1px solid #c4c6af;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  .wc-block-components-panel__content
  .wc-block-components-order-summary__content
  .wc-block-components-order-summary-item:last-child {
  border: none;
  padding-bottom: 20px;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  .wc-block-components-panel__content
  .wc-block-components-order-summary__content
  .wc-block-components-order-summary-item
  .wc-block-components-order-summary-item__image
  .wc-block-components-order-summary-item__quantity {
  padding: 0;
  background: #004f2b;
  color: #fff;
  box-shadow: none;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  .wc-block-components-panel__content
  .wc-block-components-order-summary__content
  .wc-block-components-order-summary-item
  .wc-block-components-order-summary-item__description
  .wc-block-components-product-name {
  color: #004f2b;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  .wc-block-components-panel__content
  .wc-block-components-order-summary__content
  .wc-block-components-order-summary-item
  .wc-block-components-order-summary-item__description
  .price
  .wc-block-components-order-summary-item__individual-price {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  .wc-block-components-panel__content
  .wc-block-components-order-summary__content
  .wc-block-components-order-summary-item
  .wc-block-components-order-summary-item__description
  .wc-block-components-product-metadata__description {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  .wc-block-components-panel__content
  .wc-block-components-order-summary__content
  .wc-block-components-order-summary-item
  .wc-block-components-order-summary-item__description
  .wc-block-components-product-details {
  background: #c4c6af;
  padding: 10px 5px;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  .wc-block-components-panel__content
  .wc-block-components-order-summary__content
  .wc-block-components-order-summary-item
  .wc-block-components-order-summary-item__description
  .wc-block-components-product-details
  li,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  .wc-block-components-panel__content
  .wc-block-components-order-summary__content
  .wc-block-components-order-summary-item
  .wc-block-components-order-summary-item__description
  .wc-block-components-product-details
  span {
  color: #004f2b;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  .wc-block-components-panel__content
  .wc-block-components-order-summary__content
  .wc-block-components-order-summary-item
  .wc-block-components-order-summary-item__description
  .wc-block-components-product-details
  li
  .wc-block-components-product-details__name,
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  .wc-block-components-panel__content
  .wc-block-components-order-summary__content
  .wc-block-components-order-summary-item
  .wc-block-components-order-summary-item__description
  .wc-block-components-product-details
  span
  .wc-block-components-product-details__name {
  font-weight: 600;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-cart-items-block
  .wc-block-components-order-summary.wc-block-components-panel
  .wc-block-components-panel__content
  .wc-block-components-order-summary__content
  .wc-block-components-order-summary-item
  .wc-block-components-order-summary-item__total-price {
  color: #004f2b;
  font-size: 16px;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  display: none;
  padding: 20px 0 20px;
  width: 90%;
  margin: 20px auto;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-coupon-form-block
  .wc-block-components-totals-coupon
  .wc-block-components-totals-coupon-link {
  background: #004f2b;
  color: #fff;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
  width: calc(100% - 4px);
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #004f2b;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-coupon-form-block
  .wc-block-components-totals-coupon
  .wc-block-components-totals-coupon-link:hover {
  background: #89c54e;
  color: #004f2b;
  border: 2px solid #89c54e;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-coupon-form-block
  .wc-block-components-totals-coupon
  .wc-block-components-totals-coupon__content
  form
  button {
  background: #004f2b;
  color: #fff;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 5px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #004f2b;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-coupon-form-block
  .wc-block-components-totals-coupon
  .wc-block-components-totals-coupon__content
  form
  button:hover {
  background: #89c54e;
  color: #004f2b;
  border: 2px solid #89c54e;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-totals-block {
  display: none;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-totals-block
  .wc-block-components-totals-item
  .wc-block-components-totals-item__label {
  color: #004f2b;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-totals-block
  .wc-block-components-totals-item
  .wc-block-components-totals-item__value {
  color: #004f2b;
  font-family: "Familjen Grotesk", sans-serif;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-totals-wrapper {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-totals-wrapper:last-child {
  display: none;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-footer-item {
  display: none;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-totals-wrapper
  .wc-block-components-order-summary.wc-block-components-panel {
  padding-left: 0;
  padding-right: 0;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-item
  .wc-block-components-totals-item__label {
  color: #004f2b;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-item
  .wc-block-components-totals-item__value {
  color: #004f2b;
  font-family: "Familjen Grotesk", sans-serif;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wc-block-checkout__order-notes {
  padding: 0;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wc-block-checkout__order-notes
  .wc-block-checkout__add-note {
  margin: 0;
  padding-top: 0;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wc-block-checkout__order-notes
  .wc-block-components-checkbox {
  margin: 0;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wc-block-checkout__order-notes
  span {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block
  * {
  color: #004f2b;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wc-block-checkout__actions_row {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-return-to-cart-button {
  color: #004f2b;
  display: none;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wc-block-checkout__actions_row
  button {
  background: #004f2b;
  color: #fff;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
  width: calc(100% - 4px);
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #004f2b;
  padding: 0;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wc-block-checkout__actions_row
  button
  span {
  width: 100%;
  height: 100%;
  line-height: 44px;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wc-block-checkout__actions_row
  button
  span
  div {
  justify-content: center;
}
body.bg-colour
  .wc-block-components-sidebar-layout.wc-block-checkout
  .wc-block-checkout__actions_row
  button:hover {
  background: #89c54e;
  color: #004f2b;
  border: 2px solid #89c54e;
}
.thankyou-message-wrapper {
  height: 50vh;
  min-height: 580px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  max-width: 1650px;
}
.thankyou-message-wrapper h2.thankyou-message {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.35px;
  margin-bottom: 15px;
}
.thankyou-message-wrapper p.thankyou-message {
  display: block;
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (min-width: 1200px) {
  body.bg-colour .wc-block-components-sidebar-layout.wc-block-checkout {
    grid-template-columns: 8fr 4fr;
    grid-column-gap: 40px;
    grid-template-areas: "details items";
    padding: 30px 5%;
    box-sizing: border-box;
  }
  body.bg-colour
    .wc-block-components-sidebar-layout.wc-block-checkout
    .wp-block-woocommerce-checkout-fields-block {
    border-top: none;
    width: 95%;
    margin: 0 0 0 auto;
  }
  body.bg-colour
    .wc-block-components-sidebar-layout.wc-block-checkout
    .wp-block-woocommerce-checkout-fields-block
    .wc-block-checkout__contact-fields
    .wc-block-components-checkout-step__heading
    h2,
  body.bg-colour
    .wc-block-components-sidebar-layout.wc-block-checkout
    .wp-block-woocommerce-checkout-fields-block
    .wc-block-checkout__shipping-fields
    .wc-block-components-checkout-step__heading
    h2,
  body.bg-colour
    .wc-block-components-sidebar-layout.wc-block-checkout
    .wp-block-woocommerce-checkout-fields-block
    .wc-block-checkout__shipping-option
    .wc-block-components-checkout-step__heading
    h2,
  body.bg-colour
    .wc-block-components-sidebar-layout.wc-block-checkout
    .wp-block-woocommerce-checkout-fields-block
    .wc-block-checkout__payment-method
    .wc-block-components-checkout-step__heading
    h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  body.bg-colour
    .wc-block-components-sidebar-layout.wc-block-checkout
    .wp-block-woocommerce-checkout-totals-block
    .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  body.bg-colour
    .wc-block-components-sidebar-layout.wc-block-checkout
    .wp-block-woocommerce-checkout-totals-block
    .wp-block-woocommerce-checkout-order-summary-cart-items-block {
    border: none;
    padding: 0 0 20px;
  }
  body.bg-colour
    .wc-block-components-sidebar-layout.wc-block-checkout
    .wp-block-woocommerce-checkout-totals-block
    .wp-block-woocommerce-checkout-order-summary-cart-items-block
    .wc-block-components-order-summary.wc-block-components-panel
    div
    button
    span {
    font-size: 30px;
  }
  body.bg-colour
    .wc-block-components-sidebar-layout.wc-block-checkout
    .wp-block-woocommerce-checkout-totals-block
    .wc-block-components-totals-wrapper {
    width: 100%;
    margin: 0;
  }
}
body.woocommerce-shop .woocommerce-shop-page main#main,
body.tax-product_cat .woocommerce-shop-page main#main,
body.woocommerce-attribute-page .woocommerce-shop-page main#main {
  padding: 50px 0;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  transform: translateX(-100%);
  transition: 400ms;
  background-color: #efe0cc;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter {
  border-bottom: 2px solid rgba(0, 79, 43, 0.2196078431);
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown {
  border: none !important;
  padding: 15px;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown.open,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown.open,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown.open {
  box-shadow: none !important;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-label,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-label,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-label {
  line-height: 20px !important;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  .search-field-container
  input,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  .search-field-container
  input,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  .search-field-container
  input {
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 10px;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  .search-field-container
  input:focus,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  .search-field-container
  input:focus,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  .search-field-container
  input:focus {
  outline-color: rgba(0, 0, 0, 0);
  border-color: #0d0d0d;
  box-shadow: none;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  .search-field-container::after,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  .search-field-container::after,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  .search-field-container::after {
  top: 0 !important;
  bottom: 0;
  right: 10px !important;
  margin: auto;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  .show-more,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  .show-more,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  .show-more {
  color: #004f2b;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  ul.matching-items.filter-items::-webkit-scrollbar-thumb,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  ul.matching-items.filter-items::-webkit-scrollbar-thumb,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  ul.matching-items.filter-items::-webkit-scrollbar-thumb {
  background: #004f2b;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  ul.matching-items.filter-items
  li
  label
  a,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  ul.matching-items.filter-items
  li
  label
  a,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .yith-wcan-filter
  .yith-wcan-dropdown
  .dropdown-wrapper
  ul.matching-items.filter-items
  li
  label
  a {
  color: #0d0d0d;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding-left: 5px;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
  background: #0d0d0d;
  color: #fff;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced:hover,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced:hover,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced:hover {
  background: #89c54e;
  color: #004f2b;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .close,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .close,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters
  .close {
  width: 90%;
  margin: 20px auto 50px;
  display: flex;
  justify-content: end;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters.active,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters.active,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .yith-wcan-filters.active {
  transform: translateX(0);
}
body.woocommerce-shop .woocommerce-shop-page main#main .filter_sec form,
body.tax-product_cat .woocommerce-shop-page main#main .filter_sec form,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  form {
  width: 90%;
  margin: 0 auto 50px;
}
body.woocommerce-shop .woocommerce-shop-page main#main .filter_sec .filter_btn,
body.tax-product_cat .woocommerce-shop-page main#main .filter_sec .filter_btn,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .filter_btn {
  display: flex;
  justify-content: end;
  margin: 0 0 15px;
  cursor: pointer;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  .filter_btn
  svg,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  .filter_btn
  svg,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  .filter_btn
  svg {
  height: 30px;
  width: 30px;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  .filter_sec
  button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  .filter_sec
  button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  .filter_sec
  button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
  background: rgba(0, 0, 0, 0);
  border: unset;
  padding: 0;
  color: #0d0d0d;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 19.757px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.93px;
  text-decoration-line: underline;
  text-underline-position: under;
}
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  nav.woocommerce-breadcrumb,
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  header.woocommerce-products-header,
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  p.woocommerce-result-count,
body.woocommerce-shop
  .woocommerce-shop-page
  main#main
  form.woocommerce-ordering,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  nav.woocommerce-breadcrumb,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  header.woocommerce-products-header,
body.tax-product_cat
  .woocommerce-shop-page
  main#main
  p.woocommerce-result-count,
body.tax-product_cat .woocommerce-shop-page main#main form.woocommerce-ordering,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  nav.woocommerce-breadcrumb,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  header.woocommerce-products-header,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  p.woocommerce-result-count,
body.woocommerce-attribute-page
  .woocommerce-shop-page
  main#main
  form.woocommerce-ordering {
  display: none;
}
@media screen and (min-width: 768px) {
  body.woocommerce-shop .woocommerce-shop-page main#main,
  body.tax-product_cat .woocommerce-shop-page main#main,
  body.woocommerce-attribute-page .woocommerce-shop-page main#main {
    display: grid;
    grid-template-columns: 215px 1fr 200px;
    grid-template-rows: 30px 80px auto 50px 1fr;
    grid-column-gap: 40px;
  }
  body.woocommerce-shop .woocommerce-shop-page main#main .products.columns-4,
  body.tax-product_cat .woocommerce-shop-page main#main .products.columns-4,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    .products.columns-4 {
    grid-template-rows: max-content;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    .products.columns-4
    .products
    li.product,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    .products.columns-4
    .products
    li.product,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    .products.columns-4
    .products
    li.product {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 40px;
    height: max-content;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    nav.woocommerce-breadcrumb,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    nav.woocommerce-breadcrumb,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    nav.woocommerce-breadcrumb {
    grid-column: 1/3;
    grid-row: 1;
    display: block;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    header.woocommerce-products-header,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    header.woocommerce-products-header,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    header.woocommerce-products-header {
    grid-column: 1/3;
    grid-row: 2;
    display: block;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    .woocommerce-notices-wrapper,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    .woocommerce-notices-wrapper,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    .woocommerce-notices-wrapper {
    grid-column: 1/3;
    grid-row: 3;
    display: block;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    p.woocommerce-result-count,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    p.woocommerce-result-count,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    p.woocommerce-result-count {
    grid-column: 2;
    grid-row: 4;
    display: block;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    form.woocommerce-ordering,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    form.woocommerce-ordering,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    form.woocommerce-ordering {
    grid-column: 3;
    grid-row: 4;
    display: block;
  }
  body.woocommerce-shop .woocommerce-shop-page main#main .filter_sec,
  body.tax-product_cat .woocommerce-shop-page main#main .filter_sec,
  body.woocommerce-attribute-page .woocommerce-shop-page main#main .filter_sec {
    position: relative;
    grid-column: 1;
    grid-row: 5;
    height: max-content;
    z-index: 1;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    .filter_sec
    .filter_btn,
  body.tax-product_cat .woocommerce-shop-page main#main .filter_sec .filter_btn,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    .filter_sec
    .filter_btn {
    display: none;
  }
  body.woocommerce-shop .woocommerce-shop-page main#main .filter_sec form,
  body.tax-product_cat .woocommerce-shop-page main#main .filter_sec form,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    .filter_sec
    form {
    width: 100%;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters {
    background: rgba(0, 0, 0, 0);
    position: relative;
    height: max-content;
    transform: translateX(0);
    padding: 0;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter {
    margin-bottom: 15px;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .filter-title,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .filter-title,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .filter-title {
    color: #0d0d0d;
    font-family: "Inter", sans-serif;
    font-size: 20.41px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.3px;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .yith-wcan-dropdown,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .yith-wcan-dropdown,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .yith-wcan-dropdown {
    border: none !important;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .yith-wcan-dropdown.open,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .yith-wcan-dropdown.open,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .yith-wcan-dropdown.open {
    box-shadow: none !important;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .yith-wcan-dropdown
    .dropdown-label,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .yith-wcan-dropdown
    .dropdown-label,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .yith-wcan-dropdown
    .dropdown-label {
    color: #0d0d0d;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-size: 11.438px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .yith-wcan-dropdown
    .dropdown-wrapper
    .search-field-container:after,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .yith-wcan-dropdown
    .dropdown-wrapper
    .search-field-container:after,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    .filter_sec
    .yith-wcan-filters
    .yith-wcan-filter
    .yith-wcan-dropdown
    .dropdown-wrapper
    .search-field-container:after {
    height: 20px;
    right: 4px;
    top: 4px;
    width: 20px;
  }
  body.woocommerce-shop .woocommerce-shop-page main#main ul.products.columns-4,
  body.tax-product_cat .woocommerce-shop-page main#main ul.products.columns-4,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    ul.products.columns-4 {
    grid-column: 2/4;
    grid-row: 5;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    ul.products.columns-4
    li.product,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    ul.products.columns-4
    li.product,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    ul.products.columns-4
    li.product {
    width: 100% !important;
    display: grid;
    margin: 0 !important;
    grid-template-rows: auto 1fr;
    grid-row-gap: 20px;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    ul.products.columns-4
    li.product
    h2,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    ul.products.columns-4
    li.product
    h2,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    ul.products.columns-4
    li.product
    h2 {
    padding: 0px;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination {
    display: flex;
    grid-column: 2/4;
    grid-row: 6;
    justify-content: flex-end;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination
    ul
    a,
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination
    ul
    li
    a,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination
    ul
    a,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination
    ul
    li
    a,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination
    ul
    a,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination
    ul
    li
    a {
    color: #004f2b;
    opacity: 0.5;
  }
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination
    ul
    span.current,
  body.woocommerce-shop
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination
    ul
    li
    span.current,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination
    ul
    span.current,
  body.tax-product_cat
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination
    ul
    li
    span.current,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination
    ul
    span.current,
  body.woocommerce-attribute-page
    .woocommerce-shop-page
    main#main
    nav.woocommerce-pagination
    ul
    li
    span.current {
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  body.woocommerce-shop .woocommerce-shop-page main#main,
  body.tax-product_cat .woocommerce-shop-page main#main,
  body.woocommerce-attribute-page .woocommerce-shop-page main#main {
    grid-template-columns: 315px 1fr 200px;
    grid-column-gap: 80px;
  }
}
form#yith-wcwl-form {
  width: 90%;
  margin: 0 auto;
  max-width: 1650px;
  padding: 50px 0;
}
form#yith-wcwl-form .wishlist-title-container h2 {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.35px;
}
form#yith-wcwl-form .wishlist-empty {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
  color: #004f2b;
  text-align: left;
  font-family: "Inter", sans-serif;
  grid-column: 1/-1;
}
form#yith-wcwl-form .shop_table.traditional.responsive {
  border: none;
}
form#yith-wcwl-form .shop_table.traditional.responsive thead {
  display: none;
}
form#yith-wcwl-form .shop_table.traditional.responsive tbody {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  border: none;
}
form#yith-wcwl-form .shop_table.traditional.responsive tbody tr {
  display: grid;
  border: none;
  grid-row-gap: 10px;
}
form#yith-wcwl-form .shop_table.traditional.responsive tbody tr td {
  border: none;
  padding: 0;
}
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-thumbnail {
  min-width: 100%;
  height: 100%;
  display: block !important;
  box-sizing: border-box;
  font-weight: 200;
  margin: 0 !important;
  overflow: hidden;
  display: block;
  max-height: 225px;
}
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-thumbnail
  a {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-thumbnail
  a
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-name
  a {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: block;
  line-height: 17.53px;
  text-decoration: none;
}
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-name
  dl {
  opacity: 0;
  overflow: hidden;
  height: 0;
}
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-remove {
  z-index: 3;
  width: 30px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-remove
  div
  a {
  font-size: 20px;
  color: rgba(0, 0, 0, 0) !important;
}
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-remove
  div
  a:hover {
  background: none;
}
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-remove
  div
  a::after {
  position: absolute;
  content: "";
  inset: 0;
  font-family: "Font Awesome 5 Free";
  margin: auto;
  color: #004f2b;
}
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-stock-status {
  position: relative;
  padding-left: 50px;
  box-sizing: border-box;
  text-align: left;
}
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-stock-status::before {
  color: #004f2b;
  padding: 3px 0;
  content: "Stock:";
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  font-weight: 700;
  margin: auto;
  position: absolute;
  line-height: 13px;
}
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-stock-status
  span.wishlist-out-of-stock {
  padding: 3px 5px;
  background: maroon;
  color: #fff;
}
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-stock-status
  span.wishlist-in-stock {
  background: #89c54e;
  color: #004f2b;
  padding: 3px 5px;
}
form#yith-wcwl-form .shop_table.traditional.responsive tbody tr .product-price,
form#yith-wcwl-form
  .shop_table.traditional.responsive
  tbody
  tr
  .product-add-to-cart {
  display: none;
}
form#yith-wcwl-form ul.shop_table.cart.wishlist_table {
  padding: 0;
}
form#yith-wcwl-form ul.shop_table.cart.wishlist_table li {
  margin-bottom: 30px;
}
form#yith-wcwl-form ul.shop_table.cart.wishlist_table li .item-wrapper {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: 225px auto;
  grid-row-gap: 20px;
  box-sizing: border-box;
  margin: 0 !important;
  width: 100%;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .item-wrapper
  .product-thumbnail {
  min-width: 100%;
  height: 100%;
  display: block !important;
  box-sizing: border-box;
  font-weight: 200;
  margin: 0 !important;
  overflow: hidden;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .item-wrapper
  .product-thumbnail
  a {
  display: block;
  height: 100%;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .item-wrapper
  .product-thumbnail
  a
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .item-wrapper
  .item-details-table {
  display: none;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .item-wrapper
  .item-details {
  width: 100%;
  grid-row: 2;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .item-wrapper
  .item-details
  a {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: block;
  line-height: 17.53px;
  text-decoration: none;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .item-wrapper
  .item-details
  table.item-details-table {
  width: 100%;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .item-wrapper
  .item-details
  table.item-details-table
  tr {
  display: grid;
  grid-template-columns: auto 1fr;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .item-wrapper
  .item-details
  table.item-details-table
  tr
  td {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.94px;
  padding: 0 !important;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .item-wrapper
  .item-details
  table.item-details-table
  tr
  td.value {
  text-align: right;
  width: 100%;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .additional-info-wrapper {
  position: relative;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .additional-info-wrapper
  .additional-info
  tbody
  tr
  td.label {
  color: #004f2b;
  padding: 3px 0;
  width: 0;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .additional-info-wrapper
  .additional-info
  tbody
  tr
  td.value
  .wishlist-in-stock {
  padding: 3px 5px;
  background: #89c54e;
  color: #004f2b;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .additional-info-wrapper
  .additional-info
  tbody
  tr
  td.value
  .wishlist-out-of-stock {
  background: maroon;
  color: #fff;
  padding: 3px 5px;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .additional-info-wrapper
  .product-add-to-cart {
  display: none;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .additional-info-wrapper
  .product-remove {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  margin: auto;
}
form#yith-wcwl-form
  ul.shop_table.cart.wishlist_table
  li
  .additional-info-wrapper
  .product-remove
  a
  i {
  color: #004f2b;
}
@media screen and (min-width: 450px) {
  form#yith-wcwl-form ul.shop_table.cart.wishlist_table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 22px;
    padding-right: 0;
    max-height: unset;
    overflow: unset;
  }
  form#yith-wcwl-form .shop_table.traditional.responsive tbody {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 22px;
  }
}
@media screen and (min-width: 768px) {
  form#yith-wcwl-form ul.shop_table.cart.wishlist_table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  form#yith-wcwl-form .shop_table.traditional.responsive tbody {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  form#yith-wcwl-form ul.shop_table.cart.wishlist_table {
    grid-template-columns: repeat(4, 1fr);
  }
  form#yith-wcwl-form ul.shop_table.cart.wishlist_table li .item-wrapper {
    grid-template-rows: 300px auto;
  }
  form#yith-wcwl-form ul.shop_table.cart.wishlist_table li .item-wrapper a {
    height: 100%;
    width: 100%;
  }
  form#yith-wcwl-form .shop_table.traditional.responsive tbody {
    grid-template-columns: repeat(4, 1fr);
  }
  form#yith-wcwl-form
    .shop_table.traditional.responsive
    tbody
    tr
    .product-thumbnail {
    max-height: 300px;
  }
}
@media screen and (min-width: 1500px) {
  form#yith-wcwl-form ul.shop_table.cart.wishlist_table {
    grid-template-columns: repeat(5, 1fr);
  }
  form#yith-wcwl-form .shop_table.traditional.responsive tbody {
    grid-template-columns: repeat(5, 1fr);
  }
}
html body #yith-wcwl-popup-message {
  padding: 0;
  width: 90%;
  margin: auto !important;
  left: 0;
  right: 0;
  max-width: 300px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  bottom: 30px;
  font-family: "Inter", sans-serif;
  top: auto;
  color: #004f2b;
  height: fit-content;
}
@media screen and (min-width: 992px) {
  tbody.wishlist-items-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    box-sizing: border-box;
    width: 100%;
  }
}
.woocommerce-cart thead {
  display: none;
}
.woocommerce-cart .wc-block-components-sidebar-layout {
  width: 90%;
  max-width: 1650px;
  margin: 50px auto !important;
}
.woocommerce-cart .wc-block-components-sidebar-layout tbody {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.woocommerce-cart .wc-block-components-sidebar-layout tbody::-webkit-scrollbar {
  width: 2px;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tbody::-webkit-scrollbar-track {
  background: rgba(0, 79, 43, 0.2117647059);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tbody::-webkit-scrollbar-thumb {
  background: #004f2b;
  border-radius: 0px;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row {
  display: grid;
  grid-template-columns: 1fr 90px !important;
  grid-template-rows: auto auto;
  grid-gap: 20px;
  box-sizing: border-box;
  padding-right: 10px;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row
  td.wc-block-cart-item__image {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row
  td.wc-block-cart-item__image
  a {
  display: flex;
  height: 100%;
  width: 100%;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row
  td.wc-block-cart-item__image
  a
  img {
  width: 100%;
  height: 100%;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row
  td.wc-block-cart-item__product {
  grid-column: 1/3;
  grid-row: 2;
  display: block;
  width: 100%;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row
  td.wc-block-cart-item__product
  a.wc-block-components-product-name {
  color: #004f2b;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row
  td.wc-block-cart-item__product
  span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
  color: #004f2b;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row
  td.wc-block-cart-item__product
  .wc-block-components-product-metadata
  .wc-block-components-product-metadata__description {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row
  td.wc-block-cart-item__product
  .wc-block-components-product-metadata
  .wc-block-components-product-details.wc-block-components-product-details {
  background: #c4c6af;
  padding: 10px 5px !important;
  display: block;
  box-sizing: border-box;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row
  td.wc-block-cart-item__product
  .wc-block-components-product-metadata
  .wc-block-components-product-details.wc-block-components-product-details
  li {
  color: #004f2b;
  display: grid;
  grid-template-columns: auto 1fr;
  height: max-content;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row
  td.wc-block-cart-item__product
  .wc-block-components-product-metadata
  .wc-block-components-product-details.wc-block-components-product-details
  li
  span.wc-block-components-product-details__name {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row
  td.wc-block-cart-item__product
  .wc-block-components-product-metadata
  .wc-block-components-product-details.wc-block-components-product-details
  li
  span.wc-block-components-product-details__value {
  display: block;
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 5px 5px;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row
  td.wc-block-cart-item__total {
  grid-column: 2;
  grid-row: 1;
  padding: 0;
  border-top: unset;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  tr.wc-block-cart-items__row
  td.wc-block-cart-item__total
  span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
  color: #004f2b;
  font-size: 16px;
  font-weight: 800;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block {
  background: #004f2b;
  box-sizing: border-box;
  padding: 20px;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  span.wc-block-components-totals-item__label,
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  .wc-block-components-totals-shipping
  .wc-block-components-shipping-address {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  a#wc-block-components-totals-shipping__change-address__link,
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  a.wc-block-components-totals-coupon-link {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  .wp-block-woocommerce-cart-order-summary-totals-block
  .wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper
  .wc-block-components-totals-shipping
  .wc-block-components-totals-item
  .wc-block-components-totals-item__description
  .wc-block-components-totals-item__description.wc-block-components-totals-shipping__via {
  color: beige;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  .wp-block-woocommerce-cart-order-summary-totals-block
  .wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper
  .wc-block-components-totals-shipping
  .wc-block-components-totals-item
  .wc-block-components-totals-item__description
  a#wc-block-components-totals-shipping__change-address__link {
  margin-top: 15px;
  display: block;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  .wp-block-woocommerce-cart-order-summary-totals-block
  .wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper
  .wc-block-components-totals-shipping
  fieldset.wc-block-components-totals-shipping__fieldset
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked:before {
  background: #004f2b;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  .wp-block-woocommerce-cart-order-summary-totals-block
  .wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper
  .wc-block-components-totals-shipping
  fieldset.wc-block-components-totals-shipping__fieldset
  .wc-block-components-radio-control__option-layout {
  color: beige;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  form#wc-block-components-totals-coupon__form
  input#wc-block-components-totals-coupon__input-0 {
  background: #004f2b;
  border-radius: 0;
  border-color: #efe0cc;
  border: 2px solid;
  color: #efe0cc;
  height: 50px;
  line-height: 50px;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  form#wc-block-components-totals-coupon__form
  label {
  color: #efe0cc;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  form#wc-block-components-totals-coupon__form
  button.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  background: #efe0cc;
  color: #004f2b;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 5px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #efe0cc;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  form#wc-block-components-totals-coupon__form
  button.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover {
  background: #004f2b;
  color: #efe0cc;
  border-color: #efe0cc;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  .wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper,
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  display: none;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  .wc-block-components-totals-wrapper {
  border-top: 1px solid rgba(236, 223, 203, 0.5019607843);
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  .wc-block-components-totals-item.wc-block-components-totals-footer-item {
  align-items: center;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wp-block-woocommerce-cart-order-summary-block
  .wc-block-components-totals-item.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__value
  span {
  color: #efe0cc;
}
.woocommerce-cart
  .wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
  background-color: #004f2b;
  padding: 25px 0;
}
.woocommerce-cart
  .wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block
  a {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  width: 90%;
  margin: 0 5%;
  background: #89c54e;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
}
@media screen and (min-width: 576px) {
  .woocommerce-cart
    .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    margin: 0 auto;
    width: 100%;
  }
  .woocommerce-cart .wc-block-components-sidebar-layout {
    grid-template-columns: 100% !important;
    padding-right: 10px;
  }
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    tr.wc-block-cart-items__row {
    grid-template-columns: minmax(150px, 250px) 1fr !important;
    grid-template-rows: 20px auto;
    padding: 20px 0;
    border-right: 0px solid #000;
    border-bottom: 1px solid #000;
  }
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    tr.wc-block-cart-items__row
    td.wc-block-cart-item__image {
    grid-column: 1 !important;
    grid-row: 1/3 !important;
    padding: 0;
    margin: 0 !important;
  }
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    tr.wc-block-cart-items__row
    td.wc-block-cart-item__image
    a
    img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
  }
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    tr.wc-block-cart-items__row
    td.wc-block-cart-item__product {
    grid-column: 2/3 !important;
    grid-row: 2 !important;
    padding: 0;
    margin: 0 !important;
    border: 0;
  }
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    grid-column: 3;
    width: 500px;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce-cart .wc-block-components-sidebar-layout {
    display: grid;
    grid-template-columns: 1fr 365px !important;
    max-height: unset;
    overflow-y: unset;
    overflow-x: unset;
  }
  .woocommerce-cart .wc-block-components-sidebar-layout table,
  .woocommerce-cart .wc-block-components-sidebar-layout tbody {
    border: none !important;
  }
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    tr.wc-block-cart-items__row {
    display: grid;
    grid-template-columns: minmax(150px, 250px) 0px 1fr !important;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2039215686);
    border-right: 1px solid rgba(0, 0, 0, 0.2039215686);
    padding-right: 20px;
  }
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    tr.wc-block-cart-items__row
    td.wc-block-cart-item__total {
    grid-column: 3;
    margin: 0px;
  }
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    tr.wc-block-cart-items__row
    td.wc-block-cart-item__total
    .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: baseline;
  }
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    tr.wc-block-cart-items__row
    td.wc-block-cart-item__product {
    grid-column: 3 !important;
    padding: 0px;
  }
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    grid-column: 2;
    width: 300px;
    margin: auto;
    position: sticky;
    top: 100px;
    margin-top: 0;
    grid-row: 1;
    right: 0;
  }
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block
    .wc-block-components-totals-wrapper {
    border-top: 1px solid rgba(236, 223, 203, 0.5019607843);
  }
  .woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar {
    margin-top: 0;
    grid-column: 3;
    width: 100%;
  }
  .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large
    .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    tr.wc-block-cart-items__row {
    display: grid;
    grid-template-columns: 260px 1fr;
  }
}
.wp-block-woocommerce-empty-cart-block {
  padding: 100px 0;
}
.wp-block-woocommerce-empty-cart-block
  h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
  position: relative;
  padding-top: 100px;
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.35px;
  padding-bottom: 0;
}
.wp-block-woocommerce-empty-cart-block
  h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title::after {
  content: "" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  position: absolute;
  inset: 30px 0 auto 0;
  font-size: 60px !important;
  width: 80px;
  height: 30px;
  margin: auto;
  color: #004f2b;
  transition: all 0.4s ease;
  line-height: 32px;
}
.wp-block-woocommerce-empty-cart-block
  h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title::before {
  display: none !important;
}
.wp-block-woocommerce-empty-cart-block
  .wp-block-separator.has-alpha-channel-opacity.is-style-dots {
  padding: 50px 0;
}
.wp-block-woocommerce-empty-cart-block
  .wp-block-separator.has-alpha-channel-opacity.is-style-dots::before {
  color: #004f2b;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading.has-text-align-center {
  position: relative;
  padding-bottom: 100px;
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.35px;
}
.wp-block-woocommerce-empty-cart-block
  .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns
  .wc-block-grid__products {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.wp-block-woocommerce-empty-cart-block
  .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns
  .wc-block-grid__products
  li
  .product_thumbnail_wrapper {
  margin: 0 auto 0 0;
}
.wp-block-woocommerce-empty-cart-block
  .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns
  .wc-block-grid__products
  li
  .product_thumbnail_wrapper
  img {
  margin: 0;
  width: 100%;
}
.wp-block-woocommerce-empty-cart-block
  .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns
  .wc-block-grid__products
  li
  a {
  text-decoration: none;
}
.wp-block-woocommerce-empty-cart-block
  .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns
  .wc-block-grid__products
  li
  a
  .wc-block-grid__product-title {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 0;
  line-height: 20px;
  text-decoration: none;
  text-align: left;
}
.wp-block-woocommerce-empty-cart-block
  .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns
  .wc-block-grid__products
  li
  .price,
.wp-block-woocommerce-empty-cart-block
  .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns
  .wc-block-grid__products
  li
  a.button,
.wp-block-woocommerce-empty-cart-block
  .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns
  .wc-block-grid__products
  li
  .wp-block-button.wc-block-grid__product-add-to-cart {
  display: none;
}
.finishes {
  background-color: #004f2b;
  padding: 20px 0;
  margin: 30px 0;
}
.finishes .container {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 100%;
}
.finishes .finishes_ins {
  grid-column: 1;
  max-height: 500px;
  overflow-y: auto;
}
.finishes .finishes_ins h2 {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 48.92px;
}
.finishes .finishes_ins table {
  margin: 20px 0;
  border-collapse: collapse;
  max-height: 500px;
  overflow-y: scroll;
  width: 100%;
}
.finishes .finishes_ins table thead {
  display: table-header-group;
}
.finishes .finishes_ins table thead tr {
  border-bottom: 1px solid rgba(239, 224, 204, 0.2392156863);
}
.finishes .finishes_ins table thead tr th {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  padding: 10px;
  line-height: 22px;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #397252;
}
.finishes .finishes_ins table tbody tr {
  border-bottom: 1px solid rgba(239, 224, 204, 0.2392156863);
}
.finishes .finishes_ins table tbody tr:nth-child(even) {
  background: rgba(239, 224, 204, 0.0745098039);
}
.finishes .finishes_ins table tbody tr td {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  padding: 10px;
  line-height: 22px;
  border-right: 1px solid rgba(239, 224, 204, 0.2392156863);
}
.finishes .finishes_ins table tbody tr td:first-child {
  border-left: 1px solid rgba(239, 224, 204, 0.2392156863);
}
.finishes .download {
  grid-column: 1;
}
.finishes .download h2 {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 48.92px;
  margin-bottom: 20px;
}
.finishes .download .catalogs {
  display: flex;
  flex-direction: column;
}
.finishes .download .catalogs .dwl_btn {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 3;
  letter-spacing: 0.32px;
  border-bottom: 1px solid #efe0cc;
  display: flex;
  align-items: center;
  justify-content: start;
  text-decoration: none;
  padding: 0 20px;
}
.finishes .download .catalogs .dwl_btn span {
  line-height: 1;
  margin: 25px 0;
}
.finishes .download .catalogs .dwl_btn svg {
  margin-right: 15px;
}
.finishes .download .catalogs .dwl_btn:first-child {
  border-top: 1px solid #efe0cc;
}
@media screen and (min-width: 1200px) {
  .finishes .container {
    grid-template-columns: 50% 50%;
  }
  .finishes .download {
    grid-column: 2;
  }
}
.woocommerce.single-product {
  padding-top: 120px;
}
.woocommerce.single-product .woocommerce-breadcrumb {
  margin-bottom: 30px;
}
.woocommerce.single-product div.product .images,
.woocommerce.single-product div.product .woo-product-gallery-slider {
  height: 300px;
  overflow: hidden;
  margin: 0 0 20px 0 !important;
}
.woocommerce.single-product div.product .images .slick-slider,
.woocommerce.single-product
  div.product
  .woo-product-gallery-slider
  .slick-slider {
  height: 100%;
}
.woocommerce.single-product div.product .images .slick-slider div,
.woocommerce.single-product
  div.product
  .woo-product-gallery-slider
  .slick-slider
  div {
  height: 100%;
}
.woocommerce.single-product
  div.product
  .images
  .slick-slider
  div
  .attachment-shop_single,
.woocommerce.single-product
  div.product
  .woo-product-gallery-slider
  .slick-slider
  div
  .attachment-shop_single {
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.woocommerce.single-product div.product .images .slick-slider div .zoomImg,
.woocommerce.single-product
  div.product
  .woo-product-gallery-slider
  .slick-slider
  div
  .zoomImg {
  height: auto;
}
.woocommerce.single-product div.product .summary.entry-summary {
  position: relative;
}
.woocommerce.single-product div.product .summary.entry-summary h1 {
  color: #004f2b;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  width: 80%;
  line-height: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.woocommerce.single-product div.product .summary.entry-summary .price,
.woocommerce.single-product div.product .summary.entry-summary .price span {
  color: #004f2b;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  margin: auto;
  width: 20px;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  .yith-wcwl-add-to-wishlist
  a,
.woocommerce.single-product
  div.product
  .summary.entry-summary
  .yith-wcwl-add-to-wishlist
  span {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  .yith-wcwl-add-to-wishlist
  a.delete_item
  i,
.woocommerce.single-product
  div.product
  .summary.entry-summary
  .yith-wcwl-add-to-wishlist
  span.delete_item
  i {
  color: red;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  .yith-wcwl-add-to-wishlist
  a
  i,
.woocommerce.single-product
  div.product
  .summary.entry-summary
  .yith-wcwl-add-to-wishlist
  span
  i {
  font-size: 20px;
  color: #004f2b;
  margin: 0 !important;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  .yith-wcwl-add-to-wishlist
  a
  span,
.woocommerce.single-product
  div.product
  .summary.entry-summary
  .yith-wcwl-add-to-wishlist
  span
  span {
  display: none;
}
.woocommerce.single-product div.product .summary.entry-summary form {
  margin-top: 20px;
  display: grid;
}
.woocommerce.single-product div.product .summary.entry-summary form table {
  padding-bottom: 40px;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody {
  position: relative;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr {
  display: grid;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.4s ease;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr:hover {
  background: rgba(217, 217, 217, 0.3098039216);
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr:first-child {
  border-top: 1px solid #d9d9d9;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .label {
  text-align: left;
  padding-left: 10px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .label::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 5px;
  border-right: 2px solid #0d0d0d;
  border-bottom: 2px solid #0d0d0d;
  height: 5px;
  transform: rotate(45deg);
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .label
  label {
  color: #0d0d0d;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .value {
  padding: 2px 0;
  margin-top: 10px;
  transition: all 0.4s ease;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .value.active {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .value
  .button-variable-wrapper {
  padding-left: 10px;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .value
  .button-variable-wrapper
  div {
  border-radius: 0;
  background: #004f2b;
  border: none;
  box-shadow: none !important;
  text-transform: uppercase;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .value
  .button-variable-wrapper
  div:hover,
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .value
  .button-variable-wrapper
  div.selected {
  background-color: #00b254 !important;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .value
  .button-variable-wrapper
  div:hover
  span,
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .value
  .button-variable-wrapper
  div.selected
  span {
  color: #efe0cc;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .value
  .button-variable-wrapper
  div
  span {
  color: #efe0cc;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .reset_variations {
  position: absolute;
  bottom: -40px;
  top: auto;
  left: 10px;
  text-transform: uppercase;
  right: auto;
  margin: auto;
  background: #004f2b;
  text-decoration: none;
  color: #efe0cc;
  transition: all 0.4s ease;
  padding: 0 10px;
  text-align: center;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .reset_variations:hover {
  background: #00b254;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .single_variation_wrap
  .woocommerce-variation-description {
  color: #004f2b;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .single_variation_wrap
  .wc-no-matching-variations.woocommerce-info {
  border: none;
  padding: 10px 15px;
  background: maroon;
  color: #fff;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .single_variation_wrap
  .wc-no-matching-variations.woocommerce-info::before {
  display: none;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .single_variation_wrap
  .woocommerce-variation-price {
  margin-bottom: 20px;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .single_variation_wrap
  .woocommerce-variation-price
  span {
  color: #004f2b;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .qib-button-wrapper {
  display: grid;
  grid-template-columns: 40px 60px 40px;
  width: 100%;
  justify-content: left;
  margin-bottom: 20px;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .qib-button-wrapper
  .minus.qib-button {
  border-left: 1px solid #004f2b;
  border-top: 1px solid #004f2b;
  border-bottom: 1px solid #004f2b;
  border-right: none;
  height: 40px;
  background: #efe0cc;
  text-align: center;
  font-size: 16px;
  color: #004f2b;
  transition: all 0.4s ease;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .qib-button-wrapper
  .minus.qib-button:hover {
  color: #efe0cc;
  background: #004f2b;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .qib-button-wrapper
  .quantity {
  height: 40px;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .qib-button-wrapper
  .quantity
  input {
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #004f2b;
  border-bottom: 1px solid #004f2b;
  background: #efe0cc;
  color: #004f2b;
  font-size: 16px;
  border-left: none;
  border-right: none;
  padding: 0;
  height: 40px;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .qib-button-wrapper
  .plus.qib-button {
  border-right: 1px solid #004f2b;
  border-top: 1px solid #004f2b;
  border-bottom: 1px solid #004f2b;
  border-left: none;
  height: 40px;
  background: #efe0cc;
  text-align: center;
  font-size: 16px;
  color: #004f2b;
  transition: all 0.4s ease;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .qib-button-wrapper
  .plus.qib-button:hover {
  color: #efe0cc;
  background: #004f2b;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .woocommerce-variation-add-to-cart {
  display: grid;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button,
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .single_add_to_cart_button {
  background: #004f2b;
  color: #fff;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  width: 90%;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #004f2b;
  padding: 0;
  border-radius: 0;
  border: none;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button:hover,
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .single_add_to_cart_button:hover {
  background: #89c54e;
  color: #004f2b;
  border: 2px solid #89c54e;
  border: none;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button::after,
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .single_add_to_cart_button::after {
  inset: 0 15px 0 auto;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .added_to_cart.wc-forward {
  background: #efe0cc;
  color: #004f2b;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
  width: 90%;
  max-width: 198px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #004f2b;
  padding: 0;
  border-radius: 0;
  margin: 20px 0 0 0;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  .added_to_cart.wc-forward:hover {
  background: #89c54e;
  color: #004f2b;
  border-color: #89c54e;
}
.woocommerce.single-product div.product .summary.entry-summary .product_meta {
  display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  ul.tabs {
  padding: 0;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  ul.tabs::before {
  border-color: #d9d9d9;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  ul.tabs
  li {
  border-radius: 0;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.0235294118);
  color: #004f2b;
  transition: all 0.4s ease;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  ul.tabs
  li::after,
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  ul.tabs
  li::before {
  display: none;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  ul.tabs
  li.active,
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  ul.tabs
  li:hover {
  margin-bottom: 1px;
  background: #d9d9d9;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  ul.tabs
  li.active
  a,
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  ul.tabs
  li:hover
  a {
  color: #0d0d0d;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  ul.tabs
  li
  a {
  display: block;
  transition: all 0.4s ease;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  .woocommerce-Tabs-panel
  h2 {
  color: #004f2b;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  width: 80%;
  line-height: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  .woocommerce-Tabs-panel
  p {
  color: #0d0d0d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  .woocommerce-Tabs-panel
  .woocommerce-product-attributes
  tbody
  tr
  th {
  text-align: left;
  color: #0d0d0d;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  .woocommerce-Tabs-panel
  .woocommerce-product-attributes
  tbody
  tr
  td,
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  .woocommerce-Tabs-panel
  .woocommerce-product-attributes
  tbody
  tr
  td
  a,
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  .woocommerce-Tabs-panel
  .woocommerce-product-attributes
  tbody
  tr
  td
  p {
  color: #0d0d0d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs.wc-tabs-wrapper
  .woocommerce-Tabs-panel
  .woocommerce-product-attributes
  tbody
  tr
  td {
  padding-left: 15px;
}
.woocommerce.single-product .related.products h2 {
  color: #004f2b;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.woocommerce.single-product .related.products .slick-slide {
  margin: 0 10px;
}
.woocommerce.single-product .related.products .slick-list {
  margin: 0 -10px;
}
.woocommerce.single-product
  .related.products
  ul
  li.product
  .product_thumbnail_wrapper {
  margin: 0 auto 0 0;
}
.woocommerce.single-product
  .related.products
  ul
  li.product
  .product_thumbnail_wrapper
  img {
  margin: 0;
  width: 100%;
}
.woocommerce.single-product .related.products ul li.product h2 {
  padding: 15px 0 0 0;
}
.woocommerce.single-product .related.products ul li.product h2 a {
  color: #0d0d0d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 0;
  line-height: 20px;
  text-decoration: none;
}
.woocommerce.single-product .related.products ul li.product .price,
.woocommerce.single-product .related.products ul li.product a.button {
  display: none;
}
@media screen and (min-width: 769px) {
  .woocommerce.single-product div.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-areas: "summary img" "cstm cstm" "tabs tabs" "related related";
  }
  .woocommerce.single-product div.product .images,
  .woocommerce.single-product div.product .woo-product-gallery-slider {
    grid-area: img;
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    max-height: 700px;
  }
  .woocommerce.single-product div.product .summary.entry-summary {
    position: relative;
    grid-area: summary;
    width: 100% !important;
  }
  .woocommerce.single-product div.product .summary.entry-summary h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .woocommerce.single-product
    div.product
    .summary.entry-summary
    form
    table
    tbody
    tr
    .label
    label {
    font-size: 16px;
    line-height: 16px;
  }
  .woocommerce.single-product
    div.product
    .summary.entry-summary
    form
    .single_variation_wrap
    .woocommerce-variation-description {
    font-size: 14px;
    line-height: 24px;
  }
  .woocommerce.single-product
    div.product
    .summary.entry-summary
    form
    .single_variation_wrap
    .woocommerce-variation-price {
    margin-bottom: 20px;
  }
  .woocommerce.single-product
    div.product
    .summary.entry-summary
    form
    .single_variation_wrap
    .woocommerce-variation-price
    span {
    font-size: 20px;
    line-height: 22px;
  }
  .woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
    grid-area: tabs;
  }
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    ul.tabs
    li
    a {
    font-size: 16px;
  }
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    .woocommerce-Tabs-panel
    h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    .woocommerce-Tabs-panel
    p {
    font-size: 14px;
    line-height: 23px;
  }
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    .woocommerce-Tabs-panel
    .woocommerce-product-attributes
    tbody
    tr
    th {
    font-size: 14px;
    font-style: normal;
  }
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    .woocommerce-Tabs-panel
    .woocommerce-product-attributes
    tbody
    tr
    td,
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    .woocommerce-Tabs-panel
    .woocommerce-product-attributes
    tbody
    tr
    td
    a,
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    .woocommerce-Tabs-panel
    .woocommerce-product-attributes
    tbody
    tr
    td
    p {
    font-size: 14px;
    line-height: 23px;
  }
  .woocommerce.single-product div.product .product-section.finishes {
    grid-area: cstm;
  }
  .woocommerce.single-product .related.products {
    grid-area: related;
    width: 100% !important;
  }
  .woocommerce.single-product .related.products h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce.single-product div.product {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
  .woocommerce.single-product div.product .summary.entry-summary h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .woocommerce.single-product
    div.product
    .summary.entry-summary
    form
    table
    tbody
    tr
    .label
    label {
    font-size: 18px;
    line-height: 20px;
  }
  .woocommerce.single-product
    div.product
    .summary.entry-summary
    form
    .single_variation_wrap
    .woocommerce-variation-description {
    font-size: 16px;
    line-height: 20px;
  }
  .woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
    grid-area: tabs;
  }
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    .woocommerce-Tabs-panel
    h2 {
    font-size: 25px;
    line-height: 27px;
  }
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    .woocommerce-Tabs-panel
    p {
    font-size: 16px;
  }
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    .woocommerce-Tabs-panel
    .woocommerce-product-attributes
    tbody
    tr
    th {
    font-size: 16px;
    font-style: normal;
  }
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    .woocommerce-Tabs-panel
    .woocommerce-product-attributes
    tbody
    tr
    td,
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    .woocommerce-Tabs-panel
    .woocommerce-product-attributes
    tbody
    tr
    td
    a,
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    .woocommerce-Tabs-panel
    .woocommerce-product-attributes
    tbody
    tr
    td
    p {
    font-size: 16px;
    line-height: 23px;
  }
  .woocommerce.single-product .related.products {
    grid-area: related;
    width: 100% !important;
  }
  .woocommerce.single-product .related.products h2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce.single-product div.product {
    grid-column-gap: 40px;
    grid-template-columns: 4fr 8fr;
  }
  .woocommerce.single-product div.product .summary.entry-summary h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
  }
  .woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
    grid-area: tabs;
  }
  .woocommerce.single-product
    div.product
    .woocommerce-tabs.wc-tabs-wrapper
    .woocommerce-Tabs-panel
    h2 {
    font-size: 35px;
    line-height: 37px;
  }
  .woocommerce.single-product .related.products h2 {
    font-size: 35px;
    line-height: 37px;
  }
}
.woocommerce-shop-page
  main#main
  header.woocommerce-products-header
  .term-description {
  display: none;
}
@media screen and (max-width: 992px) {
  .woocommerce .products .product_thumbnail_icons .yith-wcwl-add-to-wishlist * {
    width: 15px !important;
    height: 15px !important;
    line-height: 1 !important;
    box-shadow: none !important;
  }
  .woocommerce
    .products
    .product.sale
    a
    .product_thumbnail
    .sale-product-message.enable {
    font-size: 9px;
    top: 0;
    left: 50%;
    line-height: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
  }
}
.woocommerce-pagination {
  margin-top: 40px;
}
.woocommerce-pagination li span,
.woocommerce-pagination li a {
  color: #004f2b;
  transition: all 0.4s ease;
  opacity: 1 !important;
}
.woocommerce-pagination li span.current,
.woocommerce-pagination li span:hover,
.woocommerce-pagination li a.current,
.woocommerce-pagination li a:hover {
  background: #004f2b !important;
  color: #fff !important;
}
.woocommerce-pagination li span.next,
.woocommerce-pagination li a.next {
  font-size: 0 !important;
  color: rgba(0, 0, 0, 0) !important;
  position: relative;
  transition: all 0.4s ease;
  width: 32px;
  height: 32px;
}
.woocommerce-pagination li span.next:hover,
.woocommerce-pagination li a.next:hover {
  background: #004f2b !important;
  color: #004f2b !important;
}
.woocommerce-pagination li span.next:hover::after,
.woocommerce-pagination li a.next:hover::after {
  color: #fff;
}
.woocommerce-pagination li span.next::after,
.woocommerce-pagination li a.next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  inset: 0;
  font-size: 20px !important;
  height: 100%;
  width: 100%;
  margin: auto;
  color: #004f2b;
  transition: all 0.4s ease;
  line-height: 32px;
}
.woocommerce-pagination li span.prev,
.woocommerce-pagination li a.prev {
  font-size: 0 !important;
  color: rgba(0, 0, 0, 0) !important;
  position: relative;
  transition: all 0.4s ease;
  width: 32px;
  height: 32px;
}
.woocommerce-pagination li span.prev:hover,
.woocommerce-pagination li a.prev:hover {
  background: #004f2b !important;
  color: #004f2b !important;
}
.woocommerce-pagination li span.prev:hover::after,
.woocommerce-pagination li a.prev:hover::after {
  color: #fff;
}
.woocommerce-pagination li span.prev::after,
.woocommerce-pagination li a.prev::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  inset: 0;
  font-size: 20px !important;
  height: 100%;
  width: 100%;
  margin: auto;
  color: #004f2b;
  transition: all 0.4s ease;
  line-height: 32px;
}
.woocommerce-checkout .woocommerce-order {
  width: 90%;
  max-width: 1650px;
  margin: 0 auto;
  padding: 40px 0;
}
.woocommerce-checkout
  .woocommerce-order
  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 24px;
  color: #004f2b;
  font-weight: 700;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
  max-width: 1000px;
}
.woocommerce-checkout
  .woocommerce-order
  .woocommerce-order-details
  table
  thead
  tr
  th.product-total {
  display: none;
}
.woocommerce-checkout
  .woocommerce-order
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  color: #004f2b;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 950px;
}
.woocommerce-checkout
  .woocommerce-order
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  ::after,
.woocommerce-checkout
  .woocommerce-order
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  ::before {
  display: none;
}
.woocommerce-checkout
  .woocommerce-order
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  li {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  margin-right: 15px;
  border: none;
  flex: 1 1 auto;
}
.woocommerce-checkout
  .woocommerce-order
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  li.total,
.woocommerce-checkout
  .woocommerce-order
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  li.method {
  display: none;
}
.woocommerce-checkout
  .woocommerce-order
  td.woocommerce-table__product-total.product-total
  span.woocommerce-Price-amount.amount,
.woocommerce-checkout
  .woocommerce-order
  td.woocommerce-table__product-name.product-name
  > a {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none;
}
.woocommerce-checkout .woocommerce-order ul.wc-item-meta {
  background: #c4c6af;
  padding: 10px !important;
  display: block;
  box-sizing: border-box;
}
.woocommerce-checkout .woocommerce-order ul.wc-item-meta li {
  color: #004f2b;
  display: grid;
  grid-template-columns: auto 1fr;
  height: max-content;
  font-size: 14px;
  display: block;
}
.woocommerce-checkout
  .woocommerce-order
  ul.wc-item-meta
  li
  span.wc-block-components-product-details__name {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}
.woocommerce-checkout
  .woocommerce-order
  ul.wc-item-meta
  li
  span.wc-block-components-product-details__value {
  display: block;
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 5px 5px;
}
.woocommerce-checkout .woocommerce-order tr.subtotal,
.woocommerce-checkout .woocommerce-order tr.shipping,
.woocommerce-checkout .woocommerce-order tr.payment.method,
.woocommerce-checkout .woocommerce-order tr.total {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  display: none;
}
.woocommerce-checkout
  .woocommerce-order
  section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  flex-wrap: wrap;
}
.woocommerce-checkout
  .woocommerce-order
  section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses::after,
.woocommerce-checkout
  .woocommerce-order
  section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses::before {
  display: none;
}
.woocommerce-checkout
  .woocommerce-order
  section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses
  > div {
  display: grid;
  grid-template-rows: 50px 1fr;
  margin-bottom: 25px;
}
.woocommerce-checkout
  .woocommerce-order
  section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses
  > div
  h2.woocommerce-column__title {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details address {
  display: block;
  line-height: 2;
  color: #004f2b;
  border: 1px solid #004f2b !important;
}
.woocommerce-checkout .thankyou-message-wrapper {
  display: none;
}
.woocommerce-checkout .thankyou-message-wrapper h2.thankyou-message {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.35px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .woocommerce-checkout .thankyou-message-wrapper h2.thankyou-message {
    font-size: 80px;
  }
  .woocommerce-checkout
    .woocommerce-order
    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 40px;
    max-width: 900px;
  }
}
.history_section-section {
  padding: 50px 0 80px;
}
.history_section-section h3.textfield_title {
  color: #004f2b;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 40px;
}
.history_section-section .history-steps {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
}
.history_section-section .history-steps .step {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-auto-rows: 1fr;
  display: grid;
}
.history_section-section .history-steps .step:last-child .text-sec::before {
  height: 94%;
}
.history_section-section .history-steps .step .img-sec {
  height: 100%;
  width: 100%;
  min-height: 300px;
}
.history_section-section .history-steps .step .img-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
}
.history_section-section .history-steps .step .text-sec {
  position: relative;
}
.history_section-section .history-steps .step .text-sec::after {
  content: "";
  position: absolute;
  left: -25px;
  right: auto;
  top: 30px;
  height: 13px;
  background: #004f2b;
  width: 13px;
  border-radius: 50%;
}
.history_section-section .history-steps .step .text-sec::before {
  content: "";
  position: absolute;
  left: -19px;
  right: auto;
  top: 30px;
  height: 120%;
  background: #004f2b;
  width: 1px;
}
.history_section-section .history-steps .step .text-sec h6 {
  color: #004f2b;
  color: #004f2b;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 30px;
}
.history_section-section .history-steps .step .text-sec .description {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .history_section-section h3.textfield_title {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 70px;
  }
  .history_section-section .history-steps {
    grid-row-gap: 80px;
  }
  .history_section-section .history-steps .step {
    grid-column-gap: 80px;
  }
  .history_section-section .history-steps .step:last-child .text-sec::before {
    height: 51%;
  }
  .history_section-section .history-steps .step .img-sec {
    height: 250px;
  }
  .history_section-section .history-steps .step .text-sec::after {
    left: -52px;
    top: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
    margin: auto;
  }
  .history_section-section .history-steps .step .text-sec::before {
    left: -38px;
    top: 50%;
    bottom: auto;
    height: 140%;
    margin: auto;
  }
  .history_section-section .history-steps .step .text-sec h6 {
    font-size: 30px;
    line-height: 35px;
  }
}
.home_banner {
  min-height: 700px;
  position: relative;
  display: flex;
  max-width: 2000px;
  margin: 0 auto;
}
.home_banner .text-sec {
  position: relative;
  z-index: 2;
  display: inline-block;
  align-self: flex-end;
  padding-bottom: 45px;
}
.home_banner .text-sec h1 {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  max-width: 250px;
  padding-bottom: 35px;
}
.home_banner .text-sec .green-text {
  max-width: 400px;
  display: block;
}
.home_banner .text-sec .btn-sec {
  margin-top: 170px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 408px;
  grid-column-gap: 20px;
}
.home_banner .text-sec .btn-sec a {
  width: 100%;
}
.home_banner .img-sec {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  margin: auto;
  z-index: 1;
}
.home_banner .img-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
}
.home_banner .img-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  margin: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .home_banner {
    overflow: hidden;
    display: grid;
  }
  .home_banner .text-sec {
    position: relative;
    z-index: 2;
    display: inline-block;
    align-self: center;
    padding-bottom: 45px;
  }
  .home_banner .text-sec h1 {
    font-size: 60px;
    line-height: 70px;
    max-width: 950px;
    padding-bottom: 60px;
    width: 55%;
  }
  .home_banner .text-sec .green-text {
    max-width: 600px;
    width: 50%;
  }
  .home_banner .text-sec .btn-sec {
    margin-top: 70px;
    width: 60%;
  }
  .home_banner .img-sec {
    width: 50%;
    position: absolute;
    inset: 0 0 0 auto;
  }
  .home_banner .img-sec::after {
    display: none;
  }
  .home_banner .img-sec img {
    object-position: left top;
    margin: auto;
    height: auto;
    bottom: 0;
    height: 55%;
    position: absolute;
  }
}
@media screen and (min-width: 992px) {
  .home_banner .img-sec {
    width: 45%;
  }
  .home_banner .img-sec img {
    height: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .home_banner .img-sec img {
    height: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .home_banner .img-sec img {
    height: 100%;
  }
}
@media screen and (min-width: 1860px) {
  .home_banner {
    grid-column-gap: 120px;
  }
  .home_banner .text-sec h1 {
    font-size: 100px;
    line-height: 109px;
  }
}
.testimonials-section {
  background: #004f2b;
  padding: 60px 0;
}
.testimonials-section .testimonials .slick-track {
  display: flex !important;
  align-items: stretch;
}
.testimonials-section .testimonials .slick-track .testimonial {
  text-align: center;
  display: grid;
  height: inherit !important;
  grid-template-rows: 1fr 80px;
}
.testimonials-section .testimonials .slick-track .testimonial .beige-text {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
.testimonials-section .testimonials .slick-track .testimonial .c-name {
  color: #efe0cc;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 50px 0 0;
}
.testimonials-section .btn-sec {
  width: fit-content;
  margin: 50px auto 0;
}
.testimonials-section .btn-sec button {
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  height: 30px;
  width: 30px;
  text-align: center;
}
.testimonials-section .btn-sec button i {
  color: #efe0cc;
  line-height: 30px;
  font-size: 20px;
  transition: all 0.4s ease;
}
.testimonials-section .btn-sec button:hover {
  background: #efe0cc;
}
.testimonials-section .btn-sec button:hover i {
  color: #004f2b;
}
@media screen and (min-width: 768px) {
  .testimonials-section {
    padding: 80px 0;
  }
  .testimonials-section .testimonials .slick-track .testimonial .beige-text {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonials-section .testimonials .slick-track .testimonial .c-name {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .testimonials-section {
    padding: 100px 0;
  }
  .testimonials-section .btn-sec {
    display: none;
  }
}
.inspired-section {
  background: #fff;
  padding: 20px 0;
}
.inspired-section h3.title {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 45px;
  width: 100%;
  border-bottom: 2px solid #f3f7f5;
  margin-bottom: 40px;
}
.inspired-section .inspired-slider .slide .img-sec {
  padding-bottom: 40px;
  border-bottom: 2px solid #f3f7f5;
  margin-bottom: 30px;
}
.inspired-section .inspired-slider .slide .img-sec img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.inspired-section .inspired-slider .slide .text-sec {
  display: grid;
  grid-template-rows: 27px 18px 27px 1fr;
  grid-template-areas: "title" "sub-title" "location" "green-text";
}
.inspired-section .inspired-slider .slide .text-sec .title {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 5px;
  grid-area: title;
  width: 90%;
}
.inspired-section .inspired-slider .slide .text-sec .sub-title {
  color: #004f2b;
  text-align: justify;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  grid-area: sub-title;
  width: 90%;
}
.inspired-section .inspired-slider .slide .text-sec .location {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding-top: 15px;
  grid-area: location;
  width: 90%;
}
.inspired-section .inspired-slider .slide .text-sec .green-text {
  padding: 20px 0 30px;
  grid-area: green-text;
  width: 90%;
}
.inspired-section .btn-sec {
  width: fit-content;
  margin: 50px auto 0;
}
.inspired-section .btn-sec button {
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  height: 30px;
  width: 30px;
  text-align: center;
}
.inspired-section .btn-sec button i {
  color: #004f2b;
  line-height: 30px;
  font-size: 20px;
  transition: all 0.4s ease;
}
.inspired-section .btn-sec button:hover {
  background: #004f2b;
}
.inspired-section .btn-sec button:hover i {
  color: #efe0cc;
}
@media screen and (min-width: 768px) {
  .inspired-section {
    background: #efe0cc;
    padding: 60px 0;
  }
  .inspired-section h3.title {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 55px;
    margin-bottom: 70px;
    border-bottom: 2px solid #c4c6af;
  }
  .inspired-section .inspired-slider .slick-track {
    display: flex !important;
  }
  .inspired-section .inspired-slider .slide {
    display: grid;
    grid-template-columns: 0.6fr 0.4fr;
    grid-column-gap: 40px;
    height: inherit !important;
  }
  .inspired-section .inspired-slider .slide .img-sec {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
    position: relative;
  }
  .inspired-section .inspired-slider .slide .img-sec img {
    position: absolute;
    height: 100%;
  }
  .inspired-section .inspired-slider .slide .text-sec {
    border-top: 2px solid #c4c6af;
    padding-top: 30px;
    grid-template-rows: minmax(47px, 95px) 30px 60px 1fr;
  }
  .inspired-section .inspired-slider .slide .text-sec .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 12px;
  }
  .inspired-section .inspired-slider .slide .text-sec .sub-title {
    font-size: 30px;
    line-height: 30px;
  }
  .inspired-section .inspired-slider .slide .text-sec .location {
    font-size: 16px;
    line-height: 20px;
    padding-top: 40px;
  }
  .inspired-section .btn-sec {
    margin: 80px auto 0;
    width: 200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .inspired-section .btn-sec button {
    height: 35px;
    width: 35px;
  }
  .inspired-section .btn-sec button i {
    color: #0d0d0d;
    font-size: 25px;
    line-height: 35px;
  }
  .inspired-section .btn-sec button.inspired-next {
    justify-self: self-end;
  }
}
@media screen and (min-width: 992px) {
  .inspired-section {
    padding: 100px 0;
  }
  .inspired-section h3.title {
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 65px;
    margin-bottom: 100px;
  }
  .inspired-section .inspired-slider .slide {
    grid-column-gap: 80px;
  }
  .inspired-section .inspired-slider .slide .text-sec {
    grid-template-rows: 47px 30px 60px 1fr;
  }
}
.numbers-section {
  background: #efe0cc;
}
.numbers-section .container {
  padding: 35px 0;
}
.numbers-section .container .sec-one {
  position: relative;
  width: 100%;
  height: fit-content;
}
.numbers-section .container .sec-one img {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.numbers-section .container .sec-one::after {
  z-index: 1;
  background: #bba899;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  margin: auto;
  inset: 0;
  content: "";
  position: absolute;
}
.numbers-section .container .sec-one .text {
  z-index: 2;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  padding: 50px 20px;
  text-align: center;
}
.numbers-section .container .sec-one .text .number {
  display: grid;
  grid-template-columns: auto auto;
  width: fit-content;
  margin: 0 auto;
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
.numbers-section .container .sec-one .text .green-text {
  font-weight: 400;
}
.numbers-section .container .sec-two {
  padding: 60px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 60px;
}
.numbers-section .container .sec-two .item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-column-gap: 15px;
  grid-template-areas: "number title" "none green-text";
  grid-row-gap: 25px;
}
.numbers-section .container .sec-two .item .number {
  color: #00b254;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  grid-area: number;
}
.numbers-section .container .sec-two .item .title {
  color: #00b254;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  align-self: end;
  grid-area: title;
}
.numbers-section .container .sec-two .item .green-text {
  grid-area: green-text;
}
@media only screen and (min-width: 430px) {
  .numbers-section .container {
    padding: 35px 0;
  }
  .numbers-section .container .sec-one .text {
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    text-align: left;
    padding: 50px 15px;
  }
  .numbers-section .container .sec-one .text .number {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 576px) {
  .numbers-section .container .sec-two {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .numbers-section .container {
    display: grid;
    grid-template-columns: 0.4fr 0.6fr;
    grid-column-gap: 40px;
  }
  .numbers-section .container .sec-one {
    height: 100%;
  }
  .numbers-section .container .sec-one .text {
    grid-template-columns: 1fr;
    padding: 50px 30px;
    grid-row-gap: 40px;
  }
  .numbers-section .container .sec-one .text .number {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;
  }
  .numbers-section .container .sec-one .text .green-text {
    font-size: 18px;
    line-height: 27px;
  }
  .numbers-section .container .sec-two {
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .numbers-section .container {
    padding: 50px 0;
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-column-gap: 80px;
  }
  .numbers-section .container .sec-one .text {
    padding: 100px 75px;
  }
  .numbers-section .container .sec-one .text .number {
    font-size: 100px;
    line-height: 120px;
  }
  .numbers-section .container .sec-two {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
  }
  .numbers-section .container .sec-two .item {
    grid-template-columns: 80px 1fr;
    height: fit-content;
  }
  .numbers-section .container .sec-two .item .number {
    font-size: 60px;
    line-height: 60px;
  }
  .numbers-section .container .sec-two .item .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.woocommerce-account {
  background: #004f2b;
  padding: 150px 0;
}
.woocommerce-account .alert.alert-warning.action_dwl {
  background: #efe0cc;
  text-align: center;
  margin-bottom: 25px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  color: #004f2b;
  max-width: 800px;
  box-sizing: border-box;
  margin: 0 auto 25px;
}
.woocommerce-account footer {
  display: none;
}
.woocommerce-account .site-content {
  width: 90%;
  margin: 0 auto;
}
.woocommerce-account .site-content #customer_login {
  max-width: 800px;
  margin: 0 auto;
  background: #efe0cc;
}
.woocommerce-account .site-content #customer_login .top-sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 20px;
}
.woocommerce-account .site-content #customer_login .top-sec a {
  text-decoration: none;
  border-bottom: 2px solid #bbc0a8;
  transition: all 0.4s ease;
  cursor: pointer;
}
.woocommerce-account .site-content #customer_login .top-sec a h2 {
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  transition: all 0.4s ease;
}
.woocommerce-account .site-content #customer_login .top-sec a.active,
.woocommerce-account .site-content #customer_login .top-sec a:hover {
  border-bottom: 2px solid #004f2b;
}
.woocommerce-account .site-content #customer_login .top-sec a.login-form-btn {
  position: relative;
}
.woocommerce-account
  .site-content
  #customer_login
  .top-sec
  a.login-form-btn::after {
  width: 2px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  background-color: #bbc0a8;
  margin: auto;
  position: absolute;
  content: "";
}
.woocommerce-account .site-content #customer_login .login-section,
.woocommerce-account .site-content #customer_login .register-section {
  display: none;
  max-width: 350px;
  margin: 0 auto;
}
.woocommerce-account .site-content #customer_login .login-section.active,
.woocommerce-account .site-content #customer_login .register-section.active {
  display: block;
}
.woocommerce-account .site-content #customer_login .login-section form,
.woocommerce-account .site-content #customer_login .register-section form {
  border: none;
}
.woocommerce-account .site-content #customer_login .login-section form p,
.woocommerce-account .site-content #customer_login .register-section form p {
  padding: 0;
  margin: 0 0 20px;
}
.woocommerce-account .site-content #customer_login .login-section form p label,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p
  label {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 20px;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p
  label
  span,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p
  label
  span {
  color: #004f2b;
}
.woocommerce-account .site-content #customer_login .login-section form p input,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p
  input {
  border-radius: 0;
  width: 100%;
  height: 50px;
  border: 2px solid #004f2b;
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 50px;
  padding: 0 10px;
  background: #efe0cc;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p
  .password-input
  .show-password-input,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p
  .password-input
  .show-password-input {
  right: 15px;
  top: 15px;
  bottom: auto;
  height: fit-content;
  margin: auto;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p
  .password-input
  .show-password-input::after,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p
  .password-input
  .show-password-input::after {
  color: #004f2b;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p
  .password-input
  .woocommerce-password-hint,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p
  .password-input
  .woocommerce-password-hint {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p
  .password-input
  .woocommerce-password-strength,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p
  .password-input
  .woocommerce-password-strength {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
  padding: 10px;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p
  .password-input
  .woocommerce-password-strength.strong,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p
  .password-input
  .woocommerce-password-strength.strong {
  color: #004f2b;
  background-color: #00b254;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p.submit-sec,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p.submit-sec {
  display: grid;
  grid-template-columns: 1fr;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p.submit-sec
  .woocommerce-form-login__rememberme,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p.submit-sec
  .woocommerce-form-login__rememberme {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-column-gap: 10px;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p.submit-sec
  .woocommerce-form-login__rememberme
  #rememberme,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p.submit-sec
  .woocommerce-form-login__rememberme
  #rememberme {
  border: 2px solid #004f2b;
  background: rgba(0, 0, 0, 0);
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p.submit-sec
  .woocommerce-form-login__rememberme
  span,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p.submit-sec
  .woocommerce-form-login__rememberme
  span {
  line-height: 48px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p
  .woocommerce-form-login__submit,
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p
  .woocommerce-form-register__submit,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p
  .woocommerce-form-login__submit,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p
  .woocommerce-form-register__submit {
  background: #004f2b;
  color: #fff;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 47px;
  height: 50px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #004f2b;
  padding: 0;
  border-radius: 0;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p
  .woocommerce-form-login__submit:hover,
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p
  .woocommerce-form-register__submit:hover,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p
  .woocommerce-form-login__submit:hover,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p
  .woocommerce-form-register__submit:hover {
  background: #89c54e;
  color: #004f2b;
  border: 2px solid #89c54e;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p.woocommerce-LostPassword.lost_password,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p.woocommerce-LostPassword.lost_password {
  text-align: center;
  margin-top: 25px;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p.woocommerce-LostPassword.lost_password
  a,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p.woocommerce-LostPassword.lost_password
  a {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  p.woocommerce-LostPassword.lost_password
  a:hover,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  p.woocommerce-LostPassword.lost_password
  a:hover {
  text-decoration: underline;
}
.woocommerce-account
  .site-content
  #customer_login
  .login-section
  form
  .woocommerce-privacy-policy-text
  *,
.woocommerce-account
  .site-content
  #customer_login
  .register-section
  form
  .woocommerce-privacy-policy-text
  * {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.woocommerce-account .site-content #customer_login .bottom-sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 35px;
  width: fit-content;
  max-width: 90%;
}
.woocommerce-account .site-content #customer_login .bottom-sec a {
  color: #004f2b;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 5px 15px;
  text-decoration: none;
  width: fit-content;
}
.woocommerce-account .site-content #customer_login .bottom-sec a:first-child {
  border-right: 2px solid #bbc0a8;
  justify-self: right;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-navigation {
  position: relative;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-navigation
  .sidebar-img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-navigation
  .account-menu-btn {
  background: #efe0cc;
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  padding: 30px 5%;
  display: block;
  transition: all 0.4s ease;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 30px;
  border-bottom: 1px solid #bbc0a8;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-navigation
  .account-menu-btn:hover {
  font-weight: 700;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-navigation
  .account-menu-btn
  i {
  line-height: 24px;
  text-align: center;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-navigation
  ul {
  padding: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: auto;
  margin: auto;
  left: 0;
  right: 0;
  bottom: auto;
  transition: height 0.4s ease;
  background: #efe0cc;
  z-index: 5;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-navigation
  ul
  li {
  list-style-type: none;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #bbc0a8;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a,
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-navigation
  ul
  li:hover
  a {
  font-weight: 700;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-navigation
  ul
  li
  a {
  color: #004f2b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  padding: 30px 0;
  display: block;
  transition: all 0.4s ease;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content {
  margin-top: 30px;
  box-sizing: border-box;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .welcome-sec {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 30px 5%;
  box-sizing: border-box;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .welcome-sec::after {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background: #004f2b;
  content: "";
  opacity: 0.7;
  z-index: 1;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .welcome-sec
  img {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .welcome-sec
  .text-sec {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .welcome-sec
  .text-sec
  .top-sec
  h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 30px;
  color: #efe0cc;
  font-family: "Inter", sans-serif;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .welcome-sec
  .text-sec
  .top-sec
  h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
  color: #efe0cc;
  font-family: "Inter", sans-serif;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .welcome-sec
  .text-sec
  .shortcut-sec {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  margin-top: 50px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .welcome-sec
  .text-sec
  .shortcut-sec
  a {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 30px;
  grid-column-gap: 20px;
  background: #efe0cc;
  height: 50px;
  padding: 0 10px;
  transition: all 0.4s ease;
  color: #004f2b;
  box-sizing: border-box;
  text-decoration: none;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .welcome-sec
  .text-sec
  .shortcut-sec
  a:hover {
  background: #00b254;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .welcome-sec
  .text-sec
  .shortcut-sec
  a
  p,
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .welcome-sec
  .text-sec
  .shortcut-sec
  a
  i {
  line-height: 50px;
  text-align: left;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .welcome-sec
  .text-sec
  .shortcut-sec
  a
  p {
  font-size: 14px;
  font-weight: 400px;
  font-family: "Inter", sans-serif;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-info {
  height: 100%;
  box-sizing: border-box;
  border: none;
  background: #004f2b;
  text-align: center;
  font-family: "Inter", sans-serif;
  display: grid;
  justify-content: center;
  grid-template-rows: auto;
  padding: 40px 0;
  color: #efe0cc;
  font-family: "Inter", sans-serif;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-info::before,
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-info::after {
  display: none;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-info
  a {
  background: #efe0cc;
  color: #fff;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  margin: 30px auto 0;
  width: 90%;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #efe0cc;
  border-radius: 0;
  padding: 0;
  color: #004f2b;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-info
  a:hover {
  background: #89c54e;
  color: #004f2b;
  border: 2px solid #89c54e;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .addresses-sec
  h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 5px;
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .addresses-sec
  .top-sec {
  background: #efe0cc;
  color: #efe0cc;
  width: 100%;
  height: fit-content;
  padding: 10px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  color: #004f2b;
  max-width: 600px;
  margin: 0 auto 30px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .addresses-sec
  .woocommerce-Addresses
  .woocommerce-Address {
  border-bottom: 2px solid #bbc0a8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .addresses-sec
  .woocommerce-Addresses
  .woocommerce-Address
  header
  h3 {
  color: #efe0cc;
  font-size: "Inter", sans-serif;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 35px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .addresses-sec
  .woocommerce-Addresses
  .woocommerce-Address
  header
  a {
  text-decoration: none;
  color: #004f2b;
  background: #efe0cc;
  padding: 5px 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.4s ease;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .addresses-sec
  .woocommerce-Addresses
  .woocommerce-Address
  header
  a:hover {
  background: #00b254;
  color: #004f2b;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .addresses-sec
  .woocommerce-Addresses
  .woocommerce-Address
  address {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form {
  max-width: 500px;
  margin: 0 auto;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 5px;
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields {
  display: grid;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p {
  padding: 0;
  margin: 0 0 20px;
  width: 100%;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  label {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 20px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  label
  abbr {
  color: #efe0cc;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  input {
  border-radius: 0;
  width: 100%;
  height: 50px;
  border: 2px solid #efe0cc;
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 50px;
  padding: 0 10px;
  background: #004f2b;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  input::placeholder {
  color: #bbc0a8;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  .select2 {
  height: 50px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  .select2
  .selection {
  height: 100%;
  display: block;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  .select2
  .selection
  .select2-selection {
  height: 100%;
  display: block;
  background-color: #004f2b;
  border: 2px solid #efe0cc;
  border-radius: 0;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered,
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow {
  height: 100%;
  display: block;
  color: #efe0cc;
  line-height: 50px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered
  b,
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow
  b {
  border-color: #efe0cc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered
  .select2-selection__placeholder,
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow
  .select2-selection__placeholder {
  color: #bbc0a8;
  height: 100%;
  display: block;
  line-height: 50px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  button[type="submit"] {
  background: #efe0cc;
  color: #fff;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  margin: 30px 0 0 auto;
  width: 90%;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #efe0cc;
  border-radius: 0;
  padding: 0;
  color: #004f2b;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  form
  .woocommerce-address-fields
  p
  button[type="submit"]:hover {
  background: #89c54e;
  color: #004f2b;
  border: 2px solid #89c54e;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm {
  display: grid;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  p {
  padding: 0;
  margin: 0 0 20px;
  width: 100%;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  p
  label {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 20px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  p
  label
  span {
  color: #efe0cc;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  p
  input {
  border-radius: 0;
  width: 100%;
  height: 50px;
  border: 2px solid #efe0cc;
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 50px;
  padding: 0 10px;
  background: #004f2b;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  p
  input::placeholder {
  color: #bbc0a8;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  p
  span {
  padding-top: 5px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  p
  span
  em {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  p
  button[type="submit"] {
  background: #efe0cc;
  color: #fff;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  margin: 30px 0 0 auto;
  width: 90%;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #efe0cc;
  border-radius: 0;
  padding: 0;
  color: #004f2b;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  p
  button[type="submit"]:hover {
  background: #89c54e;
  color: #004f2b;
  border: 2px solid #89c54e;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .password-input {
  position: relative;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .password-input
  .show-password-input {
  right: 15px;
  top: 15px;
  bottom: auto;
  height: fit-content;
  margin: auto;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .password-input
  .show-password-input::after {
  color: #efe0cc;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .password-input
  .woocommerce-password-hint {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .password-input
  .woocommerce-password-strength {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
  padding: 10px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .password-input
  .woocommerce-password-strength.strong {
  color: #004f2b;
  background-color: #00b254;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  fieldset {
  border: 0;
  padding: 0;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  fieldset
  legend {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 5px;
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  text-align: left;
  margin-bottom: 30px;
  padding: 40px 0 20px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-orders-table {
  border: 2px solid #bbc0a8;
  border-radius: 0;
  border-collapse: collapse;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-orders-table
  thead {
  background: rgba(239, 224, 204, 0.2117647059);
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-orders-table
  thead
  tr {
  height: 40px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-orders-table
  thead
  tr
  th
  span {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-orders-table
  tbody {
  border-top: 2px solid #bbc0a8;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-orders-table
  tbody
  tr {
  padding: 20px 0 10px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-orders-table
  tbody
  tr
  td {
  border: none;
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 35px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-orders-table
  tbody
  tr
  td
  a {
  text-decoration: none;
  color: #004f2b;
  background: #efe0cc;
  padding: 5px 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 0;
  font-weight: 400;
  display: inline;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .woocommerce-orders-table
  tbody
  tr
  td
  a:hover {
  background: #00b254;
  color: #004f2b;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 5px;
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .top-sec {
  background: #efe0cc;
  color: #efe0cc;
  width: 100%;
  height: fit-content;
  padding: 10px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  color: #004f2b;
  max-width: 600px;
  margin: 0 auto 30px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table {
  border: 2px solid #bbc0a8;
  border-radius: 0;
  border-collapse: collapse;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  thead {
  background: rgba(239, 224, 204, 0.2117647059);
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  thead
  tr {
  height: 40px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  thead
  tr
  th {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  tbody {
  border-top: 2px solid #bbc0a8;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  tbody
  tr {
  border-bottom: 1px solid #bbc0a8 !important;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  tbody
  tr:last-child
  td {
  border-bottom: 1px solid #004f2b !important;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  tbody
  tr
  td {
  border: none;
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  height: 35px;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 15px 12px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  tbody
  tr
  td
  a {
  color: #efe0cc;
  text-decoration: none;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  tbody
  tr
  td
  ul {
  padding: 10px 0 0 20px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  tfoot {
  border-top: 2px solid #bbc0a8;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  tfoot
  tr {
  height: 40px;
  border-top: 2px solid #bbc0a8;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  tfoot
  tr.total {
  background: rgba(239, 224, 204, 0.2117647059);
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  tfoot
  tr
  th,
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-order-details
  table
  tfoot
  tr
  td {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .note {
  background: #efe0cc;
  width: 100%;
  height: fit-content;
  padding: 20px 12px;
  text-align: left;
  font-family: "Poppins";
  font-size: 14px;
  box-sizing: border-box;
  color: #004f2b;
  margin: 0 auto 30px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .note
  .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 5px;
  color: #004f2b;
  font-family: "Poppins";
  text-align: center;
  margin-bottom: 10px;
}
.woocommerce-account
  .woocommerce
  .customer-dashboard
  .woocommerce-MyAccount-content
  .view-order
  .woocommerce-customer-details
  address {
  color: #efe0cc;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: 2px solid #bbc0a8;
  border-radius: 0;
  padding: 15px 12px;
}
@media screen and (min-width: 769px) {
  .woocommerce-account .woocommerce {
    max-width: 1650px;
    margin: 0 auto;
  }
  .woocommerce-account .woocommerce .customer-dashboard {
    display: grid;
    grid-template-columns: 0.3fr 0.9fr;
    grid-auto-rows: 1fr;
    grid-column-gap: 40px;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-navigation {
    max-width: 550px;
    width: 100%;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-navigation
    .account-menu-btn {
    display: none;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-navigation
    ul {
    padding: 0;
    height: fit-content;
    position: relative;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-navigation
    ul
    li
    a {
    font-size: 18px;
    line-height: 24px;
    padding: 25px 0;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 0;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .welcome-sec {
    min-height: 500px;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .welcome-sec
    .text-sec
    .top-sec
    h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .welcome-sec
    .text-sec
    .top-sec
    h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .welcome-sec
    .text-sec
    .shortcut-sec {
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .addresses-sec
    h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .addresses-sec
    .top-sec {
    font-size: 16px;
    margin-bottom: 60px;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .addresses-sec
    .woocommerce-Addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .addresses-sec
    .woocommerce-Addresses::before,
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .addresses-sec
    .woocommerce-Addresses::after {
    display: none;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .addresses-sec
    .woocommerce-Addresses
    .woocommerce-Address {
    width: 100%;
    border-right: 2px solid #bbc0a8;
    border-bottom: 0 !important;
    margin-bottom: 0;
    padding: 0 30px 0 0;
    box-sizing: border-box;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .addresses-sec
    .woocommerce-Addresses
    .woocommerce-Address:last-child {
    padding: 0;
    border: 0;
    padding: 0 0 0 30px;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .addresses-sec
    .woocommerce-Addresses
    .woocommerce-Address
    header {
    display: grid;
    grid-template-columns: 1fr 55px;
    margin-bottom: 30px;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .addresses-sec
    .woocommerce-Addresses
    .woocommerce-Address
    header
    h3 {
    margin-bottom: 0;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .addresses-sec
    .woocommerce-Addresses
    .woocommerce-Address
    header::before,
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .addresses-sec
    .woocommerce-Addresses
    .woocommerce-Address
    header::after {
    display: none;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    form
    h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .woocommerce-orders-table
    tbody
    tr {
    height: 70px;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .view-order
    h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .view-order
    .top-sec {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .welcome-sec
    .text-sec
    .shortcut-sec {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .woocommerce-account
    .woocommerce
    .customer-dashboard
    .woocommerce-MyAccount-content
    .welcome-sec
    .text-sec
    .shortcut-sec
    a.shop-btn {
    margin-top: 30px;
    grid-column: 2/2;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-account .woocommerce .customer-dashboard {
    grid-template-columns: 400px 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-account .woocommerce .customer-dashboard {
    grid-template-columns: 500px 1fr;
  }
}
.all-projects {
  margin-bottom: 60px;
}
.all-projects .title {
  color: #004f2b;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 60px 0 30px;
}
.all-projects .project-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 60px;
}
@media only screen and (min-width: 576px) {
  .all-projects .project-list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .all-projects .project-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .all-projects {
    margin-bottom: 120px;
  }
  .all-projects .title {
    font-size: 50px;
    line-height: 50px;
    padding: 80px 0 130px;
  }
  .all-projects .project-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .all-projects .title {
    font-size: 80px;
    line-height: 80px;
    padding: 130px 0 170px;
  }
}
.project-card {
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
}
.project-card::before {
  content: "";
  position: absolute;
  left: -3%;
  top: -3%;
  right: -3%;
  bottom: -3%;
  margin: auto;
  width: 105%;
  height: 105%;
  z-index: 1;
  transition: all 0.4s ease;
}
.project-card:hover {
  transform: scale(0.95);
}
.project-card:hover::before {
  background: #004f2b;
}
.project-card:hover .img-sec {
  z-index: 3;
}
.project-card:hover .img-sec::after {
  opacity: 1;
}
.project-card:hover .bottom-sec {
  z-index: 3;
  position: relative;
  border-color: #efe0cc;
}
.project-card:hover .bottom-sec h3,
.project-card:hover .bottom-sec .green-text {
  color: #efe0cc !important;
}
.project-card .img-sec {
  position: relative;
  width: 100%;
  height: 250px;
  transition: all 0.4s ease;
}
.project-card .img-sec::after {
  content: "VIEW PROJECT";
  position: absolute;
  inset: 0;
  text-align: center;
  font-size: 40px;
  line-height: 250px;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4196078431);
  color: #efe0cc;
  opacity: 0;
}
.project-card .img-sec img {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.project-card .bottom-sec {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid var(--Rand, rgba(0, 79, 43, 0.2117647059));
}
.project-card .bottom-sec h3 {
  color: #004f2b;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.53px;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}
.project-card .bottom-sec .green-text {
  font-size: 12px;
  line-height: 12px;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 992px) {
  .project-card .img-sec {
    height: 350px;
  }
  .project-card .bottom-sec {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .project-card .img-sec {
    height: 500px;
  }
  .project-card .bottom-sec {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.projects-slider {
  background: #efe0cc;
  padding-bottom: 60px;
}
.projects-slider .container .title {
  color: #004f2b;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 30px 0 30px;
  border-bottom: 2px solid var(--Rand, rgba(0, 79, 43, 0.2117647059));
  margin-bottom: 40px;
}
.projects-slider .container .project-carousel .project-card {
  padding: 0 20px;
  box-sizing: border-box;
}
.projects-slider .container .btn-sec {
  width: fit-content;
  margin: 50px auto 0;
}
.projects-slider .container .btn-sec button {
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  height: 30px;
  width: 30px;
  text-align: center;
}
.projects-slider .container .btn-sec button i {
  color: #004f2b;
  line-height: 30px;
  font-size: 20px;
  transition: all 0.4s ease;
}
.projects-slider .container .btn-sec button:hover {
  background: #004f2b;
}
.projects-slider .container .btn-sec button:hover i {
  color: #efe0cc;
}
@media only screen and (min-width: 992px) {
  .projects-slider {
    padding-bottom: 120px;
  }
  .projects-slider .container .title {
    font-size: 50px;
    line-height: 50px;
    padding: 80px 0 60px;
  }
  .projects-slider .container .btn-sec {
    margin: 80px auto 0;
    width: 200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .projects-slider .container .btn-sec button {
    height: 35px;
    width: 35px;
  }
  .projects-slider .container .btn-sec button i {
    color: #0d0d0d;
    font-size: 25px;
    line-height: 35px;
  }
  .projects-slider .container .btn-sec button.project-next {
    justify-self: self-end;
  }
}
.single-project .back-btn {
  color: #004f2b;
  font-size: 20px;
  padding: 40px 0 20px;
  transition: all 0.4s ease;
  width: 30px;
  position: relative;
  display: block;
}
.single-project .back-btn:hover {
  margin-left: -10px;
}
.single-project .img-sec {
  position: relative;
}
.single-project .img-sec img {
  width: 100%;
  height: 250px;
  object-position: center;
  object-fit: cover;
}
.single-project .img-sec .slick-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: auto;
  padding: 0;
  margin: auto;
  height: fit-content;
}
.single-project .img-sec .slick-dots li {
  list-style-type: none;
}
.single-project .img-sec .slick-dots li.slick-active button {
  background: #004f2b;
}
.single-project .img-sec .slick-dots li button {
  border-radius: 50%;
  background: rgba(0, 79, 43, 0.3764705882);
  width: 10px;
  height: 10px;
  font-size: 0;
  color: rgba(0, 79, 43, 0.3764705882);
  padding: 0;
  border: 0;
}
.single-project .text-sec {
  padding: 20px 0 60px;
}
.single-project .text-sec h1 {
  color: #004f2b;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.single-project .text-sec h4 {
  color: #004f2b;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  border-bottom: 2px solid var(--Rand, rgba(0, 79, 43, 0.2117647059));
  padding: 20px 0;
  margin-bottom: 40px;
}
.single-project .text-sec .single-detail {
  padding-bottom: 40px;
}
.single-project .text-sec .single-detail .green-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 17.53px;
}
.single-project .text-sec .single-detail .green-text.small {
  font-size: 12px;
  line-height: 12px;
  padding-top: 15px;
}
@media only screen and (min-width: 576px) {
  .single-project .img-sec img {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .single-project .img-sec img {
    height: 450px;
  }
}
@media only screen and (min-width: 992px) {
  .single-project {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-column-gap: 60px;
    grid-template-areas: "btn btn" "txt imgs";
  }
  .single-project .back-btn {
    grid-area: btn;
    padding-bottom: 40px;
  }
  .single-project .img-sec {
    grid-area: imgs;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .single-project .img-sec img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .single-project .text-sec {
    grid-area: txt;
    padding: 0 0 60px;
  }
  .single-project .text-sec h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-project {
    grid-column-gap: 120px;
  }
  .single-project .img-sec {
    grid-row-gap: 60px;
  }
  .single-project .img-sec img {
    height: 650px;
  }
}

/*custom css for the overwrite*/
@font-face {
  font-family: "vastago-grotesk";
  src: url("https://stg-recobel-stgrecobel.kinsta.cloud/wp-content/uploads/fonts/vastago-grotesk-regular.woff2")
      format("woff2"),
    url("https://stg-recobel-stgrecobel.kinsta.cloud/wp-content/uploads/fonts/vastago-grotesk-regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "vastago-grotesk-bold";
  src: url("https://stg-recobel-stgrecobel.kinsta.cloud/wp-content/uploads/fonts/vastago-grotesk-bold.woff2")
      format("woff2"),
    url("https://stg-recobel-stgrecobel.kinsta.cloud/wp-content/uploads/fonts/vastago-grotesk-bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "vastago-grotesk-light";
  src: url("https://stg-recobel-stgrecobel.kinsta.cloud/wp-content/uploads/fonts/vastago-grotesk-light.woff2")
      format("woff2"),
    url("https://stg-recobel-stgrecobel.kinsta.cloud/wp-content/uploads/fonts/vastago-grotesk-light.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "vastago-grotesk-semi-bold";
  src: url("https://stg-recobel-stgrecobel.kinsta.cloud/wp-content/uploads/fonts/vastago-grotesk-semi-bold.woff2")
      format("woff2"),
    url("https://stg-recobel-stgrecobel.kinsta.cloud/wp-content/uploads/fonts/vastago-grotesk-semi-bold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  font-family: "vastago-grotesk", sans-serif;
}
body {
  font-family: "vastago-grotesk", sans-serif;
}

.numbers-section .container .sec-two .item .number {
  font-family: "vastago-grotesk", sans-serif !important;
}
.numbers-section .container .sec-two .item .title {
  font-family: "vastago-grotesk", sans-serif !important;
}
.green-text {
  font-family: "vastago-grotesk", sans-serif !important;
}
.home_banner .text-sec h1 {
  font-family: "vastago-grotesk", sans-serif !important;
}
#header .inner-sec nav .menu-items > div ul li a {
  font-family: "vastago-grotesk", sans-serif !important;
}
footer .upper-sec .inner-sec .content-sec .footer-sub-title {
  font-family: "vastago-grotesk-semi-bold", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

footer .upper-sec .inner-sec .content-sec .section-four ul li a {
  font-family: "vastago-grotesk", sans-serif !important;
}

@media screen and (min-width: 992px) {
  .beige-text {
    font-family: "vastago-grotesk", sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
  }
}
@media only screen and (min-width: 992px) {
  #header.background-colour .inner-sec > .menu-main-menu-container a {
    color: #004f2b !important;
  }
}

@media only screen and (min-width: 992px) {
  #header.background-colour i {
    color: #004f2b !important;
  }

  #header.background-colour i.fa-times,
  #header.background-colour i.fa-solid {
    color: #efe0cc !important;
  }
}
@media only screen and (min-width: 992px) {
  #header.background-colour .inner-sec > .menu-main-menu-container a::after {
    background-color: #004f2b;
  }
}

@media only screen and (min-width: 992px) {
  #header.scrolled .inner-sec nav .menu-btn li {
    background-color: #004f2b;
  }
  #header.background-colour a.web-logo img.logo {
    filter: unset !important;
  }
}
#header.background-colour a.web-logo img.logo {
  filter: unser !important;
}

#header.background-colour .cart-count {
  border: 2px solid #004f2b !important;

  background: #efe0cc;
}
#header.background-colour .cart-count {
  color: #004f2b !important;
}
@media only screen and (min-width: 1200px) {
  .project-card .img-sec {
    height: 500px !important;
  }
}

.project-card:hover .bottom-sec h3,
.project-card:hover .bottom-sec .green-text {
  color: #004f2b !important;
}

.project-card:hover .bottom-sec {
  border-color: #004f2b;
}

.project-card:hover::before {
  background: none;
}

/* .project-card::before{
   display: none;
} */

@media screen and (min-width: 1920px) {
  #header.woocommerce-green-bg i {
    color: #004f2b !important;
  }

  #header.woocommerce-green-bg .cart-count {
    color: #004f2b !important;
  }
  #header.woocommerce-green-bg i {
    color: #004f2b !important;
  }
}
/*custom css for the product deatlis*/

.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .value
  .button-variable-wrapper
  div.selected {
  background-color: #004f2b !important;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .value
  .button-variable-wrapper
  div.selected
  span {
  color: white !important;
}
.woocommerce.single-product
  div.product
  .summary.entry-summary
  form
  table
  tbody
  tr
  .value
  .button-variable-wrapper
  div:hover {
  background-color: #89c54e !important;
}
@media screen and (min-width: 992px) {
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    tr.wc-block-cart-items__row {
    grid-template-columns: minmax(auto, auto) 0px 1fr !important;
  }
}

/* contact page css */
.contact-form-section .container {
  display: flex;
  column-gap: 118px;
}
/* Core Layout */
.cf7-two-column .cf7-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 36px !important;
  margin-bottom: 30px !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.cf7-two-column .cf7-row > label {
  width: 50% !important;
  max-width: 50% !important;
  display: flex !important;
  flex-direction: column !important;
  font-size: 14px;
  color: #004225;
  box-sizing: border-box;
}

/* Full width rows */
.cf7-two-column .cf7-row.full-width,
.cf7-two-column .cf7-row.full-width > label {
  width: 100% !important;
  max-width: 100% !important;
}

/* Labels and inputs */
.cf7-two-column .field-title {
  margin-bottom: 6px;
  font-size: 18px !important  ;
font-style: normal !important ;
font-weight: 600 !important ;
line-height: 24px !important;
}

.cf7-two-column input[type="text"],
.cf7-two-column input[type="email"],
.cf7-two-column input[type="tel"],
.cf7-two-column textarea {
  border: 1px solid #004225;
  padding: 10px;
  font-size: 14px;
  border-radius: 0;
  width: 100% !important;
  box-sizing: border-box;
  height: 50px;
  margin-top: 16px;
}

.cf7-two-column textarea {
  height: 50px;
  resize: vertical;
}

/* Checkbox + privacy */
.cf7-two-column .privacy-text {
  font-size: 15px;
  margin-bottom: 30px;
}

.cf7-two-column .wpcf7-acceptance .wpcf7-list-item {
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin: auto;
}

/* Submit button */
.cf7-two-column .submit-btn {
  text-align: right;
}

.cf7-two-column .submit-btn input[type="submit"] {
  background-color: #004225;
  width: 100%;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cf7-two-column .submit-btn input[type="submit"]:hover {
  background-color: #fff;
  color: #004f2b;
  border: 1px solid #004f2b;
  transition: 0.6s;
}

/* Captcha */
.cf7-two-column .captcha-row {
  margin-top: 10px;
}

/* Optional: Placeholder and Focus Effects */
.cf7-two-column input::placeholder,
.cf7-two-column textarea::placeholder {
  color: #999;
}

.cf7-two-column input:focus,
.cf7-two-column textarea:focus {
  outline: none;
  border-color: #007944;
  box-shadow: 0 0 0 1px #007944;
}

.cf7-two-column input[type ="checkbox"]:focus{
   box-shadow: unset;
}
.cf7-two-column .full-width{
  padding-bottom:   0px !important;
}
.full-width .cf7-col-full {
  flex: 1 1 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.contact-form-section .map {
  width: 50% !important;
}
.contact-form-section .map iframe {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
/*.wpcf7-form-control .wpcf7-list-item .check-box {
    -webkit-appearance: none;
  appearance: none;
  width: auto !important;
  height: auto !important ;
  border: 2px solid #216646;
  border-radius: 0px;
  position: relative;
}*/

.privacy-policy-text input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  border: 1px solid #216646;
  position: relative;
  margin-right:  14px;
}


.privacy-policy-text input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 6px;
  border: solid #216646;
  border-width: 0 2px 2px 0;
  top: 0px;
  left: 2px;
  transform: rotate(45deg);
}


.privacy-policy-texts {
    display: flex;
    align-items: center;
}

.privacy-policy {
    margin-left: 0.3em;
    margin-top:   0.5em;
}
.captcha-btn {
  margin-top: 30px;
}
.privacy-text .privacy-txt-clr {
  text-decoration: none;
  color: #004f2b;
/*  font-weight: 600;*/
}
.captcha-width,
.submit-width {
  width: 50%;
}
.submit-btn p {
  width: 100% !important;
}
.wpcf7-list-item .check-box:focus {
  outline: none;
  border-color: none !important;
  box-shadow: none !important;
}
.open-hr-section .wpb_column .vc_column_container {
  margin-top: 153px !important;
}
.opening-hours-section .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.opening-hours-section .container h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: #efe0cc;
  font-family: 'vastago-grotesk-semi-bold',sans-serif;
}
.opening-hours-section .slots {
  width: 50%;
}
.slots .slot .days,
.slots .slot .hours {
  color: #efe0cc !important;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 24px;
  letter-spacing: -0.35px;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em !important;
}

.slots .slot {
  justify-content: space-between;
  display: flex;
}
.opening-hours-section .container .slot {
  border-bottom: 1px solid #efe0cc50 !important;
  padding: 0px 0px 30px 0px !important;
}
.opening-hours-section .container .slot:not(:first-child) {
  padding-top: 30px !important;
}
@media screen and (min-width: 992px) {
  .opening-hours-section .container {
    margin-top: 100px !important;
    margin-bottom: 70px !important;
  }
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .contact-form-section .container {
    column-gap: 40px;
  }
}
@media (max-width: 1023px) {
  .contact-form-section .container {
    display: block !important;
    column-gap: 40px;
  }
  .contact-form-section .container .map {
    width: 100% !important;
    height: 500px;
  }
  .cf7-two-column .cf7-row {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .cf7-two-column .cf7-row {
    display: block !important;
  }
  .title-subtitle-desc {
    margin-top: 40px !important;
  }
  .wpb-content-wrapper .vc_custom_1754374754953 {
    padding-bottom: 50px !important;
  }
  .opening-hours-section .container {
    justify-content: center;
    gap: 45px;
  }
  .opening-hours-section .slots {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
.title-subtitle-desc .container .h1-title {
  font-family: "vastago-grotesk-bold", sans-serif !important;
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
}

}

@media screen and (min-width: 992px) {
.green-text.aos-init.aos-animate {
        font-size: 16px !important;
font-style: normal !important ;
font-weight: 400 !important;
line-height: 28px !important;
}
}

/*footer css*/
@media screen and (min-width: 992px) {
    .beige-text,
        footer .upper-sec .inner-sec .content-sec .section-four ul li a {
     font-family: 'vastago-grotesk-light' !important;
    }
}

.right .slick-list {
    height: 800px !important;
}

.right .slick-track {
    height: 800px !important;
}


#header.woocommerce-green-bg .inner-sec>.menu-main-menu-container ul#menu-main-menu li a,
#header.woocommerce-green-bg i {
    color:  #004f2b !important;
}

#header.woocommerce-green-bg .cart-count {
  color: #004f2b !important;
}

#header.woocommerce-green-bg .inner-sec nav .menu-btn li {
    background-color: #004f2b !important;
}
#header.woocommerce-green-bg .inner-sec nav .menu-btn.active li {
    background-color: #EFE0CC !important;
}
#header.background-colour .inner-sec nav .menu-btn.active li {
    background-color: #EFE0CC !important;
} /*# sourceMappingURL=style.css.map */
