/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 04.11.2015, 13:47:35
    Author     : roeschs
*/

.box-20-m {
  width: 20%;
}

.box-25-m {
  width: 25%;
}

.box-33-m {
  width: 33.33%;
}

.box-50-m {
  width: 50%;
}

.box-66-m {
  width: 66.66%;
}

.box-75-m {
  width: 75%;
}

.box-80-m {
  width: 80%;
}

.box-100-m {
  width: 100%;
}

.header-logo-netto {
  max-width: none;
}

.header-logo-dc {
  max-width: none;
  padding-left: inherit;
}

.display-none-m {
  display: none;
}

.display-block-m {
  display: block;
}

.display-inline-block-m {
  display: inline-block;
}

.display-table-cell-m {
  display: table-cell;
}

.display-table-row-m {
  display: table-row;
}

/* ----- Fleischvorbestellservice ----- */
.shoppinglist-22 {
  padding: 10px;
}
.shlist-item-image {
  /*display: block;*/
  flex-basis: 25%;
}
.shlist-item-content {
  padding: 10px;
  flex-basis: 75%;
}
.shlist-item-text-quant {
  flex-direction: row;
}
.shlist-item-text, .shlist-item-quant {
  flex-basis: 50%;
}
.shlist-item-last-row {
  padding: 10px;
}
/* ----- Fleischvorbestellservice ----- */