/* 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 #registerform {
  display: none;
  overflow: hidden;
}
.shop-cash #registerform .tr-birthdate select {
  width: 33% !important;
  box-sizing: border-box;
}
.shop-cash #registerform .button {
  float: right;
  margin-top: 15px;
}
.shop-cash .benefits {
  padding: 0 0 10px 0;
}
.shop-cash .benefits h6 {
  display: none;
}
.shop-cash .shop_loginreg1,
.shop-cash .shop_loginreg2,
.shop-cash .shop_loginreg3 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 15px;
  margin: 20px 0;
  background: #FFF6DE;
}
@media screen and (min-width: 920px) {
  .shop-cash .shop_loginreg1,
  .shop-cash .shop_loginreg2,
  .shop-cash .shop_loginreg3 {
    padding: 20px;
  }
}
.shop-cash .shop_loginreg3 .err:first-child {
  display: inline !important;
  color: #CC0000 !important;
  position: relative;
  left: 4px;
}
.shop-cash .other-shipping {
  display: none;
}
