/* 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;
}
@media screen and (min-width: 640px) {
  .shop-cash .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.shop-cash .boxes h3,
.shop-cash .boxes h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  padding: 0;
  text-transform: none;
}
.shop-cash .boxes .box {
  display: block;
  padding: 12px;
  margin: 0 0 20px 0;
  background: #FFF6DE;
  font-size: 0.96rem;
}
@media screen and (min-width: 640px) {
  .shop-cash .boxes .box {
    width: calc(50% - 10px);
  }
}
.shop-cash .boxes .box img {
  display: block;
  width: 80px;
  height: auto;
  margin: 10px 0;
}
@media screen and (min-width: 640px) {
  .shop-cash .boxes .box img {
    width: 100px;
  }
}
.shop-cash .boxes .box .edit a {
  display: inline-block;
  font-weight: 400;
  text-transform: lowercase;
  margin: 5px 0 0 0;
  color: #E28600;
}
.shop-cash .boxes .box.invoiceno > span {
  font-family: 'GothamM';
  display: block;
}
.shop-cash .boxes .box.invoiceno > span span {
  font-family: 'Gotham';
  display: block;
  float: right;
  font-weight: 500;
}
.shop-cash .boxes .box.payment label {
  display: block;
}
.shop-cash .boxes .box.payment span {
  display: block;
}
