.woocommerce_page_ordered_services .tablenav .actions:not(.bulkactions){
    display: grid!important;
    width: calc(100% - 213px);
    margin: 0;
    padding-right: 0;
}
.filter_ordered_services_map {
    width: 100%;
}
.ordered_services_filter {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    margin-bottom: 1em;
    border-bottom: 1px solid #2271b1;
}
td.woocommerce-ordered-service-recommendations__thumbnail img {
    width: 150px;
    height: auto;
}
.woocommerce-table--order-details,
.woocommerce-table--task-steps,
.woocommerce-table--ordered-service-recommendations {
    border: 1px solid lightgray;
    width: 95%;
}
.woocommerce-table--task-steps thead,
.woocommerce-table--ordered-service-recommendations thead,
.woocommerce-table--order-details thead {
    background: steelblue;
    color: white;
}
.woocommerce-table--order-details thead th,
.woocommerce-table--order-details thead td,
.woocommerce-table--task-steps thead th,
.woocommerce-table--task-steps tbody td,
.woocommerce-table--ordered-service-recommendations th,
.woocommerce-table--ordered-service-recommendations td {
    padding: 0 1em;
}
.woocommerce-table--order-details tbody tr:nth-child(even),
.woocommerce-table--task-steps tbody tr:nth-child(even),
.woocommerce-table--ordered-service-recommendations tbody tr:nth-child(even) {
    background: white;
}

.woocommerce-customer-details .customer-rating-wrapper {
    display: flex;
}
.woocommerce-customer-details .customer-rating-wrapper .customer_rating {
    color: darkgoldenrod;
    font-size: 24px;
}
.woocommerce-customer-details .customer-rating-wrapper .label {
    margin: auto 2em auto 0;
    font-weight: 600;
}
.adm-customer-data-wrapper {
    width: 95%;
    display: flex;
}
.adm-customer-data-wrapper .woocommerce-customer-details {
    width: 40%;
    float: left;
    padding-right: 1em;
}
.adm-customer-data-wrapper .ordered-service-adm-feedback {
    width: 60%;
    float: right;
    margin-bottom: 1.5em;
}
.ef-form-adm-wrapper p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}
.ef-form-adm-wrapper p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
}
.ef-form-adm-wrapper p.stars a:hover~a::before {
    content: "\e021"
}
.ef-form-adm-wrapper p.stars:hover a::before {
    content: "\e020"
}
.ef-form-adm-wrapper p.stars.selected a.active::before {
    content: "\e020"
}
.ef-form-adm-wrapper p.stars.selected a.active~a::before {
    content: "\e021"
}
.ef-form-adm-wrapper p.stars.selected a:not(.active)::before {
    content: "\e020"
}
.ef-form-adm-wrapper .ef-container {
    margin: 0;
}
.ef-form-adm-wrapper .ef-form {
    padding: 1em;
    border: 1px solid darkgrey;
    background: white;
}
.ef-form-adm-wrapper .ef-form > * {
    padding: 0;
}
.ef-form-adm-wrapper .estore-forms .ef-field-container .ef-frontend-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.ef-form-adm-wrapper .estore-forms .ef-field-container .ef-frontend-row .ef-frontend-grid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.ef-form-adm-wrapper .estore-forms .ef-field {
    margin-bottom: 5px;
    display: block;
}
.ef-form-adm-wrapper .estore-forms .ef-field-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.ef-form-adm-wrapper .estore-forms .ef-field-label.ef-label-hide,
.ef-form-adm-wrapper .estore-forms .ef-error{
    display: none!important;
}
.ef-form-adm-wrapper .estore-forms .ef-field.validate-required.ef-has-error .ef-error{
    display: block!important;
    color: red;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    padding: 0 3px;
}
.ef-form-adm-wrapper .estore-forms .ef-field.validate-required.ef-has-error .ef-element{
    border-color: darkgrey;
}
.ef-form-adm-wrapper .estore-forms .ef-element,
.ef-form-adm-wrapper .estore-forms .select2-selection__rendered {
    width: 100%;
    height: auto;
    font-size: 13px;
    outline: 0;
    box-shadow: none;
    margin: 5px 0 0 0;
    padding: 0 3px!important;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid darkgrey;
}
.ef-form-adm-wrapper .estore-forms {
    font-size: 13px;
}
.ef-form-adm-wrapper .estore-forms textarea{
    height: 80px;
}
.ef-form-adm-wrapper .estore-forms select.ef-element{
    padding: 0;
}
.ef-form-adm-wrapper .estore-forms .ef-element:focus {
    border-top: none transparent;
    border-right: none transparent;
    border-left: none transparent;
    border-color: darkgrey;
}
.ef-form-adm-wrapper .estore-forms .ef-label {
    font-weight: 600!important;
}
.ef-form-adm-wrapper .ef-submit-container {
    height: 28px;
}
.ordered-service-adm-forms-submit-button,
.ordered-service-adm-forms-submit-and-return-button {
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.5s ease;
    float: right;
    text-align: center;
    display: inline-block;
    height: 28px;
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    padding: 0 1em 0 1em;
}
.ordered-service-adm-forms-submit-and-return-button {
    background: darkgrey;
    border-color: darkgrey;
    margin-right: 1em;
}
.ordered-service-adm-forms-submit-and-return-button:hover,
.ordered-service-adm-forms-submit-button:hover {
    cursor: pointer;
    background: #135e96;
    border-color: #135e96;
}
.ef-form-adm-wrapper .estore-forms-field-limit-text{
    font-size: 11px;
    margin-bottom: 0px;
    padding: 0 3px;
}

.user-interests__list {
    columns: 4;
}

.user_avatar {
    width: 150px;
}

.user_images {
    width: 300px;
}

.user_profile_image_wrapper {
    margin-bottom: 2em;
}

.user_images_list {
    columns: 3;
}

.ordered_services_report {
    display: flex;
    flex-direction: column;
    width: 25em;
}

.ordered_services_report input {
    width: 100%;
}

.product-servicer-profile-wrapper .wrap-image-gallery .stage > div img {
    border: 2px solid lightgray!important;
}

.product-servicer-profile-wrapper h1 {
    font-size: 18px!important;
}

.product-servicer-profile-wrapper {
    padding: 1em;
    border-radius: 6px;
    border: 4px solid lightgray;
}

.product-servicer-profile-wrapper .user-title {
    flex-direction: row;
    display: flex;
}

.product-servicer-profile-wrapper .user-block {
    border-bottom: 1px solid lightgray;
}

.product-servicer-profile-wrapper .user-interests__list {
    columns: 1!important;
}

.product-servicer-profile-wrapper label {
    font-weight: 700;
}

.product-servicer-profile-wrapper .user_avatar {
    border-radius: 50%;
}

.tablenav.top .bulkactions,
.tablenav.bottom .bulkactions {
    width: 200px;
    display: flex!important;
}

.tablenav.top .bulkactions > *,
.tablenav.bottom .bulkactions > * {
    height: 36px;
}

@media (max-width: 900px) {
    .ordered_services_filter {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}
