.product {
	border: solid 2px #fafafa;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 15px;
}
.pht-summary .options {
	margin-bottom: 15px;
}
.pht-summary .option {
	margin-right: 10px;
	font-size: 90%;
}
.pht-summary .option:before {
	content: '+';
}

.pht-booking-snippet .nav {
	margin-top: 25px;
}

@media screen and (max-width: 922px) {
	.pht-details {
		margin-left: 0px !important;
	}
}

.pht-payments .nav .btn {
	padding: 15px;
	border-radius: 5px;
	border: none;
	font-size: initial;
}
.pht-payments .nav .btn-back {
	background: #efefef;
	border: 1px solid #757575;
}
.pht-payments .nav .btn-back:hover {
	background-color: #dedede;
}
.pht-payments .nav .btn-primary {
	background: #ff6900;
	color: #fff;
	border: 1px solid #cf5500;
}
.pht-payments .nav .btn-primary:hover {
	background-color: #e96100;
}
.pht-payments .nav .next {
	float: right;
}

.pht-payments .step .error-step {
	display: none;
}
.pht-payments .step.errors .error-step {
	display: block;
}

/* Layout */
.pht-booking-snippet {
	display: flex;
    margin-right: -15px;
    margin-left: -15px;
}
.pht-summary-wrapper {
	width: 33.333333%;
	max-width: 33.333333%;
	padding-right: 15px;
	padding-left: 15px;
}
.pht-details {
	width: 66.666667%;
	max-width: 66.666667%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (max-width: 992px) {
	.pht-booking-snippet {
		display: block;
	}
	.pht-summary-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.pht-details {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}
