.product-box{
    width: 33.33%;
    position: relative;
    margin-bottom: 15px;
}
.product-box .image-box{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    background: RGBA(255,255,255,0.8);
}
.product-box .image-box:hover{ border: 1px solid #0f0c27;}
.product-box .image-box img{margin: 0 auto;}
.product-box .product-information{}
.product-box .product-information .price-box{ text-align: center; color: #dd0000; font-size: 0.625em;}
.product-box .product-information h2{color: #000; font-size: 0.875em; text-align: center; margin: 5px 0 0 0;}

@media(max-width: 1199px){
    .product-box{width: 50%;}
}

@media(max-width: 630px){
    .product-box{width: 100%;}
}