    /* rating */
    .rating-css div {
        color: #f7ff02;
        font-size: 30px;
        font-family: sans-serif;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
        padding: 20px 0;
    }
    .rating-css input {
        display: none;
    }
    .rating-css input + label {
        font-size: 60px;
        text-shadow: 1px 1px 0 #a59719;
        cursor: pointer;
    }
    .rating-css input:checked + label ~ label {
        color: #b4afaf;
    }
    .rating-css label:active {
        transform: scale(0.8);
        transition: 0.3s ease;
    }

    /* End of Star Rating */

    .checked {
        color: #f7ff02 !important;
    }

    