.storeItem img { max-height: 190px; }
.storeItem a:hover { text-decoration: none; }
/*
.storeItem { opacity: 0.8; }
.storeItem:hover { opacity: 1.0; }
*/

.snip-layout .snip-form__error { background-color: #8a2f28 !important; }
.snip-layout .snip-header { background-color: #DCDCDC !important; }
.snip-layout .snip-header__title { color: #12385B; font-size: 46px !important; font-weight: bold; }
.snip-layout .snip-btn:not(.snip-layout .snip-btn) { background-color: #182954 !important; }
.snip-layout .snip-header__total { background-color: #182954 !important; }
.snip-layout .snip-header__total-label { color: #DCDCDC !important; }
.snip-layout .snip-btn--highlight { background-color: #FDCF32 !important; color: #12385B !important; }
.snip-layout .snip-table__cell--highlight { white-space: nowrap; }
#snipcart-show-upcoming-payment-details { display: none; }
#snipcart-show-discount-box { font-size: 16px; }

/* cart icon */
#cartIcon { position: relative; }
#cartIcon:hover {	cursor: pointer; }
#cartIcon img { max-width: 45px; float: left; }
#itemCount {
	position: absolute;
	top: 0px;
	left: 12px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  color: white;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
/* end cart icon */
label[for="snip-shippingSameAsBilling"] {
	color: #ce911f !important;
	/*font-weight: bold !important;*/
	font-size: 0.8rem !important;
}
