/* sharing box */
.sharing_box{
    margin-bottom: 15px;
}
.sharing_box .sharing_box_socials{
    display: flex;
    flex-direction: row;
}
.sharing_box .sharing_box_socials .sharing_box_social_link {
    display: block;
    height: 40px;
    margin-right: 7px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    transition: opacity 0.15s ease-out;
}
.sharing_box .sharing_box_socials .sharing_box_social_link:hover{
    opacity: .7;
    text-decoration: none;
}
.sharing_box .sharing_box_socials .sharing_box_social_link_small {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    margin-bottom: 3px;
    margin-top: 3px;
    border-radius: 1px;
    background-position: center;
}
.share_vk {
    background-color: #5d7294;
}
.share_tweet {
    background-color: #76aaeb;
}
.share_facebook {
    background-color: #475995;
}
.share_gplus {
    background-color: #d53f35;
}
.share_mail {
    background-color: #134785;
}
.share_viber {
    background-color: #665cac;
}
.share_telegram {
    background-color: #35a6de;
}
.share_whatsapp {
    background-color: #67c15e;
}

.rating_stars{
    position: relative;
    display: inline-block;
}
#rating_stars_overlay{
    position: absolute;
    background: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.rating_star_link{
    opacity: 0.3;
}
.rating_star_link:hover{
    text-decoration: none;
}
.rating_star_link.rated{
    cursor: default;
}
.rating_star{
    width: 32px;
    height: auto;
}
.aggregateRating{
    display: none;
}
