html {
    padding: 0;
    margin: 0;
}

body {
    background-color: whitesmoke;
    padding: 0;
    margin: 0;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: "Nunito Sans", sans-serif;
    padding-bottom: 28px;
}

a {
    text-decoration: none;
}

h3 {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 14px auto;
}

h2 {
    width: 100%;
    max-width: 1200px;
    margin: 25px auto 15px auto;
    font-size: 26px;
    line-height: 50px;
    color: #243040;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    background-color: #ffffff;
    text-align: center;
    padding: 18px 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 30%);
    z-index: 3;
}

header img {
    height: 100%;
}

.menu-container {
    min-height: calc(100vh - 292px);
}

.menu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-gap: 28px;
    grid-template-columns: repeat(4, 279px);
    /* grid-auto-rows: minmax(20px, auto); */
    justify-content: center;
}

.menu-item {
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding-bottom: 37px;
    /* padding: 12px; */
    /* min-height: 65px; */
    /*    margin-bottom: 15px;*/
    /* animation-duration: 0.7s;
    animation-name: fadeIn; */
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 15%) 2px 2px 10px;
    /*    padding-bottom: 44px;*/
    position: relative;
    overflow: hidden;
}

.menu-item .bx-wrapper {
    margin: 0 auto !important;
}

.menu-item .bx-wrapper .bx-pager {
    /*    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;*/
    bottom: 3px;
    height: 10px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.menu-item .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #ffffff !important;
}

.menu-item .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: red !important;
}


/*.menu-item .bx-wrapper .bx-controls-direction a {
    top: 50%!important;
    margin-top: -16px!important;
}*/

.menu-item .bx-wrapper .bx-controls-direction a {
    top: 0 !important;
    width: 32px !important;
    height: 100% !important;
    color: #ffffff !important;
    font-size: 30px !important;
    text-indent: 0 !important;
}

.menu-item .bx-wrapper .bx-prev {
    left: 0 !important;
    background: none !important;
    width: 100% !important;
}

.menu-item .bx-wrapper .bx-next {
    right: 0 !important;
    background: none !important;
    width: 100% !important;
}

.menu-item .bx-wrapper .bx-prev:hover,
.menu-item .bx-wrapper .bx-next:hover {
    background-color: rgb(255 255 255 / 30%) !important;
}

.menu-item .bx-wrapper .bx-prev:before,
.menu-item .bx-wrapper .bx-next:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    width: 100%;
    display: block;
    text-align: center !important;
    position: absolute !important;
    top: 50% !important;
    line-height: 40px !important;
    margin: -20px 0 !important;
}

.menu-item .bx-wrapper .bx-prev:before {
    content: "\f053";
}

.menu-item .bx-wrapper .bx-next:before {
    content: "\f054";
}

.baslik {
    box-sizing: border-box;
    color: #243040;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-decoration: none;
    padding: 12px 6px 8px 6px;
    font-size: 15px;
    line-height: 19px;
}

.aciklama {
    display: block;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    color: rgb(63, 50, 50);
    font-size: 14px;
    font-weight: normal;
    padding: 0px 8px 8px 8px;
}

.menu-item.tukendi span.outofstock {
    display: block;
}

.menu-item.tukendi .fiyatlar {
    display: none;
}

span.outofstock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 36px;
    background-color: #f9f9f9;
    border-top: 1px solid #f3f3f3;
    z-index: 9;
    text-align: center;
    font-size: 13px;
    letter-spacing: 3px;
    color: rgb(232, 41, 41);
    font-weight: bold;
}

.fiyatlar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    /* display: none; */
    padding: 8px 12px;
    height: 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #f3f3f3;
}

.fiyatlar .fiyat {
    color: rgb(232, 41, 41);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    /* margin-left: 15px; */
    text-align: right;
    width: 50%;
}

.fiyatlar .fiyat:first-child {
    /* margin-left: 0px; */
    text-align: left;
}


/*.fiyatlar .fiyat:last-child {
    border-left:1px solid #555555;
}*/

.fiyatlar .fiyat span {
    color: #243040;
    font-weight: 100;
    margin-right: 10px;
}


/* .fiyat {
    overflow: hidden;
    text-overflow: ellipsis;t
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-decoration: none;
    box-sizing: border-box;
    color: rgb(232, 41, 41);
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
} */


/*
.foto {
    display: block;
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.foto.no:before {
    content: "\f03e";
}

.foto.no {
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    font-size: 70px;
    text-align: center;
    line-height: 220px;
    background-color: #e9e8e8;
    color: #b5b2b2;
}*/

ul.photos {
    list-style: none;
    display: block;
    width: 100%;
    height: 330px;
    padding: 0;
    margin: 0;
}

ul.photos li {
    list-style: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 7px 7px 0 0;
}

ul.photos li.empty {
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    font-size: 70px;
    text-align: center;
    line-height: 330px;
    background-color: #e9e8e8;
    color: #b5b2b2;
}

ul.photos li.empty:before {
    content: "\f03e";
}

ul.kategoriler,
ul.kategoriler li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.kategoriler {
    /* display: flex;
    width: 100%;
    max-width: 900px;
    margin: 20px auto; */
    /* display: table;
    background-color: beige; */
}

ul.kategoriler li {
    /* width: 140px;
    height: 120px;
    margin-left: 10px; */
    /* display: table-cell; */
    border-bottom: 1px solid transparent;
    /* background-color: aqua; */
}

ul.kategoriler li:first-child {
    margin-left: 0px;
}

ul.kategoriler li img {
    display: block;
    width: 150px;
    height: 120px;
    border-radius: 4px;
}

ul.kategoriler li span {
    display: block;
    line-height: 22px;
    /* height: 44px; */
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 8px 0;
    /* border-bottom: 1px solid transparent; */
}

ul.kategoriler li.active-slide span {
    color: rgb(232, 41, 41);
    /* border-bottom: 1px solid rgb(232, 41, 41); */
}

ul.kategoriler li.active-slide {
    border-bottom: 1px solid rgb(232, 41, 41);
}

span.deneme {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-color: red;
}

.breadcrumb {
    list-style: none;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 25px auto;
    /*    justify-content: space-between;*/
    padding: 0 5px;
}

.breadcrumb span.kategori {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.breadcrumb span.menuler {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.breadcrumb li {
    font-size: 22px;
    font-weight: bold;
    color: #444444;
}

.breadcrumb li:before {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    padding: 0 15px;
    font-size: 20px;
}

.breadcrumb li:first-child:before {
    display: none;
}

.breadcrumb li a {
    color: inherit;
}

.breadcrumb li a:hover {
    color: inherit;
    text-decoration: none;
}


/*


2li	500
3lu	740
4lu	980
*/

#paper-back {
    width: 100%;
    height: 100vh;
    background-color: #243040;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 33px;
}

#paper-back nav {
    padding: 120px 10px;
}

#paper-back nav a {
    font-size: 25px;
    font-family: 'Architects Daughter', sans-serif;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #ffffff;
}

#paper-window {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 2;
}

#paper-window.tilt {
    overflow: hidden;
    pointer-events: none;
}

#paper-window.tilt #paper-front {
    transform: rotate(12deg) translateZ(0);
}

#paper-front {
    min-height: 100%;
    pointer-events: auto;
    position: relative;
    z-index: 3;
    background-color: #efefef;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); */
    transform-origin: center 70%;
    transition: all 0.3s ease;
}

#container {
    padding-top: 90px;
    min-height: 100%;
    box-sizing: border-box;
}

.hamburger {
    position: fixed;
    z-index: 4;
    top: 28px;
    left: 30px;
    width: 45px;
    height: 34px;
    cursor: pointer;
    user-select: none;
}

#paper-window .tilt .hamburger {
    position: absolute;
}

.hamburger span {
    position: relative;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
    display: block;
    width: 45px;
    height: 6px;
    background-color: #243040;
    border-radius: 2px;
}

.hamburger span:before,
.hamburger span:after {
    content: '';
    position: absolute;
}

.hamburger span:before {
    bottom: -14px;
}

.hamburger span:after {
    bottom: -28px;
}

.close {
    position: fixed;
    top: 30px;
    left: 30px;
    width: 45px;
    height: 34px;
    cursor: pointer;
}

.close:before,
.close:after {
    content: '';
    position: absolute;
    display: block;
    width: 45px;
    height: 6px;
    top: 50%;
    background-color: white;
    border-radius: 2px;
}

.close:before {
    transform: translateY(-50%) rotate(45deg);
}

.close:after {
    transform: translateY(-50%) rotate(-45deg);
}

.uyari {
    position: fixed;
    bottom: 0;
    background-color: #243040;
    z-index: 9;
    font-size: 15px;
    font-weight: 100;
    line-height: 28px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
}

footer {
    text-align: center;
    margin-top: 50px;
    background-color: #243040;
    color: #6e7074;
    line-height: 34px;
    font-size: 13px;
}

@media only screen and (max-width: 980px) {
    header {
        height: 80px;
        padding: 23px 0;
    }

    h2 {
        text-align: center;
    }

    #container {
        padding-top: 80px;
    }

    .menu {
        grid-template-columns: repeat(3, 240px);
    }
}

@media only screen and (max-width: 740px) {

    /*    header{
        height: 80px;
        padding: 23px 0;
    }*/
    .menu {
        grid-template-columns: repeat(2, 240px);
    }
}

@media only screen and (max-width: 500px) {

    /*    header{
        height: 80px;
        padding: 23px 0;
    }*/
    .menu {
        grid-template-columns: repeat(1, 280px);
    }

    ul.photos {
        height: 360px;
    }
}