
/* Product Display - Basic Theme */
div.prli-prdt-theme-basic {
	border-radius: 24px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 23px rgba(0, 0, 0, .1);
}

/* Product Display - Boxed Theme */
div.prli-prdt-theme-boxed {
	border: 10px solid #6b98bf;
	background-color: #fff;
}

/* Product Display - Sharp Theme */
div.prli-prdt-theme-sharp {
	background-color: #fff;
	border: 1px solid #ccc;
}

/* Product Display - All Themes */
div.prli-prdt-theme-basic, div.prli-prdt-theme-boxed, div.prli-prdt-theme-sharp {
	padding: 0 15px 20px;
}

/* Product Display - Basic Theme */
div.prli-pd-theme-basic {
	border-radius: 24px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 23px rgba(0, 0, 0, .1);
}

/* Product Display - Boxed Theme */
div.prli-pd-theme-boxed {
	border: 10px solid #6b98bf;
	background-color: #fff;
}

/* Product Display - Sharp Theme */
div.prli-pd-theme-sharp {
	background-color: #fff;
	border: 1px solid #ccc;
}

/* Product Display - All Themes */
div.prli-pd-theme-basic, div.prli-pd-theme-boxed, div.prli-pd-theme-sharp {
	padding: 0 15px 20px;
}
