/** $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 */
li.product {
  position: relative;
}

.item-product,
.cat-product-item {
  width: 100%;
  height: 100%;
}
.item-product .product-inner,
.cat-product-item .product-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease;
}
.item-product .product-inner .thumb,
.cat-product-item .product-inner .thumb {
  overflow: hidden;
  border-radius: 12px;
  background-color: #f9f9f9;
  position: relative;
}
.item-product .product-inner .thumb::before,
.cat-product-item .product-inner .thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item-product .product-inner .thumb img,
.cat-product-item .product-inner .thumb img {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 12px;
  transform: scale(1);
  transition: transform 0.4s ease;
}
.item-product .product-inner:hover .thumb img,
.cat-product-item .product-inner:hover .thumb img {
  transform: scale(1.04);
}
.item-product .product-inner:hover .product-inf .title a,
.item-product .product-inner:hover .product-info .title a,
.cat-product-item .product-inner:hover .product-inf .title a,
.cat-product-item .product-inner:hover .product-info .title a {
  color: #1e509f;
}
.item-product .product-inner .product-inf,
.item-product .product-inner .product-info,
.cat-product-item .product-inner .product-inf,
.cat-product-item .product-inner .product-info {
  padding: 14px 6px 0;
  text-align: center;
}
.item-product .product-inner .product-inf .title,
.item-product .product-inner .product-info .title,
.cat-product-item .product-inner .product-inf .title,
.cat-product-item .product-inner .product-info .title {
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 6px;
}
.item-product .product-inner .product-inf .title,
.item-product .product-inner .product-info .title,
.cat-product-item .product-inner .product-inf .title,
.cat-product-item .product-inner .product-info .title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .item-product .product-inner .product-inf .title,
  .item-product .product-inner .product-info .title,
  .cat-product-item .product-inner .product-inf .title,
  .cat-product-item .product-inner .product-info .title {
    font-size: 1.0625rem;
  }
}
.item-product .product-inner .product-inf .title a,
.item-product .product-inner .product-info .title a,
.cat-product-item .product-inner .product-inf .title a,
.cat-product-item .product-inner .product-info .title a {
  color: #222222;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}
.item-product .product-inner .product-inf .title a,
.item-product .product-inner .product-info .title a,
.cat-product-item .product-inner .product-inf .title a,
.cat-product-item .product-inner .product-info .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .item-product .product-inner .product-inf .title a,
  .item-product .product-inner .product-info .title a,
  .cat-product-item .product-inner .product-inf .title a,
  .cat-product-item .product-inner .product-info .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.item-product .product-inner .product-inf .title a:hover,
.item-product .product-inner .product-info .title a:hover,
.cat-product-item .product-inner .product-inf .title a:hover,
.cat-product-item .product-inner .product-info .title a:hover {
  color: #1e509f;
}
.item-product .product-inner .product-inf .price,
.item-product .product-inner .product-info .price,
.cat-product-item .product-inner .product-inf .price,
.cat-product-item .product-inner .product-info .price {
  display: block;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #f1bc2b !important;
  line-height: 1.4;
  margin-bottom: 0;
}
.item-product .product-inner .product-inf .price .no-price,
.item-product .product-inner .product-info .price .no-price,
.cat-product-item .product-inner .product-inf .price .no-price,
.cat-product-item .product-inner .product-info .price .no-price {
  color: #1e509f !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.item-product .product-inner .product-inf .price .woocommerce-Price-amount,
.item-product .product-inner .product-inf .price .amount,
.item-product .product-inner .product-info .price .woocommerce-Price-amount,
.item-product .product-inner .product-info .price .amount,
.cat-product-item .product-inner .product-inf .price .woocommerce-Price-amount,
.cat-product-item .product-inner .product-inf .price .amount,
.cat-product-item .product-inner .product-info .price .woocommerce-Price-amount,
.cat-product-item .product-inner .product-info .price .amount {
  color: #f1bc2b;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.item-product .product-inner .product-inf .price ins,
.item-product .product-inner .product-info .price ins,
.cat-product-item .product-inner .product-inf .price ins,
.cat-product-item .product-inner .product-info .price ins {
  text-decoration: none;
  color: #1e509f !important;
}
.item-product .product-inner .product-inf .price ins .woocommerce-Price-amount,
.item-product .product-inner .product-inf .price ins .amount,
.item-product .product-inner .product-info .price ins .woocommerce-Price-amount,
.item-product .product-inner .product-info .price ins .amount,
.cat-product-item .product-inner .product-inf .price ins .woocommerce-Price-amount,
.cat-product-item .product-inner .product-inf .price ins .amount,
.cat-product-item .product-inner .product-info .price ins .woocommerce-Price-amount,
.cat-product-item .product-inner .product-info .price ins .amount {
  color: #1e509f !important;
}
.item-product .product-inner .product-inf .price del,
.item-product .product-inner .product-info .price del,
.cat-product-item .product-inner .product-inf .price del,
.cat-product-item .product-inner .product-info .price del {
  color: #999999 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin-right: 6px;
}
.item-product .product-inner .product-inf .price del .woocommerce-Price-amount,
.item-product .product-inner .product-inf .price del .amount,
.item-product .product-inner .product-info .price del .woocommerce-Price-amount,
.item-product .product-inner .product-info .price del .amount,
.cat-product-item .product-inner .product-inf .price del .woocommerce-Price-amount,
.cat-product-item .product-inner .product-inf .price del .amount,
.cat-product-item .product-inner .product-info .price del .woocommerce-Price-amount,
.cat-product-item .product-inner .product-info .price del .amount {
  color: #999999 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.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 #f1bc2b;
  background-color: #f1bc2b;
}

body.woocommerce .onsale {
  min-height: unset;
  min-width: unset;
  padding: 5px 12px;
  background-color: #340a10;
  top: 20px !important;
  right: 26px !important;
  left: auto;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  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: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product {
    padding-top: 0;
  }
}
.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: 25%;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .grid-products aside.sidebar {
    padding-right: 0.9375rem;
  }
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .grid-products aside.sidebar {
    padding-left: 0.9375rem;
  }
}
@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 .widget-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .widget-sidebar .widget_nav_menu {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f2f7;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .widget-sidebar .widget_nav_menu > span,
.archive-product .main-taxonomy-product .grid-products aside.sidebar .widget-sidebar .widget_nav_menu .widgettitle {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 22px;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .widget-sidebar .widget_nav_menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .widget-sidebar .widget_nav_menu .menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .widget-sidebar .widget_nav_menu .menu li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  text-decoration: none;
  line-height: 1.4;
  transition: all 0.25s ease;
  padding: 0;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .widget-sidebar .widget_nav_menu .menu li a:hover {
  color: #f1bc2b;
  transform: translateX(4px);
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .widget-sidebar .widget_nav_menu .menu li a[aria-current=page] {
  color: #f1bc2b;
  font-weight: 600;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .widget-sidebar .widget_nav_menu .menu li.current-menu-item > a {
  color: #f1bc2b;
  font-weight: 600;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .filters-container .filter-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .grid-products aside.sidebar .filters-container .filter-title {
    font-size: 1.25rem;
  }
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .filters-container .filter-checkbox .filter-item label {
  display: block;
  width: 100%;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .filters-container .filter-checkbox .filter-item label input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  background-color: transparent;
  transform: translateY(-2px);
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .filters-container .filter-checkbox .filter-item label input[type=checkbox]:checked {
  background-color: #f7951d;
  border-color: #f7951d;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .filters-container .filter-checkbox .filter-item label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .filters-container .filter-checkbox .filter-item label .term-label {
  color: #3c3c3c;
  width: calc(100% - 25px);
  padding-left: 4px;
  position: relative;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .filters-container .filter-checkbox .filter-item label .term-label .item-count {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 30px;
  border: 1px solid #bfbfbf;
  font-size: 12px;
  line-height: normal;
  color: #000000;
  padding: 4px 15px;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .filters-container .apply-filters {
  display: block !important;
  background-color: #e0dac9;
  border-radius: 4px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #f7951d;
  transition: all 0.3s;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .filters-container .apply-filters:hover {
  cursor: pointer;
  background-color: #f7951d;
  color: #e0dac9;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products aside.sidebar .yith-wcan-filters {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products aside.sidebar .yith-wcan-filters .filters-container {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products aside.sidebar .yith-wcan-filters .filters-container .clear-selection {
    display: none;
  }
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .yith-wcan-filters .filters-container form > .mobile-only {
  display: none !important;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .yith-wcan-filters .filters-container form .btn-primary {
  color: #f7951d;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products aside.sidebar .yith-wcan-filters .main-modal-button {
    color: #ffffff;
  }
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .widget_media_image {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .grid-products aside.sidebar .widget_media_image {
    margin-top: 1.875rem;
  }
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .widget_media_image a {
  display: block;
}
.archive-product .main-taxonomy-product .grid-products aside.sidebar .widget_media_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.archive-product .main-taxonomy-product .grid-products .col-products {
  width: 75%;
}
.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-filters-wrapper {
  background-color: #f7f9ff;
  padding: 10px 16px;
  border-radius: 4px;
  justify-content: flex-end;
}
@media only screen and (max-width: 39.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper {
    padding: 10px;
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .yith-wcan-active-filters {
  margin-bottom: 0;
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .yith-wcan-active-filters > h4 {
  display: none !important;
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .yith-wcan-active-filters .active-filter {
  margin-bottom: 0;
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .yith-wcan-active-filters .active-filter > b {
  display: none !important;
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .yith-wcan-filters-opener {
  padding: 5px 15px;
  height: 40px;
  width: 49%;
  text-align: left;
  float: left;
  position: relative;
  background-color: #e8e5dc;
  border: 1px solid #767676;
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .yith-wcan-filters-opener::after {
  content: "";
  -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 28 28"><g fill="none"><path d="M17 19a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2h6zm4-6a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h14zm3-6a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2h20z" 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 28 28"><g fill="none"><path d="M17 19a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2h6zm4-6a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h14zm3-6a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2h20z" fill="currentColor"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .yith-wcan-filters-opener::after {
  width: 1.125rem;
  height: 1.125rem;
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .yith-wcan-filters-opener:hover {
  color: #f7951d;
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .custom-ordering-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .custom-ordering-wrapper {
    width: 49%;
    gap: 0;
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .custom-ordering-wrapper .ordering-label {
  color: #707070;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .custom-ordering-wrapper .ordering-label {
    display: none;
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .custom-ordering-wrapper .woocommerce-ordering {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .custom-ordering-wrapper .woocommerce-ordering {
    width: 100%;
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .custom-ordering-wrapper .woocommerce-ordering select {
  height: 44px;
  padding: 5px 20px;
  background-color: #e8e5dc;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-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 320 512"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z" fill="currentColor"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px;
  padding-right: 35px;
}
@media only screen and (max-width: 39.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .custom-ordering-wrapper .woocommerce-ordering select {
    background-size: 6px;
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .custom-ordering-wrapper .woocommerce-ordering select {
  cursor: pointer;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products .product-filters-wrapper .custom-ordering-wrapper .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: 20px;
  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: 16px;
  }
}
.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% - 40px) / 3);
  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% - 32px) / 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% - 16px) / 2);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product {
    width: calc((100% - 12px) / 2);
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .item-product,
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .cat-product-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .title {
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 0;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .title {
    font-size: 1.0625rem;
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .title a {
  color: #222222;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .title a {
  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 .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .title a:hover {
  color: #1e509f;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .price {
  display: block;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #f1bc2b !important;
  line-height: 1.4;
  margin-bottom: 0;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .price .no-price {
  color: #1e509f !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .price .woocommerce-Price-amount,
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .price .amount {
  color: #f1bc2b !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .price ins {
  text-decoration: none;
  color: #1e509f !important;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .price ins .woocommerce-Price-amount,
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .price ins .amount {
  color: #1e509f !important;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .price del {
  color: #999999 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin-right: 6px;
}
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .price del .woocommerce-Price-amount,
.archive-product .main-taxonomy-product .grid-products .col-products ul.products li.product .price del .amount {
  color: #999999 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}
.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: #f1bc2b;
}
.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: 6.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .bottom-product-archive {
    padding-top: 7.5rem;
  }
}
.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 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: normal;
}
.bottom-product-archive .recently-viewed-products {
  padding: 40px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .bottom-product-archive .recently-viewed-products {
    padding: 30px 0;
  }
}
.bottom-product-archive .swiper-container .swiper-slide {
  width: 20%;
  padding: 0 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .bottom-product-archive .swiper-container .swiper-slide {
    width: 33.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: 47.99875rem) {
  .bottom-product-archive .related-products .swiper-controls .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.bottom-product-archive .related-products .swiper-controls .swiper-button.swiper-button-next {
  right: -15px;
}
@media only screen and (max-width: 47.99875rem) {
  .bottom-product-archive .related-products .swiper-controls .swiper-button.swiper-button-next {
    right: 5px;
  }
}
.bottom-product-archive .related-products .swiper-controls .swiper-pagination {
  bottom: -50px;
}
.bottom-product-archive .widget_recently_viewed_products > span {
  display: block;
  text-align: center;
  color: #f1bc2b;
  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: #1e509f;
  -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: #1e509f;
  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 .variations_form {
  margin-top: 0;
  gap: 0;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr th.label label {
  font-weight: 600;
}
body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form table.variations tbody tr th.label label {
  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 th.label label {
    font-size: 1.25rem;
  }
}
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 .variable-items-wrapper .variable-item {
  background: #f1bc2b;
  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: #1e509f;
  box-shadow: 0 0 0 1px #1e509f;
}
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 .woocommerce-variation.single_variation {
  margin: 30px 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-type-variable .product-details .summary.entry-summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  margin-top: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-type-variable .product-details .summary.entry-summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    flex-wrap: wrap;
    gap: 12px;
  }
}
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: #1e509f;
  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;
  flex-direction: row-reverse;
}
@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%;
  padding-right: 15px;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images {
    padding-right: 0;
  }
}
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.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: 75%;
  aspect-ratio: unset;
}
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 {
  width: 110px;
  height: 630px;
  overflow: hidden;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-button {
  display: none;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide {
    width: calc((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: 8px;
}
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 #f7951d;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .res.ar-16-9 {
  aspect-ratio: 1/1;
}
body.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .res img {
  border-radius: 8px;
}
body.single-product .product-details .summary.entry-summary {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary {
    padding-left: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary {
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.single-product .product-details .summary.entry-summary {
    flex: 1 1 0;
    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;
}
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: #1e509f;
}
body.single-product .product-details .summary.entry-summary .product-rating-custom {
  margin-bottom: 15px;
}
body.single-product .product-details .summary.entry-summary .stock-status {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
body.single-product .product-details .summary.entry-summary .stock-status::before {
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
body.single-product .product-details .summary.entry-summary .stock-status::before {
  width: 1.375rem;
  height: 1.375rem;
}
body.single-product .product-details .summary.entry-summary .stock-status.is-in-stock {
  color: #109754;
}
body.single-product .product-details .summary.entry-summary .stock-status.is-in-stock::before {
  -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 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M464 128L240 384l-96-96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M144 384l-96-96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M368 128L232 284"></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 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M464 128L240 384l-96-96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M144 384l-96-96"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M368 128L232 284"></path></svg>');
  background-color: #109754;
}
body.single-product .product-details .summary.entry-summary .stock-status.is-out-of-stock {
  color: #1e509f;
}
body.single-product .product-details .summary.entry-summary .stock-status.is-out-of-stock::before {
  -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 512 512"><path d="M448 256c0-106-86-192-192-192S64 150 64 256s86 192 192 192s192-86 192-192z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M320 320L192 192"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M192 320l128-128"></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 512 512"><path d="M448 256c0-106-86-192-192-192S64 150 64 256s86 192 192 192s192-86 192-192z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M320 320L192 192"></path><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M192 320l128-128"></path></svg>');
  background-color: #1e509f;
}
body.single-product .product-details .summary.entry-summary .woocommerce-product-details__short-description {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  text-align: justify;
  padding: 0;
}
body.single-product .product-details .summary.entry-summary .woocommerce-product-details__short-description strong {
  color: #000000;
}
body.single-product .product-details .summary.entry-summary .product-contact-hotline-wrap {
  margin: 20px 0;
  width: 100%;
}
body.single-product .product-details .summary.entry-summary .product-contact-hotline-wrap .product-contact-hotline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 20px;
  border: 1.5px solid #1e509f;
  border-radius: 8px;
  background-color: #ffffff;
  color: #1e509f;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  gap: 6px;
  transition: all 0.3s ease;
}
body.single-product .product-details .summary.entry-summary .product-contact-hotline-wrap .product-contact-hotline-btn:hover {
  background-color: #1e509f;
  color: #ffffff;
  border-color: #1e509f;
  box-shadow: 0 4px 12px rgba(30, 80, 159, 0.2);
}
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-buy-now {
  width: 100%;
  margin-top: 5px;
}
body.single-product .product-details .summary.entry-summary form.cart {
  font-size: 15px;
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  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 input[type=button] {
  display: none;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity input[type=number] {
  height: 44px;
  padding: 5px 5px 5px 16px;
  border: 1px solid #3c3c3c;
  border-radius: 4px;
  background-color: transparent;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity input[type=number].qty::-webkit-inner-spin-button,
body.single-product .product-details .summary.entry-summary form.cart .quantity input[type=number].qty::-webkit-outer-spin-button {
  opacity: 1 !important;
  height: 40px;
}
body.single-product .product-details .summary.entry-summary form.cart .quantity input[type=number].qty::-webkit-inner-spin-button {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
body.single-product .product-details .summary.entry-summary form.cart .quantity input[type=number].qty {
  width: 100px;
  text-align: left;
  font-weight: 700;
  color: #3c3c3c;
  -moz-appearance: textfield;
}
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: 44px;
  width: 310px;
  background-color: transparent;
  border: 1px solid #f7951d;
  border-radius: 4px;
  color: #f7951d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  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%;
    margin-bottom: 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 {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAA+JJREFUeAHtWE1S1EAUfq+TWIhgtTstFdsTgCdwKC+gJ1BPgO4QrSJWAbITl+7kBMAJGE7gcAIbwSp2tjBQ1Myk29f5I8MkM5CZsOKrSk0n/abz9fvr9wJwg+GAMAIsTD5+Qwu9NogiXNQYaQDWV473f8CQGIrgPL8vmL61QYvM5M0TSalbrdnVs0MJJVGaYExumxYQ8UKKCG3RkNM1DfFzS/KUHT1bU0pBCbhQEqg9H1MS+tvy0cG77Pynu1M+kVu0MuN6guaUDyVQWoNE4C8R4AbNzsq//VqezMfJJ9vkkHZOnbCjp2W0yKAEFvjDGROZEoyGtSI54+j1eMjHgQsogSuZ+B3nfOyMcwiCmVT3FLnzE49qefKokSdjo3VtfkyoszGlrqJJHERovDMxh4g1ImIjlcNooMCYRoBmF1qdtX5RXkjw490p6/SLIyRVCNKuv9I8+Jw3l0twYWJqERn46QKIO3bHJCwNM4qBY010ZYfXEAhrdvJfEVrFmOlBJHsIfph8/JIhbsS3Ehl7u6RkHSqAz4Voa70NSS7VenapeVDPyvREMQM2FwqThrwWm62KXEhQSekxNouxNchSi718sn/ggsd5i7QPm/6ZlFAxLElN53Z4Q2a3gZmd70ozLWgLBCccazBbRYvaY87Rt34au/MgeLVy8qcxjBww0wAdeVuUL1Uq16VB3fFS9o5jCoOAXurTD7fHGDJnblg53XHkOaFOlwa7CDK3nZLSAQooRrpDA2ZnWDkXg5SUBlcVEtTgpZPksIX5b/no9xpa56arX813WbmkjrQ4BSWzc10+uEoOS0WACosA0AL64LLRfRm5MC9Gw55jkOUIS/vrGJyGawLG7zL26LuAvGomEorO3msBooneZbAnMPMIJo7NqfoQUDFsKkpLN4D6xfkegqhZGnnoBZVr0Q289B0O0z15soeg62ZSQ3yqVAmdcaUmNAcTpKNHGYS9aJIJqBgUIM/jYSOvkGX5f4p8gUL/OVSMJEDI//by5ot6kmsJlEEBYpGvwUygMC+oQUUYFCDh+/MeLjVlPanRELAyMwcIL+OhWlLdhWqCwrbTGIx2RItcrNFGhWTzZN7CQqKQIEVX0h/w6MvAaBH2PXGpT9rYLJLr23ZSZ/cL4kWo6n3/haoTGAHijvFrfCup6nkKZQj6d8RMx9HbmUizZt/S9HkN7HVJUAfHwzUopYRFiO3oopcrt8We9WstBn6bsSTbjrZdnoDRQnoBe+WfyEY/IQcGoN5Why9u37Na26OdP6BH92EYIO6SVr5TN/fWPx7clJX6umX72c4VNOpGKSu87FEKN7jBOf4DDnWgu3tgdMIAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
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: #f1bc2b;
  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 {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
body.single-product .product-details .summary.entry-summary .product_meta {
  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 {
  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: #707070;
}
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 .sku_wrapper .sku {
  color: #f1bc2b;
  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: #1e509f;
  -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: #1e509f;
  -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: 30px;
  border-radius: 4px;
  padding: 5px 20px;
  font-weight: 400;
  color: #f7951d;
  position: relative;
  top: 0 !important;
  left: 0 !important;
  min-width: auto;
  min-height: auto;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0px;
  background: linear-gradient(180deg, rgba(231, 56, 58, 0.1) 0%, rgba(195, 49, 49, 0.1) 51.01%, rgba(149, 37, 31, 0.1) 100%);
}
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;
  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: #f7951d;
}
body.single-product .product-details .summary.entry-summary .price .woocommerce-Price-amount.amount {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  body.single-product .product-details .summary.entry-summary .price .woocommerce-Price-amount.amount {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price .woocommerce-Price-amount.amount {
    font-size: 2.25rem;
  }
}
body.single-product .product-details .summary.entry-summary .price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  transform: translate(4px, -10px);
  display: inline-block;
}
body.single-product .product-details .summary.entry-summary .price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-size: 1.375rem;
  }
}
body.single-product .product-details .summary.entry-summary .price span[aria-hidden=true] {
  color: #f1bc2b;
}
body.single-product .product-details .summary.entry-summary .price ins {
  order: 1;
  text-decoration: none;
  color: #f1bc2b;
}
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: #f1bc2b;
  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: #f1bc2b;
  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 .price .amount {
  color: #f7951d;
}
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 .box-policy .title {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #e8e5dc;
  transform: translate(-50%, -15px);
  text-transform: uppercase;
  color: #f1bc2b;
  font-weight: 600;
  z-index: 2;
  margin-bottom: 0;
  padding: 5px 10px;
  width: 55%;
}
body.single-product .product-details .summary.entry-summary .box-policy .policy-product {
  border-radius: 12px;
  border: 1px solid #707070;
  margin: 40px 0 0;
  padding: 50px 30px 30px;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-details .summary.entry-summary .box-policy .policy-product {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 20px;
  }
}
body.single-product .product-details .summary.entry-summary .box-policy .policy-product::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 20px);
  transform: translate(-50%, -50%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAACqCAYAAAA9dtSCAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAB2ZJREFUeAHt3U1uHMcZxvHqL5ISJZGSQCAgkGVWBrLKAXgJHSH7rJKllXWQkzhHyEKXiDdeBQjoIIxiRTaHnGFXld+a6aEHXhn288AL/3/AoL9qmq2eR9Vd1T09KQH4ZXqbUp8gxQ41uE5pSJAiqAaXBFWOoBp8Q1DlCKrB8PLlmCBFUA02OVOjihFUg7kUgipGUA2en5xw6BcjqAbUqHoE1SATVDmCajAdHRFUMYJqkO/vCaoYQTXoponGlBhBNSjjSI0qRlANynpNUMUIqsFQK0EVI6gGA4d+OYJqMNdKY0qMoBpw6NcjqAaFoMoRVINKUOUIqkE/DARVjKAaZBpTcgTVoOc7U3IE1aD2PUEVI6gGPd+ZkiOoBl3fc44qRlANCod+OYJq0NOPKkdQDSrnqHIE1YFzVDmCatBzjipHUA1KzuxXMXaoA4d+OYJqwN1TegTVoEuJGlWMoBpQo+oRVIOOu6fkCKoBNaoeQTXo6EeVI6gGlcaUHEE16Dj0yxFUg0pjSo6gOlCjyhFUg55LqHIE1aDUyn4VY4d6UKOKEVQPzlHFCKpB13UEVYygGnCtX4+gGhSePSVHUA2oUfUIqgPnqHIE1YBLqHoE1YCbUvQIqgOXUOUIqgM1qhxB9aBGFSOoBpX9KscOdeDQL0dQDejw1yOoBny5T4+gGnD3lB5BNeABFHoE1YBzVD2C6kFQxQiqQ9fRmBIjqA6lUKOKEVQHWv1yBNWAflQ9gmpAP6oeQXXgSSly7FCPKUGKoDpw6JcjqB4EVYygetDqFyOoHuxXMXaoA3dPyRFUg67W3ycAAAAAAH5u3X7kTVxN+VV0VK9jeHlx0debm/7k7GxYt5uAa+1XpYxzdLuU4+PhpN10Ea9umsbNer0dRku3j+XjtLshox9CifLtEYx9Gy7TbUGa5377aMYoW/p+3JdJw9C3J+G1L8fFhvXtx2+3y3Ieahvfdfv0bXx5Yt52He2hZLWUbrlrqc0b2489tTKlvT9e7ekly3qHdomz7su1v9N6P/bvPSwX+yPWud/Wx+VL2THKffzLV1/9Lv1Af3z16u+plF/Hv6vEvphj3SXWm2P9JdY5x/bmGMai7TDHW0psR95Ox7CNt+VtPN43Py7flW3rafNLrH/7nm43r+2YHPsnt2Hslrb+7Xv381q5NnwopcSWzbF/S3wWpYvlbd1tWHLelV3Kt+2IDcl9mz9NOXKQh3Fsn0Ku81xix825/b02HWWHGM4PD/ko/u7Qtm+9nts6HmJ+lM3r29tcXrwotx8/5vhQ8nG8/hWvmyj/LqW5OwxtPZj48xLif7x5093c3HRXB8uuv/768X2Xd3fd+82m+80y/b/5u3X+P8Zvc/6ubLy+KWU7vVqGz2rdDl8vZfbz72P+elm2d7JM7+dvYvhiWbaJ7X2+jLflDwf/CZuHmHfahsv8hydPtsOn8ZqXeU+Xcg/f+7v75dMyfz5Y/tcPH/6ZfqA/nJ+fR8LP9tPxAdX4oB53+7i9lXVnWua34WpZttovXK3SdHpap9Wq3h6UfXxvlD0+mLc+WO/HeB3FssPl9wfj+/kny/Bp39f3y7L/LvPbvDb9bBleL8tPh6GejePjul4t418s0/8+OqovnzzZzrt8/vyx3Lt4XVxc1E8++6ymt29Te316sM3dwTgAAAB+nD+dn/+tnY8myHCt3yBazb89bDThpyOoBtvuG0gRVIPoS5nH73UZ4achqA7R6X6XoERQPQo1qhZBNeAcVY+gGrTr4yOX/aQIqkdJkCKoHhz6xQiqw+42OggRVIN2D+h0d8c5qhBBNei6bl4lKBFUg6hK60Q/qhRBNejaJVS6p6QIqkHdfa8JQgTVoCuFc1QxgurQvsUJKYLqkWlMaRFUg273PXwIEVSDdlPKhla/FEE1aE8WSZAiqAa17+nwFyOoDtyUIkdQPTj0ixFUg+XpehAiqB5lotUvRVAdOEeVI6geZUOrX4qfQjSI//18C1WMGtWgcJufHEE14AEUegTVoHJTihxBNRiiRr2nMSVFUD2oUcUIqkFrTB1To0oRVIP2o2IJUvSjGhQ6/OWoUQ06bkqRI6geBFWMoDrUOtOY0iKoHlxCFSOoDsNQTqhRpQiqQS6FGlWMoDpEP+r+N+2hQVAN2t1T7xOUCKoB/ah6BNWA+1H1CKpD15WntPqlCKpBl3P+T4ISQTUocY5Kq1+LoBrQmNIjqB7lGTWqFEE1aDXqdYISQTUo0ZhKkCKoBu1JKafDwKFfiKAa0JjSI6gGhaDKEVSDklI9G0cO/UIE1aDmPL8iqFIE1aCPQ/8XCUoE1aDnHFWOoBoQVD2CarCJ9tTroyPOUYUIqsHU93P6/PMEHYLqsNmUa57hL0VQDea+z5cEVYqgGlSelCJHUA2GqFETpAiqwRhBfZegRFANotWfLzhHlSKoBu/v7jj0ixFUg3bo/4QaVYqgGtS+p9UvRlANjsYxf0qNKkVQDT5ME+eoYgTV4PjLLwmqGEE1eH11lbsEJYLqcHXVGlOcowK/NN8CCAqT1GUtJlsAAAAASUVORK5CYII=");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
body.single-product .product-details .summary.entry-summary .box-policy .policy-product::before {
  width: 10.625rem;
  height: 10.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-details .summary.entry-summary .box-policy .policy-product::before {
    content: none;
  }
}
body.single-product .product-details .summary.entry-summary .box-policy .policy-product .item {
  display: flex;
  align-items: center;
}
body.single-product .product-details .summary.entry-summary .box-policy .policy-product .item .icon img {
  object-fit: contain;
}
body.single-product .product-details .summary.entry-summary .box-policy .policy-product .item .icon img {
  width: 2.125rem;
  height: 2.125rem;
}
body.single-product .product-details .summary.entry-summary .box-policy .policy-product .item .desc {
  width: calc(100% - 34px);
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 400;
}
body.single-product .product-details .summary.entry-summary .box-policy .policy-product .item .desc {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .box-policy .policy-product .item .desc {
    padding-right: 1.25rem;
  }
}
body.single-product .product-details .summary.entry-summary .box-policy .policy-product .item .desc {
  padding-left: 0.75rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-details .summary.entry-summary .box-policy .policy-product .item .desc {
    padding-left: 0.9375rem;
  }
}
body.single-product .product-details .summary.entry-summary .box-policy .policy-product .item .desc a {
  color: #f1bc2b;
  font-weight: 700;
}
body.single-product .product-detail-tabs {
  width: 100%;
}
body.single-product .product-detail-tabs {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-detail-tabs {
    margin-top: 3.125rem;
  }
}
body.single-product .product-detail-tabs {
  margin-bottom: 40px;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 0 25px;
  border-bottom: 2px solid #e5e5e5;
  list-style: none;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs::before, body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs::after {
  content: none !important;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li {
  background: transparent;
  border: none;
  padding: 12px 0 8px;
  margin: 0 30px 0 0;
  position: relative;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li:last-child {
  margin-right: 0;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li::before, body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li::after {
  content: none !important;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li a {
  padding: 0;
  font-weight: 700;
  line-height: 1.4;
  color: #707070;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li a {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li a {
    font-size: 1.25rem;
  }
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li a {
  transition: color 0.2s ease;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li.active {
  border-bottom: 2px solid #1e509f;
  margin-bottom: -2px;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li.active a {
  color: #1e509f;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .tabs.wc-tabs li:hover a {
  color: #1e509f;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .wc-tab {
  color: #3c3c3c;
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 15px;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .wc-tab > h2:first-child {
  display: none;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .wc-tab ul {
  padding-left: 25px;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .wc-tab ul li {
  margin-bottom: 6px;
}
body.single-product .product-detail-tabs .wc-tabs-wrapper .wc-tab ul li:last-child {
  margin-bottom: 0;
}
body.single-product .product-after-summary {
  padding-bottom: 30px;
}
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 .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;
  padding-bottom: 15px !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #454545;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs {
    flex-wrap: wrap;
  }
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs::before {
  content: none !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li {
  text-align: center;
  border: none !important;
  margin: 0 20px 0 0 !important;
  padding: 15px 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  z-index: 2 !important;
  line-height: normal;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li::before, body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li::after {
  content: none !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li.active {
  color: #f1bc2b !important;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li.active::after {
  content: "" !important;
  box-shadow: none !important;
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f7951d;
}
body.single-product .product-after-summary .wc-tabs-wrapper .wc-tabs li.active a {
  color: #f7951d !important;
}
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: #1e509f;
}
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: #f1bc2b;
}
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: #1e509f;
  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: #1e509f;
}
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: #1e509f;
}
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 #f1bc2b;
}
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;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .product-description-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .product-description-flex-container .product-main-content-col {
  width: calc(68% - 10px);
}
@media only screen and (max-width: 47.99875rem) {
  body.single-product .product-after-summary .wc-tabs-wrapper .woocommerce-Tabs-panel .product-description-flex-container .product-main-content-col {
    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;
}

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

.wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button a {
  background-color: #1e509f;
  color: #ffffff;
}
.wc-block-cart__submit-container a:hover,
.wc-block-components-checkout-place-order-button a:hover {
  background-color: #f1bc2b;
}

body.woocommerce-cart .meta-single {
  display: none;
}
body.woocommerce-cart section.section-page .content {
  max-width: 100%;
}
body.woocommerce-cart section.section-page .content .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-cart section.section-page .content .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form {
  width: 65%;
}
@media only screen and (max-width: 63.99875rem) {
  body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form {
    width: 100%;
  }
}
body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents {
  padding: 20px 15px;
}
@media only screen and (max-width: 47.99875rem) {
  body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents {
    padding: 15px 10px;
  }
}
body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents thead {
  display: none;
}
body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody {
  border: none;
  background: transparent;
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td.actions {
  width: 100%;
  padding: 0;
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td.actions .coupon {
    flex-wrap: wrap;
  }
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .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 section.section-page .content .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: #1e509f;
  color: #ffffff;
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td.actions .coupon .button {
    height: 38px;
  }
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:nth-child(even) {
  background-color: transparent;
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td {
    text-align: left !important;
  }
}
body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td::before {
  content: none;
}
body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-subtotal {
  display: none;
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-thumbnail {
    display: block;
    width: 100px;
  }
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-thumbnail a img {
  width: 80px;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-thumbnail a img {
    width: 100px;
  }
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name {
    max-width: 220px;
    padding-left: 20px;
  }
}
body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name a {
  color: #2e0805;
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity {
    padding-left: 0;
  }
}
body.woocommerce-cart section.section-page .content .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;
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity {
    padding-left: 0;
  }
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input::-webkit-outer-spin-button, body.woocommerce-cart section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input.minus, body.woocommerce-cart section.section-page .content .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: #f1bc2b;
  margin: 0 -5px;
}
body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input.minus, body.woocommerce-cart section.section-page .content .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 section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input[type=number] {
    width: 34px;
  }
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-price {
    min-width: 120px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-price {
    min-width: 100px;
  }
}
body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-price .woocommerce-Price-amount {
  font-weight: 600;
  color: #f1bc2b;
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove {
  order: 5;
}
body.woocommerce-cart section.section-page .content .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 section.section-page .content .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 section.section-page .content .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 section.section-page .content .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 section.section-page .content .woocommerce form.woocommerce-cart-form .cart-summary-actions .btn-main svg,
body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form .cart-summary-actions .btn-main path {
  fill: #ffffff;
}
body.woocommerce-cart section.section-page .content .woocommerce form.woocommerce-cart-form .cart-summary-actions .btn-main span {
  padding-left: 5px;
}
body.woocommerce-cart section.section-page .content .woocommerce .cart-collaterals {
  width: 35%;
}
body.woocommerce-cart section.section-page .content .woocommerce .cart-collaterals {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart section.section-page .content .woocommerce .cart-collaterals {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  body.woocommerce-cart section.section-page .content .woocommerce .cart-collaterals {
    padding-top: 30px;
    width: 100%;
  }
}
body.woocommerce-cart section.section-page .content .woocommerce .cart-collaterals::before, body.woocommerce-cart section.section-page .content .woocommerce .cart-collaterals::after {
  content: none;
}
body.woocommerce-cart section.section-page .content .woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
body.woocommerce-cart section.section-page .content .woocommerce .cart-collaterals .cart_totals > h2 {
  font-weight: 600;
}
body.woocommerce-cart section.section-page .content .woocommerce .cart-collaterals .cart_totals > h2 {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  body.woocommerce-cart section.section-page .content .woocommerce .cart-collaterals .cart_totals > h2 {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.woocommerce-cart section.section-page .content .woocommerce .cart-collaterals .cart_totals > h2 {
    font-size: 1.875rem;
  }
}
body.woocommerce-cart section.section-page .content .woocommerce .cart-collaterals .cart_totals table th {
  width: 45%;
}
body.woocommerce-cart section.section-page .content .woocommerce .cart-collaterals .cart_totals table a {
  color: #f7951d;
  text-decoration: underline;
}
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: #1e509f;
}
body.woocommerce-cart a.checkout-button.button.alt.wc-forward:hover {
  background-color: #f7951d;
}
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 section.section-page .content {
  max-width: 95%;
}
@media only screen and (max-width: 47.99875rem) {
  body.woocommerce-checkout section.section-page .content {
    max-width: 100%;
  }
}
body.woocommerce-checkout section.section-page .content .meta-single {
  display: none;
}
body.woocommerce-checkout button.wc-block-components-checkout-place-order-button {
  background-color: #1e509f;
  color: #ffffff;
}
@media only screen and (max-width: 39.99875rem) {
  body.woocommerce-checkout .form-row {
    width: 100%;
  }
}
body.woocommerce-checkout #order_comments_field textarea {
  height: 150px;
}
body.woocommerce-checkout button#place_order {
  background: #f7951d;
}
body.woocommerce-checkout #order_review_heading {
  padding-top: 20px;
}

.custom-cart-wrapper {
  display: flex;
}
@media only screen and (max-width: 63.99875rem) {
  .custom-cart-wrapper {
    flex-wrap: wrap;
  }
}
.custom-cart-wrapper .woocommerce:first-child {
  width: 63%;
  padding-right: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .custom-cart-wrapper .woocommerce:first-child {
    width: 100%;
    padding-right: 0;
  }
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents {
  border: none;
  margin: 0;
  border-radius: 0;
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents thead {
  display: none;
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody {
  border: none;
  background: transparent;
}
.custom-cart-wrapper .woocommerce:first-child 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) {
  .custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child {
  margin-bottom: 0;
  display: none;
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:nth-child(even) {
  background-color: transparent;
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td {
  border-top: none;
}
@media only screen and (max-width: 47.99875rem) {
  .custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td {
    text-align: left !important;
  }
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td::before {
  content: none;
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-subtotal {
  display: none;
}
.custom-cart-wrapper .woocommerce:first-child 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) {
  .custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-thumbnail {
    display: block;
    width: 100px;
  }
}
.custom-cart-wrapper .woocommerce:first-child 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;
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-thumbnail a img {
  width: 80px;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  .custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-thumbnail a img {
    width: 100px;
  }
}
.custom-cart-wrapper .woocommerce:first-child 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) {
  .custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name {
    max-width: 260px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name {
    max-width: 310px;
  }
}
@media only screen and (max-width: 26.24875rem) {
  .custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name {
    max-width: 230px;
  }
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name a {
  color: #2e0805;
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name .variation {
  margin-top: 5px;
  color: #707070;
  font-size: 14px;
}
.custom-cart-wrapper .woocommerce:first-child 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) {
  .custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity {
    padding-left: 0;
  }
}
.custom-cart-wrapper .woocommerce:first-child 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;
}
.custom-cart-wrapper .woocommerce:first-child 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;
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input::-webkit-outer-spin-button, .custom-cart-wrapper .woocommerce:first-child 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;
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input.minus, .custom-cart-wrapper .woocommerce:first-child 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: #f1bc2b;
  margin: 0 -5px;
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input.minus, .custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input.plus {
  width: 2.125rem;
  height: 2.125rem;
}
.custom-cart-wrapper .woocommerce:first-child 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) {
  .custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity .quantity input[type=number] {
    width: 34px;
  }
}
.custom-cart-wrapper .woocommerce:first-child 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: 47.99875rem) {
  .custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-price {
    min-width: 120px;
  }
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-price .woocommerce-Price-amount {
  font-weight: 600;
  color: #f1bc2b;
}
.custom-cart-wrapper .woocommerce:first-child 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) {
  .custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-price .woocommerce-Price-amount {
    font-size: 1.25rem;
  }
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove {
  order: 5;
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a.remove {
  position: relative;
  font-size: 0;
}
.custom-cart-wrapper .woocommerce:first-child 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%);
}
.custom-cart-wrapper .woocommerce:first-child form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a.remove::before {
  width: 1.25rem;
  height: 1.25rem;
}
.custom-cart-wrapper .woocommerce:first-child 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;
}
.custom-cart-wrapper .woocommerce:last-child {
  width: 37%;
  background: #f2edde;
  padding: 20px;
  border-radius: 12px;
}
@media only screen and (max-width: 63.99875rem) {
  .custom-cart-wrapper .woocommerce:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .custom-cart-wrapper .woocommerce:last-child {
    padding: 12px;
  }
}
.custom-cart-wrapper .woocommerce:last-child .woocommerce-form-coupon-toggle,
.custom-cart-wrapper .woocommerce:last-child #order_review_heading {
  display: none;
}
.custom-cart-wrapper .woocommerce:last-child #order_review table {
  display: none;
}
.custom-cart-wrapper .woocommerce:last-child #order_review .custom-shipping-title {
  color: #1e509f;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px;
}
.custom-cart-wrapper .woocommerce:last-child #order_review .custom-shipping-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .custom-cart-wrapper .woocommerce:last-child #order_review .custom-shipping-title {
    font-size: 1.25rem;
  }
}
.custom-cart-wrapper .woocommerce:last-child #order_review #payment {
  background-color: transparent;
  border-radius: 0;
}
.custom-cart-wrapper .woocommerce:last-child #order_review #payment ul.payment_methods {
  padding: 0;
  border-bottom: none;
}
.custom-cart-wrapper .woocommerce:last-child #order_review #payment ul.payment_methods .payment_box {
  display: none !important;
}
.custom-cart-wrapper .woocommerce:last-child #order_review #payment ul.payment_methods input:checked {
  accent-color: #f1bc2b;
}
.custom-cart-wrapper .woocommerce:last-child #order_review #payment ul.payment_methods input:checked + label {
  font-weight: 500;
  color: #f1bc2b;
}
.custom-cart-wrapper .woocommerce:last-child #order_review #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.custom-cart-wrapper .woocommerce:last-child #order_review #payment button#place_order {
  width: 100%;
  float: left;
  margin-top: 20px;
  height: 44px;
  color: #ffffff;
  background: #1e509f;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(149, 37, 31, 0.25);
  padding: 0 26px;
  border-radius: 8px;
  font-weight: 500;
  position: relative;
  line-height: 1;
  text-transform: capitalize;
}
.custom-cart-wrapper .woocommerce:last-child #order_review #payment button#place_order {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .custom-cart-wrapper .woocommerce:last-child #order_review #payment button#place_order {
    font-size: 1rem;
  }
}
.custom-cart-wrapper .woocommerce:last-child #order_review #payment button#place_order {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 63.99875rem) {
  .custom-cart-wrapper .woocommerce:last-child #order_review #payment button#place_order {
    height: 38px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .custom-cart-wrapper .woocommerce:last-child #order_review #payment button#place_order {
    height: 36px;
    padding: 5px 20px;
    margin-bottom: 0;
    margin-top: 5px;
  }
}
.custom-cart-wrapper .woocommerce:last-child #order_review #payment button#place_order:hover {
  color: #ffffff;
  background: linear-gradient(180deg, #ff4b4b 0%, #d93d3d 50%, #b53030 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(149, 37, 31, 0.4);
}
.custom-cart-wrapper .woocommerce:last-child #order_review #payment button#place_order::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: #ffffff;
  display: inline-block;
  margin-left: 10px;
}
.custom-cart-wrapper .woocommerce:last-child #order_review #payment button#place_order::after {
  width: 1.25rem;
  height: 1.25rem;
}
.custom-cart-wrapper .woocommerce:last-child #customer_details .col-1 {
  width: 100%;
  float: none;
}
.custom-cart-wrapper .woocommerce:last-child #customer_details .col-1 .form-row-first,
.custom-cart-wrapper .woocommerce:last-child #customer_details .col-1 .form-row-last {
  float: none;
  width: 48%;
}
@media only screen and (max-width: 39.99875rem) {
  .custom-cart-wrapper .woocommerce:last-child #customer_details .col-1 .form-row-first,
  .custom-cart-wrapper .woocommerce:last-child #customer_details .col-1 .form-row-last {
    width: 100%;
  }
}
.custom-cart-wrapper .woocommerce:last-child #customer_details .col-1 .woocommerce-billing-fields > h3 {
  color: #1e509f;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px;
}
.custom-cart-wrapper .woocommerce:last-child #customer_details .col-1 .woocommerce-billing-fields > h3 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .custom-cart-wrapper .woocommerce:last-child #customer_details .col-1 .woocommerce-billing-fields > h3 {
    font-size: 1.25rem;
  }
}
.custom-cart-wrapper .woocommerce:last-child #customer_details .col-1 .woocommerce-billing-fields__field-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 15px;
}
.custom-cart-wrapper .woocommerce:last-child #customer_details .col-1 #billing_last_name_field {
  width: 48%;
}
@media only screen and (max-width: 39.99875rem) {
  .custom-cart-wrapper .woocommerce:last-child #customer_details .col-1 #billing_last_name_field {
    width: 100%;
  }
}
.custom-cart-wrapper .woocommerce:last-child #customer_details .col-1 #billing_address_1_field {
  width: 100%;
}
.custom-cart-wrapper .woocommerce:last-child #customer_details .col-2 {
  float: none;
  width: 100%;
}
.custom-cart-wrapper .woocommerce:last-child #customer_details .col-2 .woocommerce-shipping-fields {
  display: none;
}
.custom-cart-wrapper .woocommerce:last-child #customer_details input,
.custom-cart-wrapper .woocommerce:last-child #customer_details textarea,
.custom-cart-wrapper .woocommerce:last-child #customer_details select {
  background: #fffbf0;
  border-radius: 4px;
  font-size: 14px;
  color: #707070;
  padding: 10px;
}
.custom-cart-wrapper .woocommerce:last-child #customer_details option {
  background: #fffbf0;
}
.custom-cart-wrapper .custom-cart-summary {
  border-radius: 8px;
  background-color: #f2edde;
  padding: 20px;
}
.custom-cart-wrapper .custom-cart-summary {
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .custom-cart-wrapper .custom-cart-summary {
    margin-top: 1.25rem;
  }
}
.custom-cart-wrapper .custom-cart-summary .title {
  color: #1e509f;
  font-weight: 600;
  line-height: 1.4;
}
.custom-cart-wrapper .custom-cart-summary .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .custom-cart-wrapper .custom-cart-summary .title {
    font-size: 1.25rem;
  }
}
.custom-cart-wrapper .custom-cart-summary .item-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.custom-cart-wrapper .custom-cart-summary .item-row.item-totals {
  margin-bottom: 0;
}
.custom-cart-wrapper .custom-cart-summary .item-row .label {
  font-size: 16px;
  color: #2e0805;
}
.custom-cart-wrapper .custom-cart-summary .item-row .value {
  color: #404040;
  line-height: normal;
}
.custom-cart-wrapper .custom-cart-summary .item-row .value {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .custom-cart-wrapper .custom-cart-summary .item-row .value {
    font-size: 1.25rem;
  }
}
.custom-cart-wrapper .custom-cart-summary .item-row .value.value-price {
  font-weight: 600;
  color: #c72216;
}
@media only screen and (max-width: 63.99875rem) {
  .custom-cart-wrapper .cart-summary-actions {
    margin-bottom: 20px;
  }
}
.custom-cart-wrapper .cart-summary-actions .btn-main {
  background: transparent;
  border: 1px solid #4f0801;
  color: #4f0801;
  border-radius: 8px;
  box-shadow: none;
  flex-direction: row-reverse;
}
.custom-cart-wrapper .cart-summary-actions .btn-main::after {
  background: #4f0801;
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(180deg);
}
.custom-cart-wrapper .cart-summary-actions .btn-main:hover {
  background: #4f0801;
  color: #ffffff;
}
.custom-cart-wrapper .cart-summary-actions .btn-main:hover::after {
  background: #ffffff;
}

.custom-reviews-section {
  padding-top: 40px;
}
.custom-reviews-section .woocommerce-noreviews {
  display: none;
}
.custom-reviews-section .cr-reviews-ajax-comments .cr-summaryBox-wrap .cr-overall-rating-wrap .cr-ajax-reviews-add-review {
  background: #1e509f !important;
  color: #fff !important;
  padding: 15px 30px !important;
  font-size: 16px !important;
  border: 1px solid #f7951d !important;
  border-radius: 10px;
}
.custom-reviews-section .cr-reviews-ajax-comments .cr-summaryBox-wrap table {
  background: transparent;
}
.custom-reviews-section .cr-reviews-ajax-comments .cr-summaryBox-wrap table tbody {
  background: transparent;
}
.custom-reviews-section .cr-reviews-ajax-comments .cr-summaryBox-wrap table tbody tr:nth-child(even) {
  background: transparent;
}
.custom-reviews-section .cr-reviews-ajax-comments .cr-summaryBox-wrap table .ivole-meter {
  border: none;
  box-shadow: none;
  background: #e3e3e3;
  border-radius: 30px;
  height: 10px;
}
.custom-reviews-section .cr-reviews-ajax-comments .cr-summaryBox-wrap table .ivole-meter .ivole-meter-bar {
  box-shadow: none;
}
.custom-reviews-section .cr-ajax-search,
.custom-reviews-section .cr-count-row {
  display: none !important;
}
.custom-reviews-section .cr-ajax-reviews-list {
  margin-top: 40px;
}

.cr-review-form-submit {
  background: #1e509f !important;
  color: #fff !important;
  padding: 10px 30px !important;
  font-size: 14px !important;
  border: 1px solid #f7951d !important;
  border-radius: 10px;
}