@media (max-width: 768px) {
    /* Estilo específico para dispositivos móveis */
	div#wmn-fx {
    position: fixed;
    bottom: 30px !important;
    right: 20px !important;
    z-index:998;
}
}

div#wmn-fx {
    position: fixed;
    bottom: 40px;
    right: 35px;
    z-index:998;
}

.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;
}
