@import url("https://use.typekit.net/jrk1jhl.css");

.h2__title {
  font-size: 33px;
  line-height: 1.2;
  font-family: "span", serif;
}

a:active {
  color: var(--main-green) !important;
}

.current_page_item a {
  color: var(--main-green) !important;
}

.current-menu-item a {
  color: var(--main-green) !important;
}

.menu-item a:hover {
  color: var(--main-green) !important;
}
.woocommerce-orders-table__cell-order-actions {
	display: flex !important;
	align-items: center;
	gap: 5px;
}
.current-menu-item a:hover {
  color: var(--main-green) !important;
}

.fbicon img {
  width: 30px;
  height: auto;
}

.hero-arrow-left,
.hero-arrow-right {
  display: flex;
}
html,
#page {
  padding: 0;
  margin: 0 !important;
}
#wpadminbar {
  /*   display: none; */
}
.pb-100 {
  padding-bottom: clamp(40px, 5.2083333333vw, 100px);
}
.filled__button.filled__button--black {
  background: #000;
}
.hero-arrows {
  display: none;
}
.relative {
  position: relative;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  max-width: 130px;
  min-width: 130px;
}
.error-text-bellow p a {
  color: #000;
  text-decoration: underline;
}
.error-text-bellow {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  min-width: 130px;
}
.hero-arrow-left {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 9;
}
.hero-arrow-left svg {
  transform: rotate(180deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hero-arrow-right {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 9;
}
.hero-arrows svg {
  max-width: 34px;
}
.has-arrows .hero-arrows {
  display: flex;
}
.mini-cart-holder .variation {
  display: none !important;
}
.classic-template p {
  margin-bottom: 32px;
  font-weight: 500;
}
.classic-template h1 {
  margin-bottom: 20px;
}
.single-product .woocommerce-message {
  display: none !important;
}
.single-product .single_add_to_cart_button.button {
  width: calc(90% - 77px) !important;
}
.classic-template p,
.classic-template a,
.classic-template li {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}
.classic-template h2 {
  margin-bottom: 20px;
  margin-top: 39px;
}
.classic-template h3 {
  margin-top: 39px;

  margin-bottom: 20px;
}
.classic-template a {
  color: inherit;
  text-decoration: underline;
}
.topbar {
  padding: 9.5px;
}
.wishlist-table thead {
  display: none !important;
}
header li a svg {
  min-width: 20px;
  fill: var(--main-black);
}
.header-logo {
  flex: 1;
}
.header-logo img {
  max-width: 180px;
}
.woocommerce-icons {
  flex: 1;
}
.main-navigation {
  flex: 2;
}
header .gap-20 ul {
  gap: 20px;
}
.justify-center ul {
  justify-content: center;
}

header a {
  color: var(--main-black);
  font-size: 15px;
  font-weight: 500;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.shop-by-categories .custom-slick-arrow {
  top: 43%;
}
.aws-container .aws-search-form .aws-form-btn:hover {
  background: transparent !important;
}
.price-rating-container {
  justify-content: flex-start !important;
  gap: 20px;
}
.site-header {
  background: #fff;
  padding: 15px 0 22px 0;
}
.aws-container .aws-search-form .aws-search-btn_icon {
  height: 32px;
}
.shop-by-categories {
  margin-top: 80px;
}
.home-hero {
  padding-top: 190px;
  padding-bottom: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* .best-seller-list-inner {
  display: flex;
}
.best-seller-list-inner li {
  width: calc(20% - 20px);
} */
.hamburger-menu {
  display: none;
}
.hero-subtitle {
  font-weight: bold;
  color: #3a6337;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.heading-1 {
  font-size: max(2vw, 21px);
  font-weight: 600;
  line-height: 1.2;
  color: var(--main-black);
  font-family: "span", serif;
}

.widget-title {
  font-family: "span", serif;
  color: #fff !important;
  margin-bottom: 10px;
}
.home-cards__item {
  position: relative;
}
.home-cards__item p {
  line-height: 1.3;
}
.home-cards__item-content {
  position: absolute;
  left: 50px;
  bottom: 45px;
  color: #fff;
  right: 30px;
}
.home-cards__item-content h2 {
  font-weight: 600;
  font-size: 28px;
}
.home-cards__item-content--up.home-cards__item-content {
  top: 38px;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  display: flex;
  bottom: unset;
}
.home-cards__item a {
  overflow: hidden;
  border-radius: 25px;
}
.home-cards__item a:hover img {
  transform: scale(1.2);
}
.home-cards__item img {
  transition: 0.3s;
  border-radius: 25px;
  width: 100%;
}
.wishlist-table {
  margin-top: 50px;
}
.page-template-template-wishlist .wishlist_item .remove-from-cart {
  background: transparent;
}
.wishlist-table tbody td {
  border-bottom: 1px solid #d2d3d3;
}
.wishlist-table tbody td:first-of-type {
  /* border-left: 1px solid #d2d3d3; */
}
.wishlist-table tbody .product-stock {
  /* border-right: 1px solid #d2d3d3; */
}

.wishlist-table .product-date {
  display: none;
}
.wishlist-table .product-stock {
  display: none;
}
.wishlist-table tbody td:first-of-type a {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.wishlist-table .product-remove {
  max-width: unset;
}
.wishlist-table thead th {
  background: var(--main-green);
}
.wishlist-table {
  border-spacing: 0px !important;
}
.product-card-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-black);
  margin-bottom: 12px;
  display: -webkit-box;
  font-family: "Inter", sans-serif;
  -webkit-line-clamp: 2;
  min-height: 48px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-post-price {
  line-height: 1;
  margin-top: 14px;
}
.shop-by-categories__wrapper.has-slider li {
  margin-left: 10px;
  margin-right: 10px;
}
.shop-by-categories__wrapper.has-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.featured-product-thumbnail {
  border: 1px solid #d2d3d3;
  border-radius: 25px;
  overflow: hidden;
  padding: 0 !important;
  margin-bottom: 17px;
}
.featured-product-thumbnail img {
  width: 100%;
  /* max-height: 225px; */
  object-fit: contain;
}
.featured-product-thumbnail .has-slider {
  position: relative;
}
.best-sellers-list .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
.best-sellers-list .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.best-sellers-list {
  position: relative;
}
.custom-slick-arrow {
  opacity: 0;
  transition: 0.3s;
}
.custom-slick-arrow svg {
  width: 13px;
  height: 13px;
  fill: #fff;
}
.has-slider:hover .custom-slick-arrow {
  opacity: 1;
  transition: 0.3s;
}
.custom-slick-prev {
  position: absolute;
  left: -15px;
  top: 30%;

  transform: translateY(-50%) rotate(180deg);
}
.custom-slick-next {
  right: -18px;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
}
.added_to_cart {
  display: none;
}
.mini-cart-holder {
  position: fixed;
  width: 33vw;
  right: 0;
  z-index: 16;
  transition: 0.3s;
  transform: translateX(100%);
  top: 0;
  height: 100vh;
  background: white;
}
.site-overlay--active.site-overlay::after {
  display: block;
  transition: 0.3s;
  opacity: 1;
}
.site-overlay::after {
  content: "";
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  width: 100%;
  /* z-index: 9999; */
  z-index: 15;
  opacity: 0;
  transition: 0.3s;
  height: 100%;
}
.site-overlay {
  position: relative;
}
.bb-cart {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: #f2f3f3;
  border-bottom: 1px solid #d2d3d3;
}
.show-password-input {
  display: none !important;
}
.mini-cart-wrapper,
.widget_shopping_cart_content {
  padding: 15px 20px 0 15px;
}
.ab {
  font-size: 17px;
  /* font-weight: 500; */
  color: var(--main-black);
  font-weight: bold;
  line-height: 25px;
}
.is-large.wc-block-cart .wc-block-components-sidebar,
.wc-block-components-sidebar-layout {
  margin-bottom: 100px !important;
}
.mini-cart-wrapper .product-thumbnail,
.widget_shopping_cart_content .product-thumbnail {
  border: 1px solid #d2d3d3;
  /* border-radius: 25px; */
  overflow: hidden;
  max-width: 130px;
  min-width: 130px;
  border-radius: 15px;
}
.mini_cart_item {
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #d2d3d3;
}
.pl-18 {
  padding-left: 18px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: unset;
  border-radius: 0 !important;
  /* padding: unset; */
}
.quantity-controls {
  position: relative;
  max-width: 102px;
}
.quantity-controls button {
  position: absolute;
  background: unset;
  cursor: pointer;
  padding: 0;
  height: 100%;
  font-size: 16px;
  color: var(--main-black);
}
.quantity-controls .quantity-minus {
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  width: 32px;
}
.quantity-controls .quantity-plus {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
.quantity-controls input {
  width: 100%;
  border-color: #d2d3d3 !important;
  text-align: center;
  border-radius: 0 !important;
}
.quantity-controls input::placeholder {
  text-align: center;
}
.mini-cart-right-remove svg {
  max-width: 20px;
}
.mini-cart-shipping {
  display: none;
}
.mini-cart-holder .subtotal-mini,
.mini-cart-holder .mini-cart-shipping {
  display: none !important;
}
.mini-cart-holder #fake-submit {
  display: none;
}
.mini-cart-wrapper,
.widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 42px);
}
.woocommerce-mini-cart__total.total.is-checkout {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: #f2f3f3;
  width: calc(100% + 40px);
  margin-left: -15px;
  border-bottom: 1px solid #d2d3d3;
  border-top: 1px solid #d2d3d3;
}
.mini-cart-holder .woocommerce-mini-cart__buttons a:first-of-type {
  background: var(--main-black);
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.mini-cart-holder .woocommerce-mini-cart__buttons a:first-of-type:hover {
  background: var(--main-green);
  color: #fff;
  transition: 0.3s;
}
.mini-cart-holder .woocommerce-mini-cart__buttons {
  padding: 20px 0;
  display: flex;
  gap: 20px;
}
.woocommerce-mini-cart__buttons > a {
  flex: 1;
  text-align: center;
}
#wishlist-trigger {
  position: relative;
}
.header-bag {
  position: relative;
}
.cart-count,
.wishlist-count {
  position: absolute;
  right: -10px;
  top: -10px;
  background: var(--main-green);
  width: 20px;
  color: #fff;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .facetwp-facet-load_more {
  display: none !important;
} */
.archive-wrapper > .row > .col-lg-9 {
  position: relative;
}
.featured-product-discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--main-green);
  color: #fff;
  font-size: 11px;
  z-index: 15;
  line-height: 12px;
  padding: 3px 5px;
  border-radius: 10px;
}
.mycurellsloadder {
  position: absolute;
  bottom: -50px;
  /* display: block !important; */
  left: 50%;
  transform: translateX(-50%);
}
.mycurellsloadder img {
  animation: rotate 1s infinite 0s;
}
.add-to-wishlist img {
  height: auto !important;
}
.summary .qty {
  appearance: textfield !important;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.featured-product-thumbnail {
  position: relative;
  padding: 10px;
}
.featured-product-thumbnail > a {
  padding: 10px;
}

.featured-product-thumbnail > a > img {
  transition: 0.3s;
}
.has-gallery .featured-product-thumbnail:hover > a:first-of-type > img {
  opacity: 0;
  transition: 0.3s;
}
.featured-product-thumbnail > a {
  display: flex;
}
.featured-product-thumbnail img {
  max-height: 225px;
  height: 100%;
}
.featured-product-gallery {
  position: absolute;
  top: 0;
  left: 0;
  /* padding: 10px; */
  z-index: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.has-not-gallery .featured-product-thumbnail:hover > a:first-of-type img {
  transform: scale(1.2);
}
.has-gallery .featured-product-thumbnail .featured-product-gallery {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.has-gallery .featured-product-thumbnail:hover .featured-product-gallery {
  z-index: 9;
  visibility: visible;
  transition: 0.3s;
  opacity: 1;
}
.add-to-wishlist img {
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  height: 100%;
  max-width: 17px;
}
/* .removed-from-wishlist img {
  filter: brightness(500);
} */
#close-hamburger-menu {
  display: none;
}
.logged-in .add-to-cart {
  z-index: 13;
}
.add-to-cart {
  z-index: 9;
}
.main-navigation .menu-item-has-children {
  position: relative;
  padding-right: 15px;
}
.main-navigation .menu-item-has-children::after {
  content: "";
  background-image: url("../icons/down-arrow-hob.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -5px;
  top: 0px;
  width: 20px;
  height: 20px;
}
.add-to-wishlist {
  width: 34px;
  height: 34px;
  position: absolute;
  /* left: 50%; */
  /* transform: translate(-50%, 100px); */
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
  border-radius: 50%;

  background: #fff;
}
.product-article:hover .add-to-wishlist {
  /* transform: translate(-50%, 0); */
  transition: 0.3s;
}
.remove-from-cart img {
  filter: invert(1);
}
.remove-from-cart {
  z-index: 9;
  background: var(--main-green);
}
.best-seller-list-classic > ul {
  display: flex;
  gap: 20px;
}
.best-seller-list-classic .product-article {
  width: calc(20% - 20px);
}
.add-to-wishlist img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer {
  padding: 100px 0;
  padding-bottom: 50px;
}
.post,
.page {
  margin: 0;
}
.footer-col-1 .widget,
.footer-col-1 ul {
  max-width: 180px !important;
}
.footer-col-2 h2,
.footer-col-2 p,
.footer-col-2 a,
.footer-col-3 h2,
.footer-col-3 p,
.footer-col-3 a,
.footer-col-3 li,
.footer-col-2 li {
  color: #898989;
}
.footer-copy,
.footer-copy a {
  color: #898989;
}
.bg-main-black--lighter {
  background: #212121;
  padding: 10px 0;
}
.footer-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-menu ul a {
  color: #898989;
}
.widget {
  margin: 0;
}
.shop-by-categories li a:hover img {
  transform: scale(1.2);
  transition: 0.3s;
}
.shop-by-categories a {
  overflow: hidden;
  justify-content: center;
  border-radius: 25px;
}
.shop-by-categories img {
  transition: 0.3s;
}
.main-navigation ul ul {
  flex-direction: column;
  background: white;
  padding: 15px;
  margin-top: 0px;
}
.main-navigation .nav-menu > li > a {
  padding: 15px 0;
}
#wishlist-trigger img {
  max-width: 24px;
}
.advanced-search-form {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 99;
  transition: 0.3s;
  transform: translateY(-100%);
  gap: 20px;
}
.advanced-search-form > .aws-container {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.advanced-search-form.advanced-search-form--active {
  transform: translateY(0);
  transition: 0.3s;
}
#close-search-form {
  position: fixed;
  top: 30px;
  right: 30px;
}

.aws-container .aws-search-form {
  height: 40px !important;
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  overflow: hidden;
  background: #f1f1f1;
  flex-direction: row-reverse;
}
.aws-container .aws-show-clear .aws-search-field {
  background: transparent !important;
  border-right: none !important;
  border: unset;
  padding-left: 10px;
  /* border: 1px solid #fff !important; */
  font-size: 15px;
  color: #7f7f7f !important;
  /* color: #fff; */
  height: 40px !important;

  padding: 10px;
}
.aws-container .aws-show-clear .aws-search-field::placeholder {
  color: #7f7f7f !important;
  line-height: 15px;
  font-size: 15px;
}
.aws-container .aws-focus {
  box-shadow: 10px 10px 0px 0px rgba(255, 255, 255, 1);
}
.aws-container .aws-search-form .aws-search-btn svg {
  fill: #000;
}
.aws-container .aws-search-form .aws-form-btn {
  background: transparent;
  border-left: 0 !important;
  border: unset;
}
#close-search-form svg {
  fill: #fff;
}
.aws-container .aws-search-form {
  height: 64px;
  padding-left: 10px;
}
.widget_media_image {
  margin-bottom: 20px;
}
.shop-by-categories__wrapper {
  position: relative;
}
.remove-from-cart.add-to-wishlist {
  display: none;
}
.woocommerce-mini-cart,
.cart_list,
.product_list_widget {
  overflow: scroll;
}
.star {
  color: #f7bb03;
}
.product-card-title {
  font-weight: 600;
}
.dropdown--active.sub-menu {
  opacity: 1;
  left: auto;
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 991px) {
  .main-navigation ul li > ul,
  .dropdown--active.sub-menu {
    transition: 0.3s;
  }
  .main-navigation ul li > ul {
    left: unset !important;
    visibility: hidden;
    opacity: 0;
  }
}
.archive-wrapper .products {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.archive-wrapper .product-article {
  width: calc(25% - 23px);
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: unset;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none;
}
.woocommerce a.added_to_cart {
  display: none !important;
}
.page-header .woocommerce-breadcrumb {
  padding: 0 !important;
}
.page-header,
.woocommerce-breadcrumb {
  background: #f2f3f3;
  text-align: center;
  padding: 25px 0 !important;
  margin-bottom: 40px;
}
.woocommerce-breadcrumb {
  color: #000 !important;
  margin-bottom: 5px !important;
}
.woocommerce-breadcrumb p,
.woocommerce-breadcrumb a {
  margin-bottom: 0 !important;
  color: #000 !important;
}
.archive-products__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.woocommerce-notices-wrapper {
  width: 100%;
  margin-bottom: 5px;
}
.woocommerce-pagination {
  display: none;
}
.facetwp-facet-load_more {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
.facet-label {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d3d3;
  margin-bottom: 20px;
  position: relative;
}
.facet-label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  /* display: none; */
  width: 12px;
  height: 3px;
  background: #000;
}
.facet-label::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 10px;
  width: 3px;
  height: 12px;
  background: #000;
}
.archive-wrapper br {
  display: none;
}
.facet-label {
  cursor: pointer;
}
.facet-label.active::before {
  display: none;
}
.facetwp-checkbox {
  font-weight: 500;
  font-size: 14px;
}
.facetwp-facet-size {
  display: flex;
  flex-wrap: wrap;
}
.facetwp-facet-size .facetwp-checkbox {
  background: unset !important;
}
.facetwp-facet-size .facetwp-checkbox .facetwp-counter {
  display: none;
}
.facetwp-facet-size .facetwp-checkbox {
  padding: 5px 9px !important;
  border: 1px solid #d2d3d3;
  border-radius: 5px;
  min-width: 42px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  margin: 0 10px 10px 0 !important;
  text-align: center;
}
.facetwp-facet-size .facetwp-display-value {
  padding-right: 0 !important;
}
.facetwp-facet-size .facetwp-checkbox:hover,
.facetwp-facet-size .facetwp-checkbox.checked {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  transition: 0.3s;
}
.facetwp-checkbox {
  background: unset !important;
  position: relative;
  padding-left: 30px !important;
}
.facetwp-facet-size .facetwp-checkbox::before {
  content: unset;
}
.facetwp-checkbox:hover::before {
  border-color: #000;
}
.facetwp-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #d2d3d3;
}
.facetwp-checkbox.checked::before {
  background: #000;
}
.facetwp-checkbox {
  line-height: 1.5;
  margin-bottom: 7px !important;
}
.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  border: 1px solid #d2d3d3 !important;
}
.noUi-horizontal {
  height: 8px !important;
}
.noUi-horizontal .noUi-handle {
  top: -8px !important;
}
.facetwp-slider-reset {
  margin-top: 10px;
}
.noUi-connect {
  background: var(--main-green) !important;
}
/* .facetwp-facet-reset_filters {
  display: block !important;
} */
.woocommerce .woocommerce-ordering select {
  border-left: unset !important;
  border-top: unset !important;
  outline: unset;
  font-weight: 500;
  font-size: 14px !important;
  border-right: unset !important;
}
.archive-wrapper {
  margin-bottom: 50px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: unset !important;
  margin-left: unset !important;
  width: unset !important;
  height: auto;
  box-shadow: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button {
  line-height: unset !important;
  font-weight: 400 !important;
}
.button.checkout.wc-forward {
  background: var(--main-green) !important;
  color: #fff !important;
}
.sidebar-filters {
  position: sticky;
  top: 50px;
}
#filter-close {
  display: none;
}
.product-brand a,
.product-brand span {
  font-size: 15px;
  font-weight: 500;
}
.product-brand span {
  color: #000;
}
.product-brand a {
  color: var(--main-green);
  text-decoration: underline;
}
.single-product h1 {
  margin-bottom: 10px;
  font-size: clamp(20px, 1.4583333333vw, 30px);
}
.woocommerce .star-rating span::before {
  display: none;
}
.price-rating-container {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-product-details__short-description {
  padding-left: 15px;
  margin-left: 5px;
  margin-bottom: 20px;
}
.woocommerce-product-details__short-description li {
  font-size: 15px;
  font-weight: 500;
  list-style: disc;
}
.woocommerce-product-details__short-description,
.single-product .summary form {
  max-width: 70%;
}
.single-product .summary form {
  gap: 15px;
  margin-bottom: 20px;
}
.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  display: none;
}
.fake-qtys button {
  border: unset;
  width: 36px;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}
.single-product .summary input {
  border: unset;
  width: 24px !important;
  outline: unset !important;
}
.single-product .summary form > .flex,
.quantity-custom-wrapper {
  border: 1px solid #d2d3d3;
  max-width: 102px;
  border-radius: 4px;
  height: 38px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.single-product .quantity {
  display: flex;
  align-items: center;
}
.fake-qtys {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .product_meta {
  display: none;
}
.browse-wishlist {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  gap: 5px;
}
.browse-wishlist img {
  max-width: 20px;
}
.browse-wishlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d2d3d3;
}
.paragraph__l p {
  font-size: 15px;
}
.gap-5 {
  gap: 5px;
}
.single-product-options > div {
  line-height: 30px;
}
.safe-payments-list {
  max-height: 30px;
}
.safe-payments-list img {
  width: 100%;
  max-height: 40px;
  object-fit: contain;
}
.safe-payments-box {
  padding: 15px;
  margin-top: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-direction: row-reverse;
} */
.upper-wrapper-product > * {
  width: 50%;
}
.single-product div.product .woocommerce-product-gallery {
  flex-direction: row-reverse;
  display: flex;
}
.flex-control-thumbs {
  display: flex;
  flex-direction: column;
}
.safe-payments-box p {
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (min-width: 767px) {
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
    .flex-control-thumbs
    li {
    width: 100% !important;
  }
  .single-product
    div.product
    .woocommerce-product-gallery
    .flex-control-thumbs
    li {
    float: unset !important;
  }
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  min-width: 130px;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  /* width: 100%; */
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li {
  overflow: hidden;
  /* max-height: 86px; */
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  border: 1px solid #d2d3d3;
  border-radius: 4px;
}
.upper-wrapper-product .summary {
  /* margin-left: 20px; */
  padding-left: 20px;
  margin-top: 0 !important;
}
.woocommerce-product-gallery__trigger {
  display: none !important;
}
.flex-control-thumbs {
  padding-right: 10px !important;
}
.flex-control-thumbs li {
  border: 1px solid #d2d3d3 !important;
  border-radius: 4px;
  display: flex !important;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.flex-control-thumbs li:hover {
  border-color: #000 !important;
  transition: 0.3s;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  opacity: 1 !important;
  transition: 0.3s;

  /* transform: scale(0.9); */
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img.flex-active {
  transform: scale(0.9);
  transition: 0.3s;
}
.flex-control-thumbs button {
  background: var(--main-green) !important;
  border-radius: 4px !important;
  color: #fff;
}
button {
  cursor: pointer;
}
a {
  cursor: pointer;
}
.flex-control-thumbs button:first-of-type {
  margin-bottom: 10px;
}
.upper-wrapper-product {
  margin-top: 40px;
  margin-bottom: 20px;
}
.single-image {
  width: 100% !important;
  justify-content: center;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  height: 100% !important;
}
#page .wcpa_section_body input {
  width: 100% !important;
  outline: unset !important;
  border: 2px solid #f2f3f3 !important;
}
#page label.wc-pao-addon-name {
  font-weight: 500 !important;
  font-size: 15px !important;
  margin-bottom: 5px !important;
}
#page .wc-pao-col1 {
  font-size: 15px !important;
  font-weight: 500 !important;
}
#page .wc-pao-addon-custom-textarea {
  resize: unset;
  border: 1px solid #eee !important;
}
.woocommerce-product-gallery__wrapper.single-image {
  border: 1px solid #d2d3d3 !important;
}
#page .wcpa_form_outer {
  margin: 0 !important;
}

.woocommerce-product-gallery__wrapper {
  height: 100% !important;
  display: flex;

  align-items: center;
}
.slick-slide.active {
  border-color: #000 !important;
}
.single-product ol .slick-prev {
  position: relative;
  color: transparent !important;
}
.single-product ol .slick-prev::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 30px;
  height: 30px;
  top: 50%;
  filter: invert(1);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../icons/down-arrow-hob.png");
}
.single-product ol .slick-next {
  position: relative;
  color: transparent !important;
}
.single-product ol .slick-next::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  top: 50%;
  filter: invert(1);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../icons/down-arrow-hob.png");
}
.wc-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d2d3d3;
  gap: 20px;
}
.wc-tabs a {
  color: #666666;
  font-weight: 500;
  padding-bottom: 18px 0;
  font-size: 18px;
}
.wc-tabs li.active a {
  color: #000;
  border-bottom: 3px solid var(--main-green);
}
.woocommerce-Tabs-panel--description > h2:first-of-type {
  display: none;
}
.woocommerce-Tabs-panel--description p {
  margin: 15px 0;
}
.woocommerce-Tabs-panel--description ul {
  padding-left: 20px;
}
.woocommerce-Tabs-panel--description img {
  margin: 15px 0;
}
.woocommerce-Tabs-panel p {
  font-size: 15px;
}
.woocommerce-Tabs-panel--description li {
  list-style: disc;
}
.woocommerce-product-attributes-item:first-of-type {
  border-top: 1px dotted #d2d3d3;
}
.woocommerce-product-attributes-item {
  font-size: 15px;
}
.woocommerce-product-attributes-item {
  display: flex;

  border-bottom: 1px dotted #d2d3d3;
}
.woocommerce-product-attributes-item th {
  min-width: 150px;
  text-align: left;
  font-weight: bold;
}
.woocommerce-product-attributes-item th,
.woocommerce-product-attributes-item td {
  width: max-content;
  padding: 8px;
  color: #000;
}
.woocommerce-product-attributes-item a {
  color: #000;
  font-weight: 500;
}
.woocommerce-product-attributes-item td {
  font-style: italic;
}
.single-product .related {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-product .related h2 {
  text-align: center;
}
.wc-block-components-product-name {
  font-size: 15px;
  font-weight: 500;
  color: #666;
}
.mb-50 {
  margin-bottom: 50px;
}
.wc-block-cart__submit-button {
  background: var(--main-green);
  color: #fff;
  width: 100%;
  transition: 0.3s;
  border-radius: 4px;
}
.wc-block-cart__submit-button:hover {
  color: #fff;
  transition: 0.3s;
}
#wc-block-components-totals-coupon__input-coupon {
  outline-style: unset;
}
#wc-block-components-totals-coupon__form button {
  border-radius: 4px !important;
  padding: 10px !important;
  background: var(--main-black);
  color: #fff !important;
}
.hidden-select {
  display: none;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  gap: 15px;
}
.onsale {
  display: none !important;
}
.quantity-custom-wrapper > .flex {
  align-items: center;
  height: 100%;
}
.variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.variations .fake-radio-label input {
  display: none;
}
.variations .fake-radio-label {
  padding: 4px 10px;
  margin: 5px;
  transition: 0.3s;
  display: block;
  font-weight: 400;
  cursor: pointer;
  border: 2px solid #f2f3f3;
  border-radius: 4px;
}
.fake-radio-label:first-of-type {
  margin-left: 0;
}
.variations .fake-radio-label:hover,
.fake-radio-label.active {
  transition: 0.3s;
  border-color: #507550;
}
.fake-radio-buttons {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-cart .wc-block-components-sale-badge {
  background: var(--main-green);
  color: #fff;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link) {
  padding: 10px !important;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link) {
  border-radius: 4px !important;
}
input,
button,
select,
textarea {
  outline: unset !important;
}
.woocommerce-cart .header-bag,
.woocommerce-checkout .header-bag {
  display: none;
}
.woocommerce-notice--success {
  background: var(--main-green);
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.woocommerce-thankyou-order-details {
  display: flex;
  margin-bottom: 30px;
}
.woocommerce-thankyou-order-details > li {
  display: flex;
  flex-direction: column;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 500;
  /* margin-right: 24px; */
  border-right: 1px solid #d2d3d3;
}
.woocommerce-thankyou-order-details > li:first-of-type {
  border-left: 1px solid #d2d3d3;
}
.woocommerce-thankyou-order-details > li strong {
  font-weight: 700;
}
.woocommerce-order-details__title {
  font-family: "span", sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
}
.woocommerce-MyAccount-content table {
  border-spacing: 0px;
}
.woocommerce-MyAccount-content tbody th,
.woocommerce-MyAccount-content tbody td {
  border-bottom: 1px solid #d2d3d3;
}
.woocommerce-MyAccount-content tbody td:last-of-type {
  border-right: 1px solid #d2d3d3;
}
.woocommerce-MyAccount-content tbody th {
  border-left: 1px solid #d2d3d3;
}
.woocommerce-MyAccount-content table a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-MyAccount-navigation ul {
  /* border-right: 1px solid #d2d3d3; */
}
.woocommerce-table--order-details {
  text-align: left;
}
.woocommerce-table--order-details tr > th {
  width: 50%;
  padding: 10px;
}
.woocommerce-MyAccount-content table {
  font-size: 15px;
}
.woocommerce-MyAccount-content th,
.woocommerce-MyAccount-content td {
  padding: 10px;
}
.woocommerce-table--order-details td {
  padding: 10px;
}
.woocommerce-table--order-details > thead,
.woocommerce-MyAccount-content thead {
  background: var(--main-green);
  color: #fff;
}
.woocommerce-table--order-details {
  border-spacing: 0px;
}
.woocommerce-table__line-item td {
  border-bottom: 1px solid #d2d3d3;
}
.woocommerce-table__line-item td:first-of-type {
  border-left: 1px solid #d2d3d3;
}
.woocommerce-table__line-item td:last-of-type {
  border-right: 1px solid #d2d3d3;
}
.woocommerce-table--order-details .wc-item-meta li {
  display: flex;
  gap: 5px;
  align-items: center;
}
.woocommerce-table--order-details tfoot {
  background: #f2f3f3;
}
.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
  border-bottom: 1px solid hsl(0deg 0% 13% / 12%);
}
.woocommerce-table--order-details tfoot th {
  border-left: 1px solid hsl(0deg 0% 13% / 12%);
}
.woocommerce-table--order-details tfoot td {
  border-right: 1px solid hsl(0deg 0% 13% / 12%);
}
.woocommerce-table--order-details li {
  font-size: 15px;
}
.woocommerce-columns--2 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.col2-set {
  display: flex;
  gap: 20px;
}
.woocommerce-Addresses {
  margin-top: 20px;
}
/* .woocommerce-MyAccount-content > p {
  background: var(--main-green);
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
} */
.woocommerce-order-received .col-1,
.woocommerce-order-received .col-2,
.woocommerce-column--billing-address,
.woocommerce-column--shipping-address,
.woocommerce-Address {
  width: max-content;
  margin: 0;
  padding: 20px;
  border: 1px solid #d2d3d3;
}
.woocommerce-order-received address {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
}
.woocommerce-order-received .woocommerce-columns--addresses {
  display: flex;
  gap: 20px;
  margin: 0;
}
.woocommerce-order-received
  .woocommerce-columns--addresses
  .woocommerce-column__title {
  font-weight: 500;
  margin-bottom: 10px;
}
.woocommerce-order-received .woocommerce-customer-details {
  margin-bottom: 50px;
}
.woocoomerce__my-account {
  display: flex;
}
.woocommerce-MyAccount-navigation li a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #d2d3d3;
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
}
.woocommerce-MyAccount-content p a {
  text-decoration: underline;
  color: #000;
}
address {
  font-style: normal;
  margin-bottom: 0;
  font-size: 15px;
}
mark {
  background: #f2f3f3;
}
.woocommerce-Address a {
  text-decoration: underline;
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
}
.woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form-row {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-row.form-row-wide {
  width: 100%;
}
.form-row span,
.form-row input,
.form-row select,
.form-row textarea,
.select2-container .select2-selection--single {
  width: 100%;
  font-size: 15px;
  display: block;
}
.form-row input,
.form-row select,
.select2-container .select2-selection--single {
  padding: 10px;
  height: unset;
  margin-right: 10px;
}
.form-row label {
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  font-size: 15px;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input
  input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"],
.wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted,
.select2-container--default .select2-selection--single {
  border: 1px solid #d2d3d3 !important;
  box-shadow: unset !important;
  font-size: 15px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce .col-lg-10 {
  margin-bottom: 50px;
}
.woocommerce-address-fields button,
.woocommerce-Button {
  margin-top: 20px;
  width: 100%;
  display: block;
  background: var(--main-green);
  color: #fff;
  padding: 15px;
  border-radius: 4px !important;
}
.woocommerce-EditAccountForm > p:last-of-type {
  width: 100%;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  outline: unset !important;
  color: #fff !important;
  padding: 10px !important;
}
.woocommerce-EditAccountForm em {
  margin-top: 5px;
  display: block;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background: #fff !important;
  color: #000 !important;
  padding-left: 0px !important;
  padding-bottom: 30px !important;
}
.woocommerce-EditAccountForm label {
  display: flex;
  white-space: nowrap;
}
.woocommerce-EditAccountForm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.woocommerce-EditAccountForm fieldset {
  width: 100%;
  padding: 20px !important;
  border: 1px solid #d2d3d3 !important;
}
.woocommerce-error {
  padding-left: 0 !important;
  background: transparent !important;
}
.woocommerce-error li {
  display: block;
  margin-bottom: 5px;
  padding: 10px !important;
  background: red !important;
}
#customer_login > div {
  width: 50%;
  padding: 20px;
  border: 1px solid #d2d3d3;
  border-radius: 4px;
}
#customer_login label {
  white-space: nowrap;
}
#customer_login {
  margin-bottom: 50px;
}
#customer_login p {
  font-size: 15px;
}
#customer_login p a {
  color: #000;
  text-decoration: underline;
}
#customer_login h2 {
  margin-bottom: 20px;
  font-family: "span", sans-serif;
}
#customer_login form > p {
  margin-bottom: 20px;
}
.woocommerce-form-login__rememberme {
  gap: 5px;
}
#customer_login button {
  width: 100% !important;

  display: block;
  background: var(--main-green);
  color: #fff;
  padding: 15px;
  border-radius: 4px !important;
}
#customer_login .form-row {
  width: 100%;
}
.woocommerce-ResetPassword.lost_reset_password {
  width: 50%;
  padding: 20px;
  border: 1px solid #d2d3d3;
  border-radius: 4px;
  margin-left: auto;
  font-size: 15px;
  margin-bottom: 50px;
  margin-right: auto;
}
.woocommerce-ResetPassword.lost_reset_password p {
  margin-bottom: 10px;
}
.woocommerce-ResetPassword.lost_reset_password label {
  white-space: nowrap;
}
.woocommerce-ResetPassword.lost_reset_password .form-row {
  width: 100%;
}
.edit-account fieldset .woocommerce-form-row {
  margin-bottom: 20px;
}
.woocommerce-account {
  overflow-x: hidden;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "span", sans-serif;
}
ins {
  background: #f2f3f3;
}
.page-template-template-wishlist .remove-from-cart img {
  filter: brightness(0);
  max-width: 24px;
}
.woocommerce-tabs .panel h2:first-of-type {
  font-size: 18px;
}
.commentlist {
  padding-left: 0;
  margin-left: 0;
}
.comment_container {
  display: flex;
  gap: 10px;
  padding: 10px;
  /* margin-bottom: 10px; */
  border-bottom: 1px solid #d2d3d3;
}
.even .comment_container {
  background-color: #f5f5f5;
}
.woocommerce-Tabs-panel .meta {
  font-size: 12px;
}
.comment_container img {
  min-width: 66px;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.clear {
  display: none !important;
}
.single-product #reviews {
  display: flex;
  gap: 20px;
}
.single-product #reviews > div {
  width: calc(50% - 10px);
}
.commentlist {
  max-height: 350px;
  overflow: scroll;
}
.comment-form label {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
}
#reply-title {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.comment-form-rating {
  margin-bottom: 15px;
}
.star-rating::before {
  color: #f7bb03;
}
.form-submit #submit {
  background: var(--main-green);
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 4px !important;
  cursor: pointer;
}
textarea#comment {
  height: 100px;
  border-radius: 4px !important;
  margin-bottom: 10px;
  width: 100%;
}
.stars a:before {
  opacity: 0.6;
  color: gold !important;
}
.comment-form-author,
.comment-form-email {
  flex-direction: column;
  display: flex;
  /* gap: 10px; */
  margin-bottom: 10px;
}
.comment-form-cookies-consent {
  margin-bottom: 10px;
}
.comment-form-cookies-consent label,
.comment-form-cookies-consent input {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .home-hero {
    padding-top: 80px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .hero-arrows svg {
    max-width: 24px;
    display: none;
  }
  .single-product #reviews {
    flex-direction: column;
  }
  .single-product #reviews > div {
    width: 100%;
  }
  .woocommerce-tabs ul.tabs {
    padding-left: 50px !important;
    padding-bottom: 10px !important;
  }
}
#site-navigation {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #d2d3d347;
}
.middle-search {
  flex: 2;
}
.css-r4o1is .ywcas-input-field-wrapper > div {
  flex-direction: row-reverse;
}
#page .wp-block-yith-search-block .ywcas-classic-search.ywcas-small input {
  padding-left: 0 !important;
}
.wp-block-yith-search-block
  .ywcas-classic-search
  .ywcas-input-field-wrapper
  .ywcas-submit-wrapper {
  display: flex;
}
#page .css-r4o1is .ywcas-submit-icon {
  color: #000 !important;
}
.css-r4o1is .ywcas-input-field-wrapper > div {
  background: #f2f3f3;
}
.wp-block-yith-search-block
  .ywcas-classic-search
  .ywcas-input-field-wrapper
  .ywcas-submit-wrapper {
  background: transparent !important;
  border: unset !important;
}
.ywcas-popover-results .wp-block-button {
  display: none !important;
}
.ywcas-search-results {
  margin-top: 0 !important;
}
.search-result-item__summary {
  display: none !important;
}
.ywcas-popover-results
  .popover-content
  .wp-block-yith-filled-block
  .ywcas-search-results
  .search-result-item
  .search-result-item__thumbnail
  img {
  border: 1px solid #d2d3d3;
  border-radius: 25px;
  overflow: hidden;
}
.ywcas-popover-results
  .popover-content
  .wp-block-yith-filled-block
  .ywcas-search-results
  .search-result-item:hover {
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .hero-arrow-left {
    top: unset;
    bottom: 40px;
    left: 20px;
  }
  .hero-arrow-right {
    top: unset;
    bottom: 40px;
    right: 20px;
  }
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  border: 1px solid transparent;
  border-radius: 100px 100px 100px 100px;
  color: var(--main-green);
  background: #fff;
  border-color: var(--main-green);
  width: 34px;
  height: 34px;
  bottom: 30px;
  font-size: 1.2em;
  z-index: 9;
}
.scroll-to-top a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.scroll-to-top svg {
  width: 18px;
  height: 18px;
  fill: var(--main-green);
}

body,
html {
  overflow-x: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #customer_login label input {
    width: max-content;
    justify-content: flex-start;
  }
}
.woocommerce-checkout.woocommerce-page form.woocommerce-checkout {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.woocommerce-checkout.woocommerce-page #customer_details {
  flex-direction: column;
  padding-right: 4.5283018868%;
  width: 65%;
}
.woocommerce-checkout.woocommerce-page #customer_details > * {
  width: 100%;
}
#order_review_heading {
  display: none !important;
}
.woocommerce-checkout.woocommerce-page #order_review {
  width: 35%;
  padding-left: 2.2641509434%;
}
.woocommerce-checkout.woocommerce-page .form-row label {
  font-size: 0.875em;
  line-height: 1.2;
  white-space: nowrap;
  margin: 0 0 12px;
}
.woocommerce-checkout.woocommerce-page .form-row {
  margin-bottom: 24px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-info a {
  color: #000 !important;
  text-decoration: underline;
}
.woocommerce-checkout.woocommerce-page .woocommerce-info {
  margin-bottom: 24px;
}
#order_comments_field {
  width: 100%;
}
#order_comments_field textarea {
  padding: 10px;
  height: 200px;
  font-size: 15px;
  color: #666;
  resize: unset;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#ship-to-different-address {
  margin-bottom: 24px;
}
.woocommerce-checkout.woocommerce-page #order_review {
  text-align: left;
  /* border: 1px solid #ccc; */
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 5px;
  padding: 10px;
}
.woocommerce-NoticeGroup {
  width: 100%;
}
.woocommerce-error li {
  width: 100% !important;
  margin-bottom: 24px;
  background: var(--main-green) !important;
  color: #fff !important;
  padding: 10px !important;
}
.woocommerce-error li a {
  color: #fff !important;
}
.woocommerce-checkout.woocommerce-page #order_review li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.woocommerce-checkout.woocommerce-page #order_review li label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.woocommerce-terms-and-conditions-wrapper p,
.woocommerce-terms-and-conditions-wrapper span {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wc_payment_method {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wc_payment_method label {
  display: flex;
  width: 100%;
  align-items: center;
}
.woocommerce-checkout.woocommerce-page #order_review tr,
.woocommerce-checkout.woocommerce-page #order_review th,
.woocommerce-checkout.woocommerce-page #order_review label,
.woocommerce-checkout.woocommerce-page
  #order_review
  .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px;
}
.woocommerce-checkout.woocommerce-page .form-row.place-order {
  width: 100% !important;
}
.wc_payment_methods.payment_methods label {
  width: 100%;
}
.woocommerce-terms-and-conditions-wrapper {
  width: 100%;
}
.woocommerce-checkout-payment .form-row {
  width: 100% !important;
}
.wc_payment_method {
  /* padding-bottom: 10px; */
  border-bottom: 1px solid #d2d3d3;
  /* padding-top: 10px; */
  padding: 16px 12px 16px 12px;
}
.wc_payment_method:last-of-type {
  border: unset;
}
.wc_payment_methods {
  border: 1px solid #d2d3d3;
  border-radius: 5px;
  margin-bottom: 24px;
}
.woocommerce-terms-and-conditions-wrapper span {
  margin: 0 !important;
}
#order_review a {
  text-decoration: underline;
  color: #000;
}
.woocommerce-terms-and-conditions-wrapper .form-row span {
  white-space: normal;
}
.woocommerce-terms-and-conditions-wrapper .form-row input {
  width: max-content;
  margin-top: 4px;
}
.woocommerce-terms-and-conditions-wrapper .form-row label {
  align-items: flex-start;
  gap: 5px;
}
.woocommerce-checkout button {
  padding: 10px !important;
  border-radius: 4px !important;
  width: 100%;
  background: var(--main-green) !important;
  color: #fff !important;
  padding: 12px 24px !important;
  box-shadow: unset !important;
  font-size: 14px !important;
  transition: 0.3s !important;
  border-radius: 4px !important;
  cursor: pointer;
  display: inline-block;
}
.woocommerce-checkout.woocommerce-page .checkout.woocommerce-checkout {
  margin-bottom: 50px;
}
#createaccount {
  width: 20px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout.woocommerce-page form.woocommerce-checkout {
    /* flex-direction: column-reverse; */
    gap: 24px;
  }
  .payment_method_cod p {
    font-size: 11px;
  }
  .woocommerce-checkout.woocommerce-page #customer_details,
  .woocommerce-checkout.woocommerce-page #order_review {
    width: 100%;
  }
  .woocommerce-checkout.woocommerce-page #customer_details {
    padding-right: 0 !important;
  }
  .woocommerce-checkout.woocommerce-page .form-row {
    width: 100% !important;
  }
  .form-row.form-row-wide.create-account.woocommerce-validated {
    margin-bottom: 0;
  }
}
#shipping_method {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.payment_method_cod p {
  font-size: 14px;
  white-space: normal;
}
.woocommerce-billing-fields h3 {
  margin-bottom: 12px;
}
.back-to-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
}
.back-to-cart img {
  max-width: 20px;
}

.tools-icons img {
  object-fit: contain;
}
.logged-in__avatar img {
  border-radius: 50%;
  object-fit: cover;
}

.gravatar-initials {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #c5c5c5;
  color: black;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
