.order-review-container{direction:rtl;max-width:800px;margin:0 auto;font-family:sans-serif}.product-review-box{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-bottom:25px;padding:15px}.product-review-info{align-items:center;gap:15px;margin-bottom:15px;display:flex}.product-review-info img{object-fit:cover;border-radius:5px;width:100px;height:100px}.product-review-info h3{margin:0 0 5px}.review-form label{margin-top:10px;font-weight:700;display:block}.review-form textarea{width:100%;min-height:60px}.review-form select,.review-form input[type=text],.review-form input[type=submit]{box-sizing:border-box;border:1px solid #ccc;border-radius:5px;width:100%;margin-top:5px;padding:6px 10px}.review-form input[type=submit]{color:#fff;cursor:pointer;background-color:#0073aa;width:auto;transition:background .3s}.review-form input[type=submit]:hover{background-color:#005d8f}.review-list{background:#e7f6e7;border:1px solid #b5e0b5;border-radius:5px;margin-top:10px;padding:10px}.single-review{margin-bottom:15px}