/* Custom Snipcart CSS */

.snipcart-modal__container {
	top: 5em !important;
}

.snipcart-form {
	width: calc(100% + 0rem);
}

.snipcart-discount-box__button {
	background-color: #bfbfbf !important;
}

.snipcart-cart-button--highlight {
	background-image: none;
	background-color: #009EC1;
}

.snipcart__icon--blue-dark path, .snipcart__icon--blue-light path {
	fill: #009EC1;
}

.snipcart-cart-button--secondary .snipcart__icon path {
	fill: #FFF;
}

.snipcart-input--no-style .snipcart-input__input {
	padding: 1rem;
	margin-top: 3rem;
}

.snipcart-discount-box__cancel {
	padding: 1em;
	background-color: #bfbfbf;
}

.snipcart-modal__close-title {
	color: #009EC1;
}

.snipcart__box--badge-highlight , .snipcart-cart-button--secondary {
	background: #009EC1 !important;
}

.snipcart-input {
	border: 0;
}

.snipcart-input:focus-within {
	border: 0;
}

.snipcart-checkbox:checked + label::after {
	content: none;
}

.snipcart__actions--link {
	color: #009EC1 !important;
}

.snipcart__actions--link:focus, .snipcart__actions--link:active  {
	box-shadow: #009EC1;
	border: #009EC1;
}

.snipcart__actions--link:hover {
	background-color: transparent;
	color: #bfbfbf !important;
}