body {
    top: 0 !important;
    bottom: 0 !important;
    background: white;
    margin: 0px;
}

html {
    font-size: 16px !important;
    overflow-x: hidden;
    overflow: hidden;
}

#header {
    background-color: white;
    width:100%;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 99;
}

.nav {
    display: table;
    width: 100%;
    height: 68px;
}

.anim-button {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.anim-button:hover {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.logo-bar, .nav-button-group {
    display: table-cell;
    vertical-align: middle;
    width: auto;
}

.logo-bar img {
    cursor: pointer;
    display: block;
    height: 20px;
    margin-left: 28px;
    margin-right: 12px;
}

.nav-button-group {
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
}

.nav-button-group img {
    cursor: pointer;
    display: block;
    height: 28px;
    margin-left: 12px;
    margin-right: 12px;
    float: right;
}

.mobile-button-group {
    display: none;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    vertical-align: middle;
}

.mobile-button-group img {
    cursor: pointer;
    display: block;
    height: 28px;
    margin-left: 12px;
    margin-right: 12px;
    float: right;
}

.nav-end {
    clear: both;
}

@media screen and (max-width: 767px) {

    .mobile-button-group {
        display: table-cell;
    }

    .nav-button-group {
        display: none;
    }

    .logo-bar {
        text-align: center;
    }

    .logo-bar img {
        display: inline-block;
        height: 16px;
    }
}

.mobile-nav-button-menu {
    padding-top: 12px;
    padding-bottom: 12px;
}

.mobile-nav-button {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 12px;
    text-align: center;
    display: table;
}

.mobile-nav-button img {
    height: 28px;
    width: 28px;
    margin: 12px;
    display: table-cell;
    vertical-align: middle;
}

.mobile-nav-button h1 {
    display: inline;
    font-size: x-large;
    font-weight: 800;
    color: black;
    padding-left: 24px;
    padding-right: 24px;
    display: table-cell;
    vertical-align: middle;
}

.mobile-nav-button h3 {
    font-weight: 600;
    color: white;
    padding-left: 16px;
    padding-right: 16px;
    display: table-cell;
    vertical-align: middle;
    background: #CD7E2E;
    border-radius: 20px;
}

.cart-submit-button {
    margin-bottom: 18px;
}

#footer {
    position: absolute;
    bottom: 28px;
    left: 28px;
    border-radius: 20px;
    background: white;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
}

.social-media-bar {
    height: 48px;
}

.social-media-bar img {
    cursor: pointer;
    height: 36px !important;
    width: 36px !important;
    margin: 6px;
}

.status {
    align-items: center;
    display: flex;
}

.status img {
    vertical-align: middle;
}

.status-top p {
    text-align: center;
    margin-top: 38px;
    font-weight: 800;
}

.status-bottom p {
    text-align: center;
    margin-bottom: 38px;
    font-weight: 800;
}

.qr {
    margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
    #footer {
        bottom: 12px;
        left: 12px;
        border-radius: 10px;
        background: white;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 3px;
        padding-bottom: 3px;
        box-shadow: 1px 1px 6px 1px #c2c1c1;
    }
    
    .social-media-bar {
        height: 28px;
    }
    
    .social-media-bar img {
        cursor: pointer;
        height: 16px !important;
        width: 16px !important;
        margin: 6px;
    }
}

#landing {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    position: absolute;
    top: 68px;
    bottom: 0 !important;
    width: 100%;
}

.land-form {
    width: 100%;
    max-width: 480px;
}

.faded {
    opacity: 0.1;
}

.hint {
    color: #CD7E2E;
}

.main-button {
    cursor: pointer;
    background: #CD7E2E;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-right: 28px;
    color: white;
    height: 56px;
    border: none;
    border-radius: 12px;
    margin: 0 auto;
    display:block;
    font-weight: 800;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.main-button:hover {
    background: #f47e07;
}

.main-select {
    height: 56px;
    color: black;
    border: none;
    border-radius: 12px;
    margin: 0 auto;
    display: block;
    font-weight: 800;
    font-size: 14px;
}

.main-field {
    height: 56px;
    color: black;
    border: none;
    border-radius: 12px;
    font-weight: 800;
    font-size: 14px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    vertical-align: middle;
}

.main-space {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.main-share {
    padding-left: 28px !important;
    padding-right: 28px !important;
}

.fa {
    font-family: 'FontAwesome'
}

.full-element {
    width: 100%;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
}

.full-button {
    width: 100%;
}

.remove-bottom {
    margin-bottom: 0px !important;
}

.no-scroll {
    overflow: hidden !important;
}

#menu-slider::-webkit-scrollbar-track
{
    border-radius: 1px;
    background-color: white;
}

#menu-slider::-webkit-scrollbar
{
    width: 20px;
    background-color: #F5F5F5;
}

#menu-slider::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #eeeeee;
}

.menu-outline-top {
    margin-top: 10px;
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
    background: white;
}

.item {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-select {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item p {
    color: black;
    font-size: medium;
    font-weight: bold;
    line-height: 38px;
}

.item-selected {
    border-bottom: 3px solid;
    border-color: #CD7E2E;
}

.item-selected p {
    color: #CD7E2E;
}

.nav-button {
    background: white;
    border: none;
}

.menu-nav-main {
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: -12px;
}

@supports(display: grid) {
    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto 1fr auto;
        grid-template-areas:
        "header header header"
        "title title footer"
        "main main main";

        @media screen and (max-width: 500px) {
            grid-template-columns: 1fr;
            grid-template-rows: 0.3fr 1fr auto 1fr;
            grid-template-areas: 
                "header"
                "title"
                "main"
                "footer";
        }
    }

    .menu-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .menu-nav-main {
        grid-area: main;
        padding: 0;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .items {
        position: relative;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        transition: all 0.2s;
        transform: scale(0.98);
        will-change: transform;
        user-select: none;
        cursor: pointer;
        padding-left: 20px;
        padding-right: 20px;
    }

    .items.active {
        cursor: grabbing;
        cursor: -webkit-grabbing;
        transform: scale(1);
    }

    .item {
        display: inline-block;
        padding-left: 28px;
        padding-right: 28px;
        margin-top: 8px;
        margin-bottom: 2px;
        height: 38px;
    }

    @media screen and (max-width: 767px) {
    
        .item {
            padding-left: 8px;
            padding-right: 8px;
        }
    }
}

.menu-container {
    padding-top: 12px;
    padding-bottom: 12px;
}

.menu-item {
    width: 100%;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border-radius: 2px;
}

.menu-border {
    margin: 18px;
}

.menu-item img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-item-content {
    padding-bottom: 8px;
    padding-left: 28px;
    padding-right: 28px;
}

.menu-item-content h1 {
    font-size: x-large;
    font-weight: 800;
}

.menu-item-content h2 {
    font-size: large;
}

.menu-item-content h3 {
    font-size: large;
    font-weight: 600;
    color: #CD7E2E;
    padding-top: 28px !important;
}

.menu-item-counter {
    position: absolute;
    top: 18px;
    margin-left: 18px;
    background: #CD7E2E;
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 16px;
    height: 28px;
}

.menu-item-counter p {
    color: white;
    font-weight: 900;
    font-size: large;
    line-height: 28px;
}

.date-input {
    border: none;
    height: 48px;
    margin-top: 4px !important;
}

.date-w {
    width: 100% !important;
    background: #f8f0e9;
}

.main-no-pad-right {
    padding-right: 0px !important;
}

.white {
    background: white;
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
    30% { transform: rotate(3deg); }
    50% { transform: rotate(-2deg); }
    70% { transform: rotate(1deg); }
    100% { transform: rotate(0deg); }
}

div.wiggle {
  display: inline-block;
  animation: none;
}

div.wiggle:hover {
  animation: wiggle 0.8s normal;
}

.info {
    max-width: 50%;
}

.info-menu-item {
    padding-top: 68px;
}

@media screen and (max-width: 700px) {
    .info {
        max-width: 100%;
    }
}

.info-content {
    position: relative;
    background: white;
    width: 100%;
    overflow: hidden;
}

.info-content-vert {
    max-height: calc(100vh - 68px);
    overflow-x: hidden;
    overflow-y: auto;
}

.info img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-button-cart p {
    font-size: 8px;
    font-weight: 600;
    position: absolute;
    bottom: 6px;
    right: 12px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 1px;
    background: #CD7E2E;
    color: white;
    border-radius: 6px;
}

#slide {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    background: white;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: slide 0.5s forwards;
}

@-webkit-keyframes slide {
    0% { right: -60vw; }
    100% { right: 0; }
}

@keyframes slide {
    0% { right: -60vw; }
    100% { right: 0; }
}

#slide-hide {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    background: white;
    -webkit-animation: slidehide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slidehide 0.5s forwards;
    animation-delay: slidehide 0.5s forwards;
}

@-webkit-keyframes slidehide {
    0% { right: 0; }
    100% { right: -60vw; }
}

@keyframes slidehide {
    0% { right: 0; }
    100% { right: -60vw; }
}

@media screen and (max-width: 767px) {
    @-webkit-keyframes slidehide {
        0% { right: 0; }
        100% { right: -100vw; }
    }
    
    @keyframes slidehide {
        0% { right: 0; }
        100% { right: -100vw; }
    }
}

.slide-img {
    height: 180px !important;
}

@media screen and (max-width: 767px) {
    .slide-img {
        height: 120px !important;
    }
}

.slide-container {
    padding-left: 18px;
    padding-right: 18px;
}

.slide-container h1 {
    font-size: xx-large;
    font-weight: 800;
}

.slide-close {
    position: absolute;
    left: 18px;
    top: 18px;
    color:#CD7E2E;
    font-size: xx-large;
}

.slide-close:hover {
    color: #f47e07;
    cursor: pointer;
}

.slide-price {
    position: absolute;
    right: 18px;
    top: 18px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 18px;
    padding-bottom: 18px;
    background: white;
    color: #CD7E2E;
    border-radius: 46px;
}

.slide-price h1 {
    font-size: large;
    font-weight: 800;
    margin: 0;
}

.slide-option .button-unselected {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 8px;
    margin-right: 8px;
    background: white;
    border: none;
    color: black;
    border-radius: 16px;
}

.slide-option .button-unselected:hover {
    background: #CD7E2E;
    color: white;
}

.slide-option .button-selected {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 8px;
    margin-right: 8px;
    background: #CD7E2E;
    border: none;
    color: white;
    border-radius: 16px;
}

.slide-option .button-selected:hover {
    background: #f47e07;
}

button:focus {outline:0;}

.slide-option-hint {
    color: #CD7E2E;
    font-weight: 800;
}

.slide-option-large {
    font-size: large;
    font-weight: 800 !important;
    border-radius: 18px !important;
}

.slide-input {
    border: none;
    text-align: center;
    color: black;
    font-size: large;
    font-weight: 800 !important;
    width: 120px;
}

.slide-complete {
    margin-top: 28px;
    margin-bottom: 18px;
}

.slide-complete button {
    width: 100%;
    border: none;
    font-size: large;
    font-weight: 800 !important;
    background: #CD7E2E;
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
    border-radius: 18px;
}

.slide-complete button:hover {
    background: #f47e07;
}

.cart-complete {
    padding-left: 18px;
    padding-right: 18px;
}

.cart-complete button {
    width: 100%;
    border: none;
    font-size: large;
    font-weight: 800 !important;
    background: #CD7E2E;
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
    border-radius: 18px;
}

.cart-complete button:hover {
    background: #f47e07;
}

.checkout-form-card hr {
    margin-left: 18px;
    margin-right: 18px;
}

.cart-content-btpad {
    padding-bottom: 42px !important;
}

.cart-content {
    margin-top: 48px;
    margin-left: 12px;
    margin-right: 12px;
    min-width: 320px;
    width: 38vw;
    padding: 30px;
    overflow-y: auto;
    height: 90vh;
}

.cart-button {
    position: absolute;
    bottom: 28px;
    left: 18px;
    right: 18px;
}

@media screen and (max-width: 767px) {
    .cart-content {
        width: 100vw;
    }
}

.cart-content h1 {
    font-size: xx-large;
    font-weight: 800;
}

.cart-content h2 {
    font-size: large;
}

.cart-close {
    position: absolute;
    color: #CD7E2E;
    right: 48px;
}

.cart-close:hover {
    color: #f47e07;
    cursor: pointer;
}

.cart-items {
    margin-top: 18px;
    margin-bottom: 108px;
}

.cart-items p {
    font-size: large;
}

.cart-index {
    font-weight: 800;
}

.cart-item-quantity {
    color: #CD7E2E;
    font-weight: 600;
}

.cart-item-price p {
    color: black;
    font-weight: 600;
}

.cart-item-delete {
    color:black;
    font-size: large;
    font-weight: 600;
    cursor: pointer;
}

.cart-item-delete:hover {
    color: #f47e07;
}

.cart button {
    width: 100%;
    border: none;
    font-size: large;
    font-weight: 800 !important;
    background: #CD7E2E;
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
    border-radius: 18px;
}

.cart button:hover {
    background: #f47e07;
}

#cart-slider::-webkit-scrollbar-track
{
    border-radius: 1px;
    background-color: white;
}

#cart-slider::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

#cart-slider::-webkit-scrollbar-thumb
{
    border-radius: 3px;
    background-color: #eeeeee;
}

.checkout-items {
    height: 60vh;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .checkout-items {
        visibility: visible;
    }
}

.checkout-items h1 {
    color: black;
    font-size: large;
    font-weight: 800;
}

.checkout-items h2 {
    color: #CD7E2E;
    font-size: large;
    font-weight: 800;
}

.checkout-items i {
    position: absolute;
    top: 16px;
    right: 8px;
    font-size: x-large;
    font-weight: 800;
}

#checkout {
    position: absolute;
    bottom: -60vh;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    background: white;
    -webkit-animation: checkoutslide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: checkoutslide 0.5s forwards;
    animation-delay: checkoutslide 0.5s forwards;
}

@-webkit-keyframes checkoutslide {
    0% { bottom: -60vh; }
    100% { bottom: calc(-60vh + 56px); }
}

@keyframes checkoutslide {
    0% { bottom: -60vh; }
    100% { bottom: calc(-60vh + 56px); }
}

#checkout-init {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    background: white;
    -webkit-animation: checkoutslideback 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: checkoutslideback 0.5s forwards;
    animation-delay: checkoutslideback 0.5s forwards;
}

@-webkit-keyframes checkoutslideback {
    0% { bottom: 0; }
    100% { bottom: calc(-60vh + 56px); }
}

@keyframes checkoutslideback {
    0% { bottom: 0; }
    100% { bottom: calc(-60vh + 56px); }
}

#checkout-show {
    position: absolute;
    bottom: calc(-60vh + 56px);
    left: 0;
    right: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    background: white;
    -webkit-animation: checkoutshow 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: checkoutshow 0.5s forwards;
    animation-delay: checkoutshow 0.5s forwards;
}

@-webkit-keyframes checkoutshow {
    0% { bottom: calc(-60vh + 56px); }
    100% { bottom: 0; }
}

@keyframes checkoutshow {
    0% { bottom: calc(-60vh + 56px); }
    100% { bottom: 0; }
}

.animation-delay {
    animation-delay: 0.3s !important;
}

.animation-delay-1 {
    animation-delay: 0.6s !important;
}

.animation-delay-2 {
    animation-delay: 0.9s !important;
}

.animation-delay-3 {
    animation-delay: 1.2s !important;
}

.slide-up-fade-in {
    animation: slide-up-fade-in ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: slide-up-fade-in ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
    -moz-animation: slide-up-fade-in ease 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: slide-up-fade-in ease 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: slide-up-fade-in ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
    opacity:0;
    opacity: 1\9;
}

@keyframes slide-up-fade-in{
    0% {
        opacity:0;
        transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        transform:  translate(0px,0px)  ;
    }
}

@-moz-keyframes slide-up-fade-in{
    0% {
        opacity:0;
        -moz-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -moz-transform:  translate(0px,0px)  ;
    }
}

@-webkit-keyframes slide-up-fade-in {
    0% {
        opacity:0;
        -webkit-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -webkit-transform:  translate(0px,0px)  ;
    }
}

@-o-keyframes slide-up-fade-in {
    0% {
        opacity:0;
        -o-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -o-transform:  translate(0px,0px)  ;
    }
}

@-ms-keyframes slide-up-fade-in {
    0% {
        opacity:0;
        -ms-transform:  translate(0px,40px)  ;
    }
    100% {
        opacity:1;
        -ms-transform:  translate(0px,0px)  ;
    }
} 

.checkout-bar {
    cursor: pointer;
    padding-left: 18px;
    padding-right: 24px;
}

.scroll-sym {
    cursor: pointer;
}

.checkout-cart-items {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-right: 28px;
    height: calc(60vh - 56px);
    overflow-y: auto;
}

.right {
    text-align: end;
}

.vert {
    overflow-y: auto !important;
}

.nohoriz {
    overflow-x: hidden;
}

#checkout-cart::-webkit-scrollbar-track
{
    border-radius: 1px;
    background-color: white;
}

#checkout-cart::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

#checkout-cart::-webkit-scrollbar-thumb
{
    border-radius: 3px;
    background-color: #eeeeee;
}

.checkout-receipt {
    padding: 6px;
}

.checkout-receipt-content {
    margin: 12px;
    background: white;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 2px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3) !important;
}

.checkout-page {
    max-height: calc(100vh - 68px);
    overflow-y: auto;
    padding-bottom: 68px;
}

.checkout-page h1 {
    font-size: x-large;
    font-weight: 800;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
}

.checkout-form-content {
    padding-left: 18px;
    padding-right: 6px;
}

.checkout-form-card {
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 32px;
    margin-top: 18px !important;
    border-radius: 2px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3) !important;
    background: white;
}

.checkout-form-group {
    padding-left: 28px;
    padding-right: 28px;
}

.checkout-form-group-input {
    padding: 8px !important;
}

.checkout-form-group-input input {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 2px;
    border: none;
    box-shadow: 0px 0px 3px #f5e4d2 !important;
    background: #f8f0e9;
    color: black;
    font-weight: 600;
    font-size: smaller;
}

.checkout-form-group-input input::placeholder {
    color: #7f8c8d;
}

.checkout-form-group-input input:-ms-input-placeholder {
    color: #7f8c8d;
}

.checkout-form-group-input input::-ms-input-placeholder {
    color: #7f8c8d;
}

.checkout-form-group-input select {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 2px;
    border: none;
    box-shadow: 0px 0px 3px #f5e4d2 !important;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: right .9em top 60%;
    background-repeat: no-repeat;
    background-color: #f8f0e9;
    color: black;
    font-weight: 600;
    font-size: smaller;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
}

.checkout-form-group-input input:focus {
    outline: none !important;
    border: 2px solid #e7bd94;
    box-shadow: 0 0 8px #e7bd94 !important;
}

.checkout-phone {
    padding-right: 0 !important;
}

.checkout-form-error input {
    border: 1px solid red !important;
    box-shadow: 0 0 6px red !important;
}

.checkout-form-error input:focus {
    border: 2px solid #e7bd94 !important;
    box-shadow: 0 0 8px #e7bd94 !important;
}

.checkout-form-error input::placeholder {
    color: red;
}

.checkout-form-error input:-ms-input-placeholder {
    color: red;
}

.checkout-form-error input::-ms-input-placeholder {
    color: red;
}

.checkout-form-error input:focus::placeholder {
    color: #7f8c8d;
}

.checkout-form-error input:-ms-input-placeholder {
    color: #7f8c8d;
}

.checkout-form-error input::-ms-input-placeholder {
    color: #7f8c8d;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    height: 60px;
    width: 60px;
    animation: rotation 1s infinite linear;
}

@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}

@-webkit-keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}

.checkout-form-card h1 {
    font-size: large;
    font-weight: 800;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
}

.StripeElement {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 2px;
    border: none;
    box-shadow: 0px 0px 3px #f5e4d2 !important;
    background: #f8f0e9;
    color: black;
    margin-left: 8px;
    margin-right: 8px;
}

.high {
    z-index: 0;
}

.high1 {
    z-index: 1;
}

.high2 {
    z-index: 2;
}

.high3 {
    z-index: 3;
}

.highest {
    z-index: 999;
}

.test {
    background: black;
}