

/* Start:/bitrix/templates/aspro-scorp/components/bitrix/news.list/catalog-discounts-by-section/style.css?17827331603556*/
.catalog.item-views .item .image {
    position: relative;
}

.catalog.item-views .product-badge {
    position: absolute;
    top: 8px;
    z-index: 2;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px;
}

.catalog.item-views .product-badge--action {
    left: 8px;
    background-color: #7a3db8;
}

.catalog.item-views .product-badge--discount {
    right: 8px;
    font-size: 13px;
    background-color: #d9534f;
}

.item-views .cust_section_link{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 0;
}

.catalog-discounts-by-section .one_el_sect{
    padding: 8px 12px;
    border: 1px solid #e2e7eb;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 56px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.catalog-discounts-by-section .one_el_sect:hover,
.catalog-discounts-by-section .one_el_sect:focus{
    background-color: #e65100;
    border-color: #e65100;
    color: #fff;
    text-decoration: none;
}

.catalog-discounts-by-section .one_el_sect:hover .one_el_sect-title,
.catalog-discounts-by-section .one_el_sect:focus .one_el_sect-title{
    color: #fff;
}

.catalog-discounts-by-section .one_el_sect .block_img{
    flex: 0 0 50px;
    width: 50px;
    height: 44px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.catalog-discounts-by-section .one_el_sect .block_img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0;
}

.catalog-discounts-by-section .one_el_sect-title{
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.catalog-discounts-by-section .cust_section_link {
    transition: none;
}

.catalog.table .items{
    margin-left: -15px;
}

.zag{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 3px solid #e65100;
    padding-bottom: 2px;
    display: inline-block;
}

.catalog.item-views.table .item {
    min-height: 385px !important;
    max-height: 385px !important;
}

.show_product{
    display: flex;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #3cc051;
    color: white;
}

.hidden_product{
    display: flex;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #3cc051;
    color: white;
}

.hidden_elem{
    display: none;
}

.cont .title{
    max-height: 80px !important;
    min-height: 80px !important;
}

.catalog.item-views.table .item .price{
    margin-top: inherit !important;
}

@media (max-width: 768px) {
    .cust_section_link {
        position: static !important;
        top: auto !important;
        width: auto !important;
        margin-right: inherit !important;
    }

    .section-link-placeholder {
        display: none !important;
    }
}

@media (max-width: 380px) {
    .catalog-discounts-by-section .one_el_sect-title{
        font-size: 12px;
    }
}

/* End */
/* /bitrix/templates/aspro-scorp/components/bitrix/news.list/catalog-discounts-by-section/style.css?17827331603556 */
