.image_tag {
	width: 100px !important;
	height: auto !important;
	right: 0 !important;
	left: auto !important;
}

@media (max-width: 992px) {
	.image_tag {
		margin-top: -320px !important;
	}
}

div.summer-sale-card span.price-discounted {
	display: flex;
	justify-content: space-between;
}

.sale-price,
.price_label.sale-price {
	font-size: 16px !important;
	display: block !important;
	margin-top: 4px !important;
	color: #dc3e00 !important;
}

.price-discounted .oplred,
.price-discounted .price_element,
.price-discounted .price_night_stay {
	text-decoration: line-through;
	color: #555 !important;
	text-decoration-color: rgba(255, 0, 0, 0.3);
}

.summer-sale-banner {
	display: inline-block;
	color: #2b3e1b;
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(255, 127, 7, 0.2);
	padding: 8px 16px;
	position: relative;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.summer-sale-banner-solid {
	background-color: rgba(255, 127, 7);
	color: white;
	padding: 8px 16px;
}

.summer-sale-banner-results {
	margin-top: -160px;
	position: absolute;
	left: 0;
}

.summer-sale-aag-text {
	background: white;
	padding: 8px 16px;
}

@media (max-width: 768px) {
	.summer-sale-aag-text {
		display: none;
	}
}

.summer-sale-banner:hover {
	text-decoration: none;
}

.sun-word {
	position: relative;
	z-index: 1;
	/* stays on top of sun graphic */
}

.sun-word::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: url('/images/sunshine.svg') no-repeat center center;
	background-size: contain;
	opacity: 0.8;
	z-index: -1;
	pointer-events: none;
}

.special-offers-summer-sale-banner {
	color: #2b3e1b;
	font-weight: bold;
	padding: 8px 16px;
	margin: 10px 0;
	letter-spacing: 0.5px;
	display: block;
	font-size: 14px;
	/*padding-left: 77px;*/
	padding-right: 0;
	/*background-image:url(/images/information-icon-empty.svg);
	background-size:22px;
	background-repeat:no-repeat;
	background-position:calc(100% - 15px) calc(100% - 2px);*/
	position: relative;
	background: mistyrose;
}

/*
.special-offers-summer-sale-banner::after {
	content: "";
	white-space: pre;
	position: absolute;
	left: 5px;
	top: 2px;
	font-size: 11px;
	letter-spacing: 0;
	text-align: center;
	line-height: 16px;
	padding: 0 5px 0 7px;
	top: 5px;
	bottom: 5px;
	display: flex;
	background: white;
	border-radius: 6px;
	align-items: center;
	justify-content: center;
	text-shadow: 0 0 3px white;
}

*/
span.pct-off-headline {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}

span.pct-off {
	display: inline-block;
	margin: 10px 0;
	min-height: 60px;
	padding: 8px;
	background: mistyrose;
	display: none;
}

div.night-variation-3 span.pct-off-headline.pct-off-headline-nights-3 span.pct-off {
	display: inline-block;
}


div.special-offers-summer-sale-banner span.pct-off,
div.message_less_alarming span.pct-off {
	min-height: 0;
	padding: 0;
	background-color: transparent;
}