/** Shopify CDN: Minification failed

Line 33:11 Expected ":"

**/
body {
	font-size: 1.2rem;
	color: #333;
}

.page-title {
	display: none;
}

.legalnotice__table {
	width: 100%;
    border-collapse:  collapse;
    border: none;
  	border-top: solid 1px #999;
}

th,td {
    border: none;
}

.rte table td {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

tr {
	border-bottom: solid 1px #999;
    padding 1.2rem 0;
}

.article-card__excerpt {
	text-align: justify;
}

.button,
.button:before,
.button:after {
	border-radius: 4px;
}

.delivery_select_calender {
  width: 100%;
  height: 32px;
  border-radius: 0px;
  border: solid #000 1px;
  font-family: serif;
  color: #000;
  padding: 0 0 0 8px;
}
.delivery_select_calender:focus {
  outline: none;
}

.delivery_time_selector {
  width: 100%;
  height: 32px;
  color: #000;
  border: none;
  border-radius: 0px;
  font-family: serif;
  padding: 0 0 0 8px;
}
.delivery_time_selector:focus {
  outline: none;
}

.shopify-policy__container {
    max-width: 560px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.shopify-policy__title h1 {
  display: none;
}

.shopify-policy__body {
  margin: 40px 0 0 0;
}

/* Back In Stock Widget Customize */

.BackInStockWidget-module__root p {
 font-family: var(--font-body-family);
 font-weight: 300;
}

.BackInStockWidget-module__root input[type=email] {
 border-width: 1px !important;
 border-style: solid;
 border-color: var(--back-in-stock-email-box-text-color);
 background-color: var(--back-in-stock-email-box-background-color);
 color: var(--back-in-stock-email-box-text-color);
 font-family: var(--font-body-family) !important;
 font-weight: 300 !important;
}

.BackInStockWidget-module__root button[type=submit]:disabled {
  letter-spacing: .1rem;
  font-family: var(--font-body-family);
  font-weight: 300;
}

.BackInStockWidget-module__root button[type=submit]:not(:disabled) {
 letter-spacing: .1rem;
 font-family: var(--font-body-family);
 font-weight: 300;
}

.BackInStockWidgetSignUpLink-module__root span {
  font-size: 12px;
  font-family: var(--font-body-family);
}
