/*!
Theme Name: Пореке
Theme URI: http://wtstudio.ru/
Author: wtstudio.ru
Author URI: http://wtstudio.ru/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

.header__selectcont:not(:has(.--select-active)) {
    display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.smooth_appearance{
  opacity: 0; 
  animation: fadeIn 0.8s ease-out 0.5s forwards;
}

.header__selectcont .select__value,
.header__selectcont .select__option{
  text-transform: uppercase;
}

.d-none{
  display: none;
}

.filter_not_found{
  text-align: center;
  max-width: 80%;
  margin: 20px auto;
  background: #1561d3;
  color: white;
  padding: 35px 15px;
  border-radius: 10px;
}

@media (max-width:800px){
  .filter_not_found{
    max-width: 100%;
    margin: 10px auto;
    padding: 25px 15px;
  }
}

.animation_for_load{
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1); 
}

.__load{
  opacity: 0.3;
}

#uploadMore.button.button--yellow{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
}

.--form-span-error{
  margin-top: 6px;
  font-size: 14px;
  color: #fba1a1;
  display: block;
}

.quantity.--form-error{
  outline: 1px solid var(--redColor);
}


.kronrooms__dopimages{
  gap: 15px;
}

.kronrooms__dopimages img{
  width: 38px;
  height: 38px;
}