div[id ^= sandbox_theme_panel] {
  bottom: 50% !important;
}
.popup_categor_mobile a.level-1 i {
  display: block;
  width: 160px;
  max-width: 100%;
  margin: 0 auto;
}
.popup_categor_mobile a.level-1 b {
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
}
.popup_categor_mobile a.level-1 b span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.popup_categor_mobile a.level-1 b span img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
}
.popup_categor_mobile ul.subLevel li a img {
  border-radius: 10px;
}
.popup_categor_mobile a span {
  font-weight: bold;
}
.mobile_panel {
  z-index: 399;
}
.shop-search-wrapper .site-search-wr {
  width: 100%;
}
.mobile .footer-bottom-wr .footer-bottom-inner {
  padding-bottom: 80px;
}
.mobile .right-header-top {
  align-items: center;
}
.mobile .popup_add_mobile .item_icon.icon_feed {
  margin-top: 0;
}
.mobile .popup_add_mobile .item_icon.icon_feed a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 30px 0 0;
  background: url(tel-logo-white.png) 50% 0 no-repeat;
  font-size: 14px;
}
.mobile .popup_add_mobile_wrap.animate__backInUp, .mobile .popup_categor_mobile_wrap.animate__backInUp {
  justify-content: center;
}
.mobile .popup_add_mobile {
  height: auto;
}
.mobile .item_icon {
  position: relative;
}
.mobile .item_icon .total-count {
  position: absolute;
  top: 0;
  display: block;
  min-width: 20px;
  height: 20px;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: border-box;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  left: 50%;
  background: #2d2c2c;
  margin: 0 0 0 6px;
  padding: 0 4px;
}
@media (max-width: 768px) {
  .menu-bottom-wr {
    flex: 1 0 0;
  }
}
@media (max-width: 480px) {
  .popup_categor_mobile a:not(.level-1) {
    text-align: left;
  }
  .popup_categor_mobile a:not(.level-1) i {
    flex: 0 0 90px;
    margin: 0 15px 0 0;
  }
  .popup_categor_mobile a:not(.level-1) i img {
    margin: 0;
  }
}
