body {
  font-size: 14px;
}

a {
  color: black;
  text-decoration: none;
}

.item_title{
  color: #333;
  font-size: 0.8rem;
  font-weight: bolder;
}

.quantityDiscount{
  font-size: 0.9rem;
  font-weight: bolder;
  text-shadow: yellow 0px 0px 2px;
}

.price {
  color:black;
  font-size: 0.8rem;
  font-weight: bolder;
  text-shadow: yellow 0px 0px 2px;
}

.priceTitle {
  color:black;
  font-size: 1.2rem;
  font-weight: bolder;
}

.footerIcon{
  width: 3.8rem; 
  border: 3px #FFF solid;
}

@media (max-width: 576px) {
    .price {
      color:black;
      font-size: 0.8rem;
      font-weight: bolder;
    }

    .footerIcon{
      width: 3.2rem; 
      border: 3px #FFF solid;
    }
  }
  
  @media (max-width: 380px) {
    .price {
      color:black;
      font-size: 0.7rem;
      font-weight: bolder;
    }
  }
  