:root {
  --black: #3E3E3E;
  --white: #FFF;
  --dark-blue: #0D1B39;
  --orange:#E29447;
  --dark-orange: #E65C00;
  --dark-black: #000;
  --gray: #8D8D8D;
  --light-gray: #A2A3B1;
  --bg-gray: #EEE;
  --detail-border: #D1D1D8;
  --tabs-bg: #E4E4E4;
}

.product-detail-tabs {
  border: 1px solid rgba(162, 163, 177, 0.5);
  background-color: var(--white);
  border-radius: 30px;
  padding: 30px 40px;
}
.product-detail-tabs .product-tabs {
  border-bottom: 2px solid var(--detail-border);
}
.product-detail-tabs .product-tabs .tabs-items {
  color: rgba(48, 48, 48, 0.25);
  font-size: 18px;
  font-weight: 600;
  padding-bottom: -1px;
  line-height: 22px;
}
.product-detail-tabs .product-tabs .tabs-items.active {
  color: var(--orange);
  border-bottom: 2px solid var(--orange);
  padding-bottom: 7px;
}

.product-card-two {
  max-width: 232px;
}
.product-card-two .image-box {
  width: 232px;
  height: 255px;
}
.product-card-two .image-box img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.product-card-two .category {
  color: var(--gray);
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.product-card-two .product-name {
  color: var(--dark-blue);
  font-weight: 600;
  font-size: 21px;
  line-height: 31px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 62px;
}
.product-card-two .price {
  color: var(--dark-blue);
  font-weight: 600;
  font-size: 21px;
  line-height: 31px;
}

#tabs-slider .owl-stage-outer {
  padding-top: 90px;
}
#tabs-slider1 .owl-stage-outer {
  padding-top: 90px;
}
#tabs-slider2 .owl-stage-outer {
  padding-top: 90px;
}
#tabs-slider3 .owl-stage-outer {
  padding-top: 90px;
}
#cok-satanlar .owl-stage-outer {
  padding-top: 90px;
}

.product-card {
  padding: 35px 25px;
  border-radius: 30px;
  background-color: var(--white);
}
.product-card .image-box {
  position: relative;
  z-index: 2;
  margin-top: -75px;
  width: 232px;
  
}
.product-card .image-box img {
  width: 100%;
 
  max-width: 100%;
}
.product-card .category {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
}
.product-card .product-name {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: capitalize;
  height: 63px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .price {
  color: var(--dark-blue);
  font-size: 20px;
  font-weight: 600;
}

.owl-button {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5f5f5f;
  background-color: #f5f6f8;
  border-radius: 50%;
  border: none;
  position: absolute;
  z-index: 9;
}
.owl-button.customPrevBtn {
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-button.customNextBtn {
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-button.customPrevBtn1 {
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-button.customNextBtn1 {
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-button.customPrevBtn2 {
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-button.customNextBtn2 {
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-button.customPrevBtn5 {
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-button.customNextBtn5 {
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-button.customPrevBtn6 {
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-button.customNextBtn6 {
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-button.customPrevBtn7 {
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-button.customNextBtn7 {
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.product-detail-page {
  gap: 30px;
}
.product-detail-page .fav {
  color: var(--orange);
  font-size: 24px;
}
.product-detail-page .price {
  color: var(--black);
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.168px;
}
.product-detail-page .price-rating {
  color: var(--black);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
.product-detail-page .price-rating span {
  color: #a2a3b1;
}
.product-detail-page .desc {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.product-detail-page .product-name {
  color: var(--black);
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.renkler .form-check-input {
  border: none;
}
.renkler .form-check-input.gray {
  background-color: #c1bdb3;
}
.renkler .form-check-input.blue {
  background-color: #58737d;
}
.renkler .form-check-input:checked {
  background-color: #c1bdb3 !important;
  border-color: #c1bdb3 !important;
}
.renkler .form-check-input:checked[type=radio] {
  background-image: none;
}
.renkler .form-check-input:focus {
  box-shadow: red;
}

.quantity {
  border-radius: 4px;
  border: 1px solid #a2a3b1;
  padding: 5px;
  /* Firefox */
}
.quantity .quantity-button {
  width: 45px;
  height: 45px;
  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: 170px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  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;
}

.product-detail-button {
  border-radius: 4px;
  background-color: #e29547;
  padding: 16px 45px;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.112px;
  border: none;
}

.alisveris-box {
  padding: 18px;
  border-radius: 4px;
  border: 1px solid #a2a3b1;
}
.alisveris-box .detayli-bilgi {
  color: #e29547;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.32px;
}
.alisveris-box .ozel-faiz-oranlari {
  color: var(--black);
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.28px;
}

.alisveris-kredi {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.32px;
}

#benzerurunler .owl-stage-outer {
  padding-top: 90px !important;
}

#beraberalinan .owl-stage-outer {
  padding-top: 90px !important;
}

.filter-button {
  display: flex;
  gap: 21px;
  padding: 15px 20px;
  background-color: #fff;
  color: #807f80;
  border-radius: 10px;
  border: 1px solid rgba(128, 127, 128, 0.5);
  width: 100%;
  justify-content: space-between;
}

.filter-button.tabs-buttons {
  color: #111;
  font-weight: 600;
  font-family: Visbycf, "sans-serif" !important;
  font-size: 16px;
  padding: 10px !important;
}

.search-filters {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px 23px 10px 30px;
  width: 400px;
  border-radius: 10px;
  border: 1px solid rgba(128, 127, 128, 0.5);
  max-height: 300px;
  overflow: auto;
  visibility: hidden;
  z-index: 9999;
}

.search-filters.tab-filters {
  margin: 0 0.75rem;
}

.search-filters.tab-filters .nav-item a {
  display: block;
  font-size: 18px;
  border-width: 2px;
  color: var(--black);
  font-weight: 600;
}

.search-filters.active {
  visibility: visible;
}

.search-filters ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 15px;
}

.search-filters ul li {
  display: block;
}

@media (max-width: 990px) {
  .product-card .price
  {
    font-size: 16px !important;
  }
  #urunsirala tr {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.urunsirala td {
  padding: 0;
}
#orderBy {
  width: 97%;
}
.formlinefix
{
  background-color: #fff !important;
}
#orderBy, #cat-limit {
  padding: 4px 8px !important;
}
  .guvenilir-alisveris .cargo-badge {
    font-size: 10px !important;
    padding: 5px 13px !important;
  }

  .product-card .product-name
  {
    font-size: 15px;
    height: 54px;
  }
  .search-filters 
  {
    width: 80vw !important;
  }
}
.search-filters .tabs-items.active {
  color: orange !important;
  border-bottom: 3px solid orange;
  padding-bottom: 6px;
}

.product-page-title {
  font-size: 40px;
  font-weight: 400;
  color: #000;
}

.product-sidebar {
  border-right: 1px solid #a2a3b1;
}
.product-sidebar .section {
  padding-top: 20px;
}
.product-sidebar .section:last-child {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}
.product-sidebar .title {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding-bottom: 20px;
}
.product-sidebar .form-check-input {
  background-color: transparent;
}
.product-sidebar .form-check-input:checked {
  background-color: var(--orange);
  border-color: var(--orange);
}
.product-sidebar .form-check-input:focus {
  box-shadow: none;
}
.product-sidebar .form-check-label {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.product-sidebar .form-check-label .sayi {
  color: #9d9ea2;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}
.product-sidebar .sidebar-title {
  color: #717378;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 1px;
  border-bottom: 1px solid #d6d6d6
}

.filtre-temizle {
  color: #e29447;
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid #e29447;
  background-color: #f3fbf4;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.filtre-temizle:hover {
  color: var(--white);
  background-color: #e29447;
}

.filtrele-button {
  width: 100%;
  padding: 10px;
  background-color: #e29447;
  color: var(--white);
  border-radius: 5px;
  border: none;
}

.product-page.offcanvas-top {
  height: 100%;
}

.gallery-wrapper {
  width: 481px;
  height: 461px;
}
.gallery-wrapper .owl-carousel {
  height: 100%;
  max-height: 100%;
}
.gallery-wrapper .owl-stage-outer {
  max-height: 100%;
}
.gallery-wrapper .owl-stage {
  height: 461px;
  max-height: 100%;
}
.gallery-wrapper .owl-item {
  height: 461px;
}
.gallery-wrapper .slider-images {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.gallery-wrapper .slider-images img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.slide-navigations {
  position: absolute;
  top: 0;
  right: 80px;
}
.slide-navigations .steps {
  gap: 13px;
  padding: 0 17.5px;
}
.slide-navigations .steps .step {
  color: #a2a3b1;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.15px;
}
.slide-navigations .steps .step.active {
  color: #3e3e3e;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
.slide-navigations .step-nav-button {
  border: none;
}

.small-slider {
  gap: 16px;
  margin-top: 90px;
}

.small-slide-images {
  width: 110px;
  height: 110px;
  padding: 8.5px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #d1d1d8;
  cursor: pointer;
}
.small-slide-images img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.bg-gradient-absolute {
  position: absolute;
  top: 126px;
  right: 0;
  background: linear-gradient(270deg, rgba(75, 135, 133, 0.1) 54.22%, rgba(75, 135, 133, 0) 99.85%);
  height: 250px;
  width: 520px;
  z-index: -1;
}

.grid-slider-one {
  width: 344px;
  height: 340px;
}
.grid-slider-one > * {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.grid-slider-one .grid-image-wrapper {
  border-radius: 30.61px;
}
.grid-slider-one .grid-image-wrapper img {
  border-radius: 30.61px;
}

.slide-changer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.slide-changer .slide-buttons-group {
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.slide-changer .slide-changer-variants {
  background-color: rgba(255, 255, 255, 0.2);
  min-width: 95.23px;
  height: 47.577px;
  width: fit-content;
  padding: 12px;
  border-radius: 30px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  gap: 6.8px;
}
.slide-changer .slide-changer-variants::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M11.5294 12.5364C10.338 14.2777 7.76891 14.2777 6.57752 12.5364L1.21166 4.69403C-0.150631 2.70299 1.2751 -2.05934e-05 3.68758 -2.05934e-05L14.4193 -2.05934e-05C16.8318 -2.05934e-05 18.2575 2.70299 16.8952 4.69403L11.5294 12.5364Z' fill='%23ffffff33'/%3E%3C/svg%3E");
  height: 14px;
  width: 18px;
  background-repeat: no-repeat;
  z-index: -1;
}
.slide-changer .slide-changer-variants.active {
  visibility: visible;
  opacity: 1;
}
.nisa li a 
{
   color: #3E3E3E;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.slide-changer .slide-changer-variants .variants {
  width: 20.406px;
  height: 20.406px;
  min-width: 20.406px;
  border: 2px solid #fff;
  background-color: red;
  border-radius: 50%;
  position: relative;
}
.slide-changer .slide-changer-variants .variants.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M7.24672 0.507724C7.38146 0.37944 7.56078 0.308519 7.74682 0.309927C7.93286 0.311334 8.11108 0.38496 8.24387 0.515269C8.37666 0.645578 8.45364 0.822376 8.45856 1.00836C8.46347 1.19434 8.39595 1.37496 8.27023 1.5121L4.45358 6.2853C4.38796 6.35599 4.30875 6.41272 4.22069 6.45209C4.13264 6.49147 4.03755 6.51268 3.94111 6.51447C3.84467 6.51625 3.74886 6.49857 3.65941 6.46249C3.56996 6.4264 3.48871 6.37264 3.42051 6.30443L0.88947 3.77339C0.818985 3.70772 0.76245 3.62851 0.723239 3.54051C0.684028 3.45251 0.662944 3.35751 0.661244 3.26118C0.659545 3.16485 0.677265 3.06917 0.713347 2.97984C0.749429 2.89051 0.803134 2.80936 0.871259 2.74124C0.939383 2.67311 1.02053 2.61941 1.10986 2.58333C1.19919 2.54724 1.29488 2.52952 1.3912 2.53122C1.48753 2.53292 1.58253 2.55401 1.67053 2.59322C1.75853 2.63243 1.83774 2.68896 1.90342 2.75945L3.90644 4.76151L7.22854 0.528768C7.23452 0.521404 7.24091 0.514378 7.24767 0.507724H7.24672Z' fill='white'/%3E%3C/svg%3E");
  width: 9px;
  height: 7px;
  background-position: center;
  transform: translateX(-50%) translateY(-50%);
}

.grid-area {
  display: grid;
  grid-template-columns: 550px 344px 346px;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px 20px;
  grid-auto-flow: row;
  margin-bottom: 100px;
  margin-top: 60px;
  grid-template-areas: "banner1 banner3 banner-5" "banner1 banner-4 banner-5" "banner-2 banner-4 banner-5";
}

.grid-area img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.banner1 {
  grid-area: banner1;
  height: 360px;
}

.banner-2 {
  grid-area: banner-2;
  height: 140px;
}

.banner3 {
  grid-area: banner3;
  height: 140px;
}

.banner-4 {
  grid-area: banner-4;
  height: 340px;
  margin-bottom: auto;
}

.banner-5 {
  grid-area: banner-5;
  height: 520px;
}
.banner-5 * {
  height: 100%;
}
.banner-5 .slide-buttons-group {
  height: auto !important;
}

.slide-price {
  color: #3e3e3e;
  font-size: 15px;
  font-weight: 600;
}

.product-slider-card {
  border-radius: 30px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  background-color: var(--white);
  height: 200px;
}
.product-slider-card .right-images {
  height: 100%;
  width: 200px;
  min-width: 200px;
}
.product-slider-card .right-images img {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.product-slider-card .left {
  padding: 22px 15px 22px 20px;
}
.product-slider-card .left .brand {
  color: #8D8D8D;
  font-size: 13px;
  font-weight: 400;
}
.product-slider-card .left .product-name-slider {
  color: #0D1B39;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-slider-card .left .price {
  color: #0D1B39;
  font-size: 18px;
  font-weight: 600;
}

.logo {
  height: 35px;
  width: auto;
}
.logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.main-banner {
  width: 100%;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-banner.category {
  height: 370px;
}
.main-banner 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 img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.main-banner.sm {
  /* height: 200px; */
  border-radius: 30px;
}
.main-banner.lg {
  height: 400px;
  border-radius: 16px;
}
.main-bannerr.xl {
  /* height: 445px; */
  border-radius: 8px;
}

.header-top {
  padding: 11px 0;
  background-color: var(--orange);
}
.header-top .social-icons {
  color: var(--white);
}
.header-top .link {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

header {
  padding: 25px 0;
  background-color: #E6E6E6;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}
header .dropdown .dropdown-toggle {
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #0D1B39;
}

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

.button-header-icons {
  border: none;
  background-color: transparent;
}

.header-bottom {
  background-color: #E6E6E6;
}
.header-bottom .header-items {
  color: #0D1B39;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  border-bottom: 3px solid transparent;
}
.header-bottom .header-items:hover {
  font-weight: 600;
}
.header-bottom .header-items:hover + .absolute-dropdown {
  visibility: visible;
}

.header-div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 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;
}
.mobile-menu-alt-link
{
  font-size: 14px;
  color: #000;
  font-weight: 400;  
}
.absolute-dropdown .dropdown-content {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  max-width: 240px;
  max-height: 300px;
  overflow: auto;
  border-radius: 4px;
}
.absolute-dropdown .dropdown-content .dropdown-list .dropdown-title {
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 16px;
}
.absolute-dropdown .dropdown-content .dropdown-list .dropdown-items {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.absolute-dropdown .dropdown-content .dropdown-list .dropdown-items:hover {
  color: var(--dark-blue);
}

.main-tabs {
  padding: 10px;
  background-color: var(--tabs-bg);
  gap: 30px;
  border-radius: 30px;
}
.main-tabs .tabs-items {
  padding: 10px 15px;
  color: var(--dark-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}
.main-tabs .tabs-items.active {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 30px;
}

footer {
  padding: 100px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 26.93%, rgba(230, 92, 0, 0.4) 96.07%);
  backdrop-filter: blur(301.4331054688px);
}
footer .left-title {
  font-weight: 500;
  color: var(--black);
  font-size: 30px;
  line-height: 40px;
}
footer .footer-search {
  width: 100%;
  border-radius: 50px;
  background-color: var(--white);
  border: 1px solid rgb(177, 181, 187);
  padding: 10px 16px;
}
footer .search-button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 30px;
  border-radius: 50px;
  background-color: var(--dark-orange);
  color: var(--white);
  border: none;
}
footer .social-icons {
  color: var(--black);
  font-size: 22px;
}
footer .market-img {
  width: 120px;
  height: 40px;
}
footer .market-img img {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
footer .footer-title {
  color: var(--black);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
footer .footer-items {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* .container-fluid.slider {
  padding-left: 300px;
} */
 .container-fluid.detaysayfasi {
  padding-left: 300px;
} 
.breadcumb .items {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.search-form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999999;
  visibility: hidden;
  opacity: 0;
  margin-top: 0;
  transition: all 0.6s ease-in-out;
}
.search-form.active {
  opacity: 1;
  margin-top: 25px;
  width: 220px;
  visibility: visible;
}

.send-search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}


body {
  font-family: "Poppins", sans-serif;
  background-color: var(--white);
}
body.renk {
  background-color: var(--bg-gray);
}

a {
  text-decoration: none;
}

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

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

.main-link {
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  color: var(--dark-blue);
}

.main-link-button {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 50%;
  border: none;
}

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

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

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

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

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

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

.page-top-link .items {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.detayblok
{
  padding: 30px 0;
}
.anasBaslik
{
  margin-bottom: 20px;
  margin-top: 30px;
}
.sayfaIcleri
{
  margin-bottom: 20px;
}
.padding-bosluk
{
  padding-top: 60px;
}
.kategoriler li a 
{
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.kategoriler ul 
{
  padding-left: 0 !important;
}
#urunsirala {
  display: block !important;
}
.kategori-urunler .BreadCrumb
{
  font-size: 40px;
    font-weight: 400;
    color: #000;
    
}
.kategori-urunler .page-title 
{
  margin:0 0 20px 0 !important;
  padding-bottom: 0 !important;

}
.kategori-urunler .page-title .BreadCrumb
{
  font-size: 25px !important;
}
.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: var(--gray);
  font-size: 14px;
  font-weight: 400;
  flex-wrap: nowrap;
}
.BreadCrumb {
  white-space: nowrap;
  color: var(--gray);
  font-size: 14px;
  font-weight: 400;
}
.detayblok
{
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  margin-top: 40px;
}
.page-title {
  padding-bottom: 10px;
  margin: 0 0 35px 0;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}
.yildiz-card
{
  width: 85px !important;
}
.js-drawer.drawer
{
  height: 100% !important;
}
.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);
}
.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;
}
.offcanvas-top.mobile-sidebar
{
  height: 100% !important;
}
@media only screen and (max-width: 990px) {
  .product-card .category
  {
    font-size: 14px !important;
  }
  .main-title
  {
    font-size: 30px !important;
  }
  .catSlider .sldinfo
  {
    margin-left: 110px !important;
  }

  .cat-slider-fiyat span
  {
    font-size: 15px !important;
  }
  .kategori-urunler .page-title 
  {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: auto;
  }
  .kategori-urunler .page-title .BreadCrumb
  {
    font-size: 18px !important;
  }
  .logo 
  {
    height: 30px !important;
    width: 140px !important;
  }
  header {
    background-color: var(--white);
  }
  header .search-input {
    width: 100%;
    padding: 10px 18px;
    border: 2px solid var(--dark-blue);
    background-color: var(--white);
    border-radius: 7px;
  }
  header .search-input:focus {
    outline: none;
  }
  header .search-icon {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  header .icons {
    color: var(--black);
  }
  header .dropdown.mobile .dropdown-toggle {
    color: var(--black);
  }
  header .dropdown.mobile .dropdown-toggle::after {
    display: none;
  }
  .header-bottom {
    padding: 15px 0;
  }
  .header-bottom .bars-button {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
  }
  .offcanvas-start {
    width: 80% !important;
  }
  .product-card .image-box {
    margin-top: auto;
    width: auto;
   
  }
  .product-card {
    padding: 25px 20px;
  }
  footer {
    padding: 50px 0;
  }
  .main-banner.xl {
    height: 260px;
  }
  .mt-100 {
    margin-top: 45px !important;
  }
  #tabs-slider .owl-stage-outer {
    padding-top: 0;
  }
  #tabs-slider1 .owl-stage-outer {
    padding-top: 0;
  }
  #tabs-slider2 .owl-stage-outer {
    padding-top: 0;
  }
  #tabs-slider4 .owl-stage-outer {
    padding-top: 0;
  }
  #cok-satanlar .owl-stage-outer {
    padding-top: 0px;
}
.padding-bosluk
{
  padding-top: 0 !important;
}
  .quantity .quantity-input {
    width: 100%;
  }
  .mt-50 {
    margin-top: 20px !important;
  }
  .page-top-link {
    overflow: auto;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .page-top-link .items {
    text-wrap: nowrap;
    padding-bottom: 10px;
  }
  .product-detail-page .product-name {
    font-size: 35px !important;
  }
  .product-detail-page {
    gap: 15px;
  }
  .product-detail-page .price {
    font-size: 22px;
  }
  .product-detail-page .desc {
    font-size: 16px;
  }
  .product-detail-tabs {
    padding: 20px 25px;
  }
  .container-fluid.slider {
    padding-left: 12px;
  }
  .container-fluid.detaysayfasi {
    padding-left: 12px;
  }
  .product-sidebar {
    border: none;
  }
  .product-sidebar .section {
    border: none;
    padding-top: 0;
  }
  .product-sidebar .section:last-child {
    padding-bottom: 0;
    border: none;
  }
  .filtre-temizle.filtrele {
    color: var(--white);
    background-color: #E29447;
  }
  .product-card-two .image-box {
    height: 180px;
    width: 100%;
  }
  .product-card-two {
    max-width: 100%;
  }
  .product-card-two .category {
    font-size: 14px;
  }
  .product-card-two .product-name {
    font-size: 17px;
  }
  #benzerurunler .owl-stage-outer {
    padding-top: 40px !important;
  }
  .main-banner.category {
    height: 300px !important;
  }
  #beraberalinan .owl-stage-outer {
    padding-top: 40px !important;
  }
  .mobil-anasayfa-slider-images {
    
    width: 100%;
  }
  .mobil-anasayfa-slider-images img {
    width: 100%;
   
    max-width: 100%;
  }
  .cat-slider-fiyat
  {
    font-size: 17px !important;
  }
  .catSlider .gitbtn
  {
    top: 145px !important;
    margin-left: 110px !important;
  }
  .max-2-lines
  {
    font-size: 15px !important;
  }
  .catSlider .overview li {
    height: 200px !important;
}
.catSlider .overview li
{
  height: 200px !important;
}
}
.urun-card-sepet-button
{
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 15px;
  border: none;
  width: 100%;
  padding: 5px;
}
.searchResultFilter li a 
{
  color: #222;
  font-size: 14px;
  font-weight: 500;
}
.page-inner-content .topresults 
{
  color: #222;
  font-size: 16px;
  font-weight: 500;
}
.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%;
}

.page-title
{
  margin-top: 20px;
}


.kategori-listeleri .page-title
{
  font-size: 0px !important;

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