.color-airoluggage {
	color: #73d2b6;
}
.price-row {
	height: 112px;
}
.price-box {
	height: 100%;
	padding: 0px 10px 10px 10px;
}
.price-button:hover {
	background-color: #73d2b6;
	color: white;
	border: none;
}
#price-box-container {
	padding-left: 0px;
	padding-right: 15px;
}

@media only screen and (max-width: 484px) {
	.section-divider {
		padding-top: 50px;
	}
	.price-row {
		height: 150px;
	}
	.price-box {
		width: 50% !important;
		height: 100%;
		padding: 0px 10px 10px 10px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
	.price-row {
		height: 112px;
	}
	.price-box {
		width: 50% !important;
		height: 100%;
		padding: 0px 10px 10px 10px;
	}
}

@media only screen and (max-width: 768px) {
	.section-divider {
		padding-top: 50px;
	}
	.price-box {
		width: 50% !important;
		height: 100%;
		padding: 0px 10px 10px 10px;
	}
	#price-box-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (min-width: 769px) {
	.section-divider {
		padding-top: 100px;
	}
}

@media only screen and (min-width: 961px) and (max-width: 1140px) {
	#bttn_submit {
		margin-bottom: 18px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
	#bttn_submit {
		margin-bottom: 31px;
	}
}
#luggage_dropdown0 {
	border-color: #ff4242 !important;
}
/*
.section-divider{
  padding-top:100px
}
*/
.title-divider {
	padding-top: 60px;
}
.small-section-divider {
	padding-top: 30px;
}
.image-padding {
	padding-top: 20px;
}
.background-image-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	background-image: url(../images/bg_bright1.jpg);
}

.no-webp .background-image-wrapper {
	background-image: url(../images/bg_bright1.jpg);
}

.webp .background-image-wrapper {
	background-image: url(../images/bg_bright1.webp);
}

.colour-span {
	height: 30px;
	width: 40px;
}

.line {
	max-width: 100%;
	width: inherit;
	height: 2px;
	border-bottom: 1px solid #73d2b6;
	opacity: 0.12;
}
#outside-eu-bag-charge-parent > p {
	margin-bottom: 0px;
	margin-top: 10px;
}
#index-checks {
	margin-left: 0px;
}
#index-checks > p {
	text-align: left;
	color: white;
}
.price-button {
	padding: 15px !important;
	height: 100%;
	cursor: pointer;
}
.label-button {
	font-size: 1.2em;
	cursor: pointer;
}
#swap-button {
	height: 60px;
	width: 60px;
	margin: 0;
	float: right;
	padding-bottom: 10px;
	padding-top: 15px; /*
  background:url(../images/swap_button.svg);
  background-size:50%;
  background-repeat: no-repeat;
  background-position:center; */
}

#pickup_selector {
	border: 2px solid rgba(115, 210, 182, 0);
}

.guide-parent {
	position: relative;
	display: inline-block;
}

.guide-parent .guide-bubble {
	visibility: hidden;
	opacity: 0;
	/* visibility: visible; */
	/* opacity: 1; */

	position: absolute;
	background-color: #ebba34;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	z-index: 1;
	font-size: 1em;

	width: 240px;
	position: absolute;
	bottom: 137%;
	right: 0px;
}

.guide-bubble::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #ebba34 transparent transparent transparent;
}

#guide-luggage {
	width: 115px;
	padding: 4px;
	bottom: 122%;
	font-size: 0.9em;
}
