table td,
table th {
	background-color: transparent;
	border-left: 0px solid !important;
	border-bottom: 0px solid !important;
	font-weight:500 !important;
}

table {
	empty-cells: show;
	border: 0px solid !important;
	margin: 18px 0px 0px 0px;
}

.currentMonthCalendarLabel {
	width: 100px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
}

.calendar-month-selector-row>button {
	background-color: #f8f8f8;
	border-radius: 5px;
	margin: 0 15px;
	min-width: 40px;
}

.calendar-month-selector-row>button:hover {
	color: #0b5f9f;
	background-color: #b5e4fc;
}

.product-block {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 25px;
}

.input-date-sel-with-icon {
	width: 300px;
}

.input-date-sel-with-icon input {
	position: relative;
	padding-right: 30px;
}

.input-date-sel-with-icon:after {
	content: '';
	position: absolute;
	top: 23px;
	right: 15px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url('https://picsum.photos/200');
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.wbk-date-picker,
.wbk-time-range {
	border-radius: 5px;
	width: 100%;
}

/* MODAL FOR CALENDAR SELECTION*/
.wbk-modal-body {
	background-color: #fefefe;
	padding: 20px;
	position: absolute;
	border: 1px solid #888;
	width: 60%;
	height: 85%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9991;
	border-radius: 10px;
}

.wbk-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2b3741d4;
	z-index: 9990;
}

.wbk-modal-content {
	width: 100%;
	height: 90%;
	padding: 0px 15px;
	overflow-y: scroll;

}

.wbk-modal-bottom {
	border-top: 1px solid #eaeaea;
	padding: 10px 0px;
	width: 100%;
	margin-top: 6px;
}

.wbk-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.wbk-close:hover {
	color: black;
}

.wbk-img-thumb-overlay {
	display: none;
}

.wbk-product-title-mobile-date {
	display: none;
}

.wbk-product-title-date {
	font-size: 25px !important;
	font-weight: 500;
	color: #405362;
}

.wbk-img-thumb {
	height: 80px;
    width: 150px;
	margin-right: 25px;
	float: left;
	border-radius: 6px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.wbk-date-picker:hover {
	color: #0b5f9f;
	background-color: #e7f7ff;
}

.wbk-date-picker {
	cursor: pointer;
	font-size: 17px;
	padding: 3px 3px 4px 6px;
	margin-top: 8px;
	color: #405362;
	font-weight: 400;
}

.wbk-time-range {
	font-size: 18px;
	color: #405362;
	border: 1px solid #9e9e9e;
	width: 198px !important;
	min-width: 198px !important;
	max-width: 198px !important;
}

.product-block {
	margin-bottom: 30px;
}

.select2-selection--single {
	border: 1px solid #e6e6e6 !important;
}

/********************* new calendar styles *********/
.calendar-container {
	margin-bottom: 5px;
	margin-top: 5px;
	display: none;
}

.calendar-container table {
	background-color: #FFF;
}

.calendar-table-container {
	padding: 15px 0px !important;
}

.calendar-timeslots-block {}

ul.selectableTimesSlots>li {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

li.disabled {
	cursor: not-allowed !important;
}

.day:not(.disabled):hover {
	font-weight: bold;
	color: #0b5f9f;
	background-color: #b5e4fc;
}

.day {
	padding: 10px;
	cursor: pointer;
	text-align-last: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selected {
	color: #0b5f9f;
	background-color: #e7f7ff;
	font-weight: 900;
	border-radius: 4px;
}

.timeSlotDateLabel {
	font-weight: bold;
}

.today {
	font-weight: bold;
}

.weekend {
	color: #2f81b0;
}

.disabled {
	cursor: not-allowed;
	color: #d4d4d4;
}

.calendar-trigger {
	width: 120px;
	height: 50px;
	border: 2px solid #3f3f3f;
}

.calendar-days-block table {
	empty-cells: show;
	border: 0px solid;
	margin: 18px 0px 0px 0px;
}

.calendar-days-block table td,
.calendar-days-block table th {
	padding: 8px 18px 7px 18px;
	font-weight: 500;
}

.wbk-arrow-left .wbk-arrow-right {
	background-color: white;
	color: #405362;
}

.wbk-month {
	font-weight: 500;
	color: #405362;
}

.eventSelectedDateTimeSlot {
	width: 100%;
	font-size: 16px;
	/* font-weight: 400; */
	float: left;
	padding: 3px 3px 4px 6px;
	margin-top: 15px;
	color: #405362;
}

.wbk-date-picker,
.wbk-time-range {
	border-radius: 4px;
	width: 300px;
}

.wbk-date-picker {
	height: 32px;
}

.selectableTimesSlots li {
	/* font-weight: 400; */
	width: 80px;
	cursor: pointer;
	border: 1px solid #ececec;
	text-align: center;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.selectableTimesSlots li:hover {
	background-color: #ececec;
}

.selectableTimesSlots li span.dateLabel,
.selectableTimesSlots li span.availabilitiesLabel {
	width: 100%;
	float: left;
}

.selectableTimesSlots li span.dateLabel {
	font-weight: 500;
}

.selectableTimesSlots li span.availabilitiesLabel {
	font-size: 11px;
}

/** MINILOADER **/
#mini-loader-container {
	z-index: 9999;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
	/* Inizialmente nascosto */
}
#mini-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-top-color: #40d491;
	animation: spin 1s infinite linear;
}

@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

/*************************************/
@media only screen and (max-width: 960px) {
	.wbk-modal-body {
		background-color: #fefefe;
		padding: 20px;
		position: absolute;
		border: 1px solid #888;
		width: 95%;
		height: 95%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 9991;
	}

	.wbk-modal-content {
		width: 100%;
		height: 90%;
		padding: 0px 10px;
	}


	.wbk-img-thumb {
		width: 100%;
		height: 60px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		margin-bottom: 10px;
		position: relative;
	}

	.wbk-img-thumb-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(54 56 86 / 40%);
		border-radius: 6px;
	}

	.input-date-sel-with-icon {
		position: relative;
		width: 100%;
	}

	.input-date-sel-with-icon:after {
		content: '';
		position: absolute;
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		background-image: url(https://stg-bundleskeetoocom-staging.kinsta.cloud/wp-content/uploads/2024/04/calendar-icon-1.png);
		background-size: cover;
		background-repeat: no-repeat;
		cursor: pointer;
		top: 80%;
		left: 90%;
	}

	.wbk-product-title-date {
		display: none;
	}

	.wbk-img-thumb-overlay {
		display: block;
	}

	.wbk-product-title-mobile-date {
		display: block;
		position: absolute;
		font-size: 20px !important;
		width: 100%;
		font-weight: 500;
		margin-top: 6px;
		text-align: center;
		color: #FFF;
		text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
	}
}
