/**
 * MB "Vienas bitas" (Magetrend.com)
 *
 * @category Magetrend
 * @package  Magetrend/Review
 * @author   Edvinas St. <edwin@magetrend.com>
 * @license  http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @link     http://www.magetrend.com/magento-2-review
 */

.mtr-rating {
    padding: 11px 0 7px;
    display: inline-block;
}

.mtr-counter {
    padding-left: 15px;
    display: inline-block;
}

.mtr-rating-stars {
    position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    overflow: hidden;
}

.mtr-rating-review-count,
.mtr-rating-score {
    display: inline-block;
    font-size: 24px;
    vertical-align: 8px;
    margin-left: 17px;
    margin-right: 22px;
}

.mtr-rating-stars-active {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    white-space: nowrap;
}

.mtr-star img{
    width: 42px;
    height: 39px;
}

.mtr-rating-review-count,
.mtr-rating-counter {
    font-size: 13px;
    display: inline-block;
    vertical-align: 12px;
    padding-left: 15px;
}

.mtr-rating-counter strong {
    font-weight: bold;
}

/** RATING MEDIUM  **/

.mtr-rating.mtr-rating-medium {
    padding: 2px 0;
}

.mtr-rating-medium .mtr-rating-stars {
    height: 20px;
}
.mtr-rating-medium .mtr-star img {
    width: 21px;
    height: 20px;
}
.mtr-rating-medium .mtr-rating-score {
    font-size: 14px;
    vertical-align: 5px;
    margin-left: 6px;
}

.mtr-rating-medium .mtr-rating-stars {
    height: 22px;
}


/** RATING SMALL  **/

.mtr-rating.mtr-rating-small {
    padding: 2px 0;
}

.mtr-rating-small .mtr-rating-stars {
    height: 16x;
}
.mtr-rating-small .mtr-star img {
    width: 16px;
    height: 16px;
}
.mtr-rating-small .mtr-rating-review-count,
.mtr-rating-small .mtr-rating-score {
    font-size: 12px;
    vertical-align: 3px;
    margin-left: 6px;
    margin-right: 0;
}

.mtr-rating-small .mtr-rating-review-count {
    padding-left: 0;
}


.mtr-rating-small .mtr-rating-stars {
    height: 16px;
}

.widget.block-products-list .mtr-rating {
    margin-bottom: 15px;
}

.mtr-rating-review-empty {
    font-size: 14px;
    display: inline-block;
    vertical-align: 3px;
    padding-left: 15px;
    height: 16px;
}


