
/**
    * @extensione  YRVote Plugin for Marlev Template ONLY!
    * @author      Lev Milicenco
    * @copyright   (c) Marlev.it - Itroom SRLS - 2022. All rights reserved.
    * @license     GNU General Public License version 2 or later; see LICENSE.txt
    */
.yrvotetotal{
    color:#a6adb3;
    font-size: 10px;
    margin: 0 auto;
    text-align: center;
}
.prezzo-intro{
    padding:  12px 0 0 20px !important;
}
.yrvoteimg{
    margin:0 auto;
    text-align: center;
}
.yrvote-star span{
    font-size: 24px;
    cursor: pointer;
}
.yrvote-star .yroff{
    color: #a6adb3;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}
.offhover{
    color:#a6adb3 !important;
    background: none !important;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}
.yrvote_box{
    width: 100%;
    clear: both;
    display: block;
    position: relative;
    min-height: 20px;
}
/*RED Color*/
.yrvote-star .yractive.red{
    color: red;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}

.onhover.red{
    color:red !important;
    background: none !important;
    transition: color 0.6s ease;
    -webkit-transition: color 0.6s ease;
}

.yrvote-star .yrhalf3.red{
    background: -webkit-gradient(linear, left top, right top, color-stop(.39, red), color-stop(.40, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.39, red), color-stop(.40, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.yrvote-star .yrhalf5.red{
    background: -webkit-gradient(linear, left top, right top, color-stop(.52, red), color-stop(.53, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.52, red), color-stop(.53, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.yrvote-star .yrhalf7.red{
    background: -webkit-gradient(linear, left top, right top, color-stop(.69, red), color-stop(.70, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.69, red), color-stop(.70, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

/*Green Style*/
.yrvote-star .yractive.green{
    color: #479e00;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}

.onhover.green{
    color: #479e00 !important;
    background: none !important;
    transition: color 0.6s ease;
    -webkit-transition: color 0.6s ease;
}

.yrvote-star .yrhalf3.green{
    background: -webkit-gradient(linear, left top, right top, color-stop(.39, #479e00), color-stop(.40, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.39, #479e00), color-stop(.40, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.yrvote-star .yrhalf5.green{
    background: -webkit-gradient(linear, left top, right top, color-stop(.52, #479e00), color-stop(.53, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.52, #479e00), color-stop(.53, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.yrvote-star .yrhalf7.green{
    background: -webkit-gradient(linear, left top, right top, color-stop(.69, #479e00), color-stop(.70, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.69, #479e00), color-stop(.70, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}


/*yellow Color*/
.yrvote-star .yractive.yellow{
    color: #e5c706;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}

.onhover.yellow{
    color:#e5c706 !important;
    background: none !important;
    transition: color 0.6s ease;
    -webkit-transition: color 0.6s ease;
}

.yrvote-star .yrhalf3.yellow{
    background: -webkit-gradient(linear, left top, right top, color-stop(.39, #e5c706), color-stop(.40, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.39, #e5c706), color-stop(.40, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.yrvote-star .yrhalf5.yellow{
    background: -webkit-gradient(linear, left top, right top, color-stop(.52, #e5c706), color-stop(.53, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.52, #e5c706), color-stop(.53, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.yrvote-star .yrhalf7.yellow{
    background: -webkit-gradient(linear, left top, right top, color-stop(.69, #e5c706), color-stop(.70, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.69, #e5c706), color-stop(.70, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}


/*BLUE Color*/
.yrvote-star .yractive.blue{
    color: #1985f3;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}

.onhover.blue{
    color:#1985f3 !important;
    background: none !important;
    transition: color 0.6s ease;
    -webkit-transition: color 0.6s ease;
}

.yrvote-star .yrhalf3.blue{
    background: -webkit-gradient(linear, left top, right top, color-stop(.39, #1985f3), color-stop(.40, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.39, #1985f3), color-stop(.40, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.yrvote-star .yrhalf5.blue{
    background: -webkit-gradient(linear, left top, right top, color-stop(.52, #1985f3), color-stop(.53, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.52, #1985f3), color-stop(.53, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.yrvote-star .yrhalf7.blue{
    background: -webkit-gradient(linear, left top, right top, color-stop(.69, #1985f3), color-stop(.70, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.69, #1985f3), color-stop(.70, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}


/*PURPLE Color*/
.yrvote-star .yractive.purple{
    color: #9c11ec;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}

.onhover.purple{
    color:#9c11ec !important;
    background: none !important;
    transition: color 0.6s ease;
    -webkit-transition: color 0.6s ease;
}

.yrvote-star .yrhalf3.purple{
    background: -webkit-gradient(linear, left top, right top, color-stop(.39, #9c11ec), color-stop(.40, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.39, #9c11ec), color-stop(.40, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.yrvote-star .yrhalf5.purple{
    background: -webkit-gradient(linear, left top, right top, color-stop(.52, #9c11ec), color-stop(.53, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.52, #9c11ec), color-stop(.53, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.yrvote-star .yrhalf7.purple{
    background: -webkit-gradient(linear, left top, right top, color-stop(.69, #9c11ec), color-stop(.70, #a6adb3));
    background: gradient(linear, left top, right top, color-stop(.69, #9c11ec), color-stop(.70, #a6adb3));
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.yrvote-left{
    float:left;
}
.yrvote-right{
    float:right;
}