/* Template Name: Qr Menu */

.hosgeldiniz {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.hosgeldiniz h1 {
    z-index: 99;
    text-align: center;
}

.hosgeldiniz::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    filter: blur(1px);
    background-color: #00000057;
    z-index: 0;
}

.urunler,
.urunara {
    position: absolute;
    width: 90%;
    background-color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: 15px;
    z-index: 999;
}

.urunara {
    background-color: unset !important;
}

#urunler {
    max-height: 550px;
    overflow: scroll;
}

.urunarasection {
    max-height: 500px;
    overflow: scroll;
    background-color: white;
    border-radius: 15px;
}

.urunler.hide {
    display: none;
}

#urunarainput{
    padding: 15px;
    border-radius: 15px;
}
.modal-backdrop.fade {
    display: none;
}

.modal-backdrop.fade.show {
    display: block;
    z-index: 990;
}

.urunlerkapat {
    position: absolute;
    right: 0;
    top: -40px;
    background-color: red;
    color: white;
    border: 0;
    font-size: 30px;
    line-height: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 9999;
}

.yukleniyor {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.navbar.fixed-bottom {
    width: 95%;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 5px;
    padding: 10px;
}

.urunkategori img {
    border-radius: 10px;
}

.urunkategori figcaption {
    border-radius: 0 0 10px 10px;
}

.bg-none {
    background-color: unset !important;
}

.urunara.hide {
    display: none;
}

.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da !important;
}

.urundetay{
    line-height: normal;
}