div.carthead div.price_total {
  text-align: right;
}
div.row.cart {
  margin-top: 10px;
}
div.row.cart.hr {
  border-top: 1px solid #eaeaea;
  padding-top: 26px;
  margin-top: 26px;
}
div.row.cart div.price_total {
  text-align: right;
}
div.row.cart strong.product_name {
  display: block;
}
div.row.cart div.info p {
  margin-bottom: 20px;
}
div.row.cart div.cartcontrol {
  padding: 0;
  background-color: transparent;
  text-align: left;
  display: inline-block;
}
div.row.cart div.cartcontrol button.delete,
div.row.cart div.cartcontrol button.tocarticon {
  background-color: transparent;
  line-height: 25px;
  text-align: center;
  border: none;
  vertical-align: -3px;
}
div.row.cart div.cartcontrol button.delete {
  margin-right: 17px;
  background-image: url("/static/images/delete_grau.svg");
  width: 14px;
  height: 18px;
  background-size: 14px;
}
div.row.cart div.cartcontrol button.tocarticon {
  background-color: transparent;
  background-image: url("/static/images/cart_grau.svg");
  width: 26px;
  height: 26px;
  background-size: 26px;
  vertical-align: -7px;
}
div.row.cart div.cartcontrol div.buttons {
  display: inline-block;
  margin-right: 17px;
}
div.row.cart div.cartcontrol div.buttons input,
div.row.cart div.cartcontrol div.buttons button {
  line-height: 25px;
  text-align: center;
  border: none;
  outline: 1px solid #A7A8AC;
  color: #515359;
}
div.row.cart div.cartcontrol div.buttons button {
  background-color: white;
  width: 27px;
  border: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
div.row.cart div.cartcontrol div.buttons button:hover {
  background-color: #ff0000;
  color: white;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
div.row.cart div.cartcontrol div.buttons input[type=text] {
  width: 37px;
}
div.row.cart div.return-amount-info {
  margin-top: 8px;
}
div.row.cart span.input {
  width: 100%;
}
div.row.cart span.input input {
  width: 100%;
  padding-left: 30px;
}
div.row.cart span.input a.popoverinfo {
  position: absolute;
  left: 0;
  top: 3px;
}
div.row.cart .price_single div.brutto,
div.row.cart .price_total div.brutto,
div.row.cart .price_single div.streichpreis,
div.row.cart .price_total div.streichpreis {
  font-size: 12px;
}
div.row.cart div.streichpreis {
  text-decoration: line-through;
  color: #ff0000;
}
div.row.cart div.versandarten {
  margin-bottom: 20px;
}
div.row.cart div.allepositionen {
  margin-top: 14px;
}
div.row.cart div.allepositionen label {
  font-size: 13px;
}
div.row.cart div.image div.logowrapper {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background-color: white;
}
div.row.intorderid > div {
  text-align: right;
  margin-bottom: 30px;
}
div.row.intorderid > div input {
  margin-left: 7px;
}
div.row.summary {
  border-top: 1px solid #eaeaea;
  padding-top: 26px;
  margin-top: 26px;
}
div.row.summary div.infobox {
  background-color: #eaeaea;
  padding: 15px 30px 15px 15px;
  margin-bottom: 10px;
  position: relative;
}
div.row.summary div.infobox a.popoverinfo {
  position: absolute;
  right: 6px;
  top: 6px;
}
div.row.summary div.gutscheinbox {
  background-color: #eaeaea;
  padding: 15px;
}
div.row.summary div.gutscheinbox div.gutscheinwrapper {
  position: relative;
  padding-right: 133px;
  margin-top: 13px;
}
div.row.summary div.gutscheinbox button {
  background-color: #515359;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 37px;
  padding: 0;
  width: 120px;
  border: none;
}
div.row.summary div.gutscheinbox input {
  border: none;
  padding: 0 14px;
  height: 37px;
  width: 100%;
}
table.totalprices {
  width: 100%;
}
table.totalprices td {
  padding: 10px 0;
}
table.totalprices td.price {
  text-align: right;
}
table.totalprices tr.zwischensumme {
  border-bottom: 1px solid #A7A8AC;
}
table.totalprices tr.gesamt {
  border-top: 1px solid #A7A8AC;
  border-bottom: 1px solid #A7A8AC;
}
table.totalprices tr.gesamt td {
  font-size: 16px;
  font-weight: bold;
}
div.cartactions {
  margin-bottom: 50px;
}
div.cartactions > div {
  margin-top: 53px;
}
div.cartactions div.zurkasse a.btn,
div.cartactions div.retoure a.btn,
div.cartactions div.zurkasse span.btn,
div.cartactions div.retoure span.btn {
  width: 100%;
  background-color: #ff0000;
  line-height: 53px;
  color: white;
  border: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
div.cartactions div.zurkasse a.btn:hover,
div.cartactions div.retoure a.btn:hover,
div.cartactions div.zurkasse span.btn:hover,
div.cartactions div.retoure span.btn:hover {
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  color: white;
  background-color: #A7A8AC;
  text-decoration: none;
}
div.cartactions div.zurkasse span.disabled,
div.cartactions div.retoure span.disabled {
  cursor: not-allowed;
}
div.cartactions div.zurkasse.zurkasse .btn::before,
div.cartactions div.retoure.zurkasse .btn::before {
  background-image: url("/static/images/credit_card_weiss.svg");
  content: "";
  width: 24px;
  height: 19px;
  background-size: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -5px;
}
div.cartactions div.angeboterstellen {
  text-align: right;
}
div.cartactions div.angeboterstellen a#angeboterstellen,
div.cartactions div.angeboterstellen a#angebotabbrechen,
div.cartactions div.angeboterstellen a#cartcsvexport {
  background-color: #515359;
  border: none;
  line-height: 36px;
  color: white;
  padding: 0 16px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
div.cartactions div.angeboterstellen a#angeboterstellen:before,
div.cartactions div.angeboterstellen a#angebotabbrechen:before,
div.cartactions div.angeboterstellen a#cartcsvexport:before {
  background-image: url("/static/images/receipt_weiss.svg");
  content: "";
  width: 18px;
  height: 20px;
  background-size: 18px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -4px;
}
div.cartactions div.angeboterstellen a#angeboterstellen#cartcsvexport:before,
div.cartactions div.angeboterstellen a#angebotabbrechen#cartcsvexport:before,
div.cartactions div.angeboterstellen a#cartcsvexport#cartcsvexport:before {
  background-image: url("/static/images/download_white_14x17px.svg");
}
div.cartactions div.angeboterstellen a#angeboterstellen:hover,
div.cartactions div.angeboterstellen a#angebotabbrechen:hover,
div.cartactions div.angeboterstellen a#cartcsvexport:hover {
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  color: white;
  background-color: #A7A8AC;
  text-decoration: none;
}
div.cartactions div.angeboterstellen button#deletecart {
  line-height: 36px;
  padding: 0 16px;
  margin-top: 10px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
div.cartactions div.angeboterstellen button#deletecart:before {
  background-image: url("/static/images/delete_grau.svg");
  content: "";
  width: 18px;
  height: 20px;
  background-size: 18px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -4px;
}
div.cartactions div.angeboterstellen button#deletecart:hover {
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #A7A8AC;
}
/*    ####################################################################
      #                                                                  #
      #      ##  ##   #####                                              #
      #      ##  ##  ##   ##                                             #
      #       ####   ##                                                  #
      #        ##     #####                                              #
      #       ####        ##                                             #
      #      ##  ##  ##   ##                                             #
      #      ##  ##   #####                                              #
      #                                                                  #
      ####################################################################
 */
@media (max-width: 767px) {
  div.row.cart .count {
    text-align: center;
  }
  div.row.cart .image,
  div.row.cart .count {
    margin-bottom: 20px;
  }
  div.row.cart div.price_total {
    text-align: left;
  }
  div.row.cart div.price_total,
  div.row.cart div.price_single,
  div.row.cart div.price_caption {
    border-bottom: 1px solid #A7A8AC;
    height: 100px;
    padding: 15px 0;
  }
  div.row.cart div.return {
    text-align: center;
  }
  div.row.cart select.return-reason {
    margin-bottom: 20px;
  }
}
/*    ####################################################################
      #                                                                  #
      #       ####   ##   ##                                             #
      #      ##  ##  ### ###    ##                                       #
      #      ##      #######    ##                                       #
      #       ####   ## # ##  ######                                     #
      #          ##  ##   ##  ######                                     #
      #      ##  ##  ##   ##    ##                                       #
      #       ####   ##   ##    ##                                       #
      #                                                                  #
      ####################################################################
 */
@media (min-width: 768px) and (max-width: 1199px) {
  div.row.summary div.gutscheinbox div.gutscheinwrapper {
    padding-right: 0;
  }
  div.row.summary div.gutscheinbox div.gutscheinwrapper input {
    margin-bottom: 15px;
  }
  div.row.summary div.gutscheinbox div.gutscheinwrapper button {
    position: relative;
    width: 100%;
  }
  div.row.cart div.return {
    min-height: 148px;
  }
}
/*    ####################################################################
      #                                                                  #
      #     ##   ##  ####                                                #
      #     ### ###  ## ##                                               #
      #     #######  ##  ##                                              #
      #     ## # ##  ##  ##                                              #
      #     ##   ##  ##  ##                                              #
      #     ##   ##  ## ##                                               #
      #     ##   ##  ####                                                #
      #                                                                  #
      ####################################################################
 */
@media (min-width: 992px) and (max-width: 1199px) {
  div.row.cart div.cartcontrol div.buttons {
    margin-right: 7px;
  }
}
/*    ####################################################################
      #                                                                  #
      #     ##        #####                                              #
      #     ##       ##   ##                                             #
      #     ##       ##                                                  #
      #     ##       ##  ###                                             #
      #     ##       ##   ##                                             #
      #     ##       ##   ##                                             #
      #     #######   #####                                              #
      #                                                                  #
      ####################################################################
 */
/*    ####################################################################
      #                                                                  #
      #     ##  ##   ##                                                  #
      #     ##  ##   ##                                                  #
      #      ####    ##                                                  #
      #       ##     ##                                                  #
      #      ####    ##                                                  #
      #     ##  ##   ##                                                  #
      #     ##  ##   #######                                             #
      #                                                                  #
      ####################################################################
 */
