

/* Start:/local/templates/.default/components/bitrix/catalog.section/favorites/style.css?17489745894866*/
.page__favorites .cart-list__wrap {
    justify-content: flex-end;
    gap: 32px;
}

.page__favorites .cart-list__body--bottom {
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
}

.page__favorites .goods__add {
    display: block;
    align-items: unset;
}

.page__favorites .cart-list__info  {
    max-width: unset;
}

.page__favorites .cart-footer__clearCart_favorites  {
    color: #154269;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.page__favorites .cart-footer__clearCart_favorites:hover {
    color: #0081c2;
}

.page__favorites .cart-footer__to-buy_mobile  {
    display: none;
}

.goods__add.goods__add_active {
    padding: 0 31px;
}

.goods__add .goods__button {
    min-width: 200px;
    min-height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
}

.page__favorites .goods__add .button_secondary {
    display: flex;
}

.page__favorites .goods__add_active .button_secondary {
    display: none;
}

.cart-list__item .goods__compare > div {
    cursor:pointer;
    display:flex;
    align-items:center;
    margin: 0;
}

.cart-list__item .goods__compare > div > svg {
    margin-right: 4px;
}

.cart-list__item[data-compare="Y"] .goods__compare > div:first-child {
    display:none;
}

.cart-list__item[data-compare="Y"] .goods__compare > div:last-child {
    color: var(--color-success)
}

.cart-list__item:not([data-compare="Y"]) .goods__compare > div:first-child {
    display:flex;

}

.cart-list__item:not([data-compare="Y"]) .goods__compare > div:last-child {
    display:none;
}

.goods-card-price__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.goods-card-price__wrapper .goods-card-price__old {
    margin: 0;
}

.cart-list__info--mobile .cart-list__price {
    display: flex;
    flex-direction: row;
}

.cart-list__info--mobile .goods-card-price__old {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: auto 0;
}

.notFound__favorites {
    display: flex;
    margin-top: 24px;
}

.notFound__favorites--mobile,
.favorites__empty__message--mobile {
    display: none;
}

.notFound__favorites .cart-empty__text {
    max-width: unset;
    margin: 0;
}

.notFound__favorites .notFound__svg {
    margin: 0;
}


@media screen and (max-width: 767px) {

    .page__favorites .goods__add .goods__button {
        min-width: unset;
        width: auto;
        max-width: 160px;
        margin-top: 16px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0em;
        padding: 12px 24px;
    }

    .goods__add.goods__add_active {
        padding: 0;
        width: 138px;
        margin-top: 16px;
    }

    .goods__add .counter {

    }

    .page__favorites .cart-footer__clearCart_favorites  {
        padding-bottom: 4px;
    }

    .page__favorites .cart-footer__to-buy  {
        display: none;
    }

    .page__favorites .cart-footer__to-buy_mobile  {
        display: flex;
    }

    .cart-list__item {
        padding: 28px 20px;
    }

    .cart-list__item .cart-list__discription {
        margin-top: 8px;
    }

    .cart-list__calc-price {
        display: none;
    }
    
    .header-product-code {
        display: block;
        margin-top: 4px;
    }

    .page__favorites .notFound-container,
    .page__favorites .cart-empty {
        padding: 0;
    }

    .page__favorites .notFound {
        padding: 64px 0;
        margin: 0;
    }

    .notFound__favorites,
    .favorites__empty__message--desktop {
        display: none;
    }

    .favorites__empty__message--mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .notFound__favorites--mobile {
        display: flex;
        margin-top: 24px;
    }

    .notFound__favorites--mobile .cart-empty__text {
        max-width: unset;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .notFound__favorites--mobile .notFound__svg {
        margin: 0 0 0 4px;
    }

    .cart-empty__wrapper {
        display: flex;
        flex-direction: column;
    }

    main .breadcrumbs {
        display: none;
    }

    .cart-footer__to-buyWrap {
        padding-top: 24px;
    }

    .page__compare .cart-goods__wrap .header-page {
        padding-bottom: 24px;
    }
}

.goods__add .button_secondary {
    min-width:unset;
    min-height: unset;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    padding: 6px 12px;
}
@media screen and (max-width: 767px){

.goods__desc{
    justify-content: end;
}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section/favorites/style.css?17489745894866 */
