.wc-wholesale-sets {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fff;
}

.wc-ws-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.wc-ws-table th,
.wc-ws-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.wc-ws-table th {
    background: #f7f7f7;
    font-weight: bold;
}

.add-to-cart-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.wc-wholesale-sets .quantity {
    display: inline-flex;
    align-items: center;
}

.wc-wholesale-sets .quantity input.qty {
    width: 40px;
    text-align: center;
    height: 37px;
}

.wc-wholesale-sets .quantity .minus,
.wc-wholesale-sets .quantity .plus {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    height: 38px;
}

.wc-wholesale-sets .single_add_to_cart_button {
    background: #000;
    color: #fff;
    font-weight: 600;
    border-radius: 0px;
    padding: 10px 150px;
    height: 38px;
}
