.salonkee-sticky-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: #000;
    color: #fff;
    padding: 1em 2em;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    right: calc(2rem - 2px);
    bottom: calc(2rem - 2px);
    border-radius: 0;
    border: 2px solid #fff;
    z-index: 9999990;
}

.salonkee-sticky-button span {
    padding-top: 0.2em;
}


@media(min-width: 1270px) {
    .salonkee-sticky-button {
        right: calc(((100vw - 1270px) / 2) + 2rem - 2px);
    }
}