

/* Start:/bitrix/templates/aspro_optimus/components/bitrix/catalog.section/catalog_table/style.css?1752477947533*/
.add-to-cart {
    svg {
        width: 15px;
        margin-top: 11px;
        height: 15px;
        fill: gray;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    width: 32px;
    height: 32px;
}
.add-to-cart:hover {
    background-color: #e3e3e3 !important;
    svg {
        fill: black;
    }

}

.added.add-to-cart{
    svg {
        fill: white;
    }
    background-color: #3077d0;
}
.added.add-to-cart:hover{
    background-color: #748db0;;
}
/* End */
/* /bitrix/templates/aspro_optimus/components/bitrix/catalog.section/catalog_table/style.css?1752477947533 */
