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;
border-radius: 90px;
cursor: pointer;
z-index: 15;
position: relative;
width: 62px;
height: 62px;
box-sizing: border-box;
}
.wmn-wrap .wmn-widget span.notification {
position: absolute;
right: 0;
top: -5px;
width: 20px;
height: 20px;
background: red;
border-radius: 10px;
font-size: 13px;
color: #fff;
text-align: center;
display: block;
}