#booking-information .options_container {
	background-image: url(/images/dd-checkout-bg-illustration.png);
	width: 120px;
	margin-top: 27px; 
	margin-left: 13px;
	padding: 14px 16px 32px 16px;
}

#booking-information .options_container .top_box, 
#booking-information .options_container .bottom_box {
	background-color: var(--brand-light-translucent, #DDDDDDE6);
	/*background-color: rgba(0,123,3,0.7);*/
	/* background-color: rgba(3, 119, 15, 0.7); */
	width: 120px;
	text-align: center;
	color: #ffffff;
	height: 50px;
	padding: 11px 7px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

#booking-information .options_container .top_box {
	margin-bottom: 12px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#booking-information .options_container .top_box .text {
	width: 88px;
	font-size: 16px;
	line-height: 14px;
	font-weight: 600;
	margin: auto;
}
#booking-information .card_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 12px;
}
.options_card {
	width: 120px;
	height: 125px;
	perspective: 1000px;
	cursor: pointer;
}
.options_card_inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 1.5s;
	transition-delay: 0.5s;
	transform-style: preserve-3d;
}
.options_card:hover .options_card_inner {
	transform: rotateY(180deg);
	transition: transform 1.5s;
	transition-delay: 0s;
}

.options, .options_after_hover {
	color: #000000;
	border: 2px solid #000;
	border-radius: 4px;
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 9px 0;
}

.options_card .center-outer {
	display: flex;
	height: 100%;
	max-height: 100%;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
}

.options_card .center-inner {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	max-height: 100%;
	overflow: hidden;
	overflow-wrap: break-word;
	text-align: center;
	
	height: 100%;
	justify-content: space-evenly;
}

.options_after_hover {
	transform: rotateY(180deg);
	color: #2659D2;
	border: 2px solid #2659D2;
	background-color: #ffffff;
}

.options_card .add {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 2px;
	background-color: #ffffff;
}

.options .details {
	white-space: pre-line;
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: -0.03em;
	padding: 0px 5px 0px 5px;
	padding: 0px 2px 0px 2px;
	text-decoration: underline;
	overflow: hidden;
}

.options .save {
	font-weight: 900;
	letter-spacing: -0.03em;
	font-size: 18px;
	line-height: 18px;
}

.options_after_hover .cost {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-transform: capitalize;
	text-decoration: underline;
}

.options_after_hover .cost_strike {
	text-decoration: line-through;
	text-decoration-thickness: 2px;
	font-weight: normal;
}

.options_card:hover .options {
	border: 2px solid #2659D2;
	color: #2659D2;
}

#booking-information .options_container .bottom_box {
	margin-top: 12px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#booking-information .options_container .bottom_box.disclaimer {
	display: block;
	height: auto;
	border-radius: 0;
	background-color: transparent;
	font-size: 12px;
	line-height: 1em;
	font-weight: 500;
	color: #333333;
	text-transform: none;
	padding: 8px 0;
	margin-top: 0;
}

#booking-information .card_container_outer {
	position: relative;
	overflow: visible;
}
#booking-information .card_container_outer .upsell-swiper-arrow-container {
	display: none;
	height: 100%;
	width: 50px;
	background-color: #ffffff;
	background-image: url('/images/dd-checkout-bg-illustration.png');
	background-position: 50% 50%;
	background-position: -198px -70px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -2px;
	left: unset;
	z-index: 1;
}
#booking-information .card_container_outer .upsell-swiper-arrow-container.prev {
	right: unset;
	left: -2px;
	background-position: 2px -70px;
}
#booking-information .card_container_outer .upsell-swiper-arrow {
	width: 66px;
	height: 66px;
	width: 50px;
	width: 100%;
	height: 50px;
	background-image: url('/images/2022/swiper-arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	top: 60%;
	right: 0;
	transform: translateY(-50%);
}
#booking-information .card_container_outer .upsell-swiper-arrow.swiper-button-prev {
	transform: rotate(180deg) translateY(50%);
	right: unset;
	left: 0;
}
#booking-information .card_container_outer .upsell-swiper-arrow.swiper-button-disabled {
	display: none;
}


/* ----- TABLET ----- */
@media screen and (max-width: 1167px) {
	#booking-information {
		float: none;
		width: 100%;
	}
	#booking-information .options_container {
		width: 100%;
		padding: 0px 0px 10px 0px;
		margin: 0;
	}

	#booking-information .options_container .top_box {
		width: 100%;
		height: 58px;
		border-radius: 0px;
		padding-top: 22px;
	}
	#booking-information .options_container .top_box .text {
		width: 100%;
		font-size: 20px;
		line-height: 16px;
	}
	#booking-information .card_container {
		text-align: center;
		flex-direction: row;
		margin: 20px auto;
		width: 960px;
		width: 100%;
	}
	#booking-information .card_container_outer {
		overflow-x: hidden;
		padding: 6px 55px;
	}
	#booking-information .card_container_outer .upsell-swiper-arrow-container {
		display: block;
	}
	#booking-information .options_container .bottom_box {
		display: none;
	}
	#booking-information .options_container .bottom_box.disclaimer {
		width: 100%;
		margin-top: -10px;
		padding: 0px 55px 6px 55px;
		text-align: left;
	}
}

@media screen and (max-width: 999px) {
	#booking-information .card_container_outer {
		padding: 6px 0px;
		overflow: hidden;
		padding: 0 55px;
	}
	#booking-information .card_container {
		width: 700px;
		width: 100%;
		padding: 0 55px;
		padding: 0;
		box-sizing: border-box;
		justify-content: unset;
	}
}
/* ----- MOBILE ----- */
@media screen and (max-width: 720px) {
	.booking #booking-information {
		padding-top: 0px;
	}
	#booking-information .options_container {
		top: -2px;
	}
	#booking-information .options_container .top_box {
		height: 60px;
	}
	#booking-information .card_container_outer {
		padding: 6px 44px;
		overflow: hidden;
	}
	#booking-information .card_container {
		width: 385px;
		width: 100%;
		box-sizing: border-box;
		margin: auto;
	}
	#booking-information .card_container_outer .upsell-swiper-arrow-container {
		width: 40px;
		background-position: 10px -70px;
	}
	#booking-information .card_container_outer .upsell-swiper-arrow-container.prev {
		background-position: 0px -72px;
	}
	#booking-information .card_container_outer .upsell-swiper-arrow {
		width: 38px;
		height: 38px;
	}
	#booking-information .options_container .bottom_box.disclaimer {
		margin-top: 10px;
		padding: 6px 44px;
	}
}

@media screen and (max-width: 455px) {
	#booking-information .options_card {
		width: 130px;
		height: 130px;
	}
	#booking-information .options .save {
		font-size: 16px;
		line-height: 16px;
	}
}
