@charset "UTF-8";
/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.woocommerce ul.products li.product .price {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .woocommerce ul.products li.product .price {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .woocommerce ul.products li.product .price {
    font-size: 1.5625rem;
  }
}

li.product {
  position: relative;
}

.item-product .product-inner {
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 10px 10px 15px;
}
.item-product .product-inner:hover .thumb img {
  transform: scale(1.03);
}
.item-product .product-inner .thumb {
  overflow: hidden;
  border-radius: 15px;
}
.item-product .product-inner .thumb::before {
  content: "";
  display: block;
  padding-top: 78%;
}
.item-product .product-inner .thumb img {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 15px;
  transform: scale(1);
  transition: all 0.3s ease;
}
.item-product .product-inner .product-inf {
  padding: 20px 8px 8px;
}
.item-product .product-inner .product-inf__body .title {
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 800;
}
.item-product .product-inner .product-inf__body .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .item-product .product-inner .product-inf__body .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .item-product .product-inner .product-inf__body .title {
    font-size: 1.25rem;
  }
}
.item-product .product-inner .product-inf__body .title a {
  color: #5b5b5b;
}
.item-product .product-inner .product-inf__body .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .item-product .product-inner .product-inf__body .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.item-product .product-inner .product-inf__body .title a:hover {
  color: #00a267;
}
.item-product .product-inner .product-inf__body .price {
  display: flex !important;
  font-weight: 800 !important;
  color: #b90000 !important;
  margin-bottom: 0 !important;
  gap: 6px;
}
.item-product .product-inner .product-inf__body .price {
  font-size: 1.0625rem;
}
@media only screen and (min-width: 48rem) {
  .item-product .product-inner .product-inf__body .price {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .item-product .product-inner .product-inf__body .price {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 29.99875rem) {
  .item-product .product-inner .product-inf__body .price {
    flex-wrap: wrap;
  }
}
.item-product .product-inner .product-inf__body .price ins {
  display: block !important;
  text-decoration: none;
  order: 1;
}
.item-product .product-inner .product-inf__body .price del {
  display: flex !important;
  font-weight: 500;
  color: #5b5b5b !important;
  position: relative;
  order: 2;
  padding-left: 12px;
}
.item-product .product-inner .product-inf__body .price del {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 64rem) {
  .item-product .product-inner .product-inf__body .price del {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 29.99875rem) {
  .item-product .product-inner .product-inf__body .price del {
    padding-left: 8px;
  }
}
.item-product .product-inner .product-inf__body .price del::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #acacac;
}
@media only screen and (max-width: 63.99875rem) {
  .item-product .product-inner .product-inf__body .price del::before {
    left: 4px;
  }
}
@media only screen and (max-width: 29.99875rem) {
  .item-product .product-inner .product-inf__body .price del::before {
    left: 1px;
  }
}
.item-product .product-inner .product-inf__actions {
  justify-content: space-between;
}
.item-product .product-inner .product-inf__actions {
  margin-top: 1rem;
}
@media only screen and (min-width: 64rem) {
  .item-product .product-inner .product-inf__actions {
    margin-top: 1.375rem;
  }
}
.item-product .product-inner .product-inf__actions .btn-view {
  height: 36px;
  line-height: 1.4;
  padding: 6px 32px;
  color: #5b5b5b;
  font-weight: 600;
  border-radius: 100px;
  background-color: #f4f4f4;
  transition: all 0.3s;
}
.item-product .product-inner .product-inf__actions .btn-view:hover {
  color: #ffffff;
  background-color: #00a267;
}
.item-product .product-inner .product-inf__actions .add_to_cart_button {
  background-color: #01a66a;
  border-radius: 50%;
  padding: 0;
  margin-top: 0 !important;
  display: flex !important;
}
.item-product .product-inner .product-inf__actions .add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.item-product .product-inner .product-inf__actions .add_to_cart_button {
  width: 2.25rem;
  height: 2.25rem;
}
.item-product .product-inner .product-inf__actions .add_to_cart_button:hover {
  background-color: #04935f;
}
.item-product .product-inner .product-inf__actions .add_to_cart_button::after {
  color: #ffffff;
}
.item-product .product-inner .product-inf__actions .add_to_cart_button.ajax_add_to_cart.added::after {
  content: none;
}
.item-product .product-inner .product-inf__actions .add_to_cart_button img {
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-bottom: 0 !important;
}
.item-product .product-inner .product-inf__actions .add_to_cart_button img {
  width: 1.375rem;
  height: 1.375rem;
}
.item-product .product-inner .product-inf__actions .added_to_cart.wc-forward {
  background-color: #00a267;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 50px;
  display: block;
  margin: 10px auto 0;
  width: -webkit-fit-content;
  width: fit-content;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 40px 0 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers::before {
  content: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 0 8px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  font-weight: 400;
  border-radius: 4px;
  color: #707070;
  padding: 0;
  border: 1px solid #c7c7c7;
  font-size: 16px;
  position: relative;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  width: 2.375rem;
  height: 2.375rem;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  text-decoration: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #00a267;
  background-color: #00a267;
}

body.woocommerce .onsale {
  min-height: unset;
  min-width: unset;
  padding: 5px 12px;
  margin: 0 !important;
  background-color: #e80000;
  top: 20px !important;
  right: 20px !important;
  left: auto;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.archive-product {
  position: relative;
  margin-bottom: 30px;
}
.archive-product {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .archive-product {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-product {
    padding-bottom: 6.25rem;
  }
}
.archive-product .main-taxonomy-product {
  padding-top: 0;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product {
    padding-top: 1.875rem;
  }
}
.archive-product .main-taxonomy-product .grid-products {
  padding-top: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .grid-products {
    padding-top: 0.9375rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .archive-product .main-taxonomy-product .grid-products {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar {
  width: 20%;
  position: relative;
  padding: 20px 12px;
  border: 1px solid #dedede;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-product .main-taxonomy-product .grid-products aside.sidebar {
    width: 100%;
  }
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu > span {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
  color: #1a1a1a;
  font-size: 16px;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul {
  flex-direction: column;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul li {
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.0901960784);
  border-radius: 3px;
  padding: 12px 32px 12px 12px;
  margin-bottom: 12px;
  position: relative;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul li.is-dropdown-submenu-parent {
  cursor: pointer;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul li.is-dropdown-submenu-parent ul.sub-menu {
  list-style-type: none;
  border: none;
  border-radius: 0;
  padding: 15px 10px 0;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul li.is-dropdown-submenu-parent ul.sub-menu li {
  border: none;
  padding: 5px 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e4e8;
  box-shadow: none;
  border-radius: 0;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul li.is-dropdown-submenu-parent ul.sub-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul li a {
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul li a:hover, .archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul li a[aria-current=page] {
  color: #00a267;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul li .ic-sub {
  position: absolute;
  top: 14px;
  right: 15px;
  transition: all 0.3s;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul li .ic-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul li .ic-sub.active {
  transform: rotate(180deg);
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .sidebar-all .widget_nav_menu ul li .ic-sub svg {
  width: 1rem;
  height: 1rem;
}
.archive-product .main-taxonomy-product .grid-products .col-products {
  width: 80%;
}
.archive-product .main-taxonomy-product .grid-products .col-products {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products {
    width: 100%;
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-toolbar-wrapper .toolbar-search {
  flex: auto;
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-toolbar-wrapper .toolbar-search .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  opacity: 1;
  visibility: visible;
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-toolbar-wrapper .toolbar-search .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  opacity: 0;
  visibility: hidden;
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-toolbar-wrapper .toolbar-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border: 1px solid #dedede;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  box-shadow: none;
  background-color: #f7f7f8;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-toolbar-wrapper .toolbar-ordering {
  margin-left: 15px;
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-toolbar-wrapper .toolbar-ordering .woocommerce-ordering {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products .product-toolbar-wrapper .toolbar-ordering .woocommerce-ordering {
    width: 100%;
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-toolbar-wrapper .toolbar-ordering .woocommerce-ordering select {
  font-size: 14px;
  color: #3b3b3b;
  height: 43px;
  padding: 5px 20px;
  border: 1px solid #dedede;
  background-color: #f7f7f8;
  border-radius: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.86983 4.37915C7.69626 4.55532 7.41485 4.55532 7.24129 4.37915L4.44444 1.54025L4.44444 6.91729C4.44444 7.16644 4.24546 7.36842 4 7.36842C3.75454 7.36842 3.55556 7.16644 3.55556 6.91729L3.55556 1.54025L0.758714 4.37915C0.585148 4.55532 0.30374 4.55532 0.130174 4.37915C-0.0433924 4.20297 -0.0433924 3.91733 0.130174 3.74115L3.68573 0.132132C3.8593 -0.0440443 4.1407 -0.0440443 4.31427 0.132132L7.86983 3.74116C8.04339 3.91733 8.04339 4.20297 7.86983 4.37915Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0.130175 11.4103C0.303742 11.2342 0.585148 11.2342 0.758715 11.4103L3.55556 14.2492L3.55556 8.8722C3.55556 8.62305 3.75454 8.42107 4 8.42107C4.24546 8.42107 4.44445 8.62305 4.44445 8.8722L4.44444 14.2492L7.24129 11.4103C7.41485 11.2342 7.69626 11.2342 7.86983 11.4103C8.04339 11.5865 8.04339 11.8722 7.86983 12.0483L4.31427 15.6574C4.1407 15.8335 3.8593 15.8335 3.68573 15.6574L0.130175 12.0483C-0.0433911 11.8722 -0.0433911 11.5865 0.130175 11.4103Z" fill="currentColor"/></svg>');
  background-repeat: no-repeat;
  background-position: left 22px center;
  background-size: 8px;
  text-indent: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 39.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products .product-toolbar-wrapper .toolbar-ordering .woocommerce-ordering select {
    background-size: 6px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products .product-toolbar-wrapper .toolbar-ordering .woocommerce-ordering select {
    height: 40px;
    padding: 5px 15px;
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 30px 0 0;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products::before, .archive-product .main-taxonomy-product .grid-products .col-products ul.products::after {
  content: none;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products ul.products {
    gap: 12px;
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product {
  float: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: calc((100% - 48px) / 4);
  cursor: pointer;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product {
    width: calc((100% - 24px) / 3);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product {
    width: calc((100% - 12px) / 2);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product {
    width: 100%;
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .woocommerce-loop-product__link {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: #00a267;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .woocommerce-loop-product__link:hover img {
  transform: scale(1.04);
  transition: all 0.3s;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .woocommerce-loop-product__link img {
  object-fit: cover;
  margin-bottom: 0;
  transform: scale(1);
  transition: all 0.3s;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .woocommerce-loop-product__title {
  flex: auto;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  padding: 10px 0 0;
  margin-bottom: 5px;
  position: relative;
  transition: all 0.4s ease;
  font-size: 16px;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .item-product .product-inf {
  padding: 15px 8px 8px;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .item-product .product-inf .title {
  margin-bottom: 10px;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .item-product .product-inf .price {
  font-size: 16px;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .item-product .product-inf .price ins {
  font-weight: 800;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .item-product .product-inf .price del {
  display: flex !important;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .item-product .product-inf__actions {
  margin-top: 16px;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .item-product .product-inf__actions .btn-view {
  border: 1px solid #dedede;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .item-product .product-inf__actions .add_to_cart_button {
  border: 1px solid #dedede;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .item-product .product-inf__actions .add_to_cart_button img {
  width: 1.25rem;
  height: 1.25rem;
}
.archive-product .page-description {
  margin: 30px 0;
}
.archive-product .term-tax-custom {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  max-width: 85%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-product .term-tax-custom {
    max-width: 100%;
    padding: 20px;
  }
}
.archive-product .term-tax-custom .term-description {
  color: #2e0805;
}
.archive-product .term-tax-custom .term-description #ez-toc-container {
  background: #fffbf0;
  border-radius: 12px;
  border: none;
  padding: 0;
}
.archive-product .term-tax-custom .term-description #ez-toc-container .ez-toc-title-container {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 12px;
  background: #fff6dd;
  font-weight: 600;
  color: #00a267;
}
.archive-product .term-tax-custom .term-description #ez-toc-container .ez-toc-title-container {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .term-tax-custom .term-description #ez-toc-container .ez-toc-title-container {
    font-size: 1.25rem;
  }
}
.archive-product .term-tax-custom .term-description #ez-toc-container .ez-toc-title-container .ez-toc-title {
  position: relative;
  line-height: normal;
}
.archive-product .term-tax-custom .term-description #ez-toc-container .ez-toc-title-container .ez-toc-title::before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAN0SURBVHgB7Vi/TttgEL+zHdEKQi0Ic8MTEOYuydatvAHhCZpKDaRTYGqAobwB4Q3gCRKWrqVjJ9ytUhNqNY0UFNvXOzu23ACxFWonlfob/Of7jvDz3Xd/EcZQ0XU9o9pbCsIrQCgAQR6SBIHJ/+fKITg77vaa49sYfnmbWyqqhKe8modZgMBApJ1G51fbXwoI7q5mtxGhGRI2+XpOSF8hQSDBBl8LYaUoBOX33d5ZQNDVHGDLJ0boHBx1+ieQInZXFiuISp0Z6R4xKokmXYJ7q9lr9wuYnGM7pWOzfwUzQFVfLCiq0nJJsrlvbXVTra5my2zasgiw5t4d3/TPYUb4OBh+e/E0c4uIL4WkgvRFYW/ddneZcdpmvQ9HN8zBO//A3LYUfim4OwifYU5AABfuA8KG4h9KApp47ir6k7w4E6QBJMO9cwxW4sjv5pbrC1rmWjxdHKrGZCElaFECNV3PE9j7wQJ7O6mZOsBgR173clkJT0WYAn4omSQTqUEbhvrdX6Y8pIRIDQ4hYyyQbYQjPRKe+c+SQzk9XcIUQMsyomQiCZ6YpslmLjmqvc8mecap7/Kw22/6+/cl+L+JSIKChmkafCvDDBDLi2eJuScYy8SC6hrnbKK8YlnNhjkwICXEIujGOpJYx26iZeq1nBbEr+raYoEIdZgClqVdiRPCYwhKCQRjgZgAK3xry7NCygeYMlBrmlXyf+ch/PtnUIpXNnEbQlpiQwdlmWM5b1RtOhMP2MRRMrHO4GGnV6pxYeuQo5MD7XDFnXT1HduLGwlnjIfwP1A/FrFM7NaEqi0tYf6hCUBSiEWQybX8cosbmSJX2PpR56fryV5XOF19GCcrRRIc9SH58BqHGVk7GRHmrhCLMA00rc1XY5JI5BnULM24s0jwA1JCpAalFqzllg44vdXdBRnw2MMDf19iJCSIWF7MhcE+Wuo6Z41NGUekW80gnwHuP7nPeD5JcFRVpwJ34uXN3UyFux4vVfGYAeYG6E07eJjATogXo1Wdw0cFZoy9leXXfkiT7hFl5Lug2p9Gi6aDPH77Ph/jt8Nub12RilbGriMZnQvQ1iw0KZoLyDF8TsEIWMopQjgN/oK/QIbbPFRKdOo1cs4tn5i3Bjt+9fTHEJ3jXZHmdYgehqdN2uaRayH8ZYlAwhxHEnHWga2ejzdRvwFc62kmHJ8eygAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(1px);
}
.archive-product .term-tax-custom .term-description #ez-toc-container .ez-toc-title-container .ez-toc-title::before {
  width: 1.25rem;
  height: 1.25rem;
}
.archive-product .term-tax-custom .term-description #ez-toc-container nav {
  padding: 20px;
}
.archive-product .term-tax-custom .term-description #ez-toc-container nav ul li.ez-toc-page-1 {
  border-bottom: 1px dashed #c7c7c7;
  padding-bottom: 8px;
}
.archive-product .term-tax-custom .term-description #ez-toc-container nav ul li a {
  font-weight: 400;
  color: #4f0d09;
}
.archive-product .term-tax-custom .custom-excerpt {
  display: none;
}
.archive-product .term-tax-custom .mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(360deg, #f7f7f7 21.51%, rgba(247, 247, 247, 0) 71.7%);
}
.archive-product .term-tax-custom .btn_show {
  margin-top: 0;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@keyframes loopflicker {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  40% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.bottom-product-archive {
  position: relative;
}
.bottom-product-archive {
  padding-top: 3.125rem;
}
@media only screen and (min-width: 48rem) {
  .bottom-product-archive {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom-product-archive {
    padding-top: 6.25rem;
  }
}
.bottom-product-archive {
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 48rem) {
  .bottom-product-archive {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom-product-archive {
    padding-bottom: 6.25rem;
  }
}
.bottom-product-archive .title-viewed,
.bottom-product-archive .heading-title {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: normal;
}
.bottom-product-archive .swiper-container .swiper-slide {
  width: 25%;
  padding: 0 8px;
}
@media only screen and (max-width: 63.99875rem) {
  .bottom-product-archive .swiper-container .swiper-slide {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .bottom-product-archive .swiper-container .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .bottom-product-archive .swiper-container .swiper-slide {
    width: 100%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .bottom-product-archive .swiper-container .swiper-slide .product-item {
    padding: 0;
    padding-bottom: 10px;
  }
}
.bottom-product-archive .related-products {
  padding-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .bottom-product-archive .related-products .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.bottom-product-archive .related-products .swiper-controls .swiper-button.swiper-button-prev {
  left: -15px;
}
@media only screen and (max-width: 39.99875rem) {
  .bottom-product-archive .related-products .swiper-controls .swiper-button.swiper-button-prev {
    left: -6px;
  }
}
.bottom-product-archive .related-products .swiper-controls .swiper-button.swiper-button-next {
  right: -15px;
}
@media only screen and (max-width: 39.99875rem) {
  .bottom-product-archive .related-products .swiper-controls .swiper-button.swiper-button-next {
    right: -6px;
  }
}
.bottom-product-archive .related-products .swiper-controls .swiper-pagination {
  bottom: -60px;
}

body.single-product .section-breadcrumb {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .section-breadcrumb {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .section-breadcrumb {
    padding-bottom: 10px;
  }
}
body.single-product .woocommerce-notices-wrapper {
  font-size: 15px;
}
body.single-product .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #f7f7f7;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-top: 0;
  padding: 10px 10px 10px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}
body.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
  content: "";
  background-color: #04935f;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5l1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5l1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  position: static;
}
body.single-product .woocommerce-notices-wrapper .woocommerce-message a.button {
  color: #04935f;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  order: 100;
  float: right;
  padding: 0;
  background: none;
  line-height: 1.7;
}
body.single-product .product-type-variable .product-details .summary.entry-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form {
  margin-top: 0;
  gap: 0;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr {
  display: block;
  margin-bottom: 15px;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr:last-child {
  margin-bottom: 0;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr:nth-child(even) {
  background-color: transparent;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr th.label label {
  color: #424242;
  font-weight: 500;
  font-size: 15px;
  margin-right: 10px;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr th.label .woo-selected-variation-item-name {
  display: none;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr td.value {
  position: relative;
  padding: 0;
  width: -webkit-fit-content !important;
  width: fit-content !important;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr td.value::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><g fill="none"><path d="M6.102 8c-1.074 0-1.648 1.265-.94 2.073l5.521 6.31a1.75 1.75 0 0 0 2.634 0l5.522-6.31c.707-.808.133-2.073-.94-2.073H6.101z" fill="currentColor"></path></g></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><g fill="none"><path d="M6.102 8c-1.074 0-1.648 1.265-.94 2.073l5.521 6.31a1.75 1.75 0 0 0 2.634 0l5.522-6.31c.707-.808.133-2.073-.94-2.073H6.101z" fill="currentColor"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  background-color: #c5c5c5;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr td.value::after {
  width: 0.9375rem;
  height: 0.9375rem;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr td.value select {
  height: 35px;
  padding: 6px 12px;
  border: 1px solid #dedede;
  border-radius: 5px;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  color: #a2a2a2;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr td.value select[name^=attribute_pa_].selected {
  color: #c70000;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr td.value .variable-items-wrapper .variable-item {
  background: #00a267;
  color: #ffffff;
  border-radius: 10px;
  border: none;
  padding: 0 10px;
  font-weight: 600;
  height: 50px;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr td.value .variable-items-wrapper .variable-item {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr td.value .variable-items-wrapper .variable-item {
    font-size: 1.25rem;
  }
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr td.value .variable-items-wrapper .variable-item.selected {
  background: #04935f;
  box-shadow: 0 0 0 1px #04935f;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr td.value .reset_variations {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  text-decoration: underline;
  color: #707070;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form .single_variation_wrap {
  width: 100%;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form .single_variation_wrap .woocommerce-variation.single_variation {
  margin: 15px 0;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form .single_variation_wrap .woocommerce-variation-description {
  display: none;
}
body.single-product .product-details {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details {
    flex-wrap: wrap;
  }
}
body.single-product .product-details .onsale {
  position: absolute;
  z-index: 2;
  font-size: 13px;
  color: #ffffff;
  background-color: #e80000;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 100px;
  pointer-events: none;
  width: -webkit-fit-content;
  width: fit-content;
  top: 15px !important;
  right: calc(50% + 15px) !important;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .onsale {
    right: 15px !important;
  }
}
body.single-product .product-details .woocommerce-product-gallery-wrapper {
  width: 50%;
  height: -webkit-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper {
    width: 100%;
    position: relative;
    top: 0;
  }
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery {
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery {
    margin-bottom: 5px;
  }
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images {
  width: 100%;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image {
  border-radius: 8px;
  position: relative;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image .image-popup {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 1.875rem;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 1.875rem;
  z-index: 97;
  opacity: 0.1;
  display: none;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image .image-popup::before {
  content: none;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image .res {
  border-radius: 15px;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image .res.ar-16-9, body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image .res.ar\[1-1\] {
  padding-top: 62%;
  aspect-ratio: unset;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image .res img {
  border-radius: 8px;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-button {
  display: none;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs {
    height: auto;
  }
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-button {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide {
    width: calc((100% - 30px) / 4) !important;
  }
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .wpg__thumb {
  transition: 0.2s ease;
  border-radius: 15px;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide.swiper-slide-thumb-active .wpg__thumb, body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide:hover .wpg__thumb {
  border: 2px solid #04935f;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .res.ar-16-9 {
  aspect-ratio: unset;
  padding-top: 65%;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .res img {
  border-radius: 15px;
}
body.single-product .product-details .summary.entry-summary {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary {
    padding-left: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary {
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .summary.entry-summary {
    flex: 1 1 0;
    padding-top: 20px;
  }
}
body.single-product .product-details .summary.entry-summary .product_title {
  margin-bottom: 12px;
  position: relative;
  line-height: 1.4;
  text-transform: capitalize;
  font-weight: 700;
}
body.single-product .product-details .summary.entry-summary .product_title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  body.single-product .product-details .summary.entry-summary .product_title {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .product_title {
    font-size: 1.875rem;
  }
}
body.single-product .product-details .summary.entry-summary .woocommerce-product-rating {
  margin-top: 8px;
}
body.single-product .product-details .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
}
body.single-product .product-details .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link .count {
  font-weight: 600;
  color: #04935f;
}
body.single-product .product-details .summary.entry-summary .woocommerce-product-details__short-description {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  text-align: justify;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
body.single-product .product-details .summary.entry-summary .woocommerce-product-details__short-description strong {
  color: #000000;
}
body.single-product .product-details .summary.entry-summary form.cart {
  font-size: 15px;
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
body.single-product .product-details .summary.entry-summary form.cart {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
body.single-product .product-details .summary.entry-summary form.cart::before, body.single-product .product-details .summary.entry-summary form.cart::after {
  content: none;
}
body.single-product .product-details .summary.entry-summary form.cart table.variations {
  border-collapse: unset;
}
body.single-product .product-details .summary.entry-summary form.cart table.variations tbody {
  background: transparent;
}
body.single-product .product-details .summary.entry-summary form.cart table.variations th {
  padding: 0;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity-wrapper {
  width: 100%;
  gap: 14px;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity-wrapper {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  body.single-product .product-details .summary.entry-summary form.cart .quantity-wrapper {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary form.cart .quantity-wrapper {
    margin-bottom: 3.75rem;
  }
}
body.single-product .product-details .summary.entry-summary form.cart .quantity-wrapper .label {
  color: #424242;
  font-weight: 500;
  font-size: 15px;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity {
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 5px;
  float: none;
  margin: 0;
  width: -webkit-fit-content;
  width: fit-content;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity input {
  border-radius: 0px;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  min-width: unset;
  max-width: unset;
  font-size: 15px;
  font-weight: 500;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #3a3637;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity input::-webkit-outer-spin-button, body.single-product .product-details .summary.entry-summary form.cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity input.minus, body.single-product .product-details .summary.entry-summary form.cart .quantity input.plus {
  padding: 0;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  background-color: #ffffff;
  color: #4e3b31;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity input.minus, body.single-product .product-details .summary.entry-summary form.cart .quantity input.plus {
  width: 3rem;
  height: 2.5rem;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity input[type=number] {
  border: none;
  width: 55px;
  padding: 0;
  height: 40px;
  background-color: #ffffff;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
body.single-product .product-details .summary.entry-summary form.cart button.single_add_to_cart_button,
body.single-product .product-details .summary.entry-summary form.cart button[name=add-to-cart] {
  height: 48px;
  margin-right: 12px;
  background-color: #ffffff;
  border-radius: 100px;
  color: #00a267;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 34px;
  transition: all 0.3s;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.0588235294);
}
body.single-product .product-details .summary.entry-summary form.cart button.single_add_to_cart_button,
body.single-product .product-details .summary.entry-summary form.cart button[name=add-to-cart] {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary form.cart button.single_add_to_cart_button,
  body.single-product .product-details .summary.entry-summary form.cart button[name=add-to-cart] {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  body.single-product .product-details .summary.entry-summary form.cart button.single_add_to_cart_button,
  body.single-product .product-details .summary.entry-summary form.cart button[name=add-to-cart] {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 10px;
  }
}
body.single-product .product-details .summary.entry-summary form.cart button.single_add_to_cart_button:hover,
body.single-product .product-details .summary.entry-summary form.cart button[name=add-to-cart]:hover {
  background: #00a267;
  color: #ffffff;
}
body.single-product .product-details .summary.entry-summary .btn-main {
  margin-top: 0;
  height: 48px;
  text-transform: uppercase;
  padding: 12px 40px;
  box-shadow: none;
}
body.single-product .product-details .summary.entry-summary .btn-main {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .btn-main {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-details .summary.entry-summary .btn-main {
    width: 100%;
    margin-top: 5px;
  }
}
body.single-product .product-details .summary.entry-summary .product_meta {
  position: relative;
  margin-bottom: 15px;
  color: #828282;
  display: flex;
  align-items: center;
  gap: 30px;
}
body.single-product .product-details .summary.entry-summary .product_meta {
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .product_meta {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  body.single-product .product-details .summary.entry-summary .product_meta {
    gap: 20px;
  }
}
body.single-product .product-details .summary.entry-summary .product_meta > * {
  display: block;
}
body.single-product .product-details .summary.entry-summary .product_meta > *:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
body.single-product .product-details .summary.entry-summary .product_meta .sku_wrapper {
  position: relative;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #828282;
}
body.single-product .product-details .summary.entry-summary .product_meta .sku_wrapper.rating_wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  background-color: #c7c7c7;
  width: 1px;
  height: 80%;
}
@media only screen and (max-width: 39.99875rem) {
  body.single-product .product-details .summary.entry-summary .product_meta .sku_wrapper.rating_wrapper::after {
    left: -10px;
  }
}
body.single-product .product-details .summary.entry-summary .product_meta .posted_in {
  position: relative;
  font-weight: 400;
  display: none;
}
body.single-product .product-details .summary.entry-summary .product_meta .posted_in::before {
  content: "";
  background-color: #04935f;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5zm0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5S5.5 6.83 5.5 6S4.83 4.5 4 4.5zm0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5s1.5-.68 1.5-1.5s-.67-1.5-1.5-1.5zM7 19h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z"></path></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5zm0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5S5.5 6.83 5.5 6S4.83 4.5 4 4.5zm0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5s1.5-.68 1.5-1.5s-.67-1.5-1.5-1.5zM7 19h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z"></path></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 15px;
  height: 13px;
  margin-right: 5px;
}
body.single-product .product-details .summary.entry-summary .product_meta .posted_in a {
  font-weight: 600;
}
body.single-product .product-details .summary.entry-summary .product_meta .tagged_as {
  position: relative;
  font-weight: 400;
}
body.single-product .product-details .summary.entry-summary .product_meta .tagged_as::before {
  content: "";
  background-color: #04935f;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 640 512"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48s48 21.49 48 48s-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 640 512"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48s48 21.49 48 48s-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg>');
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
body.single-product .product-details .summary.entry-summary .product_meta .tagged_as a {
  font-weight: 600;
}
body.single-product .product-details .summary.entry-summary .single-variation-discount {
  display: none !important;
}
body.single-product .product-details .summary.entry-summary .onsale {
  width: -webkit-fit-content;
  width: fit-content;
  height: 32px;
  border-radius: 4px;
  padding: 5px 20px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  top: 0 !important;
  left: 0 !important;
  min-width: auto;
  min-height: auto;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0px;
  background-color: #b90000;
}
body.single-product .product-details .summary.entry-summary .onsale {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body.single-product .product-details .summary.entry-summary .custom-product-price {
  gap: 14px;
}
body.single-product .product-details .summary.entry-summary .custom-product-price .price-label {
  font-size: 15px;
  color: #424242;
  font-weight: 500;
}
body.single-product .product-details .summary.entry-summary .price {
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.single-product .product-details .summary.entry-summary .price {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
body.single-product .product-details .summary.entry-summary .price span[aria-hidden=true] {
  color: #00a267;
}
body.single-product .product-details .summary.entry-summary .price ins {
  order: 1;
  text-decoration: none;
  color: #c70000;
}
body.single-product .product-details .summary.entry-summary .price ins {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price ins {
    font-size: 1.4375rem;
  }
}
body.single-product .product-details .summary.entry-summary .price ins .woocommerce-Price-currencySymbol {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price ins .woocommerce-Price-currencySymbol {
    font-size: 1.25rem;
  }
}
body.single-product .product-details .summary.entry-summary .price del {
  display: flex !important;
  order: 2;
  opacity: 1;
  color: #aeaeae;
  font-weight: 400;
}
body.single-product .product-details .summary.entry-summary .price del {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price del {
    font-size: 1.25rem;
  }
}
body.single-product .product-details .summary.entry-summary .price del .woocommerce-Price-amount.amount {
  color: #aeaeae;
  font-weight: 400;
}
body.single-product .product-details .summary.entry-summary .price del .woocommerce-Price-amount.amount {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price del .woocommerce-Price-amount.amount {
    font-size: 1rem;
  }
}
body.single-product .product-details .summary.entry-summary .product-contact .btn-main {
  margin-top: 0;
  height: 42px;
  width: 100%;
  text-transform: uppercase;
}
body.single-product .product-details .summary.entry-summary .product-contact .btn-main span {
  padding-right: 20px;
}
body.single-product .product-details .summary.entry-summary .product-contact .btn-main img {
  object-fit: contain;
}
body.single-product .product-details .summary.entry-summary .product-contact .btn-main img {
  width: 1.375rem;
  height: 1.375rem;
}
body.single-product .wc-tabs-wrapper {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .wc-tabs-wrapper {
    padding-top: 1.875rem;
  }
}
body.single-product .wc-tabs-wrapper .tabs.wc-tabs {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  overflow: inherit !important;
}
body.single-product .wc-tabs-wrapper .tabs.wc-tabs::before, body.single-product .wc-tabs-wrapper .tabs.wc-tabs::after {
  content: none !important;
}
body.single-product .wc-tabs-wrapper .tabs.wc-tabs li {
  background-color: #fafafa !important;
  border: 1px solid #e8e8e8 !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: none !important;
  padding: 12px 0 6px;
  margin: 0 5px 0 0 !important;
}
body.single-product .wc-tabs-wrapper .tabs.wc-tabs li:last-child {
  margin-right: 0;
}
body.single-product .wc-tabs-wrapper .tabs.wc-tabs li::before, body.single-product .wc-tabs-wrapper .tabs.wc-tabs li::after {
  content: none !important;
}
body.single-product .wc-tabs-wrapper .tabs.wc-tabs li.active {
  background-color: #ffffff !important;
  border-bottom: 2px solid #ffffff;
}
body.single-product .wc-tabs-wrapper .tabs.wc-tabs li.active::before {
  content: none !important;
}
body.single-product .wc-tabs-wrapper .tabs.wc-tabs li.active::after {
  content: "" !important;
  position: absolute;
  width: 99%;
  height: 4px;
  background-color: #fff;
  bottom: -2px;
  left: 2px;
  border: none !important;
}
body.single-product .wc-tabs-wrapper .tabs.wc-tabs li.active a {
  color: #3e3e3e !important;
  font-weight: 700 !important;
}
body.single-product .wc-tabs-wrapper .tabs.wc-tabs li a {
  padding: 0;
  font-weight: 500 !important;
  line-height: 1.4;
  color: #777777 !important;
  text-align: center;
  width: 100%;
}
body.single-product .wc-tabs-wrapper .tabs.wc-tabs li a {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  body.single-product .wc-tabs-wrapper .tabs.wc-tabs li a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.single-product .wc-tabs-wrapper .tabs.wc-tabs li a {
    font-size: 1.25rem;
  }
}
body.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel {
  color: #3c3c3c;
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 30px 20px !important;
  border: 1px solid #dedede;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding: 24px 16px !important;
  }
}
body.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel > h2 {
  display: none;
}
body.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel ul {
  padding-left: 25px;
}
body.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel ul li {
  margin-bottom: 6px;
}
body.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel ul li:last-child {
  margin-bottom: 0;
}

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

.wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button a {
  background-color: #04935f;
  color: #ffffff;
}
.wc-block-cart__submit-container a:hover,
.wc-block-components-checkout-place-order-button a:hover {
  background-color: #00a267;
}

body.woocommerce-cart .meta-single {
  display: none;
}
body.woocommerce-cart .heading-title {
  text-align: center;
}
body.woocommerce-cart .heading-title {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart .heading-title {
    margin-bottom: 3.125rem;
  }
}
body.woocommerce-cart section.section-padding .content {
  max-width: 100%;
}
body.woocommerce-cart section.section-padding .content .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form {
  width: 100%;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents {
  border: 1px solid #e8e8e8;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents thead {
  display: table-header-group;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents thead tr {
  background-color: #ffffff;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents thead tr th {
  font-weight: 700;
  color: #272727;
  padding: 14px 16px;
  border-bottom: 1px solid #dedede;
  text-align: center;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents thead tr th {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents thead tr th {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents thead tr th {
    font-size: 1.375rem;
  }
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents thead tr th.product-thumbnail-name {
  text-align: left;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody {
  border: none;
  background: #ffffff;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item:not(:last-child) td {
  border-bottom: 1px solid #dedede;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item:nth-child(even) {
  background-color: transparent;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td {
  padding: 16px;
  vertical-align: middle;
  text-align: center;
  border-top: none;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td::before {
  content: none;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail {
  width: 100px;
  padding: 16px 8px 16px 16px;
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail {
    width: 80px;
    display: block !important;
  }
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail a {
  display: block;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail a img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name {
  text-align: left !important;
  padding: 16px 8px;
  background-color: transparent;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name a {
  color: #5e5e5e;
  font-weight: 500;
  line-height: 1.5;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name a {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name a {
    font-size: 1.25rem;
  }
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name .variation {
  margin-top: 5px;
  color: #272727;
  font-size: 14px;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name dl.variation {
  margin: 5px 0 0;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name dl.variation dt,
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name dl.variation dd {
  font-size: 13px;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name dl.variation dt p,
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name dl.variation dd p {
  display: inline;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-price {
  min-width: 120px;
  white-space: nowrap;
  background-color: transparent;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-price .woocommerce-Price-amount {
  color: #272727;
  font-weight: 500;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-price .woocommerce-Price-amount {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-price .woocommerce-Price-amount {
    font-size: 1.25rem;
  }
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity {
  min-width: 130px;
  background-color: transparent;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .label {
  display: none;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity {
  border: 1px solid #dedede;
  border-radius: 0;
  float: none;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input {
  border-radius: 0;
  height: 36px;
  padding: 0;
  width: 100%;
  min-width: unset;
  max-width: unset;
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #dedede;
  text-align: center;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input::-webkit-outer-spin-button, body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input.minus, body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input.plus {
  padding: 0;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  background-color: transparent;
  color: #272727;
  cursor: pointer;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input.minus, body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input.plus {
  width: 2.25rem;
  height: 2.25rem;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input[type=number] {
  border: none;
  width: 40px;
  padding: 0;
  height: 36px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-subtotal {
  min-width: 120px;
  white-space: nowrap;
  background-color: transparent;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-subtotal .woocommerce-Price-amount {
  text-decoration: underline;
  color: #272727;
  font-weight: 500;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-subtotal .woocommerce-Price-amount {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-subtotal .woocommerce-Price-amount {
    font-size: 1.25rem;
  }
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-remove {
  background-color: transparent;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-remove a.remove {
  color: #272727 !important;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-remove a.remove:hover {
  color: #00a267 !important;
  background: transparent;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row {
  background: transparent !important;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions {
  padding: 16px;
  border-top: none;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .update-cart-btn {
  display: none;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary {
    flex-wrap: wrap;
    gap: 15px;
  }
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-count {
  font-weight: 700;
  color: #333;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-count {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-count {
    font-size: 1rem;
  }
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout {
    width: 100%;
    justify-content: space-between;
  }
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout .cart-total-price {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout .cart-total-price .total-label {
  font-weight: 500;
  color: #666;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout .cart-total-price .total-label {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout .cart-total-price .total-label {
    font-size: 1rem;
  }
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout .cart-total-price .total-amount {
  font-weight: 500;
  color: #121212;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout .cart-total-price .total-amount {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout .cart-total-price .total-amount {
    font-size: 1.25rem;
  }
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout .btn-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00a267;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout .btn-checkout {
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout .btn-checkout {
    font-size: 0.9375rem;
  }
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout .btn-checkout:hover {
  background-color: #256b29;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.cart-footer-row td.actions .cart-footer-summary .cart-total-checkout .btn-checkout {
    padding: 8px 18px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents thead {
    display: none;
  }
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px;
  }
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td {
    border-bottom: none !important;
  }
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail {
    width: 80px;
    padding: 0;
  }
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name {
    flex: 1;
    padding: 0 10px;
  }
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-price {
    width: 100%;
    text-align: left;
    padding: 6px 0 0;
  }
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-price::before {
    content: "Đơn giá: ";
    font-weight: 400;
    color: #999;
  }
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity {
    padding: 8px 0 0;
    min-width: auto;
    margin-right: 12px;
  }
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity {
    margin: 0;
  }
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-subtotal {
    padding: 8px 0 0;
    text-align: right;
    margin-right: 12px;
  }
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-subtotal::before {
    content: "Số tiền: ";
    padding-right: 5px;
    font-weight: 400;
    color: #999;
  }
  body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-remove {
    padding: 8px 0 0;
  }
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form .cart-summary-actions .btn-main svg,
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form .cart-summary-actions .btn-main path {
  fill: #ffffff;
}
body.woocommerce-cart section.section-padding .content .woocommerce form.woocommerce-cart-form .cart-summary-actions .btn-main span {
  padding-left: 5px;
}
body.woocommerce-cart section.section-padding .content .woocommerce .cart-collaterals {
  display: none;
}
body.woocommerce-cart .wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new {
  display: none;
}
body.woocommerce-cart a.checkout-button.button.alt.wc-forward {
  background-color: #04935f;
}
body.woocommerce-cart a.checkout-button.button.alt.wc-forward:hover {
  background-color: #1145b5;
}
body.woocommerce-cart table.cart td.actions .input-text {
  width: 150px;
}
body.woocommerce-cart .wc-block-cart-items__header-product {
  visibility: visible !important;
  background: #f9f9f9 !important;
}
body.woocommerce-cart .wc-block-cart-items th {
  padding: 8px 16px 8px 16px;
}
body.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__image img {
  height: 120px;
  object-fit: contain;
}

body.woocommerce-checkout .woocommerce-info {
  display: none;
}
body.woocommerce-checkout .content {
  max-width: 95%;
}
@media only screen and (max-width: 47.99875rem) {
  body.woocommerce-checkout .content {
    max-width: 100%;
  }
}
body.woocommerce-checkout .content .meta-single {
  display: none;
}
body.woocommerce-checkout .heading-title {
  text-align: center;
  border-bottom: 1px solid #dedede;
}
body.woocommerce-checkout .heading-title {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-checkout .heading-title {
    padding-bottom: 3.125rem;
  }
}
body.woocommerce-checkout .heading-title {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-checkout .heading-title {
    margin-bottom: 3.125rem;
  }
}
body.woocommerce-checkout .checkout-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media only screen and (max-width: 63.99875rem) {
  body.woocommerce-checkout .checkout-layout {
    flex-direction: column;
    gap: 20px;
  }
}
body.woocommerce-checkout .checkout-left {
  flex: 1;
  min-width: 0;
}
body.woocommerce-checkout .checkout-left #customer_details .col-1 {
  width: 100%;
  float: none;
}
body.woocommerce-checkout .checkout-left #customer_details .col-1 .form-row-first,
body.woocommerce-checkout .checkout-left #customer_details .col-1 .form-row-last {
  float: none;
  width: 48%;
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-checkout .checkout-left #customer_details .col-1 .form-row-first,
  body.woocommerce-checkout .checkout-left #customer_details .col-1 .form-row-last {
    width: 100%;
  }
}
body.woocommerce-checkout .checkout-left #customer_details .col-2 {
  float: none;
  width: 100%;
}
body.woocommerce-checkout .checkout-left #customer_details .col-2 .woocommerce-shipping-fields {
  display: none;
}
body.woocommerce-checkout .checkout-left .woocommerce-billing-fields > h3 {
  display: none;
}
body.woocommerce-checkout .checkout-left .checkout-section {
  margin-bottom: 30px;
}
body.woocommerce-checkout .checkout-left .checkout-section .checkout-section-desc {
  color: #888;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 4px;
}
body.woocommerce-checkout .checkout-left .checkout-email-section .form-row {
  margin: 0;
  padding: 0;
  float: none;
  width: 100%;
}
body.woocommerce-checkout .checkout-left .checkout-email-section .form-row input {
  border: 1px solid #dedede;
  border-radius: 5px;
  font-size: 15px;
  color: #5e5e5e;
  padding: 14px 16px;
  background: #ffffff;
  width: 100%;
  transition: border-color 0.2s;
}
body.woocommerce-checkout .checkout-left .checkout-email-section .form-row input:focus {
  border-color: #00a267;
  outline: none;
}
body.woocommerce-checkout .checkout-left .checkout-email-section .form-row input::-webkit-input-placeholder {
  color: #5e5e5e;
}
body.woocommerce-checkout .checkout-left .checkout-email-section .form-row input::placeholder {
  color: #5e5e5e;
}
body.woocommerce-checkout .checkout-left .checkout-email-section .form-row label {
  display: none;
}
body.woocommerce-checkout .checkout-left .woocommerce-billing-fields__field-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 15px;
}
body.woocommerce-checkout .checkout-left #customer_details input,
body.woocommerce-checkout .checkout-left #customer_details textarea,
body.woocommerce-checkout .checkout-left #customer_details select {
  border: 1px solid #dedede;
  border-radius: 5px;
  font-size: 16px;
  color: #5e5e5e;
  padding: 14px 16px;
  background: #ffffff;
  transition: border-color 0.2s, background 0.2s;
}
body.woocommerce-checkout .checkout-left #customer_details input:focus,
body.woocommerce-checkout .checkout-left #customer_details textarea:focus,
body.woocommerce-checkout .checkout-left #customer_details select:focus {
  border-color: #00a267;
  outline: none;
  background: #fff;
}
body.woocommerce-checkout .checkout-left #customer_details input::-webkit-input-placeholder, body.woocommerce-checkout .checkout-left #customer_details textarea::-webkit-input-placeholder, body.woocommerce-checkout .checkout-left #customer_details select::-webkit-input-placeholder {
  color: #aaa;
}
body.woocommerce-checkout .checkout-left #customer_details input::placeholder,
body.woocommerce-checkout .checkout-left #customer_details textarea::placeholder,
body.woocommerce-checkout .checkout-left #customer_details select::placeholder {
  color: #aaa;
}
body.woocommerce-checkout .checkout-left #customer_details select {
  -webkit-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%23666" d="M6 8.3L1.2 3.5l.7-.7L6 6.9l4.1-4.1.7.7z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
body.woocommerce-checkout .checkout-left #customer_details label {
  font-size: 13px;
  color: #888;
  font-weight: 400;
}
body.woocommerce-checkout .checkout-left #customer_details .form-row {
  margin-bottom: 12px;
}
body.woocommerce-checkout .checkout-left #customer_details #billing_address_1_field {
  width: 100%;
}
body.woocommerce-checkout .checkout-left #customer_details #billing_first_name_field {
  width: 100%;
}
body.woocommerce-checkout .checkout-left #customer_details #billing_last_name_field {
  width: 48%;
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-checkout .checkout-left #customer_details #billing_last_name_field {
    width: 100%;
  }
}
body.woocommerce-checkout .checkout-left #customer_details #billing_city_field {
  width: 48%;
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-checkout .checkout-left #customer_details #billing_city_field {
    width: 100%;
  }
}
body.woocommerce-checkout .checkout-left #customer_details #billing_phone_field {
  width: 48%;
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-checkout .checkout-left #customer_details #billing_phone_field {
    width: 100%;
  }
}
body.woocommerce-checkout .checkout-left .woocommerce-shipping-fields h3,
body.woocommerce-checkout .checkout-left .woocommerce-additional-fields h3,
body.woocommerce-checkout .checkout-left h3#ship-to-different-address {
  font-weight: 700;
  color: #333;
  margin-top: 25px;
  margin-bottom: 5px;
}
body.woocommerce-checkout .checkout-left .woocommerce-shipping-fields h3,
body.woocommerce-checkout .checkout-left .woocommerce-additional-fields h3,
body.woocommerce-checkout .checkout-left h3#ship-to-different-address {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-checkout .checkout-left .woocommerce-shipping-fields h3,
  body.woocommerce-checkout .checkout-left .woocommerce-additional-fields h3,
  body.woocommerce-checkout .checkout-left h3#ship-to-different-address {
    font-size: 1.25rem;
  }
}
body.woocommerce-checkout .checkout-left .checkout-order-notes {
  margin-top: 20px;
}
body.woocommerce-checkout .checkout-left .checkout-order-notes textarea {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 12px 14px;
  font-size: 14px;
  min-height: 80px;
  resize: vertical;
  color: #333;
}
body.woocommerce-checkout .checkout-left .checkout-order-notes textarea:focus {
  border-color: #00a267;
  outline: none;
}
body.woocommerce-checkout .checkout-left .checkout-order-notes textarea::-webkit-input-placeholder {
  color: #aaa;
}
body.woocommerce-checkout .checkout-left .checkout-order-notes textarea::placeholder {
  color: #aaa;
}
body.woocommerce-checkout .checkout-left .checkout-order-notes .form-row {
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout .checkout-left .checkout-order-notes label {
  display: none;
}
body.woocommerce-checkout .checkout-left .checkout-footer-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-checkout .checkout-left .checkout-footer-actions {
    flex-wrap: wrap;
    gap: 15px;
  }
}
body.woocommerce-checkout .checkout-left .checkout-footer-actions .back-to-cart {
  display: inline-flex;
  align-items: center;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  gap: 6px;
  transition: color 0.2s;
}
body.woocommerce-checkout .checkout-left .checkout-footer-actions .back-to-cart:hover {
  color: #00a267;
}
body.woocommerce-checkout .checkout-left .checkout-footer-actions .back-to-cart svg {
  flex-shrink: 0;
}
body.woocommerce-checkout .checkout-left .checkout-footer-actions #checkout-place-order-placeholder .form-row.place-order {
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout .checkout-left .checkout-footer-actions #checkout-place-order-placeholder .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
body.woocommerce-checkout .checkout-left .checkout-footer-actions #checkout-place-order-placeholder .form-row.place-order button#place_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00a267;
  color: #ffffff;
  padding: 12px 36px;
  border-radius: 8px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
body.woocommerce-checkout .checkout-left .checkout-footer-actions #checkout-place-order-placeholder .form-row.place-order button#place_order {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-checkout .checkout-left .checkout-footer-actions #checkout-place-order-placeholder .form-row.place-order button#place_order {
    font-size: 1rem;
  }
}
body.woocommerce-checkout .checkout-left .checkout-footer-actions #checkout-place-order-placeholder .form-row.place-order button#place_order:hover {
  background-color: #256b29;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-checkout .checkout-left .checkout-footer-actions #checkout-place-order-placeholder .form-row.place-order button#place_order {
    width: 100%;
    padding: 12px 24px;
  }
}
body.woocommerce-checkout .checkout-left .checkout-section-title {
  font-weight: 500;
  color: #3b3b3b;
  margin-top: 30px;
  margin-bottom: 8px;
}
body.woocommerce-checkout .checkout-left .checkout-section-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-checkout .checkout-left .checkout-section-title {
    font-size: 1.5rem;
  }
}
body.woocommerce-checkout .checkout-left .checkout-section:first-child .checkout-section-title {
  margin-top: 0;
}
body.woocommerce-checkout .checkout-left #checkout-payment-placeholder #payment {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
body.woocommerce-checkout .checkout-left #checkout-payment-placeholder #payment ul.payment_methods {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}
body.woocommerce-checkout .checkout-left #checkout-payment-placeholder #payment ul.payment_methods li {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: border-color 0.2s;
}
body.woocommerce-checkout .checkout-left #checkout-payment-placeholder #payment ul.payment_methods li:has(input:checked) {
  border-color: #00a267;
}
body.woocommerce-checkout .checkout-left #checkout-payment-placeholder #payment ul.payment_methods li label {
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
body.woocommerce-checkout .checkout-left #checkout-payment-placeholder #payment ul.payment_methods li input[type=radio] {
  accent-color: #00a267;
  margin-right: 8px;
}
body.woocommerce-checkout .checkout-left #checkout-payment-placeholder #payment ul.payment_methods li .payment_box {
  margin-top: 8px;
  padding: 10px 0 0 24px;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  background: transparent;
}
body.woocommerce-checkout .checkout-left #checkout-payment-placeholder #payment ul.payment_methods li .payment_box::before {
  display: none;
}
body.woocommerce-checkout .checkout-left #checkout-payment-placeholder #payment .form-row.place-order {
  display: none;
}
body.woocommerce-checkout .checkout-right {
  width: 420px;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  body.woocommerce-checkout .checkout-right {
    width: 100%;
    position: static;
    order: -1;
  }
}
body.woocommerce-checkout .checkout-right #order_review_heading {
  display: none;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 24px;
}
@media only screen and (max-width: 47.99875rem) {
  body.woocommerce-checkout .checkout-right .checkout-order-summary {
    padding: 16px;
  }
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-title {
  font-weight: 500;
  color: #3b3b3b;
  margin-bottom: 20px;
  padding-bottom: 0;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-title {
    font-size: 1.5625rem;
  }
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item:last-child {
  border-bottom: none;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 47.99875rem) {
  body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-thumb {
    width: 60px;
    height: 60px;
  }
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-thumb a {
  display: block;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-info {
  flex: 1;
  min-width: 0;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-info .order-product-name {
  display: block;
  font-size: 16px;
  color: #5e5e5e;
  line-height: 1.4;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-info .order-product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-info .order-product-name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-info .order-product-qty {
  color: #5e5e5e;
  font-size: 14px;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-info dl.variation {
  margin: 4px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-info dl.variation dt {
  font-size: 13px;
  color: #5b5b5b;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-info dl.variation dt::after {
  content: "";
  margin-right: 3px;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-info dl.variation dd {
  font-size: 13px;
  color: #5b5b5b;
  font-weight: 500;
  margin: 0 5px 0 2px;
  padding: 0;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-info dl.variation dd p {
  display: inline;
  margin: 0;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-info dl.variation dd::after {
  content: "·";
  margin-left: 3px;
  color: #ccc;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-products .order-product-item .order-product-info dl.variation dd:last-of-type::after {
  display: none;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-coupon-toggle {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 15px 0;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-coupon-toggle .coupon-toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-coupon-toggle .coupon-toggle-header span {
  font-weight: 500;
  color: #3b3b3b;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-coupon-toggle .coupon-toggle-header span {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  body.woocommerce-checkout .checkout-right .checkout-order-summary .order-coupon-toggle .coupon-toggle-header span {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-checkout .checkout-right .checkout-order-summary .order-coupon-toggle .coupon-toggle-header span {
    font-size: 1.375rem;
  }
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-coupon-toggle .coupon-toggle-header .coupon-chevron {
  transition: transform 0.3s;
  color: #666;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-coupon-toggle .coupon-toggle-header.active .coupon-chevron {
  transform: rotate(180deg);
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-coupon-toggle .coupon-toggle-body {
  display: flex;
  padding-bottom: 14px;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-coupon-toggle .coupon-toggle-body input {
  flex: 1;
  margin-right: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 15px;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-coupon-toggle .coupon-toggle-body input:focus {
  border-color: #00a267;
  outline: none;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-coupon-toggle .coupon-toggle-body .button {
  background: #00a267;
  color: #ffffff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-coupon-toggle .coupon-toggle-body .button:hover {
  background-color: #256b29;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-totals .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-totals .summary-row .summary-label {
  font-size: 15px;
  color: #555;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-totals .summary-row .summary-value {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: right;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-totals .summary-row .summary-value .free-shipping {
  color: #00a267;
  font-weight: 600;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-totals .summary-row.total-row {
  padding-top: 12px;
  margin-top: 4px;
  border-top: 1px solid #ddd;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-totals .summary-row.total-row .summary-label {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-totals .summary-row.total-row .summary-value {
  color: #3b3b3b;
}
body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-totals .summary-row.total-row .summary-value {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-checkout .checkout-right .checkout-order-summary .order-summary-totals .summary-row.total-row .summary-value {
    font-size: 1.5625rem;
  }
}
body.woocommerce-checkout h3#order_review_heading {
  display: none;
}
body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
  display: none !important;
}
body.woocommerce-checkout .woocommerce-additional-fields {
  display: none;
}
body.woocommerce-checkout button.wc-block-components-checkout-place-order-button {
  background-color: #04935f;
  color: #ffffff;
}

.contact-wrapper-single {
  padding-top: 5rem;
}
@media only screen and (min-width: 64rem) {
  .contact-wrapper-single {
    padding-top: 7.5rem;
  }
}
.contact-wrapper-single .wrapper {
  padding: 40px 50px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.0784313725);
}
@media only screen and (max-width: 63.99875rem) {
  .contact-wrapper-single .wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .contact-wrapper-single .wrapper {
    padding: 30px 15px;
  }
}
.contact-wrapper-single .wrapper .cell.cell-left {
  width: 75%;
}
.contact-wrapper-single .wrapper .cell.cell-left {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .contact-wrapper-single .wrapper .cell.cell-left {
    padding-right: 6.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .contact-wrapper-single .wrapper .cell.cell-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact-wrapper-single .wrapper .cell.cell-left .heading-title {
  font-weight: 800;
  margin-bottom: 15px;
}
.contact-wrapper-single .wrapper .cell.cell-left .desc {
  text-align: justify;
}
.contact-wrapper-single .wrapper .cell.cell-right {
  width: 25%;
  text-align: center;
}
@media only screen and (max-width: 63.99875rem) {
  .contact-wrapper-single .wrapper .cell.cell-right {
    width: 100%;
  }
}
.contact-wrapper-single .wrapper .cell.cell-right .btn-contact {
  height: 54px;
  color: #ffffff;
  background-color: #00a267;
  padding: 6px 30px;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 20px;
  transform: all 0.3s;
  transform: translateY(0);
}
.contact-wrapper-single .wrapper .cell.cell-right .btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-wrapper-single .wrapper .cell.cell-right .btn-contact {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .contact-wrapper-single .wrapper .cell.cell-right .btn-contact {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .contact-wrapper-single .wrapper .cell.cell-right .btn-contact {
    font-size: 1.25rem;
  }
}
.contact-wrapper-single .wrapper .cell.cell-right .btn-contact:hover {
  background-color: #04935f;
  transform: translateY(-3px);
}

.custom-reviews-section {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .custom-reviews-section {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .custom-reviews-section {
    padding-top: 3.75rem;
  }
}
.custom-reviews-section .reviews-section-title {
  font-weight: 700;
  margin-bottom: 30px;
}
.custom-reviews-section .reviews-layout {
  display: flex;
  gap: 80px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #dedede;
  padding: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .custom-reviews-section .reviews-layout {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
}
.custom-reviews-section .reviews-col-left {
  width: 35%;
  position: relative;
  flex-shrink: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .custom-reviews-section .reviews-col-left {
    width: 100%;
  }
}
.custom-reviews-section .reviews-col-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 1px;
  height: 100%;
  background-color: #dedede;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card {
  margin-bottom: 25px;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-left {
  display: flex;
  align-items: center;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-left .reviews-summary-score {
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-left .reviews-summary-score .score-number {
  font-weight: 800;
  color: #ffd47c;
  line-height: 1;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-left .reviews-summary-score .score-number {
  font-size: 2.8125rem;
}
@media only screen and (min-width: 48rem) {
  .custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-left .reviews-summary-score .score-number {
    font-size: 3.4375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-left .reviews-summary-score .score-number {
    font-size: 4.0625rem;
  }
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-left .reviews-summary-score .score-max {
  font-weight: 600;
  color: #424242;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-left .reviews-summary-score .score-max {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-left .reviews-summary-score .score-max {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-left .reviews-summary-score .score-max {
    font-size: 1.375rem;
  }
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-left .reviews-summary-stars-count {
  flex: auto;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-left .reviews-summary-stars-count .reviews-summary-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 6px;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-left .reviews-summary-stars-count .reviews-summary-count {
  font-size: 16px;
  font-weight: 500;
  color: #424242;
  margin-bottom: 0;
  white-space: nowrap;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-right {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-right {
    margin-top: 1.875rem;
  }
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-right .rating-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-right .rating-bar-row:last-child {
  margin-bottom: 0;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-right .rating-bar-row .rating-bar-label {
  font-weight: 500;
  color: #424242;
  width: 12px;
  text-align: center;
  flex-shrink: 0;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-right .rating-bar-row .rating-bar-star {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-right .rating-bar-row .rating-bar-track {
  flex: 1;
  height: 8px;
  background-color: #e9e9e9;
  border-radius: 100px;
  overflow: hidden;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-right .rating-bar-row .rating-bar-track .rating-bar-fill {
  height: 100%;
  background-color: #00a267;
  border-radius: 100px;
  transition: width 0.6s ease;
}
.custom-reviews-section .reviews-col-left .reviews-summary-card .reviews-summary-right .rating-bar-row .rating-bar-count {
  font-size: 16px;
  font-weight: 500;
  color: #424242;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 65px;
  text-align: right;
}
.custom-reviews-section .reviews-col-left .reviews-write-cta .write-review-input {
  display: flex;
  height: 100px;
  background-color: #fff;
  border: 1px solid #00a267;
  border-radius: 9px;
  padding: 14px 18px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.custom-reviews-section .reviews-col-left .reviews-write-cta .write-review-input:hover {
  border-color: #1145b5;
  background-color: #faf8f8;
}
.custom-reviews-section .reviews-col-left .reviews-write-cta .write-review-input .write-review-placeholder {
  font-size: 16px;
  color: #424242;
}
.custom-reviews-section .reviews-col-left .reviews-write-cta .write-review-input .write-review-cursor {
  font-size: 16px;
  color: #bbb;
  animation: blink-cursor 1s step-end infinite;
  margin-left: 2px;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper {
  margin-top: 20px;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-rating {
  margin-bottom: 15px;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-rating label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #3c3c3c;
  margin-bottom: 6px;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-rating label .required {
  color: #04935f;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-rating .stars {
  display: none;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-rating .interactive-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-rating .interactive-stars .i-star {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: transform 0.15s ease;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-rating .interactive-stars .i-star svg path {
  fill: #d5d5d5;
  transition: fill 0.15s ease;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-rating .interactive-stars .i-star:hover {
  transform: scale(1.15);
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-rating .interactive-stars .i-star.active svg path {
  fill: #e0ad15;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-rating .rating-text {
  display: none;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #e0ad15;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-author,
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-email {
  margin-bottom: 15px;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-author label,
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-email label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #3c3c3c;
  margin-bottom: 6px;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-author label .required,
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-email label .required {
  color: #b90000;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-author input,
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-email input {
  width: 100%;
  height: 42px;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
  transition: border-color 0.25s;
  background-color: #f7f7f8;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-author input:focus,
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-email input:focus {
  outline: none;
  border-color: #04935f;
  background-color: #fff;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-comment {
  margin-bottom: 15px;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-comment label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #3c3c3c;
  margin-bottom: 6px;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-comment label .required {
  color: #b90000;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-comment textarea {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  resize: vertical;
  min-height: 100px;
  transition: border-color 0.25s;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .comment-form-comment textarea:focus {
  outline: none;
  border-color: #1145b5;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .form-submit [type=submit] {
  background-color: #00a267 !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  height: 42px;
  padding: 0 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s;
}
.custom-reviews-section .reviews-col-left .reviews-form-wrapper .form-submit [type=submit]:hover {
  background-color: #04935f !important;
}
.custom-reviews-section .reviews-col-right {
  flex: 1;
}
.custom-reviews-section .reviews-col-right .reviews-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom-reviews-section .reviews-col-right .review-item {
  padding: 20px 0;
  transition: box-shadow 0.3s ease;
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 47.99875rem) {
  .custom-reviews-section .reviews-col-right .review-item {
    padding: 15px;
  }
}
.custom-reviews-section .reviews-col-right .review-item:last-child {
  border-bottom: none;
}
.custom-reviews-section .reviews-col-right .review-item .review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.custom-reviews-section .reviews-col-right .review-item .review-header .review-avatar-wrap {
  flex-shrink: 0;
}
.custom-reviews-section .reviews-col-right .review-item .review-header .review-avatar-wrap img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.custom-reviews-section .reviews-col-right .review-item .review-header .review-meta .review-author {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #3c3c3c;
  margin-bottom: 2px;
}
.custom-reviews-section .reviews-col-right .review-item .review-header .review-meta .review-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.custom-reviews-section .reviews-col-right .review-item .review-content {
  font-size: 16px;
  line-height: 1.6;
  color: #424242;
  margin-bottom: 8px;
}
.custom-reviews-section .reviews-col-right .review-item .review-content p {
  margin-bottom: 0;
}
.custom-reviews-section .reviews-col-right .review-item .review-images {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.custom-reviews-section .reviews-col-right .review-item .review-images img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s;
}
.custom-reviews-section .reviews-col-right .review-item .review-images img:hover {
  transform: scale(1.05);
}
.custom-reviews-section .reviews-col-right .review-item .review-date {
  font-size: 12px;
  color: #aaa;
}
.custom-reviews-section .reviews-col-right .reviews-empty {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}
.custom-reviews-section .reviews-col-right .reviews-empty p {
  color: #999;
  font-size: 15px;
  margin-bottom: 0;
}

@keyframes blink-cursor {
  50% {
    opacity: 0;
  }
}
.review-success-toast {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #eafbf0;
  border: 1px solid #b7e8cc;
  border-radius: 10px;
  padding: 14px 20px;
  margin-bottom: 20px;
  animation: slideDown 0.4s ease;
}
.review-success-toast span {
  font-size: 14px;
  font-weight: 600;
  color: #109754;
}
.review-success-toast {
  transition: opacity 0.4s, transform 0.4s;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  50% {
    transform: translateX(6px);
  }
  75% {
    transform: translateX(-4px);
  }
}