
.woocommerce #order_review .variation dd.variation-AppointmentInformation, .woocommerce #order_review .variation dt.variation-AppointmentInformation, .woocommerce .woocommerce-cart-form .variation dd.variation-AppointmentInformation, .woocommerce .woocommerce-cart-form .variation dt.variation-AppointmentInformation {
	margin: 10px 0 3px;
	display: inline-block;
}

.woocommerce #order_review .variation dd, .woocommerce #order_review .variation dt, .woocommerce .woocommerce-cart-form .variation dd, .woocommerce .woocommerce-cart-form .variation dt {
	text-transform: capitalize;
}

body:not(.jet-woo-builder-elementor-template) .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details.order_details {
	margin: 0 0 1em;
}

body:not(.jet-woo-builder-elementor-template) .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details.order_details li {
	float: none;
	font-size: .8em;
}

body:not(.jet-woo-builder-elementor-template) .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details.order_details li strong {
	display: initial;
}

.jet-apb-calendar-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.jet-apb-calendar.jet-apb-calendar-layout--sidebar_slots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

@media (max-width: 650px) {
	.jet-apb-calendar.jet-apb-calendar-layout--sidebar_slots {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.jet-apb-calendar.jet-apb-calendar-layout--sidebar_slots .jet-apb-calendar-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

.jet-apb-calendar-sidebar {
	padding: 0 0 0 30px;
}

.jet-ab-timezone-picker {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	position: relative;
	margin: 10px 0;
}

.jet-ab-timezone-picker__icon {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 9px;
	top: 50%;
	margin: -10px 0 0;
	z-index: 999;
}

.jet-ab-timezone-picker__icon svg {
	width: 100%;
	height: auto;
}

.jet-ab-timezone-picker__icon svg path {
	fill: currentColor;
}

.jet-ab-timezone-picker .choices__inner {
	padding-left: 28px;
}

.jet-ab-timezone-picker .choices[data-type*=select-one] .choices__input {
	border-top: none;
	border-left: none;
	border-right: none;
}

.jet-apb-recurrence-app-settings .jet-apb-recurrence-type {
	margin: 5px 0;
}

.jet-apb-recurrence-app-settings .jet-apb__week-day {
	margin: 4px;
}

.jet-apb-recurrence-app-settings .jet-apb__week-day input {
	display: none;
	visibility: hidden;
}

.jet-apb-recurrence-app-settings .jet-apb__week-day>span {
	background-color: #efefef;
	border-radius: 4px;
	border: 1px solid #d0d0d0;
	overflow: auto;
	min-width: 36px;
	min-height: 36px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.jet-apb-recurrence-app-settings .jet-apb__week-day>span:hover, .jet-apb-recurrence-app-settings .jet-apb__week-day>input:checked+span {
	background-color: #0a3380;
	border-color: #0a3380;
	color: #fff;
}

.jet-apb-recurrence-app-settings .jet-apb__week-day.week-day-disabled>span {
	opacity: .5;
}

.jet-apb-switcher {
	margin: 6px;
}

.jet-apb-switcher__input {
	visibility: hidden;
	display: none;
}

.jet-apb-switcher label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jet-apb-switcher__wrapper {
	display: block;
	margin: -5px 5px 0;
	width: 36px;
	position: relative;
	cursor: pointer;
	padding: 3px 0;
}

.jet-apb-switcher__panel {
	display: block;
	width: 100%;
	height: 12px;
	border-radius: 6px;
	background: #ececec;
}

.jet-apb-switcher__trigger {
	display: block;
	background: #fff;
	width: 18px;
	height: 18px;
	left: 0;
	top: 50%;
	margin-top: -9px;
	-webkit-box-shadow: 0 1px 4px rgba(35, 40, 45, .24);
	box-shadow: 0 1px 4px rgba(35, 40, 45, .24);
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	border-radius: 100%;
	position: absolute;
}

.jet-apb-switcher__input:checked ~ .jet-apb-switcher__panel {
	background: #cce5f1;
}

.jet-apb-switcher__input:checked ~ .jet-apb-switcher__trigger {
	background: #007cba;
	left: calc(100% - 18px);
}
