/*---------------------------------- FROM time-slot.css end ----------------------------------*/
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.time-slot-shadow {
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.5);
}

.has-selected-quantity {
	font-weight: bold;
}

.all-slots {
	cursor: pointer;
}

.time-slot-datepicker {
	position: relative;
}

.time-slot-datepicker .btn:hover {
	background: #444444;
}

.filter-slots {
	width: 48px;
	margin-bottom: 0;
}

input#time-slot-datepicker {
	background: no-repeat;
	border: none;
	box-shadow: none;
	color: white;
	font-size: 18px;
	margin-bottom: 0;
	box-sizing: border-box;
	height: 40px;
	width: 55%;
	padding-left: 51px;
	cursor: default;
}

input#time-slot-datepicker-actual-date {
	font-size: 17px;
	padding: 10px 50px;
	cursor: default;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: white;
	border: none;
	margin: 0
}

button.ui-datepicker-trigger {
	border: none;
	font-size: 25px;
	color: #dadadc;
	height: 40px;
	width: 43px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
}

button.ui-datepicker-trigger:before {
	content: "\f073";
	position: absolute;
	top: 7px;
	left: 10px;
}

button.ui-datepicker-trigger:focus {
	outline: none
}

.selected-date h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.selected-dates {
	display: none !important;
	margin-top: -40px;
}

.selected-dates .calendar-flipper {
	text-align: right;
	font-size: 17px;
	margin-bottom: 10px
}

.selected-dates .calendar-flipper .btn:focus {
	outline: none;
}

.selected-dates .calendar-flipper .prev-week,
.selected-dates .calendar-flipper .next-week {
	cursor: pointer;
	height: 40px;
	width: 35px;
	margin: 0;
	padding: 0;
	margin-right: 4px;
}

.selected-dates .no-tickets-title {
	color: white;
	margin: 50px 0 0;
	text-shadow: none
}

.selected-dates div.wrapper {

}

.selected-dates div.day-cell {
	padding: 10px 0;
	width: 14%;
	border: 1px solid #6d7175;
	color: white;
	text-align: center;
	margin-right: -1px;
	cursor: pointer;
}

.selected-dates div.day-cell > p {
	margin-bottom: 0;
}
.selected-dates div.day-cell.disabled {
	cursor: default;
}
.selected-dates div.day-cell.disabled > p {
	opacity: 0.4;
}
.selected-dates div.day-cell.selected-day-cell {
	background: #303235;
	cursor: default;
}

/*time slots*/
.time-slot-block {
	border: 1px solid #6d7175;
	margin: 0;
	padding: 20px;
	background: #4d5156;
	font-weight: 300;
	margin-bottom: 20px;
}

.time-slot-block .time-slot-timer {
	width: 400px;
	margin: auto;
}

.time-slot-block .time-slot-timer .sales-starts {
	font-size: 17px;
	margin-bottom: 8px;
	text-align: left;
}

.time-slot-details .sales-not-started {
	display: none;
	text-align: center;
}

#notify-modal .modal-footer button {
	margin-top: 0;
}

#notify-modal .modal-footer .notify-modal-buy-button-block {
	display: none;
}

.time-slots {
	display: none;
	margin-top: 20px;
	margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%) inset;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2) inset;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%) inset;
}

.sticky-container.btn-buy-tickets-container {
	padding-bottom: 20px;
	padding-top: 0px;
}

.sticky-container.btn-buy-tickets-container .btn-buy-tickets {
	margin: 0px;
}

.time-slots ul.time-slots-list li {
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}
.time-slots ul.time-slots-list li.sold-out{
	opacity: 0.4;
	cursor: default;
}

.time-slots ul.time-slots-list li.selected-time-cell {
	background-color: #303235;
}

.time-slots ul.time-slots-list li:hover div.time-slot-types span {
	color: white;
}

.time-slots ul.time-slots-list li .time-slot-range {
	font-size: 16px;
	color: white;
}

.time-slots ul.time-slots-list li .time-slot-types {
	margin-top: 10px;
}

.time-slots ul.time-slots-list li .time-slot-types span {
	font-size: 13px;
	margin: 0;
	text-align: left;
	color: #dedede;
	display: block;
}

/*time slot details*/
.time-slot-details {
	padding: 0;
	margin: 0;
}

.time-slot-details > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* .time-slot-details > ul li {
	margin-top: 20px;
} */

.time-slot-details > ul li:first-child {
	margin-top: 0;
}

.time-slot-details > ul li {
	border: none;
}

.time-slot-details > ul li h4 {
	margin-top: 0;
	font-weight: bold;
}

.time-slot-details > ul li .slot-info {
	margin-bottom: 20px;
}

.time-slot-details > ul li .slot-info table {
	margin-bottom: 20px;
}

.time-slot-details > ul li .slot-ticket-quantity-block label,
.time-slot-details > ul li .slot-guest-ticket-quantity-block label {
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}

.time-slot-details > ul li .slot-ticket-quantity-block .slot-ticket-quantity {
	width: 55px;
	margin-bottom: 0;
}

.time-slot-details > ul li table tbody tr td {
	height: 0!important;
	padding: 4px!important;
	font-size: 13px;
}

.time-slot-details > ul li table tbody tr td del {
	display: inline-block !important;
}

.time-slot-details > ul li select.ticket-quantity {
	margin-bottom: 0;
}

.time-slot-details .slot-buy-tickets {
	margin-bottom: 0;
}
.time-slot-details .slot-buy-tickets:active {
	margin-bottom: -4px;
}

#add_to_cart {
	display: none;
}
.time-slot-am-pm{
	font-size: inherit;
}

/*---------------------------------- FROM time-slot.css end ----------------------------------*/
/**/
/**/
/**/
/**/
/*---------------------------------- FROM ml/time-slot.css start ----------------------------------*/


.tooltip.in {
	opacity: 1;
}

.ml-event .container {
	/*width: 940px;*/
}

/* time slots block */
.product-detailed-item .time-slot-block {
	background: #fff;
	border-radius: 8px;
	color: black;
}

.product-detailed-item .time-slot-block .filters-block {
	margin: auto;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.product-detailed-item .time-slot-block .filters-block .btn-filter {
	color: black;
	background: #e2e2e2;
	border: 1px solid #b7b7b7;
	font-weight: normal;
	padding: 7px 15px;
	outline: none;
}

.product-detailed-item .time-slot-block .filters-block .filter-group-title {
	margin: 0;
}

.product-detailed-item .time-slot-block .filters-block .filter-button-groups {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -5px;
	width: calc(100% + 10px);
}

.product-detailed-item .time-slot-block .filters-block .filter-button-group {
	margin: 10px 0 0 5px;
	color: white;
	background: #303030;
}

.product-detailed-item .time-slot-block .filters-block .filter-button-group.active {
	border-color: transparent;
	opacity: 0.6;
}

.product-detailed-item .time-slot-block .time-slot-title-block {
	font-size: 17px;
	margin-bottom: 15px;
	text-align: center;
}

.product-detailed-item .time-slot-block .time-slot-title-block i {
	font-size: 19px;
	color: #BEAE73;
}

.product-detailed-item .time-slot-datepicker {
	margin: auto;
	margin-bottom: 13px;
	text-align: center;
	border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%) inset;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2) inset;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%) inset;
    padding: 10px;
    background: rgba(0,0,0,.05);
}

.product-detailed-item .time-slot-datepicker button {
	height: 0;
	width: 0;
	left: 0;
	display: inline-block;
	position: static;
	background: none;
	margin-top: -33px;
}

.product-detailed-item .time-slot-datepicker button:before {
	content: "\f078";
	font-size: 17px;
	top: 7px;
	left: 11px;
	width: 155px;
	text-align: right;
	height: 25px;
	color: white;
}

.time-slot-datepicker.filter-message {
	font-size: 12px;
	display: none;
}

.product-detailed-item .time-slot-block .selected-dates {
	margin-top: 0;
	margin-bottom: 10px;
	display: flex;
	gap: 10px;
	flex-direction: row;
	justify-content: space-between;
}

.product-detailed-item .time-slot-block .selected-dates div.wrapper,
.product-detailed-item .time-slot-block .time-slots .time-slots-list,
.product-detailed-item .time-slot-block .time-slot-details > ul {
	margin: auto;
	margin-top: 0;
}

.product-detailed-item .time-slot-block .reset-block {
	margin-top: 10px;
}

.product-detailed-item .time-slot-block .reset-block .btn-reset {
	cursor: pointer;
	font-size: 15px;
	color: #940404;
	text-align: right;
	display: block;
	float: right;
	text-decoration: underline;
	font-weight: bold;
	margin: 0;
}

.product-detailed-item .time-slot-block .reset-block .btn-reset:hover {
	opacity: 0.8;
}

.product-detailed-item .time-slot-block .selected-dates .calendar-flipper {
	display: none;
}

.product-detailed-item .time-slot-block .selected-dates div.day-cell {
	padding: 19px;
	font-size: 14px;
	border: none;
	font-weight: bold;
	background: #e2e2e2;
	color: #272727;
}

.product-detailed-item .time-slot-block .selected-dates div.day-cell:not(.disabled):hover {
	background: #303030;
	color: #e9e9e9;
}

.product-detailed-item .time-slot-block .selected-dates div.day-cell.disabled {
	color: #9e9e9e;
}

.product-detailed-item .time-slot-block .selected-dates div.day-cell.selected-day-cell {
	font-weight: bold;
	background: #303030;
	color: #e9e9e9;
}

.product-detailed-item .time-slot-block .selected-dates div.day-cell:last-child {
	margin-right: 0
}

.product-detailed-item .time-slot-block .selected-dates div.day-cell > p:first-child {
	margin-bottom: -4px;
	text-transform: uppercase;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li.has-selected-quantity,
.product-detailed-item .time-slot-block .selected-dates div.day-cell.has-selected-quantity {
	outline: 1px dashed yellow;
}


.product-detailed-item .time-slot-block .time-slots {
	/* margin-top: 6px; */

}

.product-detailed-item .time-slot-block .time-slots .time-slots-list {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	justify-content: center;
}

/* .product-detailed-item .time-slot-block .time-slots .time-slots-list li {
	/* padding: 10px; */
} */

.product-detailed-item .time-slot-block .time-slots .time-slots-list .selected-time-cell {
	background: #eee
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li.time-slot-details {
	border: none;
	padding: 0;
	margin: 0;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li.time-slot-details:hover {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li.time-slot-details > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li.time-slot-details > ul li .includes {
	margin-top: -10px;
	font-size: 12px;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li.time-slot-details > ul li:nth-child(2n),
.product-detailed-item .time-slot-block .time-slots .time-slots-list li.time-slot-details > ul li:last-child {
	margin-right: 0;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li.time-slot-details > ul li:nth-child(n + 3) {
	margin-top: 10px;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li.time-slot-details > ul li .slot-info table tr td:first-child {
	text-align: right;
	font-weight: bold;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range {
	font-size: 25px;
	font-weight: bold;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minutes {
	display: flex;
    flex-wrap: wrap;
	padding: 10px;
	margin-top: 10px;
    gap: 5px;
	background: #333;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li:first-child .time-slot-range-minutes {
	margin-top: 0;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minute .slot-data {
	background: #555;
    cursor: pointer;
	text-align: left;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    box-sizing: border-box;
	padding: 3px 7px;

}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minute span {
	font-size: 12px;
    font-weight: 700;

}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minute .slot-data:hover,
.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minute .slot-data:active,
.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minute .slot-data.selected {
	color: #000;
	background: #fff;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minutes > div {
	/* background: #333;
    cursor: pointer;
    padding: 7px 10px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    box-sizing: border-box; */
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minutes > div .group-color-dots {
	position: absolute;
	top: 4px;
	right: 4px;
}
.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minutes > div .group-color-dots span.slot-group-dot{
	width: 9px;
	height: 9px;
	display: block;
	float: left;
	border-radius: 5px;
	margin-left: 2px;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minutes > div:last-child {
	margin-right: 0;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minutes > div.selected-time-cell {
	background-color: #fff;
	color: #333;
	border-radius: 2px;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minutes > div.selected-time-cell,
.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minutes > div:hover {
	/* border: 1px solid #a0a0a0; */
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types {
	margin-top: inherit;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types .time-slot-types-by-time {
	display: none;
	margin-top: 10px;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p {
	font-size: 12px;
	margin-bottom: 0;
	text-align: left;
	display: inline-block;
	margin-right: 5px;
	padding: 3px 0;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span {
	display: inline-block;
	font-size: inherit;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span.stock-label {
	color: #000;
	text-transform: capitalize;
	font-weight: bold;
	margin-right: 5px;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span.stock-text {
	color: white;
	text-shadow: none;
	padding: 6px 8px 3px 8px;
	font-weight: normal;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span.stock-text[data-label="VIP"] {
	background-color: #BEAE73;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span.stock-text[data-label="FAD"] {
	background-color: #BEAE73;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span.stock-text[data-label="FANTASCENE DREAM"] {
	background-color: #BEAE73;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span.stock-text[data-label="Fad"] {
	background-color: #BEAE73;
}


.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span.stock-text[data-label="ga"] {
	background-color: #9C45C7;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span.stock-text[data-label="FANTASCENE PHOTOSHOOT"] {
	background-color: #BDCF00;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span.stock-text[data-label="gen"],
.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span.stock-text[data-label="ga"] {
	background-color: #9C45C7;
}

.product-detailed-item {
	margin-top: 140px;
}

.product-detailed-item .time-slot-block .time-slot-details {
	background: none;
	padding: 0;
	margin-bottom: 0;
}

.product-detailed-item .time-slot-block .time-slot-details ul li {
	border: none;
}

.product-detailed-item .time-slot-block .time-slot-details ul li:nth-child(2n) {
	margin-right: 0;
}


.product-detailed-item .time-slot-block .time-slot-details .single-slot {
	padding: 7px 10px;
}

.product-detailed-item .time-slot-block .time-slot-details .single-slot:nth-child(2n) {
	background: rgba(0,0,0,.05);
}

.product-detailed-item .time-slot-block .time-slot-details .single-slot > h4 {
	font-size: 15px;
}

.product-detailed-item .time-slot-block .time-slot-details .single-slot .slot-info .slot-price-row td:first-child {
	vertical-align: top;
}

.product-detailed-item .time-slot-block .time-slot-details .single-slot .slot-info .slot-price-row td span {
	display: inline-block;
	font-size: 11px;
	padding-left: 3px;
}

.product-detailed-item .time-slot-block .time-slots .time-slots-list li.single-slot > p.slot-group-description {
	display: block;
	font-size: 12px;
}

.product-detailed-item .time-slot-block .time-slot-details .slot-ticket-quantity-block label,
.product-detailed-item .time-slot-block .time-slot-details .slot-guest-ticket-quantity-block label {
	width: 66px;
	text-align: right;
}

.product-detailed-item .time-slot-block .time-slot-details .slot-guest-ticket-quantity-block {
	margin-top: 5px;
}

.product-detailed-item .time-slot-block .time-slot-details .slot-guest-ticket-quantity-block .slot-guest-ticket-quantity {
	border: 1px solid #BEAE73;
	color: white;
	width: 30px;
	border-radius: 0;
	background-size: 20px;
	background-color: #272727;
	line-height: 1;
	border-left: none;
	border-right: none;
	text-align: center;
}

.product-detailed-item .time-slot-block .time-slot-details .slot-ticket-quantity-block .slot-ticket-quantity {
	/* margin: 0;
	text-align: center;
	color: black;
	opacity: 1; */
}
.product-detailed-item .time-slot-block .time-slot-details .increment-decrement-tools {
	display: inline-flex;
	background-color: #444;
	color: #fff;
	font-weight: 600;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.product-detailed-item .time-slot-block .time-slot-details .increment-decrement-tools:first-child {
	border-radius: 5px 0 0 5px;
}
.product-detailed-item .time-slot-block .time-slot-details .increment-decrement-tools:last-child {
	border-radius: 0 5px 5px 0;
}

.product-detailed-item .time-slot-block .time-slot-details .increment-decrement-tools button {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: 900;
	color: #fff;
	font-size: 25px;
	cursor: pointer;
	vertical-align: middle;
	background: transparent;
	border: none;
}
.product-detailed-item .time-slot-block .time-slot-details .increment-decrement-tools-parent{
	display: inline-flex;
	justify-content: center;
	margin-left: 15px;
}
.product-detailed-item .time-slot-block .time-slot-details .increment-decrement-tools button:active,
.product-detailed-item .time-slot-block .time-slot-details .increment-decrement-tools button:focus {
	outline: none;
}

.product-detailed-item .time-slot-block .time-slot-details .increment-decrement-tools button.disabled {
	opacity: .7;
	cursor: not-allowed;
}


.product-detailed-item .time-slot-block .time-slot-details button.btn-buy-tickets {
	display: block;
	width: 269px;
	margin: auto;
	margin-top: 20px;
	color: white;
	font-weight: 600;
}

.product-detailed-item .time-slot-block .time-slot-details button.btn-buy-tickets:hover {
	opacity: 0.8;
}

.product-detailed-item .time-slot-block .time-slot-details button.btn-buy-tickets,
.product-detailed-item .time-slot-block .time-slot-details button.btn-buy-tickets span {
	text-transform: none;
	text-shadow: none;
	font-size: 17px;
	justify-content: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.event .btn-buy-tickets:active {
	margin: -4px 0 -4px;
}

.product-detailed-item .time-slot-block .time-slot-details button.btn-buy-tickets {
	display: block;
	margin-top: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.product-detailed-item .time-slot-block .time-slot-details button.btn-buy-tickets span.slot-buy-guest-tickets-text {
	display: block;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 5px;
}

.hidden-time {
	display: none !important;
}

/* Mobile */
@media (min-width: 481px) and (max-width: 766px) {
	.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span {
		font-size: 10px;
	}

	.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range {
		letter-spacing: 0;
		word-spacing: -5px;
		font-size: 20px;
	}

	.product-detailed-item .time-slot-block .time-slot-details > ul li .slot-info {
		margin-bottom: 10px;
	}
}

/* @media (max-width: 480px) {
	.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span {
		font-size: 10px;
	}

	.ml-event #content {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.ml-event .container {
		width: 100%;
	}

	.ml-event .container #page {
		padding-top: 0;
	}

	body.event .ml-event #wrap {
		padding-top: 0;
	}

	.product-detailed-item .event-time-location > span {
		display: block
	}

	.product-detailed-item .time-slot-block {
		padding: 0;
		padding-bottom: 20px;
	}

	.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range-minutes > div {
		font-size: 16px;
		padding-left: 0;
		padding-right: 0;
	}

	.product-detailed-item .time-slot-block .filters-block {
		padding: 20px 20px 0 20px;
		margin-bottom: 10px;
	}

	.product-detailed-item .time-slot-block .time-slot-datepicker {
		margin-bottom: 15px;
	}

	.product-detailed-item .time-slot-block .selected-dates div.wrapper {
		width: inherit;
	}

	.product-detailed-item .time-slot-block .selected-dates div.day-cell {
		padding: 9px;
		font-size: 12px;
		margin-right: 3px;
	}

	.product-detailed-item .time-slot-block .reset-block .btn-reset {
		font-size: 14px;
	}

	.product-detailed-item .time-slot-block .time-slots {

	}

	.product-detailed-item .time-slot-block .time-slots .time-slots-list {
		width: inherit;
	}

	.product-detailed-item .time-slot-block .time-slots .time-slots-list li.time-slot-details > ul li {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}

	.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-range {
		float: left;
		display: block;
		padding: 15px 5px 10px 5px;
		width: 110px;
		font-size: 23px;
		word-spacing: -5px;
	}

	.product-detailed-item .time-slot-block .time-slots .time-slots-list li.selected-time-cell .time-slot-types {
		background: none
	}

	.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types {
		float: left;
		margin-top: 0;
		background: linear-gradient(to right, #272727, #1c1c1c)
	}

	.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p {
		float: left;
		margin-right: 0;
		font-size: 12px;
		padding: 0 4px;
		padding-top: 10px;
	}

	.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types .time-slot-types-by-time {
		margin-top: 15px;
	}

	.product-detailed-item .time-slot-block .time-slot-details {

	}

	.product-detailed-item .time-slot-block .time-slot-details > ul {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.product-detailed-item .time-slot-block .time-slot-details > ul li {
		float: none;
		margin: auto;
		margin-bottom: 8px;
		padding: 10px;
		width: 260px;
	}

	.product-detailed-item .time-slot-block .time-slot-details > ul li h4 {
		font-size: 13px;
	}

	.product-detailed-item .time-slot-block .time-slot-details ul li table {
		box-shadow: none;
	}

	.product-detailed-item .time-slot-block .time-slot-details ul li table tr:nth-child(2n+1) td {
		background: none;
	}

	.product-detailed-item .time-slot-block .time-slot-details ul li table tr td:first-child {
		text-align: left;
		text-transform: capitalize;
		font-weight: bold;
		font-size: 11px;
		width: 100px;
	}

	.product-detailed-item .time-slot-block .time-slot-details ul li table td {
		line-height: 15px;
	}

	.product-detailed-item .time-slot-block .time-slot-details > ul li .slot-ticket-quantity-block label,
	.product-detailed-item .time-slot-block .time-slot-details > ul li .slot-guest-ticket-quantity-block label {
		width: 107px;
		font-size: 11px;
		padding: 4px;
		padding-right: 0;
		margin: 0;
		font-weight: bold;
		margin-top: 3px;
	}

	.product-detailed-item .time-slot-block .time-slot-details > ul li .slot-info {
		margin-bottom: 5px;
	}

	.product-detailed-item .time-slot-block .time-slot-details .single-slot .slot-info .slot-price-row td span {
		display: block;
		font-size: 12px;
		padding: 0;
	}

	.product-detailed-item .time-slot-block .time-slot-details button.btn-buy-tickets,
	.product-detailed-item .time-slot-block .time-slot-details button.btn-buy-tickets span {
		font-size: 20px
	}

	.product-detailed-item .time-slot-block .time-slot-details button.btn-buy-tickets {
		width: 85%;
		padding: 5px;
	}
	.time-slot-block .time-slot-timer {
		width: 100%;
	}
} */

@media (min-width: 768px) and (max-width: 1024px) {
	.time-slot-details .sales-not-started {
		text-align: left;
		padding-left: 35px;
	}
}

@media (min-width: 320px) and (max-width: 374px) {
	.product-detailed-item .time-slot-block .selected-dates div.day-cell {
		padding: 5px;
	}

	.product-detailed-item .time-slot-block .time-slot-details button.btn-buy-tickets,
	.product-detailed-item .time-slot-block .time-slot-details button.btn-buy-tickets span {
		font-size: 17px;
	}
}

@supports (-webkit-overflow-scrolling: touch) {
	/* CSS specific to iOS devices */
	.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p span.stock-text {
		padding: 5px;
	}

	.product-detailed-item .time-slot-block .time-slot-details > ul li .slot-ticket-quantity-block .slot-ticket-quantity,
	.product-detailed-item .time-slot-block .time-slot-details > ul li .slot-guest-ticket-quantity-block .slot-guest-ticket-quantity {
		background: none
	}
}

/*time slot description part*/
.time-slot-ticket-type-description-container {
	color: white;
}

.time-slot-ticket-type-description-container h4,
.time-slot-ticket-type-description-container ul,
.time-slot-ticket-type-description-container li,
.time-slot-ticket-type-description-container p,
.time-slot-ticket-type-description-container div {
}

.time-slot-ticket-type-description-box {
	margin: 10px 0;
	padding: 10px;
	font-size: 16px;
}

.time-slot-ticket-type-description-box blockquote {
	border-left: none;
	color: #BEAE73;
}

.time-slot-ticket-type-description-container > div {
	border: 2px solid #BEAE73;
}

.time-slot-ticket-type-description-box h4 {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	text-align: left;
	padding: 0 0 0 30px;
	background-position-y: 2px;
	font-size: 18px;
}

.time-slot-ticket-type-description-box h4:before {
	margin-right: 5px;
	content: url('/resources/images/event-ml/ml-description-title-icon.svg');
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
}


.time-slot-ticket-type-description-box h4.vip:before {
	content: url('/resources/images/event-ml/ml-description-vip-title-icon.png');
}

.time-slot-ticket-type-description-container p {
	margin-left: 25px;
	padding-left: 25px;
}

.time-slot-ticket-type-description-container li {
	background: url('/resources/images/event-ml/ml-description-list-item-icon.png') no-repeat 0 top;
	background-position-y: 5px;
	list-style: none;
	margin-left: 20px;
	padding-left: 25px;
}

.time-slot-ticket-type-description-box .time-slot-ticket-type-description-text {
	text-align: left;
	margin: 10px;
}

@font-face {
	font-style: normal;
	font-weight: normal;
	src: local('Lemon/Milk Bold'), url('/resources/css/ml/milk-fonts/LemonMilkbold.woff') format('woff');
}

@font-face {
	font-style: normal;
	font-weight: normal;
	src: local('Lemon/Milk light Regular'), url('/resources/css/ml/milk-fonts/LemonMilklight.woff') format('woff');
}

.custom_event_type_ml ~ .modal-scrollable {
	background: #0000008f;
}

.custom_event_type_ml ~ .modal-scrollable .modal.fade.in {
	border: 1px solid #BEAE73;
	border-radius: 0;
	color: #fff;
}

.custom_event_type_ml ~ .modal-scrollable .modal-footer {
	border: none !important;
	background-color: #1C1C1C;
	border-top: inherit;
	border-radius: 0;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	box-shadow: inherit;
}

.custom_event_type_ml ~ .modal-scrollable .modal-body {
	background-color: #1C1C1C;
	border-radius: 0;
}

.custom_event_type_ml ~ .modal-scrollable .modal-footer .btn.btn-primary {
	background: linear-gradient(to right,
	rgb(196, 181, 127), rgb(196, 181, 127) 13.44%,
	rgb(196, 181, 127) 19.4%, rgb(196, 181, 127) 25.5%,
	rgb(196, 181, 127) 27.2%, rgb(205, 191, 145) 50%,
	rgb(218, 203, 150), rgb(218, 203, 150) 63.15%,
	rgb(196, 181, 133) 87.4%, rgb(196, 181, 127) 99.9%);
	color: #000;
	font-weight: 600;
	border-radius: 0;
}


/*      Datepicker Calendar     */

.custom_event_type_ml ~ .ui-datepicker .ui-datepicker-header {
	background: linear-gradient(to right,
	rgb(196, 181, 127), rgb(196, 181, 127) 13.44%,
	rgb(196, 181, 127) 19.4%, rgb(196, 181, 127) 25.5%,
	rgb(196, 181, 127) 27.2%, rgb(205, 191, 145) 50%,
	rgb(218, 203, 150), rgb(218, 203, 150) 63.15%,
	rgb(196, 181, 133) 87.4%, rgb(196, 181, 127) 99.9%);
}

.custom_event_type_ml ~ .ui-datepicker .ui-widget-header .ui-icon {
	background-image: url('/resources/images/arrow.png');
	background-size: cover;
	background-position: center;
}

.custom_event_type_ml ~ .ui-datepicker .ui-widget-header .ui-icon {
	background-image: url('/resources/images/arrow.png');
	background-size: cover;
	background-position: center;
}

.custom_event_type_ml ~ .ui-datepicker .ui-state-hover,
.custom_event_type_ml ~ .ui-datepicker .ui-widget-content .ui-state-hover,
.custom_event_type_ml ~ .ui-datepicker .ui-widget-header .ui-state-hover,
.custom_event_type_ml ~ .ui-datepicker .ui-state-focus,
.custom_event_type_ml ~ .ui-datepicker .ui-widget-content .ui-state-focus,
.custom_event_type_ml ~ .ui-datepicker .ui-widget-header .ui-state-focus,
.custom_event_type_ml ~ .ui-datepicker .ui-button:hover,
.custom_event_type_ml ~ .ui-datepicker .ui-button:focus {
	border: none;
	background: none;
	cursor: pointer;
	font-weight: bold;
}

.custom_event_type_ml ~ .ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.custom_event_type_ml ~ .ui-datepicker.ui-widget.ui-widget-content {
	color: #BEAE73;
	border: 1px solid #BEAE73;
	background-color: #1C1C1C;
}

.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {
	border: 1px solid #272727;
	background: #272727;
}

.custom_event_type_ml ~ .ui-datepicker td {
	opacity: 1;
}

.custom_event_type_ml ~ .ui-datepicker .ui-state-default,
.custom_event_type_ml ~ .ui-datepicker .ui-widget-content .ui-state-default,
.custom_event_type_ml ~ .ui-datepicker .ui-widget-header .ui-state-default,
.custom_event_type_ml ~ .ui-datepicker .ui-button,
.custom_event_type_ml ~ .ui-datepicker .ui-button.ui-state-disabled:hover,
.custom_event_type_ml ~ .ui-datepicker .ui-button.ui-state-disabled:active {
	border: 1px solid #272727;
	background: #272727;
	color: #BEAE73;
	font-weight: 600;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.custom_event_type_ml ~ .ui-datepicker td > a.ui-state-default {
	border: 1px solid #BEAE73;
	background: #BEAE73;
	color: #ffff;
}

.slot-group-row > td:first-child {
	letter-spacing: 1px;
}

.ticket-type-description-container.hover-in .scroll-to-calendar {
	margin-top: -40px;
}

.ticket-type-description-container .scroll-to-calendar {
	text-align: center;
	margin-top: 0;
	transition: all .55s;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	background-image: linear-gradient(to right, rgb(196, 181, 127), rgb(196, 181, 127) 13.44%, rgb(196, 181, 127) 19.4%, rgb(196, 181, 127) 25.5%, rgb(196, 181, 127) 27.2%, rgb(205, 191, 145) 50%, rgb(218, 203, 150), rgb(218, 203, 150) 63.15%, rgb(196, 181, 133) 87.4%, rgb(196, 181, 127) 99.9%);
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border-radius: 5px;
}

.ticket-type-description-container .scroll-to-calendar:hover {
	opacity: 0.8;
}

/* Date picker part */
.custom_event_type_ml #time-slot-datepicker {
	margin: auto;
	margin-top: 5px;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker-inline {
	width: 100%;
	padding: 0;
}

.custom_event_type_ml #time-slot-datepicker .ui-widget.ui-widget-content {
	border: none;
	background: none;
}

.custom_event_type_ml #time-slot-datepicker .ui-widget-header {
	border: none;
	background: none;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker-header a {
	cursor: pointer;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker-calendar {
	margin-bottom: 0;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker-calendar td {
	opacity: 100;
	font-size: 17px;
	padding: 2px;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker-title {
	font-size: 20px;
	line-height: 1.2em;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker-title span {
	cursor: pointer;
	color: #000;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker-calendar td .ui-state-default {
	font-size: 13px;
    text-align: center;
    border: none;
    background: #fff;
    border-radius: 2px;
    color: #272727;
    font-weight: 600;
	-webkit-box-shadow: 0 0 2px #000;
	-moz-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker-calendar td:not(.ui-datepicker-unselectable) .ui-state-default:hover {
	background: #303030;
	color: #e9e9e9;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default {
	color: #000;
	opacity: 0.25;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker td span,
.custom_event_type_ml #time-slot-datepicker .ui-datepicker td a {
	padding: 7px 5px;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker tr th {
	padding-bottom: 14px;
	padding-top: 16px;
	color: #000;
}

.custom_event_type_ml #time-slot-datepicker tr .ui-datepicker-week-end:first-child {
	padding-left: 0;
}

.custom_event_type_ml #time-slot-datepicker tr .ui-datepicker-week-end:last-child {
	padding-right: 0;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker-prev span {
	background-image: url('/resources/images/calendar_arrow_black.png') !important;
	background-position: 0 !important;
	background-size: 10px;
	transform: rotate(180deg);
	cursor: pointer;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker-next span {
	background-image: url('/resources/images/calendar_arrow_black.png') !important;
	background-position: 0 !important;
	background-size: 10px;
	cursor: pointer;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker-header .ui-state-hover {
	border: none;
	background: none;
}

.custom_event_type_ml #time-slot-datepicker .ui-datepicker-calendar .ui-datepicker-current-day.selected a {
	font-weight: 600;
	background: #303030;
	border-color: #303030;
	color: #fff;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ml-descriptions-box > .row {
	margin-top: 75px;
}

.custom_event_type_ml .change-at-any-time-text {
	text-align: center;
	margin-top: 11px;
	font-size: 16px;
}

.custom_event_type_ml .become-gift-or-member {
	padding: 30px;
	margin: 15px 0;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	display: flex;
	justify-content: space-around;
}

.custom_event_type_ml .become-gift-or-member .membership-link {
	background-image: url(/resources/images/event-ml/membership-link.png);
	width: 280px;
	height: 461px;
	padding: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.custom_event_type_ml .become-gift-or-member .gift-link {
	color: #000;
	background-image: url(/resources/images/event-ml/gift-link.png);
	width: 280px;
	height: 461px;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom_event_type_ml .become-gift-or-member a:hover {
	text-decoration: none;
}

.custom_event_type_ml .ticket-type-description-container-parent {
	border: 15px solid #000;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.custom_event_type_ml .ticket-type-description-text-parent {
	position: absolute;
	height: 100%;
	background: #000;
	top: 100%;
	left: -30px;
	transition: all .5s;
	display: flex;
	justify-content: center;
}

.custom_event_type_ml .ticket-type-description-text-parent .buy-now {
	display: block;
	width: 20%;
	margin: auto;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


.custom_event_type_ml .ticket-type-description-container-parent.hover-in .ticket-type-description-text-parent {
	top: 0;
}

.ticket-type-description-container {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#buy-gift-card {
	background: rgb(255, 175, 77);
	background: -moz-linear-gradient(left, rgba(255, 175, 77, 1) 0%, rgba(255, 76, 103, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 175, 77, 1) 0%, rgba(255, 76, 103, 1) 100%);
	background: linear-gradient(to right, rgba(255, 175, 77, 1) 0%, rgba(255, 76, 103, 1) 100%);
	color: white;
}
/*MEDIA TAGS*/

.scroll-to-calendar-btn {
	margin: 15px 0;
	font-size: 12px;
	display: none;
}
/* @media (max-width: 979px) and  (min-width: 767px) {
	body .custom_event_type_ml .admit-one:first-child {
		margin-top: 15px;
	}

	body .custom_event_type_ml .admit-one:first-child {
		height: 225px;
	}

	body .custom_event_type_ml .admit-one:first-child img {
		height: 225px;
	}

	body .custom_event_type_ml .admit-one:first-child {
		height: 225px;
	}

	body .custom_event_type_ml .admit-text.white {
		font-size: 20px;
	}

	.info-btn-ml {
		margin-top: 15px;
	}

	.ml-descriptions-box > .row {
		margin-top: 50px;
	}

	.product-detailed-item {
		margin-top: 110px;
	}

	.product-detailed-item .time-slot-block .time-slots .time-slots-list li .time-slot-types p {
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.product-detailed-item {
		margin-top: 100px;
	}

	body .custom_event_type_ml .admit-text.white {
		font-size: 3vw;
	}

	body .custom_event_type_ml .admit-one:first-child {
		margin-top: 15px;
	}

	body .custom_event_type_ml .admit-one:first-child {
		height: 33vw;
	}

	body .custom_event_type_ml .admit-one:first-child img {
		height: 33vw;
	}

	body .custom_event_type_ml .admit-one:first-child {
		height: 33vw;
	}

	.info-btn-ml {
		margin-top: 10px;
	}

	.ml-descriptions-box > .row {
		margin-top: 10vw;
	}
	.custom_event_type_ml .ticket-type-description-container-parent .ticket-type-description-text-parent {
		width: 110%;
		padding: 0 40px;
	}
	.custom_event_type_ml .ticket-type-description-text-parent .buy-now {
		font-size: 13px;
	}
}

@media (max-width: 610px) and (min-width: 470px) {
	body .custom_event_type_ml .admit-text.white {
		padding: 30px 20px !important;
	}

	.custom_event_type_ml .become-gift-or-member .membership-link {
		width: 180px;
		height: 300px;
	}
	.custom_event_type_ml .ticket-type-description-container-parent .ticket-type-description-text-parent {
		width: 110%;
	}

	.custom_event_type_ml .become-gift-or-member .gift-link {
		width: 180px;
		height: 296px;
	}
}

@media (max-width: 610px) {

	.change-time-slot-form-box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.change-time-slot-form-box .product-detailed-item {
		width: 100%;
	}
	.change-time-slot-form-box .time-slot-block.time-slot-calendar {
		width: 100%;
		box-sizing: border-box;
		padding: 25px;
	}
	.change-time-slot-form-box #change-time-slot-form ~ div {
		width: 100%;
	}
	.change-time-slot-form-box #change-time-slot-form ~ div>.span11{
		width: 100%;
	}
	.change-time-slot-form-box #change-time-slot-form{
		width: 100%;
	}
	.change-time-slot-form-box .form-horizontal .controls{
		margin-left: 0!important;
	}
}

@media (max-width: 470px) {
	body .custom_event_type_ml .admit-text.white {
		padding: 20px !important;
	}

	.custom_event_type_ml .ticket-type-description-text-parent .buy-now {
		font-size: 8px;
		padding: 0;
		height: 14px;
	}
	.custom_event_type_ml .ticket-type-description-container-parent .ticket-type-description-text-parent {
		width: 115%;
	}

	.custom_event_type_ml .become-gift-or-member .gift-link,
	.custom_event_type_ml .become-gift-or-member .membership-link {
		width: 150px;
		height: 247px;
		font-size: 18px;
	}
}

@media (max-width: 400px) {
	body .custom_event_type_ml .admit-text.white {
		padding: 10px !important;
	}

	.custom_event_type_ml .become-gift-or-member .gift-link,
	.custom_event_type_ml .become-gift-or-member .membership-link {
		width: 114px;
		height: 187px;
		font-size: 15px;
		line-height: 20px;
	}

	.custom_event_type_ml .become-gift-or-member {
		justify-content: space-between;
		padding: 30px 0;
	}
} */


/*CALENDAR*/
/* @media (max-width: 980px) {
	.custom_event_type_ml #time-slot-datepicker,
	.product-detailed-item .time-slot-block .filters-block {
		width: 100%;
	}

	.custom_event_type_ml #time-slot-datepicker .ui-datepicker td span,
	.custom_event_type_ml #time-slot-datepicker .ui-datepicker td a {
		padding: 2vw;
	}

	.product-detailed-item .time-slot-block .selected-dates div.wrapper,
	.product-detailed-item .time-slot-block .time-slots .time-slots-list,
	.product-detailed-item .time-slot-block .time-slot-details > ul {
		width: 100%;
	}
} */

/* @media (max-width: 980px) and (min-width: 768px) {
	.product-detailed-item .time-slot-block .selected-dates div.day-cell {
		padding: 14px;
	} */

	/* .product-detailed-item .time-slot-block .time-slots .time-slots-list li.time-slot-details > ul li {
		width: 100%;
		margin: 15px 0;
	} */
	/* .event .booking-fee {
		font-size: 0.7em!important;
	}

	.event .product-detailed-item .table tr td:first-child,
	div.description, table.ticket_types {
		font-size: 8px;
	}

	.event .table .price span {
		line-height: 20px;
	}
} */

/* @media (max-width: 768px) {
	.product-detailed-item .time-slot-block .selected-dates div.wrapper {
		display: flex;
		justify-content: center;
	}

	.product-detailed-item .time-slot-block .selected-dates div.day-cell {
		padding: 19px 0;
		width: 12vw;
	}
} */

/* @media (max-width: 558px) {
	.product-detailed-item .time-slot-block .time-slots .time-slots-list li.time-slot-details > ul li {
		width: 100%;
		margin: 15px 0;
	}
} */



/*---------------------------------- FROM ml/time-slot.css end ----------------------------------*/

body #time-slot-datepicker .ui-widget {
	font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
}

@media (min-width: 768px) {
	.time-slot-block-to-right {
		float: right;
	}
}
