span.header__logo {
    min-width:220px;
}

.widget-type_system_widget_v4_header_11 .menu__item {
	margin-left: 5px;
}


div.header__area-controls > a.header__control-btn.header__favorite {
    color: red;
    background: #f5f5f5;
}
.header__control-btn, .widget-type_system_widget_v4_header_11 .header__search {
    background: #f5f5f5;
    border-radius: 0px;
  	margin-left: 10px;
}

.widget-type_system_widget_v4_special_products_tabs_9 .favorites_btn:before, .widget-type_system_widget_v4_special_products_tabs_9 .favorites_btn:hover:before 
{
	border-radius:0;
}
.favorites_btn.favorites-added .icon-favorites-f {
	color:red;
}
.widget-type_system_widget_v4_product_3 .favorites_btn.favorites-added {
    color: #ff000c;
}

.widget-type_system_widget_v4_product_3 .product .option-selector .option-value.is-span.is-active.is-span {
	background: var(--color-btn-bg);
    border-color: var(--color-btn-bg);
    color: var(--color-btn-color);
}

.banner-list__item .banner-list__item-text {
	text-align: center;
}

.banner-top__item .banner-top__item-image img {
	min-height: 24px;
    background-size: cover;
    width: auto;
}

.blockMessage {
  display:flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 15px;
}
.blockMessageWA {
  align-items: center;
  background: #00b290;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.blockMessageTG {
  align-items: center;
  background: #0ca9e3;
}

.blockMessageWA svg, .blockMessageTG svg {
  width: 22px;
  height: 22px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.popup__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 20px;
  overflow: auto;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
}

.text-center {
    text-align: center!important;
}
.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1400px)
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
  	max-height: 680px;
}
