<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.mItemsModels {
	margin-top: -20px;
}

div.mItemsModels div.height10 {
	
}

div.mItemsModels div.mItem {
	border-radius: 5px;
	position: relative;
}

div.mItemsModels div.mItem div.mItemInn {
	box-shadow: 0 0 5px #dedede;
	padding: 0px;
	position: relative;
	border-radius: 3px;
}

div.mItemsModels div.mItem div.mItemInn div.img {
	width: auto;
	text-align: center
}

div.mItemsModels div.mItem div.mItemInn div.img img {
	border-radius: 0px
}

div.mItemsModels div.mItem:hover div.mItemInn {
	box-shadow: 0 0 5px #818181;
}

div.mItemsModels div.mItem:hover img {
	box-shadow: 0 0 0px #818181 !important;
}

div.mItemsModels div.mItem div.mItemInn div.title {
	position: absolute;
	max-width: 250px;
	right: 10px;
	bottom: 10px;
	text-align: right;
	line-height: 150%;
}

div.mItemsModels div.mItem div.mItemInn div.title a {
	font-weight: normal;
	color: #f0f0f0;
	text-decoration: none;
	font-size: 14px;
	background: black;
	padding: 2px 5px
}

div.mItemsModels div.mItem div.mItemInn div.button {
	float: right;
	margin-right: 10px;
	display: block
}

div.mItemsModels div.mItem div.mItemInn div.price {
	width: auto;
	position: relative;
	float: left
}

div.mItemsModels div.mItem div.mItemInn div.price span {
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin: 0px 0px 0 10px;
}

div.mItemsModels div.mItem div.mItemInn div.status {
	position: absolute;
	left: 20px;
	top: 20px;
	color: white;
	font-size: 10px;
	text-transform: lowercase;
	padding: 1px 7px 3px 7px;
	border-radius: 10px
}

div.mItemsModels div.mItem div.mItemInn div.statushit {
	background: red;
	color: white;
}

div.mItemsModels div.mItem div.mItemInn div.statusnew {
	background: yellow;
	color: black;
}

div.mItemsModels div.mItem div.mItemInn div.statussale {
	background: #2091d9;
	color: white;
}


@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 480px) {
	
}</pre></body></html>