@font-face {
    font-family: 'icomoon';
    src:  url('/landing/icomoon.eot?ija32i');
    src:  url('/landing/icomoon.eot?ija32i#iefix') format('embedded-opentype'),
    url('/landing/icomoon.ttf?ija32i') format('truetype'),
    url('/landing/icomoon.woff?ija32i') format('woff'),
    url('/landing/icomoon.svg?ija32i#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-back:before {
    content: "\e900";
}
.icon-shuffle:before {
    content: "\e901";
}
.icon-language:before {
    content: "\e902";
}

#kiosk-navigation {
    width: 100%;
    background-color: #000000;
}

.page-bottom__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 10px 0;
    margin: auto;
    max-width: 1000px;
    position: relative;
}

@media (min-width: 768px) {

    .page-bottom__inner {
        padding: 10px 30px;
    }
}

.page-bottom__button {
    color: #ffffff;
    margin: auto;
    width: 100%;
    text-align: center;
    border-left: 1px solid #EAEAEA33;
}

.page-bottom__button__anchor__inner {
    display: flex;
    flex-direction: column;
    transition: 0.2s ease;
}

.page-bottom__button__anchor:active .page-bottom__button__anchor__inner {
    transform: scale(0.9);
    opacity: 0.9;
}

.page-bottom__button:first-child {
    border-left: none;
}

.page-bottom__button__popup-wrapper {
    display: none;
    position: absolute;
    bottom: calc(100% + 30px);
    left: 0;
    width: 100%;
    height: auto;
}

.page-bottom__button__popup {
    display: flex;
    flex-direction: column;
    min-width: 300px;
    max-width: 600px;
    background-color: #000000;
    border-radius: 20px;
    padding: 30px;
    margin: auto;
    z-index: 10
}

.page-bottom__button__popup--open {
    display: flex;
    opacity: 0;
    animation: fade-up 0.3s ease forwards;
}

.page-bottom__button__popup__button {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    padding: 15px 30px;
    border-radius: 30px;
    border: #ffffff 1px solid;
    margin-bottom: 15px;
    color: #ffffff;
    text-decoration: none;
}

.page-bottom__button__popup__button:last-child {
    margin: 0;
}

.page-bottom__button__anchor {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding: 0 10px;
    color: #ffffff;
}

.page-bottom__button__anchor:hover, .page-bottom__button__anchor:active, .page-bottom__button__anchor:focus,
.page-bottom__button__popup__button:hover, .page-bottom__button__popup__button:active, .page-bottom__button__popup__button:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

.page-bottom__button__popup__button.active:before {
    content: '';
    position: absolute;
    left: 15px;
    top: calc(50% - 4px);
    height: 7px;
    width: 7px;
    background-color: #ffffff;
    border-radius: 50%;
}

.page-bottom__button__anchor i {
    font-size: 20px;
    margin-bottom: 5px;
}

.page-bottom__button__anchor span {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
}

@media screen and ( min-height: 1200px ) {
	
	.page-bottom__inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.page-bottom__button__anchor i {
		font-size: 36px;
		margin-bottom: 25px;
	}
}

/* -- Animation -- */

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* -- kiosk footer -- */
.order-page__footer__content {
    background: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.order-page__footer {
    padding-top: 0px;
    padding-bottom: 0px
}
