.vi-wad-single-product-shipping-wrap {
    position: relative;
    margin: 5px 0;
    clear: both;
}

.vi-wad-single-product-shipping-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, .5);
}

.ald-single-product-shipto-field {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ald-single-product-shipto-field .select2-container {
    vertical-align: unset;
}

.ald-single-product-shipto-select2 {
    line-height: 1;
    max-width: 250px;
}

.ald-single-product-shipto-label {
    flex-grow: 1;
}