@charset "UTF-8";
/**
 * Cart
 *
 * @package shop
 * @subpackage css
 * @author support@dia-software.de
 */
.cart-buttons-global {
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
  border: 1px solid #fff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  width: 100%;
}
img {
  font-size: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.cart-product-image {
  text-align: center;
  position: relative;
}
.cart-product-image .product-image {
  padding: 20px;
  min-width: 50px;
}
.cart-product-amount-td .cart-product-amount {
  padding: 5px;
}
.cart-product-amount-td .cart-product-amount .cart-product-amount-group {
  margin: 0 auto;
}
.cart-text-position {
  text-align: center;
}
.cart-th-text {
  font-weight: normal;
  font-size: 0.9em;
  color: #999;
}
.cart-product-toggles {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-product-description {
  font-weight: normal;
  color: #666;
}
.cart-product-price {
  text-align: right;
  white-space: nowrap;
}
.cart-product-price .price-sum:after {
  content: "€";
  display: inline-block;
  padding: 0 0 0 5px;
}
.price-vat {
  clear: left;
  font-weight: normal;
  color: #bbb;
  white-space: nowrap;
}
.price-vat-type:after {
  content: "%";
  display: inline-block;
  padding: 0 0 0 5px;
}
.changed-amount-container {
  display: flex;
  justify-content: center;
}
.changed-amount-container .changed-amount {
  color: #fff;
}
.cart-product-amount input {
  max-width: 80px;
  text-align: right;
  padding-right: 3px;
}
.cart-product-amount-btn {
  padding: 0 5px 0 5px;
}
.cart-product-amount-btn .btn-default {
  border: none;
}
.btn-set-amount {
  padding: 0 !important;
  font-size: 20px !important;
  margin-top: 0;
}
.btn-set-amount .label {
  top: -1px;
  vertical-align: middle;
}
.cart-product-stock {
  text-align: center;
}
.cart-amount {
  margin: 0 auto;
}
.cart-product-amount-input {
  text-align: center;
}
.cart-product-details-cell {
  float: left;
  width: 50%;
  padding: 2px;
  border-bottom: 1px solid #eee;
}
.cart-product-details-box {
  display: none;
}
.cart-product-details-box.cart-product-parameter .order-param-wrapper label.order-param-label {
  max-width: 120%;
  width: 120%;
}
.cart-product-details-box.cart-product-parameter .order-param-wrapper textarea, .cart-product-details-box.cart-product-parameter .order-param-wrapper select, .cart-product-details-box.cart-product-parameter .order-param-wrapper .select2-selection {
  min-height: auto;
  height: 34px;
}
.cart-product-details-box.cart-product-parameter .cart-checkbox.check-param {
  display: block;
  height: 34px;
  margin-top: auto;
  margin-bottom: auto;
}
.tr-slave td {
  border-top: 0px !important;
}
.table-striped > tbody > tr:nth-child(4n-2), .table-striped > tbody > tr:nth-child(4n-3) {
  background: #fff;
}
.table-striped > tbody > tr:nth-child(4n), .table-striped > tbody > tr:nth-child(4n-1) {
  background: #f9f9f9;
}
@media only screen and (max-width: 800px) {
  #cart-product-table table {
    display: block;
  }
  #cart-product-table thead {
    display: block;
  }
  #cart-product-table thead th:not(:first-child) {
    display: none;
  }
  #cart-product-table tbody {
    display: block;
  }
  #cart-product-table tr {
    display: block;
  }
  #cart-product-table .tr-slave {
    border-top: none;
  }
  #cart-product-table .tr-master {
    border-bottom: none;
  }
  #cart-product-table th {
    display: block;
  }
  #cart-product-table th .check-uncheck label {
    display: inline !important;
  }
  #cart-product-table td {
    display: block;
    border: none;
    white-space: normal;
    text-align: center;
  }
  #cart-product-table td:before {
    /* Now like a table header */
    /* Top/left values mimic padding */
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
  }
  .cart-product-details-cell {
    float: left;
    width: 50%;
    padding: 2px;
    border-bottom: 1px solid #eee;
    text-align: left;
  }
  .hide-mobile {
    display: none !important;
  }
}
/* @todo hidden-...-up/down kommen mit bootstrap 4, ggf. ersetzen */
@media (min-width: 350px) {
  .hidden-xxs-up {
    display: none !important;
  }
}
/* @todo hidden-...-up/down kommen mit bootstrap 4, ggf. ersetzen */
@media (max-width: 350px) {
  .hidden-xxs-down {
    display: none !important;
  }
}
.form-control {
  font-size: 15px;
  padding: 3px;
  background-color: #f5f5f5 !important;
}
textarea {
  resize: vertical;
  max-height: 200px;
  min-height: 50px;
}
.tr-blocked {
  background-color: #f7f5d8 !important;
}
.cart-buttons {
  display: none;
  margin-right: 10px;
}
.cart-buttons span.visible-lg {
  display: inline-block !important;
}
.btn-checkout-start span.visible-lg {
  display: inline-block !important;
}
.cart-buttons-row {
  margin-top: 20px;
  margin-bottom: 10px;
  min-height: 30px;
}
.cart-selector-row {
  margin-top: 20px;
  margin-bottom: 10px;
}
.param-required {
  background-color: #f55549 !important;
}
.btn-check-budget {
  display: none;
}
.budget-warning {
  cursor: pointer;
  font-size: 1.5em;
  color: #ff0000;
  margin: 0.7em;
}
@media (max-width: 800px) {
  .check-uncheck {
    text-align: center;
    width: 100%;
  }
  .cart-checkbox {
    height: 30px;
    text-align: center;
  }
  .cart-product-amount-group {
    margin: auto;
  }
  .td-cart-checkbox, .cart-product-title, .cart-product-number, .td-delete-position, .cart-product-toggles, .cart-product-price, .cart-sums-block td {
    text-align: center;
  }
  .tr-master td {
    border-top: none !important;
  }
  .cart-item-button-row {
    border-bottom: 1px solid #ddd;
  }
}
.btn-delete-position {
  margin: 0;
}
#productDisplay {
  padding-top: 3px;
}
/* Product numbers */
.cart-product-number .product-number-row {
  display: table-row;
}
.cart-product-number .product-number {
  display: table-cell;
  padding-right: 10px;
}
/* print cart */
@media print {
  a[href]::after {
    content: "";
  }
  body {
    font-size: 10px !important;
  }
  #globalMessages, #pt-header, #pt-header-stick, .head-top-row, .head-search, #dia-page-content-row > div:nth-child(2) > div:first-child, #cookie-bar, footer, .btn-group, .btn-delete-position, .btn-set-amount, .cart-buttons-row, .cart-selector-row, .cart-product-toggles, .cart-checkbox, .pt-header-stick, .save-all-params-for-cart-id, .copy-checked-params-to-all, .top-row-box {
    display: none !important;
  }
  .row, .row > [class*="col-"] {
    display: block;
  }
  .panel-heading {
    padding: 0;
  }
  .panel-info {
    padding: 0;
    margin: 0;
  }
  .panel-body {
    padding: 0;
  }
  .panel-primary {
    margin: 0;
  }
  .form-control {
    border: 0;
  }
}
/* Ordering Information modal */
.orderInformationModal .modal-body .ordering-info-wrapper {
  padding-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
}
.orderInformationModal .modal-body .ordering-info-wrapper .ordering-info-position {
  margin-bottom: 15px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22file%22%3A%22%2Fvolume%2Fsales%2F_source%2Fstatic%2Fdia_one%2Fcss%2Fshop%2Fcart.css%22%2C%22sources%22%3A%5B%22static%2Fdia_one%2Fcss%2Fshop%2Fcart.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAvPF%3BAA8PA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAA%2FPF%3BAAqQA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA1WA%3BAA%2BWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAlXA%3BAAwXA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAraF%3BAAkbI%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%22%7D */