.ywpo-list-table .tablenav .woocommerce-BlankState .ywpo-BlankState-message.woocommerce-BlankState-message,
#yith-plugin-fw-panel-custom-tab-pre-orders-orders .woocommerce-BlankState .ywpo-BlankState-message.woocommerce-BlankState-message,
#yith-plugin-fw-panel-custom-tab-pre-orders-products .woocommerce-BlankState .ywpo-BlankState-message.woocommerce-BlankState-message {
  color: #3c434a;
  margin: 20px auto 1.5em;
  font-size: 1.2em;
}

.ywpo-BlankState-message.woocommerce-BlankState-message::before {
  display: none;
}

.ywpo-list-table_shop_order .wp-list-table th#order_number {
    width: 5ch;
}

.ywpo-list-table_shop_order .wp-list-table tbody tr.ywpo-pre-order-cancelled {
    background-color: #faeae9;
}

.ywpo-list-table_shop_order .wp-list-table tbody tr.ywpo-pre-order-cancelled:hover {
    background: var(--yith-table-row-highlight);
}

.yith-plugin-ui .yith-plugin-fw__action-button.yith-plugin-fw__action-button--ywpo-complete-action .yith-plugin-fw__action-button__icon {
    color: #0083aa;
}

.yith-plugin-ui .yith-plugin-fw__action-button.yith-plugin-fw__action-button--ywpo-cancel-action .yith-plugin-fw__action-button__icon {
    color: #920000;
}

.widefat .column-ywpo_actions a.ywpo_mark_as_completed::after {
    content: "\f12a";
}

.widefat .column-ywpo_actions a.ywpo_cancel_pre_order::after {
    content: "\f153";
}

.widefat .column-ywpo_actions a.ywpo_mark_as_paid::after {
    content: "\f18e";
}

.ywpo-status-span {
    padding: 8px 12px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    cursor: default;
    vertical-align: middle;
    border-radius: 5px;
    min-width: 90px;
}

.ywpo-status-span.unpaid {
    background-color: #9d9d9d;
}

.ywpo-status-span.paid {
    background-color: #b79f00;
}

.wp-list-table .column-ywpo_payment .ywpo-status-span {
    margin-right: 10px;
}

.wp-list-table tr .ywpo_status_icon, .ywpo-manage-products tr .ywpo_status_icon {
    height: 35px;
    width: 35px;
    background-color: var(--yith-content-bg);
    display: inline-block;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 2px 7px rgba(170, 198, 222, 0.5);
    outline: none;
    position: relative;
    margin: 0 5px 5px 0;
    vertical-align: middle;
    opacity: 1 !important;
    cursor: auto;
}

.wp-list-table tr td.ywpo_status.column-ywpo_status .ywpo_status_icon {
    margin-left: 40px;
}

.wp-list-table tr td.ywpo_products.column-ywpo_products div.ywpo_products-product_line {
    line-height: 25px;
}

.wp-list-table tr td.ywpo_products.column-ywpo_products .ywpo_products-product_name {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
}

.wp-list-table tr td.ywpo_products.column-ywpo_products .ywpo_status_icon {
    height: 20px;
    width: 20px;
    float: right;
    margin: 0;
}

.wp-list-table tr td.ywpo_products.column-ywpo_products .ywpo_status_icon i.yith-icon {
    font-size: 12px;
}

.ywpo-manage-products tr .ywpo_status_icon i.yith-icon {
    position: absolute;
    font-size: 17px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

tr .ywpo_status i.yith-icon-check-alt, tr .ywpo_actions i.yith-icon-check-alt, tr .ywpo-actions-column i.yith-icon-check-alt, tr .ywpo-status-column i.yith-icon-check-alt {
  color: #b1c927 !important;
}

.wp-list-table tr .ywpo_status_icon i.ywpo-waiting, .ywpo-manage-products tr .ywpo_status_icon i.ywpo-waiting {
    color: #b79f00 !important;
}

.wp-list-table tr .ywpo_status_icon i.ywpo-cancelled, .ywpo-manage-products tr .ywpo_status_icon i.ywpo-cancelled {
    color: #920000 !important;
}

/*background-color: #f0f6fb;*/

table.ywpo-manage-products {
    border-spacing: 0;
    margin: 20px 0 50px 0;
}

table.ywpo-manage-products thead th {
    text-align: left;
    padding: 1px 1px 15px 10px;
}

table.ywpo-manage-products tbody tr {
    height: 60px;
}

/*table.ywpo-manage-products tbody > :nth-child(odd) {*/
    /*background-color: #f6f7f7;*/
/*}*/

table.ywpo-manage-products tbody tr:hover {
    background-color: #f0f6fb;
}

table.ywpo-manage-products tbody td {
    padding: 10px;
}

table.ywpo-manage-products .ywpo-manage-products-table_product-title {
    width: 50%;
}

table.ywpo-manage-products .ywpo-manage-products-table_actions {
    width: 20%;
}

table.ywpo-manage-products .ywpo-product-title {
    color: #0048af;
    cursor: default;
}

table.ywpo-manage-products .ywpo-product-title.complete, table.ywpo-manage-products .ywpo-release-date.complete, .ywpo-manage-products-action-label.complete {
    color: #7e9422;
}

table.ywpo-manage-products .ywpo-product-title.cancel, table.ywpo-manage-products .ywpo-release-date.cancel {
    text-decoration: line-through;
}

table.ywpo-manage-products .ywpo-product-title.cancel, table.ywpo-manage-products .ywpo-release-date.cancel, .ywpo-manage-products-action-label.cancel {
    color: #9d9d9d;
}

table.ywpo-manage-products tbody td {
    border-bottom: 1px solid #e5e2e2;
}

.hide-loading.blockUI.blockOverlay::before {
    visibility: hidden;
}

.yith-plugins_page_yith_wcpo_panel .yith-plugin-fw__confirm__wrap.yith-plugin-fw__modal__wrap .yith-plugin-fw__modal__content {
  padding: 0;
}

.yith-plugin-fw__modal__wrap .yith-plugin-fw__modal__content .yith-plugin-fw__confirm__message {
    padding: 0 25px 0;
}

.yith-plugin-fw__modal__wrap .yith-plugin-fw__modal__content .yith-plugin-fw__confirm__footer {
    padding: 25px 25px 25px;
    background-color: #f7f7f7;
    border-top: 1px solid #e5e2e2;
}

.ywpo-manage-products-modal-footer-top {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
    color: var(--yith-primary);
    margin-bottom: 10px;
}

.ywpo-manage-products-modal-footer-text {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.yith-plugin-fw__confirm__content .yith-plugin-fw__confirm__footer .ywpo-manage-products-modal-confirm-button-disabled {
    pointer-events: none;
    background-color: #e5e5e5;
    color: #777;
    border: 1px solid #777;
}

.ywpo-list-table.post-type-shop_order .wp-list-table .column-order_total a span {
    float: left;
}

.ywpo-list-table.post-type-shop_order .wp-list-table .column-order_total {
  text-align: start;
}

.ywpo-list-table.ywpo-list-table_shop_order.post-type-shop_order .wp-list-table td, .ywpo-list-table.ywpo-list-table_shop_order.post-type-shop_order .wp-list-table th {
  width: unset;
}

#yith-plugin-fw-panel-custom-tab-pre-orders-orders .ywpo-list-table.ywpo-list-table_shop_order.post-type-shop_order .wp-list-table thead .check-column {
  width: 1px;
}

.ywpo-export {
    display: inline-block;
    margin-left: 23px;
}

.yith-plugins_page_yith_wcpo_panel .yith-plugin-fw__panel__content__page h1.yith-plugin-fw__panel__content__page__title {
    display: inline-block;
}

.ywpo-list-table_product table.wp-list-table td.column-name img {
    margin: 0 20px 0 0;
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
    vertical-align: middle;
}

.yith-plugins_page_yith_wcpo_panel .tablenav.bottom .bulkactions {
    display: none;
}

.yith-plugins_page_yith_wcpo_panel .yith-plugin-ui--classic-wp-list-style .subsubsub {
    margin-bottom: 30px;
}

.yith-plugins_page_yith_wcpo_panel #yith-plugin-fw-panel-custom-tab-pre-orders-products {
    padding-top: 10px;
}

.ywpo-list-table_product .wp-list-table tbody .column-name {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: auto;
}

.ywpo-list-table_product .wp-list-table thead .column-release_date,
.ywpo-list-table_product .wp-list-table thead .column-actions {
    width: 10%;
}
