.mjrbp_clear{
    clear: both;
    width: 100%;
}
.related_buy .block_item{
    float: left;
    min-width: 150px;
    border: 1px solid rgba(55, 62, 75, 0.23);
    border-radius:6px;
    margin-bottom: 15px;
    display: block;
}
.related_buy_name {
    margin: 5px 10px;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}
.related_buy h3.name{
    margin: 5px 10px;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}
.related_buy h3.name a {
    color: #4D4D4D;
}

.related_buy .product_label {
    position: absolute;
    margin-left: 5px;
    margin-top: -5px;
}

.related_buy .image_block{
    text-align: center;
    margin-bottom: 5px;
}

.related_buy .old_price,
.related_buy .item_add_to_cart
{
    margin-left: 5px;
}

.related_buy .item_price,
.related_buy .review,
.related_buy .item_add_to_cart
{
    margin-bottom: 5px;
}

.related_buy .jshop_price{
    margin-left: 5px;
    float: left;
}
.related_buy .old_price {
    text-decoration: line-through;
    font-style: normal;
    float: left;
    margin-right: 10px;
}

.related_buy .review
{
    margin-left: 5px;
    text-align: right;
}

.related_buy .review .review_mark{
    float: right;
    margin-right: 5px;
}
.related_buy .review .review_count{
    float: right;
    margin-right: 10px;
}

.related_buy .desc{
    display: block;
    width: auto;
    height: 50px;
    overflow: hidden;
    margin: 0 5px 5px 5px;
}