/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** media */
/** breakpoint */
/** */
/** */
/** */
/** media shorthand */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** */
/** */
/** padding-left, padding-right, left, right ... */
/** */
/** */
/** */
/** */
/** */
/** */
/** Button hover effect*/
/** */
/** functions to urlencode the svg string*/
/** $string - svg */
/** add unique id image url */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** */
/** */
.section.filter-productcat a .heading-title {
  text-align: left;
  text-transform: unset;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.section.filter-productcat a .heading-title::after {
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
  font-size: 1.25rem;
}
.section.filter-productcat a .heading-title:hover::after {
  color: #F97350;
}
.section.filter-productcat .menu_list {
  list-style: none;
  margin: 10px 0 30px 0;
  grid-gap: 5px 20px;
  gap: 5px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.section.filter-productcat .menu_list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.section.filter-productcat .menu_list li a {
  display: block;
  position: relative;
  display: inline-block;
  color: #323433;
  font-weight: 500;
}
.section.filter-productcat .menu_list li a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #cacaca;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
}
.section.filter-productcat .menu_list li a:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.section.filter-productcat .menu_list li a:hover {
  opacity: 1;
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 39.96875rem) {
  .section.filter-productcat .menu_list li a {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

/** */
.woocommerce-sorting {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce-sorting {
    margin-top: 1.875rem;
  }
}
.woocommerce-sorting::before, .woocommerce-sorting::after {
  display: none;
}
.woocommerce-sorting .woocommerce-ordering {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
          order: 0;
  float: none;
  padding: 0;
  margin: 0 auto 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.woocommerce-sorting .woocommerce-ordering label {
  font-size: 13px;
  margin-right: 10px;
  letter-spacing: 0.3px;
  font-weight: 400;
  white-space: nowrap;
}
.woocommerce-sorting .woocommerce-ordering select {
  background-position: right -20px center;
  margin: 0;
  height: 36px;
  line-height: normal;
  padding: 0 30px 0 15px;
  text-overflow: ellipsis;
  min-width: 150px;
  width: auto;
  font-size: 15px;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border: none;
  font-weight: 300;
}
.woocommerce-sorting .woocommerce-ordering select:focus {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.woocommerce-sorting .woocommerce-result-count {
  margin: 0;
  line-height: 30px;
  white-space: nowrap;
  float: none;
  padding: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
  font-size: 15px;
  font-weight: 300;
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce-sorting .woocommerce-result-count {
    display: none;
  }
}
.woocommerce-sorting .meta-terms {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

/** */
.section.archive-products {
  padding-bottom: 2.5rem;
  background: #F7F7F7;
}
@media only screen and (max-width: 63.96875rem) {
  .section.archive-products {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-products {
    padding-bottom: 1.875rem;
  }
}
.section.archive-products .sidebar-col .sidebar--wrap {
  margin-top: 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  max-width: 100%;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-products .sidebar-col .sidebar--wrap {
    margin-top: 1.875rem;
  }
}
.section.archive-products .sidebar-col .sidebar--wrap .sidebar:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.archive-products .sidebar-col .sidebar--wrap {
    display: none;
  }
}
.section.archive-products .archive-products-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.section.archive-products .archive-products-inner .grid-products {
  grid-gap: 1.25rem;
  gap: 1.25rem;
  /*justify-content: center;*/
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-products .archive-products-inner .grid-products {
    grid-gap: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-products .archive-products-inner .grid-products {
    gap: 1.25rem;
  }
}
.section.archive-products .archive-products-inner .grid-products > .cell {
  width: -webkit-calc(20% - 1rem);
  width: calc(20% - 1rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.archive-products .archive-products-inner .grid-products > .cell {
    width: -webkit-calc(25% - 0.9375rem);
    width: calc(25% - 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-products .archive-products-inner .grid-products > .cell {
    width: -webkit-calc(50% - 0.625rem);
    width: calc(50% - 0.625rem);
  }
}
.section.archive-products .archive-products-inner .grid-products > .banner-cell {
  width: 100%;
}
.section.archive-products .archive-products-inner .grid-products > .banner-cell figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.section.archive-products .archive-products-inner .grid-products > .banner-cell figure a {
  display: block;
  height: 100%;
  width: 100%;
}
.section.archive-products .archive-products-inner .grid-products > .banner-cell figure img {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /*position: absolute;*/
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 63.96875rem) {
  .section.archive-products .archive-products-inner .grid-products > .banner-cell {
    width: -webkit-calc(50% - 0.625rem);
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-products .archive-products-inner .grid-products > .banner-cell {
    width: 100%;
  }
  .section.archive-products .archive-products-inner .grid-products > .banner-cell figure {
    height: auto;
  }
  .section.archive-products .archive-products-inner .grid-products > .banner-cell figure a {
    height: auto;
  }
  .section.archive-products .archive-products-inner .grid-products > .banner-cell figure a img {
    height: auto;
    position: relative;
  }
}
.section.archive-products .archive-products-inner.has-sidebar .grid-products {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-products .archive-products-inner.has-sidebar .grid-products {
    grid-gap: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-products .archive-products-inner.has-sidebar .grid-products {
    gap: 0.625rem;
  }
}
.section.archive-products .archive-products-inner.has-sidebar .grid-products > .cell {
  width: -webkit-calc(33.3333333333% - 0.8333333333rem);
  width: calc(33.3333333333% - 0.8333333333rem);
}
@media only screen and (max-width: 63.96875rem) {
  .section.archive-products .archive-products-inner.has-sidebar .grid-products > .cell {
    width: -webkit-calc(33.3333333333% - 0.8333333333rem);
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-products .archive-products-inner.has-sidebar .grid-products > .cell {
    width: -webkit-calc(50% - 0.3125rem);
    width: calc(50% - 0.3125rem);
  }
}
.section.archive-products .archive-products-inner.has-sidebar .grid-products > .banner-cell {
  width: 100%;
  /*@include not-desktop {
      @include grid-self(1, 1, 20);
  }*/
  /*@include mobile {
      @include grid-self(1, 1, 10);
  }*/
}
.section.archive-products .recently-viewed .heading-title, .section.archive-products .related-products .heading-title {
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

/** */
article.product .loop-product-button {
  position: relative;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
article.product .loop-product-button a.button {
  -webkit-filter: drop-shadow(1px 1px 2px #e6e6e6);
          filter: drop-shadow(1px 1px 2px #e6e6e6);
  -webkit-transition: background-color 0.3s, color 0.1s;
  transition: background-color 0.3s, color 0.1s;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: none;
  color: #323433;
  /*box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);*/
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-weight: 300;
  /*@include media-box(34, 32, 30);*/
  font-size: 14px;
  /** Quick View for WooCommerce - ShapedPlugin*/
  /** */
}
article.product .loop-product-button a.button:hover {
  opacity: 1;
  color: #F97350;
  text-decoration: none;
}
article.product .loop-product-button a.button span {
  font-size: 13px;
  font-weight: 300;
  white-space: nowrap;
  margin-left: 5px;
}
article.product .loop-product-button a.button#sp-wqv-view-button {
  line-height: normal;
  padding: 0;
  color: #004F25;
  font-size: 0 !important;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-weight: 300;
  background: none;
  position: relative;
}
article.product .loop-product-button a.button#sp-wqv-view-button::before {
  content: "\f06e";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: 1rem !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
article.product .loop-product-button a.button#sp-wqv-view-button:hover {
  /*box-shadow: inset 0 0 0 1px transparentize($color2, 0.9);*/
  /*background-color: $color2;*/
  color: #F97350;
}
article.product .loop-product-button a.button.quick-view:hover {
  /*box-shadow: inset 0 0 0 1px transparentize($color2, 0.9);*/
  /*background-color: $color2;*/
  color: #F97350;
}
article.product .loop-product-button a.button.add-to-cart:hover {
  /*box-shadow: inset 0 0 0 1px transparentize($color2, 0.9);*/
  /*background-color: $color2;*/
  color: #F97350;
}
article.product .loop-product-button a.button.added::before {
  opacity: 0;
  font-size: 0;
}
article.product .loop-product-button a.button.added::after {
  /*opacity: 0;
  font-size: 0;*/
  margin: 0 0 0 5px;
}
article.product .loop-product-button a.added_to_cart.wc-forward {
  display: none;
}
article.product .loop-product-button a.loading {
  opacity: 0.6;
}
article.product .loop-product-button a.loading::after {
  font-size: 18px;
  top: 5px;
  content: "";
}

/** */
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000000;
}

.grid-products article.product {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media only screen and (max-width: 39.96875rem) {
  .grid-products article.product {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
.grid-products article.product > a {
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 100%;
}
.grid-products article.product .hotlabel {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 10px;
}
.grid-products article.product .hotlabel > span {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: normal;
  padding: 2px 8px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 39.96875rem) {
  .grid-products article.product .hotlabel > span {
    font-size: 0.75rem;
  }
}
.grid-products article.product .onsale {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 10px;
  margin: 0;
  padding: 0 5px;
  font-size: 9px;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  text-transform: uppercase;
  left: 10px;
  border: 1px solid rgba(212, 32, 39, 0.5);
  color: #fff;
  background-color: rgba(212, 32, 39, 0.9);
  /*backdrop-filter: blur(5px);*/
  min-height: unset;
  min-width: unset;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: 9;
}
.grid-products article.product .cover-content {
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  /*justify-content: space-between;*/
}
.grid-products article.product .cover-content h6, .grid-products article.product .cover-content .h6 {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  font-size: 0.875rem;
}
@media only screen and (max-width: 39.96875rem) {
  .grid-products article.product .cover-content h6, .grid-products article.product .cover-content .h6 {
    font-size: 0.8125rem;
  }
}
.grid-products article.product .cover-content h6 a, .grid-products article.product .cover-content .h6 a {
  display: block;
  color: #323433;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
.grid-products article.product .cover-content h6 a:hover, .grid-products article.product .cover-content .h6 a:hover {
  opacity: 1;
  color: #F97350;
  text-decoration: none;
}
@supports (-webkit-line-clamp: 2) {
  .grid-products article.product .cover-content h6 a, .grid-products article.product .cover-content .h6 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.grid-products article.product .cover-content .star-rating {
  color: #9a9a9a;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  letter-spacing: 3px;
  width: auto;
  overflow-y: hidden;
  margin: 8px 0 5px 0;
  line-height: 1;
  overflow-x: visible;
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.grid-products article.product .cover-content .star-rating::before {
  position: inherit;
  float: none;
}
.grid-products article.product .cover-content .star-rating span {
  padding-top: 11px;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
}
.grid-products article.product .cover-content .star-rating span::before {
  letter-spacing: 3px;
  color: #EC1E24;
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.grid-products article.product .cover-content .star-rating span .rating {
  display: none;
}
.grid-products article.product .cover-content .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0 0;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  letter-spacing: -0.5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.grid-products article.product .cover-content .price .from {
  /*clip: rect(0, 0, 0, 0);*/
  display: none;
}
.grid-products article.product .cover-content .price del {
  display: inline-block;
  opacity: 0.8;
  font-weight: 400;
  font-size: 0.875rem;
  margin-left: 5px;
}
.grid-products article.product .cover-content .price ins, .grid-products article.product .cover-content .price > .amount {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #EC1E24;
  font-size: 0.9375rem;
}
.grid-products article.product .cover-content .price ins .woocommerce-Price-currencySymbol, .grid-products article.product .cover-content .price > .amount .woocommerce-Price-currencySymbol {
  font-weight: 500;
}
.grid-products article.product .cover-content .price .woocommerce-Price-currencySymbol {
  margin: 0;
  font-size: 90%;
}
.grid-products article.product .cover-content .loop-product-button {
  text-align: center;
  /*margin-top: 10px;*/
  /*display: none;*/
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 39.96875rem) {
  .grid-products article.product .cover-content .loop-product-button {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.grid-products article.product .cover-content .loop-product-button .view-more {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  color: #004F25;
}
.grid-products article.product .cover-content .loop-product-button .add-to-cart {
  display: none;
}
.grid-products article.product .cover-content .loop-product-button .add-to-cart.ajax_add_to_cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 0 15px;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}

/** */
.section.single-product {
  /*overflow-x: hidden;
  overflow-y: visible;*/
  /** */
}
.section.single-product .sharing_toolbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 15px;
}
.section.single-product .sharing_toolbox .share-title {
  position: relative;
  bottom: 0;
  margin-right: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.section.single-product .sharing_toolbox .social-share .share-actions {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.section.single-product .sharing_toolbox .social-share .share-actions li.share-action {
  margin-bottom: 0;
  margin-right: 10px;
}
.section.single-product .product-ecommerce {
  margin-top: 10px;
}
.section.single-product .product-ecommerce .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  gap: 10px;
}
.section.single-product .product-ecommerce .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border: 1px solid #e9e9e9;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-product .product-ecommerce .wrapper {
    padding-top: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-product .product-ecommerce .wrapper {
    padding-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-product .product-ecommerce .wrapper {
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-product .product-ecommerce .wrapper {
    padding-right: 0.625rem;
  }
}
.section.single-product .product-ecommerce .wrapper a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 2px;
}
.section.single-product .product-ecommerce .wrapper a img {
  width: 50%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-product .product-ecommerce .wrapper a img {
    width: 80%;
  }
}
.section.single-product .product-ecommerce .wrapper a img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section.single-product div.product .product-details {
  padding-top: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-product div.product .product-details {
    padding-top: 1.25rem;
  }
}
.section.single-product .product-detail-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  position: relative;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-product .product-detail-inner {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-product .product-detail-inner {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.section.single-product .product-detail-inner .onsale {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 5px;
  margin: 5px 0 0 5px;
  padding: 0 5px;
  font-size: 9px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 400;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  text-transform: uppercase;
  right: 30px;
  left: unset;
  border: none;
  color: #ffffff;
  background-color: rgba(236, 30, 36, 0.6);
  min-height: unset;
  min-width: unset;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-product .product-detail-inner .onsale {
    left: 20px;
    right: unset;
    margin-left: 0;
    z-index: 99;
  }
}
.section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  flex: 0 0 auto;
  width: 45%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper {
    margin-bottom: 0 !important;
  }
}
.section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery {
  float: none;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  margin-bottom: 0;
}
.section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .flex-viewport {
  -webkit-box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
          box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  background-color: #fff;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .flex-viewport {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
}
.section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .flex-control-thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  overscroll-behavior-inline: contain;
}
.section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .flex-control-thumbs li {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  width: 100%;
  float: none;
}
.section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .flex-control-thumbs li img {
  inline-size: 100%;
  -webkit-box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
          box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  border: 1px solid #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border: 1px solid #EC1E24;
}
.section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .flex-direction-nav {
  -webkit-scroll-snap-type: inline mandatory;
      -ms-scroll-snap-type: inline mandatory;
          scroll-snap-type: inline mandatory;
  scroll-padding-inline: 10px;
}
.section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .flex-direction-nav > * {
  scroll-snap-align: start;
}
.section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery.woocommerce-product-gallery-default {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
.section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery.woocommerce-product-gallery-default .product-vid {
  width: -webkit-calc(14.2857142857% - 0.5357142857rem);
  width: calc(14.2857142857% - 0.5357142857rem);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery.woocommerce-product-gallery-default .product-vid {
    width: -webkit-calc(16.6666666667% - 0.5208333333rem);
    width: calc(16.6666666667% - 0.5208333333rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper .woocommerce-product-gallery.woocommerce-product-gallery-default .product-vid {
    width: -webkit-calc(20% - 0.25rem);
    width: calc(20% - 0.25rem);
  }
}
.section.single-product .product-detail-inner .summary.entry-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 20px;
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  width: auto;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-product .product-detail-inner .summary.entry-summary {
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.single-product .product-detail-inner .summary.entry-summary {
    padding: 10px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-product .product-detail-inner .summary.entry-summary form.cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    gap: 0;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-product .product-detail-inner .summary.entry-summary form.cart div.quantity {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
}
.section.single-product .product-detail-inner .summary.entry-summary .single-price {
  margin-bottom: 10px;
}
.section.single-product .recently-viewed .heading-title, .section.single-product .related-products .heading-title, .section.single-product .upsell-products .heading-title {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 20px;
  /*text-align: center;*/
  text-transform: uppercase;
  position: relative;
}
@media only screen and (min-width: 40rem) {
  .section.single-product .recently-viewed .heading-title, .section.single-product .related-products .heading-title, .section.single-product .upsell-products .heading-title {
    font-size: 1.5rem;
  }
}
.section.single-product .recently-viewed .heading-title::after, .section.single-product .related-products .heading-title::after, .section.single-product .upsell-products .heading-title::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  bottom: 0;
}
.section.single-product .recently-viewed .heading-title span, .section.single-product .related-products .heading-title span, .section.single-product .upsell-products .heading-title span {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
}

/** */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  color: #b4b4b4;
  -webkit-font-smoothing: antialiased;
}
.star-rating::before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  padding-top: 11px;
}
.star-rating span::before {
  letter-spacing: 3px;
  color: #EC1E24;
}

/** */
.woocommerce-notices-wrapper {
  margin-top: 0;
  padding-top: 15px;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
  border: none;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
    font-size: 0.8125rem;
  }
}
.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before {
  color: #EC1E24;
  top: 10px;
}
.woocommerce .woocommerce-message a.button.wc-forward, .woocommerce .woocommerce-error a.button.wc-forward, .woocommerce .woocommerce-info a.button.wc-forward {
  background: none;
  padding: 0px;
  font-weight: 400;
  font-size: 1rem;
  color: #EC1E24 !important;
  margin-top: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce .woocommerce-message a.button.wc-forward, .woocommerce .woocommerce-error a.button.wc-forward, .woocommerce .woocommerce-info a.button.wc-forward {
    display: none;
  }
}
.woocommerce .woocommerce-message a.showcoupon, .woocommerce .woocommerce-message a.restore-item, .woocommerce .woocommerce-error a.showcoupon, .woocommerce .woocommerce-error a.restore-item, .woocommerce .woocommerce-info a.showcoupon, .woocommerce .woocommerce-info a.restore-item {
  color: #EC1E24 !important;
  font-weight: 300;
}
.woocommerce .woocommerce-error li strong {
  color: #EC1E24;
  font-weight: 400;
}

/** */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  opacity: 0;
}

/** */
@media only screen and (max-width: 39.96875rem) {
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    text-align: left !important;
    display: block;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce #content table.cart .product-thumbnail img, .woocommerce table.cart .product-thumbnail img,
  .woocommerce-page #content table.cart .product-thumbnail img, .woocommerce-page table.cart .product-thumbnail img {
    width: 100px;
  }
}
.woocommerce #content table.cart .product-thumbnail:before, .woocommerce table.cart .product-thumbnail:before,
.woocommerce-page #content table.cart .product-thumbnail:before, .woocommerce-page table.cart .product-thumbnail:before {
  content: none;
}

/** */
.woocommerce-cart-form {
  margin-top: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce-cart-form {
    margin-top: 10px;
  }
}
.woocommerce-cart-form .woocommerce-cart-form__contents th {
  font-weight: 400 !important;
  font-size: 1.125rem;
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-name {
    text-align: left !important;
  }
}
.woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-name a {
  color: #004F25;
  font-weight: 600;
}
.woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-name .variation {
  margin-top: 5px;
}
.woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-name .variation dt {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 13px;
  line-height: normal;
}
.woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-name .variation dd {
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
}
.woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-name .variation dd p {
  line-height: normal;
}
.woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-price {
  color: #EC1E24;
}
.woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-subtotal {
  color: #EC1E24;
  font-weight: 500;
}
.woocommerce-cart-form .woocommerce-cart-form__contents button[name=update_cart] {
  color: #fff !important;
  background-color: #F97350 !important;
  font-weight: 300;
  font-size: 1.125rem;
  margin-top: 0;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.woocommerce-cart-form .woocommerce-cart-form__contents button[name=update_cart]::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.woocommerce-cart-form .woocommerce-cart-form__contents button[name=update_cart]:hover::before {
  width: 100%;
  opacity: 0.15;
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce-cart-form .woocommerce-cart-form__contents button[name=update_cart] {
    height: 45px;
  }
}

/** */
.cart-collaterals .shipping-calculator-form {
  margin-top: 5px;
}
.cart-collaterals .shipping-calculator-form button[name=calc_shipping] {
  margin-top: 5px;
}
.cart-collaterals .cart_totals h4 {
  color: #fff;
}
.cart-collaterals .cart_totals table {
  border-spacing: 0;
}
.cart-collaterals .cart_totals table th {
  color: #004F25;
  font-weight: 500;
}
.cart-collaterals .cart_totals table td strong {
  font-weight: 600;
}
.cart-collaterals .cart_totals .cart-subtotal th, .cart-collaterals .cart_totals .order-total th {
  color: #004F25;
  font-weight: 500;
}
.cart-collaterals .cart_totals .cart-subtotal td, .cart-collaterals .cart_totals .order-total td {
  color: #EC1E24;
}
.cart-collaterals .cart_totals .order-total td {
  font-weight: 700;
}

/** */
.woocommerce .woocommerce-product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.woocommerce .woocommerce-product-rating .star-rating, .woocommerce .commentlist .star-rating {
  font-size: 0.75rem;
  width: 78px;
  margin-top: 0;
}
.woocommerce .woocommerce-product-rating .star-rating::before, .woocommerce .commentlist .star-rating::before {
  letter-spacing: 3px;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link, .woocommerce .commentlist .woocommerce-review-link {
  font-size: 0.8125rem;
  font-weight: 300;
  color: #323433;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
}

/** */
.woocommerce div.product {
  /** product-type-simple*/
  /** */
}
.woocommerce div.product .product_title {
  /*text-transform: uppercase;*/
  margin-bottom: 15px;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
          order: -2;
  font-weight: 700;
  color: #323433;
}
@media only screen and (max-width: 48.84375rem) {
  .woocommerce div.product .product_title {
    font-size: 20px;
    line-height: 24px;
  }
}
.woocommerce div.product p.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.woocommerce div.product p.price del {
  opacity: 1;
}
.woocommerce div.product p.price .woocommerce-Price-amount {
  color: #EC1E24;
  font-weight: 600;
}
.woocommerce div.product p.price del {
  margin-left: 10px;
  font-size: 18px;
}
.woocommerce div.product p.price del .woocommerce-Price-amount {
  color: #323433;
  font-weight: 400;
}
.woocommerce div.product p.price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  color: currentColor;
}
.woocommerce div.product p.price ins {
  text-decoration: none;
  font-weight: 300;
}
.woocommerce div.product p.price ins .woocommerce-Price-amount {
  color: #EC1E24;
  font-weight: 600;
}
.woocommerce div.product p.price ins .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-weight: 400;
  color: currentColor;
}
.woocommerce div.product p.price .from {
  display: none;
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-description {
  -webkit-box-shadow: inset 0 0 0 1px #dedede;
          box-shadow: inset 0 0 0 1px #dedede;
  color: #323433;
  font-weight: 300;
  padding: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: rgba(241, 241, 241, 0.4);
  font-size: 16px;
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce div.product .woocommerce-product-details__short-description .woocommerce-description {
    padding: 10px;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .woocommerce div.product .woocommerce-product-details__short-description .woocommerce-description {
    font-size: 12px;
    padding: 10px;
    margin-top: 7px;
  }
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-description p {
  color: currentColor;
  line-height: 1.6;
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-description p * {
  font-size: inherit !important;
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-description ul:last-child {
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-description strong, .woocommerce div.product .woocommerce-product-details__short-description .woocommerce-description b {
  font-weight: 500;
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-excerpt {
  margin-top: 15px;
  padding: 15px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(212, 32, 39, 0.4);
          box-shadow: inset 0 0 0 1px rgba(212, 32, 39, 0.4);
  background-color: #fafafa;
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-excerpt .title-section .html-desc {
  margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-excerpt .listbox {
  list-style: none;
  margin: 0;
  grid-gap: 0.25rem;
  gap: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-excerpt .listbox li .linkbox-inner {
  grid-gap: 0.625rem;
  gap: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-excerpt .listbox li .linkbox-inner::before {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  /*border: 1px solid transparentize($color2, 0.5);*/
  color: #F97350;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  font-size: 12px;
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-excerpt .listbox li .linkbox-inner > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-excerpt .listbox li .linkbox-inner > div .title {
  font-weight: 300;
  color: #323433;
  margin-right: 5px;
  line-height: normal;
}
.woocommerce div.product .woocommerce-product-details__short-description .woocommerce-excerpt .listbox li .linkbox-inner > div .desc {
  letter-spacing: 0.5px;
  font-weight: 500;
  /*@include fs-heading(h6);*/
}
.woocommerce div.product form.cart, .woocommerce div.product .woocommerce-variation-add-to-cart {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after, .woocommerce div.product .woocommerce-variation-add-to-cart::before, .woocommerce div.product .woocommerce-variation-add-to-cart::after {
  display: none;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button, .woocommerce div.product .woocommerce-variation-add-to-cart .button.single_add_to_cart_button {
  margin: 0;
  background-color: #004F25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #004F25;
  line-height: normal;
  padding: 0 30px;
  height: 45px;
  -webkit-border-radius: 0;
          border-radius: 0;
  /*text-transform: uppercase;*/
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover, .woocommerce div.product .woocommerce-variation-add-to-cart .button.single_add_to_cart_button:hover {
  background-color: #001c0d;
  color: #fff;
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce div.product form.cart .button.single_add_to_cart_button, .woocommerce div.product .woocommerce-variation-add-to-cart .button.single_add_to_cart_button {
    padding: 0 15px;
  }
}
.woocommerce div.product.product-type-variable form.cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  grid-gap: 0;
  gap: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.woocommerce div.product.product-type-variable form.cart .woocommerce-variation-add-to-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.woocommerce div.product .sku_wrapper {
  font-size: 1rem;
  font-weight: 300;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.woocommerce div.product .sku_wrapper .sku {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.125rem;
}
.woocommerce div.product .posted_in a[rel=tag], .woocommerce div.product .tagged_as a[rel=tag] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  color: #323433;
}
.woocommerce div.product .posted_in a[rel=tag]:hover, .woocommerce div.product .tagged_as a[rel=tag]:hover {
  opacity: 1;
  color: #EC1E24;
  text-decoration: none;
}
.woocommerce div.product .product_meta {
  color: #323433;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-weight: 300;
}
.woocommerce div.product .product_meta > *:not(:first-child) {
  /*margin-top: 5px;*/
}
.woocommerce div.product .sharing_toolbox .share-actions .share-icon {
  width: 2rem;
  height: 2rem;
}
.woocommerce div.product .sharing_toolbox .share-actions .share-icon::before {
  -webkit-filter: brightness(0) invert(0.5);
          filter: brightness(0) invert(0.5);
  margin: 0;
  font-weight: 300;
  line-height: normal;
  width: 1rem;
  height: 1rem;
}

/** */
.controls.input-number-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .controls.input-number-group {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
}
.controls.input-number-group button, .controls.input-number-group input {
  background: none;
  border: 1px solid #e1e1e1;
  color: #323433;
  height: 45px;
  outline: none;
  padding: 5px;
  position: relative;
  font-size: 14px;
}
.controls.input-number-group button {
  cursor: pointer;
}
.controls.input-number-group input {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  margin: 0 -1px;
  text-align: center;
  width: 50px;
}

/** */
.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: static;
  z-index: 98;
  overflow: visible;
  top: 80px;
  margin-bottom: 20px;
  /*border-bottom: 1px solid transparentize($color1, 0.8);*/
}
@media only screen and (max-width: 63.96875rem) {
  .woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper {
    top: 0;
  }
}
.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper .tabs-heading {
  padding: 0;
  gap: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper .tabs-heading {
    gap: 15px;
  }
}
.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper .inline-search {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper .inline-search .frm-search {
  background: #f1f1f1;
  border: 1px solid rgba(0, 79, 37, 0.2);
  -webkit-border-radius: 0;
          border-radius: 0;
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper .inline-search .frm-search input {
  height: 36px;
  padding: 0 15px 0 15px;
  min-width: 250px;
  font-size: 14px;
  color: #323433;
  background: none;
  border: none;
}
.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper .inline-search .frm-search input::-webkit-input-placeholder {
  color: #323433;
}
.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper .inline-search .frm-search input::-moz-placeholder {
  color: #323433;
}
.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper .inline-search .frm-search input::-ms-input-placeholder {
  color: #323433;
}
.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper .inline-search .frm-search input::placeholder {
  color: #323433;
}
.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper .inline-search .frm-search button[type=submit] {
  color: #323433;
  margin-right: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper .inline-search .frm-search button[type=submit] span {
  display: none;
}

.tabs-content.wc-tabs-content .product-desc-inner .woocommerce-tabs-panel {
  display: none;
}
.tabs-content.wc-tabs-content .product-desc-inner .woocommerce-tabs-panel.active {
  display: block;
}

@media only screen and (max-width: 63.96875rem) {
  body.admin-bar.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper {
    top: 32px;
  }
}
@media only screen and (max-width: 48.84375rem) {
  body.admin-bar.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper {
    top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  body.admin-bar.woocommerce div.product .woocommerce-tabs .tabs-heading-wrapper {
    top: 0;
  }
}

/** */
.woocommerce div.product .woocommerce-tabs ul.tabs-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 5px 10px;
  margin: 0;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs-heading::before, .woocommerce div.product .woocommerce-tabs ul.tabs-heading::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs-heading li {
  /*box-shadow: inset 0 0 0 1px rgb(255 255 255 / 20%);*/
  display: block;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0;
  padding: 0;
  /*background-color: rgb(255 255 255 / 20%);*/
  /*&:not(:last-child) {
      margin-right: 5px;
  }*/
}
.woocommerce div.product .woocommerce-tabs ul.tabs-heading li::before, .woocommerce div.product .woocommerce-tabs ul.tabs-heading li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs-heading li a {
  position: relative;
  color: #000000;
  font-weight: 600;
  padding: 0px;
  text-transform: uppercase;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 2.375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .woocommerce div.product .woocommerce-tabs ul.tabs-heading li a {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce div.product .woocommerce-tabs ul.tabs-heading li a {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce div.product .woocommerce-tabs ul.tabs-heading li a {
    height: 1.875rem;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs-heading li a.w-highlight {
  border: none;
  background-color: #F97350;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs-heading li a::after {
  position: absolute;
  content: "";
  background-color: #000000;
  opacity: 0.8;
  height: 2px;
  opacity: 0.5;
  width: 50px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs-heading li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs-heading li:hover a {
  color: #F97350;
}
.woocommerce div.product .woocommerce-tabs ul.tabs-heading li.active a::after, .woocommerce div.product .woocommerce-tabs ul.tabs-heading li:hover a::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  background-color: #F97350;
  opacity: 1;
}

/** */
/** */
.woocommerce-Reviews-title {
  font-weight: 400;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  background-color: #fff;
}

/** */
.woocommerce #review_form #respond .comment-reply-title {
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0;
  display: block;
  color: #004F25;
}
.woocommerce #review_form #respond .comment-form .comment-form-rating > label {
  margin-bottom: 5px;
  margin-top: 30px;
}
.woocommerce #review_form #respond .comment-form .comment-form-comment > label {
  margin-bottom: 5px;
  margin-top: 30px;
}
.woocommerce #review_form #respond .form-submit input {
  color: #fff;
  border: 1px solid rgba(0, 79, 37, 0.5);
  -webkit-border-radius: 0;
          border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 30px;
  height: 38px;
  background-color: #004F25;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce #review_form #respond .form-submit input:hover {
  background-color: rgba(212, 32, 39, 0.7);
  color: #fff;
}

.woocommerce p.stars:hover a::before {
  color: #EC1E24;
}

.woocommerce p.stars a:hover ~ a::before {
  color: #323433;
}

.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active::before {
  color: #EC1E24;
}

/** */
.noprice {
  margin-top: 10px;
  display: none;
}
.noprice .contact-for-price {
  color: #EC1E24;
  font-weight: 400;
  font-size: 14px;
}

table.cart td.actions .coupon input[name=coupon_code] {
  width: 220px;
  max-width: 80%;
  height: 40px;
  font-size: 14px;
}
table.cart td.actions .coupon button[name=apply_coupon] {
  font-weight: 400;
  font-size: 1.125rem;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

#add_payment_method .wc-proceed-to-checkout a.alt,
.woocommerce-cart .wc-proceed-to-checkout a.alt,
.woocommerce-checkout .wc-proceed-to-checkout a.alt {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  background-color: #F97350;
  position: relative;
  border-radius: 0;
}
#add_payment_method .wc-proceed-to-checkout a.alt::before,
.woocommerce-cart .wc-proceed-to-checkout a.alt::before,
.woocommerce-checkout .wc-proceed-to-checkout a.alt::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
#add_payment_method .wc-proceed-to-checkout a.alt:hover::before,
.woocommerce-cart .wc-proceed-to-checkout a.alt:hover::before,
.woocommerce-checkout .wc-proceed-to-checkout a.alt:hover::before {
  width: 100%;
  opacity: 0.15;
}
#add_payment_method .wc-proceed-to-checkout a.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.alt:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.alt:hover {
  background-color: #EC1E24;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.alt {
  padding: 0 30px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.woocommerce-cart .wc-proceed-to-checkout a.alt.checkout-button {
  margin-bottom: 0;
  margin-top: 20px;
}

/** */
.woocommerce form.checkout_coupon {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  background-color: #fff;
  padding: 0;
}
.woocommerce form.checkout_coupon > p {
  color: #323433 !important;
  margin-bottom: 5px;
}
.woocommerce form.checkout_coupon input[name=coupon_code] {
  height: 37px;
}
.woocommerce form.checkout_coupon button[name=apply_coupon] {
  border: none;
  background-color: #EC1E24;
  position: relative;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #fff;
  margin-top: 0;
  height: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.woocommerce form.checkout_coupon button[name=apply_coupon]::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.woocommerce form.checkout_coupon button[name=apply_coupon]:hover::before {
  width: 100%;
  opacity: 0.15;
}

/** */
.woocommerce form.checkout.woocommerce-checkout {
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
          box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

/** */
.woocommerce #order_review {
  padding: 0 30px 30px 30px;
}
.woocommerce #order_review #order_review_heading {
  color: #323433;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce #order_review table.woocommerce-checkout-review-order-table {
  color: #323433;
  background-color: #fff;
}
.woocommerce #order_review table.woocommerce-checkout-review-order-table tr td:first-child, .woocommerce #order_review table.woocommerce-checkout-review-order-table tr th:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce #order_review table.woocommerce-checkout-review-order-table tfoot {
  background-color: #fff;
}
.woocommerce #order_review table.woocommerce-checkout-review-order-table .cart_item .product-name h6, .woocommerce #order_review table.woocommerce-checkout-review-order-table .cart_item .product-name .h6 {
  margin-bottom: 5px;
  color: #323433;
}
.woocommerce #order_review table.woocommerce-checkout-review-order-table .cart_item .product-quantity {
  font-size: 1rem;
  color: #EC1E24;
  font-weight: 300;
}
.woocommerce #order_review table.woocommerce-checkout-review-order-table .cart_item .product-quantity .controls.input-number-group {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.woocommerce #order_review table.woocommerce-checkout-review-order-table .cart_item .product-total {
  font-weight: 400;
  color: #EC1E24;
  font-size: 1.125rem;
}
.woocommerce #order_review table.woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount, .woocommerce #order_review table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
  font-weight: 700;
  color: #EC1E24;
}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li input[type=radio] {
  margin-right: 0;
}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li label {
  font-weight: 500;
  /* text-transform: uppercase; */
  font-size: 1.125rem;
}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box {
  background-color: #fff;
  color: #323433;
}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box::before {
  border: 1em solid transparent;
  border-bottom-color: #fff;
}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box p {
  color: #323433;
}
.woocommerce #order_review .place-order .woocommerce-privacy-policy-text {
  color: #323433;
  font-size: 1rem;
  font-weight: 400;
}
.woocommerce #order_review .place-order .woocommerce-privacy-policy-text p {
  color: currentColor;
}
.woocommerce #order_review .place-order .woocommerce-privacy-policy-text a {
  color: #EC1E24;
}
.woocommerce #order_review button[name=woocommerce_checkout_place_order] {
  width: 100%;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  border: none;
  background-color: #F97350;
  display: block;
  height: 50px;
  position: relative;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.woocommerce #order_review button[name=woocommerce_checkout_place_order]::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.woocommerce #order_review button[name=woocommerce_checkout_place_order]:hover::before {
  width: 100%;
  opacity: 0.15;
}
.woocommerce #order_review button[name=woocommerce_checkout_place_order]:hover {
  background-color: #EC1E24;
}

/** */
.woocommerce #customer_details {
  padding: 30px;
}
.woocommerce #customer_details .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.woocommerce #customer_details .woocommerce-billing-fields .billing-heading, .woocommerce #customer_details .woocommerce-billing-fields h5, .woocommerce #customer_details .woocommerce-additional-fields .billing-heading, .woocommerce #customer_details .woocommerce-additional-fields h5 {
  color: #323433;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row {
  width: 100%;
}
.woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row > label, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row > label, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row > label, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row > label {
  font-weight: 500;
  text-transform: uppercase;
}
.woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row textarea, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row input, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row select, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row textarea, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row input, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row select, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row textarea, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row input, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row select, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.125rem;
}
.woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row input, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row input, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row input {
  padding: 0 15px;
  height: 40px;
  line-height: normal;
}
.woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row select, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row select, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row select {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  height: 40px;
  line-height: normal;
}
.woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row textarea, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row textarea, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row textarea, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea {
  padding: 15px;
  line-height: normal;
}
.woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2.select2-container .select2-selection--single, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .select2.select2-container .select2-selection--single, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .select2.select2-container .select2-selection--single, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .select2.select2-container .select2-selection--single {
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2.select2-container .select2-selection--single .select2-selection__rendered, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .select2.select2-container .select2-selection--single .select2-selection__rendered, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .select2.select2-container .select2-selection--single .select2-selection__rendered, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .select2.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: normal;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1.125rem;
}
.woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2.select2-container .select2-selection--single .select2-selection__arrow, .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .select2.select2-container .select2-selection--single .select2-selection__arrow, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .select2.select2-container .select2-selection--single .select2-selection__arrow, .woocommerce #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .select2.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
}

/** */
body.woocommerce-order-received .section.single-page .col-content .content {
  color: #000000;
}
body.woocommerce-order-received .section.single-page .col-content .content .woocommerce-order-details__title, body.woocommerce-order-received .section.single-page .col-content .content .woocommerce-column__title {
  color: #323433;
  font-size: 1.5625rem;
}
@media only screen and (min-width: 40rem) {
  body.woocommerce-order-received .section.single-page .col-content .content .woocommerce-order-details__title, body.woocommerce-order-received .section.single-page .col-content .content .woocommerce-column__title {
    font-size: 1.8125rem;
  }
}
body.woocommerce-order-received .section.single-page .woocommerce-order {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 40px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
body.woocommerce-order-received .section.single-page .woocommerce-order .woocommerce-thankyou-order-received {
  color: #EC1E24;
}
body.woocommerce-order-received .section.single-page .woocommerce-order .woocommerce-thankyou-order-details {
  margin-bottom: 20px;
}
body.woocommerce-order-received .section.single-page .woocommerce-order .woocommerce-thankyou-order-details li {
  margin-bottom: 20px;
}
body.woocommerce-order-received .section.single-page .woocommerce-order .woocommerce-thankyou-order-details li strong {
  margin-top: 5px;
}
body.woocommerce-order-received .section.single-page .woocommerce-order .woocommerce-order-details a {
  color: #000000;
}
body.woocommerce-order-received .section.single-page .woocommerce-order .woocommerce-order-details a:hover {
  opacity: 1;
  color: #323433;
  text-decoration: none;
}
body.woocommerce-order-received .section.single-page .woocommerce-order .woocommerce-order-details .woocommerce-Price-amount {
  color: #EC1E24;
}
body.woocommerce-order-received .section.single-page .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone, body.woocommerce-order-received .section.single-page .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email {
  color: #323433;
}
body.woocommerce-order-received .section.single-page .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone::before, body.woocommerce-order-received .section.single-page .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-weight: 900;
  color: #323433;
}

/** */
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
  border: 1px dotted #EC1E24;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px;
}
.woocommerce-MyAccount-navigation ul li:not(:last-child) {
  border-bottom: 1px dotted #EC1E24;
}

/** */
.grid-productcat.carousel-productcat {
  /* padding-top: 30px;
   padding-bottom: 30px;*/
  /* @include mobile {
       padding-top: 15px;
       padding-bottom: 15px;
   }*/
}
.grid-productcat.carousel-productcat .swiper-controls .swiper-button {
  background-color: rgba(146, 14, 30, 0.9) !important;
  border-color: rgba(146, 14, 30, 0.9);
}
.grid-productcat.carousel-productcat .swiper-controls .swiper-button::before {
  color: #fff;
}
.grid-productcat.carousel-productcat .swiper-controls .swiper-button:hover {
  background-color: #920e1e !important;
  border-color: #920e1e;
}
.grid-productcat .item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.grid-productcat .item .cover {
  border: 1px solid rgba(0, 79, 37, 0.5);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.grid-productcat .item .cover-content {
  text-align: center;
}
.grid-productcat .item .cover-content h6, .grid-productcat .item .cover-content .h6 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 39.96875rem) {
  .grid-productcat .item .cover-content h6, .grid-productcat .item .cover-content .h6 {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .grid-productcat .item .cover-content h6, .grid-productcat .item .cover-content .h6 {
    /*font-weight: 500;*/
    text-transform: unset;
  }
}
.grid-productcat .item:hover .cover {
  border-color: #F97350;
}
.grid-productcat.list-productcat {
  grid-gap: 1.875rem;
  gap: 1.875rem;
  /*@include mobile {
      .cell.cell-15 {
          display: none;
      }
  }*/
}
@media only screen and (max-width: 39.96875rem) {
  .grid-productcat.list-productcat {
    grid-gap: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .grid-productcat.list-productcat {
    gap: 1.25rem;
  }
}
.grid-productcat.list-productcat > .cell {
  width: -webkit-calc(16.6666666667% - 1.5625rem);
  width: calc(16.6666666667% - 1.5625rem);
}
@media only screen and (max-width: 63.96875rem) {
  .grid-productcat.list-productcat > .cell {
    width: -webkit-calc(33.3333333333% - 1.25rem);
    width: calc(33.3333333333% - 1.25rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .grid-productcat.list-productcat > .cell {
    width: -webkit-calc(50% - 0.625rem);
    width: calc(50% - 0.625rem);
  }
}

.woocommerce-cart a.button.wc-backward {
  padding-top: 10px;
  padding-bottom: 10px;
}

/** reset woocommerce button*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 0.925rem;
  margin-top: 15px;
  line-height: normal;
  padding: 0 30px;
  font-weight: 400;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  color: #fff;
  background-color: #F97350;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #F97350;
  color: #ffffff;
}

.woocommerce-cart table.cart th.product-remove {
  width: 48px;
}

.woocommerce a.remove {
  font-weight: 300;
}

.woocommerce div.product div.images.swiper-product-gallery {
  float: none;
  /*overflow: hidden;*/
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper {
    margin-bottom: 10px;
  }
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images {
  width: 100%;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images .wpg__image {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images .wpg__image .image-popup {
  z-index: 97;
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  background-color: transparent;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images .wpg__image .image-popup::before {
  font-weight: 300;
  cursor: pointer;
  line-height: 1;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images .wpg__image .image-popup:hover {
  border-color: rgba(212, 32, 39, 0.1);
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images .wpg__image .image-popup:hover::before {
  color: #F97350;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper .swiper-slide.swiper-slide-visible.swiper-slide-active .image-popup {
  /*opacity: 1;*/
  opacity: 0.1;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper .swiper-controls .swiper-button {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper .swiper-controls .swiper-button::before {
  color: #000000;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper .swiper-controls .swiper-button::after {
  display: none;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper:hover .swiper-controls .swiper-button {
  opacity: 1;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper:hover .swiper-controls .swiper-button:hover {
  border-color: rgba(212, 32, 39, 0.8);
  opacity: 1;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper:hover .swiper-controls .swiper-button:hover::before {
  color: rgba(212, 32, 39, 0.8);
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs {
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
  }
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-thumbs {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-thumbs .swiper-slide .woocommerce-product-gallery__image {
  overflow: hidden;
  /*border-radius: 5px;*/
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-filter: brightness(0.99);
          filter: brightness(0.99);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-thumbs .swiper-slide.swiper-slide-active .woocommerce-product-gallery__image {
  border-color: rgba(0, 79, 37, 0.2);
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-thumbs .swiper-slide.swiper-slide-thumb-active .woocommerce-product-gallery__image {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  border-color: rgba(0, 79, 37, 0.9);
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper .swiper-controls .swiper-button {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #323433;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper .swiper-controls .swiper-button::before {
  color: #000000;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 300;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper .swiper-controls .swiper-button::after {
  display: none;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper:hover .swiper-controls .swiper-button {
  opacity: 1;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper:hover .swiper-controls .swiper-button:hover {
  border-color: rgba(0, 79, 37, 0.9);
  opacity: 1;
}
.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper:hover .swiper-controls .swiper-button:hover::before {
  color: rgba(0, 79, 37, 0.9);
}
.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__image {
  display: block;
  width: 100%;
}

/** */
.mini-cart-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mini-cart-section .cart-title {
  display: block;
  line-height: normal;
  font-weight: 300;
  font-size: 13px;
  opacity: 0.8;
  color: #fff;
}
@media only screen and (max-width: 74.96875rem) {
  .mini-cart-section .cart-title {
    display: none;
  }
}

.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0 0 0 0;
}
.site-header-cart .header-cart-contents {
  padding: 0;
  outline: none;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.site-header-cart .header-cart-contents .amount, .site-header-cart .header-cart-contents .txt {
  display: none;
}
.site-header-cart .header-cart-contents .count {
  position: absolute;
  top: 7px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-size: 12px;
  font-weight: 600;
  right: 7px;
  background-color: #FF0000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  -webkit-box-shadow: 0 0 1px #000000;
          box-shadow: 0 0 1px #000000;
  border: 1px solid #ffffff;
}
.site-header-cart .header-cart-contents .icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}
.site-header-cart .header-cart-contents .icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #004F25;
}
.site-header-cart .header-cart-contents .icon svg path {
  fill: #004F25;
}
@media only screen and (max-width: 39.96875rem) {
  .site-header-cart .header-cart-contents .icon svg {
    width: 2rem;
    height: 2rem;
  }
}
.site-header-cart .header-cart-contents .icon::before {
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  /*background-color: #fff;*/
  color: #fff;
  width: 2.375rem;
  height: 2.375rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 1rem;
}
@media only screen and (max-width: 39.96875rem) {
  .site-header-cart .header-cart-contents .icon::before {
    width: 2rem;
    height: 2rem;
  }
}
.site-header-cart .widget_shopping_cart {
  left: auto !important;
  position: absolute;
  top: 105%;
  right: 0;
  width: 280px;
  background-color: transparent;
  text-align: left;
  z-index: 1499;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  font-size: 1rem;
  margin-bottom: 0;
  visibility: hidden;
  padding-top: 5px;
}
@media only screen and (min-width: 40rem) {
  .site-header-cart .widget_shopping_cart ul.product_list_widget {
    height: auto;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li {
    padding: 8px 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    position: relative;
    border-bottom: none;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-image-holder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    margin-right: 5px;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-image-holder a {
    outline: none;
    display: block;
    padding: 0;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-image-holder img {
    display: block;
    margin: 0;
    float: none;
    width: 100%;
    height: auto;
    max-width: unset;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-info-holder {
    padding-right: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
            flex: 1 1 0;
    min-width: 0;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-info-holder .product-title {
    margin-bottom: 0;
    font-size: 13px;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-info-holder .product-title > a {
    outline: none;
    padding: 0;
    line-height: 1.4;
    font-weight: 400;
    color: #323433;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-info-holder .product-title > a:hover {
    opacity: 1;
    color: #F97350;
    text-decoration: none;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation {
    margin: 5px 0 0 0;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 10px;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation dt {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    margin-right: 5px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: -0.5px;
    line-height: normal;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation dd {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(60% - 5px);
            flex: 0 0 calc(60% - 5px);
    max-width: -webkit-calc(60% - 5px);
    max-width: calc(60% - 5px);
    padding-bottom: 0;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation dd > * {
    margin-bottom: 0;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-info-holder .quantity {
    font-size: 13px;
    margin-top: 0;
    display: block;
    letter-spacing: -0.2px;
    font-weight: 300;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-info-holder .quantity .amount {
    font-weight: 400;
    color: #EC1E24;
    font-size: 13px;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-info-holder a.remove {
    position: absolute;
    top: 8px;
    right: 0;
    left: auto;
    padding: 0;
    text-indent: 0;
    font-size: 18px;
    outline: none;
    width: 0.875rem;
    height: 0.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    font-weight: 300;
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }
  .site-header-cart .widget_shopping_cart ul.product_list_widget li .item-info-holder a.remove::before {
    display: none;
  }
  .site-header-cart .widget_shopping_cart p.total {
    background: none;
    border: none;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .site-header-cart .widget_shopping_cart p.total .amount {
    color: #EC1E24;
  }
  .site-header-cart .widget_shopping_cart p.buttons {
    background: none;
    padding: 0;
  }
  .site-header-cart .widget_shopping_cart a.button {
    display: block;
    margin-top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
    border: 1px solid #004F25;
    color: #58585a;
    background-color: #fff;
    margin-bottom: 0;
    font-weight: 500;
  }
  .site-header-cart .widget_shopping_cart a.button:hover {
    color: #fff;
    background-color: #004F25;
  }
  .site-header-cart .widget_shopping_cart a.button::after {
    display: none;
  }
  .site-header-cart .widget_shopping_cart a.button.checkout {
    margin-top: 10px;
    color: #fff;
    background-color: #004F25;
    border-color: #004F25;
  }
  .site-header-cart .widget_shopping_cart a.button.checkout:hover {
    color: #58585a;
    background-color: #fff;
  }
  .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
    margin: 8px 0 0 0;
  }
}
.site-header-cart .widget_shopping_cart_content {
  padding: 7px 15px 15px 15px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 300;
}
@media only screen and (min-width: 40rem) {
  .site-header-cart .widget_shopping_cart_content {
    overflow: hidden;
    padding: 5px 10px 10px 10px;
  }
}
@media only screen and (min-width: 40rem) {
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.hover .widget_shopping_cart {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}

.woocommerce-active .site-header .site-header-cart {
  margin: 0 10px;
  width: auto;
  float: none;
}

/** */
/** */
.section .cross-sells .heading-title {
  text-transform: none !important;
  font-weight: 500;
  color: #004F25;
  font-size: 1.125rem;
}
@media only screen and (min-width: 40rem) {
  .section .cross-sells .heading-title {
    font-size: 1.25rem;
  }
}
.section .cross-sells .products {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.section .cross-sells .products article.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  background-color: #fdfbfc;
}
.section .cross-sells .products article.item > a {
  width: 20%;
  padding: 1px;
}
.section .cross-sells .products article.item > a .cover {
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.section .cross-sells .products article.item > a .cover .res {
  height: 100%;
  padding-bottom: 0;
}
.section .cross-sells .products article.item .cover-content {
  padding: 10px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.section .cross-sells .products article.item .cover-content h6, .section .cross-sells .products article.item .cover-content .h6 {
  margin-bottom: 0;
}
.section .cross-sells .products article.item .cover-content .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section .cross-sells .products article.item .cover-content .price ins {
  color: #EC1E24;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.section .cross-sells .products article.item .cover-content .price del {
  font-size: 13px;
  font-weight: 300;
  color: #323433;
}
.section .cross-sells .products article.item .cover-content .noprice {
  margin-top: 0;
  font-size: 1rem;
}
.section .cross-sells .products article.item .cover-content .product-button a.button {
  width: 1.625rem;
  height: 1.625rem;
}
.section .cross-sells .products article.item .cover-content .product-button .add_to_cart_button {
  margin-top: 0;
  padding: 4px 15px;
  font-weight: 300;
  font-size: 12px;
}
.section .cross-sells .products article.item .cover-content .onsale {
  opacity: 0.8;
  position: absolute;
  bottom: 10px;
  font-size: 11px;
  font-weight: 300;
  background-color: #EC1E24;
  color: #fff;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  padding: 0 10px;
  right: 10px;
}

/** */
.section.product-attributes {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 39.96875rem) {
  .section.product-attributes {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.product-attributes {
    padding-bottom: 1.25rem;
  }
}
.section.product-attributes .product-attributes-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.section.product-attributes .product-attributes-inner .select2-container .selection .select2-selection--single {
  background-color: #fdbc0e;
}
.section.product-attributes .product-attributes-inner .select2-container .selection .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.section.product-attributes .product-attributes-inner .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}
.section.product-attributes .product-attributes-inner .woocommerce {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav_filters {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav_filters > span {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav_filters ul {
  border: 1px dashed rgba(212, 32, 39, 0.4);
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav_filters ul li.chosen {
  padding: 0;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav_filters ul li.chosen a {
  display: block;
  font-weight: 300;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav_filters ul li.chosen a::before {
  color: #F97350;
  font-weight: 300;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_product_categories {
  width: -webkit-calc(21.4285714286% - 0.9821428571rem);
  width: calc(21.4285714286% - 0.9821428571rem);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 48.84375rem) {
  .section.product-attributes .product-attributes-inner .woocommerce.widget_product_categories {
    width: -webkit-calc(50% - 0.625rem);
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.product-attributes .product-attributes-inner .woocommerce.widget_product_categories {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_product_categories > span:first-child {
  display: none;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_product_categories select + span {
  display: block;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter {
  width: -webkit-calc(21.4285714286% - 0.9821428571rem);
  width: calc(21.4285714286% - 0.9821428571rem);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
  position: relative;
}
@media only screen and (max-width: 48.84375rem) {
  .section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter {
    width: -webkit-calc(50% - 0.625rem);
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter > span:first-child {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fdbc0e;
  cursor: pointer;
  position: relative;
  height: 38px;
  line-height: normal;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 50px 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter > span:first-child::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 14px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  content: "";
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter > span:first-child.is-active {
  border: 1px solid rgba(212, 32, 39, 0.3);
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter > span:first-child.is-active ~ form {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  display: block;
  position: absolute;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 16px;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter > form {
  display: none;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(50, 52, 51, 0.2);
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range, .section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background-color: rgba(50, 52, 51, 0.8);
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
  font-weight: 300;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount button[type=submit] {
  float: none;
  margin-top: 0;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount button[type=submit]:hover {
  background-color: #F97350;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
  width: -webkit-calc(28.5714285714% - 0.8928571429rem);
  width: calc(28.5714285714% - 0.8928571429rem);
  position: relative;
  /** */
}
@media only screen and (max-width: 48.84375rem) {
  .section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav {
    width: -webkit-calc(50% - 0.625rem);
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fdbc0e;
  cursor: pointer;
  position: relative;
  height: 38px;
  line-height: normal;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 50px 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 14px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  content: "";
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active {
  border: 1px solid rgba(212, 32, 39, 0.3);
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  position: absolute;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list li {
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list li::before, .section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list li::after {
  display: none;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list li > a {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list li > a .wvs-widget-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list li > a .wvs-widget-item-wrapper .item {
  border: 1px solid #fff;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
          flex: 0 0 30px;
  max-width: 30px;
  margin: 0;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list li > a .wvs-widget-item-wrapper .text {
  font-weight: 300;
  font-size: 12px;
  line-height: normal;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list li > a::before {
  margin: 0;
  position: absolute;
  z-index: 99;
  color: #F97350;
  font-weight: 300;
  font-size: 13px;
  top: -6px;
  left: -6px;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list li .count {
  font-weight: 300;
  font-size: 12px;
  opacity: 0.9;
  display: none;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list li.wvs-widget-layered-nav-list__item-image .wvs-image-widget-item-wrapper > .item {
  width: 100% !important;
  height: 0 !important;
  overflow: hidden;
  padding-bottom: -webkit-calc(100% - 2px);
  padding-bottom: calc(100% - 2px);
  position: relative;
  padding-top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list li.wvs-widget-layered-nav-list__item-image .wvs-image-widget-item-wrapper > .item img {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list li.wvs-widget-layered-nav-list__item-image .wvs-image-widget-item-wrapper > .text {
  display: none;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav > span:first-child.is-active ~ ul.wvs-widget-layered-nav-list li.wvs-widget-layered-nav-list__item-image.chosen.selected .wvs-image-widget-item-wrapper > .item {
  border: 1px solid #F97350;
}
.section.product-attributes .product-attributes-inner .woocommerce.widget_layered_nav ul.wvs-widget-layered-nav-list {
  display: none;
}

/** */
.woocommerce-tabs-panel blockquote {
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 2px solid #EC1E24;
  font-size: 1.125rem;
  padding-top: 15px;
  padding-bottom: 15px;
}
.woocommerce-tabs-panel table ul, .woocommerce-tabs-panel table ol {
  margin: 0;
  list-style: none;
}
.woocommerce-tabs-panel table tbody tr {
  font-size: 1rem;
}
.woocommerce-tabs-panel table tbody tr:nth-child(2n) {
  background-color: inherit;
}
.woocommerce-tabs-panel table tbody tr:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce-tabs-panel table tbody tr td {
  font-size: 1rem;
}
.woocommerce-tabs-panel table tbody tr td:not(:last-child) {
  border-right: 1px solid #f2f2f2;
}

/** */
.woo-description .page-thumb, .woo-description .term-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.woo-description .page-thumb img, .woo-description .term-thumb img {
  display: block;
  max-width: 100%;
}
.woo-description .term-description {
  margin-bottom: 20px;
}
.woo-description .seo-description {
  margin-bottom: 20px;
}

/** */
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 70px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 25px 0;
  width: 100%;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-spacing: 0;
}
.woocommerce table.shop_table tbody th {
  font-weight: 500;
}
.woocommerce table.shop_table tbody tr:nth-child(even) {
  background: none;
}
.woocommerce table.shop_table tbody tr.cart_item dl.variation {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.woocommerce table.shop_table tbody tr.cart_item dl.variation dt {
  font-weight: 300;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  margin-right: 5px;
}
.woocommerce table.shop_table tbody tr.cart_item dl.variation dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(60% - 5px);
          flex: 0 0 calc(60% - 5px);
  max-width: -webkit-calc(60% - 5px);
  max-width: calc(60% - 5px);
}
/** */
.product-desc-after {
  margin-top: 30px;
}
.product-desc-after ul.listbox {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #f7f7f7;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  list-style: none;
  margin: 0;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .product-desc-after ul.listbox {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .product-desc-after ul.listbox {
    padding-top: 0.9375rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .product-desc-after ul.listbox {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .product-desc-after ul.listbox {
    padding-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .product-desc-after ul.listbox {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .product-desc-after ul.listbox {
    padding-left: 0.9375rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .product-desc-after ul.listbox {
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .product-desc-after ul.listbox {
    padding-right: 0.9375rem;
  }
}
.product-desc-after ul.listbox li:not(:last-child) {
  margin-bottom: 5px;
}
.product-desc-after ul.listbox li .linkbox-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  outline: none;
}
.product-desc-after ul.listbox li .linkbox-inner:hover, .product-desc-after ul.listbox li .linkbox-inner:focus {
  outline: none;
}
.product-desc-after ul.listbox li .linkbox-inner::before {
  color: #F97350;
  position: relative;
  width: 20px;
  font-size: 16px;
  font-weight: 900;
  top: 2px;
}
.product-desc-after ul.listbox li .linkbox-inner > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.product-desc-after ul.listbox li .linkbox-inner > div .title {
  font-weight: 300;
  font-size: 1rem;
  line-height: normal;
}
.product-desc-after ul.listbox li .linkbox-inner > div .desc {
  font-weight: 500;
  letter-spacing: 0.5px;
}

/** */
.wqv-product-info .wqv-product-content .product_title.entry-title::after {
  display: none;
}

#wqv-quick-view-content .wqv-product-info .price {
  color: #F97350;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
#wqv-quick-view-content .wqv-product-info .price .from {
  display: none;
}
#wqv-quick-view-content .wqv-product-info .price .amount, #wqv-quick-view-content .wqv-product-info .price ins .amount {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #EC1E24;
  font-size: 1.125rem;
}
#wqv-quick-view-content .wqv-product-info .price .amount .woocommerce-Price-currencySymbol, #wqv-quick-view-content .wqv-product-info .price ins .amount .woocommerce-Price-currencySymbol {
  font-weight: 500;
}
#wqv-quick-view-content .wqv-product-info .price del {
  display: inline-block;
  opacity: 0.8;
  font-size: 1rem;
  margin-left: 5px;
  color: #323433;
}
#wqv-quick-view-content .wqv-product-info .price del .amount {
  color: #323433;
  font-weight: 400;
}
#wqv-quick-view-content .wqv-product-info .price del bdi {
  text-decoration: line-through;
}
#wqv-quick-view-content .wqv-product-info .price .woocommerce-Price-currencySymbol {
  margin: 0;
  font-size: 90%;
}

.woocommerce .out-of-stock {
  color: #F97350;
}

.woocommerce .wqv-product-info .quantity .qty,
.wqv-product-info .quantity .qty {
  margin-right: 0;
  border: 1px solid #e1e1e1;
  border-left: none;
  border-right: none;
}

.wqv-product-info form.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.wqv-product-info form.cart .single_add_to_cart_button, .wqv-product-info form.cart .quick_buy_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  max-width: 90%;
  line-height: normal;
  height: 44px;
}
.wqv-product-info form.cart .single_add_to_cart_button:hover, .wqv-product-info form.cart .quick_buy_button:hover {
  color: #ffffff;
  background: #ff0000;
}
.wqv-product-info form.cart .quick_buy_button {
  color: #ffffff;
  line-height: normal;
  height: 44px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0;
  background: #fdbc0e;
  padding: 0 16px;
}
.wqv-product-info form.cart .quick_buy_button:hover {
  color: #ffffff;
  background: #ff0000;
}

.wqv-product-info .woocommerce-variation-add-to-cart {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.wqv-product-info .woocommerce-variation-add-to-cart .button.single_add_to_cart_button {
  margin: 0;
  background-color: #F97350;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #F97350;
  line-height: normal;
  padding: 0 30px;
  height: 44px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  text-transform: uppercase;
  font-weight: 400;
  color: #004F25;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.wqv-product-info .woocommerce-variation-add-to-cart .button.single_add_to_cart_button:hover {
  background-color: #F97350;
  color: #fff;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 600;
  font-size: 15px;
}
.woocommerce div.product form.cart .variations .woo-selected-variation-item-name {
  color: #323433;
  font-weight: 400;
  font-size: 15px;
}

/** */
.woo-variation-swatches .variable-items-wrapper {
  grid-gap: 5px 10px;
  gap: 5px 10px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  padding: 1px;
  margin: 0;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  font-weight: 300;
  padding: 0 10px;
  height: 40px;
  min-width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.wvs-has-image-tooltip:before, [data-wvstooltip]:before {
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
}

[data-wvstooltip]:before {
  min-width: unset;
}

.single_variation_wrap .woocommerce-variation-price {
  display: none;
}
.single_variation_wrap .woocommerce-variation .woocommerce-variation-description p:last-child {
  margin-bottom: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
  background-size: 50%;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations td.label {
  padding-bottom: 5px !important;
}

.variations_form table.variations tbody td.woo-variation-items-wrapper {
  padding: 0 0 20px 0 !important;
}

/** variations */
.variations_form table.variations tbody {
  border: none;
  background-color: transparent;
}
.variations_form table.variations tbody tr:nth-child(even) {
  background-color: transparent;
}
.variations_form table.variations tbody td.label {
  padding-top: 0;
  padding-bottom: 0;
}
.variations_form table.variations tbody td.woo-variation-items-wrapper {
  padding: 0 0 5px 0;
}
.variations_form table.variations a.reset_variations {
  display: none !important;
}

/** */
.woocommerce div.product .quick_buy_container .quick_buy_button, .woocommerce div.product .quick_buy_container .quick_buy_a_tag, .woocommerce div.product .quick_buy_container .quick_buy_button_tag {
  margin: 0;
  background-color: #F97350;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #F97350;
  line-height: normal;
  padding: 0 30px;
  height: 44px;
  -webkit-border-radius: 0;
          border-radius: 0;
  /*text-transform: uppercase;*/
  font-weight: 500;
  color: #fff;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  /*@include wp-mobile {
      width: 100%;
  }*/
}
.woocommerce div.product .quick_buy_container .quick_buy_button:hover, .woocommerce div.product .quick_buy_container .quick_buy_a_tag:hover, .woocommerce div.product .quick_buy_container .quick_buy_button_tag:hover {
  background-color: #F97350;
  color: #fff;
}

/** */
@media only screen and (max-width: 39.96875rem) {
  .woocommerce div.product form.cart div.quantity {
    float: none;
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .woocommerce div.product form.cart div.quantity .controls.input-number-group {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}

.woocommerce div.product .product_meta .sku_wrapper {
  display: none;
}
.woocommerce div.product .product_meta.product_sku {
  margin-bottom: 5px;
}
.woocommerce div.product .product_meta.product_sku .sku_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 0.95;
}

/** */
.woocommerce div.product div.images.woocommerce-product-gallery .product-vid a {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: -webkit-calc(100% - 2px);
  padding-bottom: calc(100% - 2px);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  /*border-radius: 5px;*/
}
.woocommerce div.product div.images.woocommerce-product-gallery .product-vid a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 26px;
  font-weight: 300;
  pointer-events: none;
  color: #004F25;
}
.woocommerce div.product div.images.woocommerce-product-gallery .product-vid a:hover {
  border-color: rgba(212, 32, 39, 0.3);
}
.woocommerce div.product div.images.woocommerce-product-gallery .product-vid a:hover::after {
  opacity: 1;
  color: #004F25;
}

/** */
.wqv-product-info .wqv-product-content .woocommerce-product-rating {
  margin-bottom: 0;
}
.wqv-product-info .wqv-product-content .woocommerce-product-details__short-description .woocommerce-excerpt .listbox {
  list-style: none;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.wqv-product-info .wqv-product-content .woocommerce-product-details__short-description .woocommerce-excerpt .listbox .linkbox-inner {
  grid-gap: 0.625rem;
  gap: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.wqv-product-info .wqv-product-content .woocommerce-product-details__short-description .woocommerce-excerpt .listbox .linkbox-inner::before {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid rgba(212, 32, 39, 0.5);
  color: #F97350;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  font-size: 12px;
}
.wqv-product-info .wqv-product-content .woocommerce-product-details__short-description .woocommerce-excerpt .listbox .linkbox-inner > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
}
.wqv-product-info .wqv-product-content .woocommerce-product-details__short-description .woocommerce-excerpt .listbox .linkbox-inner > div .title {
  font-weight: 300;
  color: #323433;
  margin-right: 5px;
  line-height: normal;
}
.wqv-product-info .wqv-product-content .woocommerce-product-details__short-description .woocommerce-excerpt .listbox .linkbox-inner > div .desc {
  letter-spacing: 0.5px;
  font-weight: 500;
  /*@include fs-heading(h6);*/
}

/** */
/** */
.product-desc-inner {
  overflow: hidden;
  position: relative;
  display: block !important;
  /** */
}
.product-desc-inner .tab-heading-title {
  /*display: none !important;*/
}
.product-desc-inner .viewmore-wrapper {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 90;
  bottom: 0;
  width: 100%;
  background: #fff;
  left: 0;
  padding-bottom: 20px;
  padding-top: 0;
}
.product-desc-inner .viewmore-wrapper::before {
  height: 250px;
  content: "";
  will-change: background-color;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.3)));
  background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.3) 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.product-desc-inner .viewmore-wrapper .btn-viewmore {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 5px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-color: rgba(212, 32, 39, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-box-shadow: 6px 3px 18px rgba(0, 79, 37, 0.1);
          box-shadow: 6px 3px 18px rgba(0, 79, 37, 0.1);
  color: #fff;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-desc-inner .viewmore-wrapper .btn-viewmore::after {
  margin-left: 10px;
}
.product-desc-inner .viewmore-wrapper .btn-viewmore:hover {
  background-color: #F97350;
}
.product-desc-inner .tab-heading-title {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 0;
  color: #920E1E;
}
.product-desc-inner .tab-heading-title::after {
  position: absolute;
  content: "";
  background-color: #920E1E;
  height: 2px;
  opacity: 0.5;
  width: 50px;
  left: 0;
  bottom: 0;
}
.product-desc-inner .woocommerce-Reviews {
  /*margin-top: 30px;*/
}
.product-desc-inner .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 40rem) {
  .product-desc-inner .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 1.25rem;
  }
}

/** */
.woo-description.product-desc-inner .viewmore-wrapper {
  background-color: rgba(247, 247, 247, 0.6);
}
.woo-description.product-desc-inner .viewmore-wrapper::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(rgba(247, 247, 247, 0.3)));
  background-image: linear-gradient(to top, #f7f7f7 0%, rgba(247, 247, 247, 0.3) 100%);
}

/** */
.section.archive-products .sidebar--wrap .sidebar.widget_nav_menu {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
}
.section.archive-products .sidebar--wrap .sidebar.widget_nav_menu .sidebar-title {
  padding: 20px;
  margin-bottom: 0;
}
.section.archive-products .sidebar--wrap .sidebar.widget_nav_menu ul.menu {
  background-color: transparent;
}
.section.archive-products .sidebar--wrap .sidebar.widget_nav_menu ul.menu ul.sub-menu {
  background-color: transparent;
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  font-size: 14px;
}

/** */
.product-detail-inner .summary.entry-summary .custom-short-description table {
  margin-bottom: 0;
}
.product-detail-inner .summary.entry-summary .custom-short-description table tbody {
  border: 1px solid rgba(146, 14, 30, 0.2);
}
.product-detail-inner .summary.entry-summary .custom-short-description table tbody tr {
  font-size: 14px;
}
.product-detail-inner .summary.entry-summary .custom-short-description table tbody tr th {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  padding: 8px 16px;
  border-right: 1px solid rgba(146, 14, 30, 0.2);
  background-color: rgba(241, 241, 241, 0.5);
  white-space: nowrap;
}
.product-detail-inner .summary.entry-summary .custom-short-description table tbody tr td {
  font-weight: 400;
  text-align: left;
  padding: 8px 16px;
}
.product-detail-inner .summary.entry-summary .custom-short-description table tbody tr td:not(:last-child) {
  border-right: 1px solid rgba(146, 14, 30, 0.2);
}
.product-detail-inner .summary.entry-summary .custom-short-description table tbody tr:nth-child(even) {
  background: rgba(0, 79, 37, 0.1);
}
.product-detail-inner .summary.entry-summary .custom-short-description table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(146, 14, 30, 0.2);
}
.product-detail-inner .summary.entry-summary .custom-contact-button .group-inner a.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 25px;
  height: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-top: 25px;
}
.product-detail-inner .summary.entry-summary .custom-contact-button .group-inner a.btn.contact-product-button {
  color: #fff;
  background-color: #F97350;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-detail-inner .summary.entry-summary .custom-contact-button .group-inner a.btn.contact-product-button:hover {
  background-color: #920E1E;
}

/** */
.section.single-product {
  background: #F4F9FD;
}
.section.single-product div.product > .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-product div.product > .grid-container {
    grid-gap: 0;
    gap: 0;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-product div.product > .grid-container {
    grid-gap: 0;
    gap: 0;
  }
}
.section.single-product div.product .product-detail-outer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-product div.product .product-detail-outer {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-product div.product .product-detail-outer {
    padding-bottom: 2.5rem;
  }
}
.section.single-product div.product .product-detail-outer .product_summary .woocommerce-tabs {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  background: #ffffff;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-product div.product .product-detail-outer .product_summary .woocommerce-tabs {
    padding: 10px;
  }
}
@media only screen and (max-width: 48.84375rem) {
  .section.single-product div.product .product-detail-outer .product_summary .woocommerce-tabs {
    padding: 10px;
  }
}
.section.single-product div.product .sidebar-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 350px;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-product div.product .sidebar-container {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-product div.product .sidebar-container {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 74.96875rem) {
  .section.single-product div.product .sidebar-container {
    width: 300px;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-product div.product .sidebar-container {
    width: 100%;
  }
}
.section.single-product div.product .sidebar-container .sidebar--wrap.sidebar-products {
  padding-top: 1.875rem;
  top: 80px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-product div.product .sidebar-container .sidebar--wrap.sidebar-products {
    padding-top: 1.25rem;
  }
}
.section.single-product div.product .sidebar-container .sidebar--wrap.sidebar-products .sidebar {
  padding: 20px;
  border: 1px solid rgba(0, 79, 37, 0.5);
  border-top-color: rgba(0, 79, 37, 0.8);
  border-top-width: 8px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}
.section.single-product div.product .sidebar-container .sidebar--wrap.sidebar-products .sidebar:not(:last-child) {
  margin-bottom: 20px;
}
.section.single-product div.product .sidebar-container .sidebar--wrap.sidebar-products .sidebar .sidebar-title, .section.single-product div.product .sidebar-container .sidebar--wrap.sidebar-products .sidebar .heading-title {
  margin: -20px -20px 15px -20px;
  padding: 12px 20px;
  background-color: #f1f1f1;
  color: #920E1E;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .section.single-product div.product .sidebar-container .sidebar--wrap.sidebar-products .sidebar .sidebar-title, .section.single-product div.product .sidebar-container .sidebar--wrap.sidebar-products .sidebar .heading-title {
    font-size: 1.0625rem;
  }
}
.section.single-product div.product .sidebar-container .sidebar--wrap.sidebar-products .sidebar.widget_media_image {
  padding: 0;
  border-top-width: 1px;
  border-top-color: rgba(0, 79, 37, 0.5);
}
.section.single-product div.product .sidebar-container .sidebar--wrap.sidebar-products .sidebar.widget_media_image a {
  display: block;
}
.section.single-product div.product .sidebar-container .sidebar--wrap.sidebar-products .sidebar.widget_media_image img {
  display: block;
  width: 100%;
}

/** */
.related.products {
  padding: 30px 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .related.products {
    padding: 15px 0;
  }
}

/** */
.section.archive-products .archive-products-inner .term-title {
  margin-top: 2.5rem;
  margin-bottom: 20px;
  color: #920E1E;
  display: none;
}
.section.archive-products .archive-products-inner .term-title + .woocommerce-sorting {
  /*margin-top: 0;*/
  margin-top: 2.5rem;
}

/** */
.grid-products article.product .cover span.res {
  padding-bottom: 100%;
}
.grid-products article.product .cover span.res img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.grid-products article.product .cover span.res img:first-child {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  /*max-width: calc(100% - 40px);
  max-height: calc(100% - 20px);*/
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-products article.product:hover .onsale {
  background-color: #F97350;
  color: #fff;
}
.grid-products article.product a.button.add_to_cart_button {
  display: none !important;
}
.grid-products article.product .woocommerce-loop-product__title {
  display: block;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding: 10px 10px 0;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  min-height: 42px;
  color: #000000;
  font-family: "Inter", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@media only screen and (max-width: 63.96875rem) {
  .grid-products article.product .woocommerce-loop-product__title {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .grid-products article.product .woocommerce-loop-product__title {
    font-size: 0.875rem;
  }
}
@supports (-webkit-line-clamp: 2) {
  .grid-products article.product .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.grid-products article.product .woocommerce-loop-product__title:hover {
  color: #004F25;
}
@media only screen and (max-width: 63.96875rem) {
  .grid-products article.product .woocommerce-loop-product__title {
    padding: 10px 10px 0 10px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .grid-products article.product .woocommerce-loop-product__title {
    line-height: 1.3;
  }
}
.grid-products article.product .hb_view_button {
  margin-bottom: 20px;
  text-align: center;
}
.grid-products article.product .hb_view_button a {
  padding: 0 2px 0 25px;
  background: transparent;
  color: #000;
  border: 1px solid var(--color1);
}
.grid-products article.product .hb_view_button a i {
  margin-left: 20px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: var(--color1);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #ffffff;
}
.grid-products article.product .hb_view_button a:hover {
  color: #ffffff;
  background-color: #004F25;
}
@media only screen and (max-width: 39.96875rem) {
  .grid-products article.product .hb_view_button a:hover::before {
    content: none;
  }
}
.grid-products article.product .hb_view_button a:hover i {
  background: #ffffff;
  color: var(--color1);
}
@media only screen and (max-width: 63.96875rem) {
  .grid-products article.product .hb_view_button {
    margin-bottom: 20px;
  }
  .grid-products article.product .hb_view_button a {
    padding: 0 2px 0 10px;
    font-size: 12px;
    height: 30px;
  }
  .grid-products article.product .hb_view_button a i {
    margin-left: 5px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .grid-products article.product .hb_view_button {
    margin-bottom: 15px;
  }
}
.grid-products article.product span.price {
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 10px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  -webkit-flex-direction: initial;
          flex-direction: initial;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  font-size: 15px;
  color: #004F25;
  font-size: 500;
}
@media only screen and (max-width: 63.96875rem) {
  .grid-products article.product span.price {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .grid-products article.product span.price {
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
  }
}
.grid-products article.product span.price del {
  opacity: 1;
}
@media only screen and (max-width: 63.96875rem) {
  .grid-products article.product span.price {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .grid-products article.product span.price {
    font-size: 13px !important;
    padding-right: 0;
    padding-left: 0;
  }
}
.grid-products article.product span.price .from {
  display: none !important;
}
.grid-products article.product span.price .woocommerce-Price-amount {
  color: #004F25;
  font-weight: 400;
}
.grid-products article.product span.price del .woocommerce-Price-amount {
  color: #000000;
  font-weight: 400;
  font-size: 12px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.grid-products article.product span.price ins {
  text-decoration: none;
}
.grid-products article.product span.price ins .woocommerce-Price-amount {
  color: #004F25;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 39.96875rem) {
  .grid-products article.product span.price ins .woocommerce-Price-amount {
    font-size: 13px !important;
  }
}
.grid-products article.product .wvs-archive-variations-wrapper .variations {
  padding: 10px 20px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.grid-products article.product .wvs-archive-variations-wrapper .variations .wvs_archive_reset_variations {
  display: none !important;
}
.grid-products article.product .wvs-archive-variations-wrapper .stock.out-of-stock {
  text-align: center;
  padding: 15px 20px 0 20px;
  font-weight: 300;
  font-size: 13px;
}
.grid-products article.product .wvs-archive-information {
  display: none !important;
}

/** */
.variations .color-variable-items-wrapper .color-variable-item {
  -webkit-border-radius: 100% !important;
          border-radius: 100% !important;
}
.variations .color-variable-items-wrapper .color-variable-item .variable-item-contents .variable-item-span-color {
  -webkit-border-radius: 100% !important;
          border-radius: 100% !important;
  line-height: 1;
  margin: 0;
  overflow: hidden;
}

/** */
.custom-short-description {
  margin-top: 20px;
}
.custom-short-description .feature-list {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.custom-short-description .feature-list .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 35px;
  position: relative;
  top: 3px;
}
.custom-short-description .feature-list .icon i {
  font-weight: 300;
  font-size: 17px;
}
.custom-short-description .feature-list .icon svg, .custom-short-description .feature-list .icon img {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.custom-short-description .feature-list .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  font-size: 1rem;
}
@media only screen and (max-width: 63.96875rem) {
  .custom-short-description .feature-list .desc {
    font-size: 0.9375rem;
  }
}
.custom-short-description .feature-list .desc a {
  color: #004F25;
}
.custom-short-description .feature-list .desc a:hover {
  opacity: 1;
  color: #F97350;
  text-decoration: underline;
}

/** */
.section.products.related-products article.product {
  padding-bottom: 0;
}
.section.products.related-products article.product .woocommerce-loop-product__title {
  font-size: 0.9375rem;
  line-height: 1.5;
  min-height: 42px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.products.related-products article.product .woocommerce-loop-product__title {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.products.related-products article.product .woocommerce-loop-product__title {
    font-size: 0.875rem;
  }
}
.section.products.related-products article.product .cover span.res img:first-child {
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  max-height: -webkit-calc(100% - 15px);
  max-height: calc(100% - 15px);
}
.section.products.related-products article.product span.price {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  font-size: 16px !important;
}
@media only screen and (max-width: 39.96875rem) {
  .section.products.related-products article.product span.price {
    font-size: 13px !important;
    padding-right: 0;
    padding-left: 0;
  }
}
.section.products.related-products article.product span.price del .woocommerce-Price-amount {
  font-size: 15px !important;
}
@media only screen and (max-width: 39.96875rem) {
  .section.products.related-products article.product span.price del .woocommerce-Price-amount {
    font-size: 12px !important;
  }
}

/** */
.woocommerce .products ul,
.woocommerce ul.products {
  margin-bottom: 20px;
}

/*# sourceMappingURL=woocommerce.css.map*/