.turbo-cart-page .woocommerce_banner {
	padding-bottom: 0
}

@media (min-width:1780px) {
	.turbo-cart-page .woocommerce_banner {
		padding-top: 5rem
	}
}

.turbo-cart-page .shop_table {
	border: none !important
}

@media (min-width:1280px) {
	.turbo-cart-page .shop_table.cart td {
		vertical-align: top
	}
}

@media (min-width:1024px) {
	.turbo-cart-page .shop_table.cart td {
		padding-bottom: 35px;
		padding-top: 35px
	}
}

.turbo-cart-page .shop_table td {
	border-style: dashed !important
}

@media (min-width:992px) {
	.turbo-cart-page .shop_table td:first-child {
		padding-left: 24px
	}
}

.turbo-cart-page .product-thumbnail {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin-right: 24px;
	padding: 0 !important;
	position: relative
}

.turbo-cart-page .product-thumbnail>a {
	display: block;
	width: 120px
}

@media (min-width:500px) {
	.turbo-cart-page .product-thumbnail {
		width: 120px
	}
}

.turbo-cart-page .product-thumbnail a.remove {
	display: none
}

@media (max-width:768px) {
	.turbo-cart-page .product-thumbnail {
		margin-bottom: 18px;
		margin-right: 0;
		margin-top: 12px
	}
}

.turbo-cart-page .product-thumbnail img {
	border-radius: 8px;
	height: 100% !important;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100% !important
}

@media screen and (min-width:769px) {
	.turbo-cart-page .product-name {
		width: 50%
	}
}

.turbo-cart-page .product-name:before {
	float: none !important
}

.turbo-cart-page .product-name .product-details>a {
	color: var(--color-brand);
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 16px;
	text-transform: uppercase
}

.turbo-cart-page .product-name dl.variation {
	display: grid;
	gap: 4px;
	grid-template-columns: 1fr 1fr
}

.turbo-cart-page .product-name dl.variation dt {
	font-weight: 500
}

.turbo-cart-page .product-price,
.turbo-cart-page .product-quantity,
.turbo-cart-page .product-remove-cl,
.turbo-cart-page .product-subtotal {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--color-brand);
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	font-weight: 500;
	justify-content: space-between
}

@media screen and (min-width:769px) {

	.turbo-cart-page .product-price,
	.turbo-cart-page .product-quantity,
	.turbo-cart-page .product-remove-cl,
	.turbo-cart-page .product-subtotal {
		display: table-cell !important;
		vertical-align: top !important
	}

	.turbo-cart-page .product-price {
		width: 15%
	}

	.turbo-cart-page .product-quantity {
		width: 10%
	}

	.turbo-cart-page .product-subtotal {
		width: 15%
	}

	.turbo-cart-page th.product-remove {
		width: 10%
	}
}

.turbo-cart-page .product-remove-cl .product-remove {
	display: inline-block
}

.turbo-cart-page .product-remove-cl .product-remove a {
	background-color: var(--divider);
	color: var(--color-brand) !important;
	display: inline-block;
	height: 32px;
	padding: 8px;
	width: 32px
}

.turbo-cart-page .product-remove-cl .product-remove a:hover {
	background-color: #dc2626;
	color: #fff !important
}

.turbo-cart-page .wc-proceed-to-checkout {
	margin-top: 12px;
	padding: 16px
}

@media (min-width:768px) {
	.turbo-cart-page .wc-proceed-to-checkout {
		padding: 0
	}
}

.turbo-cart-page .wc-proceed-to-checkout .checkout-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background-color: var(--color-brand) !important;
	font-size: 14px !important;
	justify-content: center;
	line-height: 1;
	margin-bottom: 0 !important;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
	width: 100%
}

.turbo-cart-page .wc-proceed-to-checkout .checkout-button:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}

@media (min-width:640px) {
	.turbo-cart-page .wc-proceed-to-checkout .checkout-button {
		font-size: 16px !important
	}
}

@media (min-width:768px) {
	.turbo-cart-page .cart-collaterals {
		padding: 48px !important
	}
}

.turbo-cart-page .cart-collaterals .cart_totals h2 {
	color: var(--color-brand);
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 16px;
	text-transform: uppercase
}

@media (min-width:768px) {
	.turbo-cart-page .cart-collaterals .cart_totals h2 {
		padding: 0
	}
}

.turbo-cart-page .cart-collaterals .cart_totals table tr {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.turbo-cart-page .cart-collaterals .cart_totals table tr:not(:last-child) {
	border-bottom: 1px dashed var(--divider)
}

.turbo-cart-page .cart-collaterals .cart_totals table tr th {
	border: none !important;
	display: block !important
}

.turbo-cart-page .cart-collaterals .cart_totals table tr td {
	border-bottom: none;
	border-style: none !important
}

.turbo-cart-page .cart-collaterals .cart_totals .cart-discount th,
.turbo-cart-page .cart-collaterals .cart_totals .cart-subtotal th,
.turbo-cart-page .cart-collaterals .cart_totals .order-total th,
.turbo-cart-page .cart-collaterals .cart_totals .shipping th {
	background-color: transparent;
	font-size: 14px;
	font-weight: 500;
	width: auto !important
}

@media screen and (min-width:769px) {

	.turbo-cart-page .cart-collaterals .cart_totals .cart-discount th,
	.turbo-cart-page .cart-collaterals .cart_totals .cart-subtotal th,
	.turbo-cart-page .cart-collaterals .cart_totals .order-total th,
	.turbo-cart-page .cart-collaterals .cart_totals .shipping th {
		background-color: transparent;
		border-style: dashed;
		display: table-cell;
		padding-left: 0;
		padding-right: 0
	}
}

.turbo-cart-page .cart-collaterals .cart_totals .cart-discount td,
.turbo-cart-page .cart-collaterals .cart_totals .cart-subtotal td,
.turbo-cart-page .cart-collaterals .cart_totals .order-total td,
.turbo-cart-page .cart-collaterals .cart_totals .shipping td {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	background-color: transparent !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	justify-content: space-between
}

.turbo-cart-page .cart-collaterals .cart_totals .cart-discount td:before,
.turbo-cart-page .cart-collaterals .cart_totals .cart-subtotal td:before,
.turbo-cart-page .cart-collaterals .cart_totals .order-total td:before,
.turbo-cart-page .cart-collaterals .cart_totals .shipping td:before {
	display: none
}

@media screen and (min-width:769px) {

	.turbo-cart-page .cart-collaterals .cart_totals .cart-discount td,
	.turbo-cart-page .cart-collaterals .cart_totals .cart-subtotal td,
	.turbo-cart-page .cart-collaterals .cart_totals .order-total td,
	.turbo-cart-page .cart-collaterals .cart_totals .shipping td {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-right: 0
	}
}

.turbo-cart-page .cart-collaterals .cart_totals .cart-discount td .woocommerce-remove-coupon,
.turbo-cart-page .cart-collaterals .cart_totals .cart-subtotal td .woocommerce-remove-coupon,
.turbo-cart-page .cart-collaterals .cart_totals .order-total td .woocommerce-remove-coupon,
.turbo-cart-page .cart-collaterals .cart_totals .shipping td .woocommerce-remove-coupon {
	margin-left: 4px
}

.turbo-cart-page .cart-collaterals .cart_totals .cart-discount td .woocommerce-remove-coupon:hover,
.turbo-cart-page .cart-collaterals .cart_totals .cart-subtotal td .woocommerce-remove-coupon:hover,
.turbo-cart-page .cart-collaterals .cart_totals .order-total td .woocommerce-remove-coupon:hover,
.turbo-cart-page .cart-collaterals .cart_totals .shipping td .woocommerce-remove-coupon:hover {
	text-decoration: underline
}

.turbo-cart-page .cart-collaterals .cart_totals .cart-discount td ul li label:before,
.turbo-cart-page .cart-collaterals .cart_totals .cart-subtotal td ul li label:before,
.turbo-cart-page .cart-collaterals .cart_totals .order-total td ul li label:before,
.turbo-cart-page .cart-collaterals .cart_totals .shipping td ul li label:before {
	display: none
}

.turbo-cart-page .cart-collaterals .cart_totals .order-total td {
	background-color: transparent !important
}

.turbo-cart-page .woocommerce-shipping-totals.shipping td {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
	background-color: transparent !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-destination,
.turbo-cart-page .woocommerce-shipping-totals.shipping td strong {
	display: none
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button {
	border: none;
	border-radius: 6px;
	color: var(--color-brand);
	margin-left: auto;
	margin-top: 0;
	padding: 4px 7px 4px 0;
	text-align: end;
	text-transform: capitalize
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
	border-color: var(--color-brand)
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
	border: 1px solid;
	border-color: transparent var(--color-brand) var(--color-brand) transparent;
	border-radius: 1px;
	content: "";
	display: inline-block;
	height: 8px;
	margin-left: 4px;
	-webkit-transform: rotate(45deg) translateY(-4px);
	-ms-transform: rotate(45deg) translateY(-4px);
	transform: rotate(45deg) translateY(-4px);
	width: 8px
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form>p {
	padding: 0
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form button[type=submit] {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	width: 100%
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2 .selection .select2-selection {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid var(--divider);
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2 .selection .select2-selection:hover {
	border: 1px solid var(--color-brand)
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2 .selection .select2-selection--single {
	height: 48px;
	margin: 0
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2 .selection .select2-selection .select2-selection__rendered {
	padding-left: 16px
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2 .selection .select2-selection .select2-selection__arrow {
	height: 100%;
	right: 14px;
	top: -1px
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2 .selection .select2-selection .select2-selection__arrow b {
	border: 2px solid;
	border-color: transparent var(--icon-clr) var(--icon-clr) transparent;
	border-radius: 2px;
	height: 8px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	width: 8px
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container--open .selection .select2-selection {
	border-color: var(--color-brand)
}

.turbo-cart-page .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container--open.select2-container--below .select2-selection--single {
	border-radius: 6px
}

.turbo-cart-page .woocommerce:has(.return-to-shop) {
	padding: 24px
}

.turbo-cart-page .woocommerce:has(.return-to-shop) .woocommerce-notices-wrapper {
	padding: 0 !important
}

.turbo-cart-page .woocommerce:has(.woocommerce-cart-form) .woocommerce-message:last-of-type {
	margin-bottom: 0
}

.turbo-cart-page .woocommerce .woocommerce-notices-wrapper:not(:empty),
.turbo-cart-page .woocommerce .woocommerce-notices-wrapper:not(:empty)+.woocommerce-cart-form {
	padding: 24px
}

@media (max-width:500px) {
	.turbo-cart-page .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		position: relative
	}

	.turbo-cart-page .woocommerce .woocommerce-notices-wrapper .woocommerce-message a:not(.restore-item) {
		display: block;
		margin-top: 12px;
		text-align: center
	}
}

.turbo-cart-page .woocommerce .quantity .qty {
	width: 100%
}

.turbo-cart-page .woocommerce .return-to-shop {
	margin-bottom: 0
}

.turbo-cart-page .actions>.button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--color-brand);
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: var(--body-font-size);
	font-weight: 600;
	line-height: 1.2;
	padding: 15px 20px !important;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease
}

.turbo-cart-page .actions {
	padding-left: 16px !important;
	padding-right: 16px !important
}

@media (min-width:1024px) {
	.turbo-cart-page .actions {
		padding-left: 48px !important;
		padding-right: 48px !important
	}
}

.turbo-cart-page .actions .coupon {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr
}

@media (min-width:640px) {
	.turbo-cart-page .actions .coupon {
		gap: 16px;
		grid-template-columns: 1fr 160px
	}
}

.turbo-cart-page .actions .coupon:after,
.turbo-cart-page .actions .coupon:before {
	display: none !important
}

.turbo-cart-page .actions .coupon .button,
.turbo-cart-page .actions .coupon input {
	float: none !important;
	width: 100% !important
}

.turbo-cart-page .actions .coupon .button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	font-size: 14px !important;
	justify-content: center;
	line-height: 1;
	padding: 15px 14px !important
}

@media (min-width:640px) {
	.turbo-cart-page .actions .coupon .button {
		padding: 15px 20px !important
	}
}

@media (max-width:768px) {

	.turbo-cart-page .woocommerce table.shop_table_responsive tr td,
	.turbo-cart-page .woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important
	}
}

.turbo-cart-page .select2-container .select2-dropdown {
	margin-top: 4px
}

.turbo-account-page .billing-details .select2-selection.select2-selection--single,
.turbo-account-page .billing-details input,
.turbo-account-page .billing-details textarea,
.turbo-account-page .shipping-details .select2-selection.select2-selection--single,
.turbo-account-page .shipping-details input,
.turbo-account-page .shipping-details textarea,
.turbo-account-page .woocommerce-MyAccount-content .select2-selection.select2-selection--single,
.turbo-account-page .woocommerce-MyAccount-content input,
.turbo-account-page .woocommerce-MyAccount-content textarea,
.turbo-checkout-page .billing-details .select2-selection.select2-selection--single,
.turbo-checkout-page .billing-details input,
.turbo-checkout-page .billing-details textarea,
.turbo-checkout-page .shipping-details .select2-selection.select2-selection--single,
.turbo-checkout-page .shipping-details input,
.turbo-checkout-page .shipping-details textarea,
.turbo-checkout-page .woocommerce-MyAccount-content .select2-selection.select2-selection--single,
.turbo-checkout-page .woocommerce-MyAccount-content input,
.turbo-checkout-page .woocommerce-MyAccount-content textarea,
.turbo-shop-page .select2-selection.select2-selection--single {
	background: var(--bg);
	border-radius: 8px;
	color: var(--input-clr);
	font-size: var(--default-font-size);
	letter-spacing: -.05em;
	line-height: 18px;
	padding: 14px 24px
}

.turbo-checkout-page .woocommerce_banner {
	padding-bottom: 0
}

@media (min-width:1780px) {
	.turbo-checkout-page .woocommerce_banner {
		padding-top: 5rem
	}
}

.turbo-checkout-page .woocommerce-form-coupon-toggle a {
	font-weight: 500;
	text-decoration: underline
}

.turbo-checkout-page form.checkout_coupon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 8px rgba(17, 24, 39, .06);
	box-shadow: 0 2px 8px rgba(17, 24, 39, .06);
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.turbo-checkout-page form.checkout_coupon>p {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	float: none;
	padding: 0;
	width: 100%
}

.turbo-checkout-page form.checkout_coupon>p:after,
.turbo-checkout-page form.checkout_coupon>p:before {
	display: none
}

.turbo-checkout-page form.checkout_coupon>p:first-child {
	grid-column: 1/-1
}

.turbo-checkout-page form.checkout_coupon>p.form-row-first {
	width: 100%
}

@media (min-width:640px) {
	.turbo-checkout-page form.checkout_coupon>p.form-row-first {
		max-width: 300px
	}
}

.turbo-checkout-page form.checkout_coupon>p.form-row-last {
	width: 100%
}

@media (min-width:640px) {
	.turbo-checkout-page form.checkout_coupon>p.form-row-last {
		max-width: 160px
	}
}

.turbo-checkout-page form.checkout_coupon>p.form-row-last button {
	width: 100%
}

.turbo-checkout-page form.checkout_coupon .clear {
	display: none
}

.turbo-account-page .woocommerce-customer-details .woocommerce-column__title,
.turbo-checkout-page .woocommerce-customer-details .woocommerce-column__title {
	color: var(--color-brand);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase
}

.turbo-account-page .billing-details .form-row,
.turbo-account-page .shipping-details .form-row,
.turbo-account-page .woocommerce-MyAccount-content .form-row,
.turbo-checkout-page .billing-details .form-row,
.turbo-checkout-page .shipping-details .form-row,
.turbo-checkout-page .woocommerce-MyAccount-content .form-row {
	margin-bottom: 20px !important
}

.turbo-account-page .billing-details label,
.turbo-account-page .shipping-details label,
.turbo-account-page .woocommerce-MyAccount-content label,
.turbo-checkout-page .billing-details label,
.turbo-checkout-page .shipping-details label,
.turbo-checkout-page .woocommerce-MyAccount-content label {
	color: #111827;
	font-size: var(--default-font-size);
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase
}

.turbo-account-page .billing-details .woocommerce-input-wrapper .select2 .select2-selection__arrow,
.turbo-account-page .shipping-details .woocommerce-input-wrapper .select2 .select2-selection__arrow,
.turbo-account-page .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2 .select2-selection__arrow,
.turbo-checkout-page .billing-details .woocommerce-input-wrapper .select2 .select2-selection__arrow,
.turbo-checkout-page .shipping-details .woocommerce-input-wrapper .select2 .select2-selection__arrow,
.turbo-checkout-page .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2 .select2-selection__arrow {
	height: 8px;
	right: 20px !important;
	top: 43% !important;
	width: 8px
}

.turbo-account-page .billing-details .woocommerce-input-wrapper .select2 .select2-selection__arrow b,
.turbo-account-page .shipping-details .woocommerce-input-wrapper .select2 .select2-selection__arrow b,
.turbo-account-page .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2 .select2-selection__arrow b,
.turbo-checkout-page .billing-details .woocommerce-input-wrapper .select2 .select2-selection__arrow b,
.turbo-checkout-page .shipping-details .woocommerce-input-wrapper .select2 .select2-selection__arrow b,
.turbo-checkout-page .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2 .select2-selection__arrow b {
	border: 1px solid;
	border-color: transparent var(--color-brand) var(--color-brand) transparent;
	height: 8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px
}

.turbo-account-page .billing-details .woocommerce-input-wrapper .select2-container--open .select2-selection__arrow b,
.turbo-account-page .shipping-details .woocommerce-input-wrapper .select2-container--open .select2-selection__arrow b,
.turbo-account-page .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2-container--open .select2-selection__arrow b,
.turbo-checkout-page .billing-details .woocommerce-input-wrapper .select2-container--open .select2-selection__arrow b,
.turbo-checkout-page .shipping-details .woocommerce-input-wrapper .select2-container--open .select2-selection__arrow b,
.turbo-checkout-page .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2-container--open .select2-selection__arrow b {
	margin-top: 4px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg)
}

.turbo-account-page .billing-details .select2-selection.select2-selection--single,
.turbo-account-page .shipping-details .select2-selection.select2-selection--single,
.turbo-account-page .woocommerce-MyAccount-content .select2-selection.select2-selection--single,
.turbo-checkout-page .billing-details .select2-selection.select2-selection--single,
.turbo-checkout-page .shipping-details .select2-selection.select2-selection--single,
.turbo-checkout-page .woocommerce-MyAccount-content .select2-selection.select2-selection--single {
	border: none;
	height: auto
}

.turbo-account-page .billing-details .select2-selection.select2-selection--single .select2-selection__rendered,
.turbo-account-page .shipping-details .select2-selection.select2-selection--single .select2-selection__rendered,
.turbo-account-page .woocommerce-MyAccount-content .select2-selection.select2-selection--single .select2-selection__rendered,
.turbo-checkout-page .billing-details .select2-selection.select2-selection--single .select2-selection__rendered,
.turbo-checkout-page .shipping-details .select2-selection.select2-selection--single .select2-selection__rendered,
.turbo-checkout-page .woocommerce-MyAccount-content .select2-selection.select2-selection--single .select2-selection__rendered {
	line-height: normal;
	padding: 0
}

.turbo-account-page .billing-details .select2-selection.select2-selection--single .select2-selection__arrow,
.turbo-account-page .shipping-details .select2-selection.select2-selection--single .select2-selection__arrow,
.turbo-account-page .woocommerce-MyAccount-content .select2-selection.select2-selection--single .select2-selection__arrow,
.turbo-checkout-page .billing-details .select2-selection.select2-selection--single .select2-selection__arrow,
.turbo-checkout-page .shipping-details .select2-selection.select2-selection--single .select2-selection__arrow,
.turbo-checkout-page .woocommerce-MyAccount-content .select2-selection.select2-selection--single .select2-selection__arrow {
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.turbo-account-page .shipping-details,
.turbo-checkout-page .shipping-details {
	margin-top: 20px
}

@media (min-width:1024px) {

	.turbo-account-page .shipping-details,
	.turbo-checkout-page .shipping-details {
		margin-top: 10px
	}
}

.turbo-account-page .shipping-details textarea,
.turbo-checkout-page .shipping-details textarea {
	min-height: 200px;
	resize: none
}

.turbo-account-page .shipping-details .woocommerce-shipping-fields label.checkbox,
.turbo-checkout-page .shipping-details .woocommerce-shipping-fields label.checkbox {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.6;
	margin-bottom: 20px;
	position: relative
}

.turbo-account-page .shipping-details .woocommerce-shipping-fields label.checkbox:has(input:checked):before,
.turbo-checkout-page .shipping-details .woocommerce-shipping-fields label.checkbox:has(input:checked):before {
	background-color: var(--color-brand);
	border-color: var(--color-brand)
}

.turbo-account-page .shipping-details .woocommerce-shipping-fields label.checkbox:has(input:checked):after,
.turbo-checkout-page .shipping-details .woocommerce-shipping-fields label.checkbox:has(input:checked):after {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: block;
	height: 12px;
	left: 7px;
	position: absolute;
	top: 4px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	width: 6px
}

.turbo-account-page .shipping-details .woocommerce-shipping-fields label.checkbox:before,
.turbo-checkout-page .shipping-details .woocommerce-shipping-fields label.checkbox:before {
	-ms-flex-negative: 0;
	border: 1px solid var(--color-border-main);
	border-radius: 4px;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 20px;
	margin-right: 10px;
	margin-top: 1px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 20px
}

@media (max-width:480px) {

	.turbo-account-page .shipping-details .woocommerce-shipping-fields label.checkbox:before,
	.turbo-checkout-page .shipping-details .woocommerce-shipping-fields label.checkbox:before {
		margin-top: 2px
	}
}

.turbo-account-page .shipping-details .woocommerce-shipping-fields input[type=checkbox],
.turbo-checkout-page .shipping-details .woocommerce-shipping-fields input[type=checkbox] {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	width: 0;
	z-index: -1
}

.turbo-account-page .woocommerce-billing-fields,
.turbo-checkout-page .woocommerce-billing-fields {
	text-align: start
}

.turbo-account-page .woocommerce-billing-fields h3,
.turbo-checkout-page .woocommerce-billing-fields h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase
}

@media (min-width:640px) {

	.turbo-account-page .woocommerce-billing-fields h3,
	.turbo-checkout-page .woocommerce-billing-fields h3 {
		font-size: 20px
	}
}

@media (min-width:1400px) {

	.turbo-account-page .woocommerce-billing-fields h3,
	.turbo-checkout-page .woocommerce-billing-fields h3 {
		font-size: 24px;
		margin-bottom: 31px
	}
}

.turbo-account-page .customer-details .woocommerce-billing-fields__field-wrapper,
.turbo-account-page .customer-details .woocommerce-shipping-fields__field-wrapper,
.turbo-checkout-page .customer-details .woocommerce-billing-fields__field-wrapper,
.turbo-checkout-page .customer-details .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr
}

@media (min-width:768px) {

	.turbo-account-page .customer-details .woocommerce-billing-fields__field-wrapper,
	.turbo-account-page .customer-details .woocommerce-shipping-fields__field-wrapper,
	.turbo-checkout-page .customer-details .woocommerce-billing-fields__field-wrapper,
	.turbo-checkout-page .customer-details .woocommerce-shipping-fields__field-wrapper {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		grid-template-columns: 1fr 1fr
	}
}

.turbo-account-page .customer-details .woocommerce-billing-fields__field-wrapper P,
.turbo-account-page .customer-details .woocommerce-shipping-fields__field-wrapper P,
.turbo-checkout-page .customer-details .woocommerce-billing-fields__field-wrapper P,
.turbo-checkout-page .customer-details .woocommerce-shipping-fields__field-wrapper P {
	float: none;
	margin-bottom: 16px !important;
	padding: 0;
	width: 100%
}

@media (min-width:1024px) {

	.turbo-account-page .customer-details .woocommerce-billing-fields__field-wrapper P,
	.turbo-account-page .customer-details .woocommerce-shipping-fields__field-wrapper P,
	.turbo-checkout-page .customer-details .woocommerce-billing-fields__field-wrapper P,
	.turbo-checkout-page .customer-details .woocommerce-shipping-fields__field-wrapper P {
		margin-bottom: 20px !important
	}
}

@media (min-width:768px) {

	.turbo-account-page .customer-details .woocommerce-billing-fields__field-wrapper p.form-row-wide,
	.turbo-account-page .customer-details .woocommerce-shipping-fields__field-wrapper p.form-row-wide,
	.turbo-checkout-page .customer-details .woocommerce-billing-fields__field-wrapper p.form-row-wide,
	.turbo-checkout-page .customer-details .woocommerce-shipping-fields__field-wrapper p.form-row-wide {
		grid-column-end: 3;
		grid-column-start: 1
	}
}

.turbo-account-page .woocommerce-checkout-payment,
.turbo-checkout-page .woocommerce-checkout-payment {
	background: transparent !important
}

.turbo-account-page .woocommerce-checkout-payment .wc_payment_methods,
.turbo-checkout-page .woocommerce-checkout-payment .wc_payment_methods {
	border: none !important;
	padding: 0 !important
}

.turbo-account-page .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method,
.turbo-checkout-page .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
	border-bottom: 1px dashed #dfe1e4 !important;
	padding: 10px 0
}

.turbo-account-page .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type=radio],
.turbo-checkout-page .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type=radio] {
	display: none
}

.turbo-account-page .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type=radio]:checked~label:before,
.turbo-checkout-page .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type=radio]:checked~label:before {
	border-color: var(--icon-clr);
	border-width: 5px
}

.turbo-account-page .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label,
.turbo-checkout-page .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
	padding-left: 32px;
	position: relative
}

.turbo-account-page .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label:before,
.turbo-checkout-page .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label:before {
	border: 2px solid #dee0e6;
	border-radius: 14px;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px
}

.turbo-account-page .woocommerce-checkout-payment .payment_box,
.turbo-checkout-page .woocommerce-checkout-payment .payment_box {
	background: transparent !important;
	padding: 0 !important
}

.turbo-account-page .woocommerce-checkout-payment .payment_box:before,
.turbo-checkout-page .woocommerce-checkout-payment .payment_box:before {
	display: none !important
}

.turbo-account-page .woocommerce-checkout-payment .place-order,
.turbo-checkout-page .woocommerce-checkout-payment .place-order {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important
}

.turbo-account-page .woocommerce-checkout-payment .place-order button[type=submit],
.turbo-checkout-page .woocommerce-checkout-payment .place-order button[type=submit] {
	background: var(--color-brand);
	float: none !important;
	margin-top: 25px;
	padding: 14px 15px;
	width: 100%
}

.turbo-account-page .turbo-accordion .accordion-section,
.turbo-checkout-page .turbo-accordion .accordion-section {
	margin-bottom: 20px
}

.turbo-account-page .turbo-accordion .accordion-section:not(:last-of-type),
.turbo-checkout-page .turbo-accordion .accordion-section:not(:last-of-type) {
	border-bottom: 1px dashed var(--divider)
}

@media (min-width:640px) {

	.turbo-account-page .turbo-accordion .accordion-section:not(:last-of-type),
	.turbo-checkout-page .turbo-accordion .accordion-section:not(:last-of-type) {
		border-bottom: none
	}
}

.turbo-account-page .turbo-accordion .accordion-section .accordion-heading,
.turbo-checkout-page .turbo-accordion .accordion-section .accordion-heading {
	padding-right: 42px;
	position: relative
}

.turbo-account-page .turbo-accordion .accordion-section .accordion-heading.accordion-active:after,
.turbo-checkout-page .turbo-accordion .accordion-section .accordion-heading.accordion-active:after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 .01a.978.978 0 0 0-.693.287l-6.02 6.02a.98.98 0 1 0 1.387 1.386L7 2.377l5.326 5.326a.98.98 0 1 0 1.387-1.387L7.693.296A.978.978 0 0 0 7 .01Z' fill='%234B5563'/%3E%3C/svg%3E")
}

.turbo-account-page .turbo-accordion .accordion-section .accordion-heading:after,
.turbo-checkout-page .turbo-accordion .accordion-section .accordion-heading:after {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: var(--bg);
	border-radius: 8px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7.99a.978.978 0 0 1-.693-.287l-6.02-6.02A.98.98 0 1 1 1.674.297L7 5.623 12.326.297a.98.98 0 1 1 1.387 1.387l-6.02 6.02A.978.978 0 0 1 7 7.99Z' fill='%234B5563'/%3E%3C/svg%3E");
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 34px
}

.turbo-account-page .turbo-accordion .accordion-section .accordion-content figure,
.turbo-checkout-page .turbo-accordion .accordion-section .accordion-content figure {
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	margin-top: 0;
	padding: 20px
}

.turbo-account-page button.button,
.turbo-checkout-page button.button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.turbo-account-page .order-summary-shipping p:last-of-type,
.turbo-checkout-page .order-summary-shipping p:last-of-type {
	display: none
}

.turbo-account-page .order-summary-shipping .woocommerce-shipping-methods,
.turbo-checkout-page .order-summary-shipping .woocommerce-shipping-methods {
	margin-top: 0 !important;
	padding-top: 0 !important;
	text-align: right
}

.turbo-account-page .order-summary-shipping .woocommerce-shipping-methods li,
.turbo-checkout-page .order-summary-shipping .woocommerce-shipping-methods li {
	margin-bottom: 0 !important
}

.turbo-account-page .order-summary-shipping .woocommerce-shipping-methods li:not(:first-child),
.turbo-checkout-page .order-summary-shipping .woocommerce-shipping-methods li:not(:first-child) {
	margin-top: 12px
}

.turbo-account-page .order-summary-shipping .woocommerce-shipping-methods li .amount,
.turbo-checkout-page .order-summary-shipping .woocommerce-shipping-methods li .amount {
	font-weight: 400 !important
}

.turbo-account-page .woocommerce-remove-coupon,
.turbo-checkout-page .woocommerce-remove-coupon {
	margin-left: 4px
}

.turbo-account-page .woocommerce-remove-coupon:hover,
.turbo-checkout-page .woocommerce-remove-coupon:hover {
	text-decoration: underline
}

.turbo-account-page .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,
.turbo-checkout-page .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	background-color: var(--bg);
	border-radius: 10px;
	grid-column: 1/-1;
	overflow: hidden
}

.turbo-account-page .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li>strong,
.turbo-checkout-page .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li>strong {
	display: block
}

.rnb-error-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: var(--bg);
	border-color: var(--color-brand);
	border-radius: 10px;
	overflow: hidden
}

.rnb-error-message,
.rnb-error-message:before,
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	color: var(--color-brand)
}

.rnb-error-message {
	border-radius: 6px
}

.turbo-product-page .product_title+.price,
.turbo-product-page .woocommerce-product-details__short-description+.price,
.turbo-product-page .woocommerce-product-rating+.price {
	border-bottom: 1px dashed var(--divider);
	padding-bottom: 22px
}

.turbo-product-page .product_title+.price .amount,
.turbo-product-page .woocommerce-product-details__short-description+.price .amount,
.turbo-product-page .woocommerce-product-rating+.price .amount {
	color: var(--color-brand);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -.05em;
	line-height: 28px;
	text-transform: none
}

@media (min-width:640px) {

	.turbo-product-page .product_title+.price .amount,
	.turbo-product-page .woocommerce-product-details__short-description+.price .amount,
	.turbo-product-page .woocommerce-product-rating+.price .amount {
		font-size: 24px;
		line-height: 31px
	}
}

body.admin-bar .type-product .product-carousel-container {
	top: 140px
}


.turbo-product-page .chosen-container-single,
.turbo-product-page .rnb-component-wrapper input,
.turbo-product-page .turbo-form-input {
	background: var(--bg);
	border-radius: 8px;
	color: var(--input-clr);
	font-size: var(--default-font-size);
	letter-spacing: -.05em;
	line-height: 18px;
	padding: 14px 24px
}

.turbo-product-page .rnb-cart #quote-content-confirm,
.turbo-product-page .rnb-cart button[type=submit],
.turbo-product-page .rnb-cart button[type=submit]:disabled {
	background: var(--color-brand) !important;
	float: none !important;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 14px 15px !important
}

.turbo-product-page .rnb-cart #quote-content-confirm {
	height: auto
}

.turbo-product-page .product_title {
	color: var(--color-brand);
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -.05em;
	line-height: 38px;
	margin-bottom: 12px
}

@media (min-width:640px) {
	.turbo-product-page .product_title {
		font-size: 30px;
		line-height: 39px
	}
}

.turbo-product-page .woocommerce-product-rating {
	margin-bottom: 10px !important
}

.turbo-product-page .product_meta {
	--tw-shadow: 0px 2px 8px rgba(17, 24, 39, .06);
	--tw-shadow-colored: 0px 2px 8px var(--tw-shadow-color);
	border-radius: .5rem;
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
	padding: 1.25rem
}

.turbo-product-page .product_meta span a {
	font-weight: 500
}

.turbo-product-page .chosen-container {
	border: 1px solid var(--bg) !important;
	height: 48px
}

.turbo-product-page .chosen-container-single .chosen-single {
	background: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: auto;
	line-height: normal;
	padding: 0
}

.turbo-product-page .chosen-container-single .chosen-single div {
	height: 22px;
	top: 0
}

.turbo-product-page .chosen-container-single .chosen-single div>b {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.28.222a.762.762 0 0 1 0 1.07l-4 4.037a.745.745 0 0 1-1.06 0l-4-4.037a.762.762 0 0 1 0-1.07.745.745 0 0 1 1.06 0l3.47 3.502L8.22.222a.745.745 0 0 1 1.06 0Z' fill='%234B5563'/%3E%3C/svg%3E") no-repeat 50%
}

.turbo-product-page .chosen-container-active.chosen-with-drop .chosen-single div>b {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.28 5.33a.762.762 0 0 0 0-1.071l-4-4.037a.745.745 0 0 0-1.06 0l-4 4.037a.762.762 0 0 0 0 1.07.745.745 0 0 0 1.06 0l3.47-3.502L8.22 5.33a.745.745 0 0 0 1.06 0Z' fill='%234B5563'/%3E%3C/svg%3E") no-repeat 50%
}

.turbo-product-page .chosen-container .chosen-drop {
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06));
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06));
	margin-top: 10px;
	overflow: hidden
}

.turbo-product-page .chosen-container .chosen-drop .chosen-search {
	border-bottom: 1px solid #dfdfdf;
	padding: 0
}

.turbo-product-page .chosen-container .chosen-drop .chosen-search input {
	color: var(--color-brand);
	font-size: 14px;
	padding: 0 14px
}

.turbo-product-page .chosen-container .chosen-results {
	padding-bottom: 6px;
	padding-top: 6px
}

.turbo-product-page .chosen-container .chosen-results li {
	border: none;
	color: var(--color-brand);
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 8px;
	padding-top: 8px
}

.turbo-product-page .chosen-container .chosen-results li.highlighted {
	background-color: var(--bg)
}

.turbo-product-page .rnb-component-wrapper>h5,
.turbo-product-page .rnb-select-wrapper>h5 {
	color: var(--color-brand);
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 12px !important;
	padding-bottom: 0;
	text-transform: uppercase
}

.turbo-product-page .rnb-component-wrapper input {
	background: var(--bg) !important;
	border: none !important;
	height: auto
}

.turbo-product-page .rnb-component-wrapper i {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.turbo-product-page .rnb-pricing-plan-link {
	background: var(--bg) !important;
	border-radius: 8px;
	padding-bottom: 14px !important;
	padding-top: 14px !important
}

.turbo-product-page .custom-block {
	font-size: calc(var(--body-font-size) - 1px);
	padding-left: 50px;
	z-index: 1
}

@media (min-width:479px) {
	.turbo-product-page .custom-block {
		font-size: var(--body-font-size)
	}
}

.turbo-product-page .custom-block input[type=checkbox]+span:before {
	height: 20px;
	width: 20px
}

.turbo-product-page .custom-block input[type=checkbox]:checked+span:before {
	left: 16px !important
}

.turbo-product-page .custom-block input[type=checkbox]:checked+span:after {
	background: var(--color-brand);
	border-color: var(--color-brand)
}

.turbo-product-page .custom-block span {
	color: var(--color-brand)
}

.turbo-product-page .custom-block span:after {
	background-color: var(--paragraph-secondary);
	height: 22px;
	width: 37px
}

.turbo-product-page .flex-direction-nav a:before {
	font-size: 24px
}

.turbo-product-page .date-time-picker .drop-off-date-picker i,
.turbo-product-page .date-time-picker .drop-off-time-picker i,
.turbo-product-page .date-time-picker .pick-up-date-picker i,
.turbo-product-page .date-time-picker .pick-up-time-picker i {
	font-size: 18px;
	left: 20px
}

.turbo-product-page .date-time-picker .drop-off-date-picker input,
.turbo-product-page .date-time-picker .drop-off-time-picker input,
.turbo-product-page .date-time-picker .pick-up-date-picker input,
.turbo-product-page .date-time-picker .pick-up-time-picker input {
	padding-left: 48px !important
}

.turbo-product-page .item-arrtributes ul,
.turbo-product-page .item-extras ul {
	padding-left: 0
}

.turbo-product-page .item-arrtributes ul li,
.turbo-product-page .item-extras ul li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 0 10px;
	width: 50%
}

.turbo-product-page .booking-pricing-info ul {
	padding: 0
}

.turbo-product-page .booking-pricing-info ul li {
	border-style: dashed
}

.turbo-product-page .booking-pricing-info ul li .name {
	color: var(--color-brand);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 18px;
	text-transform: uppercase
}

.turbo-product-page .booking-pricing-info ul li .price {
	line-height: 18px
}

.turbo-product-page .btn-book-now {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}


.turbo-product-page .woocommerce-notices-wrapper {
	padding-left: 1rem;
	padding-right: 1rem
}

@media (min-width:1024px) {
	.turbo-product-page .woocommerce-notices-wrapper {
		width: 100%
	}

	@media (min-width:500px) {
		.turbo-product-page .woocommerce-notices-wrapper {
			max-width: 500px
		}
	}

	@media (min-width:640px) {
		.turbo-product-page .woocommerce-notices-wrapper {
			max-width: 640px
		}
	}

	@media (min-width:768px) {
		.turbo-product-page .woocommerce-notices-wrapper {
			max-width: 768px
		}
	}

	@media (min-width:1024px) {
		.turbo-product-page .woocommerce-notices-wrapper {
			max-width: 1024px
		}
	}

	@media (min-width:1280px) {
		.turbo-product-page .woocommerce-notices-wrapper {
			max-width: 1280px
		}
	}

	@media (min-width:1440px) {
		.turbo-product-page .woocommerce-notices-wrapper {
			max-width: 1440px
		}
	}

	@media (min-width:1780px) {
		.turbo-product-page .woocommerce-notices-wrapper {
			max-width: 1780px
		}
	}

	@media (min-width:2160px) {
		.turbo-product-page .woocommerce-notices-wrapper {
			max-width: 2160px
		}
	}

	.turbo-product-page .woocommerce-notices-wrapper {
		margin-left: auto;
		margin-right: auto;
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
}

@media (min-width:1780px) {
	.turbo-product-page .woocommerce-notices-wrapper {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

@media (max-width:500px) {
	.turbo-product-page .woocommerce-notices-wrapper .woocommerce-message {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.turbo-product-page .woocommerce-notices-wrapper .woocommerce-message a {
		display: block;
		margin-top: 12px;
		text-align: center
	}
}


.turbo-product-page .accordion-section button {
	position: relative
}

.turbo-product-page .accordion-section button:after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.28 5.33a.762.762 0 0 0 0-1.071l-4-4.037a.745.745 0 0 0-1.06 0l-4 4.037a.762.762 0 0 0 0 1.07.745.745 0 0 0 1.06 0l3.47-3.502L8.22 5.33a.745.745 0 0 0 1.06 0Z' fill='%234B5563'/%3E%3C/svg%3E");
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.turbo-product-page .accordion-section button.accordion-active:after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.28.222a.762.762 0 0 1 0 1.07l-4 4.037a.745.745 0 0 1-1.06 0l-4-4.037a.762.762 0 0 1 0-1.07.745.745 0 0 1 1.06 0l3.47 3.502L8.22.222a.745.745 0 0 1 1.06 0Z' fill='%234B5563'/%3E%3C/svg%3E")
}

.turbo-product-page .accordion-section button svg {
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn)
}

.turbo-product-page .redq-select-boxes {
	height: 45px;
	width: 100%
}

.turbo-product-page .flexslider {
	margin-bottom: 0
}

.turbo-product-page .flexslider .flex-viewport {
	height: 100%
}

.turbo-product-page #cal-submit-btn,
.turbo-product-page #drop-cal-submit-btn {
	background: var(--color-brand);
	border-radius: 8px;
	color: #fff;
	padding: 6px 10px
}

.turbo-product-page .woocommerce-Reviews-title {
	display: none
}

.turbo-product-page .woocommerce-Reviews .commentlist {
	padding-left: 0
}

.turbo-product-page .woocommerce-Reviews .commentlist li .comment_container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}

@media (min-width:640px) {
	.turbo-product-page .woocommerce-Reviews .commentlist li .comment_container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.turbo-product-page .woocommerce-Reviews .commentlist li .comment_container img.avatar {
	background: transparent !important;
	border: none !important;
	border-radius: 50%;
	float: none !important;
	height: 30px !important;
	padding: 0 !important;
	position: static !important;
	width: 30px !important
}

.turbo-product-page .woocommerce-Reviews .commentlist li .comment_container .comment-text {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important
}

.turbo-product-page .woocommerce-Reviews .commentlist li .comment_container .comment-text .star-rating {
	float: none;
	margin-bottom: 4px
}

.turbo-product-page .woocommerce-Reviews .commentlist li .comment_container .comment-text p.meta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 0 !important
}

.turbo-product-page .woocommerce-Reviews .commentlist li .comment_container .comment-text p.meta .woocommerce-review__author {
	word-break: break-word
}

.turbo-product-page .woocommerce-Reviews .commentlist li .comment_container .comment-text p.meta .woocommerce-review__dash {
	display: none
}

.turbo-product-page .woocommerce-Reviews .commentlist li .comment_container .comment-text p.meta .woocommerce-review__published-date {
	text-decoration: underline
}

.turbo-product-page .woocommerce-Reviews .commentlist li .comment_container .comment-text .description {
	color: var(--color-brand)
}

.turbo-product-page .woocommerce-Reviews .commentlist li .comment_container .comment-text .description:first-letter {
	text-transform: uppercase
}

.turbo-product-page .woocommerce-Reviews .comment-respond .comment-reply-title {
	font-weight: 700;
	text-transform: capitalize
}

.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:768px) {
	.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form {
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
		display: grid;
		grid-template-columns: 1fr 1fr
	}
}

@media (min-width:1024px) {
	.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:768px) {

	.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form div,
	.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form p {
		grid-column: 1/3
	}
}

.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form .comment-notes {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px
}

@media (min-width:768px) {
	.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form .comment-form-author {
		grid-column: 1/2
	}

	.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form .comment-form-email {
		grid-column: 2/3
	}
}

.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form .comment-form-author,
.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form .comment-form-email {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0
}

.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form .comment-form-author label,
.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form .comment-form-email label {
	margin-bottom: 0
}

.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form .comment-form-cookies-consent label {
	font-size: 13px
}

.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit {
	-webkit-transition: -webkit-transform .15s ease;
	transition: -webkit-transform .15s ease;
	transition: transform .15s ease;
	transition: transform .15s ease, -webkit-transform .15s ease
}

.turbo-product-page .woocommerce-Reviews .comment-respond .comment-form .form-submit .submit:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}

.turbo-product-page .flexslider:hover .flex-direction-nav a {
	opacity: 1 !important
}

.turbo-product-page .flex-direction-nav a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 4px rgba(17, 24, 39, .12);
	box-shadow: 0 2px 4px rgba(17, 24, 39, .12);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	width: 36px
}

@media (min-width:1024px) {
	.turbo-product-page .flex-direction-nav a {
		height: 44px;
		width: 44px
	}
}

.turbo-product-page .flex-direction-nav a:before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.6 1.357a1.377 1.377 0 0 0-1.928 0L.4 8.53a1.332 1.332 0 0 0 0 1.903l7.273 7.173a1.377 1.377 0 0 0 1.929 0 1.332 1.332 0 0 0 0-1.902L3.292 9.48 9.601 3.26a1.332 1.332 0 0 0 0-1.902Z' fill='%23111827'/%3E%3C/svg%3E")
}

.turbo-product-page .flex-direction-nav a.flex-disabled {
	display: none
}

.turbo-product-page .flex-direction-nav .flex-nav-next a:before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.4 1.357a1.377 1.377 0 0 1 1.928 0L9.6 8.53a1.332 1.332 0 0 1 0 1.903l-7.273 7.173a1.377 1.377 0 0 1-1.929 0 1.332 1.332 0 0 1 0-1.902L6.708 9.48.399 3.26a1.332 1.332 0 0 1 0-1.902Z' fill='%23111827'/%3E%3C/svg%3E")
}

.turbo-product-page .attributes.categories-attr .quantity {
	margin-right: 0
}

.turbo-product-page .attributes.categories-attr .quantity input {
	min-height: 40px;
	padding: 0 10px;
	width: 60px !important
}

@media screen and (max-width:1023px) {
	body>.xdsoft_datetimepicker .xdsoft_datepicker.active {
		display: block
	}
}

.turbo-filter-result-header .woocommerce-notices-wrapper {
	display: none
}

.turbo-filter-result-header .woocommerce-result-count {
	margin-bottom: 0
}

@media (max-width:499px) {
	.turbo-filter-result-header .woocommerce-result-count {
		margin-bottom: 20px
	}
}

.turbo-filter-result-header .woocommerce-ordering {
	float: none;
	margin-bottom: 0 !important
}

.turbo-shop-page .select2-selection--single {
	background-color: var(--bg);
	border-color: transparent !important;
	height: 46px !important
}

.turbo-shop-page .select2-selection.select2-selection--single {
	border: none;
	height: auto
}

.turbo-shop-page .select2-selection.select2-selection--single .select2-selection__rendered {
	line-height: normal;
	padding: 0
}

.turbo-shop-page .select2-selection.select2-selection--single .select2-selection__arrow {
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-62%);
	-ms-transform: translateY(-62%);
	transform: translateY(-62%)
}

.turbo-shop-page .select2-selection.select2-selection--single .select2-selection__arrow b {
	border: 1px solid;
	border-color: transparent var(--color-brand) var(--color-brand) transparent;
	height: 8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform .15s ease;
	transition: -webkit-transform .15s ease;
	transition: transform .15s ease;
	transition: transform .15s ease, -webkit-transform .15s ease;
	width: 8px
}

.turbo-shop-page .select2-dropdown {
	background-color: var(--bg);
	border: none;
	border-radius: 8px;
	overflow: hidden
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 2rem
}

.woocommerce nav.woocommerce-pagination ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	border-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -.5rem
}

.woocommerce nav.woocommerce-pagination ul li {
	border-width: 0;
	margin-bottom: .5rem;
	margin-left: .25rem;
	margin-right: .25rem
}

.woocommerce nav.woocommerce-pagination ul li:last-child {
	margin-right: 0
}

.woocommerce nav.woocommerce-pagination ul li:last-child a {
	font-size: 24px
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background-color: var(--color-bg, #f3f4f6);
	border-radius: .25rem;
	color: var(--color-brand, #111827);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	height: 2.5rem;
	justify-content: center;
	text-align: center;
	-webkit-transition: all .15s cubic-bezier(.4, 0, .2, 1);
	transition: all .15s cubic-bezier(.4, 0, .2, 1);
	width: 2.5rem
}

.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: var(--color-brand, #111827);
	color: #fff
}

.turbo-endpoint-page .woocommerce-order>p,
.turbo-endpoint-page .woocommerce-thankyou-order-received {
	display: none
}

.woocommerce ul.woocommerce-thankyou-order-details {
	display: grid;
	grid-template-columns: 1fr;
	margin: 40px auto;
	row-gap: 20px;
	text-align: center
}

.woocommerce ul.woocommerce-thankyou-order-details:after,
.woocommerce ul.woocommerce-thankyou-order-details:before {
	display: none
}

@media (min-width:640px) {
	.woocommerce ul.woocommerce-thankyou-order-details {
		grid-template-columns: repeat(2, 1fr);
		text-align: left
	}
}

@media (min-width:768px) {
	.woocommerce ul.woocommerce-thankyou-order-details {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (min-width:1024px) {
	.woocommerce ul.woocommerce-thankyou-order-details {
		grid-template-columns: repeat(5, 1fr);
		margin-bottom: 70px;
		margin-top: 70px
	}
}

@media (min-width:1280px) {
	.woocommerce ul.woocommerce-thankyou-order-details {
		max-width: 1050px;
		width: 100%
	}
}

@media (min-width:1400px) {
	.woocommerce ul.woocommerce-thankyou-order-details {
		max-width: 1080px
	}
}

.woocommerce ul.woocommerce-thankyou-order-details li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	border-right-style: none;
	color: var(--paragraph-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-weight: 400;
	justify-content: space-between;
	margin-bottom: 0;
	margin-right: 0;
	padding-right: 0;
	text-transform: uppercase
}

.woocommerce ul.woocommerce-thankyou-order-details li:last-child {
	margin-right: 0;
	padding-right: 0
}

@media (min-width:640px) {
	.woocommerce ul.woocommerce-thankyou-order-details li {
		border-right-style: solid;
		display: inline;
		margin-right: 1.625rem;
		padding-right: 1.625rem
	}
}

.woocommerce ul.woocommerce-thankyou-order-details li strong {
	color: var(--color-brand);
	font-size: 16px;
	font-weight: 500;
	margin-top: 4px
}

.woocommerce ul.woocommerce-thankyou-order-details li.method {
	text-align: start
}

.woocommerce ul.woocommerce-thankyou-order-details li.method strong {
	text-align: end
}

@media (min-width:640px) {
	.woocommerce ul.woocommerce-thankyou-order-details li.method strong {
		text-align: start
	}
}

.woocommerce ul.woocommerce-thankyou-order-details+p {
	text-align: center
}

.woocommerce-order-details {
	margin: 0 auto;
	max-width: 1350px;
	width: 100%
}

.woocommerce-order-details table td {
	padding-bottom: 20px !important;
	padding-top: 20px !important
}

@media (min-width:1024px) {
	.woocommerce-order-details table td {
		padding-bottom: 40px !important;
		padding-top: 40px !important
	}
}

.woocommerce-order-details table thead tr th:first-child {
	border-bottom-left-radius: 6px
}

.woocommerce-order-details table thead tr th:last-child {
	border-bottom-right-radius: 6px
}

.woocommerce-order-details table tbody tr td {
	border-bottom: 1px solid var(--divider) !important
}

.woocommerce-order-details table tbody tr td.product-name p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px
}

.woocommerce-order-details table tbody tr td.product-name p a {
	color: var(--color-brand);
	display: inline-block;
	font-weight: 500
}

.woocommerce-order-details table tbody tr td.product-name p strong {
	color: var(--paragraph-primary);
	font-weight: 400
}

.woocommerce-order-details table tbody tr td.product-name ul.wc-item-meta {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	display: none;
	flex-grow: 1;
	padding-left: 0
}

.woocommerce-order-details table tbody tr td.product-name ul.wc-item-meta li strong.wc-item-meta-label {
	display: block;
	float: none
}

.woocommerce-order-details table tbody tr td.product-name ul.wc-item-meta li p {
	color: var(--paragraph-primary);
	font-size: 14px;
	margin-top: 4px
}

.turbo-account-page .addresses,
.turbo-checkout-page .addresses {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin: 40px auto 0;
	max-width: 100%;
	width: 100%
}

@media (min-width:640px) {

	.turbo-account-page .addresses,
	.turbo-checkout-page .addresses {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media (min-width:1024px) {

	.turbo-account-page .addresses,
	.turbo-checkout-page .addresses {
		margin-top: 70px
	}
}

.turbo-account-page .addresses:after,
.turbo-account-page .addresses:before,
.turbo-checkout-page .addresses:after,
.turbo-checkout-page .addresses:before {
	display: none
}

.turbo-account-page .addresses>div,
.turbo-checkout-page .addresses>div {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	float: none !important;
	width: 100% !important
}

@media (min-width:640px) {

	.turbo-account-page .addresses>div,
	.turbo-checkout-page .addresses>div {
		min-width: 48%;
		width: auto !important
	}
}

.turbo-account-page .addresses h2,
.turbo-account-page .addresses h3,
.turbo-checkout-page .addresses h2,
.turbo-checkout-page .addresses h3 {
	color: var(--color-brand);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 12px;
	text-transform: uppercase
}

.turbo-account-page .addresses address,
.turbo-checkout-page .addresses address {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	background-color: var(--bg);
	border-radius: 8px;
	color: var(--input-clr);
	flex-grow: 1;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0
}

.turbo-product-category-page .woocommerce-ordering .select2 .selection .select2-selection {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: #dfdfdf;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 44px;
	padding-left: 6px;
	padding-right: 12px
}

.turbo-product-category-page .woocommerce-ordering .select2 .selection .select2-selection:hover {
	border-color: var(--color-brand)
}

.turbo-product-category-page .woocommerce-ordering .select2 .selection .select2-selection .select2-selection__rendered {
	padding-right: 30px
}

.turbo-product-category-page .woocommerce-ordering .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
	color: rgba(18, 24, 38, .5);
	font-size: 14px;
	text-transform: capitalize
}

.turbo-product-category-page .woocommerce-ordering .select2 .selection .select2-selection .select2-selection__arrow {
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-62%);
	-ms-transform: translateY(-62%);
	transform: translateY(-62%)
}

.turbo-product-category-page .woocommerce-ordering .select2 .selection .select2-selection .select2-selection__arrow b {
	border: 1px solid;
	border-color: transparent var(--color-brand) var(--color-brand) transparent;
	height: 8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform .15s ease;
	transition: -webkit-transform .15s ease;
	transition: transform .15s ease;
	transition: transform .15s ease, -webkit-transform .15s ease;
	width: 8px
}

.turbo-product-category-page .woocommerce-ordering .select2-container--open .selection .select2-selection {
	border-color: var(--color-brand)
}

.woocommerce-shipping-methods input {
	display: none
}

.woocommerce-shipping-methods input[type=radio]:checked~label:before {
	border-color: var(--icon-clr);
	border-width: 5px
}

.woocommerce-shipping-methods label {
	padding-left: 32px;
	position: relative
}

.woocommerce-shipping-methods label:before {
	border: 2px solid #dee0e6;
	border-radius: 14px;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px
}