.voucher-list {
  margin: 0 0 40px 0;
}
.voucher-list h2 {
  text-transform: uppercase;
  color: #D20A0A;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4.8px;
  line-height: 19px;
  margin: 20px 0;
}
.voucher-list h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #D20A0A;
  margin: 18px 0 0 0;
}
.voucher-list-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #000;
  padding: 0 0 20px 0;
}
.voucher-list-block-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.voucher-list-block-details strong {
  font-weight: 600;
  font-size: 18px;
}
.voucher-list-block form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0 auto;
}
.voucher-list-block form > span {
  color: #D20A0A;
  font-weight: 600;
  margin: 0 20px 0 0;
  font-size: 16px;
}
.voucher-list-block form input {
  height: 26px;
  padding: 5px 10px;
  width: 60px;
}
.voucher-list-block form .buttons {
  margin: 0 0 0 20px;
}

.apply-voucher {
  margin: 0 0 40px 0;
}
.apply-voucher h2 {
  text-transform: uppercase;
  color: #D20A0A;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4.8px;
  line-height: 19px;
  margin: 20px 0;
}
.apply-voucher h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #D20A0A;
  margin: 18px 0 0 0;
}
.apply-voucher-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #979797;
  background-color: #F5F5F5;
  padding: 18px 25px;
}
.apply-voucher-wrapper-title {
  color: #4A4A4A;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 19px;
  text-transform: uppercase;
}
.apply-voucher-wrapper-title.error {
  color: red;
}
.apply-voucher-wrapper form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.apply-voucher-wrapper form input {
  display: block;
  width: 250px;
  height: 26px;
  padding: 2px 10px;
  margin: 0 20px 0 0;
  text-align: center;
}

.cart .cart-content-container .cart-items .product .list .product-node {
  justify-content: space-between;
}
.cart .cart-content-container .cart-items .product .list .product-node.voucher {
  height: 60px;
  width: 100%;
  min-height: 60px;
}
.cart .cart-content-container .cart-items .product .list .product-node.voucher .details {
  max-width: 100%;
  padding: 15px;
}
.cart .cart-content-container .cart-items .product .list .product-node.voucher .details .actions {
  justify-content: space-between;
}
.cart .cart-content-container .cart-items .product .list .product-node.voucher .details .actions .voucher-code {
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 1180px) {
  .apply-voucher {
    flex-direction: column;
  }
  .apply-voucher-title {
    margin: 0 0 20px 0;
  }
  .apply-voucher form {
    width: 100%;
  }
  .apply-voucher form span {
    display: block;
    width: 100%;
  }
  .apply-voucher form input {
    max-width: calc(100% - 20px);
    width: 100%;
  }
}
@media (max-width: 600px) {
  .voucher-list-block {
    flex-direction: column;
  }
  .voucher-list-block-details {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .voucher-list-block form {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .apply-voucher form {
    flex-direction: column;
  }
  .apply-voucher form input {
    max-width: 100%;
  }
  .apply-voucher form button {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 370px) {
  .voucher-list-block form {
    flex-wrap: wrap;
  }
  .voucher-list-block form .buttons {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .voucher-list-block form .buttons .btn-primary {
    width: 100%;
  }
}/*# sourceMappingURL=voucher.css.map */