.editorify-loader-gif {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 9;
    justify-content: center;
    align-items: center;
    background-color: #00000020
}

.editorify-loader-gif img {
    width: 50%;
    height: 50%;
    object-fit: contain
}

.editorify-reviews-section .active .editorify-loader-gif {
    display: flex
}

#editorify-user-reviews {
    position: relative
}

#editorify-reviews-app .rateing-template1 li {
    margin-bottom: 0;
    padding-left: 0;
    position: static
}

iframe {
    border: none !important
}

#editoify_load_all, #editoify_load_more {
    padding: 10px 20px;
    text-align: center;
    background-color: transparent;
    color: black;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid black;
}

@media only screen and (max-width: 600px) {
    #video-player {
        max-width: 300px
    }

    .isMobile iframe {
        width: 100%
    }
}

.editorify-reviews-modal-body .row {
    margin: unset !important
}

.editorify-reviews-modal-body .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.editorify-review-image img {
    opacity: 1 !important;
    height: 50px;
    overflow: hidden;
    border-radius: 4px;
    visibility: visible !important;
    display: block !important
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.sr-only {
    position: absolute;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

#editorify-modal .modal-title {
    margin: 0;
    line-height: 1.42857143
}

#editorify-modal .modal-body {
    position: relative;
    padding: 15px
}

#editorify-modal .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.editorify-reviews-section .hidden {
    display: none !important
}

.editorify-reviews-section .affix {
    position: fixed
}

#editorify-reviews-button, #editorify-reviews-button-new {
    margin-bottom: 23px;
    margin-top: 15px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: #505050;
    padding: 10px
}

#editorify-comment-button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: #505050
}

#editorify-reviews-btn {
    padding: 10px 15px;
    line-height: 20px;
    cursor: pointer;
    border: 0;
    background-color: #4f4f4f;
    color: #fff
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.editorify-reviews-section li:before {
    content: none !important
}

.editorify-reviews-lable {
    font-size: 14px;
    font-weight: 500;
}
#editorify_reviews_form_new input:focus, #editorify_reviews_form_new textarea:focus{

border: 1px solid black;
    box-shadow: none;

}
#editorify_reviews_form_new input, #editorify_reviews_form_new textarea{
    width: 100%;
    max-width: 100%;
    border: 1px solid #949494;
    border-radius: 4px;
    outline: none;
    margin: 3px 0;
    padding: 11px;
    font-size: 13px;
    color: #39332e;
    box-sizing: border-box;

}

#editorify-reviews-content {
    color: #464646;
    width: 100%;
    display: block;
    height: auto !important;
    margin-bottom: unset !important
}

.editorify-reviews-textarea {
    margin-bottom: 5px;
    float: left;
    width: 100%
}

.editorify-rateing-stars {
    text-align: center;
    margin-right: 38%;
    margin-bottom: 0
}

.editorify-rateing-stars:not(:checked) > input {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.editorify-rateing-stars:not(:checked) > label {
    font-size: 30px;
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    color: #ff9900 !important;
    text-shadow: unset;
    min-width: unset;
    margin: unset;
    padding: unset
}


.editorify-rateing-stars:not(:checked) > label:before {
    content: '✰'
}
.editorify-rateing-stars:not(:checked) > label:hover:before {
    content: '★'
}
.editorify-rateing-stars:checked > label:before {
    content: '★'
}

.template3-rate {
    font-size: 19px
}

.editorify-rateing-stars > label:active {
    position: relative;
    top: 2px;
    left: 2px
}

#editorify-modal, #editorify-modal-image {
    background: 0 0;
    opacity: unset
}

#importify-reviews-success {
    display: none;
    text-align: center;
    background: #dff2bf;
    padding: 10px 0;
    color: #4f8a10;
    margin: 0 0 10px
}

.middle, .side {
    margin-top: 10px;
    float: left
}

#editorify-score-rate {
    float: left;
    margin-right: 20px;
    font-size: 25px;
    margin-bottom: 10px
}

.editorify-rate-stars {
    opacity: 0;
    color: #fc9e0e !important
}

.fa.fa-star-half-o.checked.editorify-rate-stars, .fa.fa-star.checked.editorify-rate-stars {
    font-family: FontAwesome !important;
    font-weight: unset !important
}

.fa.fa-star-half-o.checked.editorify-rate-stars:before, .fa.fa-star.checked.editorify-rate-stars:before {
    font-weight: unset !important;
    font-family: unset !important
}

.checked {
    opacity: 1;
    color: #fc9e0e
}

.editorify-reviews-span {
    opacity: .6;
    font-size: 16px
}

#editorify-modal-image {
    text-align: center
}

#editorify-reviews-app .right {
    text-align: right
}

.editorify-row:after {
    content: "";
    display: table;
    clear: both
}

.editorify-row {
    width: 500px
}

.editorify-row .middle {
    width: 100%
}

.bar-container {
    width: 50%;
    border: 1px solid silver;
    height: 20px;
    background-color: #f1f1f1;
    text-align: center;
    color: #fff;
    box-shadow: inset 0 0 11px #464646;
    margin-bottom: -5px;
    border-radius: 6px
}

.rate-precentage {
    height: 30px;
    width: 50px;
    display: inline-block;
    text-align: center;
    color: #000;
    border-radius: 5px
}

.bar-4, .bar-5 {
    height: 20px;
    background-color: #fc9e0e;
}

.reviews-count {
    font-size: 18px
}

#editorify-reviews-app svg {
    margin-bottom: -10px
}

#editorify-dislike, #editorify-like {
    opacity: 0;
    color: #daa520
}

.editorify-likes {
    opacity: .7
}

.dislike:not(:checked) ~ label:hover, .like:not(:checked) ~ label:hover {
    opacity: 1;
    color: #daa520
}

.editorify_disabled {
    opacity: .8;
    visibility: hidden
}

.editorify_disabled:hover {
    opacity: .8
}

.editorify-review-country {
    max-width: 20px;
    overflow: hidden
}

.dislike:checked ~ label, .like:checked ~ label {
    color: #fc9e0e;
    text-shadow: 1px 1px #daa520, 2px 2px #b57340, .1em .1em .2em rgba(0, 0, 0, .5)
}

.editorify-like-dislike {
    margin-top: 15px
}

.editorify-reviews-count a, .editorify-reviews-count-new .rating-text, .editorify-reviews-count-new a {
    color: #6d6c6c;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px
}

.editorify-reviews-count-new .rating-text {
    cursor: pointer
}

.editorify-reviews-count-new {
    opacity: 1 !important
}

.rateing-tempalte3, .rateing-tempalte3 > ol, .rateing-tempalte3 > ul, .rateing-template1 {
    margin-left: 0 !important
}

.second-design-stars {
    font-size: 19px !important
}

@media (min-width: 480px) {
    #rateing-template1 {
        width: 100%
    }
}

@media only screen and (min-width: 992px) {
    #rateing-template1 {
        width: 50%
    }
}

#rateing-template1 {
    list-style: none !important;
    padding: 0 !important
}

.second-design-stars-notcheck {
    color: silver !important;
    font-size: 19px !important;
    opacity: .7
}

.editorify-stars-notcheck {
    color: silver !important;
    font-size: 16px !important;
    opacity: .7
}

.bar-5 {
    width: 60%;
    border-radius: 6px
}

.bar-4 {
    width: 30%;
    border-radius: 6px
}

.bar-2, .bar-3 {
    border: 1px solid transparent;
    height: 20px;
    background-color: #fc9e0e
}

.bar-3 {
    width: 10%;
    border-radius: 6px
}

.bar-2 {
    width: 4%;
    border-radius: 6px
}

.bar-1 {
    width: 15%;
    height: 20px;
    background-color: #fc9e0e;
    border: 1px solid transparent;
    border-radius: 6px
}

@media (max-width: 400px) {
    .middle, .side {
        width: 100%
    }
}

#editorify-reviews-app p {
    margin: 12px 0
}#editorify-reviews-app h3 {
     font-size: 1.29412em;
     line-height: 1.4;
}
 #collection-reviews{
     display: flex;
    width: 100%;
    flex-direction: row;
    align-content: flex-end;
 }

.rateing-tempalte3 li {
    list-style: none
}

#editorify-modal-image.fade.in {
    visibility: visible
}

#editorify-modal {
    transform: unset;
    width: 100%;
    max-width: 100%
}

.gallery {
    width: 100%;
    margin: unset;
    padding: unset
}

.edit-modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.edit-modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%
}

.editorify-close.btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    padding: unset;
    float: right
}

.edit-modal .close:focus, .edit-modal .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}