/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 40px 0 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers::before {
  content: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 0 8px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a, .woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  font-weight: 500;
  color: #4C4C4C;
  padding: 0;
  font-size: 16px;
  position: relative;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a, .woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a, .woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  width: 2.25rem;
  height: 2.25rem;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  border: 1px solid #4C4C4C;
  text-decoration: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #2F2F2F;
  text-decoration: underline;
  font-weight: 600;
  background: transparent;
}

body.woocommerce .onsale {
  display: none;
}

.archive-product .main-taxonomy-product {
  padding-top: 30px;
}
.archive-product .main-taxonomy-product .grid-products {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .grid-products {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products {
    flex-direction: column-reverse;
  }
}
.archive-product .main-taxonomy-product .content-col {
  flex: 0 0 75%;
  max-width: 75%;
  width: 75%;
}
.archive-product .main-taxonomy-product .content-col {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .content-col {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .content-col .banner-promotion-pro {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col .banner-promotion-pro {
    height: 50vh;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col .banner-promotion-pro .img {
    height: 100%;
  }
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .title {
  color: #3cb44a;
  font-weight: 700;
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .title {
    font-size: 2.375rem;
  }
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .desc {
  font-weight: 500;
  color: #7C7C7C;
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .desc {
  margin-bottom: 0.9375rem;
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .desc {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .desc {
    font-size: 1.125rem;
  }
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .tag-discount {
  height: 32px;
  color: #ffffff;
  background-color: #036608;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: fit-content;
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .tag-discount {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .tag-discount {
    font-size: 1.125rem;
  }
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .price-promotion {
  display: flex;
  align-items: center;
  gap: 20px;
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .price-promotion {
  margin-top: 0.9375rem;
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .price-promotion .ins-price {
  color: #E50F0F;
  font-weight: 700;
  line-height: normal;
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .price-promotion .ins-price {
  font-size: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .price-promotion .ins-price {
    font-size: 3rem;
  }
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .price-promotion .del-price {
  font-weight: 400;
  color: #7C7C7C;
  text-decoration: line-through;
}
.archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .price-promotion .del-price {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .content-col .banner-promotion-pro .content-promotion .price-promotion .del-price {
    font-size: 1.5rem;
  }
}
.archive-product .main-taxonomy-product .content-col .top-archive-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col .top-archive-product {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.archive-product .main-taxonomy-product .content-col .top-archive-product .archive-title {
  font-weight: 600;
  margin-bottom: 0;
  color: #3cb44a;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
}
.archive-product .main-taxonomy-product .content-col .top-archive-product .archive-title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .content-col .top-archive-product .archive-title {
    font-size: 1.75rem;
  }
}
.archive-product .main-taxonomy-product .content-col .top-archive-product .archive-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 80%;
  transform: translateY(-50%);
  background-color: #3cb44a;
  border-radius: 8px;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col .top-archive-product .ordering {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.archive-product .main-taxonomy-product .content-col .top-archive-product .ordering .label {
  line-height: 40px;
  padding-right: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col .top-archive-product .ordering .label {
    font-size: 13px;
  }
}
.archive-product .main-taxonomy-product .content-col .top-archive-product .ordering .woocommerce-ordering {
  margin-bottom: 0;
}
.archive-product .main-taxonomy-product .content-col .top-archive-product .ordering .woocommerce-ordering select {
  cursor: pointer;
  padding: 5px 20px 5px 15px;
  height: 40px;
  font-weight: 400;
  background-color: #F7F7F7;
  border-radius: 30px;
  color: #4F4F4F;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col .top-archive-product .ordering .woocommerce-ordering select {
    font-size: 13px;
    padding: 5px 10px;
  }
}
.archive-product .main-taxonomy-product .content-col ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}
.archive-product .main-taxonomy-product .content-col ul.products::before, .archive-product .main-taxonomy-product .content-col ul.products::after {
  content: none;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product {
  float: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: calc((100% - 24px) / 3);
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col ul.products li.product {
    width: calc((100% - 12px) / 2);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .content-col ul.products li.product .product-item {
    padding: 0;
  }
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__link {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: #3cb44a;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__link:hover img {
  transform: scale(1.04);
  transition: all 0.3s;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__link img {
  object-fit: cover;
  margin-bottom: 0;
  transform: scale(1);
  transition: all 0.3s;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__title {
  flex: auto;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  padding: 10px 0 0;
  margin-bottom: 5px;
  position: relative;
  color: #3cb44a;
  transition: all 0.4s ease;
  font-size: 16px;
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .archive-product .main-taxonomy-product .content-col ul.products li.product .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archive-product .main-taxonomy-product .content-col ul.products li.product .button {
  display: none;
}
.archive-product .page-description {
  margin: 30px 0;
}
.archive-product .term-tax-custom {
  background-color: #F7F7F7;
}
.archive-product .term-tax-custom .term-description-custom {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 40px 0;
}
.archive-product .term-tax-custom .term-description-custom .mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(360deg, #F7F7F7 21.51%, rgba(247, 247, 247, 0) 71.7%);
}
.archive-product .term-tax-custom .term-description-custom .btn_show {
  margin-top: 0;
  position: absolute;
  bottom: 40px;
  left: 0px;
  z-index: 2;
}

.sidebar-col {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  padding: 0 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .sidebar-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar-col .sidebar-all {
  position: -webkit-sticky;
  position: sticky;
  top: 12px;
}
@media only screen and (max-width: 47.99875rem) {
  .sidebar-col .sidebar-all {
    position: relative;
    top: 0;
  }
}
.sidebar-col .widget-sidebar .widget_product_categories {
  background-color: #100D0D;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sidebar-col .widget-sidebar .widget_product_categories span {
  height: 70px;
  background-color: #1B1717;
  font-weight: 700;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  color: #036608;
  line-height: normal;
  border-top-left-radius: 50px;
  margin-bottom: 10px;
}
.sidebar-col .widget-sidebar .widget_product_categories span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sidebar-col .widget-sidebar .widget_product_categories span {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .sidebar-col .widget-sidebar .widget_product_categories span {
    font-size: 1.75rem;
  }
}
.sidebar-col .widget-sidebar .widget_product_categories ul.product-categories {
  list-style-type: none;
  padding: 10px 10px 40px;
  margin: 0;
}
.sidebar-col .widget-sidebar .widget_product_categories ul.product-categories li {
  margin-bottom: 10px;
}
.sidebar-col .widget-sidebar .widget_product_categories ul.product-categories li:last-child {
  margin-bottom: 0;
}
.sidebar-col .widget-sidebar .widget_product_categories ul.product-categories li.current-cat a {
  color: #036608;
}
.sidebar-col .widget-sidebar .widget_product_categories ul.product-categories li a {
  padding: 12px 15px;
  background-color: #1B1717;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  color: #ffffff;
  font-size: 15px;
  display: block;
  text-transform: uppercase;
}
.sidebar-col .widget-sidebar .widget_nav_menu {
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 14px 8px;
}
.sidebar-col .widget-sidebar .widget_nav_menu {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .sidebar-col .widget-sidebar .widget_nav_menu {
    margin-bottom: 1.875rem;
  }
}
.sidebar-col .widget-sidebar .widget_nav_menu > span {
  text-transform: uppercase;
  color: #062D0A;
  font-weight: 600;
  display: block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sidebar-col .widget-sidebar .widget_nav_menu > span {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .sidebar-col .widget-sidebar .widget_nav_menu > span {
    font-size: 1.25rem;
  }
}
.sidebar-col .widget-sidebar .widget_nav_menu > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #062D0A;
}
.sidebar-col .widget-sidebar .widget_nav_menu ul.menu {
  flex-direction: column;
}
.sidebar-col .widget-sidebar .widget_nav_menu ul.menu li a {
  width: 100%;
  padding: 12px 6px;
  color: #4F4F4F;
  font-weight: 400;
}
.sidebar-col .widget-sidebar .widget_nav_menu ul.menu li a[aria-current=page] {
  color: #254036;
  background-color: #ffffff;
  font-weight: 500;
}
.sidebar-col .widget-sidebar .widget_media_image a {
  display: block;
}
.sidebar-col .widget-sidebar .widget_media_image img {
  width: 100%;
  height: 100% !important;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sidebar-col .widget-title {
  text-transform: uppercase;
  color: #3cb44a;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
}
.sidebar-col .widget-title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .sidebar-col .widget-title {
    font-size: 1.375rem;
  }
}
.sidebar-col .widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #3cb44a;
}

@keyframes loopflicker {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  40% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.bottom-product-archive {
  padding-top: 30px;
  background-color: #ffffff;
}
.bottom-product-archive .title-viewed, .bottom-product-archive .heading-title {
  text-align: center;
  color: #3cb44a;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.bottom-product-archive .title-viewed, .bottom-product-archive .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .bottom-product-archive .title-viewed, .bottom-product-archive .heading-title {
    font-size: 1.75rem;
  }
}
.bottom-product-archive .swiper-container .swiper-slide {
  width: 20%;
  padding: 0 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .bottom-product-archive .swiper-container .swiper-slide {
    width: 33.33%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .bottom-product-archive .swiper-container .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .bottom-product-archive .swiper-container .swiper-slide .product-item {
    padding: 0;
    padding-bottom: 10px;
  }
}
.bottom-product-archive .swiper-container .swiper-button.swiper-button-prev {
  left: -32px;
}
@media only screen and (max-width: 47.99875rem) {
  .bottom-product-archive .swiper-container .swiper-button.swiper-button-prev {
    left: -10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .bottom-product-archive .swiper-container .swiper-button.swiper-button-prev {
    display: none;
  }
}
.bottom-product-archive .swiper-container .swiper-button.swiper-button-next {
  right: -32px;
}
@media only screen and (max-width: 47.99875rem) {
  .bottom-product-archive .swiper-container .swiper-button.swiper-button-next {
    right: -10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .bottom-product-archive .swiper-container .swiper-button.swiper-button-next {
    display: none;
  }
}
.bottom-product-archive .swiper-container .swiper-pagination {
  bottom: -40px;
}
@media only screen and (max-width: 47.99875rem) {
  .bottom-product-archive .swiper-container .swiper-pagination {
    bottom: -30px;
  }
}
.bottom-product-archive .related-products {
  padding-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .bottom-product-archive .related-products .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.bottom-product-archive .widget_recently_viewed_products > span {
  display: block;
  text-align: center;
  color: #3cb44a;
  margin-bottom: 15px;
}
.bottom-product-archive .widget_recently_viewed_products > span {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .bottom-product-archive .widget_recently_viewed_products > span {
    font-size: 1.75rem;
  }
}
.bottom-product-archive .product_list_widget li::before {
  content: none;
}

body.single-product .section-breadcrumb {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .section-breadcrumb {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .section-breadcrumb {
    padding-bottom: 10px;
  }
}
body.single-product .woocommerce-notices-wrapper {
  font-size: 15px;
}
body.single-product .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #f7f7f7;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-top: 0;
  padding: 10px 10px 10px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}
body.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
  content: "\f058";
  color: #036608;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  margin-right: 8px;
  font-weight: 900;
  position: static;
}
body.single-product .woocommerce-notices-wrapper .woocommerce-message a.button {
  color: #036608;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  order: 100;
  float: right;
  padding: 0;
  background: none;
  line-height: 1.7;
}
body.single-product .product-details {
  position: relative;
  display: flex;
}
body.single-product .product-details {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details {
    flex-wrap: wrap;
  }
}
body.single-product .product-details .onsale {
  display: none;
  position: absolute;
  z-index: 2;
  font-size: 13px;
  color: #fff;
  background-color: #036608;
  font-weight: 400;
  padding: 0 5px;
  border-radius: 5px;
  pointer-events: none;
  top: 15px;
  left: 15px;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper {
  width: 58%;
  height: -webkit-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper {
    width: 100%;
  }
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery {
    flex-wrap: wrap;
  }
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images {
  width: calc(100% - 100px);
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images {
    width: 100%;
  }
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image {
  border-radius: 8px;
  position: relative;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image .image-popup {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 1.875rem;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 1.875rem;
  z-index: 97;
  opacity: 0.1;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image .res {
  border-radius: 8px;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image .res.ar-16-9 {
  padding-top: 100%;
  aspect-ratio: unset;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image .res img {
  border-radius: 8px;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-button {
  display: none;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs {
  width: 100px;
  height: 650px;
  overflow: hidden;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs {
    margin-top: 15px;
    width: 100%;
    height: auto;
  }
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-button {
  display: none;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide {
    width: calc(25% - 5px) !important;
  }
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .wpg__thumb {
  background-color: #ffffff;
  transition: 0.2s ease;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide.swiper-slide-thumb-active .wpg__thumb, body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide:hover .wpg__thumb {
  opacity: 1;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  background-color: transparent;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .res.ar-16-9 {
  aspect-ratio: 1/1;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .res img {
  border-radius: 8px;
}
body.single-product .product-details .summary.entry-summary {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary {
    padding-left: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary {
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .summary.entry-summary {
    flex: 1 1 0;
  }
}
body.single-product .product-details .summary.entry-summary .product_title {
  font-weight: 700;
  margin-bottom: 12px;
  color: #3cb44a;
  position: relative;
  line-height: 1.3;
}
body.single-product .product-details .summary.entry-summary .product_title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .product_title {
    font-size: 1.75rem;
  }
}
body.single-product .product-details .summary.entry-summary .woocommerce-product-rating {
  margin-top: 8px;
}
body.single-product .product-details .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
}
body.single-product .product-details .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link .count {
  font-weight: 600;
  color: #036608;
}
body.single-product .product-details .summary.entry-summary .woocommerce-product-details__short-description {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  color: #4C4B4B;
  text-align: justify;
}
body.single-product .product-details .summary.entry-summary .woocommerce-variation-add-to-cart {
  display: none;
}
body.single-product .product-details .summary.entry-summary form.cart {
  align-items: center;
  font-size: 15px;
  margin: 20px 0 0;
}
body.single-product .product-details .summary.entry-summary form.cart {
  display: flex;
  flex-flow: row wrap;
}
body.single-product .product-details .summary.entry-summary form.cart {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
body.single-product .product-details .summary.entry-summary form.cart::before {
  content: none;
}
body.single-product .product-details .summary.entry-summary form.cart > div {
  width: 100%;
}
body.single-product .product-details .summary.entry-summary form.cart table.variations {
  border-collapse: unset;
  margin-bottom: -5px;
}
body.single-product .product-details .summary.entry-summary form.cart table.variations th {
  padding: 0;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity {
  flex: 0 0 auto;
  max-width: 90px;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity input {
  border-radius: 5px;
  height: 52px;
  padding: 0 15px;
  width: 100%;
  min-width: unset;
  max-width: unset;
  font-size: 15px;
  font-weight: 500;
  -webkit-appearance: none;
          appearance: none;
}
body.single-product .product-details .summary.entry-summary form.cart button[name=add-to-cart] {
  flex: 1 1 0;
  max-width: 100%;
  color: #fff;
  height: 52px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #036608;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
body.single-product .product-details .summary.entry-summary form.cart button[name=add-to-cart] {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  body.single-product .product-details .summary.entry-summary form.cart button[name=add-to-cart] {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary form.cart button[name=add-to-cart] {
    font-size: 1.25rem;
  }
}
body.single-product .product-details .summary.entry-summary form.cart button[name=add-to-cart]:hover {
  background-color: #115718;
}
body.single-product .product-details .summary.entry-summary .product_meta {
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
}
body.single-product .product-details .summary.entry-summary .product_meta > * {
  display: block;
}
body.single-product .product-details .summary.entry-summary .product_meta > *:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
body.single-product .product-details .summary.entry-summary .product_meta .sku_wrapper {
  position: relative;
  font-weight: 400;
  padding-bottom: 0;
  color: #727272;
}
body.single-product .product-details .summary.entry-summary .product_meta .sku_wrapper .sku {
  color: #3cb44a;
  font-weight: 600;
}
body.single-product .product-details .summary.entry-summary .product_meta .posted_in {
  position: relative;
  font-weight: 400;
  display: none;
}
body.single-product .product-details .summary.entry-summary .product_meta .posted_in::before {
  content: "\f03a";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px;
  color: #036608;
  font-size: 15px;
}
body.single-product .product-details .summary.entry-summary .product_meta .posted_in a {
  font-weight: 600;
}
body.single-product .product-details .summary.entry-summary .product_meta .tagged_as {
  position: relative;
  font-weight: 400;
}
body.single-product .product-details .summary.entry-summary .product_meta .tagged_as::before {
  content: "\f02c";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px;
  color: #036608;
  font-size: 15px;
}
body.single-product .product-details .summary.entry-summary .product_meta .tagged_as a {
  font-weight: 600;
}
body.single-product .product-details .summary.entry-summary .onsale {
  width: -webkit-fit-content;
  width: fit-content;
  height: 30px;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  min-width: auto;
  min-height: auto;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 15px;
}
body.single-product .product-details .summary.entry-summary .onsale {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body.single-product .product-details .summary.entry-summary .price {
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
body.single-product .product-details .summary.entry-summary .price {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
body.single-product .product-details .summary.entry-summary .price ins {
  text-decoration: none;
  color: #990F0F;
}
body.single-product .product-details .summary.entry-summary .price ins {
  font-size: 1.375rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price ins {
    font-size: 1.75rem;
  }
}
body.single-product .product-details .summary.entry-summary .price ins .woocommerce-Price-currencySymbol {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price ins .woocommerce-Price-currencySymbol {
    font-size: 1.375rem;
  }
}
body.single-product .product-details .summary.entry-summary .price del {
  opacity: 1;
  color: #7C7C7C;
  font-weight: 400;
}
body.single-product .product-details .summary.entry-summary .price del {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price del {
    font-size: 1.25rem;
  }
}
body.single-product .product-details .summary.entry-summary .single-product-inf {
  margin: 30px 0;
}
body.single-product .product-details .summary.entry-summary .single-product-inf .title {
  color: #3cb44a;
  font-weight: 600;
}
body.single-product .product-details .summary.entry-summary .single-product-inf .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .single-product-inf .title {
    font-size: 1.25rem;
  }
}
body.single-product .product-details .summary.entry-summary .single-product-inf .content {
  font-weight: 400;
}
body.single-product .product-details .summary.entry-summary .single-product-inf .content .item {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .single-product-inf .content .item {
    margin-bottom: 0.9375rem;
  }
}
body.single-product .product-details .summary.entry-summary .single-product-inf .content .item:last-child {
  margin-bottom: 0;
}
body.single-product .product-details .summary.entry-summary .single-product-inf .content .item .label {
  color: #727272;
  padding-right: 10px;
}
body.single-product .product-details .summary.entry-summary .single-product-inf .content .item .desc {
  color: #3cb44a;
}
body.single-product .product-details .summary.entry-summary .product-contact .btn-main {
  margin-top: 0;
  height: 42px;
  width: 100%;
  text-transform: uppercase;
}
body.single-product .product-details .summary.entry-summary .product-contact .btn-main span {
  padding-right: 20px;
}
body.single-product .product-details .summary.entry-summary .product-contact .btn-main img {
  object-fit: contain;
}
body.single-product .product-details .summary.entry-summary .product-contact .btn-main img {
  width: 1.375rem;
  height: 1.375rem;
}
body.single-product .product-details .summary.entry-summary .policy-product {
  background-color: #F7F7F7;
  border-radius: 12px;
  margin: 25px 0 0;
  padding: 20px;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-details .summary.entry-summary .policy-product {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
body.single-product .product-details .summary.entry-summary .policy-product::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 20px);
  transform: translate(-50%, -50%);
  background-image: url("data:image/png;base64,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");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-details .summary.entry-summary .policy-product::before {
    content: none;
  }
}
body.single-product .product-details .summary.entry-summary .policy-product .item {
  display: flex;
  align-items: center;
}
body.single-product .product-details .summary.entry-summary .policy-product .item .icon img {
  object-fit: contain;
}
body.single-product .product-details .summary.entry-summary .policy-product .item .icon img {
  width: 2.125rem;
  height: 2.125rem;
}
body.single-product .product-details .summary.entry-summary .policy-product .item .desc {
  width: calc(100% - 34px);
  color: #1E1E1E;
  font-size: 14px;
}
body.single-product .product-details .summary.entry-summary .policy-product .item .desc {
  padding-left: 0.75rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .policy-product .item .desc {
    padding-left: 0.9375rem;
  }
}
body.single-product .product-after-summary {
  background-color: #F7F7F7;
  padding-bottom: 35px;
}
body.single-product .product-after-summary {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary {
    padding-bottom: 3.125rem;
  }
}
body.single-product .product-after-summary .wrapper {
  padding-top: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wrapper {
    padding-top: 2.5rem;
  }
}
body.single-product .product-after-summary .wrapper .col-content {
  width: 70%;
}
body.single-product .product-after-summary .wrapper .col-content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wrapper .col-content {
    padding-right: 0.9375rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-after-summary .wrapper .col-content {
    width: 100%;
  }
}
body.single-product .product-after-summary .wrapper aside.sidebar {
  width: 30%;
}
body.single-product .product-after-summary .wrapper aside.sidebar {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wrapper aside.sidebar {
    padding-left: 0.9375rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-after-summary .wrapper aside.sidebar {
    display: none;
  }
}
body.single-product .product-after-summary .wrapper aside.sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
body.single-product .product-after-summary .wrapper aside.sidebar .widget_media_image img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0 !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs {
  display: flex;
  gap: 15px;
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs {
    flex-wrap: wrap;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs::before {
  content: none !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li {
  text-align: center;
  width: 100%;
  border: none !important;
  margin: 0 -3px 0 0 !important;
  padding: 16px 25px !important;
  background-color: #ffffff !important;
  border-radius: 7px !important;
  z-index: 2 !important;
  line-height: normal;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li {
    padding: 12px 20px !important;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li::before, body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li::after {
  content: none !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li.active {
  color: #3cb44a !important;
  border-bottom: none !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li.active a {
  color: #3cb44a !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li.active a {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li.active a {
    font-size: 1.75rem;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li a {
  width: 100%;
  padding: 0 !important;
  font-weight: 500 !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li a {
  font-size: 1.0625rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li a {
    font-size: 1.25rem;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #4F4F4F;
  line-height: 1.6;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab {
    line-height: 1.5;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab a {
  color: #036608;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab#tab-description > h2:first-child {
  display: none;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews {
  display: flex;
  flex-flow: row wrap;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .woocommerce-Reviews-title > span {
  color: #3cb44a;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist {
  list-style: none;
  margin: 0;
  padding: 1.25rem;
  background-color: #f5f5f5;
  border-radius: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist {
    padding: 0;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container {
  display: flex;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .avatar {
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  padding: 0;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .avatar {
  width: 3.125rem;
  height: 3.125rem;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .avatar {
    width: 2.5rem;
    height: 2.5rem;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text {
  position: relative;
  top: -4px;
  margin: 0;
  padding: 0;
  border: none;
  flex: 1 1 0;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text .meta {
  margin-bottom: 5px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text .meta .woocommerce-review__dash {
  font-size: 13px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text .meta .woocommerce-review__published-date {
  font-size: 13px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text .description {
  font-size: 15px;
  line-height: 1.6;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text .description p {
  line-height: inherit;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) {
    padding: 10px;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment):not(:last-child) {
  margin-bottom: 15px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) .children {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-left: 50px;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) .children {
    padding-left: 10px;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) .children > li.comment {
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 15px;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper {
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    order: -1;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #review_form {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #reply-title {
  font-weight: 700;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #reply-title #cancel-comment-reply-link {
  font-size: 13px;
  color: #036608;
  font-weight: 400;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating {
  margin-top: 10px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating {
  display: flex;
  flex-flow: row wrap;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating > label {
  font-size: 15px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating > label .required {
  color: #036608;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating select#rating {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment {
  margin-top: 10px;
  margin-bottom: 5px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment > label {
  display: none;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment > label .required {
  color: #036608;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment textarea {
  padding: 10px;
  font-size: 15px;
  border-radius: 8px;
  width: 100%;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment textarea:focus {
  border: 1px solid #3cb44a;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .form-submit [type=submit] {
  color: #fff;
  font-weight: 500;
  height: 40px;
  border: none;
  padding: 0 15px;
  border-radius: 5px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews .clear {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .wp-caption-text {
  padding-top: 10px;
  font-style: italic;
  font-weight: 400;
  color: #1385DB;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description {
  margin: 0 auto 30px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper {
  align-items: center;
  margin-bottom: 30px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell {
  width: 50%;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell {
    width: 100%;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content {
    padding-right: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content {
    margin-bottom: 20px;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content .list-icon {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content .list-icon {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content .list-icon .item {
    text-align: center;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content .list-icon .item .icon img {
  object-fit: contain;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content .list-icon .item .icon img {
  width: 4.375rem;
  height: 4.375rem;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content .list-icon .item .desc {
  padding-top: 12px;
  font-weight: 400;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content .title {
  color: #3cb44a;
  font-weight: 500;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content .title {
    font-size: 1.25rem;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content .content-about ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-content .content-about ul li {
  color: #4F4F4F;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #E5E5E5;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-img {
    margin-bottom: 30px;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .extra-description .wrapper .cell.cell-img img {
  width: 100%;
}
body.single-product .product-after-summary .related.products {
  padding: 40px 0 80px;
  position: relative;
  z-index: 99;
}
body.single-product .product-after-summary .related.products .heading-title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .related.products .heading-title {
    margin-bottom: 2.5rem;
  }
}
body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide {
  padding: 0 6px;
  width: 33.3333333333%;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide .product-item .product-content .title {
  font-size: 16px !important;
}
body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide .product-item .product-content .title::after {
  content: none;
}
body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide .product-item .product-content .price-product {
  margin: 0;
}
body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide .product-item .product-content .btn-link {
  margin-top: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide .product-item .product-content .btn-link {
    margin-top: 0.9375rem;
  }
}
body.single-product .product-after-summary .related.products .swiper-controls .swiper-button::before {
  background-color: transparent !important;
  border: none !important;
  color: #383838 !important;
}
body.single-product .product-after-summary .related.products .swiper-controls .swiper-button.swiper-button-prev {
  left: -30px;
}
@media only screen and (max-width: 39.99875rem) {
  body.single-product .product-after-summary .related.products .swiper-controls .swiper-button.swiper-button-prev {
    left: -22px;
  }
}
body.single-product .product-after-summary .related.products .swiper-controls .swiper-button.swiper-button-next {
  right: -30px;
}
@media only screen and (max-width: 39.99875rem) {
  body.single-product .product-after-summary .related.products .swiper-controls .swiper-button.swiper-button-next {
    right: -22px;
  }
}
body.single-product .product-after-summary .related.products .swiper-controls .swiper-pagination {
  bottom: -60px;
}
body.single-product .product-after-summary .related.products .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  border-radius: 100px;
  background-color: #595550;
}
body.single-product .product-after-summary .related.products .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 4px;
  background-color: #110D0E;
}
body.single-product .share-product {
  margin-top: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .share-product {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .share-product .sharing-toolbox {
    margin-top: 10px;
    display: flex !important;
  }
}

.wc-block-components-product-metadata {
  display: none;
}

.wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button a {
  background-color: #036608;
  color: #ffffff;
}
.wc-block-cart__submit-container a:hover,
.wc-block-components-checkout-place-order-button a:hover {
  background-color: #3cb44a;
}

body.woocommerce-cart .wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new {
  display: none;
}
body.woocommerce-cart a.checkout-button.button.alt.wc-forward {
  background-color: #036608;
}
body.woocommerce-cart a.checkout-button.button.alt.wc-forward:hover {
  background-color: #115718;
}
body.woocommerce-cart table.cart td.actions .input-text {
  width: 150px;
}
body.woocommerce-cart .wc-block-cart-items__header-product {
  visibility: visible !important;
  background: #f9f9f9 !important;
}
body.woocommerce-cart .wc-block-cart-items th {
  padding: 8px 16px 8px 16px;
}
body.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__image img {
  height: 120px;
  object-fit: contain;
}

body.woocommerce-checkout button.wc-block-components-checkout-place-order-button {
  background-color: #036608;
  color: #ffffff;
}
body.woocommerce-checkout .wc-block-components-checkout-step__content input {
  display: block !important;
}
body.woocommerce-checkout .wc-block-components-checkout-step__content .wc-block-components-radio-control__label-group .wc-block-components-radio-control__label {
  padding-left: 40px;
}