
/* ---------------------------------- */
/* Booking Page
------------------------------------- */
.payment-logo {
	height: 24px;
	position: absolute;
	right: 19px;
	top: 18px;
	image-rendering: -webkit-optimize-contrast;
}

.payment-logo.paypal {
	height: 16px;
	top: 22px;
}

.payment-tab-trigger > input {
	position: absolute;
	visibility: hidden;
}

.payment-tab-trigger {
	padding: 0px 15px;
}

.payment-tab-trigger > label {
	cursor: pointer;
	display: block;
	position: relative;
	top: 0;
	padding: 14px 0;
	top: 1px;
	margin-bottom: 0;
	font-weight: 500;
}

.payment-tab-trigger > label::before {
	transition: 0.2s;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #333;
	border-radius: 100%; 
	content: "";
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 4px;
	width: 20px;
	height: 20px;
}

.payment-tab-trigger > label::after {
	background: #fff;
	border-radius: 100%;
	content: "";
	display: inline-block;
	position: absolute;
	left: 7px;
	top: 25px;
	width: 6px;
	height: 6px;
	transition: 0.2s;
	transform: scale(0);
}

.payment-tab-trigger > input:checked ~ label::before { border-color: #333; }

.payment-tab-trigger > input:checked ~ label::after {
	background-color: #333;
	transform: scale(1);
}

.payment {
	overflow: hidden;
	padding: 6px;
}

.payment-tab {
	/*background: #f2f2f2;*/
	box-sizing: border-box;
	max-height: 60px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s 0s ease-in-out;
	width: 100%;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin-bottom: 10px;
    border-radius: 5px;
}

/*.payment-tab:first-of-type { border-radius: 4px 4px 0 0; }
.payment-tab:last-of-type { border-radius: 0 0 4px 4px; }*/

.payment-tab.payment-tab-active {
	max-height: 600px;
	background: #fff;
}

@media (max-width: 991px) {
	.payment-tab.payment-tab-active { max-height: 800px; }
}

.payment-tab-content {
	padding: 0 20px 20px 20px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease-in-out;
}

.payment-tab.payment-tab-active .payment-tab-content {
	visibility: visible;
	opacity: 1;
}

.card-label > input {
	box-sizing: border-box;
	display: block;
	height: 51px;
	margin: -14px auto 5px;
	padding: 5px 15px 0 15px;
	transition: border-color 0.3s;
	width: 100%;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
}


.card-label > label {
    background-color: #fff;
    display: inline-block;
    margin: 6px auto auto 8px;
    font-size: 13px;
    padding: 0px 7px;
    font-weight: 500;
    color: #909090;
}

.payment-tab p { margin: 10px 0; }


/* Booking Widget */
.opening-hours.summary li { color: #333; }
.boxed-widget.summary { border-radius: 0 0 4px 4px; }
.opening-hours.summary li:hover { color: #66676b; }

.boxed-widget.summary h3 {
    padding: 0 0 25px;
}

.opening-hours.summary li.total-costs {
    font-size: 16px;
    border-top: 1px solid #e8e8e8;
    padding-top: 18px;
    margin-top: 18px;
}

.opening-hours.summary li.total-costs span {
	font-weight: 600;
	color: #66676b;
}

.listing-item-container.compact.order-summary-widget .listing-item {
	border-radius: 4px 4px 0 0;
	cursor: default;
	height: 240px;
}

.listing-item-container.compact.order-summary-widget { margin-bottom: 0; }
.listing-item-container.compact.order-summary-widget:hover { transform: none; }


/* Input With icons */
.input-with-icon.medium-icons i {
	font-size: 21px;
    position: absolute;
    left: -3px;
	bottom: 11px;
	top: unset;
	transform: unset;
    /*color: #a0a0a0;
	bottom: 0px;
    top: auto;*/
}

.button.booking-confirmation-btn {
	padding: 12px 35px;
	font-size: 16px;
}

/* Booking Confirmation Page */
.booking-confirmation-page {
	text-align: center;
	padding: 40px 0;
}

.booking-confirmation-page i {
	color: #23b35f;
	font-size: 160px;
}

.booking-confirmation-page h2 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin-bottom: 15px;
	display: block;
}

.booking-confirmation-page p {
	font-size: 20px;
	display: block;
}

.booking-confirmation-page a.button:before { display: none; }
.booking-confirmation-page a.button {
	padding: 11px 35px;
	background-color: #eee;
	color: #444;
	font-weight: 600;
	font-size: 16px;
}

.book-now.button { padding: 9px; margin-bottom: -4px; }

@media (max-width: 991px) {
	.booking-confirmation-page i { font-size: 100px; }
	.booking-confirmation-page p { font-size: 18px; }
	.booking-confirmation-page h2 { font-size: 30px; }
}



/* Custom Dropdown for Booking Widget
------------------------------------- */
.booking-select {
	position: relative;
	z-index: 100;
}

input#booking-date, input#booking-time { z-index: 110; }

.booking-select select,
.booking-select .chosen-container-single .chosen-single {
    border: none;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 600;
    height: auto;
    padding: 10px 16px;
    line-height: 30px;
    margin: 0;
    position: relative;
    background-color: #fff;
    text-align: left;
    color: #909090;
    transition: color 0.3s
}

.booking-select select { padding: 15px 16px; }

.booking-select .chosen-container-active.chosen-with-drop .chosen-single { border-radius: 5px 5px 0 0; }

.booking-select .chosen-container .chosen-drop {
    border: none;
    background-color: #fff;
	box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.booking-select .chosen-single:after {
    content: "";
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    left: 0;
    height: 10px;
    background: #fff;
    z-index: 112;
    opacity: 1;
    tranition: all 0.3s;
}

.booking-select .chosen-container .chosen-results li {
    padding: 10px;
    line-height: 16px;
    font-size: 16px;
}

.booking-select .chosen-container-single .chosen-single span { transition: 0.2s; }
.booking-select .chosen-container-single .chosen-single:hover span { color: #444; }

.booking-select .chosen-container-single .chosen-single div:after {
    font-size: 20px;
    margin: 9px 0 0 0;
}
