.pcth-product-pricing-table-loop h3 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #404145;
  font-weight: 700;
}
.pcth-product-pricing-table-loop .pcth-features-list {
  list-style: none;
  padding: 0;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pcth-product-pricing-table-loop .pcth-features-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
.pcth-product-pricing-table-loop .pcth-features-list li svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide {
  position: relative;
  background-color: #ffffff;
  margin-top: 1.5rem;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .pcth-price-table-slide {
  border-radius: 12px;
  border: 1px solid #FF7A00;
  padding: 1rem;
  background-color: #ffffff;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .pcth-price-table-slide h3 {
  margin-bottom: 0.25rem !important;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .pcth-price-table-slide .pcth-price-table-amount-discounted {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 1.5rem 1rem;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .pcth-price-table-slide .pcth-price-table-amount {
  color: rgba(26, 26, 26, 0.5333333333); /*#1A1A1AB3*/
  text-decoration: line-through;
  font-size: 1rem;
  font-weight: 500;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .pcth-price-table-slide .pcth-price-table-price-suffix {
  color: rgba(26, 26, 26, 0.5333333333);
  font-size: 1rem;
  font-weight: 500;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .pcth-price-table-slide .pcth-price-table-button {
  display: block;
  width: 100%;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .pcth-price-table-slide .pcth-features-list {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px dashed #B5B6BA;
  color: #1A1A1A;
  font-weight: 500;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .pcth-price-table-slide .pcth-pl-list-expand-btn {
  display: flex;
  justify-content: center;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .pcth-price-table-slide .pcth-pl-list-expand-btn a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #0492FF;
  text-decoration: none;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .pcth-price-table-slide .pcth-pl-list-expand-btn a:hover {
  text-decoration: underline;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .pcth-price-table-slide .pcth-pl-list-expand-btn svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  transition: 0.3s ease;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .pcth-price-table-slide .expanded svg {
  transform: rotate(180deg);
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .splide__arrow {
  background: #000 !important;
  color: #fff;
  opacity: 1 !important;
  transition: background 0.3s ease;
  /** -- Override Haru Theme Styles -- **/
  align-items: center;
  border: 0;
  border-radius: 50% !important;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  width: 2em !important;
  z-index: 1;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .splide__arrow path {
  fill: #fff;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .splide__arrow:hover {
  background: #363636 !important;
}
@media (max-width: 1024px) {
  .pcth-product-pricing-table-loop .pcth-price-table-splide .splide__arrow {
    display: none !important;
  }
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .splide__arrow--prev {
  left: -1rem !important;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .splide__arrow--next {
  right: -1rem !important;
}
.pcth-product-pricing-table-loop .pcth-price-table-splide .splide__pagination {
  display: none;
}

.pcth-single-product-overview .produt-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
.pcth-single-product-overview .produt-overview-grid h3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 1.25rem;
  gap: 0.5rem;
  color: #404145;
  font-weight: 700;
}
.pcth-single-product-overview .produt-overview-grid h3 svg {
  width: 1.25rem;
  height: 1.25rem;
}
.pcth-single-product-overview .produt-overview-grid ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.pcth-single-product-overview .produt-overview-grid .overview-content {
  padding-left: 1.5rem;
}

/*# sourceMappingURL=pcth-elementor-widgets.css.map */
