/* ========== Product Css ========== */
.begenToggle.active i:before {
  content: "\e96a";
}
.mainImg:hover {
  box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  .infoBox .infoItem:nth-child(4),
  .infoBox .infoItem:nth-child(5),
  .infoBox .infoItem:nth-child(6),
  .infoBox .infoItem:nth-child(7) {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .infoBox .infoItem:nth-child(3),
  .infoBox .infoItem:nth-child(4),
  .infoBox .infoItem:nth-child(5),
  .infoBox .infoItem:nth-child(6),
  .infoBox .infoItem:nth-child(7) {
    display: none !important;
  }
}


@media screen and (max-width: 321px) {
  .col-xs-zoom85 {
    zoom: 85%;
  }
}

.whatsappHoverAction li a:hover div {
  width: 100px !important;
}
.minus:hover,
.plus:hover {
  background-color: #24cc40 !important;
  color: white !important;
}

.sepetlist li:last-child {
  border: none !important;
}

.newCardBox:hover {
  box-shadow:  0px 2px 65px 0 #4456ce;
}
@media screen and (max-width: 380px) {
  .col-xxs-fs18 {
    font-size: 18px !important;
  }
  .col-xxs-zoom105 {
    zoom: 105%;
  }
}


.productCart:hover {
  z-index: 40;
}


.colorToggle {
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
}

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


.cartButton {
  background-color: transparent;
}
.cartButton {
  background-color: rgb(36 204 64 / 8%) !important
}

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

}


.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);
  border-radius: 100%;
  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;
}

@media screen and (max-width: 992px) {
	.otherColors {
	    bottom: 0px !important;
	    top: initial;
	    max-height: auto !important;
	}
	.newCardBox .plus, .newCardBox .minus {
	    height: 28px !important;
	    width: 28px !important;
	    max-width: 28px !important;
	    min-width: 28px !important;
	  }
}
/* ========== Product Css End ========== */