﻿.basket {
    float: left;
    display: inline-block;
    margin-right: 10px;
    direction: rtl;
    cursor: pointer;
}

.dv_sort {
    direction: rtl;
    text-align: right;
    font: normal 15px Heebo;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dvBrands {
    margin-top: 10px;
    text-align: center;
}

.br_sm {
    display: inline-block;
    width: 120px;
    margin-left: 5px;
    margin-bottom: 5px;
    direction: rtl;
}

    .br_sm > a > div {
        height: 75px;
        line-height: 75px;
    }

        .br_sm > a > div > img {
            vertical-align: middle;
        }

    .br_sm > a > h2 {
        color: #151517;
        font: normal 18px Heebo;
        height: 80px;
        overflow: hidden;
        text-decoration: none;
    }

    .br_sm:hover {
        border: solid 1px #11a2e5;
    }
