.product-picture {
	min-height: 200px;
	line-height: 200px;
	text-align:center;
}

.product-block.redbox {
	border: 2px solid red;
}

.retail-display {
	text-decoration:line-through;
	color: red;
}

.discount-display {
	color: green;
	font-weight: bold;
}
  
.product-block {
    flex: 0 0 auto;
    width: 100%;
    text-align:center;
}

.similarItem.product-block {
    display: block;
}

.product-title {
    font-size: 14px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .product-block {
        width: 50%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .product-block {
        width: 25%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }