.fiyatlistbox {
  background-color: #0A9F2F;
  padding: 10px;
  color: white;
}
.btn-yon {
  text-align: right;
	margin-top: 3px;
}

@media (max-width: 768px) {
  /*mobil*/
  .fiyatlistbox {
	  text-align: center;
    padding: 10px;
  }
  .btn-yon {
    text-align: center;
  }
}
.text_b_20 {
  font-family: "Poppins", Courier, monospace;
  font-size: 25px;
}
.text_b_21 {
  font-family: "Poppins", Courier, monospace;
  font-size: 15px;
}

.listebtn {
  font-family: "Poppins", Courier, monospace;
  border-radius: 0px;
  border: 2px solid white;
  color: white;
}
.listebtn:hover {
  border-radius: 0px;
  background-color: white;
  color: #333;
}
