.cmsFloatingIcons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    display: flex;
}

#community_launcher {
    display: block;
    position: relative;
    -webkit-transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out;
    -webkit-box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.5);
    box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.5);
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: #ffffff;
    border: 2px solid #777777;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

#community_launcher:hover {
    background-color: #777777;
}

.cmsFloatingIcons__community__tooltip {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    bottom: 56px;
    -webkit-transform: translateX(-50%) translateX(18px);
    -ms-transform: translateX(-50%) translateX(18px);
    transform: translateX(-50%) translateX(18px);
    padding: 10px 15px;
    background-color: #a6d8f4;
    text-align: center;
    color: #777777;
    font-size: 16px;
    line-height: 1.2;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.cmsFloatingIcons__community__tooltip:before {
    position: absolute;
    top: 100%;
    right: calc(50% - 13px);
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
    content: "";
    border-width: 13px;
    border-top-color: #a6d8f4;
}

#community_launcher:hover .cmsFloatingIcons__community__tooltip {
    opacity: 1;
}

#ceCommunityIcon {
    width: 28px;
    height: 21px;
    margin: 9px auto;
}

#ceCommunityIcon svg {
    fill: #777777;
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}

#community_launcher:hover #ceCommunityIcon svg {
    fill: #fff;
}

#zendesk_custom_launcher {
    display: block;
    position: relative;
    -webkit-transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out;
    -webkit-box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.5);
    box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.5);
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: #ffffff;
    border: 2px solid #777777;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

#zendesk_custom_launcher:hover {
    background-color: #777777;
}

.cmsFloatingIcons__help__tooltip {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    bottom: 56px;
    -webkit-transform: translateX(-50%) translateX(18px);
    -ms-transform: translateX(-50%) translateX(18px);
    transform: translateX(-50%) translateX(18px);
    padding: 10px 15px;
    background-color: #a6d8f4;
    text-align: center;
    color: #777777;
    font-size: 16px;
    line-height: 1.2;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.cmsFloatingIcons__help__tooltip:before {
    position: absolute;
    top: 100%;
    right: calc(50% - 13px);
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
    content: "";
    border-width: 13px;
    border-top-color: #a6d8f4;
}

#zendesk_custom_launcher:hover .cmsFloatingIcons__help__tooltip {
    opacity: 1;
}

#zeCustomIcon {
    width: 14px;
    height: 22px;
    margin: 8px auto;
}

#zeCustomIcon svg {
    fill: #777777;
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}

#zendesk_custom_launcher:hover #zeCustomIcon svg {
    fill: #fff;
}

.cmsWishlist {
    display: none;
}

.cmsComparison__anchor {
    display: none;
}

.cmsComparison {
    position: relative;
    background-color: #fff;
    border: 2px solid #777777;
    transition: background-color .5s ease-in-out, border .5s ease-in-out;
    box-shadow: 0 2px 4px 0 rgb(155 155 155 / 50%);
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.cmsComparison:hover {
    background-color: #777777;
}

.cmsComparison__tooltip {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    position: absolute;
    bottom: 56px;
    transform: translateX(-50%) translateX(18px);
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid #777777;
    text-align: center;
    color: #777777;
    font-size: 16px;
    line-height: 1.2;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}

.cmsComparison__tooltip:before {
    position: absolute;
    top: 51px;
    right: calc(50% - 13px);
    width: 15px;
    height: 15px;
    pointer-events: none;
    content: "";
    background: #fff;
    border-bottom: 2px solid #777777;
    border-right: 2px solid #777777;
    transform: rotate(45deg);
}

.cmsComparison:hover .cmsComparison__tooltip {
    opacity: 1;
}

.cmsComparison__icon {
    margin: 9px 0 0 9px;
    width: 18px;
    height: 18px;
    fill: #777777;
    transition: fill .5s ease-in-out;
}

.cmsComparison:hover .cmsComparison__icon {
    fill: #fff;
}

.cmsComparison__number {
    position: absolute;
    background-color: #ffe600;
    width: 25px;
    font-size: 13px;
    line-height: 2;
    height: 25px;
    text-align: center;
    border-radius: 13px;
    font-weight: 400;
    right: -11px;
    top: -11px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
}

@media (min-width: 768px) {
    .cmsWishlist {
        cursor: pointer;
        display: block;
        position: relative;
        background-color: #fff;
        border: 2px solid #777777;
        transition: background-color .5s ease-in-out, border .5s ease-in-out;
        box-shadow: 0 2px 4px 0 rgb(155 155 155 / 50%);
        width: 36px;
        height: 36px;
        margin-right: 10px;
    }

    .cmsWishlist.hidden {
        display: none;
    }

    .cmsWishlist:hover {
        background-color: #777777;
    }

    .cmsWishlist__tooltip {
        opacity: 0;
        transition: opacity .25s ease-in-out;
        position: absolute;
        bottom: 56px;
        transform: translateX(-50%) translateX(18px);
        padding: 10px 15px;
        background-color: #fff;
        border: 2px solid #777777;
        text-align: center;
        color: #777777;
        font-size: 16px;
        line-height: 1.2;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    }

    .cmsWishlist:hover .cmsWishlist__tooltip {
        opacity: 1;
    }

    .cmsWishlist__tooltip:before {
        position: absolute;
        top: 51px;
        right: calc(50% - 13px);
        width: 15px;
        height: 15px;
        pointer-events: none;
        content: "";
        background: #fff;
        border-bottom: 2px solid #777777;
        border-right: 2px solid #777777;
        transform: rotate(45deg);
    }

    .cmsWishlist__icon {
        margin: 9px 0 0 9px;
        width: 18px;
        height: 18px;
        fill: #777777;
        transition: fill .5s ease-in-out;
    }

    .cmsWishlist:hover .cmsWishlist__icon {
        fill: #fff;
    }

    .cmsWishlist__number {
        position: absolute;
        background-color: #ffe600;
        width: 25px;
        font-size: 13px;
        line-height: 2;
        height: 25px;
        text-align: center;
        border-radius: 13px;
        font-weight: 400;
        right: -11px;
        top: -11px;
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
    }

    .cmsComparison__anchor {
        display: block;
    }
}