/* 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 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.shop-cash h1 {
  padding: 20px 0 10px 0;
}
.shop-cash h3,
.shop-cash h4,
.shop-cash .payment-error,
.shop-cash .payment-cancel {
  font-family: 'GothamM';
  font-size: 1rem;
  padding: 20px 0;
}
@media screen and (min-width: 800px) {
  .shop-cash h3,
  .shop-cash h4,
  .shop-cash .payment-error,
  .shop-cash .payment-cancel {
    font-size: 1.3rem;
  }
}
.shop-cash h4 {
  font-size: 1.1rem;
  padding: 0 0 10px 0;
}
@media screen and (min-width: 800px) {
  .shop-cash h4 {
    font-size: 1.2rem;
  }
}
.shop-cash textarea {
  outline: none;
}
.shop-cash .aback {
  float: left;
  width: auto !important;
}
.shop-cash .anext {
  margin-left: 12px;
  width: auto !important;
}
.shop-cash .usercomment {
  background: #FFF6DE;
  margin: 20px 0;
  padding: 20px 20px 0 20px;
}
.shop-cash .usercomment h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
}
.shop-cash .usercomment:after {
  content: '';
  display: block;
  clear: both;
  height: 20px;
}
.shop-cash .add-field {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 800px) {
  .shop-cash .add-field {
    float: left;
    width: calc(50% - 10px);
  }
}
.shop-cash .add-field:nth-child(even) {
  float: right;
}
.shop-cash .add-field textarea {
  height: 60px;
  overflow: auto;
}
.shop-cash .payment-error,
.shop-cash .payment-cancel {
  display: block;
}
.shop-cash .cart .edit.cart_edit {
  padding: 0;
}
#m .shop-cash input[type='text'],
#m .shop-cash input[type='email'],
#m .shop-cash input[type='password'],
#m .shop-cash select,
#m .shop-cash textarea {
  width: 100% !important;
  margin: 2px 0 6px 0;
}
#m .shop-cash .button {
  width: 100%;
  text-align: center;
  font-family: 'Gotham';
  padding: 6px 10px;
  text-transform: none;
  font-size: 0.9rem;
  font-weight: 300;
  cursor: pointer;
  white-space: normal;
}
@media screen and (min-width: 480px) {
  #m .shop-cash .button {
    width: auto;
    text-align: left;
  }
}
#m .shop-cash .valsum {
  width: 100%;
  clear: both;
  margin: 20px 0 0 0;
  padding: 8px 10px;
  background: #FFFFFF;
  color: #CC0000;
  font-size: 0.9rem;
  font-weight: 400;
}
#m .shop-cash .valsum ul {
  list-style: none;
  font-size: 0;
}
#m .shop-cash .valsum span,
#m .shop-cash .valsum li {
  list-style: none;
  color: #CC0000;
  padding: 1px 0;
  font-size: 0.9rem;
}
