.favorite_title {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 40px;
}
.limit_and_view {
    display: none;
}
.wishlist-btns {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.wishlist-btn {
    margin: 0 8px 8px 0;
}
.wishlist-btn.button.button-large{
    padding: 10px 24px;
    font-weight: 700;
}
.create-wishlist.button.button-large{
    padding: 10px 16px;
}
.create-wishlist.button.button-outline:active,
.wishlist-btn.active {
    background-color: #F3F3F5;
    border-color: var(--button-outline-border-hover);
    color: var(--main-txt);
}
.wishlist-change-wrap {
    margin-top: 32px;
    padding-bottom: 20px;
}
.wishlist-change_list{
    display: flex;
    column-gap: 8px;
}
.wishlist-change {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-gray);
}
.wishlist-change h3 {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    margin-right: 12px;
}
.wishlist-change_popup {
    position: absolute;
    z-index: 10;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    background: #fff;
    box-shadow: 0px 6px 16px rgba(0, 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{
    display: flex;
    background-color: transparent;
    color: #959CAA;
    transition: color 0.3s;
}
.wishlist-change_btn:hover{
    color: var(--main-txt);
}
.wishlist-items {
    margin-top: 12px;
    margin-bottom: 80px;
}
.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;
}
#wishList {
    width: 400px;
    max-width: calc(100% - 32px);
    padding: 42px 40px 40px;
}
#wishList .el-form-input{
    padding: 0 16px;
    margin-bottom: 20px;
    height: 42px;
}
#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;
    column-gap: 8px;
}
#wishList .btn_border {
    margin-left: 10px;
}
#wishList .delete,#wishList .no-delete{
    width: 50%;
}
.delete-p{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 32px;
}
/*favour__list*/
.catalog-section-header {
    font-size: 14px;
    font-weight: bold;
    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: 0px;
    margin-right: 0px;
}

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

.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: 4px;*/
/*}*/

/*@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: 16px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .wishlist-btns::-webkit-scrollbar{
        display: none;
    }
    #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;*/
/*    }*/
/*}*/

/*end favour__list*/
@media (max-width: 576px) {
    #wishList {
        padding: 32px 24px 24px !important;
    }
    #wishList .popup-window-titlebar-text{
        margin-bottom: 16px;
        font-size: 16px;
    }
    .delete-p{
        margin-top: -4px;
        margin-bottom: 24px;
    }
    #wishList .delete,
    #wishList .no-delete,
    #wishList .popup-btn{
        height: 42px;
    }
    #wishList .el-form-input{
        margin-bottom: 12px;
        font-size: 12px;
    }
    .wishlist-change_popup {
        left: unset;
        right: -10px;
        transform: none;
    }
    .wishlist-change h3{
        font-size: 16px;
    }
    .wishlist-change-wrap{
        padding-bottom: 24px;
    }
    .wishlist-change_popup::before {
        transform: rotate(45deg);
        left: unset;
        right: 19px;
    }
    .favorite_title{
        margin-bottom: 24px;
        font-size: 20px;
        font-weight: 700;
    }
}