.center>a:hover,
.center>a:active {
  text-decoration: none;
}
.center {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
  float: left;
}
.amount {
  font-size: 14px;
  font-family: 'Concert One', cursive;
  padding: 5px;
}
table .tr-odd {
  background: rgba(165, 154, 114, 0.15);
}
.buy-box {
  background: linear-gradient(359deg, #3b6382, #b4ddff);
  width: 48%;
  height: 70px;
  display: inline-block;
  border-radius: 10px;
}
.buy-box:hover {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.buy-box img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 17px;
}
.buy-box2 {
  background-image: url(../market/images/ltr-box2.png);
  background-repeat: no-repeat;
  width: 385px;
  height: 67px;
}
.buy-box2:hover {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.buy-box2 img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 3px;
  height: 60px;
}

.eptable td, .eptable th{
  padding: 10px !important;
  border: 1px solid #d7c75d;
  color: #ffedc8;
  font-size: 14px;
}
 .payment-btn {
    background-position: 100% 0;
    background-repeat: no-repeat;
    color: #ffe942;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #bb6e5a;
    display: inline-block;
    padding: 10px;
    width: 100%;
    font-weight: 700;
    background: linear-gradient(1deg, #ffb778, #e78952) !important;
    margin: 10px 0px;
}

  .satinal-btn {
    background-position: 100% 0;
    background-repeat: no-repeat;
    color: #1a0f08;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #1a0f08;
    height: 32px;
    display: block;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(1deg, #ffe9b4, #b99052) !important;
  }

  .happyhours_aktif {
    background: linear-gradient(1deg, #77432a, #562f1d) !important;
    padding: 0.75rem !important;
    border: 1px solid #ffc975;
    color: #1a0f08 !important;
    text-shadow: 1px 1px 1px #331913;
    font-weight: bold;
  }

  .happyhours_deaktif {
      background: linear-gradient(1deg, #353535, #0e0e0e) !important;
      padding: 0.75rem !important;
      border: 1px solid #9d0000;
      color: #e7e7e7 !important;
      text-shadow: 1px 1px 1px #000;
  }
  .happyhours_aktif h2{
    font-size:50px;
    font-weight: bold;
    color: #402e1b;
  }
  .bilgi-ver-yari {
  background: red;
  height: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  animation: bilgi2 0.2s ease-in-out infinite;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 30px;
}

.bilgi-ver-yari2 {
  background: red;
  height: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  animation: bilgi 0.2s ease-in-out infinite;
  color: #fff;
  font-weight: bold;
}
.bilgi-ver-yari3 {
  background: blue;
  height: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  animation: bilgi3 0.2s ease-in-out infinite;
  color: #fff;
  font-weight: bold;
}

@keyframes bilgi2 {
  0% {
    background-color: red;
  }

  100% {
    background-color: green;
  }
}

@keyframes bilgi3 {
  0% {
    background-color: blue;
  }

  100% {
    background-color: orange;
  }
}

@keyframes bilgi {
  0% {
    font-weight: 100;
    color: white;
  }

  50% {
    font-weight: 900;
    color: #e91e63;
  }

  100% {
    font-weight: 100;
    color: #00bcd4;
  }
}

  .nav-tabs{
    margin: 20px;
    display: inline-flex;
  }

  .nav .navs-tabs li{
    margin: 5px;
  }
  .nav-tabs li a{
    background: linear-gradient(1deg, #a96033, #391f10) !important;
    padding: 10px;
    border: 1px solid #ec935a;
  }

  .nav-tabs li .active{
    background: linear-gradient(1deg, #ffb778, #e78952) !important;
    padding: 10px;
    color: #140b06;
  }

.kp_ozel_btn{
  background: linear-gradient(1deg, #163e7b, #071e43) !important;
}

.kp_destek_btn{
  background:linear-gradient(1deg, #530000, #bd0000) !important;
  color: #fff240;
}

.kp_normal_btn{
  display: inline-block;
  background: linear-gradient(1deg, #452b14, #a97b42) !important;
  color: #fffab4;
}

option{
  color: #c9b987 !important;
}