.item {
	margin-bottom: 30px;
}

.guests {
	margin-bottom: 30px;
}

.contact-details {
	margin-bottom: 30px;
}

.pht-my-area .payment-card {
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.pht-my-area .payment-card {
		padding: 15px;
	}
}

.pht-my-area .price-options {
	padding: 60px;
	background-color: #efefef;
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
	.pht-my-area .price-options {
		padding: 15px;
	}
}

.pht-my-area .option {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
	border: solid 2px #fafafa;
	background-color: #ffffff;
	text-align: center;
	padding: 15px;
	margin-bottom: 15px;
	min-height: 15vh;
}

.pht-my-area .option.selected {
	border-color: #ea5d0a;
}

.pht-my-area .option label {
	font-weight: bold;
}

.pht-my-area .price {
	font-size: 2.5vh;
}

.pht-my-area .price .help-block {
	font-size: 16px;
}

.pht-my-area .terms {
	margin: 15px;
}

@media screen and (max-width: 767px) {
	.pht-my-area .price {
		font-size: 3.5vh;
	}
}

.pht-my-area .optional-amount {
	position: relative;
}

.pht-my-area .optional-amount .price-symbol{
	position: absolute;
	left: 10px;
}

.pht-my-area .total {
	border-top: 1px solid #efefef;
	padding-top: 15px;
	margin-bottom: 15px;
}

.radio-option {
	line-height: 2vh;
}

.send-message-field {
	width:  100%;	
}