/** $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 */
*:disabled {
  cursor: not-allowed;
  opacity: 0.9;
}

.item-product .product-inner {
  position: relative;
  padding: 8px;
  background-color: #ffffff;
}
.item-product .product-inner:hover .thumb img {
  transform: scale(1.05);
}
.item-product .product-inner .thumb {
  overflow: hidden;
}
.item-product .product-inner .thumb::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.item-product .product-inner .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transform: scale(1);
  transition: all 0.3s ease;
}
.item-product .product-inner .product-inf {
  padding: 20px 10px;
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .item-product .product-inner .product-inf {
    padding: 12px 6px;
  }
}
.item-product .product-inner .product-inf .title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: capitalize;
}
.item-product .product-inner .product-inf .title a {
  color: #000000;
}
.item-product .product-inner .product-inf .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .item-product .product-inner .product-inf .title a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.item-product .product-inner .product-inf .title a:hover {
  color: #166e3b;
}
.item-product .product-inner .product-inf .price {
  display: flex !important;
  justify-content: center;
  font-weight: 700 !important;
  color: #166e3b !important;
  gap: 5px;
  margin-bottom: 0 !important;
  font-size: 15px;
}
@media only screen and (max-width: 39.99875rem) {
  .item-product .product-inner .product-inf .price {
    gap: 2px;
  }
}
.item-product .product-inner .product-inf .price ins {
  order: 1;
  text-decoration: none;
}
.item-product .product-inner .product-inf .price del {
  padding-left: 5px;
  order: 2;
  font-weight: 400;
  color: #707070 !important;
}
.item-product .product-inner .product-inf .price del {
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .item-product .product-inner .product-inf .price del {
    font-size: 0.9375rem;
  }
}
.item-product .product-inner .content .product-inf {
  padding: 0;
}

.grid-products {
  display: flex;
  flex-wrap: wrap;
}
.grid-products .content-col {
  width: 75%;
}
.grid-products .content-col {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .grid-products .content-col {
    padding-right: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .grid-products .content-col {
    width: 100%;
  }
}
.grid-products .content-col .filter-form {
  text-align: right;
  margin-bottom: 30px;
}
.grid-products .content-col .filter-form select {
  border: 2px solid #ededed;
  height: 55px;
  padding: 5px 20px;
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
}
.grid-products .sidebar-col {
  position: relative;
  width: 25%;
}
@media only screen and (max-width: 63.99875rem) {
  .grid-products .sidebar-col {
    width: 100%;
    margin-top: 10px;
  }
}
.grid-products .sidebar-col .sidebar-all {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
@media only screen and (max-width: 63.99875rem) {
  .grid-products .sidebar-col .sidebar-all {
    position: relative;
    top: 0;
  }
}
.grid-products .sidebar-col .sidebar-all .sidebar-title {
  line-height: 1.3;
  font-weight: 800;
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.grid-products .sidebar-col .sidebar-all .sidebar-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .grid-products .sidebar-col .sidebar-all .sidebar-title {
    font-size: 1.25rem;
  }
}
.grid-products .sidebar-col .sidebar-all .inline-search {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .grid-products .sidebar-col .sidebar-all .inline-search {
    margin-bottom: 2.5rem;
  }
}
.grid-products .sidebar-col .sidebar-all .inline-search form {
  position: relative;
}
.grid-products .sidebar-col .sidebar-all .inline-search form input {
  color: #616161;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  display: block;
  border: 2px solid #ededed;
  border-radius: 5px;
  background: #ffffff;
  padding-left: 25px;
  padding-right: 62px;
  width: 100%;
  height: 61px;
}
.grid-products .sidebar-col .sidebar-all .inline-search form button {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  border-radius: 4px;
  background: #166e3b;
}
.grid-products .sidebar-col .sidebar-all .inline-search form button {
  width: 3.75rem;
  height: 3.75rem;
}
.grid-products .sidebar-col .sidebar-all .inline-search form button svg {
  width: 2.1875rem;
  height: 2.1875rem;
}
.grid-products .sidebar-col .sidebar-all .widget_product_categories, .grid-products .sidebar-col .sidebar-all .widget_products, .grid-products .sidebar-col .sidebar-all .widget_categories, .grid-products .sidebar-col .sidebar-all .widget_post_featured {
  border: 1px solid #ededed;
  padding: 30px 15px;
}
.grid-products .sidebar-col .sidebar-all .widget_product_categories, .grid-products .sidebar-col .sidebar-all .widget_products, .grid-products .sidebar-col .sidebar-all .widget_categories, .grid-products .sidebar-col .sidebar-all .widget_post_featured {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .grid-products .sidebar-col .sidebar-all .widget_product_categories, .grid-products .sidebar-col .sidebar-all .widget_products, .grid-products .sidebar-col .sidebar-all .widget_categories, .grid-products .sidebar-col .sidebar-all .widget_post_featured {
    margin-bottom: 2.5rem;
  }
}
.grid-products .sidebar-col .sidebar-all .widget_products .product_list_widget li {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.grid-products .sidebar-col .sidebar-all .widget_products .product_list_widget li::before, .grid-products .sidebar-col .sidebar-all .widget_products .product_list_widget li::after {
  content: "";
}
.grid-products .sidebar-col .sidebar-all .widget_products .product_list_widget li .amount {
  display: none;
}
.grid-products .sidebar-col .sidebar-all .widget_products .product_list_widget li a {
  display: flex;
  align-items: center;
}
.grid-products .sidebar-col .sidebar-all .widget_products .product_list_widget li a img {
  margin-left: 0;
  object-fit: cover;
}
.grid-products .sidebar-col .sidebar-all .widget_products .product_list_widget li a img {
  width: 6.25rem;
  height: 6.25rem;
}
.grid-products .sidebar-col .sidebar-all .widget_products .product_list_widget li a .product-title {
  width: calc(100% - 100px);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.grid-products .sidebar-col .sidebar-all .widget_products .product_list_widget li a .product-title {
  padding-left: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .grid-products .sidebar-col .sidebar-all .widget_products .product_list_widget li a .product-title {
    padding-left: 0.9375rem;
  }
}
.grid-products .sidebar-col .sidebar-all .woocommerce > span, .grid-products .sidebar-col .sidebar-all .widget_categories > span, .grid-products .sidebar-col .sidebar-all .widget_post_featured > span {
  line-height: 1.3;
  font-weight: 800;
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.grid-products .sidebar-col .sidebar-all .woocommerce > span, .grid-products .sidebar-col .sidebar-all .widget_categories > span, .grid-products .sidebar-col .sidebar-all .widget_post_featured > span {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .grid-products .sidebar-col .sidebar-all .woocommerce > span, .grid-products .sidebar-col .sidebar-all .widget_categories > span, .grid-products .sidebar-col .sidebar-all .widget_post_featured > span {
    font-size: 1.25rem;
  }
}
.grid-products .sidebar-col .sidebar-all .woocommerce > span::before, .grid-products .sidebar-col .sidebar-all .widget_categories > span::before, .grid-products .sidebar-col .sidebar-all .widget_post_featured > span::before {
  content: "";
  position: absolute;
  background: #166e3b;
  left: 20px;
  bottom: 0;
  width: 25px;
  height: 2px;
  z-index: 1;
}
.grid-products .sidebar-col .sidebar-all .woocommerce > span::after, .grid-products .sidebar-col .sidebar-all .widget_categories > span::after, .grid-products .sidebar-col .sidebar-all .widget_post_featured > span::after {
  content: "";
  position: absolute;
  background: #166e3b;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 2px;
  z-index: 1;
}
.grid-products .sidebar-col .sidebar-all .woocommerce ul, .grid-products .sidebar-col .sidebar-all .widget_categories ul, .grid-products .sidebar-col .sidebar-all .widget_post_featured ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.grid-products .sidebar-col .sidebar-all .woocommerce ul li a, .grid-products .sidebar-col .sidebar-all .widget_categories ul li a, .grid-products .sidebar-col .sidebar-all .widget_post_featured ul li a {
  color: #616161;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}
.grid-products .sidebar-col .sidebar-all .widget_post_featured ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.grid-products .sidebar-col .sidebar-all .widget_post_featured ul li .cover {
  margin-bottom: 0;
}
.grid-products .sidebar-col .sidebar-all .widget_post_featured ul li .cover {
  width: 6.25rem;
  height: 6.25rem;
}
.grid-products .sidebar-col .sidebar-all .widget_post_featured ul li .cover .res {
  aspect-ratio: unset;
  padding-top: 100%;
}
.grid-products .sidebar-col .sidebar-all .widget_post_featured ul li .cover-content {
  width: calc(100% - 100px);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.grid-products .sidebar-col .sidebar-all .widget_post_featured ul li .cover-content {
  padding-left: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .grid-products .sidebar-col .sidebar-all .widget_post_featured ul li .cover-content {
    padding-left: 0.9375rem;
  }
}
.grid-products .sidebar-col .sidebar-all .widget_post_featured ul li .cover-content a {
  margin-bottom: 5px;
}
.grid-products .sidebar-col .sidebar-all .widget_post_featured ul li .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .grid-products .sidebar-col .sidebar-all .widget_post_featured ul li .cover-content a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.grid-products .sidebar-col .sidebar-all .widget_post_featured ul li .cover-content .meta svg {
  margin-right: 5px;
  color: #166e3b;
}
.grid-products .sidebar-col .sidebar-all .widget_post_featured ul li .cover-content .meta svg {
  width: 0.875rem;
  height: 0.875rem;
}
.grid-products .sidebar-col .sidebar-all .widget_categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #232323;
  line-height: 1.1;
  font-weight: 600;
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 10px;
}
.grid-products .sidebar-col .sidebar-all .widget_categories ul li a {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .grid-products .sidebar-col .sidebar-all .widget_categories ul li a {
    font-size: 1.125rem;
  }
}
.grid-products .sidebar-col .sidebar-all .widget_categories ul li a::after {
  content: "";
  -webkit-mask-image: 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 20 20"><g fill="none"><path d="M8.646 4.147a.5.5 0 0 1 .707-.001l5.484 5.465a.55.55 0 0 1 0 .779l-5.484 5.465a.5.5 0 0 1-.706-.708L13.812 10L8.647 4.854a.5.5 0 0 1-.001-.707zm-4 0a.5.5 0 0 1 .707-.001l5.484 5.465a.55.55 0 0 1 0 .779l-5.484 5.465a.5.5 0 0 1-.706-.708L9.812 10L4.647 4.854a.5.5 0 0 1-.001-.707z" fill="currentColor"></path></g></svg>');
          mask-image: 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 20 20"><g fill="none"><path d="M8.646 4.147a.5.5 0 0 1 .707-.001l5.484 5.465a.55.55 0 0 1 0 .779l-5.484 5.465a.5.5 0 0 1-.706-.708L13.812 10L8.647 4.854a.5.5 0 0 1-.001-.707zm-4 0a.5.5 0 0 1 .707-.001l5.484 5.465a.55.55 0 0 1 0 .779l-5.484 5.465a.5.5 0 0 1-.706-.708L9.812 10L4.647 4.854a.5.5 0 0 1-.001-.707z" fill="currentColor"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  background-color: #166e3b;
}
.grid-products .sidebar-col .sidebar-all .widget_categories ul li a::after {
  width: 1rem;
  height: 1rem;
}
.grid-products .sidebar-col .sidebar-all .widget_categories ul li a:hover {
  background-color: #166e3b;
  color: #ffffff;
}
.grid-products .sidebar-col .sidebar-all .widget_categories ul li a:hover::after {
  background-color: #ffffff;
}
.grid-products .sidebar-col .sidebar-all .blog-widget-add {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid-products .sidebar-col .sidebar-all .blog-widget-add::before {
  content: "";
  position: absolute;
  background: #1f242c;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.4s ease-out 0;
}
.grid-products .sidebar-col .sidebar-all .blog-widget-add .add-content {
  position: relative;
  z-index: 5;
  padding: 100px 35px 110px;
}
.grid-products .sidebar-col .sidebar-all .blog-widget-add .add-content .ic {
  color: #f9b924;
}
.grid-products .sidebar-col .sidebar-all .blog-widget-add .add-content .sub-title {
  color: #ffffff;
  text-decoration: none;
}
.grid-products .sidebar-col .sidebar-all .blog-widget-add .add-content .title {
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
}
.grid-products .sidebar-col .sidebar-all .blog-widget-add .add-content .title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .grid-products .sidebar-col .sidebar-all .blog-widget-add .add-content .title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .grid-products .sidebar-col .sidebar-all .blog-widget-add .add-content .title {
    font-size: 1.75rem;
  }
}
.grid-products .sidebar-col .sidebar-all .blog-widget-add .add-content .btn-main {
  margin-left: auto;
  margin-right: auto;
}

.popup-content {
  display: none;
}
.popup-content .cell-title {
  text-align: center;
  margin-bottom: 10px;
}
.popup-content .cell-title .title {
  margin-bottom: 5px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: capitalize;
}
.popup-content .cell-title .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .popup-content .cell-title .title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .popup-content .cell-title .title {
    font-size: 1.375rem;
  }
}
.popup-content .cell-title .desc {
  font-size: 14px;
}
.popup-content form {
  position: relative;
}
.popup-content form label {
  display: block;
  font-size: 14px;
  padding-bottom: 2px;
}
.popup-content form input, .popup-content form select, .popup-content form textarea {
  width: 100%;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 15px;
}
.popup-content form select:not([data-wform-field=select-multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='34' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 50%;
  background-color: #fff;
  min-width: 70px;
  width: 100%;
}
.popup-content form textarea {
  height: 80px;
}
.popup-content form input[type=submit] {
  background-color: #166e3b;
  color: #ffffff;
  font-weight: 700;
  height: 40px;
  border: none;
  text-transform: capitalize;
  font-size: 15px;
}
.popup-content form input[type=submit]:hover {
  background-color: #f9b924;
}
.popup-content form span.wpcf7-not-valid-tip {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
}
.popup-content form .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.popup-content form .wpcf7-response-output {
  margin: 15px 0 0;
  font-size: 14px;
}

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

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

body.woocommerce .onsale {
  display: none;
}

.archive-product .main-taxonomy-product {
  padding-top: 30px;
}
.archive-product .main-taxonomy-product .grid-products {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .grid-products {
    margin-bottom: 5rem;
  }
}
.archive-product .main-taxonomy-product .grid-products .woocommerce-result-count, .archive-product .main-taxonomy-product .grid-products .woocommerce-ordering {
  display: none;
}
.archive-product .main-taxonomy-product .grid-products .top-archive-product .heading-title {
  color: #166e3b;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-weight: 600;
}
.archive-product .main-taxonomy-product .grid-products .top-archive-product .heading-title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  .archive-product .main-taxonomy-product .grid-products .top-archive-product .heading-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .grid-products .top-archive-product .heading-title {
    font-size: 1.875rem;
  }
}
.archive-product .main-taxonomy-product .grid-products ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}
.archive-product .main-taxonomy-product .grid-products ul.products::before, .archive-product .main-taxonomy-product .grid-products ul.products::after {
  content: none;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products ul.products {
    gap: 12px;
  }
}
.archive-product .main-taxonomy-product .grid-products ul.products li.product {
  float: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: calc((100% - 40px) / 3);
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products ul.products li.product {
    width: calc((100% - 12px) / 2);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products ul.products li.product .product-item {
    padding: 0;
  }
}
.archive-product .main-taxonomy-product .grid-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 ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: #166e3b;
}
.archive-product .main-taxonomy-product .grid-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 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 ul.products li.product .woocommerce-loop-product__title {
  flex: auto;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  padding: 10px 0 0;
  margin-bottom: 5px;
  position: relative;
  color: #166e3b;
  transition: all 0.4s ease;
  font-size: 16px;
}
.archive-product .main-taxonomy-product .grid-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 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 ul.products li.product .button {
  display: none;
}
.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 .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;
}

.bottom-product-archive {
  padding-bottom: 0;
}
.bottom-product-archive .title-viewed, .bottom-product-archive .heading-title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: normal;
}
.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 ul.products {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 47.99875rem) {
  .bottom-product-archive .related-products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bottom-product-archive .related-products ul.products::before, .bottom-product-archive .related-products ul.products::after {
  content: none;
}
.bottom-product-archive .related-products ul.products li.product {
  float: none;
  width: 100%;
}
.bottom-product-archive .widget_recently_viewed_products > span {
  display: block;
  text-align: center;
  color: #166e3b;
  margin-bottom: 15px;
}
.bottom-product-archive .widget_recently_viewed_products > span {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .bottom-product-archive .widget_recently_viewed_products > span {
    font-size: 1.75rem;
  }
}
.bottom-product-archive .product_list_widget li::before {
  content: none;
}

body.single-product .section-breadcrumb {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .section-breadcrumb {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .section-breadcrumb {
    padding-bottom: 10px;
  }
}
body.single-product .woocommerce-notices-wrapper {
  font-size: 15px;
}
body.single-product .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #f7f7f7;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-top: 0;
  padding: 10px 10px 10px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}
body.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
  content: "";
  background-color: #f9b924;
  -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: #f9b924;
  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;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .product_title {
  order: 1;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .product_meta {
  order: 2;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .woocommerce-product-details__short-description {
  order: 3;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .price-wrapper {
  order: 4;
  display: none;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .price-wrapper .price {
  display: none;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form {
  order: 5;
  margin-top: 0;
  gap: 0;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr {
  display: flex;
  align-items: center;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr th.label label {
  font-weight: 400;
  color: #707070;
  font-size: 16px;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr th.label label::after {
  content: ":";
}
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;
}
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: transparent;
  color: #f9b924;
  border-radius: 4px;
  border: 1px solid #EBEBEB;
  font-size: 15px;
  padding: 0 10px;
}
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 {
  box-shadow: 0 0 0 1px #01913d;
}
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: -30px;
  text-decoration: underline;
  color: #707070;
}
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-type-variable .product-details .summary.entry-summary .custom-variation-wrap {
  order: 5;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .custom-variation-wrap .btn-shopee {
  width: calc(50% - 10px);
  margin-top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 39.99875rem) {
  body.single-product .product-type-variable .product-details .summary.entry-summary .custom-variation-wrap .btn-shopee {
    width: 100%;
    position: relative;
    height: 44px;
    margin-top: 15px;
  }
}
body.single-product .product-details {
  position: relative;
  display: flex;
}
body.single-product .product-details {
  padding-top: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details {
    flex-wrap: wrap;
  }
}
body.single-product .product-details .onsale {
  display: none;
  position: absolute;
  z-index: 2;
  font-size: 13px;
  color: #fff;
  background-color: #f9b924;
  font-weight: 400;
  padding: 0 5px;
  border-radius: 5px;
  pointer-events: none;
  top: 15px;
  left: 15px;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper {
  width: 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%;
  display: flex;
  flex-wrap: wrap;
}
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 {
  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 img {
  object-fit: contain;
}
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 {
  margin-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs {
    margin-top: 15px;
    width: 100%;
    height: auto;
  }
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-button {
  display: none;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide {
  width: 100px !important;
  height: 100px !important;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide {
    width: calc(25% - 5px) !important;
  }
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .wpg__thumb {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  transition: 0.2s ease;
  opacity: 0.5;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide.swiper-slide-thumb-active .wpg__thumb, body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide:hover .wpg__thumb {
  opacity: 1;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .res.ar-16-9 {
  aspect-ratio: 1/1;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .res img {
  object-fit: contain;
}
body.single-product .product-details .summary.entry-summary {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary {
    padding-left: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary {
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .summary.entry-summary {
    flex: 1 1 0;
  }
}
body.single-product .product-details .summary.entry-summary .product_title {
  font-weight: 600;
  margin-bottom: 12px;
  color: #000000;
  position: relative;
  line-height: 1.4;
  text-transform: capitalize;
}
body.single-product .product-details .summary.entry-summary .product_title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  body.single-product .product-details .summary.entry-summary .product_title {
    font-size: 1.625rem;
  }
}
@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: #f9b924;
}
body.single-product .product-details .summary.entry-summary .woocommerce-product-details__short-description {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  text-align: justify;
}
body.single-product .product-details .summary.entry-summary .custom-variation-wrap {
  position: relative;
}
body.single-product .product-details .summary.entry-summary .custom-variation-wrap .btn-shopee {
  width: calc(50% - 10px);
  margin-top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 39.99875rem) {
  body.single-product .product-details .summary.entry-summary .custom-variation-wrap .btn-shopee {
    width: 100%;
    position: relative;
    height: 44px;
    margin-top: 15px;
  }
}
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 > div {
  width: 100%;
}
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 {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  float: none;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 6px 12px;
}
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: #E8FEF4;
  color: #166e3b;
  margin: 0 -5px;
}
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: 2.125rem;
  height: 2.125rem;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity input[type=number] {
  border: none;
  width: 50px;
  padding: 0;
  height: 34px;
}
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] {
  width: 50%;
  border: 1px solid #166e3b;
  border-radius: 8px;
  background: transparent;
  color: #166e3b;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 20px 0 40px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@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%;
    justify-content: center;
  }
}
body.single-product .product-details .summary.entry-summary form.cart button.single_add_to_cart_button::after, body.single-product .product-details .summary.entry-summary form.cart button[name=add-to-cart]::after {
  content: "";
  -webkit-mask-image: 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 16 16"><g fill="none"><path d="M2.5 7.5a.5.5 0 1 0 0 1h9.697l-4.031 3.628a.5.5 0 1 0 .668.744l5-4.5a.5.5 0 0 0 0-.744l-5-4.5a.5.5 0 0 0-.668.744L12.197 7.5H2.5z" fill="currentColor"></path></g></svg>');
          mask-image: 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 16 16"><g fill="none"><path d="M2.5 7.5a.5.5 0 1 0 0 1h9.697l-4.031 3.628a.5.5 0 1 0 .668.744l5-4.5a.5.5 0 0 0 0-.744l-5-4.5a.5.5 0 0 0-.668.744L12.197 7.5H2.5z" fill="currentColor"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #166e3b;
  display: inline-block;
  margin-left: 10px;
}
body.single-product .product-details .summary.entry-summary form.cart button.single_add_to_cart_button::after, body.single-product .product-details .summary.entry-summary form.cart button[name=add-to-cart]::after {
  width: 1.25rem;
  height: 1.25rem;
}
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: #166e3b;
  color: #ffffff;
}
body.single-product .product-details .summary.entry-summary form.cart button.single_add_to_cart_button:hover::after, body.single-product .product-details .summary.entry-summary form.cart button[name=add-to-cart]:hover::after {
  background: #ffffff;
}
body.single-product .product-details .summary.entry-summary .product_meta {
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  gap: 30px;
}
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: #707070;
}
body.single-product .product-details .summary.entry-summary .product_meta .sku_wrapper .sku {
  color: #166e3b;
  font-weight: 500;
}
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: #f9b924;
  -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: #f9b924;
  -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 .onsale {
  width: -webkit-fit-content;
  width: fit-content;
  height: 30px;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  min-width: auto;
  min-height: auto;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 15px;
}
body.single-product .product-details .summary.entry-summary .onsale {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body.single-product .product-details .summary.entry-summary .price {
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #990F0F;
  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 .woocommerce-Price-amount.amount {
  color: #990F0F;
}
body.single-product .product-details .summary.entry-summary .price .woocommerce-Price-amount.amount {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price .woocommerce-Price-amount.amount {
    font-size: 1.75rem;
  }
}
body.single-product .product-details .summary.entry-summary .price span[aria-hidden=true] {
  color: #990F0F;
}
body.single-product .product-details .summary.entry-summary .price ins {
  order: 1;
  text-decoration: none;
  color: #990F0F;
}
body.single-product .product-details .summary.entry-summary .price ins {
  font-size: 1.375rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price ins {
    font-size: 2rem;
  }
}
body.single-product .product-details .summary.entry-summary .price ins .woocommerce-Price-currencySymbol {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price ins .woocommerce-Price-currencySymbol {
    font-size: 1.375rem;
  }
}
body.single-product .product-details .summary.entry-summary .price del {
  order: 2;
  opacity: 1;
  color: #7C7C7C;
  font-weight: 400;
}
body.single-product .product-details .summary.entry-summary .price del {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price del {
    font-size: 1.25rem;
  }
}
body.single-product .product-details .summary.entry-summary .price del .woocommerce-Price-amount.amount {
  color: #7C7C7C;
  font-weight: 400;
}
body.single-product .product-details .summary.entry-summary .price del .woocommerce-Price-amount.amount {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price del .woocommerce-Price-amount.amount {
    font-size: 1.25rem;
  }
}
body.single-product .product-details .summary.entry-summary .product-contact {
  margin-top: 30px;
}
body.single-product .product-details .summary.entry-summary .product-contact .btn-main {
  margin-top: 0;
  height: 42px;
  width: 100%;
  text-transform: uppercase;
}
body.single-product .product-details .summary.entry-summary .product-contact .btn-main span {
  padding-right: 20px;
}
body.single-product .product-details .summary.entry-summary .product-contact .btn-main img {
  object-fit: contain;
}
body.single-product .product-details .summary.entry-summary .product-contact .btn-main img {
  width: 1.375rem;
  height: 1.375rem;
}
body.single-product .product-details .summary.entry-summary .product-contact .btn-main::after {
  content: none;
}
body.single-product .product-details .summary.entry-summary .product-detail-tabs {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .product-detail-tabs {
    margin-top: 1.875rem;
  }
}
body.single-product .product-details .summary.entry-summary .product-detail-tabs .wc-tabs-wrapper {
  padding: 30px 20px;
  background: #F7F1E0;
  border-radius: 20px;
}
@media only screen and (max-width: 39.99875rem) {
  body.single-product .product-details .summary.entry-summary .product-detail-tabs .wc-tabs-wrapper {
    padding: 30px 15px;
  }
}
body.single-product .product-details .summary.entry-summary .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs {
  padding-left: 0;
}
body.single-product .product-details .summary.entry-summary .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs::before {
  content: none;
}
body.single-product .product-details .summary.entry-summary .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li {
  border: none;
  width: 100%;
  margin: 0;
}
body.single-product .product-details .summary.entry-summary .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li.active::before, body.single-product .product-details .summary.entry-summary .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li.active::after {
  content: none;
}
body.single-product .product-details .summary.entry-summary .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li a {
  padding: 0;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
  color: #166e3b;
  text-align: center;
  width: 100%;
}
body.single-product .product-details .summary.entry-summary .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li a {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li a {
    font-size: 1.25rem;
  }
}
body.single-product .product-details .summary.entry-summary .product-detail-tabs .wc-tabs-wrapper .woocommerce-Tabs-panel--description {
  color: #2E0805;
  margin-bottom: 0;
}
body.single-product .product-details .summary.entry-summary .product-detail-tabs .wc-tabs-wrapper .woocommerce-Tabs-panel--description > h2 {
  display: none;
}
body.single-product .product-after-summary {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary {
    padding-top: 3.125rem;
  }
}
body.single-product .product-after-summary {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary {
    padding-bottom: 3.125rem;
  }
}
body.single-product .product-after-summary .wrapper {
  padding-top: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wrapper {
    padding-top: 2.5rem;
  }
}
body.single-product .product-after-summary .wrapper .col-content {
  width: 70%;
}
body.single-product .product-after-summary .wrapper .col-content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wrapper .col-content {
    padding-right: 0.9375rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-after-summary .wrapper .col-content {
    width: 100%;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs {
  display: flex;
  gap: 15px;
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs {
    flex-wrap: wrap;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs::before, body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs::after {
  content: none !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li {
  text-align: center;
  border: none !important;
  margin: 0 -3px 0 0 !important;
  padding: 0 !important;
  background-color: #ffffff !important;
  border-radius: 0px !important;
  z-index: 2 !important;
  line-height: normal;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #ddd !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li::before, body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li::after {
  content: none !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li.active {
  font-weight: 800;
  border-bottom: 2px solid #166e3b !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li.active a {
  font-weight: 700;
  color: #166e3b !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li.active a {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li.active a {
    font-size: 1.5rem;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li a {
  width: 100%;
  padding: 0 !important;
  font-weight: 500 !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li a {
  font-size: 1.0625rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li a {
    font-size: 1.25rem;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #4F4F4F;
  line-height: 1.6;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab {
    line-height: 1.5;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab a {
  color: #f9b924;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab#tab-description > h2:first-child {
  display: none;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews {
  display: flex;
  flex-flow: row wrap;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .woocommerce-Reviews-title > span {
  color: #166e3b;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist {
  list-style: none;
  margin: 0;
  padding: 1.25rem;
  background-color: #f5f5f5;
  border-radius: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist {
    padding: 0;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container {
  display: flex;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .avatar {
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  padding: 0;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .avatar {
  width: 3.125rem;
  height: 3.125rem;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .avatar {
    width: 2.5rem;
    height: 2.5rem;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text {
  position: relative;
  top: -4px;
  margin: 0;
  padding: 0;
  border: none;
  flex: 1 1 0;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text .meta {
  margin-bottom: 5px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text .meta .woocommerce-review__dash {
  font-size: 13px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text .meta .woocommerce-review__published-date {
  font-size: 13px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text .description {
  font-size: 15px;
  line-height: 1.6;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text .description p {
  line-height: inherit;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) {
    padding: 10px;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment):not(:last-child) {
  margin-bottom: 15px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) .children {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-left: 50px;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) .children {
    padding-left: 10px;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) .children > li.comment {
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 15px;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper {
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    order: -1;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #review_form {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #reply-title {
  font-weight: 700;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #reply-title #cancel-comment-reply-link {
  font-size: 13px;
  color: #f9b924;
  font-weight: 400;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating {
  margin-top: 10px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating {
  display: flex;
  flex-flow: row wrap;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating > label {
  font-size: 15px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating > label .required {
  color: #f9b924;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating select#rating {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment {
  margin-top: 10px;
  margin-bottom: 5px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment > label {
  display: none;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment > label .required {
  color: #f9b924;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment textarea {
  padding: 10px;
  font-size: 15px;
  border-radius: 8px;
  width: 100%;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment textarea:focus {
  border: 1px solid #166e3b;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .form-submit [type=submit] {
  color: #fff;
  font-weight: 500;
  height: 40px;
  border: none;
  padding: 0 15px;
  border-radius: 5px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews .clear {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .wp-caption-text {
  padding-top: 10px;
  font-style: italic;
  font-weight: 400;
  color: #1385DB;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel h2, body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel h3, body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel h4, body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel h5, body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel h6 {
  line-height: 1.2;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  font-size: 21px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel h3 {
  font-size: 19px;
  line-height: normal;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel h4 {
  line-height: normal;
  font-size: 17px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel h5 {
  line-height: normal;
  font-size: 16px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel a {
  font-weight: 600;
  color: #01913d;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel a:hover {
  text-decoration: underline;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel iframe {
  width: 100%;
}
body.single-product .product-after-summary .related.products {
  padding: 40px 0 80px;
  position: relative;
  z-index: 99;
}
body.single-product .product-after-summary .related.products .heading-title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .related.products .heading-title {
    margin-bottom: 2.5rem;
  }
}
body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide {
  padding: 0 6px;
  width: 33.3333333333%;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide .product-item .product-content .title {
  font-size: 16px !important;
}
body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide .product-item .product-content .title::after {
  content: none;
}
body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide .product-item .product-content .price-product {
  margin: 0;
}
body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide .product-item .product-content .btn-link {
  margin-top: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-after-summary .related.products .swiper-wrapper .swiper-slide .product-item .product-content .btn-link {
    margin-top: 0.9375rem;
  }
}
body.single-product .product-after-summary .related.products .swiper-controls .swiper-button::before {
  background-color: transparent !important;
  border: none !important;
  color: #383838 !important;
}
body.single-product .product-after-summary .related.products .swiper-controls .swiper-button.swiper-button-prev {
  left: -30px;
}
@media only screen and (max-width: 39.99875rem) {
  body.single-product .product-after-summary .related.products .swiper-controls .swiper-button.swiper-button-prev {
    left: -22px;
  }
}
body.single-product .product-after-summary .related.products .swiper-controls .swiper-button.swiper-button-next {
  right: -30px;
}
@media only screen and (max-width: 39.99875rem) {
  body.single-product .product-after-summary .related.products .swiper-controls .swiper-button.swiper-button-next {
    right: -22px;
  }
}
body.single-product .product-after-summary .related.products .swiper-controls .swiper-pagination {
  bottom: -60px;
}
body.single-product .product-after-summary .related.products .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  border-radius: 100px;
  background-color: #595550;
}
body.single-product .product-after-summary .related.products .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 4px;
  background-color: #110D0E;
}

body.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
  width: 65%;
}
@media only screen and (max-width: 63.99875rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents {
  padding: 20px 15px;
}
@media only screen and (max-width: 47.99875rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents {
    padding: 15px 10px;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents thead {
  display: none;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody {
  border: none;
  background: transparent;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child {
  margin-bottom: 0;
  border-top: 1px solid rgba(204, 204, 204, 0.5490196078);
  padding-top: 15px;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td.actions {
  width: 100%;
  padding: 0;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td.actions .coupon {
  float: none;
  display: flex;
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td.actions .coupon {
    flex-wrap: wrap;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td.actions .coupon .input-text {
  height: 42px;
  border-radius: 6px;
  width: 80%;
  padding: 0 12px;
  font-weight: 600;
  float: none;
  margin-right: 10px;
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td.actions .coupon .input-text {
    width: 100%;
    height: 38px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td.actions .coupon .button {
  flex: auto;
  height: 42px;
  border-radius: 6px;
  background: #166e3b;
  color: #ffffff;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td.actions .coupon .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(149, 37, 31, 0.4);
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td.actions .coupon .button {
    height: 38px;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td.actions button[name=update_cart] {
  display: none;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:nth-child(even) {
  background-color: transparent;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td {
  border-top: none;
}
@media only screen and (max-width: 47.99875rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td {
    text-align: left !important;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td::before {
  content: none;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-subtotal {
  display: none;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-thumbnail {
  order: 1;
  width: 82px;
  padding: 0;
  border-radius: 12px;
}
@media only screen and (max-width: 47.99875rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-thumbnail {
    display: block;
    width: 70px;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-thumbnail a {
  display: block;
  height: 100%;
  border-radius: 12px;
  background-color: #ffffff;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-thumbnail a img {
  width: 80px;
  height: 100%;
  object-fit: contain;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name {
  order: 2;
  max-width: 310px;
}
@media only screen and (max-width: 47.99875rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name {
    max-width: 240px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name {
    max-width: 310px;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name a {
  color: #2E0805;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name .variation {
  margin-top: 5px;
  color: #707070;
  font-size: 14px;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity {
  order: 3;
  min-width: 120px;
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity {
    padding-left: 0;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  float: none;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 6px 12px;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .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.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input::-webkit-outer-spin-button, body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input.minus, body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input.plus {
  padding: 0;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  background-color: #E8FEF4;
  color: #166e3b;
  margin: 0 -5px;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input.minus, body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input.plus {
  width: 2.125rem;
  height: 2.125rem;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input[type=number] {
  border: none;
  width: 50px;
  padding: 0;
  height: 34px;
}
@media only screen and (max-width: 47.99875rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input[type=number] {
    width: 34px;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-price {
  order: 4;
  min-width: 150px;
  text-align: center !important;
}
@media only screen and (max-width: 63.99875rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-price {
    min-width: 120px;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-price .woocommerce-Price-amount {
  font-weight: 600;
  color: #166e3b;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-price .woocommerce-Price-amount {
  font-size: 1.0625rem;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-price .woocommerce-Price-amount {
    font-size: 1.25rem;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove {
  order: 5;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a.remove {
  position: relative;
  font-size: 0;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a.remove::before {
  content: "";
  -webkit-mask-image: 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" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 7h16"></path><path d="M10 11v6"></path><path d="M14 11v6"></path><path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12"></path><path d="M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3"></path></g></svg>');
          mask-image: 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" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 7h16"></path><path d="M10 11v6"></path><path d="M14 11v6"></path><path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12"></path><path d="M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #727272;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a.remove::before {
  width: 1.25rem;
  height: 1.25rem;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a.remove::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart-summary-actions .btn-main svg, body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart-summary-actions .btn-main path {
  fill: #ffffff;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart-summary-actions .btn-main span {
  padding-left: 5px;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart-summary-actions .btn-main::after {
  content: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 35%;
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    padding-top: 30px;
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals::before, body.woocommerce-cart .woocommerce .cart-collaterals::after {
  content: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals > h2 {
  font-weight: 600;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals > h2 {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals > h2 {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals > h2 {
    font-size: 1.875rem;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table th {
  width: 45%;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table a {
  color: #F2EDDE;
  text-decoration: underline;
}
body.woocommerce-cart a.checkout-button.button.alt.wc-forward {
  background-color: #f9b924;
}
body.woocommerce-cart a.checkout-button.button.alt.wc-forward:hover {
  background-color: #01913d;
}
body.woocommerce-cart table.cart td.actions .input-text {
  width: 150px;
}

body.woocommerce-checkout .woocommerce-info {
  display: none;
}
body.woocommerce-checkout button.wc-block-components-checkout-place-order-button {
  background-color: #f9b924;
  color: #ffffff;
}
body.woocommerce-checkout #order_comments_field textarea {
  height: 150px;
}
body.woocommerce-checkout button#place_order {
  background: #166e3b;
}
body.woocommerce-checkout #order_review_heading {
  padding-top: 20px;
}