.wl-button-container {
    position: absolute;
    top: 8px;
    left: 8px;
    font-family: 'Montserrat',sans-serif;
}

.wl-btn {
    border:1px solid #e1e1e1;
    padding:8px;
    border-radius:4px;
    line-height:1;
    font-size:12px;
    background-color:#f4f3f2;
    color:#272727;
    font-weight:600;
    font-family: 'Montserrat',sans-serif;
    cursor: pointer;
    white-space: nowrap;
}

.wl-btn:hover {
    background-color: #a22f1b;
    color:#ffffff;
    border-color: #f75454;
}

.wishlist-msg {
    display: none;
    position: relative;
    font-size: 12px;
    background: #f2f2f2;
    margin: 12px 0 0 0;
    white-space: nowrap;
    padding: 4px;
    border-radius: 4px;
}

.wishlist-msg.show {
    display: block;
}

h2.wl-title {
    margin-bottom: 32px;
}

.wl-item .card-blog-img {
    position: relative;
}