/* Borderlar menü ve menü butonları için burada başlıyor */
.border-menu {
  /* background: #e0e5ec; butonun konacağı yer arkaplan rengi*/
  font-size: 14px;
  box-shadow:
    -7px -7px 20px 0px #fff9,
    -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001,
    inset 0px 0px 0px 0px #fff9,
    inset 0px 0px 0px 0px #0001,
    inset 0px 0px 0px 0px #fff9,
    inset 0px 0px 0px 0px #0001;
  transition: box-shadow 0.6s cubic-bezier(.79, .21, .06, .81);
  border-radius: 5px;
}

.border-menu:hover {
  box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
    -2px -2px 3px 0 rgba(116, 125, 136, .2),
    inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
    inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
  color: rgba(38, 125, 5, 1);
  /* animation: colorchange 3s linear infinite; */ 
}

.border-button {
  margin-left: 5px;
  border-radius: 3px;
  background: var(--bm-background);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  box-shadow:
    -7px -7px 20px 0px #fff9,
    -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001;
  transition: box-shadow 0.6s cubic-bezier(.79, .21, .06, .81);
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

/* .border-button:hover {
  background: radial-gradient(circle, #0ff 0%, var(--bm-background) 60%);
  color: rgba(102, 102, 102, .5);
  animation: colorchange 3s linear infinite;
} */

.border-button:active {
  box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
    -2px -2px 3px 0 rgba(116, 125, 136, .2),
    inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
    inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
}

@keyframes colorchange {
  to {
    filter: hue-rotate(360deg);
  }
}

/* Borderlar menü ve menü butonları için burada bitiyor */



/* TOP NAV BURADA BAŞLIYOR */
.top-nav {
  margin: 3px;
  padding: 5px 0;
  background: var(--bm-background);
  position: relative;
  /*bu özellik z-index için eklendi. absolute,relative,fixed değilse z-index çalışmıyor */
  align-items: center;
  justify-content: left;
  width: 99.5%;
  height: 70px;
  display: flex;
  z-index: 10;
}



.top-nav-left,
.top-nav-center,
.top-nav-right {
  align-items: center;
  display: flex;
  margin: 0 5px;
  position: relative;
  height: 80%;
}
@media (max-width: 767px) {
  .top-nav {
    display: block;
    height: auto;
  }

  .top-nav-center,
  .top-nav-left,
  .top-nav-right {
    width: 97%;
    height: 50px;
    margin: 10px 5px 10px 5px;

  }
}
@media (max-width: 480px) {
  .top-nav {
    display: flex;
    justify-content: space-between;
  }
  .top-nav-left {
    width: 25%;
  }
  .top-nav-right {
    width: 70%;
  }
}

.top-nav-left {
  width: auto;
  flex-wrap: nowrap;
}

.top-nav-center {
  width: 55%;
  justify-content: center;
  color: orchid;
  font-size: 24px;
}

.top-nav-right {
  width: auto;
  justify-content: right;
}

.top-nav-right .nav-shopping-cart {
  font-size: 18px;
  right: -150px;
  top: 42px;
}

.top-nav-right .nav-user {
  font-size: 18px;
  right: -100px;
  top: 42px;
  /* transition-duration:1s; */
  /* background-color: var(--bm-background); */
}

.top-nav-right .nav-user .button-ok {
  width: 100px;
  height: 25px;
  font-size: 14px;
  box-shadow:
    -7px -7px 20px 0px #fff9,
    -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001,
    inset 0px 0px 0px 0px #fff9,
    inset 0px 0px 0px 0px #0001,
    inset 0px 0px 0px 0px #fff9,
    inset 0px 0px 0px 0px #0001;
  transition: box-shadow 0.6s cubic-bezier(.79, .21, .06, .81);
  border-radius: 5px;
}


.top-nav-right .nav-user .button-ok:active {
  box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
    -2px -2px 3px 0 rgba(116, 125, 136, .2),
    inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
    inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
}


.top-nav-right .nav-shop {
  font-size: 18px;
  right: -50px;
  top: 42px;
}

.top-nav-right .nav-plus {
  font-size: 18px;
  right: -1px;
  top: 42px;
}
.top-nav-right .nav-plus-t5 {
  font-size: 18px;
  right: 2px;
  top: 42px;
}
.top-nav-right .nav-plus-t4 {
  font-size: 18px;
  right: -48px;
  top: 42px;
}
.top-nav-right .nav-plus-t3 {
  font-size: 18px;
  right: -94px;
  top: 42px;
}
.top-nav-right .nav-plus-t2 {
  font-size: 18px;
  right: -152px;
  top: 42px;
}
.top-nav-right .nav-plus-t1 {
  font-size: 18px;
  right: -198px;
  top: 42px;
}


.top-nav-right .button-top-nav-right {
  width: 40px;
  height: 40px;
  color: chocolate;
}
.top-nav-right .button-top-nav-right img {
  width: 30px;
}
.dropdown-container {
  position: relative;
  display: inline-block;
  /* bu container içindeki nesnelerin genişliği container genişliği kadar olacak */
  padding: 0 3px 0px 3px;
}

.dropdown-container > button {
  position: relative;
  display: flex;
}

.dropdown-container nav { 
  position: absolute;
  background-color: #fff;
  width: 405px;
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  visibility: hidden;

  max-height: 60vh;
  overflow-x: auto;
  color: #94480a;
  transition: 100ms all;
  z-index: 11;
}
@media (max-width: 767px) {
  .dropdown-container nav {
    width: 50vh;
  }
}
@media (max-width: 600px) {
  .dropdown-container nav {
    width: 400px
  }
}
@media (max-width: 400px) {
  .dropdown-container nav {
    max-width: 320px;
  }
}

.dropdown-container nav:hover {
  opacity: 1;
  visibility: visible;
  color: #64940a;
}

.dropdown-container button:hover+nav {
  opacity: 1;
  visibility: visible;
  /* transform: translateY(5px); */

}

.dropdown-container:focus-within nav {
  opacity: 1;
  visibility: visible;
  /* transform: translateY(5px); */
}

.dropdown-container:focus-within > button {
  box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
    -2px -2px 3px 0 rgba(116, 125, 136, .2),
    inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
    inset 2px 2px 3px 0 rgba(116, 125, 136, .3);

  background: radial-gradient(circle, #0ff 0%, var(--bm-background) 60%);
  color: rgba(102, 102, 102, .5);
  animation: colorchange 3s linear infinite;
}




/* Arama çubuğu başlangıç */
.search-nav-top {
  width: auto;
  display: inline-flex;
}

.search-nav-top input {
  height: 40px;
  width: 50%;
  margin: 0 5px 0 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0 15px;
  flex: 1;
  outline: 0;
}

.search-nav-top button {
  margin-left: 20px;
  height: 40px;
  width: 40px;
  padding: 0 5px 0 5px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  color: var(--primaryColor);
  font-size: 30px;
}

/* Arama çubuğu bitiş */



/* ************************************************************************************************************************* */
/* sticky navbar burada başlıyor */

.navbar-sticky {
  position: sticky;
  min-height: 60px;
  width: 99.5%;
  margin-left: 3px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: var(--bm-background);
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: end;
  /*aşağıya yaslayacak*/
  top: 0;
  z-index: 9;
}

.navbar-sticky-categories {
  position: relative;
  width: auto;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: var(--bm-background);
  display: flex;
  align-items: start;
  /*Yukarıya Hizalayacak*/
  flex-wrap: wrap;
  margin: 0 10px;
}


/* SİDE MENÜ SAĞ VE SOL */
#menuToggleLeft {
  bottom: 8px;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  justify-content: center;
  align-items: center;
  padding-right: 9px;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggleLeft>input {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 11;
  -webkit-touch-callout: none;
}

#menuToggleLeft > span {
  top: 10px;
  left: 4px;
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #a0f503;
  border-radius: 3px;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggleLeft span:first-child {
  transform-origin: 0% 0%;
}

#menuToggleLeft span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggleLeft input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #f01616;
}

#menuToggleLeft input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggleLeft input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(3px, 5px);
}

#menuToggleLeft input:checked~span:nth-last-child(4) {
  opacity: 1;
  transform: rotate(45deg) translate(3px, -3px);
}

#menuToggleLeft input:checked~ul {
  width: 300px;
}

#sidemenuLeft {
  position: absolute;
  /* direction: rtl; */
  top: 52px;
  width: 0px;
  height: 83vh;
  margin: 0 0 0 -5px;
  padding-top: 5px;
  border-radius: 5px;
  left: 0;
  background: var(--bm-background);
  overflow: auto;
  list-style-type: none;
  /* transition: width 0.2s; */
}

@media (max-width:768px) {
  #sidemenuLeft {
    height: 80vh;
  }
  #sidemenuRight {
    height: 80vh;
  }
  .top-nav-center{
    display: none;
  }
}
@media (max-width:400px) {
  
  #sidemenuLeft {
    height: 60vh;

  }
}
@media (max-width: 480px) {
  
  #sidemenuLeft {
    height: 69vh;

  }
  
}
/* 
@media (max-width:600px) {
  #sidemenuLeft {
    height: 83vh;
  }
  #sidemenuRight {
    height: 83vh;
  }
  .top-nav-center{
    display: none;
  }
}

@media (max-width:400px) {
  #sidemenuRight {
    max-height: 65vh;
    max-width: 335px;
  }
  #sidemenuLeft{
    max-height: 65vh;
    max-width: 335px;
  }
  .top-nav-center{
    display: none;
  }
} */




#sidemenuLeft li {
  font-size: 18px;
}




/*
 * SOLDAKİ MENÜ BURADA BAŞLIYOR
 */

#menuToggleRight {
  bottom: 8px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: block;
  position: absolute;
  right: 0;
  /* -webkit-user-select: none;
  user-select: none; */
}

#menuToggleRight>input {
  display: block;
  width: 40px;
  height: 32px;
  margin: 5px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 11;
  -webkit-touch-callout: none;
}

#menuToggleRight > span {
  top: 10px;
  right: -3px;
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #a0f503;
  border-radius: 3px;
  transform-origin: 28px -4px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggleRight .tglrghtspn1 {
  transform-origin: 100% 0%;
}

#menuToggleRight .tglrghtspn2 {
  
  transform-origin: 0% 0%;
}


#menuToggleRight .tglrghtspn3 {
  transform-origin: 100% 0%;
}

#menuToggleRight input:checked~.tglrghtspn1 {
  opacity: 1;
  transform: rotate(-45deg) translate(-1px, -6px);
  background: #f01616;
}
#menuToggleRight input:checked~.tglrghtspn2 {
  opacity: 0;
  /* transform: rotate(0deg) scale(0.2, 0.2); */
}

#menuToggleRight input:checked~.tglrghtspn3 {
  transform: rotate(45deg) translate(0px, 2px);
  background: #f01616;
}



#menuToggleRight input:checked~#sidemenuRight {
  width: 350px;
  position: absolute;
  border-radius: 3px;
}

.border-button-1 {
  margin-left: 5px;
  border-radius: 3px;
  background: var(--bm-background);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  box-shadow:
    -7px -7px 20px 0px #fff9,
    -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001;
  transition: box-shadow 0.6s cubic-bezier(.79, .21, .06, .81);
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

/* .border-button-1:hover {
  background: radial-gradient(circle, #0ff 0%, var(--bm-background) 60%);
  color: rgba(102, 102, 102, .5);
  animation: colorchange 3s linear infinite;
} */

.border-button-1:active {
  box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
    -2px -2px 3px 0 rgba(116, 125, 136, .2),
    inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
    inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
}



#sidemenuRight {
  position: absolute;
  top: 52px;
  right: -6px;
  width: 0px;
  height: 83vh;
  margin: 0;
  padding: 0px;
  padding-top: 5px;
  border-radius: 10px;
  background: var(--bm-background); 
  overflow-y: auto;
  overflow-x: auto;
  /* transition: width 0.2s; */
}

@media (max-width:380px) {
  
  #sidemenuRight {
    height: 50vh;

  }
}
@media (max-width: 480px) {
  
  #sidemenuRight {
    height: 60vh;

  }
  
}
.navbar-sticky .dropdown-container nav img {
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px;
  border-radius: 3px;

}

.navbar-sticky .dropdown-container nav ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
}

.navbar-sticky .dropdown-container nav ul li {
  width: 90px;
  height: 120px;
  font-size: 11px;
  text-align: center;

}

.navbar-sticky-categories .main-category-menu-button {
  justify-content: start;
  height: 45px;
  width: 130px;
  color: rgb(110, 28, 108);

}

.navbar-sticky-categories .main-category-menu-button img {
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px;
  /* border: solid 1px rgb(224, 152, 222); */
  border-radius: 3px;
}

/* sticky navbar burada bitiyor */
/* ************************************************************************************************************************* */

/* KATEGORİ MENÜ burada başlıyor*/
/* ************************************************************************************************************************* */
/* 1. KATEGORİ MENÜ*/
.accordion-tab-left-main-category {
  margin: -9px -3px -12px 3px;
}

.accordion-tab-left-main-category input {
  display: none;
}

.accordion-tab-left-main-category .toggle-btn>div {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  margin: 5px;
}

.accordion-tab-left-main-category .toggle-btn img {
  margin: 0 15px 0 15px;
  /* border: #04991d 1px solid; */
  max-height: 30px;
  border-radius: 5px;
}

.accordion-tab-left-main-category div {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accordion-tab-left-main-category .toggle-btn {
  display: flex;
  margin: 10px 10px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;

}

.accordion-border-1 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  box-shadow:
    -7px -7px 20px 0px #fff9,
    -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001;
  transition: box-shadow 0.6s cubic-bezier(.79, .21, .06, .81);
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

/* .accordion-border-1:hover {
  background: radial-gradient(circle, #0ff 0%, var(--bm-background) 60%);
  color: rgba(102, 102, 102, .5);
  animation: colorchange 3s linear infinite;
} */

.accordion-border-1:active {
  box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
    -2px -2px 3px 0 rgba(116, 125, 136, .2),
    inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
    inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
}

.accordion-tab-left-main-category input:checked~.toggle-btn {
  box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
    -2px -2px 3px 0 rgba(116, 125, 136, .2),
    inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
    inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
}

.accordion-tab-left-main-category .toggle-btn .icon {
  color: var(--icon-updown-up);
  position: relative;
  width: 15px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: right;
  transition: transform 0.3s linear;
}

.accordion-tab-left-main-category input:checked~.toggle-btn .icon {
  transform: rotate(180deg);
  color: var(--icon-updown-down);
}

.accordion-content-left-main-category {
  max-height: 0;
  border-radius: 10px;
  color: #0c0c0c;
  overflow-y: auto;
  overflow-x: hidden;
  transition: max-height 0.6s ease-out;
}

.accordion-content-left-main-category ul {
  list-style-type: none;
}

.accordion-content-left-main-category ul li {
  list-style: none;
  display: block;
  padding: 5px;

}

.accordion-tab-left-main-category input:checked~.accordion-content-left-main-category {
  max-height: 30vh;
}

/* 2. KATEGORİ MENÜ*/
.accordion-tab-left-category {

  margin: -9px -3px -12px 3px;
}

.accordion-tab-left-category .toggle-btn {
  color: #ababab;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-right: 5px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-out;
}

.accordion-tab-left-category .toggle-btn .icon {
  color: var(--icon-updown-up);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: transform 0.3s linear;
}

.accordion-tab-left-category input:checked~.toggle-btn .icon {
  transform: rotate(180deg);
  color: var(--icon-updown-down);
}

.accordion-content-left-category {
  background-color: var(--bm-background);
  max-height: 0;
  border-radius: 10px;
  color: #0c0c0c;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: max-height 0.6s ease-out;
}

.accordion-tab-left-category input:checked~.accordion-content-left-category {
  max-height: 100vh;
}


/* 3. KATEGORİ MENÜ*/
.accordion-tab-left-sub-category {

  background-color: var(--bm-background);
}

.accordion-tab-left-sub-category .toggle-btn {
  background-color: var(--bm-background);
  font-weight: 300;
  margin-right: 5px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-out;
}

.accordion-tab-left-sub-category .toggle-btn .icon {
  color: var(--icon-updown-up);
  position: relative;
  right: 2px;
  display: flex;
  align-items: center;
  transition: transform 0.3s linear;
}

.accordion-tab-left-sub-category input:checked~.toggle-btn .icon {
  transform: rotate(180deg);
  color: var(--icon-updown-down);
}

.accordion-content-left-sub-category {
  max-height: 0;
  border-radius: 10px;
  color: #0c0c0c;
  overflow: hidden;
  transition: max-height 0.6s ease-out;
}

.accordion-content-left-sub-category ul {
  list-style-type: none;

}

.accordion-content-left-sub-category ul li {
  list-style: none;
  display: block;
  padding: 5px;
}

.accordion-tab-left-sub-category input:checked~.accordion-content-left-sub-category {
  max-height: 30vh;
}

.accordion-content-left-sub-category input {
  position: static;

}




















































/* KATEGORİ MENÜ İKİNCİ VERSİYON/
/* ************************************************************************************************************************* */
/* KATEGORİ MENÜ V2 burada başlıyor*/

.ac-filter-categori {
  border-radius: 5px;
  margin: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .ac-filter-categori > input{
  opacity: 0;
} */
.ac-filter-categori .ac-input {
  display: none;
}

.ac-filter-categori div {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ac-filter-categori input:checked~.ac-label i {
  transform: rotate(180deg);
  color: var(--icon-updown-down);
}

.ac-filter-categori .ac-label {
  display: flex;
  border-radius: 3px;
  cursor: pointer;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin: 5px;
}

.ac-filter-categori .ac-label img {
  margin: 0px 7px 0px 25px;
}

.ac-filter-categori .ac-label i {
  color: var(--icon-updown-up);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  transition: transform 0.3s linear;
}

.ac-filter-categori .ac-content {
  display: block;
  max-height: 0;
  border-radius: 5px;
  color: #0c0c0c;
  overflow-y: auto;
  overflow-x: hidden;
  transition: max-height 0.6s ease-out;
}

.ac-filter-categori .ac-content>ul {
  display: block;
}

.ac-filter-categori .ac-content>ul li {
  width: 200px;
  justify-content: start;
}

.ac-filter-categori .ac-content>ul li input {
  margin: 5px;
}

.ac-filter-categori input:checked~.ac-content {
  max-height: 30vh;
  margin: 10px 5px 5px 10px;
  box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
    -2px -2px 3px 0 rgba(116, 125, 136, .2),
    inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
    inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
}

.ac-border {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  box-shadow:
    -7px -7px 20px 0px #fff9,
    -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001;
  transition: box-shadow 0.6s cubic-bezier(.79, .21, .06, .81);
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

/* .ac-border:hover {
  background: radial-gradient(circle, #0ff 0%, var(--bm-background) 60%);
  color: rgba(102, 102, 102, .5);
  animation: colorchange 3s linear infinite;
} */

.ac-border:active {
  box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
    -2px -2px 3px 0 rgba(116, 125, 136, .2),
    inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
    inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
}

.ac-border input:checked~.ac-content {
  box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
    -2px -2px 3px 0 rgba(116, 125, 136, .2),
    inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
    inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
}

.input-filter:checked {
  background-color: blueviolet;

}

/* ************************************************************************************************************************* */
/* KATEGORİ MENÜ V2 burada bitiyor*/
/* ************************************************************************************************************************* */






.input-text-v1 {
  height: 26px;
  /* font-size: 18px; */
  background-color: var(--bm-background);
  margin: 2px;
  box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
    -2px -2px 3px 0 rgba(116, 125, 136, .2),
    inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
    inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
}




#username-results {
  color: orange;
}

#password-results {
  color: orange;
}

#email-results {
  color: orange;
}

#nav-user-login-message {
  color: orange;
}

#nav-user-register-message {
  color: orange;
}









/* Burası ana menümüz */

.container-main-screen {
  position: relative;
  background-color: #f7f8fa;
  display: block ; 
  flex-wrap: wrap;
  margin: 5px 10px 0px 10px;
  font-size: 13px;
  height: 88vh;
  overflow-y: auto;
}

@media (max-width:768px) {
  
  .container-main-screen {
    position: relative;
    /* background-color: #cce018; */
    display: block ; 
    flex-wrap: wrap;
    margin: 5px 10px 0px 10px;
    font-size: 13px;
    height: 83vh;
    overflow-y: auto;
  }

}
@media (max-width:480px) {
  
  .container-main-screen {
    position: relative;
    /* background-color: #cce018; */
    display: block ; 
    flex-wrap: wrap;
    margin: 5px 10px 0px 10px;
    font-size: 13px;
    height: 70vh;
    overflow-y: auto;
  }

}
/* @media (max-width:600px) {
  
  .container-main-screen {
    position: relative;

    display: block ; 
    flex-wrap: wrap;
    margin: 5px 10px 0px 10px;
    font-size: 13px;
    height: 57vh;
    overflow-y: auto;
  }

} */

/* URUN KARTI */

.urun-karti {
  height: 490px;
  width: 231px;
  position: relative;
  margin-bottom: 20px;
  margin-left: 19px;
  border-radius: 8px;
}

.urun-karti-child {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  box-shadow: none;
  border-radius: 3px;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #f009e4;
  box-sizing: border-box;
  transition: box-shadow 0.2s linear;
}

.urun-image-container {
  position: relative;
  height: 350px;
}
/* .urun-image-container div {
  display: block;
} */



.urun-karti .favori-button-div {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  
}

.urun-karti .favori-button-div i:hover {
  color: orange;
}


.urun-karti-image-overlay {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5px;
  left: 0;
  top: 0;
}

.urun-karti-image-overlay .urun-karti-image-overlay-body {
  height: 100%;
  position: relative;
}

.urun-karti-image-overlay .urun-karti-image-overlay-header {
  display: flex;
  justify-content: space-between;
  margin: 3px;
}

.urun-karti-img-container {
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.urun-karti-img {
  width: 229px;
  height: 347px;
  border: 1px #f5f4f4 solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.urun-karti-img-container .urun-karti-img {
  transition: transform 0.5s ease;
  border: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}


.urun-pullari-container {
  display: flex;
  flex-direction: column;
}


.urun-pullari-container .urun-pulu-container {
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 4px;
  width: 72px;
  height: 24px;
  margin-bottom: 5px;
  padding: 2px;
  box-sizing: border-box;
}

.urun-pullari-container .urun-pulu-container > i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.urun-pullari-container .urun-pulu-container.hizli-teslimat {
  background-color: #7bc10b8a;
  color: #000;
  
}

.urun-pullari-container .urun-pulu-container.kargo-bedava {
  background-color: #53535380;
}
.urun-pullari-container .urun-pulu-container.bugun-kargoda {
  background-color: #0bbbc180;
  color: #040d42;
}
.urun-pullari-container .urun-pulu-container.kurumsal-fatura {
  background-color: #0b69c177;
  color: #000;
}
.urun-pullari-container .urun-pulu-container span{
  font-size: 11px;
  padding-left: 5px;
  line-height: 90%;
}

.urun-karti-image-overlay-body .ozel-pul .upper-left {
  position: absolute;
  left: 0;
  top: 0;
}
.urun-karti-image-overlay-body .ozel-pul .lower-left {
  position: absolute;
  left: 5px;
  bottom: 5px;
}

.urun-renk-opsiyonlari {
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  z-index: 5;
}

.urun-renk-opsiyonlari div {
  display: flex;
  align-items: center;
}

.urun-renk-opsiyonlari div .urun-renk-opsiyon:nth-child(1) {
  background-image: linear-gradient(to right, #3023ae 0%, #53a0fd 48%, #b4ec51 101%);
  z-index: 2;
}
.urun-renk-opsiyonlari div .urun-renk-opsiyon {
  width: 20px;
  height: 12px;
  border: solid 1px #ffffff;
  background-color: pink;
  border-radius: 10%;
}
.urun-renk-opsiyonlari div .urun-renk-opsiyon:nth-child(2) {
  background-image: linear-gradient(to right, #6bceb4 0%, #f98cc2 48%, #fff781 101%);
  z-index: 1;
  margin-left: -6px;
}
.urun-renk-opsiyonlari div .urun-renk-opsiyon {
  width: 20px;
  height: 12px;
  border: solid 1px #ffffff;
  background-color: pink;
  border-radius: 10%;
}


.urun-renk-varyant-sayisi {
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  color: #333;
}


.urun-asagi-container {
  padding: 3px;
  margin-bottom: 3px;
}


.urun-asagi {
  padding: 5px;
  margin-bottom: 3px;
}


.urun-tanimlama-cntnr {
  height: 36px;
}

.urun-tanimlama-cntnr .urun-tanimlama-cntnr-marka-w {
  overflow: hidden;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: -2px;
}

.urun-tanimlama-cntnr .urun-tanimlama-cntnr-isim {
  position: relative;
  line-height: normal;
  font-size: 13px;
  color: #333;
  margin: 2px 0;
}

.urun-tanimlama-cntnr .urun-tanimlama-cntnr-marka {
  font-family: source_sans_proregular,sans-serif;
  font-size: 14px;
  color: #610777;
  font-weight: 700;
  margin-right: 4px;
}

.urun-tanimlama-cntnr-isim:not(.hasRatings) {
    height: 36px;
    overflow: hidden;
}



.fiyat-promasyon-container {
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fiyat-promasyon-container .low-price-in-last-month {
  display: flex;
  align-items: center;
}
.fiyat-promasyon-container .low-price-in-last-month i {
  margin-right: 4px;
}
.fiyat-promasyon-container .low-price-in-last-month .low-price-title {
  color: #bb0000;
  font-weight: 600;
  font-size: 12px;
}

.urun-asagi-container .badges-wrapper {
  display: flex;
  height: 24px;
  gap: 5px;
}



.urun-karti .ratings, .ratings .star-w {
  position: relative;
}
.urun-karti .prc-cntnr, .ratings {
  display: flex;
}




.urun-karti .ratings .star-w .empty .star {
 background: no-repeat center;
  &::before {
    font-family: FontAwesome;
    font-size: 19px;
    content: '\f005';
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(245, 8, 8);
   
  }
}

.urun-karti .ratings .star-w .full .star {
  background: no-repeat center; 
  &::before {
    font-family: FontAwesome;
    font-size: 19px;
    content: '\f005';
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(231, 190, 7);
   
  }
}

.urun-karti .ratings .star-w .star {
  width: 20px;
  height: 20px;
  transform: scale(0.9);
}


.urun-karti .ratings .star-w .full {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
}

.urun-karti .ratings .reyting-sayisi {
  font-size: 14px;
  color: #807e7e;
  line-height: 18px;
  margin-left: 4px;
}

.urun-karti .ratings i {
  margin-left: 5px;
font-size: 20px;
color: rgb(67, 109, 3);
}
.urun-karti .ratings-container .review-icon {
  margin-left: 5px;
  width: 15px;
}

.urun-karti .ratings-container {
  height: 14px;
  min-height: 1px;
  margin: 2px 0 5px 0;
}

.urun-karti .ratings-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}



.urun-karti .campaign-container .campaign-title {
  color: #f27a1a;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.urun-karti .campaign-container {
  display: flex;
  align-items: center;
}
.urun-karti .campaign-container .i-bagg-orange {
  font-size: 12px;
  margin-right: 4px;
}

.urun-karti .i-bagg-orange:before {
  content: "\e958";
  color: #f27a1a;
}
.urun-karti .campaign-container .campaign-title {
  color: #f27a1a;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.urun-karti .price-promotion-container {
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.urun-karti .discountedPriceBox {
  display: flex;
  height: 16px;
  min-height: 28px;
  white-space: nowrap;
}
.urun-karti .prc-box-dscntd, .prc-box-sllng {
  color: #f27a1a;
  font-size: 16px;
  font-weight: 700;
}
.urun-karti .prc-box-dscntd, .prc-box-orgnl, .prc-box-sllng, .prc-box-sllng-w-dscntd {
  align-self: center;
  margin-right: 5px;
  line-height: 20px;
}
.urun-karti .lowest-price .prc-box-dscntd {
  color: #BB0000;
}
.urun-karti .prc-box-dscntd, .prc-box-sllng {
  color: #f27a1a;
  font-size: 16px;
  font-weight: 700;
}
.urun-karti .prc-box-dscntd, .prc-box-orgnl, .prc-box-sllng, .prc-box-sllng-w-dscntd {
  align-self: center;
  margin-right: 5px;
  line-height: 20px;
}
.urun-karti .prc-box-orgnl {
  color: #878787;
  font-size: 14px;
  text-decoration: line-through;
}
.urun-karti .prc-box-dscntd, .prc-box-orgnl, .prc-box-sllng, .prc-box-sllng-w-dscntd {
  align-self: center;
  margin-right: 5px;
  line-height: 20p
}


.CROSS_PROMOTION {
  background-color: #fef4eb;
  border-radius: 4px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
}

.VIDEO_CONTENT .name {
  color: #333333;
  font-size: 11px;
  font-weight: 600;
}

.VIDEO_CONTENT .icon {
  width: 24px;
  height: 24px;
}

.VIDEO_CONTENT {
  background-color: #ebf5ff;
  border-radius: 4px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
}
.TAKE_MORE_PAY_LESS {
  background-color: #fff6ee;
  border-radius: 4px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
}
.COUPON_DISCOUNT .name, .COLLECTABLE_COUPON .name {
  color: #333333;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.COUPON_DISCOUNT .icon, .COLLECTABLE_COUPON .icon {
  width: 24px;
  height: 24px;
}
.COUPON_DISCOUNT, .COLLECTABLE_COUPON {
  background-color: #fff0f5;
  border-radius: 4px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  box-sizing: border-box;
  max-width: 98px;
  align-items: center;
}


/* URUN KARTI BURADA BİTİYOR */


.btn-magazadaki-urunler {
  display: flex;
  border-radius: 6px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin: 14px 5px 5px 14px;
  width: 190px;
  height: 36px;
  color: rgb(155, 101, 2);
  font-size: 20px;
}




.ikp-button-box-shadow{
  background: var(--bm-background);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  transition: box-shadow 0.6s cubic-bezier(.79, .21, .06, .81);
  
}
.ikp-button-box-shadow:active{
  background: var(--bm-background);
  box-shadow: 3px 3px 4px 0 rgba(255, 255, 255, .6), -4px -4px 5px 0 rgba(116, 125, 136, .4), 
  inset -4px -4px 5px 0 rgba(255, 255, 255, .6), inset 4px 4px 5px 0 rgba(116, 125, 136, .5);
    background: radial-gradient(circle, #0ff 0%, var(--bm-background) 60%);
    color: rgba(255, 165, 0, 0.8);
    animation: colorchange 3s linear infinite;
}



  /* MAGAZADAKİ ÜRÜNLER CSS BAŞLANGIÇ*/
  .container-urun-ekle{
    width: 100%;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    
  }
 
  .container-magazadaki-urunler{
    margin: 20px;
    width: 100%;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .container-magazadaki-urunler .magaza-baslik{
justify-content: center;
align-items: center;
display: flex;

  }

  .ikp-formlar{
    display: flex;
    align-items: start;
    width: 100%;
    transition: height 0.2s ease;
  }
 
  .ikp-form {
    margin: 10px;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    transition: margin-left 0.18s ease;
  }

  .ikp-form .signup{
    opacity: 0;
    transition: opacity 0.09s ease;
  }
  .ikp-form.active .signup{
    opacity: 1;
    transition: opacity 0.2s ease;
  }

  .ikp-form .button input:hover{
    background-color: #265df2;
  }

  .ikp-form .input-field{
    position: relative;
    height: 40px;
    width: 100%;
    margin-top: 7px;
  }

  .ikp-form .input-field input{
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0 40px;
    border: none;
    outline: none;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid transparent;
    transition: all 0.2s ease;
  }
  .ikp-form .input-field input:is(:focus, :valid){
    border-bottom-color: #4070f4;
  }
  .ikp-form .input-field input:is(:focus, :valid) ~ i{
    color: #4070f4;
  }
  .ikp-form .input-field i{
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    color: #999;
    font-size: 23px;
    transition: all 0.2s ease;
  }
 
  .ikp-form .input-field i.icon{
    left: 0;
  }

  .ikp-form .checkbox-text .checkbox-content{
    display: flex;
    align-items: center;
  }
  .ikp-form .checkbox-content input{
    margin-right: 10px;
    accent-color: #4070f4;
  }

  .ikp-form .title{
    position: relative;
    font-size: 27px;
    font-weight: 600;
  }
  .ikp-form .title::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    background-color: #4070f4;
    border-radius: 25px;
  }

  .ikp-form .checkbox-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }

  .ikp-form .text{
    color: #333;
    font-size: 14px;
  }
  .ikp-form a.text{
    color: #4070f4;
    text-decoration: none;
  }
  .ikp-form a:hover{
    text-decoration: underline;
  }
  .ikp-form .button{
    margin-top: 35px;
  }
  .ikp-form .button input{
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 6px;
    background-color: #4070f4;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .ikp-form .input-field label {
    font-size: 14px;
    color: orange;
    margin: 5px 5px 5px 40px;

  }

  /* TEXT AREA */
  .ikp-form .input-field-textarea{
    position: relative;
    height: 100px;
    width: 100%;
    margin-top: 7px;
  }
  .ikp-form .input-field-textarea textarea{
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0 40px;
    border: none;
    outline: none;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid transparent;
    transition: all 0.2s ease;
  }
  .ikp-form .input-field-textarea textarea:is(:focus, :valid){
    border-bottom-color: #4070f4;
  }
  .ikp-form .input-field-textarea textarea:is(:focus, :valid) ~ i{
    color: #4070f4;
  }

  .ikp-form .input-field-textarea i{
    position: absolute;
    top: 20px;
    transform: translateY(-50%);
    color: #999;
    font-size: 23px;
    transition: all 0.2s ease;
  }
 /* TEXT AREA BİTİŞ */

  /* MAGAZADAKİ ÜRÜNLER CSS BİTİŞ*/