.product-img {
	width: 255px;
	height: 165px;
	position: relative;
	background-size: cover;
	background-position: center;
	top: 0;
}

.product-contect {
	display: block;
	height: 75px;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.product-img {
		width: 255px;
		height: 165px;
	}
}

@media (max-width: 991px) {
	.product-img {
		width: 200px;
		height: 135px;
	}
}

@media (max-width: 767px) {
	.product-img {
		width: 200px;
		height: 135px;
	}
}

@media (max-width: 553px) {
	.product-img {
		width: 200px;
		height: 135px;
	}
}

@media (max-width: 414px) {
	.product-img {
		width: 160px;
		height: 110px;
	}
}

@media (max-width: 375px) {
	.product-img {
		width: 160px;
		height: 110px;
	}
}

.product-title {
	font-size: 18px;
	color: #333;
	padding: 5px 0px;
	margin: 0;
}
.product-title:hover {
	color: #00849a;
}
.addcart {
	border: 1px solid #333;
	background-color: #eee;
	color: #333;
	float: right;
	font-size: 14px;
	margin: 5px;
}
.addcart:hover {
	border: 1px solid #eee;
	background-color: #333;
	color: #eee;
}
.preview {
	border: 1px solid #333;
	background-color: #333;
	color: #eee;
	float: right;
	font-size: 14px;
	margin: 5px;
}
.preview:hover {
	border: 1px solid #333;
	background-color: #eee;
	color: #333;
}

.nav-link {
	font-size: 14px;
	color: #333;
	display: block;
	padding: 0px 8px;
	border: 1px solid #333;
	margin-left: 8px;
}

.nav-link:hover {
	background-color: #333;
	color: #eee;
}
