/* 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 .shop_payment .item {
  position: relative;
}
@media screen and (min-width: 480px) {
  .shop-cash .shop_payment .item tr {
    display: flex;
    align-items: center;
    align-content: center;
  }
}
.shop-cash .shop_payment .itm {
  position: relative;
  padding: 8px 10px 8px 36px;
  margin: 0;
  cursor: pointer;
}
.shop-cash .shop_payment .itm input[type='radio'] {
  opacity: 0;
  position: absolute;
  z-index: 1000;
}
.shop-cash .shop_payment .itm input[type='radio']:checked + label:before {
  opacity: 1;
}
.shop-cash .shop_payment .itm label:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #424241;
  top: 18px;
  left: 6px;
  opacity: 0;
}
.shop-cash .shop_payment .itm 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 .shop_payment .itm label {
  padding: 2px 0 0 0;
  cursor: pointer;
}
.shop-cash .shop_payment .td1 {
  display: none;
}
.shop-cash .shop_payment .payment-name {
  display: block;
  line-height: 110%;
  font-weight: 500;
  margin: 6px 0 10px 0;
  font-size: 0.96rem;
}
.shop-cash .shop_payment .descr {
  display: block;
  margin: 2px 0 0 0;
}
.shop-cash .shop_payment hr {
  border-top: 1px solid #E7C35C;
}
