.icon {
  display: block;
}
.icon::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.icon-header::before,
.icon-contact::before,
.icon-personalshopper::before {
  width: 24px;
  height: 24px;
}
.icon-pagination::before {
  width: 27px;
  height: 27px;
}
.icon-link::before {
  width: 36px;
  height: 36px;
}
.icon-cart::before {
  background-image: url(../../img/icons/icon-bag.svg);
}
.icon-search::before {
  background-image: url(../../img/icons/icon-search.svg);
  width: 20px;
  height: 20px;
}
.icon-arrow::before {
  width: 100px;
  height: 100px;
}
.icon-stars {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.icon-user::before {
  background-image: url(../../img/icons/icon-user.svg);
}
.icon-cart::before {
  background-image: url(../../img/icons/icon-bag.svg);
}
.icon-phone::before {
  background-image: url(../../img/icons/icon-phone.svg);
}
.icon-text::before {
  background-image: url(../../img/icons/icon-text.svg);
}
.icon-email::before {
  background-image: url(../../img/icons/icon-email.svg);
}
.icon-menu::before {
  background-image: url(../../img/icons/icon-menu.svg);
}
.icon-arrow-right::before {
  background-image: url(../../img/icons/icon-arrow-right.svg);
}
.icon-arrow-left::before {
  background-image: url(../../img/icons/icon-arrow-left.svg);
}
.icon-arrow-down::before {
  background-image: url(../../img/icons/icon-arrow-down.svg);
}
.icon-marker::before {
  background-image: url(../../img/icons/icon-marker.svg);
}
.icon-whatsapp::before {
  background-image: url(../../img/icons/icon-whatsapp.svg);
}
.icon-facetime::before {
  background-image: url(../../img/icons/icon-facetime.svg);
}


.order-md-1 .icon-arrow-right,
.order-md-2 .icon-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  z-index: 11;
}

.order-md-3 .icon-arrow-down {
  position: absolute;
  bottom: -80px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 11;
}

.order-md-last .icon-arrow-left,
.order-md-5 .icon-arrow-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  z-index: 11;
}

@media (min-width: 576px) {
  .icon-arrow::before {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 1200px) {
  .icon-arrow::before {
    width: 100px;
    height: 100px;
  }
}
