:root{
  --tutor-color-primary: #30bfbd !important;
}

.tutor-course-filter{
  display: none !important;
}

.hh-home-slider .swiper-pagination-bullet-active{
  width: 24px !important;
  border-radius: 12px !important;
}
.hh-home-slider .elementor-widget-container {
  padding-bottom: 42px !important;
}
.hh-home-slider .swiper{
  background-color: #fff !important;
  border-radius: 8px !important;
}
.hh-home-slider .swiper-wrapper{
  display: flex !important;
  align-items: center !important;
}
.product-item-shop a.added_to_cart{
  display: none !important;
}
/* Thank You Page */
.woocommerce-order-overview{
	padding: 0;
}

.woocommerce-order-pay .order_details{
  display: none !important;
}

.woocommerce-order-pay .checkout-button{
  display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #36B0AE !important;
	color: #fff !important;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	border: none;
	border-radius: 8px;
	padding: 13px;
	margin-top: 20px;
}

.ecpay-select-input .ecpay-select-tab:before,
.ecpay-select-input .ecpay-select-tab:after{
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-color: transparent !important;
  width: auto !important;
}

.ecpay-pay-check{
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.ecpay-pay-check > div {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: start !important;
}