::placeholder {
    color: #c5c5c5;
}

/*--------------------------------------
#15 Customer Rating
--------------------------------------*/

#customer-rating-page{
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}
#customer-rating-page > div.header-logo{
    padding: 30px 0 0 0;
    text-align: center;
}
#customer-rating-page a.logo{
    display: inline-block;
}
#customer-rating-page .body-rating{
    background: transparent;
    padding: 0;
    border-radius: 5px;
}

#customer-rating-page .list-product{
    width: 100%;
}

#customer-rating-page .item-product{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
}

.item-product .title{
    color: inherit;
}

.f-block .img{
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    float: left;
}
.f-block .img img{
    width: 100%;
}
.f-block .img + h3{
    margin-left: 80px;
    padding: 0;
    margin-top: 0;
    font-size: 16px;
}
.item-product .f-block{
    margin-bottom: 15px;
    overflow: hidden;
}
.f-block .field{
    margin-bottom: 15px;
}

.item-product input, .item-product textarea{
    padding: 8px 10px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #C8C8C8;
    outline: none;
}
.item-product textarea{
    height: 200px;
}
.item-product textarea:focus, .item-product input:focus{
    border: 1px solid rgb(255, 138, 60);
}

#customer-rating-page .footer{
    margin-bottom: 30px;
}
.footer button{
    width: 100%;
    text-decoration: none;
    background-color: #1976d2;
    border-top: 10px solid #1976d2;
    border-bottom: 10px solid #1976d2;
    border-left: 20px solid #1976d2;
    border-right: 20px solid #1976d2;
    display: block;
    border-radius: 3px;
    color: #ffffff;
}

span.rv-stars{

}
span.rv-stars i{
    font-size: 20px;
    color: #ffc93d;
    cursor: pointer;
}
.text-center{
    text-align: center;
}
span[ryviu-rating]{
    width: 127.75px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 20px;
}
span[ryviu-rating] .rv-stars{
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
}
span[ryviu-rating] .active-rating{
    position: absolute;
    top: 0;
    left: 0;
}

.images-reviews > a.add{
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ffca26;
    text-align: center;
    line-height: 50px;
    float: left;
    color: #ffca26;
}
.images-reviews > a.add i{
    font-size: 18px;
}

.imgs-list{
    float: left;
}
.imgs-list img{
    height: 50px;
    margin: 0 5px 5px 0;
    border: 1px solid #0e74d5;
}
.images-reviews input[type="file"]{
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
}

.status{
    text-transform: uppercase;
}
.status.error{
    color: #ff4d4d;
}
.status.success{
    color: #419e2c;
}
/*--------------------------------------
#14 Noty
--------------------------------------*/
body .install-chrome-ext {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

body #noty_layout__topCenter {
    width: 510px;
}

body #noty_layout__topCenter>div {
    min-height: 45px;
    height: auto;
}

.noty_theme__relax.noty_type__success {
    background-color: #419e2c !important;
    color: #FFF !important;
    border: none !important;
}

.noty_theme__relax.noty_type__warning {
    background-color: #ff9e4d !important;
    border: none !important;
    color: #FFF !important;
}

.noty_theme__relax.noty_type__error {
    background-color: #ff4d4d !important;
    border: none !important;
    color: #FFF !important;
}

.noty_theme__relax.noty_type__info {
    background-color: #73dae3 !important;
    border: none !important;
    color: #FFF !important;
}

.noty_layout .noty_body {
    float: left;
}

.noty_layout .noty_body:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 22px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: -3px;
}

.noty_theme__relax.noty_type__success .noty_body:before {
    background: url(images/noty-success-icon.png) no-repeat left center transparent;
}

.noty_theme__relax.noty_type__warning .noty_body:before {
    background: url(images/noty-warning-icon.png) no-repeat left center transparent;
}

.noty_theme__relax.noty_type__error .noty_body:before {
    background: url(images/noty-error-icon.png) no-repeat left center transparent;
}

.noty_theme__relax.noty_type__info .noty_body:before {
    background: url(images/noty-info-icon.png) no-repeat left center transparent;
}

.noty_layout .noty_buttons {
    float: right;
    border: none !important;
}

.noty_layout .noty_buttons button {
    margin-left: 10px;
    margin-right: 0;
    border: none;
    background: transparent;
    margin-top: 3px;
}

body .noty_layout .noty_buttons:hover>button {
    color: #fff;
}

.noty_theme__relax.noty_type__success .noty_buttons>button {
    background: #32c032;
    color: #FFF;
}

.noty_theme__relax.noty_type__warning .noty_buttons>button {
    background: #f0903f;
    color: #FFF;
}

.noty_theme__relax.noty_type__error .noty_buttons>button {
    background: #ed3c3c;
    color: #FFF;
}

.noty_theme__relax.noty_type__info .noty_buttons>button {
    background: #63ccd5;
    color: #FFF;
}
