#wpfm-floating-menu-nav{
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
    pointer-events: none!important;
}
button.sidebar.fixed {
    position: fixed;
    bottom: 50%;
    transform: translateY(50%);
    right: min(1%, 20px);
    padding: 0!important;
    z-index: 999999;
    background: none;
    border: none;
    pointer-events: auto;
}

@media screen and (max-width: 768px),
        screen and (max-height: 800px) {
    button.sidebar.fixed {
        bottom: 20px;
        transform: none;
        right: 6px;
    }
}
/* @media screen and (max-width: 500px){
    button.sidebar.fixed {
        display: none!important;
        visibility: hidden!important;
        opacity: 0!important;
        pointer-events: none!important;
    }
} */
button.sidebar.fixed .stickyElement {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px 5px 15px 5px;
    background: #D2720D;
    border-color: transparent;
    border-width: 0px;
    border-style: solid;
    /* border-radius: 50px; */
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    --ssn-shadow: -4px 4px 12px rgba(0, 0, 0, .1);
    --ssn-shadow-colored: -4px 4px 12px var(--ssn-shadow-color);
    box-shadow: var(--ssn-ring-offset-shadow, 0 0 #0000), var(--ssn-ring-shadow, 0 0 #0000), var(--ssn-shadow);
    position: relative;
    z-index: 999999;

}

button.sidebar.fixed .stickyElement .head{
    display: flex;
    gap: 10px;

}
button.sidebar.fixed .stickyElement .head .image{
    border-radius: 50%;
    overflow: hidden;
    width: 44px;
    height: 44px;

}
button.sidebar.fixed .stickyElement .head .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
button.sidebar.fixed .stickyElement .head .title{
    font-weight: 700;
    color: #fff;
}
button.sidebar.fixed .stickyElement .head .title.hidden{
    display: none;
}

button.sidebar.fixed:hover .stickyElement .title.hidden,
button.sidebar.fixed:focus .stickyElement .title.hidden,
button.sidebar.fixed:focus-within .stickyElement .title.hidden {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px),
        screen and (max-height: 800px) {
    button.sidebar.fixed .stickyElement {
        padding: 5px;
        border-radius: 50%;
    }
    button.sidebar.fixed:hover .stickyElement,
    button.sidebar.fixed:focus .stickyElement,
    button.sidebar.fixed:focus-within .stickyElement {
        border-radius: 0;
    }
}

button.sidebar.fixed .stickyElement .head {
    display: flex;
    gap: 10px;
}

button.sidebar.fixed .stickyElement .head .image {
    /* border-radius: 50%; */
    overflow: hidden;
    width: 44px;
    height: 44px;
}

button.sidebar.fixed .stickyElement .head .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button.sidebar.fixed .stickyElement .head .title.hph_hidden {
    font-weight: 700;
    color: #fff;
    display: none;
}

button.sidebar.fixed .stickyElement .options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 10px;
}

@media screen and (max-width: 768px),
        screen and (max-height: 800px) {
    button.sidebar.fixed .stickyElement .options {
        display: none;
        pointer-events: none;
    }
    
    button.sidebar.fixed.mobile-open .stickyElement .options {
        display: flex;
        pointer-events: all;
    }
    
    button.sidebar.fixed.mobile-open .stickyElement {
        border-radius: 0;
        padding: 16px;
    }
    
    button.sidebar.fixed.mobile-open .stickyElement .title.hph_hidden,
    button.sidebar.fixed.mobile-open .stickyElement .options .option .link.hph_hidden,
    button.sidebar.fixed.mobile-open .stickyElement .options .option.divider.hph_hidden {
        display: flex;
        align-items: center;
    }
}

button.sidebar.fixed .stickyElement .options .option {
    align-items: center;
    display: flex;
    gap: 12px;
}

button.sidebar.fixed .stickyElement .options .option:last-child {
    margin-bottom: 5px;
}

button.sidebar.fixed .stickyElement .options .option .icon {
    padding: 0 9px;
    display: flex;
}

button.sidebar.fixed .stickyElement .options .option .icon img {
    width: 25px;
    max-height: 25px;
    min-height: 25px;
    min-width: 25px;
    max-width: 25px;
    object-fit: contain;
}

button.sidebar.fixed .stickyElement .options .option .link.hph_hidden {
    display: none;
}

button.sidebar.fixed .stickyElement .options .option .link a {
    transition: color .3s ease-in-out;
    font-size: .875rem;
    line-height: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

button.sidebar.fixed .stickyElement .options .option .link a:hover {
   text-decoration: underline!important;
}

button.sidebar.fixed .stickyElement .options .option.divider.hph_hidden {
    display: none;
}

button.sidebar.fixed .stickyElement .options .option.divider hr {
    margin: 5px 0;
    background: #fff;
    width: 100%;
    border: 0;
    height: 1px;
}

button.sidebar.fixed:hover .stickyElement,
button.sidebar.fixed:focus .stickyElement,
button.sidebar.fixed:focus-within .stickyElement {
    /* border-radius: 20px; */
    padding: 16px;
}

/* @media screen and (max-width: 768px),
        screen and (max-height: 800px) {
    button.sidebar.fixed:hover .stickyElement,
    button.sidebar.fixed:focus .stickyElement,
    button.sidebar.fixed:focus-within .stickyElement {
        position: absolute;
        bottom: 0;
        right: 0;
    }
} */

/* Show hidden elements on hover/focus */
button.sidebar.fixed:hover .stickyElement .title.hph_hidden,
button.sidebar.fixed:focus .stickyElement .title.hph_hidden,
button.sidebar.fixed:focus-within .stickyElement .title.hph_hidden,
button.sidebar.fixed:hover .stickyElement .options .option .link.hph_hidden,
button.sidebar.fixed:focus .stickyElement .options .option .link.hph_hidden,
button.sidebar.fixed:focus-within .stickyElement .options .option .link.hph_hidden,
button.sidebar.fixed:hover .stickyElement .options .option.divider.hph_hidden,
button.sidebar.fixed:focus .stickyElement .options .option.divider.hph_hidden,
button.sidebar.fixed:focus-within .stickyElement .options .option.divider.hph_hidden {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px),
        screen and (max-height: 800px) {
    button.sidebar.fixed:hover .stickyElement .options,
    button.sidebar.fixed:focus .stickyElement .options,
    button.sidebar.fixed:focus-within .stickyElement .options {
        display: flex;
        pointer-events: all;
    }
}
