

/* Start:/bitrix/templates/aspro_max/components/bitrix/catalog.section/catalog_table_custom/style.css?17479985771038*/
body{
    --button-width:50px;
}
@media (max-width: 600px) {
   .bit_mobile {
        display: unset;
    }

    .bit_desktop {
        display: none;
    }
}
@media (min-width: 601px) {
    .bit_mobile {
        display: none;
    }

    .bit_desktop {
        display: unset;

    }

    .catalog-bitmodified .small-block.counter_wrapp .counter_block_inner {
        width: calc(100% - var(--button-width)) !important;
    }

    .catalog-bitmodified .small-block.counter_wrapp .button_block:not(.wide) {
        width: var(--button-width) !important;
        height: 40px !important;
    }

    .catalog-bitmodified .small-block.counter_wrapp .button_block:not(.wide) span {
        padding-bottom: 7px !important;
    }

    .catalog-bitmodified .item-price {
        width: 35% !important;
    }

    .catalog-bitmodified .item-buttons {
        width: 65% !important;
    }

    .item-actions.flexbox.flexbox--row.catalog-bitmodified {
        justify-content: space-around;

    }
}

/* End */
/* /bitrix/templates/aspro_max/components/bitrix/catalog.section/catalog_table_custom/style.css?17479985771038 */
