.rt_qpket_checout_page .woocommerce-mini-cart__total, .rt_qpket_checout_page .woocommerce-Price-amount{
    display: inherit;
}
.rt_qpket_accepted_proposal {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}
.rt_qpket_accepted_proposal h3 {
    font-size: 16px;
}
.rt_qpket_supplier_info_field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.rt_qpket_supplier_info_field span:not(.rt_qpket_value) {
    font-weight: bold;
    border-right: 2px solid #ddd;
    padding-right: 10px;
    margin-right: 7px;
}
.rt_qpket_register_proposal_commission {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 10px 0;
    background: #fafafa;
    border: 2px dashed #ddd;
    border-radius: 5px;
    color: #555;
    font-weight: 500;
    font-size: 15px;
}
button.btn.btn-primary.rt_reject_request_btn {
    margin-bottom: 10px;
}
.request_rejected_by {
    padding: 10px;
    border-right: 2px solid #888;
    background: #fafafa;
    margin-bottom: 10px;
}
.request_rejected_by:last-child{
    margin-bottom: 0;
}
.br-theme-bars-movie .br-widget .br-current-rating{
    width: unset;
}
.br-wrapper.br-theme-bars-movie {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rt_qpket_rating_form_select {
    margin-bottom: 35px;
}
.rt_qpket_rating_form_text {
    margin-bottom: 15px;
}
.rt_qpket_rating_form_text textarea {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #fafafa;
    color: #666;
}
.rt_qpket_comment_section {
    display: flex;
    flex-direction: column;
    background: #fafafa;
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
    border: 2px solid #ddd;
}
.rt_qpket_comment_author {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.rt_qpket_comment_author_rate {
    background-repeat-y: no-repeat;
    background-position: center;
    width: 121px;
    position: relative;
    height: 25px;
}
.rt_qpket_comment_author_rate_stars {
    position: absolute;
    right: 0;
    display: flex;
    color: #ffd53b;
    bottom: 0;
    top: 0;
}
.rt_qpket_comment_author_details {
    margin-right: 10px;
}
.rt_qpket_comments h4 {
    padding: 10px;
    margin: 10px 0;
    border-right: 2px solid #666;
    color: #666;
    font-size: 15px;
}