@charset "UTF-8";
[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
}
.city-wrap {
  margin: 0 0 0 20px;
  flex: 0 0 170px;
}
.city-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: rgba(103, 105, 126, 0.8);
  transition: all 0.3s ease;
}
.city-title i {
  flex: 0 0 18px;
  font-size: 0;
  margin: 0 10px 0 0;
}
.city-title i svg {
  width: 100%;
  fill: rgba(103, 105, 126, 0.5);
  transition: all 0.3s ease;
}
.city-title:hover {
  color: #67697e;
}
.city-title:hover i svg {
  fill: #67697e;
}
.city-popup-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.city-popup-wrap * {
  box-sizing: border-box;
}
.city-popup-wrap.opened {
  opacity: 1;
  visibility: visible;
}
.city-popup-wrap .city-popup-wrap-in {
  text-align: left;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  width: 1140px;
  padding: 60px 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
  position: relative;
}
.city-popup-wrap .city-popup-close {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
  top: 40px;
  right: 40px;
}
.city-popup-wrap .city-popup-close svg {
  fill: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.city-popup-wrap .city-popup-close:hover svg {
  fill: #89d873;
}
.city-popup-title {
  text-align: center;
  font-weight: bold;
  padding: 0 0 30px;
  font-size: 22px;
  color: var(--on_gr_bg_acc_text);
}
.city-popup-text {
  text-align: center;
  padding: 0 0 30px;
  font-size: 16px;
  color: var(--on_gr_bg_acc_text);
}
.city-popup-text p:first-child {
  margin-top: 0;
}
.city-popup-text p:last-child {
  margin-bottom: 0;
}
.city-popup-list {
  width: 200px;
  margin: 0 auto 30px;
}
.city-item {
  margin: 0 0 16px;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(103, 105, 126, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
}
.city-item:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  content: "";
  border: 2px solid rgba(103, 105, 126, 0.8);
  margin-top: -10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.city-item.active, .city-item:hover {
  color: #89d873;
}
.city-item.active:before, .city-item:hover:before {
  background: #89d873;
  border-color: #89d873;
  box-shadow: inset 0 0 0 3px #fff;
}
.city-popup-btn {
  width: 200px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: 1px solid #89d873;
  background: #89d873;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 10px 11px;
  border-radius: 5px;
  transition: all 0.3s ease;
  pointer-events: auto;
}
.city-popup-btn:hover {
  color: #89d873;
  background: #fff;
}
.city-popup-btn.disabled {
  color: rgba(103, 105, 126, 0.8);
  border: 1px solid rgba(103, 105, 126, 0.8);
  background: #fff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .city-popup-wrap {
    padding: 0;
  }
  .city-popup-wrap .city-popup-wrap-in {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 40px 20px;
  }
  .city-popup-wrap .city-popup-close {
    top: 20px;
    right: 20px;
  }
  .city-popup-title {
    padding-bottom: 15px;
    font-size: 19px;
  }
  .city-popup-text {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .city-item {
    font-size: 15px;
  }
  .city-popup-btn {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header-middle__inner_hm {
    flex-direction: column;
  }
  .city-wrap {
    margin: 15px 0 0;
    flex: inherit;
  }
}
body .product-list .product-item .quick-view-trigger {
  top: unset !important;
  width: 214px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 8px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
body .product-list .product-item .quick-view-trigger:after {
  content: "Быстрый просмотр";
  display: inline-block;
  font-size: 14px;
  color: #242424;
}
body .product-list .product-item .quick-view-trigger:hover {
  background: rgba(255, 255, 255, 0.96);
}
