.getstar {
    color: red;
}
.rev-star .fa-star {
    margin: 0 2px;
}

ul.customer-rev {
    list-style: none !important;
    margin: 0;
}
.customer-review-con h2 {
    padding: 0 10px;
}
ul.customer-rev li {
    float: left;
    width: 33.33333%;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    ul.customer-rev li{
        width:50%;
    }
}
.rev-contener {
    margin: 10px;
}

.customer-rev-pop {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.86);
    display: table;
}

.customer-rev-connenner {
    max-width: 800px;
    margin: auto;
    display: table;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.customer-rev-title {
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.customer-rev-detail {
    color: #fff;
    text-align: center;
}

.customer-rev-close {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: solid 2px #fff;
    line-height: 0;
    color: #fff;
    padding: 3px;
    font-size: 20px;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    z-index: 9999999;
    background: #000;
}

.customer-rev-img {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #000;
    margin-bottom: 30px;
}

.customer-rev-img img {
    max-height: 650px;
}

.rev-img {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.hover-shadow {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
}

.rev-img:hover .hover-shadow {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    opacity: 1;
}

.hover-shadow i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, 0.82);
    font-size: 30px;
    transform: translate(-50%, -50%);
}

.customer-rev-shadow {
    display: table;
    width: 100%;
    height: 100%;
}

ul.customer-pagei {
    list-style: none;
    display: table;
    width: 100%;
    margin: 0 20px;
}

ul.customer-pagei li.previous {
    float: left;
}

ul.customer-pagei li.next {
    float: right;
}

.star-group-bg {
    position: absolute;
    z-index: 0;
}

.star-group {
    position: relative;
    z-index: 1;
}

.customer-review-con {
    max-width: 1170px;
    margin: 30px auto;
}
h3.rev-title {
    color: #4e4e4e;
}