<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.mItemsModel {
	width: 100%;;
}

div.mItemsModelInn {
	margin: 0 -20px !important;
}


.products-item-nav {
	margin-top: 20px;
	border-bottom: 1px solid #a2a2a2;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.products-item-nav&gt;a {
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	background: #f1f1f1;
	margin: 0 0px 0 0px;
	padding: 10px 12px;
	border: 1px solid #a2a2a2;
	border-bottom: 0;
	border-left: 0;
	box-shadow: inset 0 -5px 5px #cdcdcd;
	width: auto;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.products-item-nav&gt;a:first-child {
	margin-left: 20px;
	border-left: 1px solid #a2a2a2;
}
.products-item-nav&gt;a.active {
	color: #333333;
	text-decoration: none;
	background-color: #fff;
	box-shadow: inset 0 0px 0px #cdcdcd;
}
.products-item-nav&gt;a:hover {
	box-shadow: inset 0 0px 0px #cdcdcd;
}
.products-item-area&gt;.products-item-area-item {
	padding-top: 30px;
	display: none;
	line-height: 160%;
}
.products-item-area&gt;.products-item-area-item.active {
	display: block;
}
@media screen and (max-width: 768px) {
	div.imageFirst {
		border-radius: 0px;
		overflow: hidden
	}
	div.imageFirst img {
		border-radius: 0px;
		overflow: hidden
	}
	div.mItemsModel div.priceItem {
		background: #f0f0f0;
		border-radius: 0px;
		overflow: hidden;
		box-shadow: 0 0 0px #818181;
	}
	div.prodright {
		padding: 0 20px;
	}
	div.mItemSettingsOver a.href {
		font-size: 12px;
		padding: 5px 5px;
	}
	div.mItemSettingsOver a.href:first-child {
		margin-left: 5px;
		border-left: 1px solid #a2a2a2;
	}
}

@media screen and (max-width: 488px) {
	div.prodright {
		padding: 0 10px;
	}
	div.mItemSettingsOver a.href:first-child {
		margin-left: 0px;
		border-left: 1px solid #a2a2a2;
	}
	div.mItemSettingsOver a.href {
		max-width: 100%;
		text-align: left;
		float: none;
		clear: both;
		display: block;
	}
	textarea.area {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		
	}
	input.text {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
}</pre></body></html>