.pht-category {
	
}

.pht-category.included {
	display: none;
}

.pht-category .details .name {
	font-weight: bold;
	font-size: 1.7vh;
}

.pht-steps .pht-category .board.large {
	line-height: 3.7vh;
}
.pht-category .description p, .pht-category .description li {
	font-size: 85%;
	margin-bottom: 0;
	padding-bottom: 0;
}

.pht-category.selectable.single .details {
	margin-left: 35px;
}

.pht-category .product label {
	display: block;
	font-size: 0.85vh;
	color: #777;
	margin-bottom: 0;
}

.pht-category .product.empty {
	color: #aaa;
}

.pht-category .product .details {
    margin-left: 50px;
}

.pht-category .product .checkbox-item {
    margin-right: 15px;
}

.pht-category .product .image img {
	width: 100%;
}

.pht-category .zone-times {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
}

.pht-category .category-zone-times {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
}

.pht-category .zone-times .selector {
	border: 1px solid #ccc;
	padding: 4px 9px;
	margin: 0px;
	border-radius: 4px;
	line-height: 42px;
}

.pht-category .category-zone-times .selector {
	border: 1px solid #ccc;
	padding: 4px 9px;
	margin: 0px;
	border-radius: 4px;
	line-height: 42px;
}

.pht-category .zone-times .selector.selected {
	background: #333;
	color: #fff;
}

.pht-category .category-zone-times .selector.selected {
	background: #333;
	color: #fff;
}

.pht-category .product .error-required {
	display: none;
	color: #900;
}

.pht-category .product.required .error-required {
	display: block;
}

a.disabled-availability, .loading-availability a {
    pointer-events: none;
}

.pht-category .alert-error {
	color: #900;
	margin-bottom: 15px;
}



.pht-category .pht-sub-product {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
}
.pht-category .pht-sub-product .option {
	display: flex;
}
.pht-category .pht-sub-product .option {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 14px;
  padding-bottom: 10px;
}
.pht-category .pht-sub-product .option:first-child {
	border-top: 1px solid #000;
}
.pht-category .pht-sub-product .option div {
	flex: 1;
}
.pht-category .pht-sub-product .product-name {
	font-weight: bold;
	padding-bottom: 10px;
}
.pht-category .pht-sub-product .price {
	text-align: right;
	margin-top: 0;
	font-weight: normal;
}
.pht-category .pht-sub-product .price .checkbox-item {
	float: right;
	margin-left: 10px;
}
.pht-category .pht-sub-product button.remove {
	position: absolute;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #ea5d0a;
	top: 7px;
	right: 7px;
	/*width: 25px;
	height: 25px;*/
	line-height: 25px;
	text-align: center;
	padding: 3px 6px;
	/*margin-right: 15px;
	margin-top: 15px;*/
	font-size: 140%;
	border-radius: 4px;
}
.pht-category .pht-sub-product .instance {
	border: 1px solid #ccc;
	box-shadow: none;
}

.pht-category .pht-sub-product .instance-price {
	border-top: 1px solid #333;
	padding: 15px 0;
}
.pht-category .pht-sub-product .instance-price {
	border-top: 2px solid #333;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}
.pht-category .pht-sub-product .instance {
	box-shadow: none;
	border: 1px solid #ccc;
	margin-top: 15px;
	position: relative;
	padding: 15px;
	border-radius: 5px;
}
.pht-category .pht-sub-product .instance-price .price {
	font-weight: bold;
}

.pht-category .pht-sub-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-category .pht-sub-product .board .name {
	font-weight: bold;
}
.pht-category .pht-sub-product .board .price {
	text-align: left;
}
.pht-category .pht-sub-product .error {
	color: #f00;
	margin-bottom: 10px;
}

.pht-category .quantity-selector {
	width: 33.333333%;
	max-width: 33.333333%;
	text-align: right;
}
.pht-category .product-details {
	width: 66.666667%;
	max-width: 66.666667%;
}
.pht-category .product-wrapper {
	display: flex;
}

@media (max-width: 992px) {
	.pht-category .product-wrapper {
		display: block;
	}
	.pht-category .quantity-selector {
		width: 100%;
		max-width: 100%;
	}
	.pht-category .product-details {
		width: 100%;
		max-width: 100%;
	}
}