<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shopping-cart a img {
	width: 100%;
}
.productbox-more {
	background-color: #ffffff;
	border: 1px solid #e6e6e6 !important;
	box-shadow: 0px 5px 10px 0 #d9d9d9 !important;
	padding: 5px !important;
	border-radius: 5px !important;
}
.captiontext {
	text-align: center;
	margin: 10px 0px;
}
.captiontext h4 {
	margin-bottom: 5px !important;
	color: #333;
	font-weight: 400;
}
.cartbutton {
	font-weight: 600;
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
	font-size: 12px;
	text-transform: capitalize !important;
	padding: 15px !important;
	margin: 5px 0px !important;
	border-radius: 3px;
}
.price {
	margin-bottom: 5px;
}
.cart .cartbutton {
	padding: 5px !important;
}
/*zooming*/
.zoomWindow {
	margin-left: 135px;
	box-shadow: 0px 5px 10px 0px #aaa;
	border: 1px solid #040404 !important;
	height: 500px !important;
	width: 545px !important;
}</pre></body></html>