@charset "UTF-8";
/************************** Obsługa flex-boxów **************************/
.payment-table-wrapper {
  margin-bottom: 20px;
}

.payment-table {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 5px;
}
.payment-table .payment-table-row {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.payment-table .payment-table-row.row-summary {
  margin-top: 25px;
}
.payment-table .payment-table-row .payment-table-column {
  display: flex;
  flex-direction: column;
}
.payment-table .payment-table-row .payment-table-column.payu-column {
  color: green;
  font-size: 20px;
}
.payment-table .payment-table-row .all-columns {
  width: 90%;
  text-align: center;
  color: #ff6500;
  font-size: 14px;
  font-weight: bold;
}
.payment-table .payment-table-row .offset-column {
  width: 10%;
}
.payment-table .payment-table-row .points-type {
  width: 30%;
}
.payment-table .payment-table-row .points-type-subscription {
  width: 50%;
}
.payment-table .payment-table-row .points-limit {
  width: 15%;
  text-align: center;
}
.payment-table .payment-table-row .payment-action {
  width: 20%;
}
.payment-table .payment-table-row .to-pay {
  width: 15%;
  text-align: center;
  /*justify-content: center;*/
  padding: 0 15px;
}
.payment-table .payment-table-row .to-pay-subscription {
  width: 30%;
  text-align: center;
  justify-content: center;
  padding: 0 15px;
}
.payment-table .payment-table-row .points_amount_subscription {
  text-align: center;
  background: none;
  border: 0;
}
.payment-table .payment-table-row .my-points {
  width: 20%;
  text-align: center;
}
.payment-table .payment-table-row .payu-debit-info {
  width: 80%;
  padding: 8px 10px;
  background: #b5d000;
  color: green;
  line-height: 20px;
  text-align: justify;
}
.payment-table .payment-table-row .my-points-debit {
  font-weight: bold;
  color: red;
}
@media (max-width: 767px) {
  .payment-table .payment-table-row .points-type {
    width: 30%;
  }
  .payment-table .payment-table-row .points-limit {
    width: 15%;
  }
  .payment-table .payment-table-row .payment-action {
    display: none;
  }
  .payment-table .payment-table-row .to-pay {
    width: 30%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .payment-table .payment-table-row .to-pay input {
    width: 100%;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .payment-table .payment-table-row .my-points {
    width: 25%;
  }
}
.payment-table .payment-table-row .payment-table-header {
  color: #ff6500;
  text-align: center;
}
.payment-table .payment-table-row .column-summary {
  font-size: 16px;
  width: 65%;
}
@media (max-width: 767px) {
  .payment-table .payment-table-row .column-summary {
    width: 75%;
  }
}
.payment-table .payment-table-row .column-summary-value {
  font-size: 18px;
  width: 15%;
  text-align: center;
}
@media (max-width: 767px) {
  .payment-table .payment-table-row .column-summary-value {
    width: 25%;
  }
}
.payment-table .payment-table-row .column-summary-value.points-pass {
  color: green;
}
.payment-table .payment-table-content {
  border-top: 1px solid #dadada;
  width: 100%;
  margin-top: 15px;
}
.payment-table .finance-input {
  height: auto !important;
  background: none !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  margin-top: 0px !important;
}

.slider-row {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
}

.original-price {
  color: #aaa;
}

.order-summary {
  display: flex;
  flex-direction: column;
}
.order-summary .line {
  border-top: 1px solid #dadada;
  height: 1px;
}
.order-summary .line-orange {
  height: 1px;
}
.order-summary .order-summary-row {
  display: flex;
  flex-direction: row;
  margin: 10px 0 0 0;
  font-weight: none !important;
}
.order-summary .order-summary-row .order-summary-label {
  width: 65%;
}
.order-summary .order-summary-row .order-summary-value {
  width: 35%;
  text-align: right;
}

.payu-finish {
  display: flex;
}
@media (min-width: 1200px) {
  .payu-finish {
    flex-direction: row;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .payu-finish {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .payu-finish {
    flex-direction: column;
    align-items: center;
    margin-top: -20px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .payu-finish {
    flex-direction: column;
    align-items: center;
    margin-top: -20px;
    padding: 0 10px;
  }
}
.payu-finish .payu-summary {
  flex-grow: 1;
}

.payu-finish-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .payu-finish-actions a.btn {
    width: 100%;
  }
}

#basket .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#basket .basket-frame {
  min-width: 0 !important;
  max-width: 500px !important;
}
#basket .ui-select-container {
  margin: 0 !important;
}
#basket .basket-row {
  margin-top: 15px;
}
@media (max-width: 767px) {
  #basket .basket-row {
    margin-top: 0;
  }
}
#basket .col-xs-12 {
  margin-top: 0;
}

.delivery-container .ui-select-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}
.delivery-container .delivery-label {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .delivery-container .delivery-label {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .delivery-container .delivery-label {
    text-align: left;
  }
}

.redirect-bar-container .caption {
  vertical-align: middle;
  line-height: 35px;
}

.redirect-bar {
  position: relative;
  display: block;
  height: 25px;
  width: 100%;
  border: 1px solid #57bc37;
}
.redirect-bar .redirect-bar-content {
  width: 100%;
  height: 23px;
  background: #74ce58;
}
.redirect-bar .redirect-bar-elapsed {
  position: absolute;
  left: 10px;
  top: 0px;
  color: #333;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
  .redirect-btn-row {
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .redirect-btn-row {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .redirect-btn-row {
    margin-top: 10px;
  }
}

.basket-option {
  padding: 2px 0 0;
  margin-left: -5px;
}

.travel-with-children {
  margin-right: -10px;
  background: transparent;
  padding: 0 3px !important;
  text-align: right;
  width: 70px;
}