/** $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 */
.onsale {
  display: none;
}

.product {
  position: relative;
  list-style: none;
  transition: 0.4s;
  line-height: 1;
}
.product .woocommerce-loop-product__link {
  width: 100%;
  position: relative;
}
.product .woocommerce-loop-product__link .overlay, .product .woocommerce-loop-product__link .custom-acf-thumbnail {
  position: relative;
  aspect-ratio: auto 1/1;
  overflow: hidden;
}
.product .woocommerce-loop-product__link .overlay::after, .product .woocommerce-loop-product__link .custom-acf-thumbnail::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 55.29%, rgba(0, 0, 0, 0.7) 100%);
}
.product .woocommerce-loop-product__link .overlay img, .product .woocommerce-loop-product__link .custom-acf-thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  z-index: 9;
}
.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: 48rem) {
  .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 27px !important;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 20px !important;
    line-height: 29px !important;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
.product .woocommerce-loop-product__link .price {
  display: none !important;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
  line-height: 100%;
  font-weight: 500;
  color: #282828;
}
@media only screen and (min-width: 48rem) {
  .product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
    font-size: 16px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
    font-size: 19px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
    font-size: 14px;
  }
}
.product .woocommerce-loop-product__link .price del {
  line-height: 1;
  text-decoration: none;
}
.product .woocommerce-loop-product__link .price del .woocommerce-Price-amount {
  color: #717171;
  text-decoration: line-through;
}
.product .woocommerce-loop-product__link .price ins {
  text-decoration: none;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #282828;
  line-height: 1;
}
@media only screen and (min-width: 48rem) {
  .product .woocommerce-loop-product__link .price ins .woocommerce-Price-amount {
    font-size: 19px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .product .woocommerce-loop-product__link .price ins .woocommerce-Price-amount {
    font-size: 21px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product .woocommerce-loop-product__link .price ins .woocommerce-Price-amount {
    font-size: 15px;
  }
}
.product .woocommerce-loop-product__link .loop-stars-rating {
  display: none !important;
}
.product .woocommerce-loop-product__link .woocommerce-product-content {
  color: #ffffff;
  padding-top: 15px;
  margin-top: 15px;
  position: relative;
  text-align: center;
  font-size: 15px;
  display: none;
}
@media only screen and (min-width: 48rem) {
  .product .woocommerce-loop-product__link .woocommerce-product-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .product .woocommerce-loop-product__link .woocommerce-product-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product .woocommerce-loop-product__link .woocommerce-product-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
}
.product .woocommerce-loop-product__link .woocommerce-product-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: url("../img/icon-line.png") center center;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  right: 0;
}
.product .woocommerce-loop-product__link .woocommerce-product-content p {
  line-height: 26px;
}
.product ._buttons_design {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.product ._buttons_design .button {
  background: transparent !important;
  background-color: transparent !important;
  color: #454545;
  font-weight: 600;
  padding: 0;
  display: inline-flex !important;
}
@media only screen and (min-width: 48rem) {
  .product ._buttons_design .button {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .product ._buttons_design .button {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product ._buttons_design .button {
    font-size: 14px;
    line-height: 18px;
  }
}
.product ._buttons_design .button strong {
  font-weight: 600;
  color: red;
}
@media only screen and (min-width: 48rem) {
  .product ._buttons_design .button.view-price span {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .product ._buttons_design .button.view-price span {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product ._buttons_design .button.view-price span {
    margin-right: 5px;
  }
}
.product .button.view-details {
  text-decoration: underline;
}
.product .button.view-details:hover {
  color: #F37121;
}
.product .added_to_cart.wc-forward {
  display: none;
}
.product .button.product_type_simple, .product .button.buy-now-button {
  border-radius: unset;
  position: relative;
  align-items: center;
  font-weight: 600;
  border: 0.6px solid #000000;
  text-align: center;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  border-radius: 25px;
  margin: 10px 0 15px;
  padding: 10px 20px;
  display: inline-flex;
  justify-content: center;
  background: transparent;
}
.product .button.product_type_simple, .product .button.buy-now-button {
  font-size: 0.75rem;
}
@media only screen and (min-width: 48rem) {
  .product .button.product_type_simple, .product .button.buy-now-button {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .product .button.product_type_simple, .product .button.buy-now-button {
    font-size: 0.875rem;
  }
}
.product .button.product_type_simple:hover, .product .button.buy-now-button:hover {
  background: #F37121;
  color: #ffffff;
}
.product .button.product_type_simple {
  display: none !important;
}
.product:hover {
  background: #ffffff;
}
.product:hover .woocommerce-loop-product__link .woocommerce-loop-product__title {
  color: #F37121;
}
.product:hover .woocommerce-loop-product__link .woocommerce-product-content {
  color: #000000;
}
.product:hover .woocommerce-loop-product__link .woocommerce-product-content::before {
  background: url("../img/icon-line2.png") center center;
  background-size: 100% 100%;
}
.product:hover .button {
  color: #ffffff;
  background: transparent;
}
.product:hover .button strong {
  color: #ffffff;
}
.product:hover .button span {
  color: #ffffff;
}
.product:hover .button.view-details {
  color: #ffffff;
}

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: 3.75rem;
  }
}
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: 3.75rem;
  }
}
section.archive-product ._shop_title {
  text-align: center;
  margin-bottom: 30px;
}
section.archive-product .grid-products {
  display: flex;
  flex-flow: row wrap;
}
section.archive-product .grid-products .sidebar-col {
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .grid-products .sidebar-col {
    display: none;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .sidebar-col {
    display: block;
    width: 100%;
    height: auto;
  }
}
section.archive-product .grid-products .sidebar-col .sidebar-col-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  border: 0.5px solid #000000;
  background: #ffffff;
}
section.archive-product .grid-products .sidebar-col .widgets-title {
  font-size: 25px;
  line-height: 43px;
  font-weight: 700;
  background: #F37121;
  color: #ffffff;
  padding: 20px 15px 15px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .sidebar-col .widgets-title {
    font-size: 17px;
    line-height: 24px;
  }
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu {
  padding: 5px;
  display: grid;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li a {
  width: 100%;
  position: relative;
  color: #1D1D1D;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  padding: 15px;
  background: #F2F2F2;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li a {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li a:hover {
  background: #16A0BB;
  color: #ffffff;
  font-weight: 600;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li a[aria-current=page] {
  background: #16A0BB;
  color: #ffffff;
  font-weight: 600;
}
section.archive-product .grid-products .content-col {
  width: 75%;
}
section.archive-product .grid-products .content-col {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  section.archive-product .grid-products .content-col {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .grid-products .content-col {
    width: 100%;
    order: -1;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .content-col {
    padding-bottom: 30px;
  }
}
section.archive-product .grid-products .woocommerce-result-count, section.archive-product .grid-products .woocommerce-ordering {
  display: none;
}
@media only screen and (min-width: 48rem) {
  section.archive-product .grid-products .products {
    display: grid;
    width: 100%;
    margin-bottom: 0;
    grid-template-columns: repeat(3, 1fr);
  }
  section.archive-product .grid-products .products {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .grid-products .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .products {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
section.archive-product .grid-products .products::before {
  content: none;
}
section.archive-product .grid-products .products li.product {
  float: none;
  margin: 0;
  padding: 0;
  transition: 0.4s;
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .products li.product {
    margin-bottom: 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.archive-product .grid-products .products li.product:last-child {
    margin-bottom: 0;
  }
}
section.archive-product .grid-products .products li.product .overlay {
  background: transparent;
  aspect-ratio: auto 1/1;
}
section.archive-product .grid-products .products li.product .overlay img {
  margin: 0;
}
section.archive-product .grid-products .products li.product ._buttons_design {
  display: block;
  padding: 0 15px 30px;
}
section.archive-product .grid-products .products li.product ._buttons_design a {
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0.5em;
  font-size: 15px;
}
section.archive-product .grid-products .products li.product ._buttons_design a::after {
  display: inline-block;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
}
section.archive-product .grid-products .products li.product ._buttons_design a:hover {
  color: #F37121 !important;
}
section.archive-product .grid-products .products li.product .woocommerce-product-content {
  display: none;
}
section.archive-product .grid-products .products li.product button.product_type_simple {
  display: none !important;
}
section.archive-product .grid-products .products li.product:hover .button.view-details {
  color: #515151;
}
section.archive-product .recently-viewed {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.archive-product .recently-viewed {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.archive-product .recently-viewed {
    padding-top: 3.75rem;
  }
}
section.archive-product .recently-viewed {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  section.archive-product .recently-viewed {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.archive-product .recently-viewed {
    padding-bottom: 1.25rem;
  }
}
section.archive-product .recently-viewed .heading-title {
  margin-bottom: 40px;
}
section.archive-product .recently-viewed .product:hover {
  border: 1px solid #F37121;
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  border: 1px solid #A3A3A3;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
    display: none;
  }
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button::before {
  font-size: 18px;
  font-weight: 300;
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: -25px;
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 60px;
  }
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev::before {
  content: "\f060";
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: -25px;
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: 60px;
  }
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next::before {
  content: "\f061";
}
section.archive-product .recently-viewed .swiper-container .swiper-controls {
  height: 0;
}
section.archive-product .recently-viewed .swiper-container .swiper-pagination {
  bottom: -20px;
  margin-top: 0;
  line-height: 1;
}

.single-product .singular.products {
  background: #FAFAFA;
}
.single-product .product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-product .product-details {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.single-product .product-details {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details {
    padding-top: 3.75rem;
  }
}
.single-product .product-details {
  padding-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details {
    padding-bottom: 3.75rem;
  }
}
.single-product .product-details .flex-info {
  width: 100%;
  justify-content: space-between;
}
.single-product .product-details .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.single-product .product-details .woocommerce-product-gallery-wrapper {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper {
    width: 100%;
  }
}
.single-product .product-details .woocommerce-product-gallery-wrapper figure {
  margin: 0;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery {
  width: 100%;
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images {
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
}
.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 {
  aspect-ratio: 4/3;
}
.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;
  height: 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;
  z-index: 2;
  transform: unset;
}
.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;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.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 #000000;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button::before {
    font-size: 14px;
  }
}
.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.swiper-slide-thumb-active .cover {
  border-color: #F37121;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-slide .cover {
  border: 0.5px solid #CCCCCC;
  border-radius: 10px;
  background: #ffffff;
}
.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 {
  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;
  z-index: 2;
  transform: unset;
}
.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;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button {
    width: 1.6875rem;
    height: 1.6875rem;
  }
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button::before {
  font-size: 15px;
  border: 1px solid;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button::before {
    font-size: 12px;
  }
}
.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: calc(50% - 15px) !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-details .entry-summary {
    width: 100% !important;
  }
}
.single-product .product-details .entry-summary .product_title {
  color: #113C87;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 15px;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .product_title {
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-details .entry-summary .product_title {
    font-size: 27px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-details .entry-summary .product_title {
    padding-top: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product_title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.single-product .product-details .entry-summary .sharing-toolbox {
  display: none;
}
.single-product .product-details .entry-summary .price {
  display: flex !important;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .price {
    margin-bottom: 10px;
  }
}
.single-product .product-details .entry-summary .price .woocommerce-Price-amount {
  line-height: 100%;
  font-weight: 700;
  color: #C70000;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .price .woocommerce-Price-amount {
    font-size: 16px;
  }
}
.single-product .product-details .entry-summary .price .price-label {
  order: -1;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #424242;
  display: inline-block;
  margin-right: 5px;
}
.single-product .product-details .entry-summary .price .price-contact {
  display: flex;
  align-items: center;
}
.single-product .product-details .entry-summary .price .price-contact strong {
  color: #C70000;
  margin-left: 5px;
}
.single-product .product-details .entry-summary .price del {
  line-height: 1;
  text-decoration: none;
  order: 3;
}
.single-product .product-details .entry-summary .price del .woocommerce-Price-amount {
  color: #717171;
  font-weight: 400;
  text-decoration: line-through;
}
.single-product .product-details .entry-summary .price ins {
  text-decoration: none;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #717171;
  line-height: 1;
  order: 2;
}
.single-product .product-details .entry-summary .price ins .woocommerce-Price-amount {
  color: #C70000;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .price ins .woocommerce-Price-amount {
    font-size: 20px;
  }
}
.single-product .product-details .entry-summary .woocommerce-product-rating {
  display: none !important;
}
.single-product .product-details .entry-summary .product-brand-sku {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  color: #727272;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-details .entry-summary .product-brand-sku {
    flex-flow: row wrap;
    gap: 10px;
    grid-gap: 10px;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details .entry-summary .product-brand-sku span {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #D7D7D7;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-details .entry-summary .product-brand-sku span {
    display: block;
  }
}
.single-product .product-details .entry-summary .product-brand-sku span:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: unset;
}
.single-product .product-details .entry-summary .product-brand-sku .custom-rating .woocommerce-product-rating {
  display: block !important;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product-brand-sku .custom-rating .woocommerce-product-rating {
    width: 100%;
  }
}
.single-product .product-details .entry-summary .product-brand-sku .custom-rating .woocommerce-review-link {
  white-space: normal;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.single-product .product-details .entry-summary .product-brand-sku strong {
  color: #031903;
  font-weight: 500;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description {
  font-weight: 400;
  margin-bottom: 20px;
  color: #3D3D3D;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description {
    font-size: 14px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description {
    font-size: 16px;
  }
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title {
  margin-bottom: 15px;
  color: #F37121;
  font-weight: 700;
  display: none;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title i {
  background: #F37121;
  padding: 3px 4px;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 8px;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title {
    font-size: 16px;
  }
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description p {
  line-height: 26px;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description strong {
  font-weight: 600;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ul {
  padding-left: 15px;
  margin: 0;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ul li {
  margin-bottom: 10px;
  list-style: disc;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ul li:last-child {
  margin-bottom: 0;
}
.single-product .product-details .entry-summary .product_advantages_policy {
  margin-bottom: 20px;
}
.single-product .product-details .entry-summary .product_advantages_policy .section_title {
  background: #F37121;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 23px;
  font-size: 17px;
  display: inline-flex;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .section_title {
    padding: 10px 10px 9px;
    font-size: 16px;
    line-height: 20px;
  }
}
.single-product .product-details .entry-summary .product_advantages_policy ul {
  margin: 0;
  padding: 0;
}
.single-product .product-details .entry-summary .product_advantages_policy ul::before, .single-product .product-details .entry-summary .product_advantages_policy ul::after {
  display: none;
}
.single-product .product-details .entry-summary .product_advantages_policy .advantages_box {
  margin-bottom: 20px;
}
.single-product .product-details .entry-summary .product_advantages_policy .advantages_box .advantages_list {
  border: 0.5px solid #D5D5D5;
  border-radius: 6px;
  padding: 20px;
  background: #ffffff;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .advantages_box .advantages_list {
    font-size: 14px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .advantages_box .advantages_list {
    font-size: 16px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .advantages_box .advantages_list {
    padding: 10px;
  }
}
.single-product .product-details .entry-summary .product_advantages_policy .advantages_box .advantages_list li {
  position: relative;
  margin-bottom: 15px;
  display: flex;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .advantages_box .advantages_list li {
    align-items: baseline;
  }
}
.single-product .product-details .entry-summary .product_advantages_policy .advantages_box .advantages_list li::before {
  display: inline-block;
  content: "";
  margin-right: 8px;
  color: #6CD00B;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAsCAYAAAAuCEsgAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAN7SURBVHgB3ZlRUtpQFIb/m2BHpZ2hO7ArEHaAKyhdgfpacUzf+gasQBxtX7UrkK5A3voY2YFLYKZlpiPg6TkJYUBzk9xAEuw342hiAvlzzj3nz4nCf4DjVioTTKr8ZwOK9kEYKLxSRMwU4wYpHPKmiKrwz5AInW+1UffVCWu6b+tK0SFJdHwxAf0STY+7tb8PsvEqhEl0xhgfKYWPvFl/9u95lBZ3brQwb+1Yj2cg5WA5OgFLUVpkY4WduuUjXj/nCBcEFtu5qv1p687fOGGyhriytfAy5Tz4gh+mhE/fa6P7qM8pYUPwqpw1bhGRoz2I1IWNUvuyNhzGfNxmRMxxt/cmsHt8NfuaQ4ZPhC8cpRskpHBhzcEOFwerDc1aktSzaXoQViCisFAgp4PyOYuSMh1eIEA9m7ZqpqKEQiLmlXE1voWmQHjweuKq5yAlNnJG1tNU0S/4Nigcv5R/xQrkGjFflH3HdmhPe1BMf0pKbsLyFCVoi4fXKNdE3qKEUGHNwW6Lu/+dV7VWJJEorn7rFCW8ENZ03zX47rW9ryM4J4PyIVLiuYkYUdKnSvTmGGvGWr6Q7T2op+ulLyZ0P7vlKlIwUY/X0ZHC0G++8RbJlLmwIGXwsllWbIVbufswwEtnqEbUMWKT0jTfJMyFTZStvbuyf9ZQE+HbJD+ddXAK3ph4P1Ms/0J2tY8JC9STFBMvnX2bpGXm/zrIECvJ3Q3wiom7o7U5C+kcCT9PdbJKwQBLkWXkx5SyWrpiMobdjikWmadggEWge8NzZsWEU24BSWflj8IiyToFAyzpIZLzJif5xcSeFxN/XcWns0Qr6xQMsKSHEKk0DbIaFJMk6wp+z8olWsLcBLM37HI3PoM5ksqxDVyidVkdrd1h6Jj3sRJKbdOUnJHIleQZLWEuTFJSxlrIgDzXVsCSV/Rmdfz4gDWTd7SE0AfN5n1ZikEd66F/VR0dIGdCn8dkHs6/1uK42ej+QAFoRwMnbtlR/ux8FYYcrfcoAO1oYPZapo8V4LvWQ0FEDkxXTUlu/IWkoRApzCvRZKVqqtITeY7RR0HEjrivar97lKYAqOLSUEg0u9/ClmPqSuyn6QUKJJEwY6PMTT5vp/Eco0lwEqMskWWz+wEFY/QaKc4oB++ysAEYCYtMSXmNmvJdVhYYpWJA4EokQiz0J+/qFVnaw/gHQdqFQo1pAMgAAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  flex: 0 0 27px;
  max-width: 27px;
  width: 27px;
  height: 22px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .advantages_box .advantages_list li::before {
    flex: 0 0 17px;
    max-width: 17px;
    width: 17px;
    height: 12px;
  }
}
.single-product .product-details .entry-summary .product_advantages_policy .advantages_box .advantages_list li:last-child {
  margin-bottom: 0;
}
.single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list {
  border: 0.5px solid #D5D5D5;
  border-radius: 6px;
  padding: 20px;
  display: grid;
  background: #ffffff;
  grid-template-columns: repeat(2, 1fr);
}
.single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list {
    font-size: 14px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list {
    font-size: 16px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list {
    padding: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list li {
  display: flex;
  align-items: center;
}
.single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list li {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list li ._images {
  margin: 0;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list li ._images {
    flex: 0 0 35px;
    max-width: 35px;
  }
  .single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list li ._images {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list li ._images {
    flex: 0 0 40px;
    max-width: 40px;
  }
  .single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list li ._images {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list li ._images {
    flex: 0 0 30px;
    max-width: 30px;
  }
  .single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list li ._images {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list li ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .product_advantages_policy .policy_box .policy_list li ._title {
    line-height: 18px;
  }
}
.single-product .product-details .entry-summary .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 0.5px solid #D5D5D5;
  background: #ffffff;
  border-radius: 7px;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #424242;
  order: 1;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .quantity {
    font-size: 16px;
  }
}
.single-product .product-details .entry-summary .quantity .custom-stock-status {
  margin-bottom: 0 !important;
}
.single-product .product-details .entry-summary .quantity .controls.input-number-group {
  order: -1;
  padding: 0 !important;
}
.single-product .product-details .entry-summary .quantity .controls.input-number-group::before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #424242;
  display: inline-block;
}
.single-product .product-details .entry-summary .quantity .controls.input-number-group input {
  font-weight: 600;
}
.single-product .product-details .entry-summary .quantity .controls.input-number-group i {
  font-weight: 400;
  color: #424242;
}
.single-product .product-details .entry-summary form.cart {
  display: flex;
  flex-flow: row wrap;
}
.single-product .product-details .entry-summary form.cart {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.single-product .product-details .entry-summary form.cart .button.buy-now-button {
  order: 2;
  flex: 1;
  height: 70px;
  background: #F37121;
  border-radius: 7px;
  border: 1px solid transparent;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  transition: 0.4s;
  flex: 0 0 calc(100% - 83px);
  max-width: calc(100% - 83px);
}
.single-product .product-details .entry-summary form.cart .button.buy-now-button span {
  display: block;
  width: 100%;
}
.single-product .product-details .entry-summary form.cart .button.buy-now-button span:nth-child(1) {
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary form.cart .button.buy-now-button span:nth-child(1) {
    font-size: 17px;
  }
}
.single-product .product-details .entry-summary form.cart .button.buy-now-button span:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
}
.single-product .product-details .entry-summary form.cart .button.buy-now-button:hover {
  background: transparent;
  color: #F37121;
  border: 1px solid #F37121;
}
.single-product .product-details .entry-summary form.cart button.single_add_to_cart_button {
  order: 3;
  flex: 0 0 73px;
  max-width: 73px;
  height: 70px;
  border-radius: 7px;
  padding: 5px;
  font-weight: 400;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  color: #E68312;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #E68312;
  transition: 0.4s;
  font-size: 12px;
  font-weight: 700;
}
.single-product .product-details .entry-summary form.cart button.single_add_to_cart_button::before {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAA9CAYAAADhwEQLAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAcPSURBVHgB5VxdVhs3FL5XMm3e4kNyehpK2skKAivArKDJCqArSPKcOHHC6XNhBYEV1KwgZgWBFTA9ScNDC3Xf2mNLt7rGwEgjzb+bYL4XGFnz42+kq+9+V4AnW3c2iKgHCBHkgAAOJcDut92zHbhBwE9vFo+LEOQg/lfp1Qe94RBuAIQhqA3lEd2S8he4IRBa6HXz8xBKgoA2j3vtKgRfO2DRjie9dkRSvDe/XhFD8Gzp5dk2zDlE0Y73esOYNOxbjYg/wg1AYZImnREHdgut3IQpV4qkf7TqO03tloQVmHOUIul8ybdHE2r5COYcpUhikKYD6wKC5j4ulSZJCzFwmiJe+WCOUZqk+90/B+aHpbSVkB2YYxTWSUn8/npxFwVsOJcawOfHEIFqp0qK8EBqNWDZw8eVSDp5c2eTkN7CfCPWQj5efv7HYSWSWBt9LcVfMP8YmkT+QemYxPBJgTlF+2shNltQESwFTFzqJJpiBeKnvPMkaHYPrgQo0YEGsZt3nnCmtwDqj0nsZ55EtCIEPLHaEJ5pjcG4Za77KmkdacKoMkksBcwXfpVoisZqfJjnMRn/as88xBVJiLeXu6e7kINPW4sWSUrj0fKr7PPMvZ7aLThYenG6nXMfywIyLyeuNN0YPimwIPLV9xgxdpoimBGIHK+M9N9Z/T/+3OaXZ52jUB9WJomhNewljwXoXJIWlHK9q/bMxKhEK6/UJOLM7kq6eejwfnc4qEUSCWEnvIhrea7AhfZIQkEldzQXSHA7ecxTJ6u/FuC8ZJy80FokcQwCe8oVcwUIYutYyBk5CWRdl6dOVm/U9NA+nSYLQy2SplLg0L5RflwigUd2Q/N2y3REWyMUFQQXlQ+9ux23IHJBai2SJpiyfQHjCmzknqLsYS9QR9AwFhbSC8JybxgcSeYZOk7TJB5NPoOaQK1TRtyHrXYn6xyBznRDfAgNQ2sZOU3ZxQ4nyCdnSKW0xIWndhebCw9C/QnQ9KVOoik1bT1nJfublQqOJML7YG8Cd/qY5Bf63r5AZlriI6fxsshRWUyC/cD7ZnQklW1kqr2b4TPIbWi7JOTB3O+huUp4BKZffzv8TOnOySBfPyaBRwpcf1zGI0YjJPnU9/WGPfUbmW4MQjxAsvzuzITXTXQ5YR2B3Mno/y55nJngCmoLAisH04A7Jhb2A9f+Fayiq71iN0aS0NAnhCRJmQmvcTf3jYtwSZKJa3j/5WREemEST+s4K8GdaB6prTap1LZP7U8r06l8LXncyHRjeGpy8JUMe9/CTXQblAEkyU1zhj6CGCPpz9eSDY2R5DPizJQIlpuUTCW6UVPVYKkpqHlSfcGfryXRGEkMtyZHqQe4wmjkCEqDW00luo4wNMWBONTVfObN15JolCRPTS6ovqexyopXWjaT6JoF5Afruhp+8/WbWjS5SXCjJPmkgNCik3FKnDwwXy6CZhBZR8I/3YrEo8np0DDc7TkocC3YF9F6w+wnQ034sn8NyrvCFolHjMZJ8mzP6YSm3CzcgBa0UlN2rNLJLU81M3LtF+iJR4xGElwGa5OW1BuexHL6AOlAPd2vWTVYD801h4WuWfDeWulVn51Sm6RzMSbflk1Qvzxgf6l7+tj3SS3FPSFICJMuNBZwPxdiVOpZ6MO6hYB3FfaAfzkw09Boude8Jz2kyBmVR9K5J2wHWk4iR0r15m0TfGWSXE/YBLddU4l9CnOIxiRASNXOAyqTlMriBczt3snKEiCwR4k3xO/BNQKR7meVmhi1dNLHrcVtMxSfwDWHAr3uy9kuUCsmjZTuQYU/3vnSkJOE1y9zL3XPVllrwDUGtWQ/6/PGcjdW32w9sCsoBFz6Of5aFw6Mp71nSuJtI66eeARpsJAYgqfgeXGvvjEDj8xwMAktrKXuhaYI+SL7L60aI8mHqcl+nGzjUfdd96yXbPu0deedW9HlDZ1lRKlvR3BL6NVvnl8F5cs0KrndT+OOKShk6rvGrZIkxtCK7BYcuAQxFKA7XdsLJXfAKSLHsoXdJEEMTj3GiFaOZkbzGuRgpiS1hJ34hrzmlhqn20vuWULX9giIWyFU7DTlWjUzJWmEtt9zHjd8T5EuPRGmvkwmyLGNQ45oestfag9nCjMlKb0/kjonbxaTO3YniTLxtmAHPjcxC6ntPKF7IVmV3axKylWfGcMTlBnx1E/27ibheHKve5a7JzyJaQZwDOnpE2feyywQWTYJY6YjieEJyozIPPCjgJsZmxp2ad01WQkRSt2LV9o8ghgzJ4nLTGNAtkWLLOfGIdTrRR7cB9Y7GqDQf7/wSZEQZk4S4/vuad98eVbmoeR3yIZdnkNYBMvds6csEL3m/wQ4UCDWixI0OQP+ZySVOUpDjsbhSKv+LNzMD1t3OxL1CiloE1s7Uh0uPx+WzjX/AzLyDj/oEtCZAAAAAElFTkSuQmCC") no-repeat;
  background-size: contain;
  width: 31px;
  height: 25px;
  margin-bottom: 5px;
}
.single-product .product-details .entry-summary form.cart button.single_add_to_cart_button:hover {
  background: #E68312;
  color: #ffffff;
}
.single-product .product-details .entry-summary form.cart button.single_add_to_cart_button:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.single-product .product-details .entry-summary .hb_after_button {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.single-product .product-details .entry-summary .hb_after_button {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .hb_after_button {
    flex-flow: row wrap;
  }
}
.single-product .product-details .entry-summary .hb_after_button ._after-button {
  position: relative;
  background: #F37121;
  display: flex;
  align-items: center;
  border-radius: 7px;
  padding: 10px 25px;
  transition: 0.4s;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button ._images {
  width: 2.8125rem;
  height: 2.8125rem;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button ._title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button:hover {
  transform: translateY(-5px);
}
.single-product .product-details .entry-summary .hb_after_button ._after-button a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.single-product .product-after-summary .woocommerce-tabs {
  background-color: #ffffff;
  border: 1px solid #A9A9A9;
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs {
    padding: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs {
    padding: 10px;
  }
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs {
  position: relative;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs .wc-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs::before, .single-product .product-after-summary .woocommerce-tabs .wc-tabs::after {
  display: none;
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs li {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0 !important;
  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 25px;
  border: unset;
  color: #000000;
  transition: all 0.2s;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  border-radius: 8px;
  background: #FAFAFA;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs .wc-tabs li a {
    font-size: 14px;
    padding: 8px 15px;
  }
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs li a:hover {
  background-color: #F37121;
  color: #ffffff;
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs li.active a {
  background-color: #F37121;
  color: #ffffff;
}
.single-product .product-after-summary .woocommerce-tabs .wc-tabs > li {
  margin: 0 0.1em -1px;
}
.single-product .product-after-summary .woocommerce-tabs .tab_title {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 10px 25px;
  border: unset;
  background-color: #F37121;
  color: #ffffff;
  transition: all 0.2s;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  border-radius: 5px;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs .tab_title {
    padding: 8px 15px;
    margin-bottom: 10px;
  }
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-tabs-panel p {
  line-height: 26px;
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-tabs-panel p:not(:last-child) {
  margin-bottom: 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: 48rem) {
  .single-product .product-after-summary .related-products {
    padding-top: 2.5rem;
  }
}
@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: 4.0625rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-after-summary .related-products {
    padding-bottom: 4.6875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-after-summary .related-products {
    padding-bottom: 5.625rem;
  }
}
.single-product .product-after-summary .related-products .heading-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .heading-title {
    margin-bottom: 20px;
  }
}
.single-product .product-after-summary .related-products .swiper-container {
  margin: -10px -6px;
}
.single-product .product-after-summary .related-products .swiper-container .w-swiper {
  padding: 10px 6px;
}
.single-product .product-after-summary .related-products .swiper-controls {
  height: 0;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product {
  float: none;
  margin: 0;
  padding: 0;
  transition: 0.4s;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product .overlay {
  background: transparent;
  aspect-ratio: auto 4/3;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product .overlay img {
  margin: 0;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product .overlay::after {
  display: none;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product .woocommerce-loop-product__title {
  position: unset;
  font-weight: 700;
  background: #F37121;
  margin-top: 5px;
  padding: 15px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product .woocommerce-loop-product__title {
    font-size: 17px !important;
    line-height: 26px !important;
    min-height: 67px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product .woocommerce-loop-product__title {
    min-height: 59px;
  }
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price {
  display: inline-flex !important;
  background: #F37121;
  color: #ffffff;
  flex-direction: unset;
  padding: 5px 10px 20px;
  width: 100%;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price strong {
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price strong {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price strong {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price strong {
    font-size: 15px !important;
  }
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .price-label, .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .price-contact {
  order: -1;
  font-size: 14px;
  margin-right: 5px;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .price-label, .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .price-contact {
    font-size: 12px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .price-label, .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .price-contact {
    font-size: 14px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .price-label, .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .price-contact {
    font-size: 12px;
  }
}
@media only screen and (min-width: 48rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .price-label {
    display: none;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .price-label {
    display: block;
  }
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .woocommerce-Price-amount {
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .woocommerce-Price-amount {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .woocommerce-Price-amount {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price .woocommerce-Price-amount {
    font-size: 15px !important;
  }
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price del {
  order: 3;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price del .woocommerce-Price-amount {
  font-weight: 400;
  color: #FAFAFA;
  font-size: 12px !important;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product span.price ins {
  order: 2;
  border-right: 1px solid #ffffff;
  padding-right: 5px;
  margin-right: 5px;
  text-decoration: unset;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product ._buttons_design {
  display: block;
  padding: 0 15px 20px;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product ._buttons_design a {
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 15px;
  text-decoration: unset;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product ._buttons_design a::after {
  display: inline-block;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product ._buttons_design a:hover {
  color: #F37121 !important;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product .woocommerce-product-content {
  display: none;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product button.product_type_simple {
  display: none !important;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product:hover .woocommerce-loop-product__link .woocommerce-loop-product__title {
  text-decoration: underline;
  color: #ffffff;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide .product:hover .button.view-details {
  color: #515151;
}
.single-product .product-after-summary .related-products .swiper-button {
  border: 1px solid transparent !important;
  background: transparent !important;
  transform: unset;
}
.single-product .product-after-summary .related-products .swiper-button {
  width: 2.8125rem;
  height: 2.8125rem;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-after-summary .related-products .swiper-button {
    display: none !important;
  }
}
.single-product .product-after-summary .related-products .swiper-button::before {
  opacity: 1;
  line-height: 20px;
  color: #000000;
  font-weight: 300;
}
.single-product .product-after-summary .related-products .swiper-button::before {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-after-summary .related-products .swiper-button::before {
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-after-summary .related-products .swiper-button::before {
    font-size: 2.1875rem;
  }
}
.single-product .product-after-summary .related-products .swiper-button:hover {
  border: 1px solid #F37121 !important;
}
.single-product .product-after-summary .related-products .swiper-button:hover::before {
  color: #ffffff;
}
.single-product .product-after-summary .related-products .swiper-button.swiper-button-prev {
  left: -50px !important;
}
.single-product .product-after-summary .related-products .swiper-button.swiper-button-next {
  right: -50px !important;
}
.single-product .product-after-summary .related-products .swiper-controls {
  height: 0;
}
.single-product .product-after-summary .related-products .swiper-pagination {
  bottom: -15px;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-after-summary .related-products .swiper-pagination {
    bottom: 0;
  }
}
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet {
  background-color: #868686;
  box-shadow: 0 0 0 0px transparent;
  opacity: 1;
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active-next,
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active-next-next,
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active-prev,
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active-main,
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #868686 !important;
  box-shadow: 0 0 0 0 transparent !important;
  outline: 1px solid #808080;
  outline-offset: 2px;
}

.woocommerce-pagination {
  width: auto;
}
.woocommerce-pagination ul.page-numbers {
  display: flex !important;
  margin: 0 !important;
  flex-wrap: wrap !important;
  border: unset !important;
}
.woocommerce-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce-pagination ul.page-numbers {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.woocommerce-pagination ul.page-numbers li {
  font-weight: 400;
  height: 35px;
  padding: 0;
  min-width: 35px;
  width: auto;
  line-height: normal;
  overflow: hidden;
  background: transparent;
  font-size: 16px;
  border-right: unset !important;
}
.woocommerce-pagination ul.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li .current {
  height: 100%;
  width: 100%;
  line-height: inherit;
  aspect-ratio: 1/1;
  padding: 0;
  font-weight: 500;
  border: 1px solid transparent;
}
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce-pagination ul.page-numbers li a:hover, .woocommerce-pagination ul.page-numbers li span:hover {
  border: 1px solid #4C4C4C;
  color: #000000 !important;
  background: transparent !important;
}
.woocommerce-pagination ul.page-numbers li svg {
  height: 20px;
}
.woocommerce-pagination ul.page-numbers li i {
  font-style: normal;
}
.woocommerce-pagination ul.page-numbers li a.prev {
  padding: 0 !important;
  border: 1px solid #4C4C4C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-pagination ul.page-numbers li a.prev i::before {
  content: "\f060";
}
.woocommerce-pagination ul.page-numbers li a.next {
  padding: 0 !important;
  border: 1px solid #4C4C4C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-pagination ul.page-numbers li a.next i::before {
  content: "\f061";
}
.woocommerce-pagination ul.page-numbers li.current,
.woocommerce-pagination ul.page-numbers li .current {
  color: #000000 !important;
  background: transparent !important;
  border: 1px solid #4C4C4C;
  font-weight: 500;
}

/** */
@media only screen and (max-width: 63.99875rem) {
  .product-after-summary {
    margin-top: 30px;
  }
}
.product-after-summary .tabs-heading-wrapper, .product-after-summary .tabs-heading {
  display: none;
}

.product-desc-inner {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .product-desc-inner {
    padding: 5px 0;
  }
}
.product-desc-inner #review_form {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.product-desc-inner #review_form .woocommerce-Reviews-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-desc-inner #review_form .comment-form-rating p.stars > span > a {
  line-height: 1;
}
.product-desc-inner #review_form label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.product-desc-inner #review_form textarea {
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}
.product-desc-inner #review_form [type=text], .product-desc-inner #review_form [type=email] {
  width: 100%;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.product-desc-inner #review_form .form-submit input {
  font-size: 14px !important;
  padding: 15px 20px 10px !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  background-color: #F37121;
  color: #ffffff !important;
  transition: 0.4s;
}
.product-desc-inner #review_form .form-submit input:hover {
  transform: translateY(-5px);
}
.product-desc-inner #review_form .comment-form-cookies-consent label {
  display: unset;
  font-weight: 500;
  margin-bottom: 0;
}
.product-desc-inner .viewmore-wrappers {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 90;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  left: 0;
}
.product-desc-inner .viewmore-wrappers::before {
  height: 150px;
  content: "";
  will-change: background-color;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.4) 0%, rgba(248, 248, 248, 0.8) 42.31%, #FFFFFF 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.product-desc-inner .viewmore-wrappers .btn-viewmore {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  color: #3C3C3C;
  z-index: 10;
  transition: 0.4s;
}
.product-desc-inner .viewmore-wrappers .btn-viewmore::after {
  display: inline-block;
  margin-left: 10px;
  content: "\f103";
  font-family: "Font Awesome 6 Pro";
}
.product-desc-inner .viewmore-wrappers .btn-viewmore:hover {
  color: #F37121;
  transform: translateY(-5px);
}

.woocommerce-review-tab-wrapper {
  margin-top: 30px;
  padding: 35px 30px;
  background-color: #ffffff;
  border-radius: 30px;
  line-height: 26px;
  display: block;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-review-tab-wrapper {
    padding: 20px 15px;
    border-radius: 15px;
  }
}
.woocommerce-review-tab-wrapper .review-design-title {
  display: none;
}
.woocommerce-review-tab-wrapper .woocommerce-Reviews-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.woocommerce-review-tab-wrapper .comment-form-rating p.stars > span > a {
  line-height: 1;
}
.woocommerce-review-tab-wrapper label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.woocommerce-review-tab-wrapper textarea {
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}
.woocommerce-review-tab-wrapper [type=text], .woocommerce-review-tab-wrapper [type=email] {
  width: 100%;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.woocommerce-review-tab-wrapper .form-submit input {
  font-size: 14px !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  background-color: #F37121;
  color: #ffffff !important;
  transition: 0.4s;
}
.woocommerce-review-tab-wrapper .form-submit input:hover {
  transform: translateY(-5px);
}
.woocommerce-review-tab-wrapper .comment-form-cookies-consent label {
  display: unset;
  font-weight: 500;
  margin-bottom: 0;
}

.controls.input-number-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  padding: 5px;
}
.controls.input-number-group button {
  width: 30px !important;
  padding: 0;
  cursor: pointer;
  border: unset;
  color: #031903;
  outline: none;
  position: relative;
  border-radius: 30px;
  font-weight: 700;
}
.controls.input-number-group button {
  width: 2.25rem;
  height: 2.25rem;
}
.controls.input-number-group button:hover {
  opacity: 0.7;
}
.controls.input-number-group input {
  height: 36px;
  border: unset;
  background: transparent;
  padding: 0 0 0 15px;
  width: 50px;
  font-weight: 700;
  -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(108, 113, 119, 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-comment textarea {
  padding: 10px;
  font-size: 14px;
}
#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: 16px;
  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;
}
#review_form_wrapper form.comment-form p.form-submit input {
  background-color: transparent !important;
  background-image: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%) !important;
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  border-radius: 30px;
  color: #ffffff !important;
  transition: 0.4s;
}
#review_form_wrapper form.comment-form p.form-submit input:hover {
  transform: translateY(-5px);
}

/** Woocommerce Cart */
.woocommerce-cart .section-breadcrumb .breadcrumb-bg {
  display: none;
}
.woocommerce-cart .section-page.singular .container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-cart .section-page.singular .container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-cart .section-page.singular .container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.woocommerce-cart .section-page.singular .container .content {
  width: 100%;
}
.woocommerce-cart .section-page.singular .container .content .heading-title {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar-layout {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding-left: 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-main, .woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: 100%;
  }
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items thead {
  background: transparent;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items thead tr.wc-block-cart-items__header th {
  padding: 5px 10px;
  font-size: 18px;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody {
  border: unset;
  background-color: #DBDBCF;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr.wc-block-cart-items__row td {
  border-top: 10px solid #F3F3EB;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr:first-child td {
  border-top: unset;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-components-product-name {
  font-size: 18px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-components-product-name {
    font-size: 16px;
  }
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-cart-item__prices .price {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  line-height: 100%;
  font-weight: 500;
  color: #282828;
}
@media only screen and (min-width: 48rem) {
  .woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-cart-item__prices .price {
    font-size: 15px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-cart-item__prices .price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-cart-item__prices .price {
    font-size: 14px;
  }
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-cart-item__prices .price del {
  line-height: 1;
  text-decoration: none;
  color: #717171;
  text-decoration: line-through;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-cart-item__prices .price ins {
  text-decoration: none;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #282828;
  line-height: 1;
  margin-left: 0;
}
@media only screen and (min-width: 48rem) {
  .woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-cart-item__prices .price ins {
    font-size: 17px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-cart-item__prices .price ins {
    font-size: 18px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-cart-item__prices .price ins {
    font-size: 16px;
  }
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-components-product-badge {
  display: none;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-components-product-metadata__description {
  display: none;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__total .price .wc-block-formatted-money-amount {
  font-weight: 700;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr:nth-child(even) {
  background-color: #DBDBCF;
}
.woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar .wc-block-cart__submit {
  margin-bottom: 0;
}
.woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar .wc-block-cart__submit a {
  background: #000000;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  border: 1px solid transparent;
}
.woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar .wc-block-cart__submit a:hover {
  background: transparent;
  color: #F37121;
  border-color: #F37121;
}

/** */
.woocommerce-checkout .section-breadcrumb .breadcrumb-bg {
  display: none;
}
.woocommerce-checkout .section-page.singular .container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-checkout .section-page.singular .container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-checkout .section-page.singular .container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.woocommerce-checkout .section-page.singular .container .content {
  width: 100%;
}
.woocommerce-checkout .section-page.singular .container .content .heading-title {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wc-block-components-sidebar-layout {
    flex-flow: row wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding-left: 0;
    order: -1;
    position: unset;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-main, .woocommerce-checkout .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: 100%;
  }
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout {
  padding-top: 0;
}
.woocommerce-checkout .section-page.singular .container .content article .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  font-weight: 600;
}
.woocommerce-checkout .section-page.singular .container .content article .wc-block-checkout__actions_row .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
  background: #000000;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  border: 1px solid transparent;
}
.woocommerce-checkout .section-page.singular .container .content article .wc-block-checkout__actions_row .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover {
  background: transparent;
  color: #F37121;
  border-color: #F37121;
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
  font-size: 16px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 15px;
  }
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  line-height: 100%;
  font-weight: 500;
  color: #282828;
}
@media only screen and (min-width: 48rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price {
    font-size: 14px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price {
    font-size: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price {
    font-size: 13px;
  }
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price del {
  line-height: 1;
  text-decoration: none;
  color: #717171;
  text-decoration: line-through;
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price ins {
  text-decoration: none;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #282828;
  line-height: 1;
  margin-left: 0;
}
@media only screen and (min-width: 48rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price ins {
    font-size: 16px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price ins {
    font-size: 17px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price ins {
    font-size: 15px;
  }
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-badge {
  display: none;
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description, .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata {
  display: none;
}