/*
 * Magmodules.eu - http://www.magmodules.eu.
 *
 * NOTICE OF LICENSE
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.magmodules.eu/MM-LICENSE.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Shopreview
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2018 (http://www.magmodules.eu)
 * @license       https://www.magmodules.eu/terms.html  Single Service License
 */

.shopreview-sidebar-block {
    padding: 10px;
}

.shopreview-sidebar-block .rating-name {
    font-style: italic;
}

.shopreview-sidebar-block .rating-empty {
    float: right;
    display: block;
    width: 80px;
    height: 16px;
    background: url('./images/star.png') 0 -16px;
    margin-right: 5px;
    background-size: 16px 32px;
}

.shopreview-sidebar-block .rating-star-1 {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    background: url('./images/star.png') 0 0;
    margin-right: 5px;
    background-size: 16px 32px;
}

.shopreview-sidebar-block .rating-star-2 {
    float: left;
    display: block;
    width: 32px;
    height: 16px;
    background: url('./images/star.png') 0 0;
    margin-right: 5px;
    background-size: 16px 32px;
}

.shopreview-sidebar-block .rating-star-3 {
    float: left;
    display: block;
    width: 48px;
    height: 16px;
    background: url('./images/star.png') 0 0;
    margin-right: 5px;
    background-size: 16px 32px
}

.shopreview-sidebar-block .rating-star-4 {
    float: left;
    display: block;
    width: 64px;
    height: 16px;
    background: url('./images/star.png') 0 0;
    margin-right: 5px;
    background-size: 16px 32px
}

.shopreview-sidebar-block .rating-star-5 {
    float: left;
    display: block;
    width: 80px;
    height: 16px;
    background: url('./images/star.png') 0 0;
    margin-right: 5px;
    background-size: 16px 32px;
}

/** big review stars **/
.total-block-text {
}

.total-block-text p {
    text-align: center;
    padding-top: 5px;
    *font-size: 18px;
    font-size: 15px;
}

.total-block-stars {
    height: 35px;
    width: 188px;
    background: url('./images/5-stars-empty.png') no-repeat;
    margin: 5px auto;
    background-size: 188px 35px;
}

.total-block-stars span {
    display: block;
    *height: 50px;
    height: 35px;
    background: url('./images/5-stars-full.png') no-repeat;
    background-size: 188px 35px;
}

ul.crossfade {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display:block;
    margin-left:20px;
    min-height:200px;
}


#fade-reviews-sidebar li, #fade-reviews-sidebar li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    visibility: hidden;
}

/***** retina icons *****/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {

    .total-block-stars {
        background-image: url('./images/5-stars-empty@2x.png');
    }

    .total-block-stars span {
        background-image: url('./images/5-stars-full@2x.png');
    }

    .shopreview-sidebar-block .rating-empty {
        background-image: url('./images/star@2x.png');
    }

    .shopreview-sidebar-block .rating-star-1 {
        background-image: url('./images/star@2x.png');
    }

    .shopreview-sidebar-block .rating-star-2 {
        background-image: url('./images/star@2x.png');
    }

    .shopreview-sidebar-block .rating-star-3 {
        background-image: url('./images/star@2x.png');
    }

    .shopreview-sidebar-block .rating-star-4 {
        background-image: url('./images/star@2x.png');
    }

    .shopreview-sidebar-block .rating-star-5 {
        background-image: url('./images/star@2x.png');
    }
}
