﻿.NewestList,
.productitem {
  position: relative;
  /* transition: all linear 0.2s; */
}

.NewestList .productitem .colorlist {
  position: absolute;
  top: 0%;
  right: 3%;
}

.NewestList .productitem .colorlist .plus {
  font-size: 1.2em;
  text-align: center;
  color: #3c3c3b;
  line-height: 1.5;
}

.NewestList .productitem .colorlist .color {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: -12px;
}

.ItemButtons {
  align-items: center;
  width: 100%;
  display: flex;
  transition: all ease-in-out 0.2s;
}

.ItemButtons .addtocompare,
.ItemButtons .favoriteBtn,
.ItemButtons .viewproduct {
  opacity: 0;
  background: #000000eb;
}

.ItemButtons .addtocompare,
.ItemButtons .favoriteBtn {
  cursor: pointer;
  width: 100%;
  height: 45px;
  flex: 0 0 20%;
  transform: translateY(100px);
  transition: all ease-in-out 0.3s;
}

.productitem:hover .ItemButtons {
  display: flex;
  /* transition: all linear 0.2s; */
}

.productitem:hover img {
  height: calc(100% - 45px);
}

.ItemButtons .addtocompare {}

.productitem:hover .addtocompare,
.productitem:hover .favoriteBtn {
  transform: translateY(0px);
  opacity: 1;
}

.productitem:hover .viewproduct {
  transition-delay: 0.01s;
}

.productitem:hover .favoriteBtn {
  transition-delay: 0.02s;
}

.productitem:hover .addtocompare {
  transition-delay: 0.03s;
}

.productitem:hover .viewproduct {
  opacity: 1;
  transition: all ease-in-out 0.3s;
  transform: translateY(0px);
}

.productitem .viewproduct:hover,
.productitem .addtocompare:hover,
.productitem .favoriteBtn:hover {
  background: #000;
}

.productitem .viewproduct:hover {
  border-bottom: 3px solid #d71921;
  background: #000;
}

.ItemButtons .viewproduct {
  flex: 1 0 auto;
  width: auto;
  height: 45px;
  color: #fff;
  border-bottom: 3px solid transparent;
  opacity: 0;
  transform: translateY(100px);
  transition: all ease-in-out 0.3s;
}

.ItemButtons .addtocompare svg,
.ItemButtons .favoriteBtn svg {
  transition: all linear 0.2s;
}

.ItemButtons .addtocompare svg {
  width: 11px;
}

.ItemButtons .addtocompare .icon {}

.irs--round .irs-bar {
  background-color: #eee;
}

.grid-options .ItemButtons .favoriteBtn {
  left: 10px;
  right: auto;
}

.productitem .img {
  background: #fafafa;
  overflow: hidden;
  height: calc(100vh / 4 * 1.2);
  text-align: center;
}

.productitem img {
  width: 100%;
  transition: all ease-in-out 0.3s;
  object-fit: contain;
  text-align: center;
  height: 100%;
  mix-blend-mode: multiply;
}

.ItemButtons .favoriteBtn input[type="checkbox"] {
  display: none;
}

.ItemButtons .favoriteBtn svg {
  cursor: pointer;
  height: 30px;
  overflow: visible;
  width: 30px;
}

.ItemButtons .favoriteBtn:hover svg {
  width: 40px;
  height: 40px;
}

.ItemButtons .addtocompare:hover svg {
  width: 18px;
}

.ItemButtons .favoriteBtn input[type="checkbox"]+span {
  border-radius: 50%;
  display: flex;
  outline: 0;
  stroke: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
}

.ItemButtons .favoriteBtn input[type="checkbox"]+span .svg-heart {
  -webkit-animation: animateHeartOut 0.3s linear forwards;
  -moz-animation: animateHeartOut 0.3s linear forwards;
  animation: animateHeartOut 0.3s linear forwards;
  fill-opacity: 0;
  stroke: rgb(255, 255, 255);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 100%;
}

.ItemButtons .favoriteBtn input[type="checkbox"]+span .svg-heart-circle {
  color: transparent;
  stroke: transparent;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ItemButtons .favoriteBtn input[type="checkbox"]+span .svg-heart-dots-01,
.ItemButtons .favoriteBtn input[type="checkbox"]+span .svg-heart-dots-02 {
  color: transparent;
  stroke: transparent;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ItemButtons .favoriteBtn input[type="checkbox"]:checked+span.active,
.ItemButtons .favoriteBtn input[type="checkbox"]+span.active {
  color: #d90f0f;
}

.ItemButtons .favoriteBtn input[type="checkbox"]:checked+span .svg-heart,
.ItemButtons .favoriteBtn input[type="checkbox"]+span.active .svg-heart {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  fill-opacity: 1;
  stroke: #d90f0f;
  -webkit-animation: animateHeart 0.3s linear forwards 0.25s;
  -moz-animation: animateHeart 0.3s linear forwards 0.25s;
  animation: animateHeart 0.3s linear forwards 0.25s;
}

.ItemButtons .favoriteBtn input[type="checkbox"]:checked+span .svg-heart-circle,
.ItemButtons .favoriteBtn input[type="checkbox"]+span.active .svg-heart-circle {
  -webkit-animation: animateHeartCircle 0.3s linear forwards;
  -moz-animation: animateHeartCircle 0.3s linear forwards;
  animation: animateHeartCircle 0.3s linear forwards;
}

.ItemButtons .favoriteBtn input[type="checkbox"]:checked+span .svg-heart-dots-01,
.ItemButtons .favoriteBtn input[type="checkbox"]+span.active .svg-heart-dots-01 {
  -webkit-animation: 0.35s animateHeartDots 0.3s linear;
  -moz-animation: 0.35s animateHeartDots 0.3s linear;
  animation: 0.35s animateHeartDots 0.3s linear;
  color: #d90f0f;
  opacity: 0;
}

.ItemButtons .favoriteBtn input[type="checkbox"]:checked+span .svg-heart-dots-02,
.ItemButtons .favoriteBtn input[type="checkbox"]+span.active .svg-heart-dots-02 {
  -webkit-animation: 0.3s animateHeartDots 0.4s linear;
  -moz-animation: 0.3s animateHeartDots 0.4s linear;
  animation: 0.3s animateHeartDots 0.4s linear;
  color: #d90f0f;
  opacity: 0;
}

@-webkit-keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  40% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes animateHeart {
  0% {
    -moz-transform: scale(0.2);
    transform: scale(0.2);
  }

  40% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    transform: scale(0.2);
  }

  40% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animateHeartOut {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes animateHeartOut {
  0% {
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animateHeartOut {
  0% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animateHeartCircle {
  40% {
    -webkit-transform: scale(6);
    transform: scale(6);
    opacity: 1;
    color: #d90f0f;
  }

  55% {
    -webkit-transform: scale(7);
    transform: scale(7);
    opacity: 1;
    color: #d7d24c;
  }

  65% {
    -webkit-transform: scale(8);
    transform: scale(8);
    opacity: 1;
    color: #f5e456;
  }

  75% {
    -webkit-transform: scale(9);
    transform: scale(9);
    opacity: 1;
    color: transparent;
    stroke: #f5e456;
    stroke-width: 0.5;
  }

  85% {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 1;
    color: transparent;
    stroke: #f5e456;
    stroke-width: 0.2;
  }

  95% {
    -webkit-transform: scale(11);
    transform: scale(11);
    opacity: 1;
    color: transparent;
    stroke: #f5e456;
    stroke-width: 0.1;
  }

  100% {
    -webkit-transform: scale(12);
    transform: scale(12);
    opacity: 1;
    color: transparent;
    stroke: #f5e456;
    stroke-width: 0;
  }
}

@-moz-keyframes animateHeartCircle {
  40% {
    -moz-transform: scale(6);
    transform: scale(6);
    opacity: 1;
    color: #d90f0f;
  }

  55% {
    -moz-transform: scale(7);
    transform: scale(7);
    opacity: 1;
    color: #d7d24c;
  }

  65% {
    -moz-transform: scale(8);
    transform: scale(8);
    opacity: 1;
    color: #f5e456;
  }

  75% {
    -moz-transform: scale(9);
    transform: scale(9);
    opacity: 1;
    color: transparent;
    stroke: #f5e456;
    stroke-width: 0.5;
  }

  85% {
    -moz-transform: scale(10);
    transform: scale(10);
    opacity: 1;
    color: transparent;
    stroke: #f5e456;
    stroke-width: 0.2;
  }

  95% {
    -moz-transform: scale(11);
    transform: scale(11);
    opacity: 1;
    color: transparent;
    stroke: #f5e456;
    stroke-width: 0.1;
  }

  100% {
    -moz-transform: scale(12);
    transform: scale(12);
    opacity: 1;
    color: transparent;
    stroke: #f5e456;
    stroke-width: 0;
  }
}

@keyframes animateHeartCircle {
  40% {
    -webkit-transform: scale(6);
    -moz-transform: scale(6);
    transform: scale(6);
    opacity: 1;
    color: #d90f0f;
  }

  55% {
    -webkit-transform: scale(7);
    -moz-transform: scale(7);
    transform: scale(7);
    opacity: 1;
    color: #d7d24c;
  }

  65% {
    -webkit-transform: scale(8);
    -moz-transform: scale(8);
    transform: scale(8);
    opacity: 1;
    color: #f5e456;
  }

  75% {
    -webkit-transform: scale(9);
    -moz-transform: scale(9);
    transform: scale(9);
    opacity: 1;
    color: transparent;
    stroke: #f5e456;
    stroke-width: 0.5;
  }

  85% {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    transform: scale(10);
    opacity: 1;
    color: transparent;
    stroke: #f5e456;
    stroke-width: 0.2;
  }

  95% {
    -webkit-transform: scale(11);
    -moz-transform: scale(11);
    transform: scale(11);
    opacity: 1;
    color: transparent;
    stroke: #f5e456;
    stroke-width: 0.1;
  }

  100% {
    -webkit-transform: scale(12);
    -moz-transform: scale(12);
    transform: scale(12);
    opacity: 1;
    color: transparent;
    stroke: #f5e456;
    stroke-width: 0;
  }
}

@-webkit-keyframes animateHeartDots {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  75% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

@-moz-keyframes animateHeartDots {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  75% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes animateHeartDots {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  75% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

.swiperarrows {
  gap: 0.5em;
  position: absolute;
  left: 50px;
  z-index: 222;
  top: 50px;
  cursor: pointer;
}

.swiper-button-disabled {
  opacity: 0.4;
  cursor: no-drop;
}