.login-or-use-account {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .login-or-use-account {
    flex-direction: column;
  }
}

.payment-login-wrapper {
  margin-right: 40px;
  flex-shrink: 0;
  flex-basis: 40%;
}
@media screen and (max-width: 768px) {
  .payment-login-wrapper {
    width: 100%;
    flex-basis: auto;
  }
}
.payment-login-wrapper input, .payment-login-wrapper button {
  width: 100%;
}
.payment-login-wrapper form {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}
.payment-login-wrapper.logged-in {
  background-color: #fce600;
  display: flex;
  flex-direction: column;
}

.stay-informed-list {
  padding-left: 37px;
  font-size: 12px;
}

.login-different-user {
  margin-top: auto;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 20px;
  width: 100%;
}

.remove-product-from-cart {
  display: inline-block;
  vertical-align: middle;
  background-size: 16px 16px;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3e%3cpath fill='%231F1F1F' fill-rule='evenodd' d='M6 12.188V5.311A.309.309 0 0 0 5.687 5h-.625a.309.309 0 0 0-.312.313v6.875c0 .175.137.312.313.312h.625A.309.309 0 0 0 6 12.187zm2.5 0V5.311A.309.309 0 0 0 8.187 5h-.624a.309.309 0 0 0-.313.313v6.875c0 .175.137.312.313.312h.625a.309.309 0 0 0 .312-.313zm2.5 0V5.311A.309.309 0 0 0 10.687 5h-.624a.309.309 0 0 0-.313.313v6.875c0 .175.137.312.313.312h.624a.309.309 0 0 0 .313-.313zM5.687 2.5h4.375l-.468-1.143a.377.377 0 0 0-.166-.107H6.332a.329.329 0 0 0-.166.107L5.687 2.5zm9.063.313v.624a.309.309 0 0 1-.313.313H13.5v9.258c0 1.074-.703 1.992-1.563 1.992H3.813c-.86 0-1.563-.879-1.563-1.953V3.75h-.938A.309.309 0 0 1 1 3.437v-.624c0-.176.137-.313.313-.313H4.33L5.014.87C5.209.39 5.794 0 6.312 0h3.125c.518 0 1.104.39 1.3.87l.683 1.63h3.018c.175 0 .312.137.312.313z'/%3e%3c/svg%3e");
}

.only-fill-space {
  pointer-events: none;
  opacity: 0;
}

.payment-order {
  display: flex;
}
@media screen and (max-width: 768px) {
  .payment-order {
    flex-direction: column;
  }
}

.gift-certificate-product-img {
  width: 100px;
}

.payment-user-title, .payment-products-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

.payment-products-title {
  padding-left: 40px;
  margin-bottom: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .payment-products-title {
    padding-left: 0;
  }
}

.payment-products-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.payment-products {
  padding-left: 40px;
  padding-top: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .payment-products {
    padding-left: 0;
  }
}

.payment-user-details {
  border-right: 1px solid #ededed;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .payment-user-details {
    border-right: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.payment-product-table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .payment-product-table {
    font-size: 13px;
    color: #4c4c4c;
  }
}
.payment-product-table tbody:last-child td {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .payment-product-table tbody {
    display: block;
    margin-bottom: 40px;
  }
  .payment-product-table tbody:last-child {
    margin-bottom: 0;
  }
}
.payment-product-table td {
  padding-right: 20px;
  padding-bottom: 20px;
}
.payment-product-table td:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .payment-product-table td {
    display: block;
    padding-bottom: 0;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .product-name {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1e1e1e;
  }
}

.payment-user {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .payment-user {
    width: 100%;
  }
}

.btn--payment-login {
  width: 100%;
}

.create-account-wrapper {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .create-account-wrapper {
    width: 100%;
  }
}

.payment-breadcrumbs {
  display: flex;
  margin-bottom: 40px;
  overflow: hidden;
}
.payment-breadcrumbs:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 10px;
}
.payment-breadcrumbs:after {
  border-color: transparent transparent transparent #fff;
  display: block;
}

.paymentflow-buttons {
  display: flex;
}
.paymentflow-buttons .btn--action {
  margin-right: 40px;
}
.paymentflow-buttons .btn--action:last-child {
  margin-right: 0;
}

.payment-breadcrumb-link {
  text-decoration: none;
  color: #1e1e1e;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 32px;
  background-color: #fff;
  width: 175px;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .payment-breadcrumb-link {
    font-size: 13px;
    padding: 0 2px 0 17px;
    justify-content: center;
  }
}
.payment-breadcrumb-link:after, .payment-breadcrumb-link:before {
  padding-left: 20px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  z-index: 10;
  pointer-events: none;
}
.payment-breadcrumb-link:after {
  top: 0px;
  border-color: transparent transparent transparent #fff;
  border-width: 20px 20px 20px 10px;
}
.payment-breadcrumb-link:before {
  top: -2px;
  border-color: transparent transparent transparent #bfbfbf;
  border-width: 22px 20px 22px 11px;
}
.payment-breadcrumb-link:first-child:before {
  display: none;
}
.payment-breadcrumb-link:first-child {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .payment-breadcrumb-link:first-child {
    padding-left: 10px;
  }
}

.payment-breadcrumb-link-active {
  background-color: #fce600;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .payment-breadcrumb-link-active {
    font-weight: normal;
    text-transform: initial;
  }
}
.payment-breadcrumb-link-active:before {
  border-left-color: #fff;
}
.payment-breadcrumb-link-active:after {
  border-left-color: #fce600;
  left: 100%;
  z-index: 20;
  top: -2px;
  border-width: 22px 20px 22px 11px;
}

.user-name {
  font-size: 18px;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.breadcrumb-payment-step-number {
  display: inline-block;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-payment-step-number {
    display: none;
  }
}

.product-list-wrapper {
  padding: 0 20px 20px 20px;
}

.product-table {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .product-table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .product-table tbody {
    display: block;
  }
}
.product-table tbody + tbody {
  border-top: 1px solid #ddd;
}
.product-table select {
  vertical-align: middle;
  display: inline-block;
}
.product-table th {
  height: 40px;
  vertical-align: middle;
  padding: 10px;
}
.product-table th:first-child {
  padding-left: 0;
}
.product-table th:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .product-table th {
    padding-top: 0;
    height: auto;
  }
}
.product-table td {
  padding: 10px;
  vertical-align: middle;
}
.product-table td:first-child {
  padding-left: 0;
}
.product-table td:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .product-table td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-table thead {
    display: none;
  }
}
.product-table .product-img-column {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .product-table .product-img-column {
    display: none;
  }
}
.product-table .product-amount-column {
  width: 145px;
  white-space: nowrap;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .product-table .product-amount-column {
    text-align: left;
  }
}

.price-column {
  font-size: 18px;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .price-column {
    text-align: left;
  }
}

input.participant-input {
  width: 100%;
  margin-bottom: 20px;
  max-width: 370px;
  display: block;
}

.participants-text {
  width: 100%;
  max-width: 500px;
}

.reservation-participants td {
  vertical-align: top;
}
[data-guest-count="0"] .reservation-participants {
  display: none;
}

.participant-inputs-wrapper {
  max-width: 405px;
  width: 405px;
  min-width: 405px;
}

.description-column {
  width: 100%;
}

.reservation-img {
  width: 100px;
  border-radius: 5px;
}

.book-img {
  width: 100px;
}

.book-img-wrapper {
  width: 100px;
  position: relative;
  margin-top: 4px;
  box-shadow: 4px -4px 1px 0 #ddd, 3px -3px 0 0 #ddd;
}
.book-img-wrapper:before {
  width: 100%;
  position: absolute;
  top: -4px;
  left: 4px;
  height: 1px;
  background-color: #000;
  content: "";
  display: block;
}
.book-img-wrapper:after {
  height: 100%;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 1px;
  background-color: #000;
  content: "";
  display: block;
}

.btn--next-payment-page {
  margin-left: auto;
  height: 40px;
  width: 270px;
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
}

.text-right {
  text-align: right;
}

.payment3-book-author {
  font-size: 13px;
  color: #4c4c4c;
}

.account-form-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.account-form-wrapper input {
  width: 100%;
  display: block;
}
.account-form-wrapper select {
  width: 100%;
  text-align: start;
}

.discount-list,
.voucher-list {
  margin-top: 20px;
}
.discount-list:empty,
.voucher-list:empty {
  margin-top: 0;
}

.discount-listitem,
.voucher-listitem {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 200px;
  border-bottom: 1px solid #bfbfbf;
}
.discount-listitem:last-child,
.voucher-listitem:last-child {
  border-bottom: 0;
}

.delete-discount,
.delete-voucher {
  display: block;
  width: 16px;
  height: 16px;
  flex-grow: 0;
  flex-shrink: 0;
  background-position: center;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg fill='%2310e1e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cpath d='m31 25.4l13-13.1c0.6-0.6 0.6-1.5 0-2.1l-2-2.1c-0.6-0.6-1.5-0.6-2.1 0l-13.1 13.1c-0.4 0.4-1 0.4-1.4 0l-13.1-13.2c-0.6-0.6-1.5-0.6-2.1 0l-2.1 2.1c-0.6 0.6-0.6 1.5 0 2.1l13.1 13.1c0.4 0.4 0.4 1 0 1.4l-13.2 13.2c-0.6 0.6-0.6 1.5 0 2.1l2.1 2.1c0.6 0.6 1.5 0.6 2.1 0l13.1-13.1c0.4-0.4 1-0.4 1.4 0l13.1 13.1c0.6 0.6 1.5 0.6 2.1 0l2.1-2.1c0.6-0.6 0.6-1.5 0-2.1l-13-13.1c-0.4-0.4-0.4-1 0-1.4z'%3E%3C/path%3E%3C/svg%3E");
}

.account-form-nav {
  display: flex;
  margin-top: auto;
  justify-content: center;
}
.account-form-nav a, .account-form-nav button {
  width: 100%;
  max-width: 155px;
  margin-right: 40px;
}
.account-form-nav a:last-child, .account-form-nav button:last-child {
  margin-right: 0;
}

.payment-summary {
  display: flex;
}
@media screen and (max-width: 768px) {
  .payment-summary {
    flex-direction: column;
  }
}

.price-calculation {
  margin-left: auto;
  width: 230px;
  font-size: 14px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .price-calculation {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}

.payment-product-summary {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bfbfbf;
}

.payment-price {
  margin-left: auto;
}

.payment-total-price {
  display: flex;
  font-size: 18px;
}

.payment-product-line {
  display: flex;
}

.discount-wrapper {
  max-width: 545px;
}

.discount-form {
  display: flex;
}

.voucher-error {
  display: none;
  color: #f7373d;
}

.discount-code-error {
  display: none;
  margin-top: 20px;
  color: red;
}

input.discount-input {
  flex-grow: 1;
  border-right: 0;
}

.discount-input:-ms-input-placeholder + .discount-button {
  background-color: #ededed;
  color: #bfbfbf;
  pointer-events: none;
}

.discount-input:placeholder-shown + .discount-button {
  background-color: #ededed;
  color: #bfbfbf;
  pointer-events: none;
}

.discount-button {
  background-color: #fce600;
  text-decoration: none;
  line-height: 40px;
  width: 155px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #1e1e1e;
  transition: background-color 0.3s, color 0.3s;
}
.discount-button:hover {
  background-color: #F0D246;
}

.more-than-12 {
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}

.steps {
  display: flex;
  justify-content: center;
}

.step {
  width: 10px;
  height: 10px;
  background-color: #bfbfbf;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
}

.step-fields {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.account-form-step {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.step--active {
  background-color: #fce600;
}

.delivery-addresses {
  display: flex;
}
@media screen and (max-width: 768px) {
  .delivery-addresses {
    flex-direction: column;
  }
}

.delivery-address {
  width: 50%;
  padding-left: 75px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .delivery-address {
    padding-right: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }
}
.delivery-address .custom-radio__label {
  position: relative;
}
.delivery-address .custom-radio_faux {
  position: absolute;
  right: 100%;
  margin-right: 20px;
  top: 2px;
}

.delivery-address-divider {
  width: 1px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #ededed;
}
@media screen and (max-width: 768px) {
  .delivery-address-divider {
    width: 100%;
    height: 1px;
  }
}

.different-address-form {
  max-width: 350px;
}
.different-address-form input[type=text], .different-address-form input[type=password], .different-address-form input[type=email], .different-address-form input[type=number] {
  width: 100%;
}
.different-address-form .btn--action {
  margin-left: auto;
  max-width: 155px;
}

.btn--small-text {
  font-size: 12px;
}

.payment-method {
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 75px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .payment-method {
    padding-left: 40px;
  }
}
.payment-method:first-child {
  padding-top: 0;
}
.payment-method:last-child {
  border-bottom: 0;
}
.payment-method .custom-radio__label {
  position: relative;
}
.payment-method .custom-radio_faux {
  position: absolute;
  right: 100%;
  margin-right: 20px;
  top: 4px;
}

.payment-address-details {
  font-size: 13px;
  color: #4c4c4c;
}

.payment-user-details-list {
  font-size: 13px;
  color: #4c4c4c;
}

.payment-method-description {
  width: 100%;
  max-width: 700px;
  font-size: 13px;
  color: #4c4c4c;
}

.payment-method-ideal-logo {
  width: 36px;
}
/*# sourceMappingURL=payment-process.css.map */
