﻿
.stickyfooter {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.stickyfooter_h {
    display: none;
}

@media screen and (max-width: 959px) {
    .stickyfooter {
        display: block;
        background: var(--neutral-white, #FFF);
        box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.25);
    }

    .stickyfooter_container {
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .stickyfooter .button_content {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .stickyfooter_h {
        display: block;
        height: 80px;
    }
}
