

/* Start:/local/templates/fashion/components/krayt/wishlists.fashion/template1/style.css?17177378424216*/
.limit_and_view {
    display: none;
}
.wishlist-btns {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.wishlist-btn {
    margin: 0 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    background: var(--secondary_color);
    border: 1px solid var(--secondary_color);
    font-size: 14px;
    transition: .3s ease;
}
.wishlist-btn.create-wishlist {
    background: #fafafa;
    border: 1px dashed #B7B7B7 !important;
}
.wishlist-btn:hover {
    background: #dfdfdf;
    border: 1px solid #dfdfdf;
}
.wishlist-btn:hover:active {
    background: #d2d2d2;
    border: 1px solid #d2d2d2;
}
.wishlist-btn.active {
    border: 1px solid var(--main_color) !important;
}
.create-wishlist::before {
    content: '+';
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    margin-right: 6px;
}
.wishlist-change-wrap {
    padding-bottom: 30px;
}
.wishlist-change {
    display: flex;
    align-items: center;
    background: #fafafa;
    padding: 30px;
}
.wishlist-change h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    margin-right: 10px;
}
.wishlist-change .dots {
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    background: #e7e7e7;
    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_color);
}
.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: 0px 6px 16px rgba(0, 0, 0, 0.3);
    padding: 15px 10px;
    transition: opacity .3s ease;
}
.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: 10px 15px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    transition: .3s ease;
    cursor: pointer;
}
.wishlist-change_btn:hover {
    background: var(--secondary_color);
}
.wishlist-change_btn:hover:active {
    background: #dfdfdf;
}
.wishlist-change_btn svg {
    margin-right: 8px;
}
.wishlist-items {
    margin-top: 10px;
}
.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: 490px;
    padding: 30px 50px !important;
}
#wishList .popup-window-buttons {
    display: flex;
}
#wishList .btn_border {
    margin-left: 10px;
}
.wishlist-items .bx-sbb-empty-cart-text {
    padding-top: 30px;
}
@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 */
/* /local/templates/fashion/components/krayt/wishlists.fashion/template1/style.css?17177378424216 */
