.extra-info-book-now-btn {
	margin: 0.6em;
	display: inline-block;
}
.extra-info-top-content,
.extra-info-bottom-content {
	text-align: start;
	margin: 1.2em 0;
}
.extra-info-top-content ul,
.extra-info-top-content ol {
	list-style-type: none;
}
.extra-info-top-content a,
.extra-info-grid--item a {
	color: #00a3c6;
}
.extra-info-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.extra-info-grid--item {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0.6em 0;
}
.extra-info-grid__50 {
	width: 50%;
}
.image-position--left {
	flex-direction: row;
}
.image-position--right {
	flex-direction: row-reverse;
}
.image-position--above {
	flex-direction: column;
}
.image-position--below {
	flex-direction: column-reverse;
}
.extra-info-grid--item--image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.extra-info-grid--item--text {
	flex: 1;
	padding-left: 1.2em;
	text-align: start;
}

.text-opposite--left {
	flex-direction: row;
}

.text-opposite--right {
	flex-direction: row-reverse;
}
.extra-info-grid--item.no-text {
	flex-wrap: wrap;
	justify-content: space-between;
}
.extra-info-grid--item-content {
	margin-bottom: 0.6em;
}
.extra-info-grid--item--text ol {
	padding-left: 1em;
}
.extra-info-add-product-qty {
	height: 2.5em;
	padding: 0.5em;
}
.extra-info-add-product-quantity-alt {
	float: left;
	width: 2.4em;
	margin-right: 0.2em;
}
.extra-info-add-product-qty-btn {
	height: 2.5em;
}
.extra-info-grid--item .htlgi-ecommerce__processing:after {
	position: fixed;
}

@media screen and (max-width: 1024px) {
	.extra-info-grid--item {
		flex-direction: column;
	}

	.extra-info-grid--item--text {
		padding-left: 0;
		margin-top: 0.6em;
		max-width: 100%;
	}
}


@media screen and (max-width: 575px) {
	.extra-info-grid__50 {
		width: 100%;
	}
}