/* CSS Document */
.newproduct {
	width:100%;
}
.newproduct div { color:#ccc}
.newproduct .title {
	color: #000000;
	font-size: 18px;
	line-height: 37px;
	text-transform: uppercase;
	//font-family: "Times New Roman", Times, serif;
	display: block;
	margin:0px 0px 20px 0px;
}
.sorter {
	background: #1c1c1c;
}
.sorter_form {
	padding: 15px 20px;
}
.sorter_form label {
	font-weight: bold;
	color: #fff;
}
.sorter_form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010101;
	border: solid 1px #e3e3e3;
	padding: 2px;
	background: #fdfdfd;
}
.newproduct .wrapper {
	width: 100%;
	overflow: hidden;
}
.newproduct .prod-bound {
	width: 25%;
	overflow: hidden;
	border: solid 1px #eceaea;
	margin:10px 0px 10px 0px ;
	float: left;
	min-height:430px;
}
.margin1 {
	margin-bottom: 10px;
}
.padding {
	padding: 12px;
}
.fleft {
	float: left;
}
.newproduct .image {
	width:228px;
	display: inline-block;
	padding: 0px;
	position: relative;
	float:inherit !important
}
.newproduct .image a {
	position: relative;
	display: inline-block;
}
.newproduct .image img{
	height:250px;	
}
.newproduct .stock {
    border: solid 1px #eceaea;
    padding: 10px 120px 10px 10px;
}
.newproduct hr {
	color: #C1C1C1;
	border:0;
	border-top: 1px solid #E1E1E1;
	margin: 5px 0px;
}
.newproduct .description p { color:#ccc !important}
.newproduct .name {
    font-size: 17px;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-bottom:8px;
}
.newproduct .name:hover {color:#1C973D}
.price-text {
	font-weight: bold;
	font-size: 12px;
}
.price {
color: #ED3D3D;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
}
.newproduct a {
	color: #333;
	outline: none;
	text-decoration: underline;
}
.description a {
	font-weight: bold;
}
.description strong {
	color: #000;
	display: block;
}
#des-content div { width:100% !important}
#des-content img { max-width:100%; margin: 0 atuo}
/*--------------Mobile----------------*/
@media(max-width:767px){
	.newproduct, .fleft, .newproduct .image, .newproduct .image img{
	width:100% !important;}
	.stock{
	display:none !important}
	.newproduct .prod-bound { width:100% !important}
	
	
	}