
/**
 * Since 2015 Ewonta
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses. 
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author Ewonta <support@ewonta.ru>
 *  @copyright  Since 2015 Ewonta
 *  @license    Valid for 1 website (or project) for each purchase of license
 */

#review_rating_container {
    width: 100%;
    padding-top: 15px;
}

.profile-page-seller-rating {
    width: 100%;
    margin: auto;
    background-color: #fff;
    background: #f6f6f6;
}

.allreviews-page-seller-rating {
    width: 100%;
    background-color: #fff;
    padding-right: 40%;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 2rem;
}
.d-flex {
    display: flex;
}
.seller-box {
    padding: 15px;
    border-bottom: 1px solid #dadada;
    text-align: left;
}

#seller_rating {
    width: 100% !important;
    text-align: center;
}

#seller_rating img {
    width: 16px;
}

.average_seller_rating_box {
    padding: 14px 0px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    text-align: center;
    margin-top: .5rem;
}

.seller_rating_data {
    text-align: center;
    font-size: 55px;
    line-height: 47px;
    font-weight: 700;
    margin-bottom: .7rem;
}

.seller_rating_box_heading {
    font-size: 14px;
    color: #333333;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
}

.seller_rating_box_content {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
}

.rating_level {
    width: 30%;
    float: left;
}
.seller_rating_table .table td, .table th {
    border: none;
}


.seller_rating_table .table td,
.seller_rating_table .table th {
    padding: 0.35rem;
    font-size: 14px;
    color: #333333;
    text-align: left;
}

.seller_rating_table .table th {
    background-color: #EFEFEF;
}

#review_rating_container .progress {
    height: 13px;
    margin-bottom: 0px;
    overflow: hidden;
    border-radius: 34px;
    margin-top: 3px;
    background: #e8e8e8;
}

#review_rating_container .progress_bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    background: linear-gradient(to right,#34219e,#25b9d7);
    border-radius: 28px;
}

#profileconnect span {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding-left: 11px;
}

#profileconnect span:hover {
    color: #2fb5d2;
}

.shop-default-icon {
    width: 54px;
    object-fit: contain;
}
.seller-additionalinfo .block_subscribe {
    padding: 0;
    border: none;
    margin: 0;
}
.seller-additionalinfo .seller-box {
    justify-content: space-between;
    align-items: center;
}
.seller-additionalinfo .subscriber_seller, .seller-additionalinfo .count_sub_but {
    padding: .2rem .4rem;
}