footer.foot-fix-small {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #2b3349;
    z-index: 9;
}

footer.foot-fix-small li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 5px;
}

footer.foot-fix-small li img {
    max-width: 32px;
    display: block;
    margin: auto;
    margin-top: 6px;
    margin-bottom: 7px;
}

ul.foot-items li span {
    color: #fff;
    line-height: 1 !important;
    display: block;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
}

ul.foot-items li {
    transition: all 0.2s ease;
    width: 33.33%;
    list-style-type: none;
    padding: 20px 0;
}

ul.foot-items {
    margin: 0;
    padding: 0;
}

ul.foot-items li:hover {
    background: #ffffff40;
}

ul.foot-items .latepoint-book-button.os_trigger_booking {
    background: transparent !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: block;
    font-family: "Open Sans";
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

footer.foot-fix-small .row {
    margin: 0;
}

/* Responsive visibility for mobile and desktop */
@media (min-width: 740px) {
    footer.foot-fix-small {
        display: none;
    }
}

@media (max-width: 740px) {
    #wpfront-scroll-top-container {
        bottom: 90px !important;
    }
}

/* Half-width & quarter-width button styles */
li.half-width {
    width: 50% !important;
    position: relative;
}

li.half-t-width-width,
li.half-t-width {
    width: 25% !important;
}

li.half-width:before,
li.half-width:after {
    content: "";
    position: absolute;
    background: #ffffff;
}

li.half-width:before {
    left: 0;
    height: 75%;
    width: 1px;
    top: 15%;
}

li.half-width:after {
    right: 0;
    height: 75%;
    width: 1px;
    top: 15%;
}

/* Desktop style: vertical sidebar */
@media (min-width: 741px) {
    footer.foot-fix-small {
        display: block !important;
        position: fixed;
        right: 0;
        top: 50%;
        bottom: unset !important;
        max-width: 115px;
        transform: translateY(-50%);
        border-radius: 5px 0 0 5px;
    }

    ul.foot-items li {
        width: 100% !important;
    }

    li.half-width:before {
        height: 1px;
        width: 70%;
        top: 0%;
        left: 0px;
        right: 0;
        margin: auto;
    }

    li.half-width:after {
        height: 1px;
        width: 75%;
        bottom: 0;
        left: 0;
        top: unset !important;
        margin: auto !important;
    }
}