body .top-fixed-panel .fixed-param-btn {
  display: none;
}
body .top-contacts {
  margin-left: auto;
}
body .site-form-wrap {
  max-width: 100%;
  padding: 0;
  margin: 0 0 30px;
}
body .search-block .search-block__input, body .search-block .search-block__input:hover {
  background: #fff;
  color: #000;
}
body .search-block .search-block__input::-moz-placeholder, body .search-block .search-block__input:hover::-moz-placeholder {
  color: #000;
}
body .search-block .search-block__input::-webkit-input-placeholder, body .search-block .search-block__input:hover::-webkit-input-placeholder {
  color: #000;
}
body .search-block .search-block__btn svg {
  fill: #000;
}
body .site-param-btn {
  background: #fff;
  color: #000;
  border-left: 1px solid #ccc;
}
body .site-param-btn svg {
  fill: #000;
}
body #search-result {
  width: 100%;
}
body .site-header__bottom_in .site-form-wrap {
  margin: 0;
}
@media (min-width: 768px) {
  body .site-logo {
    width: auto;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  body .site-form-wrap {
    display: flex;
  }
  body .top-shop-btns .mobile-param-btn {
    display: none;
  }
  body .site-container.site_container_main_page {
    padding-top: 20px;
  }
  body .site-param-btn {
    font-size: 0;
    min-width: 0;
    padding-right: 40px;
  }
}
.site .product_columns_3 .product-list.thumbs .product-item .product-price, .site .card-page .form-additional .product-price, .site .product-list.simple .product-item .product-price {
  width: 100%;
}
.site .product_columns_3 .product-list.thumbs .product-item .product-price .current-price-wr, .site .card-page .form-additional .product-price .current-price-wr, .site .product-list.simple .product-item .product-price .current-price-wr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.site .product_columns_3 .product-list.thumbs .product-item .product-price .current-price-wr > div, .site .card-page .form-additional .product-price .current-price-wr > div, .site .product-list.simple .product-item .product-price .current-price-wr > div {
  width: 100%;
  flex: auto;
}
@media (max-width: 480px) {
  .site .product_columns_3 .product-list.thumbs .product-item .product-price .current-price-wr > div, .site .card-page .form-additional .product-price .current-price-wr > div, .site .product-list.simple .product-item .product-price .current-price-wr > div {
    width: 100%;
  }
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
