/* 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-cart {
  max-width: 1000px;
  margin: 0 auto;
  min-height: 46vh;
}
@media screen and (min-width: 640px) {
  .shop-cart {
    padding: 40px 20px;
  }
}
.shop-cart .header-events {
  display: none;
}
.shop-cart .cart-item .td1 {
  position: relative;
  padding: 20px;
  max-width: 20px;
}
@media screen and (min-width: 800px) {
  .shop-cart .cart-item .td1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0;
    max-width: 60px;
  }
}
.shop-cart .cart-item .delete-item {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  background: #CC0000;
}
@media screen and (min-width: 800px) {
  .shop-cart .cart-item .delete-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: relative;
    top: 0;
    left: calc(50% - 11px);
  }
}
.shop-cart .cart-item .delete-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('i/delete_white.svg');
}
.shop-cart .cart-item .td3 {
  clear: both;
}
@media screen and (min-width: 800px) {
  .shop-cart .cart-item .td3 {
    min-width: 40%;
    font-size: 0.96rem;
  }
}
@media screen and (min-width: 800px) {
  .shop-cart .cart-item .td3 a {
    display: flex;
  }
}
.shop-cart .cart-item .td4,
.shop-cart .cart-item .td5 {
  font-family: 'GothamM';
  text-align: right;
  padding: 2px 0;
  align-self: flex-end;
  white-space: nowrap;
}
@media screen and (min-width: 800px) {
  .shop-cart .cart-item .td4,
  .shop-cart .cart-item .td5 {
    padding: 16px 0 16px 16px;
    max-width: 150px;
    font-size: 1rem;
  }
}
.shop-cart .cart-item .item-cnt {
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  background: #FFFFFF;
}
.shop-cart .total,
.shop-cart .vat {
  display: block;
  overflow: hidden;
  padding: 8px 16px;
}
@media screen and (min-width: 800px) {
  .shop-cart .total,
  .shop-cart .vat {
    padding: 8px 32px;
  }
}
.shop-cart .total {
  font-family: 'GothamM';
  text-align: right;
  background: #E28600;
  color: #FFFFFF;
  margin: 0 0 4px 0;
}
@media screen and (min-width: 800px) {
  .shop-cart .total {
    font-size: 1rem;
  }
}
.shop-cart .total td:first-child,
.shop-cart .total span {
  display: none;
}
.shop-cart .total .total-lbl {
  float: left;
}
.shop-cart .total .total-val {
  float: right;
}
.shop-cart .cnt {
  display: none;
}
.shop-cart .vat {
  background: #FFF6DE;
}
@media screen and (min-width: 800px) {
  .shop-cart .vat {
    padding: 8px 30px;
  }
}
.shop-cart .vat .vat-lbl {
  float: left;
}
.shop-cart .vat .vat-sum {
  float: right;
}
.shop-cart .btns {
  overflow: hidden;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 640px) {
  .shop-cart .btns .acash {
    float: right;
    margin: 10px 0;
  }
}
.shop-cart .button {
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 10px;
}
@media screen and (min-width: 640px) {
  .shop-cart .button {
    float: left;
    text-align: left;
    padding: 6px 10px;
    margin: 10px 10px 10px 0;
  }
}
.shop-cart .acash {
  font-family: 'GothamM';
  text-transform: uppercase;
}
