@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
*
{
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    list-style-type: none;
    box-sizing: border-box;
}

a{
    color: #000;
    text-decoration: none;
}


h1, h2, h3, h4{
    font-weight: normal;
}

header{
    position: sticky;
    top: 0;
    z-index: 10;
}

.menu {
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 39px 41px -35px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 39px 41px -35px rgba(0,0,0,0.75);
    box-shadow: 0px 39px 41px -35px rgba(0,0,0,0.75);
}

.logo {
    float: left;
    padding: 5px;
    height: 80px;
    width: 200px;
}

.logo img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.sahne{
    height: auto;
    overflow: hidden;
    padding: 0 1%;
}

.kategori{
    width: 100%;
    height: 200px;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.kategori img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.kategori h2{
    position: absolute;
    height: 50px;
    top: 75px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 28px;
}


.siyahPerde{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 200px;
}

.urun{
    width: 46%;
    margin: 2%;
    height: 330px;
    float: left;
    background-color: #efefef;
    border-radius: 10px;
    position: relative;
}

.urunResim{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.urunResim img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.urunFiyat{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2ecc71;
    border-bottom-left-radius: 10px;
    padding: 10px;
    color: #fff;
}

.urun h3{
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
}

ul.ust{
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
}

ul.ust > li{
    width: 40%;
    float: left;
    border-right: 1px solid #ccc;
    line-height: 26px;
    padding-left: 15px;
    font-size: 14px;
}

ul.ust > li i{
    font-size: 28px;
    float: left;
    margin-right: 5px;
}

ul.ust > li a{
    padding-right: 30%;
}

ul.ust > li > h2{
    font-size: 16px;
    text-align: center;
}

ul.ust >li:last-of-type{
    width: 60%;
    padding-right: 3px;
    text-align: right;
    border-right: none;
}

.kategoriler{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 15px 5px;
    background-color: #efefef;
}

.kategoriler div{
    display: inline-block;
    height: 160px;
    width: 170px;
    margin: 0 5px;
    background-color: #fff;
}

.kategoriler div > img{
    object-fit: cover;
    width: 100%;
    height: 130px;
}

.kategoriler div > h2{
    font-size: 14px;
    text-align: center;
    height: 30px;
}

.mesajlar {
    z-index: 100001;
    top: 10%;
    width: 50%;
    left: 25%;
    height: auto;
    background-color: #fff;
    position: fixed;
    text-align: center;
    padding: 30px 10px;
}
.mesajlar .title {
    padding: 20px 0;
    text-align: center;
    font-size: 32px;
}
.mesajlar .message {
    
}
