    .nyroModalCont {
        margin: 70px;
        overflow: hidden !important;
    }

    #reviews_add_form {
        display: none;
    }

    .reviews .form .stars .starrating>label:before {
        font-size: 1em;
    }

    .reviews .form .stars .starrating>label {
        margin: 0px;
    }

    #redactor_modal {
        z-index: 10010 !important;
    }

    .reviews .form .redactor_box {
        background: unset;

    }

    .reviews .form .redactor_toolbar {
        background: unset;
        box-shadow: none;
    }

    #reviews_add_form_sub {
        display: none;
    }

    .reviews .form .qq-upload-button {
        display: none;
    }

    .reviews .form .widget_image_single .block,
    .reviews .form .widget_image_multi .block {
        height: auto;
    }

    .redactor_editor {
        min-height: 150px !important;
    }

    .reviews .redactor_editor {
        min-height: 100px !important;
    }

    #reviews_add_link a {
        color: #fff !important;
    }

    .reviews .text p {
        margin-bottom: 5px;
    }

    .reviews .links {
        padding-top: 5px !important;
    }

    .text-grey {
        color: #ccc;
    }

    .images-review img {
        width: 70px;
        border-radius: 8px;
    }

    .reviews .redactor_box {
        position: relative;
    }

    #reviews_list .review .content .links a {
        font-size: 13px;
        border: 1px solid #d6dbe0;
        padding: 5px 10px;
        border-radius: 8px;
        display: inline-block;
    }

    #reviews_list .review .content .links a:hover {
        opacity: 0.8;
    }

    .reviews .images img {
        width: 100px;
        border-radius: 8px;
    }

    .reviews .images .show-all {
        padding-top: 20px;
        width: 100px;
        height: 100px;
        font-size: 15px;
        background: #f1f1f1;
        display: inline-block;
        text-align: center;
    }

    .color-black {
        color: #fff !important;
    }

    .images-reviews .item {
        float: left;
        margin-bottom: 10px;
    }

    .images-review .item img {
        width: 150px;

    }

    .images-reviews .owl-item {
        margin: 0px !important;
    }

    .reviews-load {
        color: #005bff;
        font-weight: 700;
        border-top: 2px solid rgba(0, 26, 52, .09);
        padding-top: 24px;
        text-align: center;
        cursor: pointer;
    }

    #reviews_widget #reviews_add_form .author_data .field .input {
        background: #fff;
    }