@keyframes show-toast{
 0% {bottom: -100%}
 20% {bottom: 100px}
 80% {bottom: 100px}
 100% {bottom: -100px}
}

.show-notification{
    position: fixed;
    bottom: 100%;
    right: 20px;
    animation-name: show-toast;
    animation-duration: 8s;
    z-index: 99;
}

.btn{
    padding: 2px 1.75em;
    font-size: 12px;
    cursor: pointer;
}

.main-search.fancy .field-holder input[type="text"]{
    color : #000000 !important;
}

table > tbody > tr > td{
    border: none !important;
}

#opening_hours select{
    padding: 5px 10px !important!;
}
.btn-success.add hour{
    padding: 7px 15px 7px 15px;
}

/* hide radio button */
.payment-method [type=radio]{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Image style */
.payment-method [type=radio] + img{
    cursor: pointer;
    padding: 5px;
}
/* Check style*/
.payment-method [type=radio]:checked + img{
    outline: 2px solid #ff0000;
}

.klarna-express-button.custom-button {
  width: 236px; // min: 145px, max: 500px
  height: 47px; // min: 35px, max: 60px
}

@media only screen and (max-width: 480px){
    a.get-start-btn{
        display: block;
        margin-top: 15px !important;
        margin-left: 0 ! important;
    }
     .main-search-bar{
        padding-top: 100px !important;
        padding-bottom: 50px !important;
        background-position: left !important;
    }
    .user-dashboard{
        width: 100% !important;
    }
    .menu-itam-holder .quantity{
        right: 0 !important;
        margin-top: -30px !important;
    }
    .table.opening_hours{
        width: 100% !important;
    }
    .table td{
        padding: .50rem !important;
    }

}

table td, table th{
    line-height: 1rem !important;
}