.bw-shipping-method-info {
    margin-top: 10px;
}

th.bw-center {
	text-align: center;

    &.info-small {
        padding-top: 0;
        padding-bottom: 0;
        white-space: normal;
        font-size: 10px;
    }
}

.pricing-item {
    .select > p {
        width: 100%;
        min-width: 200px;
        margin: 0;

        .ts-control input[type=text] {
            width: auto !important;
            min-width: auto;
        }

        select{
            display: none;
        }

        // override tom select style
        --bs-body-bg: white;
    }

    &.disabled > td:not(.remove):not(.state):not(.sort)  {
        opacity: 0.5;
        &, input:disabled {
            background-color: #e0e0e0;
        }
    }

    td {
        text-align: center;
        vertical-align: middle;

        a {
            cursor: pointer;
        }
    }
}

.bw-add-rate-line {
    border: 0;
    background-color: transparent;
    color: #aaa;
    cursor: pointer;
    font-size: 20px;
    margin-top: 10px;
    outline:none;

    & .dashicons {
        font-size: 30px;
        width: 30px
    }
}

.form-table th.bw-pricing-header {
    font-weight: normal;
    padding: 0;
    padding-top: 15px;
}

table.wc_input_table tr.pricing-item.current td {
   background-color: white;
}
