.uc_warehouse_location_stock .stock-btn i {
    left: 8px;
}

@media (max-width: 450px) {
    .uc_warehouse_location_stock .location-stock-line > div:nth-child(1n + 2) span:nth-child(2) {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
    .uc_warehouse_location_stock .location-stock-header {
        display: none !important;
    }

    .uc_warehouse_location_stock .location-stock-line {
        flex-flow: column !important;
        margin-bottom: 15px;
    }

    .uc_warehouse_location_stock .location-stock-line > div {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        text-align: left !important;
        justify-content: space-between;
        padding: 5px 15px;
    }

    .uc_warehouse_location_stock .location-stock-line > div:first-child {
        background-color: #E6EBF2 !important;        
        padding: 5px 15px;
    }

    .uc_warehouse_location_stock .location-stock-line > div:first-child .mobile-label {
        display: none;
    }

    .uc_warehouse_location_stock .location-stock-line > div:first-child span {
        font-family: PoppinsBlack, Helvetica, Arial, sans-serif;
        font-size: 16px;
    }

    .uc_warehouse_location_stock .location-stock-line > div span {
        width: 50%;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .uc_warehouse_location_stock .mobile-label {
        display: none !important;
    }

    .uc_warehouse_location_stock .location-stock-line:nth-child(odd) {
        background-color: rgba(230, 235, 242, .5);
    }

    .uc_warehouse_location_stock .location-stock-line > div {
        padding: 5px 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .uc_warehouse_location_stock .warehouse-location-wrapper [class*="col-"] {
        width: 20%;
    }
}
