.proWrap {
    padding: 40px 30px;
    margin-top: 5px;
}

.categoriesStep {
    font-size: 24px;
    color: #4d4d4d;
    width: 700px;
/*    border-bottom: 1px solid #e9e6e1;*/
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    direction: rtl;
}
.categoriesStep > span{
    padding: 0 5px;
}
.categoriesStep > span:not(:last-child):after {
    content: "/";
}
.proInformations {
    display: flex;
    padding: 40px 0 0;
    justify-content: space-between;
}
.textureSamples {
    display: flex;
    width: 500px;
    overflow: hidden;
    flex-direction: column;
}
.sample {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.sample img {
   width: 100%;
    height: calc(100% - 10px);
    display: block;
}
.sample > span {
    position: absolute;
    bottom: 0;
    font-size: 12px;
}
span.enName {
    left: 0;
}
span.notEnName {
    right: 0;
}
.details {
    width: 40%;
    display: flex;
    flex-direction: column;
}
.symbolsList {
   display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.symbolsList > img {
/*    width: 60px;*/
}
.sizes>img {
    width: 100%;
    margin-top: 20px;
    max-height: 180px;
}
.symbolsList + h4 {
    text-align: right;
    margin: 150px 0 0;
    font-size: 20px;
}
.ratingSection > h4,.commentBox > h4{
    text-align: right;
    font-size: 20px;
    width: 100%;
}
.ratingSection {
    direction: rtl;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.attrList {
    margin-top: 20px;
}
.attr {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.attr > label:first-child {
    width: 160px;
    text-align: left;
    margin-left: 20px;
}
.attr > .progress{
    background: #E9E6E0;
    width: 400px;
    height: 10px;
    position: relative;
}
.green{
    position: absolute;
    height: 10px;
    background: #92AF2A;
    right: 0;
    top: 0;
    width: 0;
    bottom: 0;
    content: "";
    transition: all 0.7s;
}
div.score {
    width: 20px;
    margin: 0 40px;
    font-size: 16px;
    font-weight: bold;
}
a.addPoint, a.removePoint {
    color: #333;
    height: 20px;
    width: 20px;
    padding: 0 3px;
    font-size: 24px;
    line-height: 25px;
    margin: 0 10px;
    text-align: center;
    
    
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
span.points {
    font-size: 16px;
    background: #f0f0f0;
    padding: 0 10px;
    width: 40px;
    text-align: center;
}
.commentBox{
    padding: 40px 30px;
    margin-bottom: 5px;
}
.commentBox form {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.commentBox form > input,.commentBox form > textarea{
    width: 350px;
    height: 50px;
    border: none;
    text-align: right;
    font-family: IRANSans;
    padding: 0 20px;
    border: 1px solid #e9e6e1;
}
.commentBox form > textarea{
    width: 100%;
    resize: none;
    height: 125px;
    margin: 20px 0;
        padding: 10px 20px;
}
@media screen and (max-width:1200px){
    .commentBox form > input {
        width: calc(33% - 50px);
    }
}
@media screen and (max-width:960px){}
@media all and (max-width:768px) and (orientation:landscape){}
@media screen and (max-width:768px){
    .textureSamples {
        width: 300px;
    }
    .attr > .progress{
        width: 300px;
    }
    .categoriesStep{
        max-width: calc(100% - 60px);
    }
}
@media screen and (max-width:667px){
    .attr > .progress {
        width: 200px;
    }
    .symbolsList + h4{
        margin: 40px 0 0;
    }
}
@media screen and (max-width:415px){
    .proWrap{
        padding: 40px 20px
    }
    .categoriesStep {
        max-width: calc(100%);
        font-size: 14px;
    }
    .proInformations {
        flex-direction: column;
    }
    .textureSamples {
           width: 100%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    }
    .sample{
        width: 32%;
    margin: 0 1px;
    }
    .sample img {
        height: auto;
    }
    .sample > span {
        position: static;
        width: 100%;
        display: block;
        text-align: center;
        margin: 5px 0;
    }
    .details {
        width: 100%;
    }
    .symbolsList{
        justify-content: space-between;
    }
    .ratingSection{
        margin-top: 20px;
    }
    .attr {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .attr > label:first-child {
        order: 1;
        text-align: right;
    }
    .attr > .progress {
        order: 2;
        width: 100%;
        margin: 10px 0;
    }
    div.score {
        order: 1;
        margin: 0;
    }
    a.addPoint, a.removePoint{
        order: 3;
    }
    span.points {
        font-size: 16px;
        background: #f0f0f0;
        padding: 0 10px;
        width: 40px;
        text-align: center;
    }
    .commentBox form > input{
        width: 100%;
        margin-bottom: 20px;
    }
    .commentBox form > textarea{
        margin: 0;
    }
}