#top.rtl .contribution-actions {
    /*display: none;*/
}

#top.rtl.woocommerce #reviews #comments ol.commentlist li img.avatar,
#top.rtl.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    float: right;
    margin: -3em -3em .1em 1em;
}

#top.rtl .star-rating-selector fieldset {
    float: left;
}

#top.rtl.woocommerce #reviews #comments .form-contribution_comment,
#top.rtl.woocommerce-page #reviews #comments .form-contribution_comment {
    /*  Ebrahim
    margin: 10px 50px 0 0;
     */
    margin: 0 0 0 0;
}

#top.rtl .product-rating-details,
#top.rtl h2.contributions-title,
#top.rtl h3.contributions-form-title {
    display: none !important;
}

#top.rtl.woocommerce #reviews .contribution-actions .feedback,
#top.rtl.woocommerce-page #reviews .contribution-actions .feedback {
    color: red;
    display: block;
    margin-right: 20px;
}

#top.rtl.woocommerce #reviews .contribution-actions>a.js-toggle-flag-form,
#top.rtl.woocommerce-page #reviews .contribution-actions>a.js-toggle-flag-form {
    float: left;
    display: none;
}

#top.rtl.woocommerce #reviews .contribution-actions>a.vote-up:before,
#top.rtl.woocommerce-page #reviews .contribution-actions>a.vote-up:before {
    color: green;
}

#top.rtl.woocommerce #reviews .contribution-actions>a.vote-down:before,
#top.rtl.woocommerce-page #reviews .contribution-actions>a.vote-down:before {
    color: red;
}

#top.rtl .product-rating-summary h3 {
    /*float: left;*/
    margin: 10px 0 0 0;
    position: relative;
    top: 110px;
    border-top: 1px #d3d3d3ad solid;
    padding: 10px 0 0 0;
}

#top.rtl .product-rating-summary p {
    display: block;
    width: 60px;
    height: 60px;
    margin: 10px auto;
    background-color: #721854;
    color: #fff;
    border-color: #500632;
    border-radius: 50%;
}

#top.rtl.woocommerce div#reviews {
    border-top: 1px #d3d3d3ad solid;
    margin: 10px 0 0 0;
}


#top.rtl div #reviews #comments ol.commentlist li .comment-text {
    margin: 0 !important;
    border: none;
}

#top.rtl.woocommerce #reviews #comments ol.commentlist li img.avatar, #top.rtl.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    float: right;
    margin: 0 0 0 5px;
    /* Ebrahim: added above CSS instead of below ones
    float: left;*/
    /*#margin: 0;*/
}

#top.rtl.woocommerce #reviews #comments ol.commentlist li h3.contribution-title, .woocommerce-page #reviews #comments ol.commentlist li h3.contribution-title {
    margin: 0;
    font-size: 1em;
}

#top.rtl.woocommerce  .contribution-type-selector > a, .woocommerce-page .contribution-type-selector > a {
    display: inline-block;
    margin-left: 1em;
    padding: 0.5407911001em 0;
    border-bottom: 0.202em solid rgba(0, 0, 0, 0.05);
}

#top.rtl.woocommerce .star-rating-selector > label:first-child, .woocommerce-page .star-rating-selector > label:first-child {
    display: block !important;
}

#top.rtl.woocommerce .star-rating-selector fieldset, .woocommerce-page .star-rating-selector fieldset {
    float: none;
    clear: both;
}

#top.rtl.woocommerce #reviews .form-contribution, .woocommerce-page #reviews .form-contribution {
    border-color: rgba(0, 0, 0, 0.05);
    padding: 1em;
}

#top.rtl #reviews h2 {
    font: 10px/17px "IRANSans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#top.rtl form.login, #top.rtl form.register {
    text-align: right;
}

#top.rtl .woocommerce .login .button {
    margin: 0 0 0 20px !important;
}

#top.rtl #wc-product-reviews-pro-modal .form-row label.inline {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
}

#top.rtl.woocommerce .login .lost_password {
    right: 5px;
    left: 0;
}

#top.rtl.woocommerce .contribution-type-selector {
    /*visibility: hidden;*/
}

#top.rtl.woocommerce #reviews .form-contribution, .woocommerce-page #reviews .form-contribution {
    border-color: transparent;
    padding: 1em;
}