.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 124px;
    left: 95px;
    z-index: 999999999;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    text-align: center;
    background: -webkit-linear-gradient(45deg, #7c0120, #7c0120);
    background: -o-linear-gradient(45deg, #7c0120, #7c0120);
    background: linear-gradient(45deg, #7c0120, #7c0120);
    color: #fff;
    line-height: 50px;
    position: absolute;
    border-radius: 50% 50%;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    transition: all 0.4s;
}

.floatingButton>svg {
    height: 35px;
    width: 35px;
}

.floatingButton>svg path{
    fill: #ffffff;
    color: #ffffff;
}


.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    opacity: 1;
    color: #fff;
}

.floatingButton .fa {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.floatingButton.open .fa {
    transform: rotate(270deg);
}

/* Floating menu changes */
.floatingMenu {
    background-color: #fff;
    border-radius: 5px;
    bottom: 48px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
    max-width: 100%;
    min-width: 250px;
    overflow: visible;
    position: absolute;
    left: 4px;
    transform: translateY(50px) scale(1);
    transition: transform .2s linear, opacity .2s linear, visibility .2s linear;
    transition-delay: 0s !important;
    width: 250px;
    padding: 0;
    z-index: 999999;
    display: none;
}

.floatingMenu li {
    width: 100%;
    float: left;
    list-style: none;
    text-align: left;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.floatingMenu li a {
    align-items: center;
    border-radius: 0;
    box-shadow: none !important;
    display: flex;
    height: auto;
    padding: 10px 15px;
    text-decoration: none;
    width: auto;
}

.floatingMenu li a:hover {
    margin-right: 10px;
    text-decoration: none;
}

.floatingMenu .channel-whatsapp {
    background: #4dc247;
    color: #ffffff;
}

.floatingMenu .chat-button-icon {
    flex: 0 0 45px;
    height: 45px;
    padding: 10px;
    width: 45px;
}

.floatingMenu svg {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 100%;
}

.floatingMenu .chat-button-link {
    border-radius: 28px;
}

.floatingMenu .channel-whatsapp svg {
    fill: #ffffff;
    color: #ffffff;
}

.floatingMenu .list-channel-title {
    color: #000;
    font-size: 15px;
    margin-left: 10px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floatingMenu .channel-viber {
    background: #774D99;
    color: #ffffff;
}

.floatingMenu .channel-viber svg {
    fill: #ffffff;
    color: #ffffff;
}

.floatingMenu .channel-viber:hover,
.floatingMenu .list-channel a:hover .channel-viber {
    background: #774D99;
    color: #ffffff;
}

.floatingMenu .channel-line {
    background: #1AD14C;
    color: #ffffff;
}

.floatingMenu .channel-line:hover, 
.floatingMenu .list-channel a:hover .channel-line {
    background: #1AD14C;
    color: #ffffff;
}

.floatingMenu .channel-line svg {
    fill: #ffffff;
    color: #ffffff;
}
