.special-offer {
height: 20px;
width: 200px;
}

.free-chocolates {
height: 80px;
width: 80px;
background: url(../images/free-chocolates.png);
position: absolute;
right: 0;
top: 0;
}

.free-delivery {
height: 80px;
width: 80px;
background: url(../images/free-delivery.png);
position: absolute;
right: 0;
top: 0;
}

.flora_prod {
float: left;
display: block;
border: 1px solid #ddd;
border-radius: 5px;
margin: 10px;
width: 200px;
height: 400px;
padding: 5px;
background: #f9f9f9;
box-shadow: 0px 0px 10px #ddd;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}


.flora_prod .flora_image {
text-align: center;
float: left;
width: 100%;
display: block;
border: 1px solid #cccccc;
margin-bottom: 10px;
position: relative;

}

.flora_prod .flora_image:hover {
border: 1px solid #db063b;
}

.flora_prod .flora_buy {
text-align: center;
float: right;
width: 100%;
padding-top: 10px;
display: block;
}
