<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.boxtitle {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 100%;
	background: #f68e68;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.font-large {
	font-size: 1.25rem;
}

.boximg {
	width: 35px;
}

.boxhead {
	padding: 4px 12px;
}

.boxtitle_content {
	padding-right: 15px;
}



.boxtitle_content a {
	color: #2f2f2f;
	font-weight: 550;
	padding: 5px 10px;
	border-radius: 12px;
	background: #ffffff82;
	line-height: 1.4;
	
}


	.boxtitle_content a:hover {
		color: #fff;
		font-weight: 550;
		padding: 5px 10px;
		border-radius: 12px;
		background: #d1582c;
		line-height: 1.4;
	}



.boxcontent {
	display: inline-block;
	margin: 0px;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #fff1ec;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: auto;
	width: 100%;
}

	.boxcontent .catalogue-list .list-item {
		width: calc(100% / 6);
		padding: 4px;
		background: transparent;
		height:175px;
	}

		.boxcontent .catalogue-list .list-item a {
			background: #fff;
			border: 0;
			height:100%;
		}

	.boxcontent .catalogue-list {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

		.boxcontent .catalogue-list.product-list .tag_items {
			top: 2px;
			left: 4px;
		}

		.boxcontent .tag_items div {
			font-size: 0.85rem !important;
		}

	.boxcontent .catalogue-list.product-list .item-text {
		font-size: 12px;
		padding: 6px;
		min-height: 60px;
		top:55%;
		bottom:0;
	}

	.boxcontent .catalogue-list.product-list .list-img {
		padding-bottom: 60%;
		top:10px;
	}

	.boxcontent .catalogue-list .list-img img {
		top: 52%;
	}

@media screen and (max-width: 991.98px) {
	.boxcontent .catalogue-list .list-item {
		width: calc(100% / 2);
		height:125px;
	}

	.boxcontent .catalogue-list.product-list .list-img {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 767.98px) {
	.boxcontent .catalogue-list .list-item {
		width: 100%;
	}

	.boxcontent .catalogue-list.product-list .list-img {
		width: 105px;
		height: 105px;
	}
}

@media (max-width:767px) {
	.boxtitle {
		height: 50px;
	}

	.font-large {
		font-size: 1.1rem;
	}

	.boxtitle_content a {
		font-size: 0.9rem;
	}

	.boximg {
		width: 30px;
	}
}
</pre></body></html>