.imgbox {
    float:center;
    border: 1px solid #e3e3e3;
    margin:10px;
}
@media only screen and (max-width: 260px) {
    .imgbox {
        margin:0px;
        }
   
}
.star {
background-image: url("../../../i.imgur.com/lZBSo86.png");
background-repeat: no-repeat;
display: inline-block;
height: 22px;
width: 95px;
}
.star-4 {
background-position: -24px -2px;
}

.star-4-5 {
background-position: -205px -2px;
}

.star-5 {
background-position: -5px -2px;
}

.get-deal {
 -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
 -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
 box-shadow:inset 0px 1px 0px 0px #f5978e;
 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
 background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
 background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
 background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
 background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
 background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
 background-color:#f24537;
 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 border-radius:6px;
 border:1px solid #d02718;
 display:inline-block;
 cursor:pointer;
 color:#ffffff;
 font-family:Trebuchet MS;
 font-size:14px;
 font-weight:bold;
 padding:6px 17px;

 text-shadow:0px 1px 0px #810e05;
 margin-top:10px;
}
.get-deal:hover {
 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
 background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
 background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
 background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
 background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
 background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
 background-color:#c62d1f;
}
.get-deal:active {
 position:relative;
 top:1px;
} 

