.mobile_panel {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 5px;
  z-index: 50;
  display: none;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px solid #fff;
  line-height: normal;
}
.item_icon {
  text-align: center;
  cursor: pointer;
  position: relative;
}
.item_icon .counter {
  position: absolute;
  top: -5px;
  right: 5px;
  color: #fff;
  font-size: 13px;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: #ff5959;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.item_icon .title {
  font-size: 12px;
}
.popup_add_mobile_wrap, .popup_categor_mobile_wrap {
  display: none;
  position: fixed;
  top: 95px;
  bottom: 59px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  padding: 0 15px;
}
.popup_categor_mobile {
  overflow: auto;
  max-height: calc(100vh - 64px);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.popup_categor_mobile a {
  display: flex;
  margin: 0;
  width: 100%;
  text-decoration: none;
  color: #27292d;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0;
}
.popup_categor_mobile span {
  display: block;
  padding-top: 10px;
  font-size: 14px;
}
.popup_categor_mobile img {
  max-height: 160px;
  max-width: 100%;
}
.popup_add_mobile_wrap.animate__backInUp, .popup_categor_mobile_wrap.animate__backInUp {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.animate__backInUp .title, .popup_categor_mobile_wrap .title {
  font-size: 25px;
  text-align: center;
  padding: 35px 0 15px;
  color: #000;
}
.close_panel {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 17 17' version='1.1'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='24-px-Icons' transform='translate(-364.000000, -124.000000)' stroke='%23fff'%3E%3Cg id='ic_cancel' transform='translate(360.000000, 120.000000)'%3E%3Cg id='cross'%3E%3Cg transform='translate(5.000000, 5.000000)' stroke-width='2'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M0,0 L14.1421356,14.1421356' id='Line'%3E%3C/path%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M14,0 L1.77635684e-15,14' id='Line'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 15px;
  right: 20px;
  cursor: pointer;
  border-radius: 2px;
}
.close_panel.close_panel_cat {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_add_mobile .item_icon {
  margin: 12px;
}
.popup_add_mobile .item_icon .title {
  font-size: 14px;
}
.animate__backInUp .popup_add_mobile .title, .popup_categor_mobile_wrap .popup_add_mobile .title {
  padding-top: 6px;
}
.popup_add_mobile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.popup_add_mobile_wrap, .popup_categor_mobile_wrap {
  padding-bottom: 55px;
}
.link-top-btn {
  bottom: 70px;
}
/*.animate__animated:after,*/
.animate__animated .close_wrap {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: -100px;
  bottom: 100%;
  left: 0;
  right: 0;
}
.popup_categor_mobile {
  width: 100%;
}
.popup_categor_mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
/*.popup_categor_mobile > ul > li:first-child { display: none;}*/
.popup_categor_mobile ul ul {
  display: none;
}
.popup_categor_mobile ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 4px);
  background: #F8F8F8;
  border-radius: 5px;
  margin: 2px;
}
.popup_categor_mobile ul.subLevel {
  width: 100%;
  flex-direction: column;
}
.popup_categor_mobile ul.subLevel li {
  display: block;
  width: auto;
}
.popup_categor_mobile ul.subLevel li a {
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.popup_categor_mobile ul.subLevel li a img {
  width: 100%;
  max-width: 90px;
  margin-right: 20px;
}
.popup_categor_mobile ul.subLevel li a span {
  padding-top: 0;
}
.cat-back-but {
  position: absolute;
  bottom: 15px;
  left: 20px;
  cursor: pointer;
  width: 40px;
  height: 30px;
  border-radius: 2px;
  display: none;
}
@media screen and (min-width: 0) and (max-width: 980px) {
  .mobile_panel {
    display: flex;
  }
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 80px !important;
}
a.item_icon {
  text-decoration: none;
}
