

/* Start:/bitrix/components/krayt/krayt.favorite/templates/.default/style.min.css?17303720061213*/
@media(hover:hover){#favour__list .product_item__ico:hover{color:var(--main-txt);transition:0.2s}}#favour__list .product_item__ico.active,#favour__list .product_item__ico.favour-del{color:var(--main_active_red)}#favour__list .product-icon-action>div:last-child{margin-right:0;margin-bottom:0}#favour__list .product_item_table .product-icon-action svg{fill:currentColor;margin-right:0;transition:0s}#favour__list .product_item_table .add-to-compare .product_item__ico.active svg{fill:var(--main_active_red);transition:0.2s color linear}#favour__list .product-icon-action span{margin-left:8px;font-weight:600;font-size:14px;line-height:100%;color:currentColor}#favour__list .product-item-container.hover+.favour-del{z-index:907}#favour__list .favour-item{position:relative;max-width:100%}#favour__list .favour-item .product-item-container{padding:0;width:100%;max-width:100%}#favour__list .favour-item .to_favorites{display:none}#favour__list .product_item_table .basket_icon{min-width:140px;padding:0 32px;height:48px;font-weight:500;font-size:16px;line-height:19px;border-radius:6px}#favour__list .product_item_table .basket_icon{width:100%}#favour__list .product_item_table .product_item_buy_box{min-width:340px}
/* End */


/* Start:/bitrix/components/krayt/krayt.wishlists/templates/.default/style.min.css?174258444310236*/
.favorite_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 30px
}

.limit_and_view {
    display: none
}

.wishlist-btns {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px
}

.wishlist-btn {
    margin: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    transition: .2s ease;
    color: var(--main-txt)
}

.wishlist-btn.create-wishlist {
    background: #1c7000;
    border: 1px solid #252525 !important;
    border-radius: 6px;
    transition: 0.2s background
}

.wishlist-btn:hover {
    border: 1px solid var(--main-txt);
    color: var(--main-txt)
}

.wishlist-btn.create-wishlist:hover {
    background: #E4E4E4
}

.wishlist-btn.create-wishlist:active {
    background: #D2D2D2
}

.wishlist-btn.active {
    background: #455360;
    color: #fff;
    border: 1px solid #455360
}

.create-wishlist::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.1818 4.9091H7.0909V0.818184C7.0909 0.366545 6.72435 0 6.27271 0H5.72729C5.27565 0 4.9091 0.366545 4.9091 0.818184V4.9091H0.818184C0.366545 4.9091 0 5.27565 0 5.72729V6.27271C0 6.72435 0.366545 7.0909 0.818184 7.0909H4.9091V11.1818C4.9091 11.6335 5.27565 12 5.72729 12H6.27271C6.72435 12 7.0909 11.6335 7.0909 11.1818V7.0909H11.1818C11.6335 7.0909 12 6.72435 12 6.27271V5.72729C12 5.27565 11.6335 4.9091 11.1818 4.9091Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
    margin-right: 8px
}

.wishlist-change-wrap {
    padding-bottom: 30px
}

.wishlist-change {
    display: flex;
    align-items: center;
    background: #F8F8F8;
    border-radius: 6px;
    padding: 28px
}

.wishlist-change h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    margin-right: 16px
}

.wishlist-change .dots {
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    background: #E3E3E3;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s ease
}

.wishlist-change .dots:hover {
    background: #dfdfdf
}

.wishlist-change .dots:hover:active {
    background: #d2d2d2
}

.wishlist-change .dots span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: var(--main-txt)
}

.wishlist-change .dots-wrap {
    position: relative
}

.wishlist-change_popup {
    position: absolute;
    z-index: 10;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .3);
    transition: opacity .3s ease;
    border-radius: 4px;
    padding: 10px 0
}

.wishlist-change_popup::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -6px;
    left: 50%;
    transform: translateX(-7px) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #fff
}

.wishlist-change_popup.active {
    opacity: 1;
    pointer-events: auto
}

.wishlist-change_btn {
    width: 100%;
    padding: 9px 20px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    transition: .3s ease;
    cursor: pointer;
    background: #fff;
    white-space: nowrap
}

.wishlist-change_btn span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%
}

.wishlist-change_btn:hover {
    background-color: var(--main_bg_gray)
}

.wishlist-change_btn:hover:active {
    background: #dfdfdf
}

.wishlist-change_btn svg {
    margin-right: 8px
}

.wishlist-items {
    margin-top: 12px
}

.add-quick-view {
    top: 52px !important
}

.remove-wishlist {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 8px;
    cursor: pointer;
    opacity: 0;
    transition: .3s ease
}

.product-item:hover .remove-wishlist {
    opacity: 1
}

.remove-wishlist svg {
    position: absolute;
    top: 4px;
    left: 4px;
    transition: .3s ease
}

.remove-wishlist svg:last-child {
    opacity: 0
}

.remove-wishlist:hover svg:first-child {
    opacity: 0
}

.remove-wishlist:hover svg:last-child {
    opacity: 1
}

#changeWishlist {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 16px;
    border: 1px solid var(--border);
    transition: .3s ease
}

#changeWishlist:focus {
    border: 1px solid var(--main_color)
}

#changeWishlist.error {
    border: 1px solid red
}

#wishList {
    width: 440px;
    max-width: calc(100% - 32px);
    padding: 60px 40px 40px
}

#wishList .popup-window-titlebar-text {
    margin-bottom: 24px;
    justify-content: start;
    font-size: 20px
}

#wishList .popup-window-buttons {
    display: flex;
    padding: 0;
    flex-wrap: nowrap
}

#wishList .btn_border {
    margin-left: 10px
}

#wishList .delete,
#wishList .no-delete {
    width: 50%
}

#wishList .no-delete {
    background: #ECECEC;
    margin-left: 8px;
    color: #252525 !important
}

#wishList .no-delete:hover {
    background: #D8D8D8
}

.delete-p {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 24px
}

.wishlist-items .bx-sbb-empty-cart-text {
    padding-top: 30px
}

.catalog-section-header {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #474747
}

.favorite-element-container .title_box {
    width: 100%
}

.favorite-element-container .title_box .row {
    margin-left: 0;
    margin-right: 0
}

.favorite-element-container h1.col {
    padding-left: 0;
    margin-bottom: 0
}

.favorite-element-container .title_box {
    margin-bottom: 30px
}

.favorite_title {
    width: 100%
}

.sorting_box {
    width: 100%
}

.product__list.favour__list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    grid-gap: 0
}

.product__list.favour__list .product_item {
    display: flex;
    flex-direction: row;
    padding: 40px 0
}

#favour__list .product_item {
    border-top: 1px solid #F0F0F0;
    align-items: center
}

#favour__list .product_item:last-child {
    border-bottom: 1px solid #F0F0F0
}

#favour__list .product_item .product_item_table-left {
    display: flex
}

#favour__list .product_card-flags {
    bottom: unset;
    top: 40px;
    margin-bottom: 0
}

#favour__list .product_item_img {
    margin: 0;
    margin-right: 50px;
    width: 200px;
    height: 200px
}

#favour__list .product-item-image-wrapper {
    min-width: 200px;
    min-height: 200px;
    max-height: 200px
}

#favour__list .product_item_name_box {
    flex: 1
}

#favour__list .name {
    margin-bottom: 16px;
    transition: 0.2s color linear
}

#favour__list .product_item_table .basket_icon {
    width: 100%
}

#favour__list .no-price-title {
    margin-right: 0
}

#favour__list .name:hover {
    transition: 0.2s color linear;
    color: var(--main_active_red)
}

#favour__list .product_item_table .basket_icon {
    min-width: 140px;
    padding: 0 32px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px
}

@media (max-width:992px) {
    #favour__list .product_item__price .old_price {
        margin-bottom: 2px
    }

    #favour__list .product_item_img {
        margin-right: 32px
    }
}

@media (max-width:680px) {
    #favour__list .product_item_table .product-icon-action {
        flex-direction: column;
        height: auto;
        margin-bottom: 16px
    }

    #favour__list .product-icon-action>div {
        margin-right: 0
    }

    #favour__list .product-item-info-container {
        flex-direction: column
    }
}

@media (max-width:576px) {
    .wishlist-items {
        margin-top: 0
    }

    .wishlist-btn {
        padding: 8px
    }

    .wishlist-btns {
        padding-bottom: 8px
    }

    #wishList .btn_fill {
        height: 46px
    }

    #favour__list .product_item_img {
        margin-right: 24px
    }

    #favour__list .product_item_img {
        width: 150px;
        height: 150px
    }

    #favour__list .product-item-image-wrapper {
        min-width: 150px;
        min-height: 150px
    }

    #favour__list .product-item-container .product_card-flags .flag-item,
    #favour__list .product-item-container .product_card-flags .product-item-label-ring {
        padding: 3px 6px;
        font-weight: 500;
        font-size: 10px
    }

    #favour__list .prod-of-day_timer_tiles {
        padding: 3px 6px
    }

    #favour__list .product_item__price .old_price {
        margin-bottom: 0
    }

    #favour__list .prod-of-day_timer_tiles .timer-val,
    .prod-of-day_timer_tiles .timer-separator {
        font-size: 10px;
        font-weight: 500
    }

    #favour__list .product_item_table .basket_icon {
        width: 100%
    }
}

@media (max-width:480px) {
    #favour__list .name {
        font-size: 14px
    }

    #favour__list .product-icon-action span {
        font-size: 12px
    }
}

@media(max-width:440px) {
    #favour__list .product-item-image-wrapper {
        min-width: 130px;
        min-height: 130px;
        height: 130px;
        width: 130px
    }

    #favour__list .product_item_img {
        width: 130px;
        height: 130px;
        margin-right: 12px
    }

    #favour__list .product_card-flags {
        margin-bottom: 8px;
        position: static
    }

    #favour__list .product_card-flags>div,
    #favour__list .product_card-flags-sku>div {
        margin-bottom: 0;
        margin-right: 4px
    }

    #favour__list .product-item-container .product_card-flags>div.product_card-flags-sku {
        margin-right: 0;
        flex-direction: row
    }
}

@media (max-width:576px) {
    #wishList {
        padding: 20px !important
    }

    .wishlist-change {
        padding: 20px;
        justify-content: space-between
    }

    .wishlist-change_popup {
        left: unset;
        right: -10px;
        transform: none
    }

    .wishlist-change_popup::before {
        transform: rotate(45deg);
        left: unset;
        right: 19px
    }
}
/* End */
/* /bitrix/components/krayt/krayt.favorite/templates/.default/style.min.css?17303720061213 */
/* /bitrix/components/krayt/krayt.wishlists/templates/.default/style.min.css?174258444310236 */
