/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.woocommerce span.onsale {
  font-size: 12px;
  min-height: auto;
  min-width: auto;
  line-height: 23px;
  border-radius: 5px;
  padding: 0 5px;
  top: 15px !important;
  right: auto !important;
  left: -5px !important;
  margin: 0 !important;
  background-color: red;
}

.button.alt, .button.checkout, .checkout-button, .secondary {
  background-color: #d26e4b !important;
  font-size: 16px !important;
  line-height: 37px !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff !important;
  min-height: 2.5em;
  padding: 0 1.2em !important;
  border-radius: 0 !important;
}
.button.alt:hover, .button.checkout:hover, .checkout-button:hover, .secondary:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 1;
  outline: none;
}

.product {
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.24);
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}
.product .woocommerce-loop-product__link {
  width: 100%;
  position: relative;
}
.product .woocommerce-loop-product__link::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  background: #D8D8D8;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: none;
}
.product .woocommerce-loop-product__link .overlay {
  position: relative;
  aspect-ratio: auto 1/1;
  overflow: hidden;
}
.product .woocommerce-loop-product__link .overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  z-index: 1;
}
.product .woocommerce-loop-product__link .overlay img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  margin: 10px 10px 0;
  text-transform: capitalize;
  text-align: center;
}
.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 48rem) {
  .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 0.9375rem;
  }
}
.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 64rem) {
  .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    min-height: 40px;
  }
}
.product .woocommerce-loop-product__link .loop-stars-rating {
  display: none;
}
.product .woocommerce-loop-product__link .price {
  margin: 10px;
  padding-top: 10px;
  border-top: 1px dotted #ddd;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
  grid-gap: 5px;
  color: #000000 !important;
}
.product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
  line-height: 20px;
  font-weight: 700;
}
.product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
    font-size: 1rem;
  }
}
.product .button.product_type_variable {
  display: none !important;
}
.product .button.product_type_simple {
  background-color: transparent;
  color: #2F2F2F;
  border-radius: unset;
  position: relative;
  margin: 10px 15px 20px;
  padding: 0;
  display: none !important;
  align-items: center;
  font-weight: 600;
}
.product .button.product_type_simple {
  font-size: 0.75rem;
}
@media only screen and (min-width: 48rem) {
  .product .button.product_type_simple {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .product .button.product_type_simple {
    font-size: 1rem;
  }
}
.product .button.product_type_simple::after {
  display: inline-block;
  content: "\f105";
  margin-left: 5px;
  font-family: "Font Awesome 6 Pro";
}
.product .button.product_type_simple:hover {
  background-color: transparent;
  color: #2F2F2F;
}
@media only screen and (min-width: 64rem) {
  .product:hover {
    transform: translateY(-6px);
  }
}

section.archive-product {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.archive-product {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.archive-product {
    padding-top: 2.5rem;
  }
}
section.archive-product {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.archive-product {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.archive-product {
    padding-bottom: 2.5rem;
  }
}
section.archive-product .archive-product-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .archive-product-inner {
    flex-flow: row wrap;
    justify-content: center;
  }
}
section.archive-product .archive-product-inner .heading-title {
  display: none;
}
section.archive-product .archive-product-inner .breadcrumb-design .breadcrumb-nav #breadcrumbs li {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #777;
}
section.archive-product .archive-product-inner .breadcrumb-design .breadcrumb-nav #breadcrumbs li a.home {
  color: #777;
}
section.archive-product .archive-product-inner .breadcrumb-design .breadcrumb-nav #breadcrumbs li.current {
  color: #000000;
}
section.archive-product .archive-product-inner .archive-catalog-inner {
  display: flex;
  align-items: center;
  gap: 15px;
}
section.archive-product .archive-product-inner .archive-catalog-inner .woocommerce-result-count, section.archive-product .archive-product-inner .archive-catalog-inner .woocommerce-ordering {
  margin-bottom: 0;
  color: #777;
}
section.archive-product .archive-product-inner .archive-catalog-inner .woocommerce-result-count {
  white-space: nowrap;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .archive-product-inner .archive-catalog-inner .woocommerce-result-count {
    display: none;
  }
}
section.archive-product .archive-product-inner .archive-catalog-inner .woocommerce-ordering {
  width: 250px;
}
section.archive-product .archive-product-inner .archive-catalog-inner .woocommerce-ordering select {
  height: 35px;
  text-indent: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23333'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-chevron-down'%3e%3cpolyline%20points='6%209%2012%2015%2018%209'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: right 0.45em top 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  border-radius: 0;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  display: block;
  padding-right: 1.4em;
  font-size: 14px;
}
section.archive-product .content-col {
  width: 100%;
}
section.archive-product .grid-products {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products {
    flex-direction: column-reverse;
  }
}
section.archive-product .grid-products .products {
  width: 100%;
}
section.archive-product .grid-products .products .product {
  margin: 0;
}
section.archive-product .grid-products .products.columns-4 {
  display: grid;
  margin-bottom: 30px;
  grid-template-columns: repeat(4, 1fr);
}
section.archive-product .grid-products .products.columns-4 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.archive-product .grid-products .products.columns-4::before, section.archive-product .grid-products .products.columns-4::after {
  display: none;
}
section.archive-product .grid-products .products.columns-4 li.product {
  width: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .grid-products .products.columns-4 li.product {
    margin-bottom: 0;
  }
}
section.archive-product .grid-products .woocommerce-pagination {
  width: 100%;
}
section.archive-product .grid-products .woocommerce-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}
section.archive-product .grid-products .woocommerce-pagination ul.page-numbers li .page-numbers {
  width: 2.1875rem;
  height: 2.1875rem;
}
section.archive-product .grid-products .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background: #6c3a81;
  color: #ffffff;
}
section.archive-product .grid-products .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #6c3a81;
  color: #ffffff;
}

.single-product .section.singular.product {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .section.singular.product {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .section.singular.product {
    padding-top: 2.5rem;
  }
}
.single-product .section.singular.product {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .section.singular.product {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .section.singular.product {
    padding-bottom: 2.5rem;
  }
}
.single-product .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.single-product .flex-info .cell .breadcrumb-single-design .breadcrumb-nav {
  margin-bottom: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .flex-info .cell .breadcrumb-single-design .breadcrumb-nav {
    margin-bottom: 5px;
  }
}
.single-product .flex-info .cell .breadcrumb-single-design .breadcrumb-nav #breadcrumbs {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  flex-flow: row wrap;
}
.single-product .flex-info .cell .breadcrumb-single-design .breadcrumb-nav #breadcrumbs li {
  color: #000000;
  font-weight: 400;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  color: hsla(0, 0%, 40%, 0.7);
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .flex-info .cell .breadcrumb-single-design .breadcrumb-nav #breadcrumbs li {
    font-size: 12px;
  }
}
.single-product .flex-info .cell .breadcrumb-single-design .breadcrumb-nav #breadcrumbs li a {
  color: hsla(0, 0%, 40%, 0.7);
}
.single-product .flex-info .cell .breadcrumb-single-design .breadcrumb-nav #breadcrumbs li:not(:first-child)::before {
  content: "/";
  font-weight: 300;
  margin: 0 5px;
}
.single-product .flex-info .cell-left {
  position: relative;
}
@media only screen and (min-width: 64rem) {
  .single-product .flex-info .cell-left {
    flex: 0 0 calc(75% - 15px);
    max-width: calc(75% - 15px);
  }
  .single-product .flex-info .cell-left::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: -15px;
    top: 0;
    bottom: 0;
    background: #ececec;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .flex-info .cell-right {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
}
.single-product .flex-info .cell-right .cell-right-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.single-product .flex-info .cell-right .next-prev-thumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 30px;
}
.single-product .flex-info .cell-right .next-prev-thumbs {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .flex-info .cell-right .next-prev-thumbs {
    display: none;
  }
}
.single-product .flex-info .cell-right .next-prev-thumbs li {
  position: relative;
}
.single-product .flex-info .cell-right .next-prev-thumbs li a.button {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: transparent;
  border: 2px solid rgba(119, 119, 119, 0.4666666667);
}
.single-product .flex-info .cell-right .next-prev-thumbs li .nav-dropdown {
  position: absolute;
  opacity: 0;
  border: 2px solid #ddd;
  right: 0;
  top: 110%;
  transition: 0.4s;
}
.single-product .flex-info .cell-right .next-prev-thumbs li .nav-dropdown {
  width: 5.625rem;
  height: 5.625rem;
}
.single-product .flex-info .cell-right .next-prev-thumbs li .nav-dropdown a {
  display: block;
}
.single-product .flex-info .cell-right .next-prev-thumbs li .nav-dropdown a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product .flex-info .cell-right .next-prev-thumbs li:hover .nav-dropdown {
  opacity: 1;
}
.single-product .product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
.single-product .product-details .woocommerce-product-gallery-wrapper {
  width: 50%;
}
.single-product .product-details .woocommerce-product-gallery-wrapper {
  padding-right: 0;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper {
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper {
    padding-right: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper {
    width: 100%;
  }
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery {
  width: 100%;
  margin-bottom: 0;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images {
  margin-bottom: 15px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images:hover .swiper-button {
  opacity: 1;
  visibility: visible;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .image-popup {
  display: none;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .wpg__image.cover .res img {
  object-fit: cover;
  width: 100% !important;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button::before {
  font-size: 18px;
  border: 1px solid #6c3a81;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button.swiper-button-prev {
  left: 10px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button.swiper-button-next {
  right: 10px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button.swiper-button-next::before {
  transform: rotate(180deg);
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs {
  margin-bottom: 0;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-slide.active .colver {
  border-color: #04654a;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-slide .cover {
  border: 0.7px solid #DDDDDD;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-slide .cover .res {
  aspect-ratio: 1/1;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-slide .cover .res img {
  border-radius: 15px;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 2;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button {
  width: 2rem;
  height: 2rem;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button::before {
  font-size: 18px;
  border: 1px solid #6c3a81;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button.swiper-button-prev {
  left: 10px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button.swiper-button-next {
  right: 10px;
}
.single-product .product-details .entry-summary {
  float: none !important;
  width: 50% !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary {
    width: 100% !important;
    padding-top: 30px;
  }
}
.single-product .product-details .entry-summary .product_title {
  line-height: normal;
  color: #000000;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-product .product-details .entry-summary .product_title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .product_title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details .entry-summary .product_title {
    font-size: 1.6875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product_title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.single-product .product-details .entry-summary .product_title::after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 30px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary p.price {
    margin-bottom: 0;
  }
}
.single-product .product-details .entry-summary p.price .woocommerce-Price-amount {
  line-height: 24px;
  font-weight: 700;
}
.single-product .product-details .entry-summary p.price .woocommerce-Price-amount {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary p.price .woocommerce-Price-amount {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details .entry-summary p.price .woocommerce-Price-amount {
    font-size: 1.375rem;
  }
}
.single-product .product-details .entry-summary p.price .woocommerce-Price-amount bdi {
  position: relative;
}
.single-product .product-details .entry-summary p.price .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  position: absolute;
  font-size: 15px;
  top: -2px;
  right: -5px;
}
.single-product .product-details .entry-summary form.cart {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
.single-product .product-details .entry-summary form.variations_form table.variations thead, .single-product .product-details .entry-summary form.variations_form table.variations tbody, .single-product .product-details .entry-summary form.variations_form table.variations tfoot {
  border: unset;
  background-color: transparent;
}
.single-product .product-details .entry-summary form.variations_form table.variations tbody th, .single-product .product-details .entry-summary form.variations_form table.variations tbody td {
  padding: 0;
}
.single-product .product-details .entry-summary form.variations_form table.variations tr th.label {
  text-align: left;
}
.single-product .product-details .entry-summary form.variations_form table.variations tr th.label label {
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
}
.single-product .product-details .entry-summary form.variations_form table.variations tr th.label span.woo-selected-variation-item-name {
  display: none;
}
.single-product .product-details .entry-summary form.variations_form table.variations tr td.woo-variation-items-wrapper a.reset_variations {
  display: none;
}
.single-product .product-details .entry-summary form.variations_form table.variations tr td.woo-variation-items-wrapper ul.button-variable-items-wrapper li {
  background: #000000;
  color: #ffffff;
  border: unset;
  box-shadow: 0 0 0 1px rgb(33, 33, 33) inset;
  padding: 10px 20px;
  font-size: 13px;
}
.single-product .product-details .entry-summary .quantity {
  flex: 0 0 auto;
  margin: 0;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #ddd;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .quantity {
    margin-top: 10px;
  }
}
.single-product .product-details .entry-summary .sharing-toolbox {
  margin-top: 15px;
  flex-direction: unset;
}
.single-product .product-details .entry-summary .sharing-toolbox .social-share.share-vertical ul.share-actions {
  flex-direction: unset;
  justify-content: flex-start;
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs {
  position: relative;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs li {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0 7px;
  padding: 0;
  transition: background-color 0.3s;
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs li a {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.04);
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 2px solid #ddd;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: hsla(0, 0%, 40%, 0.85);
  transition: all 0.2s;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs .wc-tabs li a {
    font-size: 11px;
    padding: 5px;
  }
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs li:first-child {
  margin-left: 0 !important;
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs li.active a {
  border-top-color: #6c3a81;
  background-color: #fff;
  color: hsla(0, 0%, 7%, 0.85);
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs > li {
  margin: 0 0.1em -1px;
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 10px;
  }
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel h2:first-of-type {
  width: -webkit-fit-content;
  width: fit-content;
  background-color: #0058AA;
  color: #ffffff;
  font-size: 20px;
  line-height: normal;
  padding: 10px 30px;
  border-radius: 7px;
  margin-bottom: 20px;
  text-align: center;
  display: none;
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
  color: #555;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 20px;
    line-height: 26px;
  }
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) b, .single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) strong {
  font-weight: 400;
}
.single-product .product-after-summary .related-products {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .single-product .product-after-summary .related-products {
    padding-top: 3.75rem;
  }
}
.single-product .product-after-summary .related-products {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .single-product .product-after-summary .related-products {
    padding-bottom: 3.75rem;
  }
}
.single-product .product-after-summary .related-products .heading-title {
  color: #6c3a81;
  text-transform: uppercase;
  text-align: center;
}
.single-product .product-after-summary .related-products .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-after-summary .related-products .heading-title {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-after-summary .related-products .heading-title {
    font-size: 2rem;
  }
}
.single-product .product-after-summary .related-products .swiper-wrapper {
  padding-top: 10px;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide {
  width: 25%;
  padding: 0 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  width: 100%;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide img {
  width: 100%;
  transition: 0.4s;
  transform: scale(1);
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-button.swiper-button-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .single-product .product-after-summary .related-products .swiper-button.swiper-button-prev {
    left: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-button.swiper-button-next {
    right: -15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .single-product .product-after-summary .related-products .swiper-button.swiper-button-next {
    right: 0;
  }
}

.section.singular.product:hover {
  transform: unset !important;
}

.controls.input-number-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}
.controls.input-number-group button {
  width: 30px !important;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 1px solid #e1e1e1;
  color: #323433;
  outline: none;
  position: relative;
  font-size: 13px;
}
.controls.input-number-group button {
  width: 2.5rem;
  height: 2.5rem;
}
.controls.input-number-group input {
  height: 40px;
  border: 1px solid #e1e1e1;
  padding: 0 0 0 15px;
  width: 50px;
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 63.99875rem) {
  .controls.input-number-group input {
    padding: 0;
  }
}
.controls.input-number-group input:hover, .controls.input-number-group input:focus {
  border-color: rgba(210, 110, 75, 0.5);
}

#review_form_wrapper form.comment-form {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  grid-gap: 20px;
}
#review_form_wrapper form.comment-form p {
  margin-bottom: 0 !important;
}
#review_form_wrapper form.comment-form p.comment-notes, #review_form_wrapper form.comment-form p.comment-form-rating, #review_form_wrapper form.comment-form p.comment-form-comment, #review_form_wrapper form.comment-form .comment-form-cookies-consent, #review_form_wrapper form.comment-form .form-submit {
  flex: 0 0 100%;
  max-width: 100%;
}
#review_form_wrapper form.comment-form p.comment-form-comment {
  margin-top: -25px !important;
}
#review_form_wrapper form.comment-form p.comment-form-author, #review_form_wrapper form.comment-form p.comment-form-email {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 47.99875rem) {
  #review_form_wrapper form.comment-form p.comment-form-author, #review_form_wrapper form.comment-form p.comment-form-email {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#review_form_wrapper form.comment-form p.comment-form-author label, #review_form_wrapper form.comment-form p.comment-form-email label {
  font-size: 15px;
  margin-bottom: 5px;
}
#review_form_wrapper form.comment-form p.comment-form-author input, #review_form_wrapper form.comment-form p.comment-form-email input {
  width: 100%;
  height: 35px;
  text-indent: 5px;
  font-size: 14px;
}

.woocommerce-cart .section.section-page.singular .content {
  width: 100%;
}

@media only screen and (min-width: 64rem) {
  .woocommerce-cart .woocommerce {
    display: flex;
    flex-flow: row wrap;
  }
  .woocommerce-cart .woocommerce {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-cart .woocommerce table.shop_table th {
  padding: 8px 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #777;
  font-size: 14px;
}
.woocommerce-cart .woocommerce table.shop_table td {
  font-size: 14px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-remove {
  font-size: 12px;
  padding: 5px;
}
.woocommerce-cart .woocommerce table.cart img {
  width: 90px;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-cart .woocommerce table.shop_table td.product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.woocommerce-cart .woocommerce table.shop_table td.product-price,
.woocommerce-cart .woocommerce table.shop_table td.product-subtotal {
  font-weight: 600;
}
.woocommerce-cart .woocommerce table.shop_table td.actions {
  text-align: left;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-cart .woocommerce table.shop_table td.actions {
    display: flex;
    flex-flow: row wrap;
  }
  .woocommerce-cart .woocommerce table.shop_table td.actions {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.woocommerce-cart .woocommerce table.shop_table td.actions a.button-continue-shopping {
  border: 1px solid #6c3a81;
  color: #6c3a81;
  background: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-cart .woocommerce table.shop_table td.actions a.button-continue-shopping {
    text-align: center;
  }
}
.woocommerce-cart .woocommerce table.shop_table td.actions a.button-continue-shopping:hover {
  background: #6c3a81;
  color: #ffffff;
}
.woocommerce-cart .woocommerce table.shop_table td.actions button[name=update_cart] {
  background: #6c3a81;
  color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (min-width: 64rem) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    flex: 0 0 calc(60% - 15px);
    max-width: calc(60% - 15px);
  }
}
.woocommerce-cart .woocommerce .cart-collaterals {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 64rem) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    flex: 0 0 calc(40% - 15px);
    max-width: calc(40% - 15px);
  }
  .woocommerce-cart .woocommerce .cart-collaterals::before {
    position: absolute;
    content: "";
    left: -15px;
    width: 2px;
    height: 100%;
    background: #f0f0f0;
    top: 0;
    bottom: 0;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #777;
}
.woocommerce-cart .woocommerce .cart-collaterals .coupon .widget-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}
.woocommerce-cart .woocommerce .cart-collaterals .coupon input[name=coupon_code] {
  width: 100%;
  height: 40px;
  text-indent: 10px;
  font-size: 14px;
  border: 1px solid #f0f0f0;
}
.woocommerce-cart .woocommerce .cart-collaterals .coupon button[name=apply_coupon] {
  width: 100%;
  margin-top: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #666;
}
.woocommerce-cart .woocommerce .cart-collaterals .coupon button[name=apply_coupon]:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
  margin: 0;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout {
  display: flex;
  flex-flow: row wrap;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .col-set {
    flex: 0 0 calc(60% - 15px);
    max-width: calc(60% - 15px);
  }
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .col-set .billing-heading {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .col-set .woocommerce-additional-fields {
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
  position: relative;
}
@media only screen and (min-width: 64rem) {
  .woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    flex: 0 0 calc(40% - 15px);
    max-width: calc(40% - 15px);
  }
  .woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order::before {
    position: absolute;
    content: "";
    left: -15px;
    width: 2px;
    height: 100%;
    background: #f0f0f0;
    top: 0;
    bottom: 0;
  }
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order .billing-heading {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td {
  font-size: 14px;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td .product-name h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td .product-name > span {
  font-size: 13px;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td .product-name span.product-total {
  color: red;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td.product-title {
  font-size: 15px;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal .one-col {
  font-size: 14px;
  font-weight: 600;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal label {
  text-transform: math-auto;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal .woocommerce-Price-amount.amount {
  color: red;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total .one-col {
  font-size: 14px;
  font-weight: 600;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total label {
  text-transform: math-auto;
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total .woocommerce-Price-amount.amount {
  color: red;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment ul.payment_methods {
  padding: 0.5em;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment ul.payment_methods li input {
  margin: 0 0.5em 0 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment ul.payment_methods li label {
  font-size: 14px;
  top: -2px;
  position: relative;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment ul.payment_methods li .payment_box {
  padding: 0.5em;
  margin: 0.5em 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment ul.payment_methods li .payment_box p {
  font-size: 13px;
  line-height: 24px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .form-row.place-order {
  padding: 0.5em 1em;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .form-row.place-order button[name=woocommerce_checkout_place_order] {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}