

/* Start:/local/components/all4it/catalog.section/templates/.default/style.css?173882372890*/
.accordion-menu-header a {
    color: #0f6da1 !important;
}
.active {
    fill: darkred;
}
/* End */


/* Start:/local/templates/westcomp/components/bitrix/breadcrumb/catalog/style.min.css?1738823728547*/
.bx-breadcrumb {
    margin: 10px 0
}

.bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px
}

.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: Montserrat !important;
    font-size: 13px;
    white-space: normal
}

.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: 0
}
/* End */


/* Start:/local/components/all4it/catalog.section/templates/mobile/style.css?173882372860*/
.accordion-menu-header a {
    color: #0f6da1 !important;
}

/* End */


/* Start:/local/components/all4it/catalog.list/templates/.default/style.css?17514710464936*/
.catalog-product-card-header-badges__item.badge_in-stock {
    background-color: #3FCEB3; /* Пример цвета для 'В наличии' */
}
.catalog-product-card-header-badges__item.badge_discount {
  background-color: #EE5D00; /* Пример цвета для 'Скидка' */
}
.catalog-product-card-header-badges__item.badge_on-the-way {
    background-color: #3AA2D0 ; /* Пример цвета для 'В пути' */
}
.catalog-product-card-header-badges__item.badge_vat {
    background-color: #BE53FF; /* Пример цвета для 'НДС' */
}
.catalog-product-card-header-badges__item.badge_leasing {
    background-color: #EDC150; /* Пример цвета для 'Лизинг' */
}
.catalog-product-card-header-badges__item.badge_warranty {
    background-color: #2370ff; /* Пример цвета для 'Гарантия' */
}
.catalog-product-card-header-badges__item.badge_new {
    background-color: #4986E2 ; /* Пример цвета для 'Новинка' */
}
.catalog-product-card-header-badges__item.badge_by{
    background-color: #349D54; /* Пример цвета для 'б/у' */
}

.hidden {
    display: none!important;
}
.catalog_grid .card-product {
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out !important;
}
.catalog_grid .card-product:hover {
    box-shadow: 0 10px 20px #b0cfe0 !important;
    transform: translateY(-5px) !important;
}
.catalog_list .card-product__name{
    -webkit-line-clamp: unset !important;
    width: 450px !important;
    white-space: normal !important;
    overflow: hidden !important;
    overflow-wrap: break-word; /* Стандартное свойство для переноса слов на новую строку */
    text-overflow: unset !important;
}
.products-cards-slider .card-product__name {
    -webkit-line-clamp: unset !important;
    width: 330px !important;
    white-space: normal !important;
    overflow: hidden !important;
    overflow-wrap: break-word; /* Стандартное свойство для переноса слов на новую строку */
    text-overflow: unset !important;
}
.products-cards-slider .card-product__name {
    -webkit-line-clamp: 1 !important;
}
.catalog_grid .card-product__price-wrapper{
    margin-left: 0 !important;
}

.catalog_grid .card-product__price {
    width:205px!important;
}
.catalog_list .card-product__price-wrapper{
    width: 240px !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding-right: 30px;
    align-content: center;
    flex-direction: column;
    align-items: flex-end;
}

.catalog-page .catalog_list .catalog__items .card-product .card-product__footer {
    height: 100%;
    grid-column: 4 / 5 !important;
}

.catalog-page .catalog_grid .catalog__items .card-product {
    max-width: 401px !important;
}

.catalog-page .catalog_list .catalog__items .card-product .card-product__body .card-product__img, .catalog-page .catalog_list .catalog__items .card-product .card-product__body .card-product__img img {
    width: 150px !important;
    height: 150px;
    object-fit: contain;
}

.select {
    position: relative;
}

.select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.select.open .select-icon {
    transform: translateY(-50%) rotate(180deg);
}

.catalog-header-sort__item .button-select {
    text-transform: none;
    border: 1px solid #0F6DA1;
    color: #0F6DA1;
    min-width: 160px;
}

#reset {
    text-transform: none;
    color: white;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
    min-width: 160px;
}

.catalog-header-sort__item .button-select.active,
.catalog-header-sort__item .button-select:hover {
    padding-inline: 33px;
    text-transform: none;
    color: white !important;
    background: linear-gradient(180deg, #0f6da1 0%, #41a4db 100%);
    border: none;
}

.catalog-header-sort__item .button-select svg {
    fill: none;
    font-size: 14px;
    margin-left: 5px;
}
.button-select.active .arrow-icon,
.button-select:hover .arrow-icon {
    stroke: white !important;
}

.arrow-icon.flip, .svg-container.flip svg {
    transform: rotate(180deg);
    transform-origin: 5.5px 3.5px;
}

.catalog__items .card-product .product-config-amount {
    display: flex;
}
.catalog__items .card-product .product-config-amount__button {
    border: none;
    background-color: unset;
}
.catalog__items .card-product .product-config-amount__control {
    width: 5ch;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    border: none;
    outline: none;
    background: none;
}
.catalog__items .card-product .product-config-amount__button_plus {
    margin-left: -10px;
}
#bx_incl_area_3_4_1{
    display: none;
}
.catalog-page-header{
    row-gap:0!important;
}
.catalog-pagination{
        padding-top: 32px;
        padding-bottom: 64px;
}

/* End */


/* Start:/local/components/all4it/configurator.list.new/templates/catalog/style.css?173882372852*/
.card-product__body .garanty {
    margin-top: 2%;
}
/* End */
/* /local/components/all4it/catalog.section/templates/.default/style.css?173882372890 */
/* /local/templates/westcomp/components/bitrix/breadcrumb/catalog/style.min.css?1738823728547 */
/* /local/components/all4it/catalog.section/templates/mobile/style.css?173882372860 */
/* /local/components/all4it/catalog.list/templates/.default/style.css?17514710464936 */
/* /local/components/all4it/configurator.list.new/templates/catalog/style.css?173882372852 */
