/* Fix cookie banner not overlaying sidebar */
.layout-main-wrapper {
	z-index: 1;
}

/* Fix styling in cart */
.view-commerce-cart-form .field:not(:last-child) {
	margin-bottom: 0;
}

.view-commerce-cart-form .field h4 {
	margin: .5em 0;
}

.view-commerce-cart-form td {
	vertical-align: middle;
}

.layout-region-checkout-main, .layout-region-checkout-footer, .layout-region-checkout-secondary {
	float: none;
	width: 100%;
}

.text-content, .cke_editable {
	font-family: metropolis, sans-serif;
}


@media (min-width: 43.75rem) {
  .field--name-field-paragraph {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}

/*
.page-wrapper,
.container {
	max-width: 110rem;
}
*/