@charset "UTF-8";
/*Allgemeines*/
/*Blog & Veranstaltungen*/
/* Navigation */
/*Abstände*/
/*Layout*/
.header_top .basket_small .quantity {
  position: absolute;
  top: 14px;
  left: -5px;
  height: 18px;
  width: 18px;
  color: #fff;
  text-align: center;
  background: #dc4637;
  border-radius: 10px;
  /* @media screen and (min-width: 40em){
  position: inherit;
  color: $body_font_color;
  background: none;
  border-radius: 0;
}*/
}

.basket_small {
  position: relative;
  display: inline-block;
}
.basket_small .label a {
  color: inherit;
}
.basket_small .label a:hover {
  color: #0063e0;
}
.basket_small .basket_word {
  display: none;
}
.basket_small.sidebar {
  width: 100%;
}
.basket_small.sidebar .label {
  background-color: #eee;
  font-weight: bold;
  padding: .5em;
}
.basket_small.sidebar .content {
  padding: .75em;
}
.basket_small .overlay {
  display: none;
  position: absolute;
  top: 99%;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  border: solid #e6e6e6 1px;
  padding: 1em;
  min-width: 22em;
}
.basket_small:hover .overlay {
  display: block;
}
.basket_small div.items {
  display: table;
  width: 100%;
  margin: .5em 0 1em 0;
}
.basket_small div.items > div {
  margin-bottom: 0;
  display: table-row;
}
.basket_small div.items > div a {
  color: inherit;
}
.basket_small div.items > div:hover {
  color: #004193;
}
.basket_small div.items > div > a {
  vertical-align: top;
  text-align: left;
  display: table-cell;
}
.basket_small div.items > div > a.delete {
  padding-left: 1em;
}
.basket_small div.items > div > div {
  padding-left: .75em;
  vertical-align: top;
  text-align: right;
  display: table-cell;
  padding-bottom: 2em;
}
.basket_small .basket_smallitem_sum {
  text-align: right;
}
.basket_small .basket_smallitem_sum.total {
  font-weight: bold;
}
.basket_small div.buttons {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: .5em;
}
.basket_small div.buttons > div {
  white-space: nowrap;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 70em) {
  .basket_small div.buttons > div {
    padding-bottom: 0;
  }
}
.basket_small div.buttons > div .button {
  font-size: .9em;
  box-sizing: border-box;
}

div.basket_full {
  margin-top: 1em;
}
div.basket_full th {
  padding: 12px 10px;
  border: 1px solid #e6e6e6;
  background-color: #eee;
  color: #000000;
}
div.basket_full td {
  border: 1px solid #e6e6e6;
}
div.basket_full .is-right {
  text-align: right;
}
div.basket_full .order_overview {
  width: 100%;
}
div.basket_full .order_overview td {
  padding: .75em;
  width: 10%;
}
div.basket_full .order_overview td.delete {
  width: 1%;
  font-size: 2em;
}
div.basket_full .order_overview td.product {
  width: 80%;
}
div.basket_full .order_overview th, div.basket_full .order_overview td.price, div.basket_full .order_overview td.quantity, div.basket_full .order_overview td.total {
  white-space: nowrap;
}
div.basket_full .table_supplement {
  padding-top: 1em;
}
div.basket_full .table_supplement .save {
  float: right;
  border: none;
}
div.basket_full .total_box {
  margin-top: 2em;
  text-align: right;
}
div.basket_full .summary {
  display: table;
  width: 100%;
  margin: 1em 0;
}
div.basket_full .summary > div {
  display: table-row;
}
div.basket_full .summary > div > div {
  display: table-cell;
  padding-bottom: .25em;
}
div.basket_full .summary > div > div:first-child {
  width: 980%;
}
div.basket_full .summary > div > div:last-child {
  padding-left: 1em;
  white-space: nowrap;
}
div.basket_full th.pic, div.basket_full td.pic {
  display: none;
}
@media screen and (min-width: 40em) {
  div.basket_full th.pic, div.basket_full td.pic {
    display: table-cell;
  }
}
div.basket_full th.price, div.basket_full td.price {
  display: none;
}
@media screen and (min-width: 31em) {
  div.basket_full th.price, div.basket_full td.price {
    display: table-cell;
  }
}

/*# sourceMappingURL=https://www.fritzen.eu/srv/designset/_ts_1585429789000/_repo/current/style/generated/210_store_basket.css.map */
