.productbox {

    display: block;
    margin-bottom: 25px;
    position: relative;
    overflow: auto;
    border: 1px solid #e8e8e8;
}
.productbox .header {   
   /*
   background-color: #f6f6f6;
    color: #a5a5a5;
   */
    padding:8px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 0.9em;
    line-height: 1.4;
    overflow: auto;
    background-color: #2bb1ec;
    color: #ffffff;
    
    
} 

.productbox .header span{   
    margin-top: 2px;
} 

.productbox .header img{   
    margin-right: 12px;
    float: left;
    position:relative;
    top:5px;
} 

.productbox .left {    
    padding: 15px;
    float: left;
    width: 70%; 
    box-sizing: border-box;
}

.productbox .left figure{    
    line-height: 0;
}

.productbox .right {    
    background-color: #fff;
    box-sizing: border-box;
    float: right;
    height: 100%;
    padding: 25px 15px;
    width: 20%;
}

.productbox h3 {
    margin-bottom: 0;
    margin-top: 10px;
}

.productbox h4 {
    background-color: #00aeef;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 2px 10px 0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

.productbox p{
    margin-bottom: 0 !important;
}

.productbox figure {
    float: left;
    margin: 0 15px 0 0;
    width: 180px !important;
}

.productbox table {
    margin-bottom: 0;
}

.productbox .price {
    background-color: #62d834;
    border-radius: 30px;
    float: right;
    line-height: 1;
    margin-top: 25px;
    padding: 8px 9px;
}

.productbox .price a {
    color: #fff !important;
    font-weight: normal !important;    
}

.productbox .price .content {  
    font-weight: bold;
    text-align: center;
}

.productbox figure img{
    /*margin-left: 15px;*/
}
.productbox .row.content {
     background-color: #fff;
    overflow: auto;
    padding: 15px;
}

.productbox .rating {
    font-size: 2em;
    margin-top: 15px;
}
.productbox .rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
}
.productbox .rating > span:hover,
.productbox .rating > span:hover ~ span {
    color: transparent;
}

.productbox .rating .frame,
.productbox .rating .score{
    color:#e8e8e8;
    position: absolute;

}

.productbox .rating .score{
    color: gold;
    overflow: hidden;
    width: 0;
}


@media only screen and (max-width: 680px){
    .productbox figure{
        width: 100%;
    }
    
    .productbox .price {
        float: none;
        overflow: auto;
        width: 80%;
        margin: 0 auto;
        margin-top: 25px;
	max-width:200px;
    }
}