.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_more,#editoify_load_all{
    padding: 10px 20px;
    text-align: center;
    background-color: #cccccc;
    color: #fff;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid whitesmoke;
}
@media only screen and (max-width: 600px) {
    #video-player{
        max-width: 300px;

    }
}
.editorify-reviews-modal-body .row {
    margin: unset !important;
}

/*.modal, .modal-backdrop {*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0*/
/*}*/

.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=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].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
}

/*.modal, .modal-open {*/
    /*overflow: hidden*/
/*}*/

[role=button] {
    cursor: pointer
}

/*.modal {*/
    /*display: none;*/
    /*position: fixed;*/
    /*z-index: 1050;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*outline: 0*/
/*}*/

/*.modal.fade .modal-dialog {*/
    /*-webkit-transform: translate(0, -25%);*/
    /*-ms-transform: translate(0, -25%);*/
    /*-o-transform: translate(0, -25%);*/
    /*transform: translate(0, -25%);*/
    /*-webkit-transition: -webkit-transform .3s ease-out;*/
    /*-o-transition: -o-transform .3s ease-out;*/
    /*transition: transform .3s ease-out*/
/*}*/

/*.modal.in .modal-dialog {*/
    /*-webkit-transform: translate(0, 0);*/
    /*-ms-transform: translate(0, 0);*/
    /*-o-transform: translate(0, 0);*/
    /*transform: translate(0, 0)*/
/*}*/

/*.modal-open .modal {*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto*/
/*}*/

/*.modal-dialog {*/
    /*position: relative;*/
    /*width: auto;*/
    /*margin: 10px*/
/*}*/

/*.modal-content {*/
    /*position: relative;*/
    /*background-color: #fff;*/
    /*border: 1px solid #999;*/
    /*border: 1px solid rgba(0, 0, 0, .2);*/
    /*border-radius: 6px;*/
    /*-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);*/
    /*box-shadow: 0 3px 9px rgba(0, 0, 0, .5);*/
    /*-webkit-background-clip: padding-box;*/
    /*background-clip: padding-box;*/
    /*outline: 0*/
/*}*/

/*.modal-backdrop {*/
    /*position: fixed;*/
    /*z-index: 1040;*/
    /*background-color: #000*/
/*}*/

/*.modal-backdrop.fade {*/
    /*opacity: 0;*/
    /*filter: alpha(opacity=0)*/
/*}*/

/*.modal-backdrop.in {*/
    /*opacity: .5;*/
    /*filter: alpha(opacity=50)*/
/*}*/

/*.modal-header {*/
    /*padding: 15px;*/
    /*border-bottom: 1px solid #e5e5e5*/
/*}*/

#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
}

/*.modal-footer .btn + .btn {*/
    /*margin-left: 5px;*/
    /*margin-bottom: 0*/
/*}*/

/*.modal-footer .btn-group .btn + .btn {*/
    /*margin-left: -1px*/
/*}*/

/*.modal-footer .btn-block + .btn-block {*/
    /*margin-left: 0*/
/*}*/

/*.modal-scrollbar-measure {*/
    /*position: absolute;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*overflow: scroll*/
/*}*/

/*@media (min-width: 768px) {*/
    /*.modal-dialog {*/
        /*width: 600px;*/
        /*margin: 30px auto*/
    /*}*/

    /*.modal-content {*/
        /*-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);*/
        /*box-shadow: 0 5px 15px rgba(0, 0, 0, .5)*/
    /*}*/

    /*.modal-sm {*/
        /*width: 300px*/
    /*}*/
/*}*/

/*@media (min-width: 992px) {*/
    /*.modal-lg {*/
        /*width: 900px*/
    /*}*/
/*}*/

/*.clearfix:after, .clearfix:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before {*/
    /*content: " ";*/
    /*display: table*/
/*}*/

/*.clearfix:after, .modal-footer:after, .modal-header:after {*/
    /*clear: both*/
/*}*/

.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-modal-close {
    color: #4f4f4f;
    float: right;
    font-size: 28px;
    font-weight: 700;
    opacity: .5;
    border: none
}

.editorify-reviews-modal-close:focus, .editorify-reviews-modal-close:hover {
    text-decoration: none;
    cursor: pointer
}

.editorify-reviews-lable {
    color: #696969 !important
}

#editorify-reviews-content {
    color: #464646;
    width: 100%;
    display: block
}

.editorify-reviews-textarea {
    margin-bottom: 5px;
    float: left;
    width: 100%
}

.editorify-rateing-stars {
    text-align: center;
    margin-right: 40%;
    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: #ddd;
    text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0, 0, 0, .5)
}

.editorify-rateing-stars:not(: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;
    font-size: 30px;
    color: #fc9e0e !important
}
.fa.fa-star.checked.editorify-rate-stars, .fa.fa-star-half-o.checked.editorify-rate-stars{
    font-family:FontAwesome !important;
    font-weight: unset !important;
}
.fa.fa-star.checked.editorify-rate-stars:before, .fa.fa-star-half-o.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;
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;
border: 1px solid transparent
}

.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 a {
color: #6d6c6c;
text-decoration: none;
cursor: pointer;
margin-left: 10px
}

.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
}

span.editorify-rate-stars {
font-size: 25px
}

.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-bottom: 0
}

.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; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.edit-modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
}

/* The Close Button */
.editorify-close.btn {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: unset;
    float: right;
}

.edit-modal .close:hover,
.edit-modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}