.navbar-transparent .navbar-nav .nav-item .nav-link:not(.btn), [class*="bg"] .navbar-nav .nav-item .nav-link:not(.btn) {
    color: #1562c2;
    border-color: #4486c2;
}

.page-header.login-screen {
    background-image: url("/static/images/login-background.jpg");
}

.card-logos .card-amex {
    display: none;
}


.panel-quick-page .yeni-gelen > .panel {
    background-color: #1289A7;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.panel-quick-page .gelecek-olan > .panel {
    background-color: #B53471;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.panel-quick-page .kampanyal-urunler > .panel {
    background-color: #5758BB;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.panel-quick-page .katalog > .panel {
    background-color: #FFC312;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.panel-quick-page .panel-title {
    text-align: center;
}

.panel-quick-page .anasayfa > .panel {
    background-color: #2a82c0;
}

.panel-quick-page .siparislerim > .panel {
    background-color: #2a82c0;
}

.panel-quick-page .yeni-gelen > .panel {
    background-color: #2a82c0;
}

.panel-quick-page .gelecek-olan > .panel {
    background-color: #2a82c0;
}

.panel-quick-page .kampanyal-urunler > .panel {
    background-color: #2a82c0;
}

.panel-quick-page .katalog > .panel {
    background-color: #2a82c0;
}
.panel-quick-page .borc-alacak > .panel {
    background-color: #2a82c0;
}

.panel-quick-page .anasayfa > .panel:hover, .panel-quick-page .anasayfa > .panel:focus{
    background-color: #2567ab;
}.panel-quick-page .siparislerim > .panel:hover, .panel-quick-page .siparislerim > .panel:focus{
    background-color: #2567ab;
}.panel-quick-page .yeni-gelen > .panel:hover, .panel-quick-page .yeni-gelen > .panel:focus{
    background-color: #2567ab;
}.panel-quick-page .gelecek-olan > .panel:hover, .panel-quick-page .gelecek-olan > .panel:focus{
    background-color: #2567ab;
}.panel-quick-page .kampanyal-urunler > .panel:hover, .panel-quick-page .kampanyal-urunler > .panel:focus{
    background-color: #2567ab;
}.panel-quick-page .katalog > .panel:hover, .panel-quick-page .katalog > .panel:focus{
    background-color: #2567ab;
}.panel-quick-page .borc-alacak > .panel:hover, .panel-quick-page .borc-alacak > .panel:focus{
    background-color: #2567ab;
}

.modal-content-product {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
  max-height: 800px;
}

#slider_product {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider_product ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider_product ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1030px;
  height: 800px;
  background: BLACK;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 1;
  display: block;
  padding: 2% 2%;
  width: auto;
  height: auto;
  background: gray;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 40px;
  opacity: 0.8;
  cursor: pointer;
}