.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%;	
}

/**
 * Menu
 */
.actions {
	margin-left: 7px;
	margin-right: 7px;
}
.actions .b-action {
	width: 33%;
	display: inline-block;
	padding: 7px;
}
@media screen and (max-width: 992px) {
	.actions .b-action {
		width: 100%;
		display: inline-block;
		padding: 7px;
	}	
}
.actions .b-action a {
	display: block;
	border: 1px solid #ea5518;
	background-color: #ea5518;
	color: #fff;
	border-radius: 5px;
	padding: 7px 16px;
	line-height: 60px;
}
.actions .b-action a:hover {
	background-color: #f59726;
}

.orders h2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.order-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.orders-rows .order-row:last-child {
	border-bottom: 0px solid #ccc;
}