

/* Start:/local/components/rcparty/favorites/templates/.default/style.css?17703910561807*/
.favorite-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Backgraund-gray-light, #FCF9F8);
  height: 574px;
}

.favorite-empty__overlay {
  margin: auto;
  text-align: center;
}

.favorite-empty__title {
  color: var(--Text-text-primary, #303030);
  font-weight: 600;
  line-height: 100%;
}

.favorite-empty__text {
  color: var(--Text-text-primary, #303030);
  font-weight: 500;
  margin-bottom: 37px;
}

.favorite-empty__btn.btn {
  display: inline-flex;
  gap: 16px;
  margin-inline: auto;
}

.modal-favorite {
  position: fixed;
  z-index: 160;
  inset: auto 30px 0;
  background: var(--Backgraund-gray-light, #FCF9F8);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.3s;
}

.modal-favorite.show {
  transform: translateY(-9px);
}

.modal-favorite__added {
  flex-grow: 1;
}

.modal-favorite__action {
  gap: 32px;
}

.modal-favorite__close {
  margin-left: 60px;
}

.modal-favorite i {
  font-size: 16px;
  cursor: pointer;
}

.modal-favorite button {
  gap: 12px;
  background-color: transparent;
  color: var(--Text-text-brandcolor, #E27030);
  font-weight: 600;
}

.btn-favorite-add.btn-add:hover i {
  color: var(--Text-text-brandcolor, #FF8D50);
}

.btn-select-product.active,
.btn-select-product:active {
  background-color: #f69903;
}


@media (max-width: 1440px) {
  .favorite-empty {
    height: 390px;
  }
}

@media (max-width: 1280px) {
  .favorite-empty {
    height: 346px;
  }
}

@media (max-width: 768px) {
  .favorite-empty {
    height: 290px;
  }

  .favorite-empty__btn.btn {
    gap: 12px;
  }
}

@media (max-width: 460px) {
  .favorite-empty {
    height: 374px;
  }
}
/* End */
/* /local/components/rcparty/favorites/templates/.default/style.css?17703910561807 */
