.bml-product-stocks-warehouse-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bml-product-stocks-warehouse-list li.bml-product-stocks-warehouse {
    display: flex;
    flex-direction: row;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 10px;
}

.bml-product-stocks-warehouse-list .bml-product-stocks-warehouse-name {
    flex-grow: 1;
}

.bml-product-stocks-warehouse-quantity.in-stock{
    color: #093;
}

.bml-product-stocks-warehouse-quantity.out-of-stock{
    color: darkred;
}

/**************************************************************************/
.bml-cart-locations-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cart_totals .bml-cart-locations-list {
    padding-left: 24px;
}

.bml-cart-location {
    position: relative;
    border: 1px solid #ccc;
    padding: 6px 0;
    /*border-bottom: none;*/
    /*margin-bottom: 0!important;*/
}
.bml-cart-location:last-child {
    border-bottom: 1px solid #ccc;
}
.bml-cart-location-active {
    background: #f2f2f2;
}
.bml-cart-location-label {
    font-size: 16px;
    cursor: pointer;
}
.bml-cart-location-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 3px 0 3px 10px;
}
.bml-cart-location-row > .bml-cart-location-radio-input {
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    top: -1px;
    padding: 0;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #999;
    transition: all .15s ease-in-out;
}
.bml-cart-location-radio-input input {
    border: none;
    cursor: pointer;
    height: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 30px;
    z-index: 1;
    -webkit-appearance: none;
    border-radius: 0;
    color: inherit;
}
input:checked+.bml-cart-location-radio-button {
    background: #333;
    width: 8px;
    height: 8px;
    top: 4px;
    left: 4px;
    cursor: pointer;
    display: block;
    position: absolute;
    border-radius: 50%;
    transition: all .15s ease-in-out;
}
.bml-cart-locations-list .bml-cart-location-label-name {
    flex-grow: 1;
    font-size: 16px;
}
.bml-cart-locations-list .bml-cart-location-label-comment {
    color: #9e9e9e;
    font-size: 11px;
    font-weight: 700;
}
.bml-cart-location-lack-of-products {
    flex-grow: 0;
    line-height: 15px;
    font-size: 13px;
    color: #ec9622;
    float: left;
    text-align: right;
    padding-right: 11px;
}
.bml-cart-location-lack-of-products-green {
    color: #6fb54c;
}
/************************************************************************************/
.bml-product-additional-data {
    font-size: 0.8em;
}
.bml-product-additional-data.bml-loading {
    display: none;
}
.bml-product-additional-data.bml-instock {
    color: #6fb54c;
}
.bml-product-additional-data.bml-notenough {
    color: #ec9622;
}
.bml-product-additional-data.bml-outofstock {
    color: #ff2222;
}
