html {
    font-size: 14px;
    height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.payment-page input[type="text"],
.payment-page input[type="number"],
.payment-page input[type="email"],
.payment-page input[type="tel"],
.payment-page input[type="password"],
.payment-page select,
.payment-page textarea,
.receipt-page input[type="text"],
.receipt-page input[type="number"],
.receipt-page input[type="email"],
.receipt-page input[type="tel"],
.receipt-page input[type="password"],
.receipt-page select,
.receipt-page textarea {
    /* >= 16px Prevents iOS Safari from zooming on input focus */
    font-size: 16px !important;
}

.language-selector-container {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1000;
}

.body-height {
    min-height: calc(100% - 50px);
}

body {
    margin-bottom: 60px;
    height: 100%;
}

.footer {
    position: initial;
    left: 0;
    bottom: 0;
    width: 100%;
}

.fill-videoelem {
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
}

.img-orderdetail {
    max-height: 100px;
    margin-bottom: 15px;
}

.tip-wrapper {
    display: inline-block;
    grid-template-columns: 1fr 1fr;
}

.tip-btn {
    display: inline-block;
}

.hidden {
    display: none;
}

.btn-check:checked + .tip-btn {
    color: white;
    background: black;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.receipt-illustration {
    height: 14rem;
}

.hr-lines {
    position: relative;
    max-width: 500px;
    margin: 30px auto;
    text-align: center;
}

.hr-lines:before {
    content: " ";
    height: 1px;
    width: 150px;
    background: rgba(0,0,0,.25) !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.hr-lines:after {
    content: " ";
    height: 1px;
    width: 150px;
    background: rgba(0,0,0,.25) !important;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}

.nav-pills li {
    margin-right: 2px;
}
