/* ===== Ürün Kartı ===== */
/* Ürün Kartı  */
.other::-webkit-scrollbar {
    width: 1px;
}
.other::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.other::-webkit-scrollbar-thumb {
    background-color: rgba(33, 33, 33, .5);
    outline: 1px solid slategrey;
    cursor: pointer;
}
@media screen and (min-width:992px) {
  .productCart:hover {
    z-index: 20;
  }
  .productCart:hover .other {
    margin-right:-3.93vw !important;
  }
}
.other .visual:hover img {
    box-shadow:0px 0px 0px 1px rgba(0,0,0,0.1);
  }
.selected {
    box-shadow:0px 0px 0px 1px #24cc40  !important;
  }
.mainImage {
  padding-top:100% !important;
}
@media screen and (max-width: 992px) {
  .mainImage {
    padding-top:107%;
  }
}
#sync2 .selected img {
    box-shadow:0px 0px 0px 1px #24cc40;
  }
.other .carousel-wrapper {
  padding-top: 0%;
}
@media screen and (min-width: 992px){
  .newCardBox .info {
    overflow: hidden;
  }
  .newCardBox:hover .uyeHover {
    margin-left: -102%;
  }
  .newCardBox:hover {
    border-color: #db959a !important;
  }
}
  .other img {
  max-width: 45px;
  min-width: 45px;
}
@media screen and (max-width: 992px){
    .other img {
      max-width: 30px;
      min-width: 30px;
    }
}
.newCardBox:hover {
  box-shadow: none !important;
}


@media screen and (min-width: 992px) {
  .newCardBox:hover .other .carousel-wrapper {
    padding-top: 22.68% ;
  }
  .newCardBox:hover:before {
    height: calc(100%);
  }
}

@media screen and (max-width: 992px){
  .newCardBox .other .carousel-wrapper {
    padding-top: 34.68% ;
  }
}

.product:hover {
  position: relative;
  z-index: 25;
}
.colorSize {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 5;
  padding-bottom: 7px;
}
.otherColors {
  right: 0px;
  top: 0px;
  width: 60px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 10px;
  padding-right: 0px;
  border-top-right-radius: 5px;
  z-index: 10;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.newCardBox:hover .otherColors {
  max-height: 110%;
}
@media screen and (max-width: 992px) {
   .otherColors {
    bottom: 0px !important;
  }
  .otherColors .navItem {
    margin-right: 7px;
  }
}

.cardButton:hover .unHover {
  display: none !important;
}
.cardButton:hover .hover {
  display: block !important;
}

.number .minus,
.number .plus {
  
}
.cartButton:hover {
  background-color: #24cc40 !important;
}
.cartButton:hover {
  background-color: #24cc40 !important;
}
.number .plus:hover,
.number .minus:hover {
  background-color: #24cc40 !important;
  color: white !important;
}
@media screen and (min-width: 992px){
  .hoverList .product {
    opacity: .7;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
  }
  .number.flex input{
    min-width: 40px;
  }
  .hoverList .product.hoverItem {
    opacity: 1 !important;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}




.otherColors::-webkit-scrollbar {
    width: 2px;
}
.otherColors::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
.newCardBox:hover .otherColors::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}
.otherColors::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .0);
    outline: 1px solid rgba(0,0,0,0);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.newCardBox:hover .otherColors::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    outline: 1px solid rgba(0,0,0,1);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.colorList {
  margin-right: -5px;
}
@media screen and (min-width: 992px) {
  .otherColors:hover li {
    transition-delay: 0s !important;
  }
  .colorList li {
    transform: scale(0);
    opacity: 0;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .colorList li:hover {
    transform: scale(1.2) !important;
  }
  .colorList li.active .colorToggle {
    border-color: #ffcfd2 !important;
    box-shadow:0px 0px 0px 1px #ffcfd2 !important;
  }
}


.colorList li:nth-child(1) {
  transition-delay: 0s;
}
.colorList li:nth-child(2) {
  transition-delay: 0.1s;
}
.colorList li:nth-child(3) {
  transition-delay: 0.2s;
}
.colorList li:nth-child(4) {
  transition-delay: 0.3s;
}
.colorList li:nth-child(5) {
  transition-delay: 0.4s;
}
.colorList li:nth-child(6) {
  transition-delay: 0.5s;
}

.newCardBox:hover .colorList li {
  transform: scale(1);
  opacity: 1;
}
.tooltip {
  font-size: 10px;
}
.colorToggle {
  width:40px;
  height:40px;
  border: solid 2px rgba(255,255,255,1);
  box-shadow: 0px 0px 0px 1px rgba(0,0,0,.1);
  border-radius: 10px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.info .data {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.newCardBox .urunAdi {
  t-center fw6 fs14 text mb10 ellipsis op8 col-sm-mb0 col-sm-fs13
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  opacity: .8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.infoBox .infoItem:nth-child(4),
.infoBox .infoItem:nth-child(5),
.infoBox .infoItem:nth-child(6) {
  display: none;
}
.info .cartButton {
  border: none;
  outline: none;
  box-shadow: none;
  line-height: 38px;
  border-radius: 10px;
  white-space: nowrap;
  font-size: 14px;
  width: 100%;
  color: white;
  letter-spacing:.5px;
  box-shadow: 0px 0px 0px 1px #5bd970 !important;
  margin-left: 5px;
  padding: 0px !important;
  background-color: #24cc40 !important;
}
.info .cartButton:hover {
  color: white;
  background-color: #0aa323 !important;
}
@media screen and (max-width: 992px) {
  .colorList {
    height: 80px !important;
  }
  .info .data {
    font-size: 10px;
    line-height: 12px;
    margin-top: 7px;
  }
  .infoBox .infoItem:nth-child(3) {
    display: none;
  }
  .newCardBox .urunAdi {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .info .cardButtons {
    zoom: 75%;
  }
  .info .cartButton {
    line-height: 32px;
    padding-left: 0px;
    padding-right: 0px;
    width: initial;
    border-top: 0px;
    border-bottom: 0px;
    padding: 4px 3px !important;
  }
  .colorList {
    zoom: 85%;
  }
  .mainImage {
    padding-top: 145% !important;
  }
}

/* Ürün Kartı End  */
/* ===== Ürün Kartı End ===== */