

/* Start:/local/templates/aspro_next/components/bitrix/catalog.section/catalog_table/style.css?17702962331061*/
.item-name-cell .title {
    position: relative;
    min-height: 30px;
    display: flex;
    align-items: center;
    padding-right: 35px;
}

.fast_view_frame {
    border: 2px solid #9cb1b3;
}

.item-name-cell .title .fast_view_block {
    position: absolute !important;
    margin: 0 !important;
    top: 0;
    left: auto;
    right: 0;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
    background: #70b2b9;
    padding: 18px;
    border-radius: 7px;
}

@media all and (max-width: 1140px) {
    .item-name-cell .title .fast_view_block {
        position: relative !important;
        margin: 0 !important;
        top: 0;
        left: auto;
        right: 0;
        width: 30px !important;
        height: 30px !important;
        line-height: 30px;
        background: #70b2b9;
        padding: 18px;
        border-radius: 7px;
        display: inline-block;
        margin-left: 5px !important;
    }
}


@media all and (max-width: 992px) {

    .item-name-cell .title .fast_view_block {
        display: none;
    }
}
/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.section/catalog_table/style.css?17702962331061 */
