body {font-family: "Lato", sans-serif}
.mySlides {display: none}


.search[type="text"] {
    width: calc(100% - 20px); /* Genişliği yüzde 100'den 20 piksel azalt */
    box-sizing: border-box;
    border: 2px solid #333;
    border-radius: 4px;
    font-size: 16px;
    background-repeat: no-repeat;
    padding: 4px 10px; /* Yukarı ve aşağı 4 piksel, sağdan ve soldan 10 piksel iç boşluk */
}
  

.w3-third {
    width: 50%;
    height: 50%;
    float: center;
    border-radius: 10px;
    padding: 10px;

}

.w3-hover-opacity{
    width: 100%;
    height: 100px;
    border-radius: 10px 10px 0px 0px;

}
.w3-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 0px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}



.language {
    background: transparent;
    color: white;
    border: none;
}
.select:focus {
    background-color: #333; /* Dilediğiniz rengi kullanabilirsiniz */
}

.image-background {
    background-image: url('https://www.cumhuriyetpark.net/upload/urunler/bardak_cay_1.jpg'); /* Arkaplan resmi */
    background-size: cover; /* Ekranı kaplayacak şekilde boyutlandır */
    background-position: center; /* Resmi dikey ve yatay ortala */
    width: 100%;
    text-align: right;
}

.category{
    text-align: center;
}