/* Variables */
/* Styles */
/*Used on Cart and Checkout pages */
#empty-cart-message {
  padding: 60px 30px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: center;
  color: #808080;
}
#empty-cart-message img {
  width: 100px;
  height: 100px;
  opacity: .5;
  margin-bottom: 1rem;
}
#empty-cart-message p {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#empty-cart-message span {
  font-size: 1em;
  color: #666666;
  display: block;
  margin-bottom: 2rem;
}
/* Responsive */
