:root {
  --black: #000;
  --white: #fff;
}

.main-title {
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
}

.main-link {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  padding: 8px 15px;
}

.main-link a {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

header {
  padding: 20px 0;
}

header .logo {
  width: 150px;
  height: auto;
}

header .logo img {
  width: 100%;
  max-width: 100%;
}

header .header-yardim {
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

header .header-login-button {
  padding: 8px 15px;
  background-color: #eee;
  border-radius: 4px;
  color: var(--black);
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #eee;
}

header .header-login-button.cart {
  border: 1px solid #eee;
  background-color: #eee;
}

.header-search {
  padding: 10px 16px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #afafaf;
  background-color: transparent;
  width: 600px;
  font-size: 18px;
  font-weight: 300;
}

.header-search:focus {
  outline: none;
}

.header-search-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-color: transparent;
  border: none;
}

.header-bottom .header-items {
  color: #292929;
  font-size: 16px;
  font-weight: 500;
}

.header-bottom .header-items.indirim {
  padding: 4px 15px;;
  border-radius: 4px;
  background-color: #FFFCB6;
  font-weight: 700;
}

.header-bottom .header-items.markalar {
  background-color: #B6D8FF;
  padding: 4px 15px;
  border-radius: 4px;
  font-weight: 700;
}

.header-bottom .header-items:hover + .absolute-dropdown {
  visibility: visible;
}

.header-div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  position: relative;
}

.header-div:hover .absolute-dropdown {
  visibility: visible;
}

.absolute-dropdown {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  height: fit-content;
  width: 240px;
  z-index: 999;

}

.absolute-dropdown:hover {
  visibility: visible;
  transition: 0.6s;
}

.absolute-dropdown .dropdown-content {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  min-width: 240px;
  max-height: 300px;
  overflow: auto;
}

.absolute-dropdown .dropdown-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(57, 62, 70, 0.12);
  background-color: #f5f5f5;
}

.absolute-dropdown .dropdown-content::-webkit-scrollbar {
  height: 2px;
  width: 5px;
  background-color: rgba(57, 62, 70, 0.12);
}

.absolute-dropdown .dropdown-content::-webkit-scrollbar-thumb {
  background-color: #555555;
  border-radius: 50px;
  border: 2px solid #555555;
}

.absolute-dropdown .dropdown-content .dropdown-list .dropdown-title {
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
}

.absolute-dropdown .dropdown-content .dropdown-list .dropdown-items {
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.absolute-dropdown .dropdown-content .dropdown-list .dropdown-items:hover {
  color: red;
}

.main-banner-img {
  height: 750px;
}

.main-banner-img img {
  height: 100%;
}

.category-banner {
  width: 100%;
  /* height: 150px; */
}

.category-banner img {
  max-width: 100%;
  width: 100%;
  /* height: 100%; */
  border-radius: 10px;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.category-banner img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.main-card {
  border-radius: 12px;
  background-color: var(--white);
  border: 1px solid #e7e7e7;
}

.main-card .image-box {
  width: 100%;
  /* height: 165px; */
}

.main-card.green .image-box img {
  height: 100%;
}

.main-card.blue .image-box img {
  height: 100%;
}

.main-card.purple .image-box img {
  height: 100%;
}

.main-card .image-box img {
  width: 100%;
  /* height: 100%; */
  max-width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.main-card .card-info {
  padding: 15px;
}

.main-card .card-info .bilgi {
  gap: 10px;
}

.main-card .product-name {
  color: #434343;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  display: -webkit-box;
  height: 38px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-card .product-category {
  color: #F14A52;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
}

.main-card .rating {
  color: #1F1F1F;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
}

.main-card .price {
  color: #303030;
  font-size: 20px;
  font-weight: 600;
  line-height: 13px;
}

.main-card .main-card-button {
  padding: 10px;
  border-radius: 10px;
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  border: none;
  background-color: #292929;
}

.main-card .product-badge {
  padding: 4px 8px;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.main-card .product-badge.red {
  background-color: #FF222B;
}

.main-card .product-badge.green {
  background-color: #44C46F;
}

.main-card.green .main-card-button {
  background-color: #74A671;
}

.main-card.green .product-name span {
  color: #7B864E;
  font-weight: 600;
}

.main-card.green .image-box {
  height: 150px;
}

.main-card.purple .main-card-button {
  background-color: #B89BC7;
}

.main-card.purple .product-name span {
  color: #60455B;
  font-weight: 600;
}

.main-card.purple .image-box {
  height: 150px;
}

.main-card.blue .main-card-button {
  background-color: #4FB4B4;
}

.main-card.blue .product-name span {
  color: #245A5A;
  font-weight: 600;
}

.main-card.blue .image-box {
  height: 150px;
}

.bg-product {
  height: 433px;
  background-repeat: no-repeat;
  width: 100%;
  min-width: 100%;
  background-size: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.products-banner {
  width: 100%;
  height: 500px;
}

.products-banner img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.products-banner a {
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}

.products-banner a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.category-slider-items .image-box img {
  border-radius: 12px;
}

.category-slider-items .category-name {
  color: #292929;
  font-weight: 600;
}

.breadcumb {
  white-space: nowrap;
}

.breadcumb .items {
  color: #292929;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.owl-button {
  background-color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.owl-button:focus {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.owl-button.customPrevBtn {
  left: -70px;
}

.owl-button.customNextBtn {
  right: -70px;
}

.owl-button.customPrevBtn1 {
  left: -70px;
}

.owl-button.customNextBtn1 {
  right: -70px;
}

.owl-button.customPrevBtn2 {
  left: -70px;
}

.owl-button.customNextBtn2 {
  right: -70px;
}

.main-banner-md {
  width: 100%;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 5px;
}

.main-banner-md img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 5px;
}

.main-banner-md img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

footer {
  background-image: url(../../assets/img/footer.png);
  height: 450px !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .footer-one {
  padding: 30px 340px;
}

footer .footer-one .title {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
}

footer .iletisime-gec {
  padding: 8px 30px;
  color: #303030;
  font-weight: 500;
  line-height: 28px;
  font-size: 18px;
  background-color: #fff;
  border-radius: 20px;
  border: none;
}

footer .logo {
  height: 25px;
}

footer .logo img {
  height: 100%;
}

footer .text-footer {
  color: #B6B8BC;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

footer .email-footer {
  color: #B6B8BC;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

footer .footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

footer .footer-items {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

footer .footer-menuler li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.container.bosluklar {
  border-top: 1px solid #3D414C;
  padding-top: 30px;
}

.product-detail-brand {
  color: #1F1F1F;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.product-name-detail {
  color: #252C32;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.88px;
}

.reviews-text {
  color: #1F1F1F;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
}

.hafiza-title {
  color: #252C32;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.hafiza-button {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 8px 14px;
  background-color: var(--white);
  width: 100%;
  color: #252C32;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.096px;
}

.hafiza-button.satici {
  width: auto;
  font-size: 14px;
  padding: 16px;
}

.hafiza-button.satici span {
  font-size: 12px;
  font-weight: 700;
}

.hafiza-button.satici.active {
  padding: 16px;
}

.hafiza-button.active {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #000;
  font-weight: 700;
}

.detail-renkler .form-check-input {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.detail-renkler .form-check-input.yellow {
  background-color: #F8F384;
}

.detail-renkler .form-check-input.purple {
  background-color: #624D80;
}

.detail-renkler .form-check-input.green {
  background-color: #5DD7C8;
}

.detail-renkler .form-check-input.blue {
  background-color: #7AC7FF;
}

.detail-renkler .form-check-input.black {
  background-color: #191919;
}

.detail-renkler .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E");
}

.detail-renkler .form-check-input.yellow:checked {
  background-color: #F8F384;
  border-color: #F8F384;
}

.detail-renkler .form-check-input.purple:checked {
  background-color: #624D80;
  border-color: #624D80;
}

.detail-renkler .form-check-input.green:checked {
  background-color: #5DD7C8;
  border-color: #5DD7C8;
}

.detail-renkler .form-check-input.blue:checked {
  background-color: #7AC7FF;
  border-color: #7AC7FF;
}

.detail-renkler .form-check-input.black:checked {
  background-color: #191919;
  border-color: #191919;
}

.detail-renkler .form-check-input:focus {
  box-shadow: none;
}

.sigorta-card {
  border-radius: 4px;
  background-color: #D8EEE2;
  width: 100%;
  padding: 15px;
}

.sigorta-card span {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.sigorta-card .title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.084px;
  text-transform: capitalize;
}

.sigorta-card .text {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.072px;
  text-transform: capitalize;
}

.product-detail-badge {
  border-radius: 4px;
  background-color: #FF222B;
  padding: 4px 8px;
  color: #FFF;
  font-weight: 700;
}

.product-price-discount {
  color: rgba(31, 31, 31, 0.4);
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: line-through;
}

.product-price-new {
  color: #1F1F1F;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}

.sepete-ekle-button {
  border-radius: 5px;
  background-color: #303030;
  padding: 14px;
  width: 100%;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  border: none;
}

.product-fav-button {
  width: 47px;
  min-width: 47px;
  color: #000;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 1px solid #1F1F1F;
  border-radius: 5px;
}

.banka-card {
  border-radius: 4px;
  border: 1px solid #CBCBCB;
  padding: 5px 10px;
  width: 210px;
}

.detail-tabs .tabs-items {
  padding: 20px 70px;
  border: none;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 500;
}

.detail-tabs .tabs-items.active {
  color: #000;
  font-weight: 700;
  border-bottom: 2px solid #000;
}

.slider-item-ratio .slider-container > * > * {
  border-radius: 12px;
  object-fit: contain !important;
}

.product-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr) !important;
}

.category-sidebar {
  border: 1px solid #eee;
  border-radius: 5px;
}

.category-sidebar .accordion {
  background-color: #F4F4F4;
}

.category-sidebar .accordion-item {
  border: none !important;
}

.category-sidebar .accordion-item .accordion-button {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

.category-sidebar .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.category-sidebar .accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: #eee;
}

.category-sidebar .accordion-item .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}

.category-sidebar .sidebar-title {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
}

.category-sidebar .kategoriler {
  padding: 0 15px;
}

.category-sidebar .kategoriler .sidebar-items {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
}

.category-sidebar .accordion-body {
  border-bottom: 1px solid #EEE;
}

.category-sidebar .switch-text {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
}

.category-sidebar .form-switch .form-check-input {
  width: 49px;
  height: 25px;
}

.category-sidebar .sidebar-search {
  border-radius: 3px;
  background: #C4C4C4;
  border: none;
  width: 50px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-sidebar .sidebar-items {
  color: #444;
  font-size: 14px;
  font-weight: 400;
}

.input-min-max {
  border-radius: 3px;
  border: 1px solid rgba(57, 62, 70, 0.15);
  background: rgba(57, 62, 70, 0.1);
}

.formlinefix {
  background-color: #fff !important;
}

@media only screen and (max-width: 990px) {
  #orderBy {
    width: 96%;
  }

  header .logo {
    width: 100px;
  }

  .catSlider .sldinfo {
    margin-left: 110px !important;
  }

  .catSlider .gitbtn {
    top: 145px !important;
    margin-left: 110px !important;
  }

  .cat-slider-fiyat {
    margin-top: 0;
    font-size: 16px;
  }

  .arama-sonuclari .col-lg-3 {
    max-width: 50% !important;
  }

  .quantity .quantity-input {
    width: 100% !important;
  }

  .guvenilir-alisveris .cargo-badge {
    font-size: 10px !important;
    padding: 5px 6px !important;
  }

  .mt-50 {
    margin-top: 30px !important;
  }

  .main-card .product-name {
    -webkit-line-clamp: 2;
  }

  .logo {
    height: 30px;
  }

  .dropdown-toggle::after {
    display: none;
  }

  header .icons {
    color: #333333;
    font-size: 20px;
  }

  header .header-search {
    width: 100%;
  }

  .header-bottom {
    background-color: #262626;
    padding: 15px 0;
  }

  .bars-button {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
  }

  .main-title {
    text-wrap: nowrap;
    font-size: 26px;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .bg-product {
    background-image: none !important;
  }

  .mt-325-mobil {
    margin-top: 280px !important;
  }

  .mt-80 {
    margin-top: 40px !important;
  }

  .mt-400-mobil {
    margin-top: 370px !important;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  footer {
    background-image: none;
    background-color: #292929;
    height: fit-content !important;
  }

  footer .footer-one .title {
    line-height: 30px;
    font-size: 24px;
  }

  footer .footer-one {
    padding: 30px;
  }

  .container.bosluklar {
    padding: 30px !important;
  }

  .main-banner-img {
    height: auto;
  }

  .main-card .image-box {
    height: auto;
  }

  .category-banner {
    height: auto;
  }

  .main-card.green .image-box {
    height: 140px;
  }

  .main-card.purple .image-box {
    height: 120px;
  }

  .main-card.blue .image-box {
    height: 120px;
  }

  .detail-tabs .tabs-items {
    padding: 10px 20px;
    font-size: 15px;
  }

  .detail-tabs .tabs-items.active {
    font-weight: 500;
  }

  .main-card .product-category {
    height: 38px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2s;
    -webkit-box-orient: vertical;
    overflow: hidden;

  }

  .product-name-detail {
    font-size: 30px;
    line-height: 38px;
  }

  #urunsirala tr {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

#orderBy, #cat-limit {
  padding: 4px 8px !important;
}

body {
  font-family: "Urbanist", sans-serif;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.col-lg {
  width: 20% !important;
  max-width: 20% !important;
}

.product-fav-button.active {
  color: red;
}

.BreadCrumb {
  white-space: nowrap;
  color: #444;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb-menubar li a::after {
  content: " » ";
  margin-left: 10px;
}

.breadcrumb-menubar li:nth-last-child(-n + 2) a::after {
  content: "" !important;
}

.breadcrumb-menubar li a {
  text-wrap: nowrap;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  flex-wrap: nowrap;
}

.sayfaIcleri {
  padding: 30px 0;
}

.kategoriler li a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.kategoriler ul {
  padding-left: 0 !important;
}

.kategori-urunler .page-title {
  display: flex;
  gap: 10px;
  font-size: 0;
  align-items: center;
}

.kategori-urunler .page-title {
  /* display: none; */
  font-size: 20px;
  font-weight: 500 !important;

}

.kategori-urunler .page-title .BreadCrumb {
  /* display: none; */
  font-size: 18px;
  font-weight: 500 !important;

}

.kategori-urunler .BreadCrumb {
  margin-bottom: 0 !important;
}

.mobile-kategori-offcanvas .menu-list-item .menu-link {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgba(222, 227, 235, 1);
  padding: 10px 0;
}

.mobile-kategori-offcanvas .offcanvas-title {
  color: #444;
  font-size: 17px;
  font-weight: 600;
}

.mobile-kategori-offcanvas .menu-list-item .menu-link:focus {
  color: #ff6700;
}

.mobile-kategori-offcanvas .menu-list-item .mobile-menu-alt-link {
  color: #444;
  font-size: 14px;
  font-weight: 500;
}

.mobile-kategori-offcanvas .offcanvas-body {
  padding: 0 1rem !important;
}

.detayblok {
  margin-top: 20px;
}

.beden-button {
  color: var(--gray);
  font-size: 14px;
  font-weight: 400;
  padding: 7px 13px;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  background-color: var(--white);
}

.beden-button.active {
  border-color: var(--orange);
}

.beden-button.selected {
  border-color: var(--orange);
}

.page-title {
  overflow: auto !important;
}

.js-drawer.drawer {
  height: 100% !important;
}

.guvenilir-alisveris .cargo-badge {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid rgba(62, 62, 62, 0.25);
  border-radius: 5px;
}

.anasBaslik {
  margin-bottom: 20px;
}

.mobil-mt-20 {
  margin-top: 20px !important;
}

.quantity {
  border-radius: 4px;
  border: 1px solid #a2a3b1;
  padding: 5px;
  /* Firefox */
}

.quantity .quantity-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  font-size: 20px;
}

.quantity .quantity-input {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  background-color: transparent;
}

.quantity .quantity-input:focus {
  outline: none;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.searchResultFilter li a {
  color: #222;
  font-size: 14px;
  font-weight: 500;
}

#tel-birakin {
  display: none;
}

.whatsapp_tabela {
  display: none;
}

.UrunSecenekleriHeader {
  padding-left: 0;
}

ul.urunSecim {
  padding: 10px 0 !important;
}

.urunSecimTable {
  border: none !important;
}

.catSlider .viewport .overview li {
  border: 1px solid #EEE;
  padding: 15px;
}

.catSlider .viewport .overview li .sldimg {
  border: 1px solid #EEE;
}

.sldinfo {
  margin-left: 325px !important;
}

.gitbtn {
  margin-left: 325px !important;
}

.catSlider .pagenum img {
  width: 100% !important;
  height: 100%;
  max-width: 100%;
}

.arama-sonuclari .col-lg-3 {
  max-width: 25%;
}

.page-inner-content .topresults {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

.product-grid-wrapper {
  width: 20% !important;
  margin-bottom: 20px;
}

@media only screen and (max-width: 990px) {
  .catSlider .overview li {
    width: 100%;
    height: 200px !important;
  }

  .max-2-lines {
    font-size: 15px;
  }

  .product-grid-wrapper {
    width: 50% !important;
    margin-bottom: 20px;
  }
}

.detayblok .page-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.filtrele-menu ul {
  margin-left: 0;
  padding-left: 0;
}

.category-banner-text {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}

.renkli-banner-title {
  position: absolute;
  bottom: 12px;
  left: 50%;
  font-weight: 600;
  color: #FFF;
  transform: translateX(-50%);
  font-size: 18px;
  text-align: center;
  width: 100%;
}


.kategori-listeleri .page-title {
  font-size: 0px !important;
  margin-bottom: 20px;
}

.kategori-listeleri .page-title .BreadCrumb {
  font-size: 20px;
  font-weight: 600 !important;
}

.kategori-listeleri .page-title .BreadCrumb:first-child {
  display: none !important;
}

#urunsirala {
  display: block;
}

@media (max-width: 990px) {
  .bg-product .col-6 {
    padding: 0;
    padding-right: 10px;
  }

  .bg-product .col-6:nth-child(odd) {
    padding-right: 10px;
    padding-left: 10px;
  }
}

header {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
  background: #ffffff;
  box-shadow: 0 4px 6px 0.1px rgb(0 0 0 / 10%);
}

header .logom {
  width: calc(210px - 0px);
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

header .aramaYap {
  width: calc(100% - 632px);
  height: 50px;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  margin: 0px 60px 0px 60px;
  padding: 5px;
  border: 1px solid #212121;
}

header .aramaYap:after {
  width: 38px;
  height: 38px;
  line-height: 50px;
  overflow: hidden;
  position: absolute;
  font-size: 20px;
  color: #212121;
  left: 10px;
  top: 0px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f002";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  z-index: 2;
}

header .aramaYap input.ara {
  width: calc(100% - 130px);
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  padding: 0px 20px 0px 40px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  border: 0px;
}

header .aramaYap input.ara::placeholder {
  color: #212121;
  opacity: 0.7;
}

header .aramaYap input.ara:-ms-input-placeholder {
  color: #212121;
  opacity: 0.7;
}

header .aramaYap input.ara::-ms-input-placeholder {
  color: #212121;
  opacity: 0.7;
}

header .aramaYap button.arabtn {
  width: 70px;
  height: 38px;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0px;
  outline: none;
  border: 0px;
  background: #212121;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 5px;
  float: right;
}

header .aramaYap button.arabtn:hover {
  background: #2379b9;
}

header .uyeSepetAlani {
  width: calc(290px - 0px);
  height: 50px;
  overflow: hidden;
  display: block;
  position: relative;
  text-align: right;
}

header .uyeSepetAlani a {
  width: auto;
  height: auto;
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: 6px;
  text-align: center;
  position: relative;
}

header .uyeSepetAlani a:last-child {
  margin-right: 0px;
}

header .uyeSepetAlani i {
  font-size: 22px;
  color: #212121;
  display: block;
  margin-bottom: 6px;
}

header .uyeSepetAlani span {
  font-size: 12px;
  color: #212121;
  display: block;
}

header .uyeSepetAlani a:last-child font {
  width: 22px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  display: block;
  text-align: center;
  position: absolute;
  content: "";
  background: #2379b9;
  padding: 0px;
  border-radius: 100%;
  top: -5px;
  right: -4px;
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
}

header .uyeSepetAlani a:hover span {
  color: #2379b9;
}

header nav {
  width: calc(100% - 30px);
  max-width: calc(1400px - 30px);
  height: auto;
  display: block;
  position: relative;
  margin: 15px auto 0px auto;
  padding: 0px 15px;
  font-size: 0;
}

header nav > ul {
  width: calc(100% - 0px);
  height: auto;
  overflow: hidden;
  text-align: center;
}

header nav > ul > li {
  display: inline-block;
  padding: 0px 0px;
  height: auto;
  position: relative;
  text-align: center;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

header nav > ul > li > a {
  display: block;
  position: relative;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  color: #212121;
  padding: 18px 20px;
}

header nav > ul > li a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 3px;
  left: 50%;
  top: 0px;
  display: inline-block;
  background: #2379b9;
  transition: all 0.3s;
}

header nav > ul > li:hover > a:before {
  left: 0%;
  width: 100%;
}

header nav > ul > li:hover > a {
  color: #2379b9;
}

header nav > ul > li:hover {
  background: #ffffff;
}

header nav > ul > li > a span {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

header nav > ul > li > a strong {
  width: 100%;
  height: auto;
  display: inline-block;
}

header .mega-menu {
  width: calc(100% - 90px);
  max-width: calc(1400px - 90px);
  background: #212121;
  display: none;
  left: 0;
  position: absolute;
  z-index: 999;
  text-align: left;
  padding: 30px 30px;
  margin: 0px 15px;
}

header .mega-menu ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: 0px;
  padding: 0px;
}

header .mega-menu ul li {
  width: calc(33.333% - 10px);
  height: auto;
  line-height: 1.6;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 15px;
}

header .mega-menu ul li:nth-of-type(3n) {
  margin-right: 0px;
}

header .mega-menu ul li a {
  color: #ffffff;
  display: block;
  padding: 10px 0;
  line-height: 1.6;
  font-size: 14px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

header .mega-menu a:hover {
  color: #2379b9;
}

header .mega-menu div:first-child {
  width: calc(100% - 330px);
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  margin-right: 30px;
}

header .mega-menu div:last-child {
  width: calc(300px - 0px);
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
}

header .mega-menu div:last-child img {
  width: calc(100% - 0px);
  height: auto;
  overflow: hidden;
  display: block;
}

header .ul-reset {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

header .droppable {
  position: static;
}

header .droppable > a:after {
  content: "\f107";
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

header .droppable:hover .mega-menu {
  display: block;
}

header .cf:before,
header .cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

header .cf:after {
  clear: both;
}

.anaSlider {
  width: calc(100% - 0px);
  max-width: calc(1400px - 0px);
  height: auto;
  max-height: 650px;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0px 0px;
  margin: 0px auto;
}

#main-nav, .sabitAlan, .logoSolu {
  display: none;
}

header .logom {
  width: calc(210px - 0px);
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  background-color: #e2e600;
  color: rgb(0, 0, 0);
  padding: 10px 0;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-textcontainer {
  white-space: nowrap;
  font-size: 20px;
  display: inline-block;
  animation: marquee 60s linear infinite;
  position: relative;
  left: 0;
}

.marquee-textcontainer span {
  padding: 0 28px;
  font-weight: bold;
}

/* Marquee Animasyonu */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.sabitAlan {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
  position: fixed;
  bottom: 0px;
  z-index: 999999999;
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.75);
}

.sabitAlan ul {
  margin: 0px;
  padding: 0px;
}

.sabitAlan ul li {
  width: calc(25% - 0px);
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  text-align: center;
}

.sabitAlan ul li:after {
  width: 1px;
  height: 40%;
  overflow: hidden;
  display: block;
  position: absolute;
  content: "";
  right: 0px;
  top: 30%;
  background: #cccccc;
}

.sabitAlan ul li:last-child:after {
  display: none;
}

.sabitAlan ul li a i {
  font-size: 18px;
  display: block;
  margin-bottom: 2px;
}

.sabitAlan ul li a {
  font-size: 11px;
  font-weight: 600;
  color: #212121;
  display: block;
  padding: 10px 0px;
}


@media screen and (max-width: 980px) {
  header {
    padding: 30px 0px 110px 0px;
  }

  .logoSolu {
    width: 47px;
    height: 45px;
    line-height: 50px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 15px;
    text-align: center;
    background: #ff6516;
    border-radius: 5px;
    float: left;
  }

  a.toggle.hc-nav-trigger {
    font-size: 19px;
    color: #ffffff;
  }

  header .logom {
    width: calc(100% - 400px);
    margin: 0px 30px 0px 0px;
    text-align: left;
  }

  header .aramaYap {
    width: calc(100% - 42px);
    height: 38px;
    position: absolute;
    display: block;
    float: none;
    margin: 0px 0px 0px 0px;
    bottom: -80px;
  }

  header nav {
    display: none;
  }

  header .siteyiOrtala {
    overflow: initial;
  }

  header .logom {
    width: calc(100% - 400px);
    margin: 0px 30px 0px 0px;
    text-align: left;
  }

  header .aramaYap {
    width: calc(100% - 42px);
    height: 38px;
    position: absolute;
    display: block;
    float: none;
    margin: 0px 0px 0px 0px;
    bottom: -80px;
  }

  .d-flexy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  header {
    padding: 15px 5px;
  }

  .sabitAlan {
    display: block;
  }

}

@media screen and (max-width: 500px) {
  header .logom {
    width: calc(100% - 235px);
  }

  header .uyeSepetAlani {
    width: calc(125px - 0px);
  }

  header .uyeSepetAlani a:nth-of-type(1n), header .uyeSepetAlani a:nth-of-type(2n) {
    display: none;
  }

  header .uyeSepetAlani a:nth-of-type(3n), header .uyeSepetAlani a:nth-of-type(4n) {
    display: block;
  }
}


@media screen and (max-width: 420px) {
  header .uyeSepetAlani i {
    font-size: 24px;
    margin-bottom: 0px;
  }

  header .uyeSepetAlani span {
    display: none;
  }

  header .logom {
    width: calc(100% - 160px);
    margin: 0px 0px 0px 0px;
    text-align: center;
  }

  header .aramaYap {
    height: inherit;
    bottom: 0px;
    position: relative;
    order: 3;
    width: 100%;
    margin: 10px 0px;
  }

  header .uyeSepetAlani {
    width: calc(72px - 0px);
    height: 40px;
  }

  header .uyeSepetAlani {
    width: calc(72px - 0px);
    height: 40px;
    margin-left: 15px;
    margin-right: 0;
    float: right;
  }

  header .logom img {
    width: auto;
    height: 40px;
  }
}

@media screen and (max-width: 968px) {

  .mt-325-mobil {
    margin-top: 0px !important;
  }
  .products-banner {
    width: 100%;
    margin-bottom: 25px; height:auto;
  }
  .bg-product {
    margin-bottom: 25px;
    height:auto;

}

}

.chaty-channel-list-v2 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.chaty-channel-list-v2 .chaty-channel {
  flex: 1 1 50%;
  display: flex;
  width: 50%;
  padding: 0px 10px;
  padding-right: 0px;
}

.chaty-channel-list-v2 .chaty-channel a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  flex: 0 0 100%;
  background-color: #fafafa;
  border-radius: 0px;
  margin: 15px 0px 0px;
  padding: 10px;
  color: #000;
  font-size: 15px;
  border: 1px solid #141414;
  border-radius: 4px!important;
  /* margin-left: -10px; */
}

.chaty-channel-list-v2 .chaty-channel a .chaty-svg {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.chaty-channel-list-v2 .chaty-channel:nth-child(1) a {
  margin-left: -10px;
}

.chaty-channel-list-v2 .chaty-channel:nth-child(2) a {
  margin-right: -5px;
}

.swiffy-slider-badge {
  display: flex;
  gap: 15px;
}

.swiffy-slider-badge div {
  border: 1px solid #333;
  padding: 10px;
  text-align: center;
  margin: 15px 0px 0px;
  border-radius: 5px;
}