.svg {
  opacity: 1;
  position: relative;
}

.svg svg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header .logo .svg {
  background-image: url(/frontend/img/logo.svg);
}

.header .logo-mob .svg {
  display: block;
  height: 42px;
  background-image: url(/frontend/img/logo-icone.svg);
  background-size: contain !important;
}

.header .header-icons .ico-search .svg {
  background-image: url(/frontend/img/ico-search.svg);
}

.list-sale-product {
  background: #fff;
  padding: 15px 0;
}

.list-sale-product .item-sale-product {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.list-sale-product .item-sale-product .item-photo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.list-sale-product .item-sale-product .img-product {
  width: 100px;
}

.list-sale-product .item-sale-product .text {
  color: #000;
}

.list-sale-product .item-sale-product .btn-add-product-component {
  padding: 0 25px;
}

.list-sale-product .item-sale-product .btn-add-product-component img {
  width: 30px;
}

.list-sale-product .item-sale-product .btn-add-product-component:hover {
  opacity: 0.7;
}

