//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    .catalog-product-view {
        .review-legend {
            text-align: center;
            strong {
                .lib-font-size(24);
            }
        }
        .review-add {
            .block-content {
                margin: 52px auto 0 auto;
                width: 50%;
                .review-form {
                    margin: 0 auto;
                }
            }
        }
        .review-field-rating {
            .control {
                float: right;
                margin-bottom: 35px;
                margin-top: -9px;
                width: 200px;
                .fieldset > .field .field.choice {
                    margin-bottom: 15px;
                }
                label::before {
                    color: @djo-blue;
                }
            }
        }
        .toolbar {
            background: #ffffff;
            &.review-toolbar {
                border: solid #c9c9c9;
                border-width: 0 0 1px 0;
                .pages {
                    padding: 0;
                    border: none;
                    margin: 0;
                    .pages-items {
                        width: 100%;
                        padding: 20px 0;
                    }
                }
            }
        }
    }
}