.mobile-bottom-bar {
  display: none;
}

@media (max-width: 768px) {
  .mobile-bottom-bar {
    display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 8px;
        background-color: #ffffff;
        border-top: 1px solid #e0e0e0;
        z-index: 1100;
        align-items: center;
        justify-content: space-around;
        box-sizing: border-box;
  }

  .mobile-bottom-bar__buttons {
    display: flex;
    width: 100%;
           justify-content: space-between;

  }

  .mobile-bottom-bar__btn {
    background: transparent;
    border: none;
    padding: 0px 5px;
    border-radius: 12px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-bottom-bar__btn svg {
    width: 20px;
    height: 20px;

  }

  .mobile-bottom-bar__btn--active {
			/*background-color: #000000;*/
			/*color: #ffffff;*/
  }

  .mobile-bottom-bar__btn--active svg {
			/*fill: #ffffff;
			stroke: none;*/
  }
		.mobile-bottom-bar__btn--active svg path {
			/*fill: #ffffff;*/
		}
.mobile-bottom-bar__link .bx-basket.bx-opener {
    position: relative;
}
.mobile-bottom-bar__link .in-ico-counter {
    font-size: 11px;
    color: #fff;
    background-color: #5f5f5f;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 12px;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    top: -8px;
    right: -12px;
    box-sizing: border-box;
    z-index: 2;
}

  .mobile-bottom-bar__link {
    text-decoration: none;
    color: inherit;
  }
		.wrap__n3KpT {
			bottom: 70px !important;
		}
}
.mobile-bottom-bar__buttons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
		width: 100%;
}