@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

* {
  font-family: "Inter", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fw-md {
  font-weight: 600;
}

.btn-primary {
  background-color: #eb5d1f;
  border-color: #eb5d1f;
  color: #fff;
}

.btn-primary:hover {
  background-color: #d6521b;
  border-color: #d6521b;
}

.btn-group .btn-dark {
  background-color: #eb5d1f !important;
  border-color: #eb5d1f !important;
}

.bg-primary {
  background-color: #eb5d1f !important;
}

.text-primary {
  color: #053561 !important;
}

.border-primary {
  border-color: #eb5d1f !important;
}

.border-top,
.footer-04 {
  /* background-color: #053561 !important; */
  background-color: #102E50 !important;
}

.navbar {
  border-top: solid 1px #dbdbdb;
  margin-top: 15px;
}

body {
  margin: 0;
  font-family: 'SF Pro Display', sans-serif;
}


.owl-stage-outer {
  height: 500px !important;
}

.card .card-img-top {
  height: 250px;
  object-fit: contain;
  margin: 0px !important;
  background-color: #f7f7f7;
}

.son-eklenen img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

#logo {
  position: absolute;
  bottom: 0;
  top: 1px;
  height: 72px;
  width: 72px;
}

#navbarNav {
  /* padding-left:60px; */
}


/* Card Radio Button */
label {
  width: 100%;
}

.card-input-element {
  display: none;
}

.card-input {
  /* margin: 10px; */
  padding: 0px;
}

.card-input:hover {
  cursor: pointer;
  box-shadow: 0 0 1px 1px #70acec;
}

.card-input-element:checked+.card-input {
  box-shadow: 0 0 1px 2px #007bff;
}

.btn-light {
  background-color: #efefef !important;
}

.btn-light:hover {
  border-color: #efefef !important;
}

/* headlines with lines */
.decorated {
  overflow: hidden;
  text-align: center;
}

.decorated>span {
  position: relative;
  display: inline-block;
}

.decorated>span:before,
.decorated>span:after {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 2px solid;
  width: 591px;
  /* half of limiter*/
  margin: 0 20px;
  border-color: #007bff;
}

.decorated>span:before {
  right: 100%;
}

.decorated>span:after {
  left: 100%;
}

.border-radius-2rem {
  border-radius: 1rem;
}

li {
  list-style: none;
}

.scrollable-200 {
  overflow-y: auto;
  height: 200px;
}

.hover-underline:hover {
  text-decoration: underline !important;
}

#kategori-div::-webkit-scrollbar {
  width: 5px;
  /* width of the entire scrollbar */
}

#kategori-div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: #F5F5F5 !important;
}

#kategori-div::-webkit-scrollbar-thumb {
  background-color: #007bff5d;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
}

.product-badge {
  position: absolute;
  height: 23px;
  padding: 0 13px;
  border-radius: 20px;
  color: #fff !important;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 24px;
  white-space: nowrap;
  top: 12px;
  left: 12px;
}

.urun-card:hover {
  border-color: #70acec;
}

.gradient-primary {
  background: rgb(78, 126, 255);
  background: linear-gradient(90deg, rgba(0, 123, 255, 0.1) 0%, rgba(200, 246, 255, 0.3) 100%);
}

.stats-card-1 {
  background-color: #fff;
  border: solid 2px #fff;
  box-shadow:
    inset 60px 0 120px rgb(255, 44, 44),
    /* left magenta */
    inset -60px 0 120px rgb(177, 9, 79);
  /* right cyan */
}

.stats-card-2 {
  background-color: #fff;
  border: solid 2px #fff;
  box-shadow:
    inset -60px 0 120px rgb(188, 44, 255),
    /* left magenta */
    inset 60px 0 120px rgb(21, 75, 252);
  /* right cyan */
}

.wp_a {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.wp_i {
  margin-top: 16px;
}



/* Yeni Tasarim */
.header-top {
  padding: 10px 0px;
  width: 100%;
  height: auto;
  background: #8B8889;
}

.header-top .header-top-menu-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* Mobile */
@media only screen and (max-width: 768px) {

  .owl-carousel {
    height: 200px !important;
  }

  .slider-item {
    height: 200px !important;
  }

  .header-top .header-top-menu-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.2rem !important;
  }
}


.search-container {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.search-input {
  padding-right: 40px;
  background-color: #f5f5f5;
  border: solid 1px #f5f5f5;
  min-width: 300px;
}

.search-input:focus {
  background-color: #f5f5f5;
  box-shadow: none;
  border-color: #d9d9d9;
  outline: none;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.header-link {
  color: #555654;
}

.header-link-icon {
  border: solid 1px #dbdbdb;
  border-radius: 2px;
  padding: 8px;
  margin-right: 4px;
}

.header-link:hover {
  color: #555654;
}

.header-link:hover .header-link-icon {
  background-color: #395fa9;
  border-color: #395fa9;
  color: white;
}



.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* sm: 600px */
@media (min-width: 576px) {
  .container {
    max-width: 600px;
  }
}

/* md: 800px */
@media (min-width: 768px) {
  .container {
    max-width: 800px;
  }
}

/* lg: 1000px */
@media (min-width: 992px) {
  .container {
    max-width: 1000px;
  }
}

/* xl: 1400px */
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }