/** COLORS: */
/** COLORS; */
/** GRADIENTS: */
/** GRADIENTS; */
.fade-fast-enter-active,
.fade-fast-leave-active {
  transition: 0.1s linear all;
}
.fade-fast-enter,
.fade-fast-leave-to {
  opacity: 0;
}
/*helpers*/
/*@import "helpers/_extend_ns";*/
.favorite .container-main {
  max-width: 960px;
}
.favorite .favorite-box {
  margin-top: 50px;
  padding-bottom: 50px;
}
.favorite .favorite-box__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #F0F0F0;
}
.favorite .favorite-box__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 989.98px) {
  .favorite .favorite-box__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 639.98px) {
  .favorite .favorite-box__grid {
    grid-template-columns: 1fr;
  }
}
.favorite .favorite-box__empty {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 0 40px;
  background-color: #FAFAFA;
}
@media (max-width: 639.98px) {
  .favorite .favorite-box__empty {
    padding-top: 60px;
  }
}
.favorite .favorite-box__empty-title {
  margin-bottom: 15px;
}
.favorite .favorite-box__empty-subtitle {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #BFBFBF;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 639.98px) {
  .favorite .favorite-box__empty-subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}
.favorite .favorite-box__empty-subtitle span {
  height: 36px;
  width: 36px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill%3D%22red%22%20stroke%3D%22red%22%20stroke-width%3D%221.3%22%20d%3D%22M28.978%2015.9434C28.6146%2020.0185%2023.8073%2024.329%2019%2028C14.2052%2024.3385%209.41053%2020.041%209.02499%2015.9753C9.02175%2015.9417%209.01882%2015.908%209.0162%2015.8742C9.01122%2015.81%209.00738%2015.7455%209.00469%2015.6807C9.00157%2015.6057%209%2015.5303%209%2015.4545C9%2012.4421%2011.4873%2010%2014.5556%2010C16.3729%2010%2017.9864%2010.8567%2019%2012.1813C20.0136%2010.8567%2021.6271%2010%2023.4444%2010C26.1921%2010%2028.4739%2011.9584%2028.9207%2014.5311C28.9731%2014.7992%2029%2015.1055%2029%2015.4545C29%2015.5252%2028.9986%2015.5954%2028.9959%2015.6654C28.9935%2015.7267%2028.9902%2015.7877%2028.9857%2015.8485C28.9834%2015.8802%2028.9809%2015.9118%2028.978%2015.9434Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.favorite .favorite-box__empty .btn {
  margin-bottom: 65px;
  max-width: 400px;
}
@media (max-width: 639.98px) {
  .favorite .favorite-box__empty .btn {
    margin-bottom: 30px;
  }
}
.favorite .favorite-box__empty-custom {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #333333;
}
.favorite .favorite-box__empty-custom a {
  font-weight: 500;
}
.favorite .favorite-item-icon {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 15px;
  height: 24px;
  width: 22px;
}
.favorite .favorite-item-icon > svg {
  width: 100%;
  height: 100%;
}
.favorite .favorite-item-icon:hover {
  cursor: pointer;
}
.catalog-item-wrapper.catalog-item--removed .favorite-item-icon {
  height: 40px;
  width: 36px;
  top: 8px;
  right: 8px;
}
/*# sourceMappingURL=configurator-favorite.css.map */