.snip-layout .snip-header {
	font-weight: 200;
	background: #ffffff;
	border-bottom: solid 1px #cacaca;
}

.snip-layout .snip-header {
	color: #666666;
}
.snip-layout .snip-header__total {
	background: #f1f1f1;
}
.snip-layout .snip-btn {
	font-weight: 700;
	background-color: #666666;
}
.snip-layout .snip-btn--highlight {
	background: #377ef7;
	color: #ffffff;
}
.snip-layout .snip-btn--highlight:hover {
	background: #2163d4;
}
.snip-layout .snip-footer {
	display: none;
}
.snip-layout .snip-product__name {
	font-weight: 700;
	color: #666666;
}
.snip-layout .snip-quantity-trigger {
	font-weight: 700;
	-webkit-box-align: center;
	align-items: center;
	color: #666666;
}
.snip-layout .snip-table__cell--highlight {
	font-weight: 700;
	color: #666666;
}
.snip-layout {
	background: rgba(0,0,0,.75);
}
.snip-layout .snip-product__remove {
	color: #cacaca;
}
.snip-layout .snip-layout__close {
	color: #666666;
}
.snip-layout .snip-product__empty {
	text-transform: none;
}
.snip-layout  .custom-snipcart-login-text {
	padding: 20px 0;
}
.snip-layout  .custom-snipcart-login-text p{
	margin-top: 0 !important;
}
.snipcart-checkout {
	margin-top: 0px;
	padding: 6px !important;
}
.snipcart-summary.badge {
	background-color: #377ef7;
	padding: 3px 6px 4px;
	vertical-align: super;
	display: none;
	position: absolute;
	top: 3px;
	left: 16px;
	font-size: 11px;
	text-align: center;
}
.snipcart-summary.badge.active {
	display: inline-block;	
}

@media (min-width: 300px) and (max-width: 420px) {
	.snip-layout {
		padding: 0 15px;
	}
}

