.SendTime.secondDetial span:last-child{
  display:none;
}
.BackgroundWhite{
    box-shadow: 0 3px 6px rgba(0,0,0,.18);
    padding: 40px 20px;
    box-sizing: border-box;
    background: #fff;
    margin: 30px auto;
    border-radius: 8px;
}
.scorenav {
  	height: 80px;
    display: flex;
    margin: 20px 30px;
}
.scorenav li{
    width: 20%;
  	height: 80px;
    position: relative;
}
.scorenav li:last-child div,
.scorenav li:first-child div {
    text-align: center;
    display: flex;
    align-items: center;
    background: #fff;
}
.herescore:first-child div {
    border: 2px solid #54AE05;
}
.herescore:first-child div::after{
    background: #ffffff00;
}
.score-comp{
    text-align: center;
    margin: 70px 0;
    font-size: 130%;
    font-weight: bold;
    color: gray;
  line-height: 200%;
}
.scorenav li div{
    width: 80px;
    height: 80px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 85% !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid #cacaca;
    position: relative;
    z-index: 1;
  	background-color: #fff !important;
}
.scorenav li div::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff94;
}
.scorenav li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 3px;
    background: #cacaca;
}
.scorenav li:first-child::after {
    color: #54AE05;
}
.sc-guid{
padding: 10px 20px;
    line-height: 150%;
    color: #545454;
    text-align: justify;
    font-size: 95%;
}
.scorenav li::after {
    content: '\E004';
    position: absolute;
    top: 50%;
    left: calc(50% + 48px);
    font-family: landikaiconfont;
    font-size: 1.8em;
    transform: translate(-50%,-50%);
    color: #cacaca;
}
.cm-done + li div{
    border: 2px solid #54AE05 !important;
}
.cm-done + li div::after{
    background: #ffffff00;
}
.cm-done::before{
    background: #54AE05 !important;;
}
.cm-done +li::before {
    background: #54AE05 !important;
}
.cm-done +li::after {
    color: #54AE05;
}
.cm-done::after{
    color: #54AE05 !important;
}
.scorenav li:first-child::before {
    width: 80px;
    transform: translate(0,-50%);
    left: 50%;
    background: #54AE05;
}
.cm-done div::after{
  	background:#54ae0569 !important;
    content: "\E048" !important;;
    font-family: landikaiconfont;
    font-size: 3em;
    color: #fff;
    text-align: center;
    line-height: 80px;
}
.scorenav .cm-done div {
    border: 3px solid #54AE05 !important;
}
.TopTotalRate .irs-single, .TopTotalRate .irs-max, .TopTotalRate .irs-min {
  	font-size: 1.2em !important;
    font-family: iranyekan;
}
.TopTotalRate .irs-max, .TopTotalRate .irs-min {
 	background-color: #fff !important;
  	font-size: .9em  !important;
}
.storecomment{
font-size: 90%;color:#a0a0a0;
}
.storecomment img{
filter: grayscale(100%);float: right;margin: -7px 20px 0 6px;
}
.storecomment a{
color:#f57c04;font-weight: bold;
}
.SC-comment{
    display: flex;
    width: 100%; 
}

.SC-comment h1{
    margin-left: 10px;
    display: inline-block;
}

.commentRate{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
}

.commentIMG{
    width: 25%;
}

.commentIMG img{
    width: 100%;
  
}

.commentDetail{
    width: 73%;
}

.DLine{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.commentSection{
    width: 49%;
}
.commentSectionBody ul{
    margin: 10px 0;
    display: flex;
}

.commentSectionBody ul li{
    display: inline-block;
}

.commentSectionBody ul li input[type='radio']{
    position: absolute;
    opacity: 0;
}

.commentSectionBody ul li label span{
    display: inline-block;
    padding: 10px 30px;
}
.commentSectionBody ul li label{
    display: inline-block;
    margin: 0;
    text-align: center;
    font-size: .8em;
    white-space: nowrap;
    cursor: pointer;
}
.CommentTotalSuggest{
    position: relative;
    top: 30px;
}
.Seller.secondDetial a {
    color: #0088dc;
}
.InputGreen span{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #54AE05;
    border-left: none;
}

.InputGreen.rightBordered{
    position: relative;
}

.InputGreen.rightBordered::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: -1px;
    background: #999;
}

.InputRed span{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #F14848;
    border-right: none;
}

.InputGray span{
    border: 1px solid #999;
}


.commentSectionBody li label input:hover + span{
    background: #f3f3f3;
}


.commentSectionBody li label input:checked + span{
    color: #fff;
}
.commentSectionBody li .InputGreen input:checked + span{
    background: #54ae05;
}
.commentSectionBody li .InputRed input:checked + span{
    background: #F14848;
}
.commentSectionBody li .InputGray input:checked + span{
    background: #999;
}

.RangeRate .commentSection{
    width: 45%;
    margin-bottom: 10px;
}


.RangeRate .commentSectionBody>.irs{
    transform: rotateX(180deg);
}

.RangeRate .irs-single::before{
    bottom: initial !important;
    top: -6px;
    border-top-color: transparent !important;
    border-bottom-color: #ed5565;
}

.RangeRate .irs-single{
    font-size: 1.1em !important;
    top: -5px !important;
    cursor: pointer;
}

.RangeRate .irs-single,
.RangeRate .irs-max,
.RangeRate .irs-min{
    transform: rotateX(180deg) !important;
    font-family: iranyekan;
}

.RangeRate input[type='text']{
    width: 0;
    height: 0;
    opacity: 0;
}

.RangeRate .commentSectionTitle {
    margin-bottom: 6px;
}

.RangeRate .irs-max,
.RangeRate .irs-min{
    top: 4px;
    background-color: #fff !important;
}


.RangeRate .irs-line {
    cursor: pointer;
}

.AvgRate .commentSectionBody{
    display: flex;
    align-items: center;
    margin-right: 14%;
    position: relative;
    z-index: 1;
    top: -2px;
    width: 180px;
}

.RateNum{
    color: #0088DC;
    font-weight: bold;
    margin-right: 20px;
    width: 30px;
}

.AvgRate .commentSectionBody .StarFill img{
    width: 19%;
    background: #FFBD23;
    margin-right: 1%;
    background: radial-gradient(ellipse at center, #FFBC23 0%,#FFBD23 40%,rgba(255,255,255,0) 100%);
}


.AvgRate .commentSectionBody .StarOuntline,
.AvgRate .commentSectionBody .StarFill{
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
  	width: 100%;
}

.AvgRate .commentSectionBody .StarFill{
    transition: all .3s ease;
}

.AvgRate .commentSectionBody .StarOuntline{
    z-index: -1;
}

.AvgRate .commentSectionBody .StarOuntline img{
    width: 19%;
    margin-right: 1%;
}

.AvgRate .commentSectionTitle{
    display: flex;
    align-items: center;
}

.AvgRate .commentSection{
    display: flex;
    width: 100%;
}

.commentRuls{
    width: 37%;
    border-right: 1px solid #DEDEDE;
    padding-right: 30px;
    box-sizing: border-box;
    line-height: 1.8em;
}

.commentRuls h3{
    margin-bottom: 15px;
    color: #0088DC;
}
.commentRuls ul{
    list-style: decimal;
    padding-right: 15px;
}

.commentRuls ul li{
    margin-bottom: 10px;
}

.commentText{
    width: 60%;
    margin-top: 35px;
}

.commentText  .commentSection{
    width: 100%;
}

.commentText  .commentSectionBody textarea{
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    padding: 10px;
    height: 180px;
    font-family: iranyekan;
}

.commentAdv{
    margin-top: 20px;
}

.commentHelp{
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.commentHelp span{
    background: #ff6a00;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    cursor: help;
}
.commentHelp p{
    position: absolute;
    width: 200px;
    display: none;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 15px 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
    line-height: 1.6em;
    text-align: justify;
    border-radius: 5px;
}

.commentHelp span:hover + p{
    display: block;
}

.commentAdv .commentSectionBody{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.commentAdv .commentSectionBody>div{
    width: 46%;
    position: relative;
}


.commentAdv .commentSectionBody input{
    width: 100%;
    height: auto;
    margin-top: 6px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
}

.commentAdv .commentSectionBody input:hover,
.commentText .commentSectionBody textarea:hover{
    box-shadow: 0 2px 2px rgba(0,0,0,.1) !important;
}

.commentAdv .commentSectionBody input:focus,
.commentText .commentSectionBody textarea:focus{
    background-color: #fff;
    border: 1px solid #979cad;
}

.commentAdv .commentSectionBody .icon-plus{
    position: absolute;
    top: 30px;
    left: 9px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #707070;
    background: #fff;
    cursor: pointer;
}

.commentAdv .commentSectionBody .icon-plus::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #707070;
    font-size: .9em;
}

.AdvList ul{
    display: flex;
    flex-wrap: wrap;
}

.AdvList ul li{
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    width: 94%;
    margin: 6px 3%;
}

.AdvList ul li span{
    max-width: 90%;
    overflow: hidden;
    display: block;
}

.AdvList ul li i{
    display: block;
    cursor: pointer;
    float:left;
}

.advHolder ul li{
    background: #F4FFEB;
    color: #377303;
}

.DisadvHolder ul li{
    background: #FFF5F5;
    color: #D81111;
}

.commentSubmit .DLine{
    justify-content: flex-end;
    align-items: center;
    padding-left: 10%;
}

.commentSubmit p{
    font-size: .75em;    
    width: 250px;
    line-height: 1.7em;
}

.commentSubmit .SubmitComment{
background: #ff6a00;
    color: #fff;
    border-radius: 5px;
    width: 13%;
    text-align: center;
    margin: 0 40px;
    cursor: pointer;
    display: block;
}
.SubmitComment .Submit{
    padding: 15px;
    color: #fff;
    width: 100%;
    text-align: center;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
}

.commentSubmit .DiscardComment{
    color: #0088DC;
    text-decoration: underline;
}

.irs-grid-pol.small,
.irs-grid-text{
    display: none !important;
}

.irs--flat .irs-grid-pol {
    background-color: #cccdcf !important;
}


/* -------- show comments -------- */

.TotalAvgRate{
    width: 29%;  
    margin: 0;
}

.TotalAvgRate .commentSection{
    flex-direction: column;
    justify-content: center;
}

.TopTotalRate{

}

.DisFlexWarp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.commentRateDetail{
    width: 70%;
    border-right: 1px solid #B1B1B1;
    padding: 3% 7%;
    box-sizing: border-box;
}

.RateDetail .RateDetailHeader{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.RateDetail{
    width: 40%;  
    margin-bottom: 45px;
}

.RateDetail .RateDetailBody{
    position: relative;
    background: #DCDCDC;
    width: 100%;
    height: 3px;
}

.RateDetail .RateDetailBodyFull{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #0088DC;
}


.TopTotalRate .commentSectionTitle span{
    font-size: 80px;
    margin: 0 auto;
}

.TopTotalRate .commentSectionBody{
    margin: 0 auto;
}

.TopTotalRate .CommentTotalSuggest span{
    color: #9E9E9E;
    font-size: .8em;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.RateBtn{
    display: flex;
    align-items: center;
    width: 90%;
    margin: 10px auto;
}

.RateBtn p{
    font-size: .85em;
    width: 100%;
}

.RateBtn p span{
    color: #0088DC;
    text-decoration: underline;
    margin-right: 15px;
}

.Send-ask{
    display: flex;
    width: 50%;
    justify-content: flex-end;
}

.Send-ask a{
    width: 50%;
    max-width: 300px;
    min-width: 150px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.Send-ask a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    background: #fff4ed;
    z-index: -1;
    border-radius: 50%;
    transition: all .5s ease;
    transform: translate(-50%,-50%);
}

.Send-ask a:hover::after {
    height: 300%;
    width: 150%;
}

.RateBtn .StartToRate::after {
    opacity: .15;
}

.RateBtn .StartToAsk{
    border: 1px solid #ff6a00;
    color: #ff6a00;
    cursor:pointer;
}

.RateBtn .StartToRate{
    background: #ff6a00;
    color: #fff;
    margin-right: 30px;
    cursor: pointer;
}

.ShowCommentsHeader{
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    z-index: 10;
    background: #fff
}

.ShowCommentsHeader::before{
    content: "\E009";
    font-family: landikaiconfont;
    color: #ff6a00;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.ShowComments{
    margin-top: 20px;
}

.ShowComments hr{
    position: relative;
    top: -20px;
    z-index: 2;
}

.SingleComment{
    border-bottom: 1px solid #D8D8D8;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.SingleComment .CommentRightSide{
    width: 25%;
}

.SingleComment .CommentLeftSide{
    width: 73%;
}

.CommentRightSide .RightSection{
    margin-top: 15px;
    padding-right: 20px;
}

.SingleComment:last-child {
    border: none;
}

.RightSection .SenderName{
    color: #212121;
    font-weight: bold;
}

.RightSection .ChekMarkTitle{
    position: relative;
}

.RightSection .ChekMarkTitle::before{
    content: "\E01B";
    font-family: landikaiconfont;
    color: #0088DC;
    position: absolute;
    top: 1px;
    right: -25px;
    font-size: 1.2em;
}

.secondDetial{
    font-size: .85em;
    color: #9E9E9E;
        margin: 18px 20px 0 0;
}

.RightSection .Seller span:last-child{
    color: #0088DC;
    font-weight: bold;
}

.RightSection .SendTime span{
    margin-left: 20px;
}

.BuyOrNot span{
    font-size: .9em;
    display: inline-block;
    width: 80%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    margin: 25px 0 25px;
}

.SingleComment .RateDetailHeader{
    font-weight: 100;
    font-size: .9em;
}

.BuyOrNot .CommentRecommend{
    border: 1px solid #C8E9AB;
    background: #F4FFEB;
    color: #377303;
}

.BuyOrNot .nomatter {
    border: 1px solid #a0a0a0;
    background: #f7f7f7;
    color: #404040;
}

.BuyOrNot .CommentNotRecommend{
    border: 1px solid #EFC8C8;
    background: #FFF5F5;
    color: #D81111;
}

.MoreRate{
    color: #0088DC;
    font-size: .8em;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 7px;
    cursor: pointer;
}

.MoreRate i{
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.SingleRateDetial{
    display: none;
}

.SingleRateDetial .RateDetail{
    width: 90%;
    margin: 10px 0 20px;
}

.SingleRateDetial .RateDetail li{
    margin-top: 15px;
}

.CommentLeftSide .commentTextBody p{
    width: 95%;
    line-height: 2em;
    font-size: .9em;
    color: #464646;
    text-align: justify;
    margin-top: 10px;
}

.ShowAdv {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    font-size: .9em;
}

.AdvColumn,
.DisAdvColumn{
    width: 50%;
}


.AdvColumn span{
    color: #54AE05;
    font-weight: bold;
}

.DisAdvColumn span{
    color: #F14848;
    font-weight: bold;
}

.DisAdvColumn li{
    margin: 13px 0;
}

.AdvColumn li{
    margin: 13px 0;
}

.DisAdvColumn li::before{
    content: "\E070";
    font-family: landikaiconfont;
    color: #f14848;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.AdvColumn li::before{
    content: "\E01B";
    font-family: landikaiconfont;
    color: #54AE05;
    margin-left: 10px;
    position: relative;
    top: 2px;
}


/* -------- Seller Rate -------- */

.SellerName{
    width: 50%;
}

.SellerNameHolder{
    display: inline-block;
}

.SellerNameHolder span{
    color: #0088DC;
    font-weight: bold;
}

.SellerName input[type='text']{
    width: 0;
    height: 0;
    opacity: 0;
}

.SellerProduct span{
    margin-bottom: 15px;
    display: block;
}

.SellerProduct{
    width: 40%;
}

.SellerProductHolder ul{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.SellerProductHolder ul li{
    min-width: 20%;
    max-width: 20%;
}

.SellerProductHolder ul li img{
    width: 100%;
}

.SellerRating{
    width: 80%;
    margin: 30px 10px;
}

.SellerHolder{
    border-bottom: 1px solid #DEDEDE;
    padding: 25px;
}

.SellerHolder:last-child{
    border: none;
}




@media only screen and (max-width: 1100px){
	.scorenav li {
        margin-right: 30px;
	}
  	.scorenav {
        overflow-x: auto;
    	padding-bottom: 10px;
	}
    .commentSectionBody ul li label span {
        display: inline-block;
        padding: 8px 20px;
    }
    .commentDetail {
        width: 100%;
    }
    .commentIMG {
        display: none;
    }
    .commentText .commentSectionBody textarea {
        box-sizing: border-box;
    }
    .RateDetail {
        width: 46%;
    }
    .commentRateDetail {
        padding: 3% 5%;
    }
    .Send-ask a {
        min-width: 130px;
    }
    .SingleComment .CommentRightSide {
        font-size: .9em;
    }
    .RightSection .SendTime span {
        margin: 4px 0;
        display: block;
    }
    .BuyOrNot span {
        width: 100%;
    }
    .SingleRateDetial .RateDetail {
        width: 100%;
    }

}

@media only screen and (max-width: 850px){

    .commentSection {
        width: 100%;
        margin-bottom: 20px;
    }

    .commentIMG {
        display: block;
        position: absolute;
    }
    .TopTotalRate .commentSectionTitle span {
        font-size: 60px;
    }
    .AvgRate .commentSectionBody {
        width: 150px;
    }
    .RateBtn {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .Send-ask {
        margin-top: 20px;
    }
    .SingleComment {
        flex-wrap: wrap;
        padding: 15px 20px 0;
        padding-bottom: 15px;
        position: relative;
    }
    .SingleComment .CommentRightSide {
        width: 100%;
        display: grid;
        grid-template-columns: 30% 50% 20%;
        grid-template-rows: 50% 50%;
    }
    .CommentRightSide .RightSection.Rs-ch1{
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .CommentRightSide .RightSection.Rs-ch2{
        grid-column-start: 2;
        grid-row-start: 1;
    }
    .CommentRightSide .RightSection.Rs-ch3{
        grid-column-start: 2;
        grid-row-start: 2;
    }

    .CommentRightSide .RightSection.Rs-ch5{
        position: absolute;
        bottom: 0;
        left: 50%;
        font-size: 1.1em;
        transform: translate(-50%,0);
        z-index: 1;
    }
    .SingleComment .CommentLeftSide {
        width: 100%;
        margin-top: -10px;
    }

    .CommentRightSide .RightSection {
        margin-top: 0;
        padding-right: 0;
    }
    .ShowAdv {
        margin: 15px 0;
    }
    .CommentRightSide .RightSection.Rs-ch4{
        grid-column-start: 3;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .BuyOrNot span {
        margin: 0;
        padding: 10px 7px;
        box-sizing: border-box;
    }
    .SingleComment .CommentRightSide {
        font-size: .8em;
    }
  .SubmitComment .Submit {
    padding:0; 
  }
    .SingleComment:nth-child(odd) {
        background: #f9f9f9;
    }
    .TopTotalRate {
        padding: 0 20px;
    }
    .RateBtn {
        width: 100%;
      padding: 0 15px;
    box-sizing: border-box;
    }
  .SellerName {
    width:100%;
}
  .SellerRating {
    margin: 20px 10px 5px;
}
  .SellerProduct {
    width: 100%;
}
    .SingleRateDetial .RateDetail {
        width: 250px;
        background: #fff;
        padding: 10px 40px 20px;
        box-shadow: 0 1px 6px rgba(0,0,0,.15);
        border-radius: 5px;
        margin: 0;
    }

    .ShowAdv {
        font-size: .75em;
    }


}


@media only screen and (max-width: 650px){
.TotalAvgRate {
    width: 45%;
  }
  .commentRateDetail {
    width: 55%;
  }
  .commentRateDetail {
    padding: 3% 2%;
}
  .RateDetail {
    width: 100%;
}
  .SingleComment .CommentRightSide {
    display: grid;
  }
  .Send-ask {
    margin-top:0;
    display:block;
}
    .commentIMG {
        top: 0;
      	left: 0;
    }
  .CommentRightSide .RightSection.Rs-ch1 {
    width:45%;
    line-height: 115%;
    font-size: 115%;
}
  .RightSection .ChekMarkTitle {
    margin: 3px 0 7px;
}
.CommentRightSide .RightSection.Rs-ch4 {
}  
  .storecomment {
    width: 100%;
    margin: 5px 0 10px;
}
.storecomment img {
    margin: -7px 0px 0 6px;
}  
 .ShowAdv {
    width: 100%;
    display: block;
} 
  .AdvColumn, .DisAdvColumn {
    width: 100%;
    margin-bottom: 10px;
}
  .CommentLeftSide .commentTextBody p {
    width: 100%;
  }
    .SC-comment {
        flex-wrap: wrap;
    }
    .SC-comment h1 {
        margin-bottom: 10px;
    }
    .DLine {
        margin-top: 30px;
    }
    .RangeRate .commentSection {
        width: 100%;
    }
    .commentText {
        width: 100%;
    }
    .commentRuls {
        width: 100%;
        padding: 0;
    }
    .commentSubmit p {
        width: inherit;
        margin-bottom: 10px;
    }
    .commentSubmit .SubmitComment {
        padding: 10px 35px;
        width: inherit;
    }
    .commentSubmit .DLine {
        padding-left: 0;
    }

}

@media only screen and (max-width: 480px){
    .commentSubmit .SubmitComment {
      	margin: 0 0 0 10px;
  	}
    .scorenav li div {
        width: 50px;
        height: 50px;
    }
  	.cm-done div::after {
    	line-height: 50px;
	}
    .scorenav li {
        height: 50px;
    	margin: 20px 10px 0;
    }
    .scorenav{
        height: 70px;
    }
  	.scorenav li:last-child div,
  	.scorenav li:first-child div {
    	font-size: .7em;
	}
  	.scorenav li::after {
    	left: calc(50% + 30px);
	}
	.SellerName,
  	.SellerProduct{
    	width: 100%;
	}
  	.SellerHolder {
        border-bottom: 1px solid #DEDEDE;
        padding: 15px 5px;
	}
    .commentSectionBody ul li {
        display: inline-block;
        width: 30%;
    }
  	.SellerRating {
        width: 100%;
        margin: 15px 0;
	}
    .strong li,.weak li {
        width:100% !important;
    }
    .commentSectionBody ul li label {
        width: 100%;
    }
    .commentSectionBody ul li label span {
        padding: 8px 0;
        width: 100%;
    }
    .commentAdv .commentSectionBody>div {
        width: 100%;
    }
    .commentAdv .commentSectionBody {
        flex-wrap: wrap;
    }
    .commentSectionTitle {
        position: relative;
    }
    .commentHelp {
        display:none;
    }
    .TotalAvgRate {
        width: 100%;
    }
    .commentRateDetail {
        width: 100%;
        border: none;
    }
    .RateDetail {
        width: 100%;
        margin-bottom: 20px;
    }
    .RateBtn p {
        font-size: .8em;
        line-height: 170%;
    }
    .Send-ask a {
        font-size: .9em;
        min-width: 100px;
    }
    .RateBtn .StartToRate {
      width: 116px;
    display: block;
    margin: 18px 5px -10px;
    }
    .SingleComment .CommentRightSide {
        grid-template-columns: 40% 60%;
        grid-template-rows: 33% 33% 33%;
        font-size: .75em;
    }
    .CommentRightSide .RightSection.Rs-ch4 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 3;
    }
    .RightSection .ChekMarkTitle::before {
        right: -20px;
    }
    .RightSection .ChekMarkTitle {
        margin-right: 10px;
    }
    .CommentLeftSide .commentTextBody p {
        width: 100%;
        line-height: 1.5em;
        margin-top: 20px;
    }
    .AdvColumn, .DisAdvColumn {
        width: 100%;
    }
    .ShowAdv {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .SingleComment {
        padding: 15px 10px 0;
    }
  .commentRuls {
    padding: 0 15px;
    text-align: justify;
}
  .commentText {
    margin-top: 0px;
}
  .commentSubmit p {
    padding: 0 18px;
}
  .commentSubmit .DiscardComment {
    margin-left:20px;
}
  .CommentRightSide .RightSection.Rs-ch4 {
    margin: 5px 0 10px;
}
.CommentRightSide .RightSection.Rs-ch1 {
    width: 100%;
  }
  .RightSection .SendTime span {
    float: right;
    margin-left: 12px;
}
}