@import "/css/reset.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css";
@media only screen and (max-width: 5000px) and (min-width: 1200px) {
    * {
        display: none;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 50px) {
    .line {
        float: left;
        width: 100%;
        height: 1px;
        background-color: #d3d3d3;
        margin: 20px 0px 25px 0px;
    }

    ul ul>li>a {
        background-color: #eccf67 !important;
    }

    /* ul ul>li:nth-child(even) a */
    /* {background:Yellow !important;} */


    ul ul>li>ul li>a {
        background-color: #fff !important;
    }

    .header {
        float: left;
        z-index: 100;
        width: 100%;
        height: 215px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .sepet {
        font-size: 24px;
        color: #25d366;
        margin-top: 2px;
    }

    .area {
        float: left;
        width: 100%;
        background-color: #fff;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        margin-top: -35px;
        padding-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-area {
        float: left;
        width: 100%;
    }

    .contact-area .title {
        float: left;
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        color: #535353;
    }

    .contact-area div {
        float: left;
        width: 100%;
        height: 35px;
        font-size: 16px;
        font-weight: 400;
        color: #535353;
        display: flex;
        align-items: center;
        margin-top: 10px;
        line-height: 26px;
    }

    .contact-area div svg {
        float: left;
        margin-right: 10px;
    }

    .social-media {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .social-media a {
        float: left;
        width: 35px;
        height: 35px;
        margin-right: 7px;
    }

    .social-media a img {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .menu-area {
        float: left;
        width: 100%;
    }

    .menu-area .menu {
        float: left;
        width: 48%;
        height: 130px;
        position: relative;
        margin-right: 4%;
        margin-bottom: 4%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-area .menu:nth-child(2n+0) {
        margin-right: 0px;
    }

    .menu-area .menu img {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .menu-area .menu::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    }

    .menu-area .menu b {
        position: absolute;
        width: 100%;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        line-height: normal;
        padding: 0px 10px;
    }

    .sub-menu {
        position: fixed;
        width: 100vw;
        top: 0;
        height: 100vh;
        background-color: #fff;
        left: 0;
        z-index: 1000;
        overflow-x: scroll;
        padding-bottom: 100px;
    }

    .geridon-area {
        float: left;
        width: 100%;
        height: 50px;
        background-color: #F8F9FA;
        display: flex;
        align-items: center;
        padding: 0px 10px;
    }

    .geridon {
        float: left;
        font-size: 20px;
        font-weight: 400;
        color: #535353;
        display: flex;
        align-items: center;
    }

    .geridon svg {
        float: left;
        margin-right: 10px;
    }

    .sub-menu-title {
        float: left;
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        color: #535353;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .product-area {
        float: left;
        width: 100%;
    }

    .product-area .product {
        float: left;
        width: 49%;
        border: 1px solid #dedede;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 5px;
        border-radius: 5px;
    }

    .product-area .product:nth-child(2n+0) {
        margin-right: 0px;
    }

    .product-area .product img {
        float: left;
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 5px;
    }

    .product-area .product div {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0px;
    }

    .product-area .product div b {
        float: left;
        width: 100%;
        height: 32px;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
        color: #535353;
    }

    .fiyaturun {
        float: left;
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        color: #535353;
        margin: 10px 0px;
    }

    .product-area .product span {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        color: #535353;
        height: 95px;
        overflow: hidden;
    }


    .background {
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 100;
    }


    .sub-menu-close svg {
        float: left;
        width: 30px;
    }

    .detayemenuadi {
        float: left;
        width: 90%;
        height: 50px;
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: 500;
        color: #535353;
        line-height: normal;
        margin: 10px 0px;
    }

    .detayemenuadifiyat {
        float: left;
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        color: #535353;
        margin-top: 20px;
    }

    .detaymenuaciklama {
        float: left;
        width: 100%;
        line-height: normal;
        font-size: 14px;
        font-weight: 400;
        color: #535353;
    }

    .pro-img {
        float: left;
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .fiyat {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 50px;
        font-size: 20px;
        font-weight: 500;
        color: #535353;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .alt-icerik-area {
        float: left;
        width: 100%;
    }

    .alt-icerik {
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        border: 1px solid #dedede;
        padding: 10px;
    }

    .alt-icerik:nth-child(2n+0) {
        margin-right: 0px;
    }

    .alt-icerik img {
        float: left;
        width: 100%;
        height: 130px;
        object-fit: cover;
    }

    .alt-icerik b {
        float: left;
        width: 100%;
        height: 32px;
        font-size: 16px;
        font-weight: 500;
        color: #535353;
        margin: 10px 0px;
        display: flex;
        align-items: center;
    }

    .alt-icerik p {
        float: left;
        width: 100%;
        height: 81px;
        overflow: hidden;
        font-size: 14px;
        font-weight: 400;
        color: #535353;
        text-align: center;
    }

    .alt-icerik span {
        float: left;
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        color: #535353;
        padding: 10px 0px;
        text-align: center;
    }

    .kategori-area {
        float: left;
        width: 100%;
    }

    .swiper-container {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        float: left;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .kategoriler {
        float: left;
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .kategoriler b {
        float: left;
        width: 100%;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        line-height: normal;
        padding: 0px 10px;
    }

}