div#wmn-fx {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 99999;
}

.wmn-wrap .wmn-widget {
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 15;
    position: relative;
    width: 62px;
    height: 62px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.wmn-wrap .wmn-widget:hover {
    transform: scale(1.1);
    box-shadow: 0px 2px 15px -2px rgba(0,0,0,0.6);
}

.wmn-wrap .wmn-widget a {
    display: flex;
    justify-content: center;
    align-items: center;
}