/* Product Membership Discount table */
#pms-woo-product-membership-discounts, #pms-woo-subscription-product-discounts {
    width: 100%;
    border-spacing: 0;
}

#pms-woo-product-membership-discounts thead td, #pms-woo-subscription-product-discounts thead td {
    padding: 0 0.5em;
}


/* Membership Discounts table cells */

.pms-woo-product-membership-discount > td, .pms-woo-subscription-product-discount > td {
    padding: 1em 3em 1em 0.5em;
    border-top: 1px solid #e9e9e9;
    box-sizing: border-box;
}

/* Subscription plan table cell*/
.pms-woo-product-membership-discount > td:first-of-type {
    width: 30%;
}
/* Discount Type table cell */
.pms-woo-product-membership-discount > td:nth-child(2) {
    width: 20%
}
/* Discount Amount table cell */
.pms-woo-product-membership-discount > td:nth-child(3) {
    width: 20%
}
/* Discount Status table cell */
.pms-woo-product-membership-discount > td:nth-child(4) {
    width: 20%
}


/* Product Discounts table cells (under Subscription plan) */

/* Discount for table cell*/
.pms-woo-subscription-product-discount > td:first-of-type {
    width: 15%;
    padding: 1em 0.5em;

}
/* Item Name table cell */
.pms-woo-subscription-product-discount > td:nth-child(2) {
    width: 35%
}
/* Type table cell */
.pms-woo-subscription-product-discount > td:nth-child(3) {
    width: 15%
}
/* Amount table cell */
.pms-woo-subscription-product-discount > td:nth-child(4) {
    width: 15%
}
/* Status table cell */
.pms-woo-subscription-product-discount > td:nth-child(5) {
    width: 15%
}



/* Remove row table cell */
.pms-woo-product-membership-discount > td:last-of-type, .pms-woo-subscription-product-discount > td:last-of-type {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
}

.pms-woo-product-membership-discount > td:last-of-type a, .pms-woo-subscription-product-discount > td:last-of-type a {
    color: #4f4f4f;
    opacity: 0.7;
    text-decoration: none;
    padding: 10px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.pms-woo-product-membership-discount > td:last-of-type a:hover, .pms-woo-subscription-product-discount > td:last-of-type a:hover {
    opacity: 1;
}

#pms-woo-product-add-membership-discount, #pms-woo-subscription-add-product-discount {
    margin: 0.5em 0;
    background: #3858E9;
    border: 1px solid #3858E9;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 600;
}

#pms-woo-product-add-membership-discount:hover,
#pms-woo-product-add-membership-discount:focus,
#pms-woo-subscription-add-product-discount:hover,
#pms-woo-subscription-add-product-discount:focus {
    background: #1D35B4;
    border-color: #1D35B4;
    color: #FFFFFF;
    box-shadow: none;
}

@media screen and (max-width: 782px) {
    #pms-woo-product-membership-discounts,
    #pms-woo-subscription-product-discounts {
        display: flex;
    }

    #pms-woo-product-membership-discounts tbody tr.pms-woo-product-membership-discount,
    #pms-woo-subscription-product-discounts tbody tr.pms-woo-subscription-product-discount {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 50px;
    }

    #pms-woo-product-membership-discounts thead tr,
    #pms-woo-subscription-product-discounts thead tr {
        display: none;
    }

    #pms-woo-subscription-product-discounts tbody {
        width: 100%;
    }

    #pms-woo-product-membership-discounts tbody tr.pms-woo-product-membership-discount td,
    #pms-woo-subscription-product-discounts tbody tr.pms-woo-subscription-product-discount td {
        width: 100%;
        padding: 0;
        border: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    #pms-woo-product-membership-discounts tbody tr.pms-woo-product-membership-discount td:last-of-type,
    #pms-woo-subscription-product-discounts tbody tr.pms-woo-subscription-product-discount td:last-of-type {
        justify-content: flex-end;
    }

    #pms-woo-product-membership-discounts tbody tr.pms-woo-product-membership-discount td:before,
    #pms-woo-subscription-product-discounts tbody tr.pms-woo-subscription-product-discount td:before {
        flex-basis: 150px;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        color: #1E1E1E;
    }

    #pms-woo-subscription-product-discounts tbody tr.pms-woo-subscription-product-discount td:nth-child(1):before {
        content: 'Discount for';
    }

    #pms-woo-subscription-product-discounts tbody tr.pms-woo-subscription-product-discount td:nth-child(2):before {
        content: 'Name';
    }

    #pms-woo-subscription-product-discounts tbody tr.pms-woo-subscription-product-discount td:nth-child(3):before {
        content: 'Type';
    }

    #pms-woo-subscription-product-discounts tbody tr.pms-woo-subscription-product-discount td:nth-child(4):before {
        content: 'Amount';
    }

    #pms-woo-subscription-product-discounts tbody tr.pms-woo-subscription-product-discount td:nth-child(5):before {
        content: 'Status';
    }

    #pms-woo-subscription-product-discounts tbody tr td .pms-select-name {
        height: auto;
    }

    #pms-woo-product-membership-discounts tbody tr.pms-woo-product-membership-discount td:nth-child(1):before {
        content: 'Subscription plan';
    }

    #pms-woo-product-membership-discounts tbody tr.pms-woo-product-membership-discount td:nth-child(2):before {
        content: 'Type';
    }

    #pms-woo-product-membership-discounts tbody tr.pms-woo-product-membership-discount td:nth-child(3):before {
        content: 'Amount';
    }

    #pms-woo-product-membership-discounts tbody tr.pms-woo-product-membership-discount td:nth-child(4):before {
        content: 'Status';
    }

}
