.bx-basket {
  position: relative;
}
.bx-basket .bx-basket-block {
  white-space: nowrap;
  position: relative;
  padding: 0;
  /* &>.fa {
    color: #97a1ab;
    position: absolute;
    left: 0;
    top: 3px;
  } */
}
.bx-basket .bx-basket-block a {
  text-decoration: none;
  border: 0;
  outline: 0;
}
.bx-basket .bx-basket-block a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
.bx-basket .bx-basket-block .sl-basket-anchor {
  display: block;
  width: 100%;
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 768px) {
  .bx-basket .bx-basket-block .sl-basket-anchor {
    min-width: 48px;
    text-align: center;
  }
}
.bx-basket .bx-basket-block .sl-basket-anchor > div {
  display: inline-block;
}
.bx-basket .bx-basket-block .sl-basket-anchor .sl-basket-icon {
  height: 48px;
  padding: 0;
  text-decoration: none !important;
  border-bottom: unset !important;
}
.bx-basket .bx-basket-block .sl-basket-anchor .sl-basket-text {
  color: #fff !important;
}
@media (max-width: 425px) {
  .bx-basket .bx-basket-block .sl-basket-anchor .sl-basket-text {
    display: none;
  }
}
.bx-basket .fly_block {
  display: block;
  position: absolute;
}
.bx-basket .fly_num_products {
  border-radius: 10px;
  top: 10%;
  left: 90%;
  z-index: 10;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  font-size: 10px;
  font-weight: 600;
  background: #e93a73;
}
@media (max-width: 425px) {
  .bx-basket .fly_num_products {
    left: auto;
    right: 0;
  }
}
