<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* product_list.css */

ul#product_list {
	list-style-type: none;
	position: relative;
	z-index: 777;
	float: left;
	height: auto;
	overflow: visible;
	display: block;
	visibility: visible;
	margin: 0px !important;
	display: flex;
    flex-wrap: wrap;
	/* item */
	/*
	background-color: #eee;
	padding-top: 15px;
	*/
	/* end item */

}


/* Item */
#product_list li {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:10px;
	/*height:240px;*/
}

@media only screen and (max-width: 480px){
	div.four.columns.marginfix, #cart_block{
		display:none;
	}
	.catlisttop h2{
		margin-top: 0;
		padding: 0px 0px 20px 0px;
	}
	#product_list li {
		/*height: 460px;*/
	}

}

@media only screen and (min-width: 480px) and (max-width: 767px)  {

	#product_list li {
		height: 330px; 
	}
}


@media only screen and (min-width: 959px) and (max-width: 1280px)  {
	#product_list li {

		width:180px !important;
		/*height: 330px; */
	}
}

@media only screen and (min-width: 1280px) {
	#product_list li {

		width:124px !important;
		/*height: 300px; */
	}


}
/* End Item */


/* Item */
#product_list li:hover{

	background-color: #eee;	
}
/* End Item */

#product_list li a {
	color: #374853;
	text-decoration: none
}

#product_list li .left_block {
	float:left;
	padding-top:58px;
	width:15px
}

#product_list li .left_block  .compare label {display:none;}

#product_list li p.compare input {
	vertical-align: text-bottom
}

#product_list li .center_block {
   float: left;
   width: 100%;
}

#product_list a.product_img_link {
	overflow:hidden;
	position:relative;
	float: left;
	display:block;
	padding: 0px !important;
	margin: 0px !important;
	background: none !important;
	width: 100%;
	border: 1px solid #ccc !important; /* Item */
}

#product_list a.product_img_link img {
	display: block;
	vertical-align: top;
	width: 100% !important;
	height: auto;
}

#product_list li span.new {
	display: block;
	position: absolute;
	top: 15px;
	right:-30px;
	padding: 1px 4px;
	width: 101px;
	font-size:10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform: rotate(45deg);
	background-color: #990000
}

#product_list li h3 {
	padding:10px 0 10px 0;
	font-size:13px;
	color:#000;
	float: left;
	clear: both;
	/* item */
	font-weight: 400;
	
	/* end item */
}

/* item */
#product_list li h3 a{
	height: 45px;
	width:100%;
	display:inline-block;
}
/* end item */

#product_list li a {
	color: #000;
	text-decoration: none;
}


#product_list li p.product_desc {
	overflow: hidden;
	padding:0;
	line-height:16px;
}


#product_list li p.product_desc,
#product_list li p.product_desc a {
	color:#666;
}

#product_list li .right_block {
	position:relative;
   float: left;
   width: 145px;
   text-align: right
}

#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
	display: block;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase
}

#product_list li .discount {
	position:absolute;
	top: -110px;
	right:0;
	display: inline-block;
	font-weight: bold;
	padding: 1px 5px;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	background: none repeat scroll 0 0 #9B0000
}

	#product_list li .online_only {
		margin:0 0 10px 0
	}
	#product_list li .content_price {
		/* Item */
		width:100%;
		/*float:left;*/
		margin-top:12px;
		/* End Item */
	}
	#product_list li .content_price .masInfo {
		display: block;
	}
		#product_list li .price {
			display: block;
			margin-bottom: 15px;
			font-weight:bold;
			font-size: 18px;
			color:#3b3b3b;
		}
		#product_list li span.availability {
			display:none;
			color: #488C40
		}
	#product_list li .ajax_add_to_cart_button {
		position: relative;
		float: right;
		margin-top: 10px;
		/*Item*/
		margin-top:0px;
		border: none;
		border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	}
	#product_list li .ajax_add_to_cart_button span {
		display: block;
		position: absolute;
		top: -1px;
		left: -12px;
		height: 26px;
		width: 26px;
		background: url(../img/icon/pict_add_cart.png) no-repeat 0 0 transparent
	}
	#product_list li .lnk_view {
		display: block;
		margin-top:15px;
		padding:0 10px;
		border:none;
		font-weight:bold;
		color:#0088CC;
		background:url(../img/arrow_right_1.png) no-repeat 100% 4px transparent
	}
	#product_list li .lnk_view:hover {text-decoration:underline}
	
	
.bottomproduct{
	position: relative;
	float: left;
	margin-top: 5px;
	clear:both;
}
	
.bottomproduct .button{
	background: #3B3B3B !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	color: black;
	background: url(../img/bg_bt.gif) repeat-x 0 0 #F4B61B;
	cursor: pointer;
	color: white !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 12px !important;
	background: #3B3B3B !important;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	float: right;
}
.comparebtn #bt_compare:hover{
	background: #4AADAD !important;
}
.bottomproduct .button:hover {
	background: #4AADAD !important;
}

.compare{
	margin: 10px 0 10px 0;
}
.comparebtn p{
	padding: 10px 0;
}
.productleft{
	/* Item */
	/*
	float: left;
	margin-left:45%;
	margin-top:9px;
	*/
	/* End Item */
}
	
</pre></body></html>