.all-magic-buttons {
    position: fixed !important;
    height: 55px;
    max-width: 130px;
    z-index: 1031;
    bottom: 80px;
    right: 30px;
    transition: bottom 0.4s linear;

 .m-btn-c:nth-child(1) {
    float: right;
    margin-left: 10px;
}

.m-btn-c {
    width: 55px;
    height: 55px;
    position: relative;
    display: inline-block;
}

 
element.style {
}
.m-btn-c .magic-btn.single-item.whatsApp, .m-btn-c .options-list li.whatsApp {
    background-color: #4dc247;
}
.m-btn-c .magic-btn.single-item, .m-btn-c .options-list li {
    background-color: #848484;
}
.m-btn-c .magic-btn {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: box-shadow 0.2s;
}

  
