body {
  font-family: "Inter", sans-serif !important;
}

.border-none {
  border: none !important;
}

a {
  text-decoration: none;
}

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

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

.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-70 {
  margin-top: 70px;
}

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

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

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

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

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

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

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

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

.footer-color {
  background-color: #333742;
  padding: 85px 85px 10px 85px;
}

.header {
  display: flex;
  padding: 6px 0px;
  justify-content: center;
  align-items: center;
  background: #5683FF;
  color: #fff;
}

.categories {
  display: flex;
  align-items: center;
  gap: 80px;
}
.categories a {
  color: #333742;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.navbar {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(51, 55, 60, 0.5) !important;
}

.mobile-menu {
  background-color: #9fa7bb;
}

.mobile-menu-icons {
  padding: 10px 10px;
  border-bottom: 1px solid #b9babb;
}

.main-banner {
  width: 100%;
}
.main-banner .spbanner
{
  height: 100%;
}
.main-banner.categori-banner-left {
  height: 200px;
}
.main-banner.categori-banner-left img {
  height: 100%;
}
.main-banner.categori-banner-right {
  height: 138px;
}
.main-banner.categori-banner-right img {
  height: 100%;
}
/* .main-banner.short {
  height: 138px;
} */
.main-banner.short img {
  height: 100%;
}
.main-banner img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.main-banner.xl {
  height: 680px;
}
.main-banner.xl img {
  height: 100%;
}
.main-banner.sm .spbanner 
{
  height: 100%;
}
.main-banner .start-shopping {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 60px */
  position: absolute;
  z-index: 9;
  bottom: 10px;
  left: 15px;
  transform: translateY(-50%);
}
.main-banner .arrow-button {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
}
.main-banner.banner-right {
  height: 600px;
}
.main-banner.banner-right img {
  height: 100%;
}
.main-banner.sm
{
  height: 216px;
}
.main-banner.sm img 
{
  height: 100%;
}
.right-search {
  width: 100%;
  margin-bottom: 35px;
}
.right-search input {
    width: 100%;
    border: none;
    border-radius: 25px;
    background: #a8ff09;
    display: flex;
    padding: 10px 10px 10px 17px;
    justify-content: flex-end;
    align-items: center;
    color: #000;
    gap: 175px;
}
.right-search .search-button {
  background-color: #fff;
  height: 35px;
  width: 35px;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  transform: translateY(-50%);
  right: 10px;
}
.detailSearchKey::placeholder {
    color: #000; /* Placeholder rengini kırmızı yapar */
    font-style: italic; /* İsteğe bağlı: italik yapar */
    opacity: 1; /* Bazı tarayıcılarda görünürlüğü artırmak için */
}
.detailSearchKey:focus::placeholder {
    color:  #000; /* Odaklanınca placeholder rengi kırmızı olur */
}
.best-seller h3 {
  color: #333742;
   
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 40px */
}
.best-seller .see-all {
  border-radius: 40px;
  border: 1px solid #333742;
  background-color: transparent;
  padding: 6px 20px; 
  color: rgba(51, 55, 66, 0.90); 
  font-size: 16px;
  font-weight: 600;
}
.main-product-card 
{
  border-radius: 20px;
  border: 1px solid rgba(51, 55, 66, 0.50);
}
.main-product-card .image-box 
{
  width: 100%;
  height: 290px;
  border-radius: 20px;
}
.main-product-card .image-box img 
{
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.indirim-orani
{
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 24px;
  background-color: #FF222B;
  padding: 5px 12px;
}
.main-product-card .indirim-orani
{
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 15px;
  background-color: #333742;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.main-product-card .main-card-body
{
  padding: 10px;
}
.main-product-card .fav-button
{
  border: none;
  background-color: transparent;
}
.main-product-card .name 
{
  color: #333742;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  overflow:hidden;
}
.main-product-card .price 
{
  color: #333742;
  font-size: 20px;
  font-weight: 700;
}
.main-product-card .sepete-ekle-button 
{
  padding: 4px 10px;
  color: rgba(51, 55, 66, 0.90);
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px;
  border: 1px solid #333742;
  text-wrap: nowrap;
}





.product-card {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(51, 55, 66, 0.5);
  background: #FFF;
  margin: 30px 0px;
}
.product-card .product-name 
{
  color: #333742;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.product-card .card-image {
  width: 100%;
}
.product-card .card-image img {
  width: 100%;
  border-radius: 20px;
}
.product-card .card-image .discount {
  position: absolute;
  top: 15px;
  left: 5px;
  border-radius: 15px;
  padding: 5px;
  background: #333742;
  width: fit-content;
  color: #FFF;
   
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.product-card .card-buttons .colors button {
  background-color: transparent;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: none;
}
.product-card .card-buttons .favorite button {
  background-color: transparent;
  border-radius: 50%;
  border: none;
}
.product-card .product-title {
  display: flex;
  flex-wrap: wrap;
}
.product-card .product-title p {
  color: #333742;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 20px */
}
.product-card .product-price-add .product-price {
  color: #333742;
  
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product-card .product-price-add .add-to-cart {
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid #333742;
  color: rgba(51, 55, 66, 0.9);
  
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 6px 15px;
}

.banner-card {
  border-radius: 20px;
  border: 1px solid rgba(51, 55, 66, 0.3);
  background: #FFF;
}
.banner-card .banner-header {
  position: relative;
  padding: 10px;
}
.banner-card .banner-header .banner-title {
  color: #333742;
   
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
}
.banner-card .banner-header .banner-text {
  color: #333742;
   
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}


.banner-image {
  width: 100%;
}
.banner-image img {
  width: 100%;
  border-radius: 0px 0px 20px 20px;
}



.banner-small {
  border-radius: 30px;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.banner-small img {
  width: 100%;
  border-radius: 30px;
}
.banner-small .tag {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: #333742;
  width: fit-content;
  padding: 10px;
  color: #FFF;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 20px */
  position: absolute;
  top: 10px;
  left: 10px;
}
.banner-small .arrow-right-down {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: transparent;
  border: none;
}

.footer-top .footer-title {
  color: #333742;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 62.5px */
}
.footer-top .footer-text {
  color: #333742;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 30px */
  padding: 20px 0px;
  flex-wrap: wrap;
}
.footer-top .footer-button {
  border-radius: 40px;
  border: none;
  background: #333742;
  display: flex;
  width: 200px;
  height: 60px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
   
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
  margin-bottom: 20px;
}

.footer .contact {
  width: fit-content;
  border-radius: 20px;
  background: #484b55;
  padding: 32px;
}
.footer .contact h5 {
  color: #FFF;
   
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.footer .contact .footer-mail {
  position: relative;
}
.footer .contact .footer-mail input {
  border-radius: 6px;
  border: 1.5px solid #E7E8F2;
  background: #FFF !important;
  padding: 10px;
  width: 100%;
}
.footer .contact .footer-mail .footer-input-button {
  background-color: #5683FF;
  border: none;
  position: absolute;
  right: 0px;
  top: 23px;
  height: 100%;
  padding: 10px;
  transform: translateY(-50%);
  border-radius: 6px;
}
.footer .contact .mail-text {
  flex-wrap: wrap;
  color: #FFF;
   
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.4px; /* 170% */
}

.footer-list h5 {
  color: #FFF;
   
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}
.footer-baslik 
{
  color: #FFF;
   
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}
.footer-list p {
  color: #FFF;
   
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.footer-list a {
  color: #FFF;
   
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.categories-footer {
  gap: 15px;
}
.categories-footer a {
  border-radius: 20px;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
  color: #FFF;
   
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.categories-title {
  color: #FFF;
   
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  margin-bottom: 15px;
}

.footer-logo {
  width: fit-content;
}
.footer-logo img {
  width: 100%;
}

.logo-text {
  color: #FFF;
   
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.accordion-border {
  border-radius: var(--8, 8px);
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 20px;
}
.accordion-border p {
  color: #252C32;
   
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.096px;
  padding-bottom: 10px;
}

.sort-button {
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid #333742;
  display: flex;
  width: 165px;
  height: 35px;
  padding: 6px 10px;
}

.accordion-item {
  border: none;
}
/* .accordion-item .accordion-button {
  border-radius: 12px !important;
  background: #F7F7F7 !important;
} */
/* .accordion-item .accordion-button:not(.collapsed) {
  border-radius: 12px !important;
  background: transparent !important;
  border: none;
} */

.brand {
  color: #1F1F1F;
  
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
}

.product-name {
  color: #252C32;
  
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
  letter-spacing: -0.88px;
  padding: 5px 0px;
}

.product-detail-stars {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.size {
  padding: 20px 0px;
}
.size h5 {
  color: #252C32;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.size button {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: transparent;
  width: 70px;
  padding: 8px 12px;
  gap: 10px;
  color: #000;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
}

.color {
  padding: 20px 0px;
}
.color h5 {
  color: #252C32;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.color button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
}

.tags .red {
  border-radius: 20px;
  background: #FFBCBC;
  color: #C10000;
  text-align: center;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.084px;
  text-transform: capitalize;
  height: 30px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 3px;
  width: fit-content;
}
.tags .green {
  border-radius: 20px;
  width: fit-content;
  background: #C2FFD7;
  display: flex;
  height: 30px;
  text-align: center;
  padding: 16px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #004B1A;
  text-align: center;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.084px;
  text-transform: capitalize;
  margin-top: 3px;
}

.others button {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: transparent;
  display: flex;
  padding: 10px;
  align-items: center;
}
.others button p {
  color: #000;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
}
.others button .price {
  color: #000;
  
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 218.182% */
  letter-spacing: -0.066px;
}

.discount-2 {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: #FF222B;
  color: #FFF;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.price .old {
  color: rgba(31, 31, 31, 0.4);
  
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  text-decoration-line: strikethrough;
  text-decoration: line-through;
}
.price .new {
  color: #1F1F1F;
  
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 48px */
}

.cart-favorite .add-cart button {
  border-radius: 20px;
  background: #333742;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  border: none;
  width: 100%;
}
.cart-favorite .fav button {
  border-radius: 20px;
  border: 1px solid #1F1F1F;
  display: flex;
  height: 52px;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: transparent;
}

.product.nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
  
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px;
}
.product.nav .nav-link.active {
  background-color: transparent;
  color: #000;
  
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 0px;
  border-bottom: 2px solid #000;
}


.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;
}


.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;
}

.urunSecimTable
{
  border: none !important;
}
ul.urunSecim li
{
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 7px 20px;
  font-size: 14px;
}
.anindaGonderim{background-color: #4caf50;;}
.ucretsizKargo{background-color: #dc7a00;}
.yerliUrun{background-color: #0062dc;}
.yeniUrun{background-color: #86b7ef;}
.ucretsizkargoUrun{background-color: #b481f2;}
.indirimdeUrun{background-color: #f84646;} 
.tukendiUrun{background-color: red;} 
.urundetbadge {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 19;
  top: 10px;
  left: 10px;
}
.urundetbadgelist {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  z-index: 19;
}
.badgekutu
{
border-radius:5px;
gap:10px;
padding:3px 5px;
color:#fff !important;
float:left;
margin-right:10px;
margin-bottom:5px;
font-size:12px;
}
.ayni-gun
{
  color: #004B1A;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.084px;
  text-transform: capitalize;
  border-radius: 20px;
  background: #C2FFD7;
  padding: 5px 15px;
}
.yerli-uretim
{
	display:none;
}
.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;
}
.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;
}
.etikets .etiket 
{
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.anasBaslik
{
  margin: 20px 0;
}

.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%;
}
.detayblok .page-title {
  font-size: 30px;
  margin: 20px 0;
}
.breadcrumb-menubar li a {
  text-wrap: nowrap;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  flex-wrap: nowrap;
}
.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;
}

.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 .page-title {
  font-size: 0px !important;
  margin-bottom: 20px !important;
}
.kategori-urunler .BreadCrumb {
  margin-bottom: 0 !important;
}
#sp-iletisim-form 
{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
#sp-iletisim-form .col-md-6:first-child
{
  padding-right: 3rem !important;
}
@media (max-width:990px)
{
  #sp-iletisim-form 
  {
    flex-direction: column;
  }
  #sp-iletisim-form .col-md-6
  {
    padding: 0 20px !important;
  }
  .catSlider .overview li {
    width: 100%;
    height: 200px !important;
}
.catSlider .sldinfo
{
  margin-left: 110px !important;
}
.catSlider .gitbtn {
  top: 145px !important;
  margin-left: 110px !important;
}
.max-2-lines
{
  font-size: 15px;
}
.cat-slider-fiyat {
  margin-top: 0 !important;
  font-size: 18px !important;
}
}


@media (max-width: 990px) {
  .detail-tabs .tabs-items {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }
  .detail-tabs .tabs-items.active 
  {
    font-weight: 500 !important;
  }
  .guvenilir-alisveris .cargo-badge {
    font-size: 10px !important;
    padding: 5px 6px !important;
  }
  .main-banner.short {
    height: auto;
  }
  .main-banner.xl {
    margin-top: 15px;
  }
  .main-banner.categori-banner-left {
    height: auto;
  }
  .main-banner.categori-banner-right {
    height: auto;
    margin: 0px !important;
  }
  .right-search {
    margin-top: 15px;
  }
  .banner-right {
    margin-top: 15px;
  }
  .best-seller .see-all {
    padding: 3px 6px;
  }
  .product-card {
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(51, 55, 66, 0.5);
    background: #FFF;
    margin: 30px 0px;
  }
  .product-card .card-image {
    width: 100%;
  }
  .product-card .card-image .discount {
    font-size: 11px;
    padding: 2px;
  }
  .product-card .card-image .discount p {
    display: flex;
    align-items: center;
  }
  .product-card .card-image img {
    width: 100%;
    border-radius: 20px;
  }
  .product-card .card-image .favorite {
    position: absolute;
    top: 33px;
    transform: translateY(-50%);
    right: 5px;
  }
  .product-card .card-image .favorite button {
    background: transparent;
    border: none;
  }
  .product-card .card-buttons .colors {
    width: fit-content;
  }
  .product-card .card-buttons .colors button {
    background-color: transparent;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: none;
  }
  .product-card .card-buttons .favorite button {
    background-color: transparent;
    border-radius: 50%;
    border: none;
    position: relative;
    top: 10px;
  }
  .product-card .product-title {
    display: flex;
    flex-wrap: wrap;
  }
  .product-card .product-title p {
    color: #333742;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 20px */
  }
  .product-card .product-price-add .product-price {
    color: #333742;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
  }
  .product-card .product-price-add .add-to-cart {
    background-color: transparent;
    border-radius: 40px;
    border: 1px solid #333742;
    color: rgba(51, 55, 66, 0.9);
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6px 15px;
    width: 100%;
  }
  .product.nav {
    display: block;
  }
  .product.nav .nav-item {
    width: 100%;
  }
  .product.nav .nav-item button {
    width: 100%;
    align-items: center;
  }
  .footer-color {
    padding: 10px;
  }
  .cart-favorite .fav {
    width: 100%;
  }
  .cart-favorite .fav button {
    width: 100%;
    margin-top: 5px;
  }
  
  header .icons {
    color: #333333;
    font-size: 20px;
  }

  header .header-search {
    width: 100%;
    border: 1px solid #BBB;
    border-radius: 10px;
    padding: 10px;
  }
  .header-search-button
  {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
  }

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

  .bars-button {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
  }
  .main-product-card .image-box
  {
    height: auto;
  }
  .main-product-card .name
  {
    font-size: 15px;
    height: 40px;
  }
  .main-product-card .price
  {
    font-size: 18px;
  }
  .main-banner.xl
  {
    height: auto;
  }
}


.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;
}
.category-sidebar .kategoriler li a 
{
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
.category-sidebar .kategoriler #filterContainer ul 
{
  padding-left: 0 !important;
}
#urunsirala {
  display: block !important;
  margin-bottom: 15px;
}
.filtreleme-scroll
{
  height: 300px;
  max-height: 300px;
  overflow: auto;
  margin: 15px 0;
}
.filtreleme-scroll:last-child
{
  height: auto;
}
.filtreleme-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.filtreleme-scroll::-webkit-scrollbar {
  width: 3px;
  height: 100%;
  background-color: transparent;
}
.filtreleme-scroll::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #000;
}

@media (max-width:990px)
{
  
.form-search-input{
  width: 100%;
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(34, 34, 34, 1);
  padding: 7px 20px 7px 40px;
  border-radius: 10px;

}
.form-search-input::placeholder{
  font-style: normal !important;
}
.form-search-input:focus{
  box-shadow: none !important;
  backdrop-filter: none;
  border: 1px solid rgba(34, 34, 34, 1) !important;
  outline: none !important;
}
.form-search-input.active{
  border-radius: 10px 10px 0 0 !important;

}
.search-input-area .search-icon{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.search-response{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 100px;
  z-index: 99;
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  display: none;
  border: 1px solid rgb(34, 34, 34);
  overflow: auto;
  max-height: 300px;
}
.search-response.active{
  display: block;
  border-top: 0 !important;
}
.result-item{
  padding: 10px 5px;
  border-bottom: 1px solid #8e8e8e;
  display: flex;
  gap: 10px;
}
.result-item:last-child{
  border-bottom: 0 !important;
}

.result-item .product-name{
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 25px;
  letter-spacing: 0;
  padding: 0;
}
.result-item .product-cat{
  font-size: 14px;
  color: rgba(0, 0, 0, .6) !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;
}
@media (max-width:990px)
{
  .add-cart
  {
    margin-top: 5px;
  }
  .product-name.urundetaysayfasi 
  {
    font-size: 25px;
    line-height: 30px;
  }
  .mt-100 
  {
    margin-top: 50px;
  }
}
@media (max-width:990px)
{
  html ::-webkit-resizer {
    background-color: #fff
  }
  
  html ::-webkit-scrollbar {
    width: 5px;
    overflow: visible;
    height:2px;
  }
  html ::-webkit-scrollbar-button {
    display: none
  }
  
  html ::-webkit-scrollbar-corner {
    background-color: #fff
  }
  html ::-webkit-scrollbar-thumb {
    background-color: rgba(138, 138, 138, .4);
    border-radius: 7px
  }
  html ::-webkit-scrollbar-track-piece {
    background-color: #fff
  }
}
