.post-type-archive-product .elementor.product_cat-plan {
	display: none;
}

/* Checkout */
.woocommerce-checkout .checkout >  h1 {
	font-size: 24px;
	line-height: 24px;
	margin: 80px 0 40px 0;
}

.woocommerce-checkout .checkout .content-wrp .title-wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.woocommerce-checkout .checkout .content-wrp .title-wrp h2 {
	font-size: 17.5px;
	font-weight: 500;
	line-height: 24.5px;
	margin: 0;
}

.woocommerce-checkout .checkout .content-wrp .title-wrp > a {
	font-size: 10.5px;
	font-weight: 700;
	line-height: 19.6px;
}

.woocommerce-checkout .checkout .content-wrp > p {
	font-size: 12.25px;
	font-weight: 400;
	line-height: 14.7px;
	margin-bottom: 17.15px;
}

.woocommerce-checkout .checkout .woocommerce-billing-fields > h3 {
	font-size: 17.5px;
	font-weight: 500;
	line-height: 24.5px;
	margin-bottom: 8px;
}

.woocommerce-checkout .checkout .shipping-form-custom-title {
	font-size: 17.5px;
	font-weight: 500;
	line-height: 24.5px;
	margin-bottom: 8px;
}

.woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input {
	padding: 10px 5px;
}

.woocommerce-checkout .checkout .select2-container .select2-selection--single {
	height: 42px;
}

.woocommerce-checkout .checkout .select2-container .select2-selection--single .select2-selection__rendered {
	height: 100%;
	padding: 13px 5px 10px 5px;
}

.woocommerce-checkout .checkout .col2-set .col-1,
.woocommerce-checkout .checkout .col2-set .col-1,
.woocommerce-checkout .checkout .col2-set .col-2,
.woocommerce-checkout .checkout .col2-set .col-2 {
	float: none;
	width: 100%;
}

.woocommerce-checkout .checkout .col2-set {
	display: grid;
	grid-template-columns: auto minmax(400px, 520px);
	column-gap: 75px;
	margin-bottom: 25px;
}

.woocommerce-checkout .checkout .col2-set::before,
.woocommerce-checkout .checkout .col2-set::after {
	display: none;
}

.woocommerce-checkout .checkout .custom-order-summary {
	position: sticky;
	top: 30px;
	bottom: auto;
	padding: 30px 40px;
	background-color: #0000001A;
	border-radius: 12px;
	border: 1px solid #000;
	margin-bottom: 30px;
}

.woocommerce-checkout .checkout .custom-order-summary.loading {
  pointer-events: none !important;
  opacity: 0.3 !important;
}

.woocommerce-checkout .checkout .order-item {
	position: relative;
}

.woocommerce-checkout .checkout .order-item .item-details {
	display: flex;
	gap: 20px;
}

.woocommerce-checkout .checkout .order-item .item-details .item-image {
	width: 75px;
	height: 75px;
}

.woocommerce-checkout .checkout .order-item .item-details .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.woocommerce-checkout .checkout .order-item .item-number {
	position: absolute;
	top: 0;
	left: 60px;
	transform: translateY(-50%);
	border-radius: 50%;
	padding: 5px;
	background-color: #fff;
	width: 25px;
	height: 25px;
	font-size: 12px;
	line-height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
}

.woocommerce-checkout .checkout .order-item .item-details .item-info {
	flex-grow: 1;
}

.woocommerce-checkout .checkout .order-item .item-details .item-info .item-name-price {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.woocommerce-checkout .checkout .order-item .item-details .item-info .item-name-price .item-name {
	font-weight: 800;
	font-size: 16px;
	line-height: 18px;
}

.woocommerce-checkout .checkout .order-item .item-details .item-info .item-price-mobile {
	display: none;
}

.woocommerce-checkout .checkout .custom-order-summary > h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 10px;
}

.woocommerce-checkout .checkout  .order-items {
	padding: 20px 0 30px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #a8a6a6;
}

.woocommerce-checkout .checkout .order-totals {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.woocommerce-checkout .checkout .order-totals .total {
	border-top: 1px solid #a8a6a6;
	padding-top: 30px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.woocommerce-checkout .checkout .order-totals .subtotal {
	display: flex;
	justify-content: space-between;
}

.woocommerce-checkout .checkout .order-totals .subtotal > span:not(:first-child) {
	font-weight: 600;
}

.woocommerce-checkout .checkout .order-totals .delivery {
	display: flex;
	justify-content: space-between;
}

.woocommerce-checkout .checkout .order-totals .delivery > span:not(:first-child) {
	font-weight: 600;
}

.woocommerce-checkout .checkout .order-totals .service-charge {
	display: flex;
	justify-content: space-between;
}

.woocommerce-checkout .checkout .order-totals .service-charge > span:not(:first-child) {
	font-weight: 600;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order {
	display: grid;
	grid-template-columns: auto minmax(400px, 520px);
	column-gap: 75px;
	padding: 3px;
	margin: 50px 0;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment {
	background: transparent;
	border: 1px solid;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order #payment .payment_box.payment_method_stripe {
	background-color: transparent;
	width: 100%;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment li.wc_payment_method.payment_method_stripe > label {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	font-weight: 700;
	align-items: center;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment li.wc_payment_method.payment_method_stripe {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment li.wc_payment_method.payment_method_cod {
	display: flex;
	align-items: center;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment li.wc_payment_method.payment_method_cod > label {
	font-weight: 700;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment ul.wc_payment_methods.payment_methods.methods li {
	margin-bottom: 20px;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment ul.wc_payment_methods.payment_methods.methods li:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout .checkout #payment #place_order, .woocommerce-page #payment #place_order {
	background-color: #000;
	padding: 20px 40px;
}

.woocommerce-checkout .checkout .col2-set .col-2 {
	order: 2;
}

.woocommerce-checkout .checkout .col2-set .col-1 {
	order: 1;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table thead,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot .fee,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot .order-total {
  display: none;
}

.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table {
  border: none;
}

.woocommerce-checkout  .checkout .go-back-to-summary {
  display: inline-block;
  margin-top: 25px;
}

.woocommerce-checkout  .checkout .go-back-to-summary a {
  font-size: 18px;
}

.woocommerce-checkout .checkout #ship-to-different-address {
  display: none;
}

@media(max-width: 1200px) {
	.woocommerce-checkout .checkout .col2-set {
		grid-template-columns: 100%;
		row-gap: 50px;
	}

	.woocommerce-checkout .checkout .col2-set .col-2 {
		order: 1;
	}

	.woocommerce-checkout .checkout .col2-set .col-1 {
		order: 2;
	}

	.woocommerce-checkout .checkout .custom-order-summary {
		margin-bottom: 0;
	}

	.woocommerce-checkout .checkout .woocommerce-checkout-review-order {
		grid-template-columns: 100%;
	}
}
/* Checkout */


/* Book Template */

main .site-content {
  max-width: 1524;
  margin: 0 auto;
  padding-top: 50px;
}

main .site-content .two-col-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

main .site-content .two-col-wrapper .two-col-left {
  width: 15%;
  padding-right: 0;
  display: flex;
  align-items: center;
}

main .site-content .two-col-wrapper .two-col-right {
  width: 85%;
  padding-left: 50px;
}

main .site-content .two-col-wrapper .two-col-right iframe {
  width: 100%;
  height: 800px;
  visibility: hidden;
}
/* Book Template */

/* Public Booking */
/* Header */
.header-public-booking {
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	display: block;
	position: relative;
	z-index: 2;
}

.header-public-booking .header-wrp {
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	background-color: #fff;
}

.header-public-booking .header-wrp .logo-wrp {
	display: block;
}

.header-public-booking .header-wrp .logo-wrp a {
	display: block;
	max-width: 225px;
}

.header-public-booking .header-wrp .logo-wrp a img {
	width: 100%;
	height: auto
}

.header-public-booking .header-wrp nav {
	display: none;
}

.header-public-booking .header-wrp nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 30px;
}

.header-public-booking .header-wrp nav a {
	text-decoration: none;
	color: #001E2B;
	font-weight: 500;
}

.header-public-booking .header-wrp .burger-wrp {
	display: flex;
	align-items: center;
	gap: 15px;
}

.header-public-booking .header-wrp .burger-wrp > span a {
	display: flex !important;
}

.header-public-booking .header-wrp .burger-icon {
	width: 25px;
	height: 15px;
	position: relative;
	transform: rotate(0deg);
	cursor: pointer;
	display: block;
}

.header-public-booking .header-wrp .burger-icon span {
	display: block;
	background-color: #000;
	opacity: 1;
	transform: rotate(0deg);
	transform-origin: left center;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	transition: 0.25s all ease-in-out;
}

.header-public-booking .header-wrp .burger-icon span:nth-child(1) {
	top: 0;
}

.header-public-booking .header-wrp .burger-icon span:nth-child(2) {
	top: 7px;
}

.header-public-booking .header-wrp .burger-icon span:nth-child(3) {
	top: 14px;
}

.show-menu {
	overflow: hidden;
}

.show-menu .header-public-booking .header-wrp .burger-icon span:nth-child(1) {
	transform: rotate(45deg);
	top: -3px;
	left: 5px;
}

.show-menu .header-public-booking .header-wrp .burger-icon span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.show-menu .header-public-booking .header-wrp .burger-icon span:nth-child(3) {
	transform: rotate(-45deg);
	top: 15px;
	left: 5px;
}

.header-public-booking .mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #fff;
	width: 100%;
	padding: 120px 30px 50px 30px;
	min-height: 20vh;
	transform: translate3d(0, -100%, 0);
	transition: 0.5s transform;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.header-public-booking .mobile-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.show-menu .header-public-booking .mobile-menu {
	transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
	.header-public-booking .mobile-menu,
	.header-public-booking .header-wrp .burger-wrp {
		display: none;
	}

	.header-public-booking .header-wrp nav {
		display: block;
	}
}
/* Header */

/* Footer */
.footer-public-booking {
	background-color: #0c1115;
	display: block;
}

.footer-public-booking .icon-wrp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	gap: 30px;
	padding: 50px 30px;
	max-width: 1640px;
	margin: 0 auto;
}

.footer-public-booking .icon-wrp .title-wrp h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	font-weight: 400;
}

.footer-public-booking .icon-wrp .logo-wrp {
	max-width: 200px;
  width: 100%;
}

.footer-public-booking .icon-wrp .logo-wrp.buddy {
		display: flex;
		justify-content: center;
	}

.footer-public-booking .icon-wrp .logo-wrp.buddy .img-wrp {
	max-width: 120px;
	width: 100%;
}

.footer-public-booking .icon-wrp .logo-wrp img {
	width: 100%;
	height: 100%;
}

.footer-public-booking .payment-wrp img {
	width: 50px;
	height: auto;
}

.footer-public-booking .footer-bottom-content {
	color: #7B7B7B;
	width: 100%;
	border-top: 1px solid #7B7B7B;
	padding-block: 30px;
}

.footer-public-booking .inner-wrp {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	max-width: 1640px;
	margin: 0 auto;
	padding-inline: 30px;
}

.footer-public-booking .inner-wrp * {
	color: #7B7B7B;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
}

.footer-public-booking .inner-wrp .copyright-wrp {
	text-align: center;
}

.footer-public-booking .inner-wrp .payment-wrp {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer-public-booking .inner-wrp .links-wrp {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-public-booking .inner-wrp .links-wrp a {
	text-decoration: none;
	display: block;
	padding-inline: 15px;
	position: relative;
}

.footer-public-booking .inner-wrp .links-wrp a:hover {
	color: #fff;
}

.footer-public-booking .inner-wrp .links-wrp a:first-child {
	padding-left: 0;
}

.footer-public-booking .inner-wrp .links-wrp a:last-child {
	padding-right: 0;
}

.footer-public-booking .inner-wrp .links-wrp a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 80%;
	background-color: #7B7B7B;
}

.footer-public-booking .inner-wrp .links-wrp a:first-child:after {
	display: none;
}

@media (min-width: 768px) {
	.footer-public-booking .icon-wrp {
		padding-block: 88px 79px;
		flex-direction: row;
		align-items: flex-end;
	}

	.footer-public-booking .icon-wrp .title-wrp h3 {
		margin-bottom: 12px;
	}

	.footer-public-booking .icon-wrp .logo-wrp.buddy {
		justify-content: flex-end;
	}

	.footer-public-booking .inner-wrp {
		flex-direction: row;
	}

	.footer-public-booking .inner-wrp .copyright-wrp {
		text-align: left;
	}
}

@media (min-width: 992px) {
	.footer-public-booking .icon-wrp .logo-wrp {
		max-width: 295px;
	}

	.footer-public-booking .icon-wrp .title-wrp h3 {
		margin-bottom: 22px;
	}

	.footer-public-booking .icon-wrp .logo-wrp.buddy .img-wrp {
		margin-bottom: 10px;
	}

	.footer-public-booking .inner-wrp .links-wrp,
	.footer-public-booking .inner-wrp .copyright-wrp {
		min-width: 520px;
	}
}
/* Footer */
/* Public Booking */