#littleCart {
  position: relative;
}
.cartEntry {
  position: relative;
  clear: left;
  float: left;
  border-bottom: 1px dotted #728ca2;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.prodPic {
  position: relative;
  float: left;
  width: 40px;
}
.prodText {
  position: relative;
  margin-left: 40px;
  font-size: 1.1em;
}
.priceLine {
  position: relative;
  margin-top: 6px;
  font-weight: bold;
}
.amount {
  position: relative;
  float: left;
}
.price {
  position: relative;
  float: right;
}
#totalLine {
  position: relative;
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 1.1em;
}
#totalLabel {
  position: relative;
  float: left;
}
#totalPrice {
  position: relative;
  float: right;
}
.versand {
  border-top: 1px dotted #728ca2;
  margin-top: 24px;
  padding-top: 6px;
}
.versandliste {
  margin-top: 24px;
  padding-top: 6px;
}
section #warenkorb {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
section #warenkorb button {
  background-color: #f39516;
  font-size: 1.8em;
}
section #warenkorb button img {
  margin-right: 0.8em;
}
section .shopList {
  position: relative;
  float: left;
  border-top: 1px dotted #728ca2;
  width: 100%;
}
section .shopList .shopEntry {
  position: relative;
  float: left;
  border-bottom: 1px dotted #728ca2;
  width: 100%;
  padding: 1em 0;
}
section .shopList .shopEntry .shopPicture {
  position: relative;
  float: left;
  width: 120px;
  text-align: center;
  margin-right: 20px;
  min-height: 90px;
  height: auto !important;
  height: 90px;
}
section .shopList .shopEntry .shopText {
  position: relative;
  float: left;
  width: 620px;
}
section .shopList .shopEntry .shopAuthor {
  color: #4f4f4f;
  margin-bottom: 0.2em;
}
section .shopList .shopEntry .shopTitle {
  float: left;
  width: 470px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
section .shopList .shopEntry .shopPrice {
  float: right;
  font-weight: bold;
  text-align: right;
}
section .shopList .shopEntry .shopSub {
  clear: left;
  margin-bottom: 0.8em;
}
section .shopList .shopEntry .shopDeli {
  color: green;
}
section .shopList .shopEntry .shopButton {
  position: absolute;
  bottom: 0.8em;
  right: 0;
}
section .shopList button {
  font-size: 0.9em;
}
section .shopList .small {
  font-size: 0.8em;
  font-weight: normal;
}
section #sPic {
  position: relative;
  float: left;
  margin-right: 20px;
  width: 200px;
  margin-bottom: 2em;
}
section #sText {
  position: relative;
  margin-left: 220px;
  margin-bottom: 2em;
}
section #sText #sAuth {
  font-size: 1.4em;
  color: #4f4f4f;
}
section #sText #sSub {
  font-size: 1.2em;
}
section #buyLine {
  clear: left;
  border-top: 1px solid #738ca2;
  border-bottom: 1px solid #738ca2;
  padding: 1.5em 0;
  margin-bottom: 2em;
}
section #buyLine #sPrice {
  font-size: 1.4em;
  margin-bottom: 0.3em;
}
section #buyLine #sDeli {
  float: left;
  font-size: 1.1em;
  color: green;
}
section #buyLine #sButton {
  float: right;
  margin-top: -1em;
}
section #buyLine #sButton button {
  font-size: 1em;
}
section #sDesc {
  clear: both;
}
#cartTable {
  border-bottom: 1px solid #728ca2;
  width: 100%;
}
#cartTable td {
  padding: 0.8em 0;
  border-top: 1px dotted #728ca2;
}
#totalRow td {
  border-top: 2px solid #728ca2;
  font-weight: bold;
}
#orderTable {
  width: 100%;
}
#orderTable td {
  padding: 0.8em 0;
  border-bottom: 1px dotted #728ca2;
}
#totalOrderRow td {
  border-bottom: none;
  font-weight: bold;
}
fieldset {
  margin-bottom: 24px;
  border: none;
  border: 1px dotted #728ca2;
}
fieldset legend {
  font-size: 1.2em;
  color: #676358;
}
fieldset label.basic {
  position: relative;
  width: 200px;
  float: left;
  margin-right: 12px;
  text-align: right;
  line-height: 1.6em;
}
fieldset label.rc {
  position: relative;
  width: 100px;
  float: left;
  margin-right: 12px;
  text-align: left;
  line-height: 1.6em;
}
fieldset div.basic {
  width: 200px;
  float: left;
  margin-right: 12px;
  text-align: right;
}
fieldset label.needed {
  font-weight: bold;
}
fieldset input.basic {
  border: 1px solid #CBC8C2;
  padding: 2px;
  font-size: 1em;
}
fieldset input.std {
  width: 400px;
}
fieldset input.sfplz {
  float: left;
  width: 100px;
}
fieldset input.sfort {
  width: 280px;
}
fieldset select.basic {
  border: 1px solid #CBC8C2;
  padding: 2px;
  font-size: 1em;
}
fieldset textarea.basic {
  border: 1px solid #CBC8C2;
  padding: 2px;
  font-size: 1em;
}
fieldset select {
  border: 1px solid #CBC8C2;
}
.shopform p {
  clear: left;
  margin: 1em 0;
}
@media only screen and (max-width: 1279px) {
  section .shopList .shopEntry .shopText {
    width: 480px;
  }
  section .shopList .shopEntry .shopTitle {
    width: 330px;
  }
  fieldset label.rc {
    width: 80px;
  }
  fieldset div.basic {
    width: 150px;
  }
  fieldset input.std {
    width: 300px;
  }
  fieldset input.sfplz {
    width: 70px;
  }
  fieldset input.sfort {
    width: 210px;
  }
}
@media only screen and (max-width: 1023px) {
  section .shopList .shopEntry .shopText {
    float: none;
    width: auto;
    margin-left: 140px;
  }
  section .shopList .shopEntry .shopTitle {
    width: 100%;
    float: none;
  }
  section .shopList .shopEntry .shopPrice {
    float: none;
    text-align: left;
  }
  section .shopList .shopEntry .shopButton {
    position: relative;
    clear: left;
    bottom: auto;
    margin-left: 140px;
    padding-top: 1em;
  }
  fieldset label.basic {
    width: 150px;
  }
  fieldset label.rc {
    width: 60px;
  }
  fieldset div.basic {
    width: 150px;
  }
  fieldset input.std {
    width: 200px;
  }
  fieldset input.sfplz {
    width: 50px;
  }
  fieldset input.sfort {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  section #warenkorb {
    position: relative;
    text-align: right;
    top: auto;
    right: auto;
    margin-top: 2em;
    margin-bottom: -2em;
  }
}
@media only screen and (max-width: 499px) {
  section #sPic {
    float: none;
    margin-right: 0;
    width: auto;
    text-align: center;
  }
  section #sText {
    margin-left: 0;
    margin-bottom: 2em;
  }
  section #buyLine #sDeli {
    float: none;
  }
  section #buyLine #sButton {
    margin-top: 0;
  }
}
