.pro_list
{
	float:left;
	width:100%;
}
.pro_list .pro-item {margin-bottom: 50px; float: left;}
.pro_list .pro-item .is-divider
{   
	margin-top: 1em;
    margin-bottom: 0em;
    height: 0.5px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    width: 150px;
    max-width: 80%;
    float: none;
}
.pro_list .pro-item-gallery { padding:0px 30px;}
.pro_list .pro-item-gallery .zoom-in:hover	{cursor: url("../images/zoom-in.svg"),zoom-in; }
.news_other
{
	float:left;
}
.gallery .pro-item {margin-top: 20px; margin-bottom: 20px;}
.product-box
{
	border: thin solid #EEE;
	border-radius: 2px;
	padding: 15px;
}
.product-box .product-name {line-height: 1.2em; height: 3.8em; overflow: hidden;}
.productat
{
	text-align: center;
	font-size: 1.3em;
	margin-top: 5px;
/*	border-top: thin solid #eee;*/
	padding-top: 5px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover { border-color: #ffd0a1;}

@media (max-width:767px){
	.pro_list .pro-item-gallery { padding:0px 20px !important;}
}