/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.wk_showStar_home_grid {
    position: absolute;
    top: 5px;
    left: 20%;
}
.wk_showStar_grid {
    text-align: center;
}
.wk_rating_product_image {
    max-width: 100%;
}
.wk_rating_top_product {
    width: 100%;
    padding: 2px;
    min-height: 310px;
}
.wk_rating_top_name {
    font-size: 16px;
    color: #484848;
    font-weight: bold;
    text-align: center;
}
.wk_rating_top_price {
    font-size: 16px;
    color: #007c2d;
    font-weight: bold;
    text-align: center;
}
#showStars {
    text-align: center;
    margin-bottom: 18px;
}
.starSize {
    height: 15px !important;
	width: 15px !important;
}
.wk_rating_heading {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 18px;
}
.wk_top_rated_products_list {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    padding: 0;
    margin: 0;
}

.product-description > .product-title {
    margin-top: 25px;
}

.wk_clear_both {
    display: inline-block;
    clear: both;
}