/* mobile panels */
.mobile-cart-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  background: #f6f6f6;
  min-width: var(--min);
  box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.25);
  display: none;
}
.mobile-cart-box:has(+.mobile-panel-box) {
  bottom: 106px;
}
.mobile-cart-box + .mobile-panel-box {
  box-shadow: none;
}
.mobile-cart-box .inner-wrap {
  height: 69px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.mobile-cart-box .price-wrap {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-top: 16px;
}
.mobile-cart-box .elm-price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 0 0;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: var(--clr-att);
}
.mobile-cart-box .elm-price.price-old {
  font-size: 17px;
  font-weight: 400;
  color: #5e5e60;
  padding-bottom: 5px;
}
.mobile-cart-box .elm-price.price-old:after {
  font-size: 9px;
}
.mobile-cart-box .elm-price:after {
  font-size: 21px;
  font-weight: 400;
}
.mobile-cart-box .btn {
  height: 38px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  min-width: 180px;
}
.mobile-cart-box .btn .button-ico {
  filter: brightness(0) invert(1);
  margin-right: 12px;
  width: 18px;
  height: 18px;
}
.mobile-panel-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 89;
  background: #f6f6f6;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: var(--min);
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.25);
}
.mobile-panel-box .btn-action {
  display: block;
  position: relative;
  overflow: hidden;
  -ms-flex: 1;
      flex: 1;
  min-height: 106px;
  height: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 0.74426;
  color: #5e5e60;
  padding: 28px 5px 10px 5px;
  max-width: 140px;
}
.mobile-panel-box .button-ico {
  display: block;
  margin: 0 auto 14px auto;
  width: 24px;
  height: 24px;
}
.mobile-panel-box .button-title {
  display: block;
}
@media (max-width: 1023px) {
  .mobile-cart-box {
    display: block;
  }
  .mobile-cart-box ~ .footer {
    padding-bottom: 69px;
  }
  .mobile-cart-box + .mobile-panel-box ~ .footer {
    padding-bottom: 175px;
  }
  .mobile-panel-box {
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-panel-box ~ .footer {
    padding-bottom: 106px;
  }
}
@media (max-width: 479px) {
  .mobile-cart-box .btn {
    min-width: 150px;
  }
  .mobile-panel-box {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-panel-box .btn-action {
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
  }
}
/* end mobile panels */

.filter-box .side-menu-box
{
	display:none;
}

.catalog-outer-wrap .content-wrap
{
	max-width:unset;
}