/* breakpoints */
/* colors */
/* mixins */
.valsum-error {
  width: 100%;
  clear: both;
  margin: 20px 0 0 0;
  padding: 8px 10px;
  background: #FFFFFF;
  color: #CC0000;
  font-size: 0.9rem;
  font-weight: 400;
}
.valsum-error ul {
  list-style: none;
  font-size: 0;
}
.valsum-error span,
.valsum-error li {
  list-style: none;
  color: #CC0000;
  padding: 1px 0;
  font-size: 0.9rem;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.custom-checkbox {
  opacity: 0;
  position: absolute;
  z-index: 1000;
}
.custom-checkbox:checked + label:before {
  opacity: 1;
}
.custom-checkbox + label {
  display: inline-block;
  padding-left: 32px;
  cursor: pointer;
}
.custom-checkbox + label:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #424241;
  top: 6px;
  left: 6px;
  opacity: 0;
}
.custom-checkbox + label:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #c5c5c5;
  cursor: pointer;
}
.custom-radio {
  position: relative;
}
.custom-radio input[type='radio'] {
  opacity: 0;
  position: absolute;
  z-index: 1000;
}
.custom-radio input[type='radio']:checked + label:before {
  opacity: 1;
}
.custom-radio label:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #424241;
  top: 18px;
  left: 6px;
  opacity: 0;
}
.custom-radio label:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  cursor: pointer;
}
.shop-cash .cart {
  margin: 20px 0;
}
.shop-cash .cart table,
.shop-cash .cart tbody,
.shop-cash .cart tr,
.shop-cash .cart th,
.shop-cash .cart td {
  width: 100%;
}
.shop-cash .cart .header-events,
.shop-cash .cart .th4,
.shop-cash .cart .td4 {
  display: none;
}
.shop-cash .cart .edit {
  padding: 10px 0;
  margin: 0 0 10px 0;
}
.shop-cash .cart .cart-item {
  padding: 8px 16px;
}
@media screen and (min-width: 800px) {
  .shop-cash .cart .cart-item {
    padding: 14px 32px;
  }
}
.shop-cash .cart .cart-item th,
.shop-cash .cart .cart-item td {
  width: 100%;
  padding: 10px 0;
  text-align: left;
}
@media screen and (min-width: 480px) {
  .shop-cash .cart .cart-item th,
  .shop-cash .cart .cart-item td {
    flex: 1;
  }
}
.shop-cash .cart .cart-item .td2 {
  max-width: 30px;
  height: 30px;
  background: #FFFFFF;
}
.shop-cash .cart .cart-item .td3 {
  padding: 10px 42px 10px 0;
  font-size: 0.96rem;
}
@media screen and (min-width: 800px) {
  .shop-cash .cart .cart-item .td3 {
    padding: 10px 30px;
  }
}
.shop-cash .cart .cart-item .td5,
.shop-cash .cart .cart-item .td6 {
  font-family: 'GothamM';
  text-align: right;
  padding: 2px 0;
}
.shop-cash .cart .cart-item .td5:before,
.shop-cash .cart .cart-item .td6:before {
  content: '€';
  margin-right: 6px;
}
@media screen and (min-width: 800px) {
  .shop-cash .cart .cart-item .td5,
  .shop-cash .cart .cart-item .td6 {
    max-width: 100px;
    padding: 16px 0 16px 16px;
    font-size: 1rem;
  }
}
.shop-cash .cart .cart-item .td5 {
  display: none;
}
.shop-cash .cart .dscnt {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 16px;
  margin: 8px 0 4px 0;
}
@media screen and (min-width: 800px) {
  .shop-cash .cart .dscnt {
    padding: 8px 32px;
  }
}
.shop-cash .cart .dscnt td {
  flex: 1;
  font-weight: 500;
}
.shop-cash .cart .dscnt td:nth-child(1) {
  min-width: calc(100% - 150px);
}
.shop-cash .cart .dscnt td:nth-child(2) {
  max-width: 150px;
  text-align: right;
}
.shop-cash .cart .shp,
.shop-cash .cart .total,
.shop-cash .cart .vat {
  margin: 0 0 4px 0;
  padding: 8px 16px;
  background: #FFF6DE;
  color: #000000;
}
@media screen and (min-width: 800px) {
  .shop-cash .cart .shp,
  .shop-cash .cart .total,
  .shop-cash .cart .vat {
    padding: 8px 32px;
  }
}
@media screen and (min-width: 480px) {
  .shop-cash .cart .shp td,
  .shop-cash .cart .total td,
  .shop-cash .cart .vat td {
    width: auto;
  }
}
.shop-cash .cart .shp .lbl,
.shop-cash .cart .total .lbl,
.shop-cash .cart .vat .lbl {
  float: left;
}
.shop-cash .cart .total {
  font-weight: 500;
  background: #E28600;
  color: #FFFFFF;
}
