/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.bottom-cities-block {
  position: relative;
  z-index: 5;
  margin-top: -7px; }
  .bottom-cities-block .block-content {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 10px;
    background-color: #FFF;
    border-radius: 10px;
    columns: 2;
    column-gap: 20px;
    padding: 15px;
    color: #2d2d2d;
    border: 1px solid #CCC;
    font-size: 13px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    width: 300px; }
  .bottom-cities-block .block-close {
    position: absolute;
    padding: 0 5px;
    line-height: 1;
    font-size: 20px;
    right: 10px;
    top: 10px;
    cursor: pointer; }
  .bottom-cities-block.open .block-content {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 767px) {
    .bottom-cities-block {
      width: 100%;
      margin: 0; }
      .bottom-cities-block .block-content {
        left: 0;
        right: auto; } }


/* black bg in dark theme */
.toggle-white-grey-bg {
  --toggle-bg: transparent;
}
.item-action-static-fill-svg .item-action__wrapper path {
    fill: transparent;
}
.basket-item-block-image .fast_view {
  background-color: rgba(255, 255, 255, 0.3);
}