.my-toothbrushes-lists-page h2,
.woocommerce-account.woocommerce-page.woocommerce-orders h2 {
    display: inline-block;
    margin-bottom: 15px;
}

.my-toothbrushes-lists-page .btn-register {
    float: right;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--my-toothbrushes {
    list-style: none;
    padding-left: 10px;
}

.woocommerce-orders-table__cell-order-actions a.woocommerce-button,
.woocommerce-account.my-toothbrushes-lists-page .my_account_orders a.woocommerce-button {
    font-size: 14px;
    padding: .418em .5em;
    margin-bottom: 4px;
    clear: both;
}

.button.request_warranty {
    margin-top: 2px;
}

.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
    margin-right: 5px;
}

/*.woocommerce-orders-table__cell-order-actions a.woocommerce-button:nth-child(2) {
    margin-left: 5px;
}*/

.woocommerce .shop_table.my_account_orders th {
    display: revert;
    text-align: start;
    padding: 5px;
    vertical-align: middle;
    color: #bbb;
    /*font-size: 18px;*/
}
.woocommerce .shop_table.my_account_orders td.product-image {
    height: auto;
    width: 32px;
}
.shop_table.my_account_orders tr th:first-child,
.shop_table.my_account_orders tr td:first-child {
    padding-left: 0;
}
.shop_table.my_account_orders tr {
    font-size: 16px;
    text-align: left;
    display: table-row;
}

.wpr_form .wpr_state_row, .wpr_form .wpr_city_row, .wpr_form .wpr_country_row, .wpr_form .wpr_business_row {display: none;}

/*.wpr_form .wpr_business_row input, .wpr_form .wpr_url_row input {width: 100%;}*/

#wpr_rating {display: none;}

.wpr_stars a {position: relative; text-indent: -999em; height: 1em; width: 1em; display: inline-block; margin-right: 1px;}
.wpr_stars a:before {font-family:"star" !important;display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;text-indent:0}
.wpr_stars a:before, .wpr_stars a:hover ~ a:before {content: "\53" !important;color: #333 !important;}
.wpr_stars.selected a.active:before,.wpr_stars:hover a:before{color: #fff !important;}
.wpr_stars.selected a.active~a:before{color: #333 !important;}
.wpr_stars.selected a:not(.active):before{color: #fff !important;}

.upload_note {
    display: block;
    font-size: 11pt;
    margin-top: 5px;
}

/*.wpr_variations_table {margin: 0;}
.wpr_variations_table th, .wpr_variations_table td {padding: 0;}
.wpr_variations_table tr td:first-child {width: 20%;}

.wpr_file {
    display: none;
}
input[type="button"].wpr_file_button {
    display: block;
}

#wpr-uploader .qq-upload-button {
    background-color: #eeeeee;
    border-color: #eeeeee;
    box-shadow: inset 0 -0.327em 1.618em rgba(0, 0, 0, 0.1);
    color: #2b2b2b;
    line-height: 1;
    max-width: 240px;
    outline: medium none;
    padding: 0.618em 1em;
    text-decoration: none;
    text-shadow: none;
    width: 100%;
}
.qq-gallery.qq-uploader {
    border: 1px dashed #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 138px;
    padding: 12px;
}
.qq-gallery.qq-uploader::before {
    color: #fff;
    content: attr(qq-drop-area-text) " ";
    left: 0;
    opacity: 0.75;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}
.qq-upload-list li.qq-upload-success {
    padding: 20px 9px;
}

.wpr_form .select2-container .select2-choice.input_required, .wpr_form .input_required {
    border: 1px solid red;
    background-color: #fbceba;
}*/

.divTable{
    display: table;
    margin: 0 0 1.618em;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.wpr_form .divTableRow .divTableCell:first-child {
    max-width: 35%;
    width: 35%;
}
.wpr_form .divTableRow .divTableCell:last-child {
    max-width: 65%;
    width: 65%;
}
.divTableHeading {
    display: table-header-group;
}
.divTableCell, .divTableHead {
    display: table-cell;
    padding: 3px 10px;
}
.divTableCell .divTableCell {
    padding: 0;
}
.divTableRow .divTableCell:first-child {
    padding-left: 0;
}
.divTableRow .divTableCell:last-child {
    padding-right: 0;
}
.divTableHeading {
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}
.divTableCell input:not([type=button]):not([type=submit]):not(.wpr_cost) {
    width: 100%;
}
.divTableCell input.wpr_cost {
    float: right;
    width: calc(100% - 72px);
}
.divTableCell .wpr_currency {
    margin-top: 6px;
    margin-right: 0;
}
.divTableCell .wpr_currency_usd {
    display: block;
    clear: both;
}
.divTable .form-row-first {
    float: none;
}
.divTable .divTable { margin-bottom: 0;}
.divTable.wpr_owner_information .divTableCell.edit {text-align: right}
.wpr_purchase_information, .wpr_product_table {
    text-align: left;
}
.wpr_product_table { margin-bottom: 0; }
.wpr_product_table .divTableRow.wpr_product_container > .divTableCell, .wpr_purchase_information > .divTableBody > .divTableRow > .divTableCell {
    max-width: 50%;
    width: 50%;
}
.divTableBody > .divTableRow.d-block {
    display: block;
}
.divTableBody > .divTableRow > .divTableCell.w-100 {
    max-width: 100%;
    width: 100%;
}
.wpr_satisfaction_row > .divTableCell, .wpr_comments_row > .divTableCell {
    display: block;
    float: left;
}
@media screen and (max-width: 768px) {
    .wpr_purchase_information .divTableRow {
        display: block;
    }
    .wpr_purchase_information .divTableRow:not(.wpr_product_container) .divTableCell, .wpr_purchase_information .divTableRow:not(.wpr_product_container) .divTableCell:first-child, .wpr_purchase_information .divTableRow:not(.wpr_product_container) .divTableCell:last-child {
        display: block;
        max-width: 100%;
        width: 100%;
    }
    .wpr_product_table {
        margin-bottom: 0;
    }
    .wpr_purchase_information .divTableRow .divTableCell input:not(.wpr_cost) {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .divTable.wpr_owner_information > .divTableBody > .divTableRow > .divTableCell {
        display: block;
        width: 100%;
    }
    .divTable.wpr_owner_information .divTable .divTableRow > .divTableCell:first-child {
        min-width: 80px;
    }
    #wpr-uploader .qq-upload-button {
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .wpr_form .divTableRow .divTableCell, .wpr_form .divTableRow .divTableCell:first-child, .wpr_form .divTableRow .divTableCell:last-child {
        display: block;
        max-width: 100%;
        width: 100%;
    }
    .wpr_form .divTableRow .divTableCell input:not(.wpr_cost) {
        width: 100%;
    }
}
@media screen and (max-width: 350px) {
    .wpr_owner_information .divTableRow .divTableCell {
        display: block;
        padding-left: 0;
        float: left;
    }
    .wpr_owner_information .divTableRow .divTableCell:first-child {
        padding-left: 0;
        width: 100%;
    }
    .wpr_owner_information .divTableRow .divTableCell:nth-child(2) {
        padding-bottom: 15px;
        width: 86%;
    }
    .wpr_owner_information .divTableRow .divTableCell:last-child {
        float: right;
        padding-right: 0;
    }
}
@media screen and (max-width: 240px) {
    .wpr_owner_information .divTableRow .divTableCell {
        clear: both;
        padding: 0;
        width: 100%;
    }
    .wpr_owner_information .divTableRow .divTableCell:nth-child(2) {
        padding-bottom: 0px;
        width: 100%;
    }
    .wpr_owner_information .divTableRow .divTableCell:last-child {
        padding-bottom: 10px;
    }
}