
#takeawayWrapper {
  max-width: 920px;
}

#takeawayWrapper h1 {
  padding: 0 8px;  
}

#takeawayWrapper *,
#takeawayWrapper *::before,
#takeawayWrapper *::after {
  box-sizing: border-box;
}

/**
 * Mealplan Product
 */

.ta-mealplan-product,
.ta-mealplan-product:before,
.ta-mealplan-product:after,
.ta-mealplan-product *,
.ta-mealplan-product *:before,
.ta-mealplan-product *:after {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.ta-mealplan-product {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.ta-mealplan-product__title, 
.ta-mealplan-product__description {
  margin: 0;
  padding: 0 8px 5px;
}

.ta-mealplan-product__price {
  margin: 0;
  padding: 0 8px;
  white-space: nowrap;
}

.ta-mealplan-product__title {
  font-size: 1.5rem;  
}

.ta-mealplan-product__title .__vegan,
.ta-mealplan-product__title .__allergens {
  margin-left: 0.333rem;
}

.ta-mealplan-product__title .__vegan {
  font-size: 1.25rem;
  font-weight: normal;
  color: #44aa44;
}

.ta-mealplan-product__title .__vegan:before {
  display: inline;
  content: "|";
}

.ta-mealplan-product__title .__allergens {
  font-size: 1rem;
  font-weight: normal;
  color: #888;
}

.ta-mealplan-product__price {
  font-size: 1.25rem;
  font-weight: bold;
}

.ta-mealplan-product__price .__from {
  font-size: 1rem;
  font-weight: normal;
  margin-right: 0.25rem;
}

.ta-mealplan-product__header {
  position: relative;
  display: flex;
  align-items: center;
}

.ta-mealplan-product__header > .ta-mealplan-product__content {
  flex: 1;
}

.ta-mealplan-product__header > .ta-mealplan-product__price {
  flex: 0;
}

.ta-mealplan-product__header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ta-mealplan-product__order {
  padding: 16px 8px 8px;
}

.ta-mealplan-product__order-action button {
  width: 100%;
  height: 24px;
}

.ta-mealplan-product__checkout-action button {
  position: relative;
  margin-top: 8px;
  width: 100%;
  height: 24px;
  padding: 2px 4px;
}

.ta-mealplan-product__checkout-action button > span.__counter {
  position: absolute;
  top: 0px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 0;
  background: #888;
  color: #ddd;
  text-align: center;
}

.ta-mealplan-product__order .ta-mealplan-order-option {
  display: flex;
  margin-bottom: 16px;
}

.ta-mealplan-product__order .ta-mealplan-order-option__label {
  flex: 0 0 160px;
  text-align: right;
  padding-top: 2px;
  padding-right: 5px;
}

/**
 * Mealplan Order option
 */

table.ta-mealplan-order-option__choice-values,
table.ta-mealplan-order-option__multichoice-values {
  border-spacing: 0;
  margin: 0;
}

table.ta-mealplan-order-option__choice-values td,
table.ta-mealplan-order-option__multichoice-values td {
    padding: 0 12px 4px 0;
}

table.ta-mealplan-order-option__choice-values td:last-child,
table.ta-mealplan-order-option__multichoice-values td:last-child {
  padding-right: 0;
}

/**
 * Checkout Order Data
 */

.ta-checkout-order-data {
  padding: 16px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

/**
 * Checkout Order Form
 */

.ta-checkout-order-form {
  padding: 16px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

/**
 * Checkout Order item
 */

.ta-checkout-order-item {
  margin-top: 0;
  margin-bottom: 20px;
}

.ta-checkout-order-item__title {
  font-weight: bold;
  margin-bottom: 4px;
}

.ta-checkout-order-item__price {
  margin-top: 8px;
}

.ta-checkout-order-item__price span.__space {
  min-width: 0.25em;
}

.ta-checkout-order-item__quantity {
  margin-top: 8px;
}

.ta-checkout-order-item__quantity span.__value {
  margin-left: 6px;
  margin-right: 6px;
}

.ta-checkout-order-item__quantity span.__space {
  min-width: 0.25em;
}

.ta-checkout-order-item__quantity button {
  background: #f4f4f4;
  padding: 0px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border: 1px solid #888;
  border-radius: 3px;
}

.ta-checkout-order-item__quantity button:focus {
  background: #f4f4f4;
  outline: 0;
  box-shadow: 0 0 2px #444;
}

.ta-checkout-order-item__quantity button:hover {
  background: #f4f4f4;
}

.ta-checkout-order-item__quantity button:active {
  background: #ddd;
}

/**
 * Checkout Order Item Summary
 */

.ta-checkout-order-item-summary {
  margin-top: 0;
  margin-bottom: 20px;
}

.ta-checkout-order-item-summary__price {
  margin-top: 8px;
  display: flex;
}

.ta-checkout-order-item-summary__price span.__label {
  width: 240px;
  font-weight: bold;
}

.ta-checkout-order-item-summary__price span.__space {
  min-width: 0.25em;
}

/**
 * Checkout Pickup Time Selection
 */

.ta-checkout-pickup-time {
  margin-top: 0;
  margin-bottom: 20px;
}

.ta-checkout-pickup-time__title {
  margin-bottom: 4px;
  font-weight: bold;
}

.ta-checkout-pickup-time__value label > input + span {
  margin-left: 0.35em;
}

/**
 * Checkout Personal Data
 */

.ta-checkout-personaldata {
  margin-top: 0;
  margin-bottom: 20px;
}

.ta-checkout-personaldata__title {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.ta-checkout-personaldata label {
}

.ta-checkout-personaldata input {
  padding: 6px 8px;
  border: 1px solid #ccc;
  background: #fff;
}

.ta-checkout-personaldata__row {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 4px;
}

.ta-checkout-personaldata__row label {
  width: 100px;
  padding-right: 0.5em;
  text-align: left;
}

.ta-checkout-personaldata__row input {
  flex: 1;
}

