img.productimg {
    max-width: 200px;
    max-height: 270px;
    text-align: center;
    margin: auto;
}
.productTitle {
    font-size: 18px;
    color: #277770;
}
.productInfo {
    height: 80px;
    overflow: hidden;
}
.product {
	margin-bottom: 30px;
}
.modal-header {
    border-bottom: 0px none;
}
hr {
    margin-top: 12px;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #b9b9b9;
}
@media only screen and (max-width: 992px) { 
	.productImg {
		max-width: 300px;
		width: 100%;
	}
}