.wp-block-separator {
    box-sizing: content-box;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-width: 1px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.1);
    font-family: Geometria, sans-serif;
    font-size: 16px;
}
#default_page_content{font-family: Geometria, sans-serif;}
#default_page_content p{margin-bottom:1rem;}
#default_page_content h2{margin-bottom:1rem;}
.fltr_name_slider{display:block;padding-bottom:7px;}
.catalog .price-filter-range{position:relative;}
.ui-slider-horizontal .ui-slider-handle{top:2px!important;}

.advantage__item .advantage__text {white-space: nowrap;}
[data-error]{color:#dd0000;font-size:12px;padding-top:3px;}
[data-error]:empty{display:none;}

#delivery_addresses_load input[name="iteration"]:checked ~ label {
    color: #5cacad;
    font-weight: 500;
    background: url(../img/div/i_adress_act.png) no-repeat 100px center #f6f6f6;
    border-color: #f6f6f6;
}

.has-error .help-block{color:#dd0000;}


/* По умолчанию скрываем кнопку */
.fixed-shop-button {
  display: none;
}

/* На мобильных показываем и фиксируем */
@media (max-width: 767px) {
  .fixed-shop-button {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-color: #5cacad; /* Цвет фона кнопки */
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    text-align: center;
  }

  /* Ссылка-корзина внутри кружка, растягиваем на весь контейнер */
  .fixed-shop-button .header__basket {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff; /* На случай, если нужен цвет текста */
  }

  /* Иконка */
  .fixed-shop-button .header__basket svg {
    width: 24px;
    height: 24px;
    stroke: #fff;      /* Цвет иконки */
    fill: transparent;
    transition: .2s;
  }

  /* Число (количество товаров) на иконке */
  .fixed-shop-button .header__basket--number {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background: #e9a391;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    padding: 3px 6px;
    font-weight: bold;
  }
} /* end media 767 */

@media (max-width: 480px) {

	.text_im-columns {flex-direction: column-reverse;}
	.text_im-right {margin-left:auto!important;}
	
}
	

.color-choice-modal__item {
  position: relative; /* важно, если у вас его не было */
}

/* Ссылка-иконка увеличения */
.zoom-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  /* Кружок */
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);

  /* Центрируем знак "+" */
  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;

  transition: background-color 0.2s;
}

.zoom-icon:hover {
  background-color: rgba(0, 0, 0, 0.8);
}



.color-choice-modal__items {display:block;}
.color-choice-modal__items > div {display:flex; flex-wrap: wrap;}
.color-choice-modal__items > div > h3 {width:100%;}



