/*
Theme Name: admixer
Author: Lanchak Vladyslav
*/

.single-wishlist, #show-wishlist {
    cursor: pointer;
    border-radius: 0;
    border: none;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-image: url('img/news/heart-img.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
}

#show-wishlist {
    background-image: url('img/news/heart-empty.svg');
}

.single-wishlist.active, #show-wishlist.active {
    background-image: url('img/news/active-heart-img.svg');
}

.header__main  {
    overflow-y: hidden;
}



/*  */
.contact-form .g-recaptcha {
    margin: 20px 0;
}

.contact-form .white__btn {
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* popup mek */
/* html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0px!important; 
}
 */
/* Контейнер прелоудера */
.preloader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader__inner {
  text-align: center;
}

.preloader__logo {
  width: 100px;
  height: 100px;
  animation: pulse 1.6s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}

.preloader__percent {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: var(--text-color);
  transition: all 0.3s ease;
}
/* end prelouder */
        