.basket-product {
  position: absolute;
  left: 280px;
  top: 100px;
}
.basket-product__link {
  color: #000;
  font-size: 1.4rem;
  line-height: 30px;
  padding-left: 15px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' viewBox='0 0 10 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.569 0L0 1.516 6.707 8 0 14.484 1.568 16l8.278-8z' fill-rule='nonzero' fill='%23ED0F00'/%3E%3C/svg%3E") 0 center no-repeat;
  background-size: auto 10px;
}
.basket-product__link:hover {
  animation: arrows-move;
  animation-duration: 0.4s;
}
@media (max-width: 1366px) {
  .basket-product {
    top: 90px;
    left: 240px;
  }
  .basket-product__link {
    font-size: 1rem;
    line-height: 22px;
    padding-left: 10px;
    background-size: auto 7px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 1024px) {
  .basket-product {
    left: 180px;
  }
}
@media (max-width: 768px) {
  .basket-product {
    position: static;
  }
  .basket-product li {
    border-top: 1px #e1e1e1 solid;
  }
  .basket-product__link {
    background-image: none;
    font-family: 'DINCondensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #000;
    padding: 21.5px 20px;
    line-height: 1;
    letter-spacing: 0.8px;
  }
  .basket-product__link:active {
    background-color: #e6e6e6;
  }
}
