/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.mm-se-wrapper {
  min-height: 34px;
  width: 100%;
  margin-bottom: 5px;
}

.mm-se {
  box-shadow: 0px 0px 7px -2px rgba(66, 68, 90, 1);
  width: 100%;
  padding: 3px;
  display: flex;
  align-items: center;
  min-height: 34px;
}

.mm-se__content {
  display: flex;
  flex-direction: column;
}

.mm-se__content span {
  line-height: 1;
}

.mm-se__content small {
  font-size: 70%;
}

.mm-se__icon {
  margin-right: 5px;
  max-height: 18px!important;
}

.mm-se__per {
  font-size: 12px;
}

.mm-se__price_brutto {
  color: #595959;
}

.mm-se__free, .mm-se__price {
  color: #256119;
  font-weight: 700;
  font-size: 14px;
}

.mm-se__title {
  font-weight: 700;
  font-size: 14px;
  margin-right: 3px;
}

.mm-se__car-info {
  color: #595959;
  font-size: 12px;
}

.product-shipping-price {
  text-align: center;
}

.cart_totals .fee bdi:after,
.woocommerce-checkout-review-order-table .fee bdi:after {
    content: " netto";
}
