/*
Theme Name: north-child
Version: 1.0
Description: A child theme of North
Author: mylene
Template: north-wp
*/

@import url("../north-wp/style.css");

.wishlist-title{
    display: inline-block;
}
.wishlist-title h2{
    display: inline-block;
    padding: 5px;
}
.wishlist-title.wishlist-title-with-form h2:hover{
    background: #efefef;
}
.wishlist-title a.show-title-form{
    cursor: pointer;
    visibility: hidden;
}
.wishlist-title:hover a.show-title-form{
    visibility: visible;
}
.yes-js #yith-wcwl-form .hidden-title-form{
    display: none;
    margin: 25px 0 39px;
}

.wishlist-title i.fa,
.hidden-title-form i.fa{
    line-height: inherit!important;
    margin-right: 5px;
}