/* Cart menu */

.miniCartQuantity.paren:before {
	content: "(";
}

.miniCartQuantity.paren:after {
	content: ")";
}

.miniCartQuantity.circle {
	border: 1px solid #ccc;
	border-radius: 50%;
	display: inline-block;
	line-height: 19px;
	width: 22px;
	height: 22px;
	text-align: center;
}

/* Cart */

#cart .modal-body {
  padding: 0 10px;
}

#cart ul {
  padding: 0;
  margin: 0;
}

#cart li {
  list-style-type: none;
  padding: 10px;
}

#cart .item-row {
	border-bottom: 1px solid #ededed;
}

#cart #total-line {
	text-align: right;
	padding: 10px;
}

#cart .remove:hover, #cart .add:hover {
  text-decoration: none;
}

.modal .footer-text {
  text-align: center;
  margin-bottom: 10px;
}

#cart .close:hover {
  cursor: pointer;
}

/* Product appearance */

.retail-strike .field-items {
  text-decoration: line-through;
}

.hide-price {
  display: none;
}

/* Member-only */

.ew-memberonly, .ew-qty-buy.member-only {
  display: none;
}