@media only screen and (max-width: 959px) {
  * {
    margin: 0px;
  }
  html {
      background-color: #181818;
      margin: 5px 10px 70px 10px;
  }
  .ktgdil {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    cursor: pointer;
    border-radius: 8px;
    color: white;
    width: 93%;
    margin-top: 3px;
  }
  .dilbutton {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    font-family: Arial;
    font-size: 0.8rem;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    style="margin-left: 5px;
    padding: 0px 0px;
    width:100%;
  }
  .ktg {
    display: flex;
    flex-direction: row;
    width: 98%;
    overflow-x: scroll;
    margin: 30px auto 0px auto;
  }
  .ktg::-webkit-scrollbar {
      height: 0px;
  }
  .ktg::-webkit-scrollbar-thumb {
      background-color: #1C958C;
      border-radius: 0px;
  }
  div.ktg {
  position: sticky;
  top: 0px;
  }
  .ktgbutton {
    cursor: pointer;
    color: black;
    font-family: Arial;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    background-color: #1C958C;
    border: none;
    border-radius: 10px;
    margin-left: 5px;
  }
  .ktgbutoncizgi {
    display: flex;
    flex-direction: row;
    margin-left: 5px;
    border-radius: 8px;
    height: 5px;
    width: 120px;
    background-color: #28B463;
  }
  .orta_bolum {
    display: flex;
    flex-direction: column;
    width: 98%;
    height:420px;
    overflow-y: scroll;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }
  .orta_bolum::-webkit-scrollbar {
      width: 0px;
  }
  .orta_bolum::-webkit-scrollbar-thumb {
      background-color: #1C958C;
      border-radius: 0px;
  }
  .urunler {
    display: flex;
    flex-direction: row;
    background-color: #FEF5E7;
    border-radius: 10px;
    margin-bottom: 5px;
    font-size: 1rem;

  }
  .urunresim {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
  }
  .ktgresim {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
    border-radius: 8px;
    padding: 0px 0px;
    font-family: 'Play', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .resimsizler {
    display: flex;
    flex-direction: column;
    background-color: white;
    margin: 5px 0px 10px;
    height: auto;
    font-family: Arial;
    font-weight: bold;
    border-radius: 10px;
    font-size: 1rem;
    padding: 15px 20px 5px;
  }
  .urunbilgi {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0px 5px 0px 10px;
    width: 100%;
  }
  .ikili {
    display: flex;
    flex-direction: column;
    font-family: 'Play', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .tekli {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    justify-content: flex-end;
    align-items: center;
    color: #909497;
    font-style: italic;
    font-family: 'IM Fell English', serif;
  }
  .r_ikili {
    display: flex;
    flex-direction: row;
  }
  .r_tekli {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
  }
  .urunarka {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .logo {
    font-family: Arial;
    font-size: 2.5rem;
    font-weight: bold;
    color:black;
  }
  label {
    font-size: 16px;
    font-weight: bold;
  }
  p1 {
    font-family: 'Play', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 15px;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    width: 50%;
    color: #28B463;
  }
  p {
    font-family: Arial;
    font-size: 1.5rem;
    font-weight: bold;
    color: #160496;
    text-align: center;
  }
  a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-weight: bold;
  }
  img {
    display: flex;
    border-radius: 8px;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 960px) {
* {
  margin: 0px;
}
html {
    background-color: #181818;
    margin: 5px 10px 70px 10px;
}
.ktgdil {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  cursor: pointer;
  border-radius: 8px;
  color: white;
  width: 90%;
  margin-bottom: 30px;
  margin-top: 5px;
}
.dilbutton {
  cursor: pointer;
  font-family: Arial;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  margin-left: 5px;
  padding: 0px 0px;
}
.ktg {
  display: flex;
  flex-direction: row;
  width: 90%;
  flex-wrap: wrap;
  overflow-x: scroll;
  margin: 5px auto 5px auto;
}
.ktg::-webkit-scrollbar {
    height: 10px;
}
.ktg::-webkit-scrollbar-thumb {
    background-color: #1C958C;
    border-radius: 20px;
}
div.ktg {
position: sticky;
top: 0px;
}
.ktgbutton {
  cursor: pointer;
  color: black;
  font-family: Arial;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background-color: #1C958C;
  border: none;
  border-radius: 10px;
  height: 70px;
  width: 150px;
  margin-left: 5px;
}
.orta_bolum {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
  .urunler {
    display: flex;
    flex-direction: row;
    background-color: #FEF5E7;
    border-radius: 10px;

    margin-bottom: 5px;
    font-size: 1rem;
  }
  .urunresim {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ktgresim {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
    border-radius: 8px;
    padding: 0px 0px;
  }
  .resimsizler {
    display: flex;
    flex-direction: column;
    background-color: white;
    margin: 5px 0px 10px;
    height: auto;
    font-family: Arial;
    font-weight: bold;
    border-radius: 10px;
    font-size: 1rem;
    padding: 15px 20px 5px;
  }
  .urunbilgi {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0px 5px 0px 10px;
  }
  .ikili {
    display: flex;
    flex-direction: column;
  }
  .tekli {
    display: flex;
    flex-direction: row;
    margin-top: auto;
    justify-content: flex-end;
    align-items: center;
  }
  .r_ikili {
    display: flex;
    flex-direction: row;
  }
  .r_tekli {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
  }
  .urunarka {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .logo {
    font-family: Arial;
    font-size: 2.5rem;
    font-weight: bold;
    color:black;
  }
  label {
    font-size: 16px;
    font-weight: bold;
  }
  p1 {
    font-family: Arial;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    width: 50%;
    color: #28B463;
  }
  p {
    font-family: Arial;
    font-size: 1.5rem;
    font-weight: bold;
    color: #160496;
    text-align: center;
  }
  a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-weight: bold;
  }
  img {
    display: flex;
    border-radius: 8px;
    margin-top: auto;
    margin-bottom: auto;
    height: 100px;
    width: 130px;
  }
}
