@charset "UTF-8";

#artTotalWrap {
  overflow: auto;
}

#artTotalWrap #artTotal {
  width: auto;
  margin-right: 0;
  margin-left: auto;
}

#zahlungsartWrap, #lieferungsartWrap {
  display: inline-block;
  overflow: auto;
  position: relative;
  border: 1px solid #757370;
  padding: 1rem;
  text-align: center;
}

#zahlungsartWrap .finishChoices, #lieferungsartWrap .finishChoices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0;
  overflow: auto;
  padding: 1rem;
}

#zahlungsartWrap .finishChoices label, #lieferungsartWrap .finishChoices label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  cursor: pointer;
}

#zahlungsartWrap .finishChoices label .finish-thumb, #lieferungsartWrap .finishChoices label .finish-thumb {
  display: block;
  margin: auto;
}

#zahlungsartWrap .finishChoices label input, #lieferungsartWrap .finishChoices label input {
  display: none;
}

#zahlungsartWrap .finishChoices label input[type=radio]:not(:checked) ~ img, #lieferungsartWrap .finishChoices label input[type=radio]:not(:checked) ~ img {
  opacity: 0.3;
}

#zahlungsartWrap .finishChoices label input[type=radio]:not(:checked) ~ img:hover, #lieferungsartWrap .finishChoices label input[type=radio]:not(:checked) ~ img:hover {
  opacity: 1;
}

#zahlungsartWrap .finishChoices label input[type=radio]:not(:checked) ~ .finishTextHolder, #lieferungsartWrap .finishChoices label input[type=radio]:not(:checked) ~ .finishTextHolder {
  opacity: 0.3;
}

#zahlungsartWrap .finishChoices label input[type=radio]:not(:checked) ~ .finishTextHolder:hover, #lieferungsartWrap .finishChoices label input[type=radio]:not(:checked) ~ .finishTextHolder:hover {
  opacity: 1;
}

#detCartTotalTab {
  clear: both;
  float: right;
  margin-top: 20px;
  width: auto;
}

#premTotalWrap {
  overflow: auto;
}

#premTotalWrap #premTotal {
  float: right;
  width: auto;
}

#bestellenBtnWrap {
  clear: both;
  margin-bottom: 1.25em;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: right;
}

#rechnungAnschrift {
  float: left;
  margin-bottom: 1rem;
}

#lieferAnschrift {
  float: right;
  margin-bottom: 1rem;
}

#bestellungArtTable {
  margin-top: 1rem;
}
