/* Custom Styling */

#product-list {
	border-radius:0px;

	font-size:16px;
	color:#333;
}

.product-listing {
	padding-bottom:6px;
	margin-bottom:6px;

	border-bottom:1px dashed #ccc;

	overflow:auto;
}
.product-listing p { margin:0; padding:0; }
.pl-title { max-width:70%; display:inline-block; }
.pl-right { float:right; }
.pl-price { padding:6px; font-size:12px; border-radius:10px; background-color:red; color:white; font-weight:bold; }

.boka-button {
	font-weight:bold;
}

/* Mobile */
@media only screen and (max-width: 48em) {

}
