<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.products .product.thumb,
.related .product {	
	padding-top:10px;	
}
.products .product.thumb {
	border:1px solid #fff;
}
.products .product.thumb:hover {
	border:1px solid #cdbfe3;
}

.product.new {
	background-color:#d9edf7;
	border:1px solid #bce8f1;
}

.product.featured {
	background-color:#fcf8e3;
	border:1px solid #fbeed5;
}

.product .name {
	word-wrap: break-word;
	white-space: pre-line;
}

.review {
	margin-bottom:25px;
}

/*.price {
	color:#468847;
	font-size:18px;
	font-weight: bold;
}

.price span {
	color:#d44950;
	text-decoration: line-through;
	font-size:14px;	
	font-weight: normal;
}*/

.related {
	margin:25px 60px;
}

.related .carousel-control {	
	width:20px;
}

.related .carousel-control span {
	padding:15px;
	border-radius:50%;
	background-color:#ddd;
	top:20%;
} 

.related .carousel-control.left {
	left: -70px;
	background-image:none;
}

.related .carousel-control.right {
	right: -25px;
	left: auto;
	background-image:none;
}

.qty-text-field {
	width:50px;
	text-align:center;
}

.valign-bottom {
	vertical-align:bottom !important;
}
.no-border td {
	border-color:#fff !important;
}</pre></body></html>