
/* user profile review section start */
.user-review-section{
    border: none;
}
.user-review-tabs {
    border: none;
}
.user-review-section .panel-heading{
    padding-left: 0;
}
.user-review-tabs > li.active > a, .user-review-tabs > li.active > a:hover, .user-review-tabs > li.active > a:focus{
    border: none;
    color: #0E1111;
    border-bottom: 1px solid #0E1111;
}
.user-review-tabs > li {
    color: #BBBBBB;
}
.user-review-tabs > li > a {   
    color: #BBBBBB;
    /* padding-left: 0; */
    border: none;
    font-size: 26px;
    line-height: 368x;
    font-weight: normal;
    padding: 0 0px 0 0;
    margin: 0 6px 0 0;
}
.user-review-tabs > li > a:hover {
   background: none;
}
.product-rating-wrapper .product-name>a{
color: #0E1111;
font-size: 26px;
line-height: 38px;
padding-bottom: 10px;
}
.product-rating-wrapper .date{
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}
.user-review-section .tab-content{
    width: 66%;
}
.table-reviews .description{
    background: #eeeeee;
    border: 1px solid #CFCFCF;
    font-size: 16px;
    line-height: 28px;
    padding-top: 10px;
    padding-left: 20px;
    height: 50px;
}
.product-rating-wrapper .rating-summary .rating-result{
    margin-left: 1px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.product-rating-wrapper .rating-summary .rating-result span{
    display: flex;
    overflow: visible;
}
.product-rating-wrapper .rating-summary .rating-result:before {
    left: -6px!important;
    
}
 .product-rating-wrapper .rating-summary .rating-result>span:before {
    left: -6px!important;
    margin-right: 10px;
}
@media only screen and (max-width: 767px){
    .user-review-section .tab-content{
        width: 100%;
    }
}