

/* Start:/local/templates/main/components/bitrix/catalog.section/stock-balance/style.css?17404755361730*/
.warehouse-table__head th {
    background: #ea5b0c !important;
    color: #fff !important;
    text-align: center;
    border-left: 1px solid #fff !important;
}

.warehouse-table__row .js-quantity {
    width: 100%;
    text-align: center;
    border: 1px solid #89a7cc;
    border-radius: 0.5rem;
}

.warehouse-table__row svg {
    height: 2rem;
    width: 2rem;
}

.warehouse-table__row .to-bag,
.warehouse-table__row .in-bag {
    display: flex;
    justify-content: center;
}

.warehouse-table__row .to-bag a,
.warehouse-table__row .in-bag a {
    display: flex;
    column-gap: 0.5rem;
}

.warehouse-table__row .to-bag svg {
    fill: #145099;
}

.warehouse-table__action {
    display: flex;
    flex-direction: row;
    justify-content: space-around;

    & > .quantity {
        display: flex;
        flex-direction: row;
        column-gap: 4px;
        align-items: center;
    }
}

.warehouse-size {
    padding-left: 2rem;
    margin-bottom: 12px;
    width: 100%;
    outline: none;
    border: 1px solid #89a7cc;
    border-radius: 8px;
    height: 40px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
    color: #000;
    background-color: #fff;
}

.warehouse-groupe, .warehouse-name {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 12px;
    outline: none;
    border: 1px solid #89a7cc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 15px;
    width: 100%;
    height: 42px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #000;
    box-shadow: none;
}

.stockbalance__download-btn {
    margin: 25px 0 12px 0;
}
/* End */
/* /local/templates/main/components/bitrix/catalog.section/stock-balance/style.css?17404755361730 */
