/* rating */

div.stars {
    display: inline-block;
}

input.star { display: none; }

label.star {
    float: right;
    padding: 5px;
    font-size: 15px;
    color:#444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #e74c3c;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color:#e74c3c;
    text-shadow: 0 0 5px #7f8c8d;
}

input.star-1:checked ~ label.star:before { color:
        #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}


.horline > li:not(:last-child):after {
    content: " |";
}
.horline > li {
    font-weight: bold;
    color: #ff7e1a;

}

#reviewarabic
{
    display: flex;
    flex-direction: row-reverse;
}
/* end rating */

/* login register model */
[class~="form-login-register"] [class~="box-form-login"] {
    max-width:700px;
    height:500px;
}

[class~="form-login-register"] [class~="box-form-login"] {
    left: calc(50% - 350px);
}
/* end login register model */

