/* START GLOBAL STYLE */
html, body {
	overflow-x: hidden;
}

/* FOOTER LINKS */
.footer * a {
	width: fit-content;
}

/* ALIGN START */
.text-start:not(.swiper-pagination),
.text-start *:not(.swiper-pagination) {
	text-align: start !important;
}

/* FLEX START */
.flex-x-start:not(.swiper-pagination),
.flex-x-start *:not(.swiper-pagination) {
	justify-content: start !important;
}

/* FLIP ICON */
:dir(ltr) .flip-icon * img ,
:dir(ltr) .flip-icon * svg {
	transform: scaleX(-1);
}

/* ABSOLUTE */
.p-absolute {
	position: absolute !important;
	height: 100%;
	width: 100%;
	inset: unset;
}

/* ICON BOX */
.elementor-icon-box-wrapper {
    flex-direction: row !important;
}

/* TEXT LIMIT */
.text-limit-1,
.text-limit-1 *,
.text-limit-2,
.text-limit-2 *,
.text-limit-3,
.text-limit-3 * {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.text-limit-1,
.text-limit-1 * {
	-webkit-line-clamp: 1 !important;
}

.text-limit-2,
.text-limit-2 * {
	-webkit-line-clamp: 2 !important;
}

.text-limit-3,
.text-limit-3 * {
	-webkit-line-clamp: 3 !important;
}

/* WOOCOMERCE PAGES */
.wd-content-layout {
	padding-block: 0px !important;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.wd-my-account-wrapper {
	padding: 70px 20px !important;
}

header.whb-header {
	margin: 0;
}
.wd-prefooter {
	padding-bottom: 0 !important;
}

.site-content {
	margin-bottom: 0 !important;
}

/* END GLOBAL STYLE */
/* START PRODUCT STYLE */
.custom-product .p-absolute {
    height: 100%;
    z-index: 2;
}
.custom-product .product_meta .detail-label {
    display: none;
}
.custom-product .add_to_cart_button {
	width: 100%;
}
/* END PRODUCT STYLE */
/* START WORKSHOPS HOME */
.workshops-home .tutor-course-filter,
.tutor-course-ratings,
.tutor-meta {
	display: none;
}
.tutor-card.tutor-course-card {
	border-radius: 8px;
	overflow: hidden;
}
/* END WORKSHOPS HOME */
/* START FORM */
#form-field-topic {
	background-color: #D1D5DB !important;
}
/* END FORM */