﻿:root {
    --color-white: #fff;
    --color-blue: #eb5a2a;
    --color-dark-blue: #ff7200;
    --color-gray: #d0d0d0;
    --color-dark-gray: #f6f6f6;
    --color-blue-gradient: linear-gradient(180deg, rgba(60,143,204,1) 0%, rgba(255,255,255,0) 100%);
    --color-yellow: #ffd300;
    --font-bold: 700;
    --font-extra-bold: 700;
    --font-light: 300;
    --font-extra-light: 300;
    --font-medium: 500;
    --font-regular: 400;
    --font-semi-bold: 700;
    --font-thin: 300;
}
h1,h2,h3,h4,h5,h6{
    font-family:600;
}
p,input{
    font-family:300;
}
a{
    font-weight:500;
}
body {
    overflow-x: hidden;
    margin-bottom: 100px;
    font-family: Poppins
}
/*----------------------------------------------Container------------------------*/
.menu-container {
    margin: 0px 70px;
}
@media only screen and (max-width:768px) {
    .menu-container {
        margin: 0px 10px;
    }
}
.breadcrumb-list ul{list-style-type:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;flex-wrap: wrap;}
.breadcrumb-list ul li  a{color:#f25041;text-decoration:none}
/*------------------------------------------------Mini-Menu-----------------------------*/
.menu-mini-menu {
    position: fixed;
    bottom: 15px;
    width: 100%;
    z-index:999;
}
.menu-mini-menu-content{
    background:#fff;
    border-radius:20px;
    border:1px solid #eb5a2a;
}
.menu-mini-menu-content ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content:start;
    align-items:center;
    height:50px;
}
.menu-mini-menu-content ul li{
    width:20%;
    text-align:center;
    color:#000;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
    border-right:1px solid #f25041;
}
.menu-mini-menu-content ul li:last-child{
    border-right:none;
}
.menu-mini-menu-content ul li a{
    text-decoration:none;
    color:#eb5a2a;
}
.mini-menu-page-btns{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
/*------------------------------------------------Anasayfa------------------------------*/
.brand-page {
    height: calc(100vh - 50px);
}
.brand-page-content{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}
.brand-page .brand-page-content .brand-image{
    width:200px;
    height:200px;
    border-radius:50%;
    overflow:hidden;
    margin-bottom:35px;
    border:5px solid #f25041;
}
.brand-page .brand-page-content .brand-image img{
    width:100%;
    height:100%;
}
.brand-page .brand-page-content .brand-text h5{
    font-size:35px;
}
.brand-page .brand-page-content .brand-text h6{
    font-size:25px;
}
.brand-page .brand-page-content .brand-menu{
    margin:35px 0px;
}
.brand-page .brand-page-content .brand-menu a{
    width:250px;
    padding:10px 35px;
    background:#eb5a2a;
    border-radius:50px;
    font-size:25px;
    text-decoration:none;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:all ease 1s;
}
.brand-page .brand-page-content .brand-menu a:hover{
    border-radius:50px;
    color:#fff;
}
.brand-page .brand-page-content .brand-social ul{
    display:flex;
    justify-content:center;
    align-items:center;
    list-style:none;
    margin:0;
    padding:0;
}
.brand-page .brand-page-content .brand-social a{
    color:#736B63;
    text-decoration:none;
    font-size:25px;
    margin-right:10px;
    transition:all ease 0.5s;
}
.brand-page .brand-page-content .brand-social li:last-child a{
    margin-right:0;
}
.brand-page .brand-page-content .brand-social a:hover{
    color:#000;
}
/*------------------------------------Menuler----------------------------*/
.brand-header{
    padding:35px 0;
    border-bottom:1px solid #000;
}
.brand-header nav h2, .brand-header nav h4{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.menu-box{
    position:relative;
    margin-bottom:35px;
    border-radius:20px;
    overflow:hidden;
}
.menu-box .menu-box-image{
    width:100%;
    max-height:400px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
}
.menu-box .menu-box-text{
    position:absolute;
    left:0;
    bottom:0;
    background:rgba(9,9,9,0.5);
    width:100%;
}
.menu-box .menu-box-text p{
    margin:0;
    padding:0;
    padding:5px 15px;
    color:#fff;
    font-size:25px;
}
/*------------------------------------------Menuler-Yiyecek-İcecek------------------*/
.menu-product-box{
    display:flex;
    justify-content:center;
    align-items:center;
    background:#f2f2f2;
    border-radius:20px;
    padding:10px;
    text-align:center;
    margin-bottom:25px;
    row-gap:15px;
    flex-direction:column;
    text-decoration:none;
}
.menu-product-box .menu-product-image{
    max-width:200px;
    max-height:200px;
    border-radius:20px;
    overflow:hidden;
}
.menu-product-box .menu-product-content .menu-product-text h4{
    text-decoration:none;
    color:#000;
}
.menu-product-content{width:100%}
.menu-product-box .menu-product-content .menu-product-text p {
    color: #555;
    overflow: hidden;
    display: block;
    max-height: 4.4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.menu-product-price p{
    color:#E8AE2A;
    font-size:22px;
}
.menu-product-price{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding:0 10px;
    margin-bottom:8px;
}
.menu-product-price p{margin:0}
.menu-product-price span{background:#f25041;color:#fff;padding:5px 20px;border-radius:5px}
.menu-container table{width:100%!important}
.menu-detail-text{margin-top:10px;}
/*----------------------------------------------Menu-Detail-----------------------*/
.brand-header.menu-detail-header {
    margin-bottom: 0;
}
.menu-detail-image{
    position:relative;
    overflow:hidden;
}
.menu-detail-image-title{
    color:#eb5a2a;
    width:100%;
    font-weight:bold;
    text-align:center;
    padding:10px 0
}
.menu-detail-text p{
    font-size:20px;
}
.menu-detail-btns {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}
.menu-detail-qty{
    width:200px;
    height:40px;
    display:flex;
    justify-content:space-around;
    align-items:center;
    background:#eb5a2a;
    border-radius:50px;
    margin-right:35px;
}
.qty-input{
    width:50px;
    background:transparent;
    color:#fff;
    border:none;
    text-align:center;
}
.qty-input{
    outline:none;
}
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button{
    -webkit-appearance:none;
}
.qty-next,.qty-prev{
    width:20px;
    height:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    border-radius:20px;
    font-size:13px;
    color:#eb5a2a;
    cursor:pointer;
}
.qty-next i{
    line-height:0;
}
.menu-detail-order a{
    width:200px;
    padding:5px 35px;
    background:#eb5a2a;
    border-radius:50px;
    font-size:20px;
    text-decoration:none;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    height:40px;
    transition:all ease 1s;
}
.menu-detail-order a:hover{
    border-radius:50px;
    color:#fff;
}
/*--------------------------------------------Sepet------------------------------*/
.sepet-product{
    margin:10px 0;
    padding:10px;
    border-bottom:1px solid #000;
}
.sepet-product ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content:center;
    align-items:center;
}
.sepet-product ul li{
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
}
.sepet-product ul li:last-child i{
    cursor:pointer;
    color:#000;
}
.sepet-product ul li:nth-child(1){
    text-align:start;
    display:block;
}
.sepet-product ul li img{
    width:75px;
    height:75px;
    border-radius:15px;
}
.sepet-product ul li .menu-detail-qty {
    margin-right:0px;
}
.menu-total{
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:center;
    margin:10px 0;
    padding:10px 20px;
    border-radius:15px;
    box-shadow: 1px 1px 5px #0000001e;
}
.menu-total-price ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content:space-between;
}
.menu-total-price ul li:first-child{
    margin-right:35px;
}
.menu-total-back a{
    text-decoration:none;
    color:#eb5a2a;
    transition:all ease 0.5s;
}
/*.menu-total-back a:hover{
    color:green;
}*/
.menu-total-btn a{
    text-decoration:none;
    color:#eb5a2a;
    transition:all ease 0.5s;
}
/*.menu-total-btn a:hover{
    color:green;
}*/
@media only screen and (max-width:768px){
    .sepet-content{
        font-size:12px;
    }
    .menu-total{
        font-size:12px;
    }
}
@media only screen and (max-width:991px){
    .sepet-product ul li .menu-detail-qty {
        width:100px;
        height:30px;
        display:flex;
        justify-content:space-around;
        align-items:center;
        background:#eb5a2a;
        border-radius:15px;
        margin-right:0px;
    }
    .sepet-product ul li .menu-detail-qty span{
        width:10px;
        height:10px;
        display:flex;
        justify-content:center;
        align-items:center;
        background:#fff;
        border-radius:20px;
        font-size:8px;
        color:#eb5a2a;
        cursor:pointer;
    }
}
/*---------------------------------------------Contact--------------------------------*/
.menu-contact h4{
    text-align:center;
    font-size:25px;
}
.contact-form-groups{
    margin-bottom:17.5px;
}
.contact-form-groups label{
    font-family:OpenSans-Light;
    color:#000;
    font-size:20px;
}
.contact-form-groups input{
    border:none;
    border-bottom:solid 1px #000;
    height:40px;
    font-family:OpenSans-Light;
    border-radius:0;
}
.contact-form-groups textarea{
    border:none;
    border-bottom:solid 1px #000;
    height:150px;
    font-family:OpenSans-Light;
    border-radius:0;
}
.contact-form-groups input:focus,
.contact-form-groups textarea:focus{
    box-shadow:none;
    border-color:#eb5a2a;
}
.contact-form-groups.formbtn{
    display:flex;
    justify-content:center;
    align-items:center;
}
.contact-form-groups.formbtn button{
    width:200px;
    padding:5px 35px;
    border:none;
    background:#eb5a2a;
    border-radius:50px;
    font-size:20px;
    text-decoration:none;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    height:40px;
    transition:all ease 1s;
    font-family:OpenSans-Light;
}