.woocommerce-subscriptions .container {
    max-width: 1600px;
}
#wcs-editor {
    overflow-x: auto;
}
#wcs-editor-modal,
#wcs-msg-modal {
    position: fixed;
    background: #c8c8c859;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#wcs-editor-modal-loader,
#wcs-customer-msg {
    position: absolute;
}
#wcs-customer-msg {
    width: 600px;
    padding: 30px 25px;
    background: #fff;
    color: #000;
    border-radius: 10px;
}
.wcs-editor-action .dashicons {
    cursor: pointer;
}
.wcs-editor-edit,
.wcs-editor-add,
.wcs-editor-table .add-prod {
    color: #0e8aa7;
}
.wcs-editor-delete {
    color: #cb2700;
}
.wcs-editor-table th {
    font-weight: bold;
}
.wcs-editor-table .wcs-editable[disabled] {
    background: #ffffff00 !important;
    display: inline-block;
    width: inherit;
    cursor: inherit;
    border: 0px;
}
.wcs-editor-table .wcs-period.wcs-editable {
    padding: 0 !important;
}
.wcs-editor-table .wcs-editable.wcs-qty {
    width: 70px !important;
}
.wcs-editor-table .wcs-editable.wcs-renewal {
    width: 120px;
}
.wcs-editor-table .wcs-editor-product-from {
    display: none;
}
.wcs-editor-table .wcs-editor-product-from.active {
    display: table-row;
}
.wcs-editor-table .select2-container {
    width: 100% !important;
}
.woocommerce-subscriptions .woocommerce_account_subscriptions {
    display: none;
}
.woocommerce-account .form-container .woocommerce-MyAccount-navigation {
    width: 300px !important;
}
.wcs-prod-list {
    position: absolute;
    background: rgb(209, 209, 209);
    list-style: none;
    padding: 10px 15px 0 0;
}
.wcs-prod-list li {
    cursor: pointer;
}
.wcs-prod-list li:hover {
    background: rgb(240, 240, 240);
}
.select2-selection__rendered {
    max-width: 300px;
}
.woocommerce-view-subscription table.subscription_details tbody tr td a.button.reactivate {
    display: none;
}

@media screen and (max-width: 767px) {
    table.wcs-editor-table {
        width: 100%;
    }
    .wcs-editor-table thead {
        display: none;
    }
    .wcs-editor-table tr:nth-of-type(2n) {
        background-color: inherit;
    }
    .wcs-editor-table tr td:first-child {
        background: #e9e9e9;
        font-weight: bold;
        font-size: 18px;
    }
    .wcs-editor-table tbody td {
        display: block;
        text-align: center;
    }
    .wcs-editor-table tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }
    .wcs-editor-table tr td:first-child:before {
        display: inline-block;
        content: "Subscription ID:";
        padding-right: 10px;
    }
}
