<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Alternate stylesheet - prod display list layout */
#theme li a img#theme-list-grey, #theme li a img#theme-grid {
	display: none;
}
#theme li a img#theme-list, #theme li a img#theme-grid-grey {
	display: inline-block;
}
#theme li a:hover img#theme-grid {
	display: inline-block;
}
#theme li a:hover img#theme-grid-grey {
	display: none;
}

#prodlist .productframe {
	padding: 15px 0;
	width: 100%;
	height: auto;
	clear: both;
	border-right: 0;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	background: none;
}
#prodlist .productframe.double {
	display: block;
}
#prodlist .productframe a {
	min-height: 0 !important;
}
#prodlist .productframe .thumb {
	float: left;
	width: 30%;
	margin: 0 10px;
}
#prodlist .productframe .thumb .overlay img {
	width: 52px;
}
#prodlist .productframe .name {
	position: relative;
	clear: none;
	margin: 0;
	display: table-cell;
}
#prodlist .productframe .name a {
	font-size: 130%;
}
#prodlist .productframe .name .longdesc {
	display: block;
	font-weight: normal;
}
#prodlist .productframe .name .longdesc img {
	margin-top: 15px;
}
#prodlist .productframe .priceoptions {
	float: left;
	margin-top: 15px;
}
#prodlist .productframe .priceoptions .price {
	text-align: right;
	margin: 0 10px 5px 0;
}
#prodlist .productframe .optionpreviews {
	position: relative;
	clear: both;
	float: left;
	width: 30%;
	padding: 5px 6px 0 6px;
	margin: 0 10px;
}
#prodlist .productframe .buttons {
	left: auto;
	width: 33%;
	text-align: center;
}
#prodlist .productframe .buttons .addtobasket.multivars {
	display: none;
}
.productframe .buttons .inputbutton.listviewtoggle {
	display: block;
	opacity: 1;
}
#prodlist .productframe .listviewoptions {
	opacity: 1;
}
#prodlist .productframe .listviewoptions .row {
	padding: 8px;
	margin: 0;
	border-top: 1px dotted #ccc;
	display: flex;
	align-items: center;
}
#prodlist .productframe .listviewoptions .row.row-end {
	justify-content: flex-end;
	padding-top: 15px;
	padding-bottom: 0;
}
#prodlist .productframe .listviewoptions .row .row-col {
	padding: 0 5px;
}
#prodlist .productframe .listviewoptions .row .row-col .qtywrap {
	width: 100%;
}
#prodlist .productframe .listviewoptions .row .row-col .qtywrap .qty {
	width: 100% !important;
}
#prodlist .productframe .listviewoptions .row .row-col .inputbutton {
	width: 100%;
}

@media (max-width: 767px) {
	#prodlist .productframe .thumb, #prodlist .productframe .optionpreviews {
		width: 100%;
		margin: 0;
	}
	#prodlist .productframe .thumb a {
		max-width: 100% !important;
	}
	#prodlist .productframe .optionpreviews {
		margin-top: 5px;
		margin-bottom: 15px;
		text-align: left;
	}
	#prodlist .productframe .name {
		padding: 0 6px;
	}
}</pre></body></html>