.ovic_bundle_results,
.ovic_bundle_selected {
    width: 100%;
}

.ovic_bundle_results {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    background-color: #fff;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    min-height: 196px;
    z-index: 9999999;
    overflow-y: auto;
}

#ovic_bundle_results,
#ovic_bundle_loading {
    display: none;
}

.ovic_bundle_selected {
    display: inline-block;
}

.ovic_bundle_selected ul,
.ovic_bundle_results ul {
    margin: 0;
    padding: 0;
}

.ovic_bundle_results ul > span {
    display: block;
    padding: 5px 10px;
}

.ovic_bundle_selected ul li {
    padding: 5px 33px;
}

.ovic_bundle_selected ul li .move {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #eee;
    cursor: move;
}

.ovic_bundle_selected ul li .move:before {
    content: '\f545';
    font-family: "Dashicons";
    font-size: 10px;
    color: #999999;
}

.ovic_bundle_results li .move {
    display: none;
}

.ovic_bundle_selected ul li input {
    width: 50px !important;
}

.ovic_bundle_selected li,
.ovic_bundle_results li {
    padding: 5px 10px;
    margin: 0;
    border-bottom: 1px dotted #eee;
    height: 28px;
    line-height: 28px;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.ovic_bundle_selected li:last-child,
.ovic_bundle_results li:last-child {
    border-bottom: none;
}

.ovic_bundle_selected li.out-of-stock .name,
.ovic_bundle_results li.out-of-stock .name {
    text-decoration: line-through;
}

.ovic_bundle_selected li:hover,
.ovic_bundle_results li:hover {
    background-color: #fafafa;
}

.ovic_bundle_selected li span.amount,
.ovic_bundle_results li span.amount {
    display: inline-block;
}

.ovic_bundle_selected li:hover span.remove,
.ovic_bundle_results li:hover span.remove {
    background-color: #ff6600;
    color: #fff;
}

.ovic_bundle_selected li span.qty {
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.ovic_bundle_selected li del,
.ovic_bundle_results li del {
    opacity: .5;
}

.ovic_bundle_selected li ins,
.ovic_bundle_results li ins {
    text-decoration: none;
}

.ovic_bundle_selected li span.remove,
.ovic_bundle_results li span.remove {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 5px;
    background-color: #eee;
    cursor: pointer;
}

.ovic_bundle_selected li span.remove {
    right: 0;
}

.ovic_bundle_results li span.remove {
    right: 10px;
}

#ovic_bundle_regular_price {
    min-width: 60px;
    display: inline-block;
}

#ovic_bundle_settings input[type="search"],
#ovic_bundle_settings input[type="text"],
#ovic_bundle_settings input[type="number"] {
    font-size: 13px;
    height: 28px;
    line-height: 1;
    border-radius: 0;
    padding: 0 5px;
}

#ovic_bundle_settings .w100 {
    position: relative;
    display: inline-block;
    width: 100%;
}

#ovic_bundle_settings .w100 input {
    width: 100%;
}

#ovic_bundle_settings .w100 textarea {
    width: 100%;
}

#ovic_bundle_settings .loading {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 998;
}

.ovic_bundle_table table {
    width: 100%;
    padding: 10px;
    border-spacing: 0;
}

.ovic_bundle_table table tr.ovic_bundle_tr_space th,
.ovic_bundle_table table tr.ovic_bundle_tr_space td {
    padding-top: 10px;
}

.ovic_bundle_table table tr th {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    width: 150px;
}

.ovic_bundle_table table tr td {
    text-align: left;
}

#ovic_bundle_set_regular_price,
#ovic_bundle_set_sale_price {
    cursor: pointer;
}

.ovic_bundle-parent .woocommerce-help-tip,
.ovic_bundle-child .woocommerce-help-tip {
    display: none !important;
}

table.wp-list-table span.product-type.ovic_bundle:before {
    content: '\e003';
    color: #96588a;
}

#woocommerce-product-data ul.wc-tabs li.ovic_bundle_tab a::before {
    content: "\f164";
}