/** Enable to include fontawesome in one CSS **/

.help-block {
    font-size: 85%;
    margin-bottom: 5px;
    color: #7f7f7f;
}

.sx-icon {
    margin-right: 5px;
}

.form-btns {
    margin: 30px 0 25px 0;
}

#idForm .form-check-input {
    margin-left: 0px;
}

.cart-table th,
.cart-table td {
    padding-left: 0px;
}

.cart-table .no-border {
    border: none;
}

.cart-timer .time {
    color: #e21f3e;
}

.stepper {
    margin: 20px 0px 20px 0px;
}

.stepper a {
    text-decoration: none;
}

.stepper.stepper-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.stepper .line {
    height: 1px;
    flex: 1;
    background: #7f7f7f;
    margin: 0 10px 0 10px;
    align-self: center;
}

.stepper .step .icon {
    border: 1px solid #000;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.stepper .step.active .icon {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.wp-seatpicker-outer-nu {
    padding: 2px 35px;
}

.wp-seatpicker-outer-nu .wp-seatpicker-inner {
    overflow: auto;
    max-height: 90vh;
}

.wp-seatpicker-outer-nu .wp-seatpicker-inner .wp-seatpicker {
    max-height: 80vh;
}

.wp-sp-sections .sections {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.wp-sp-sections .sections .section {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
    text-decoration: none;
}

.wp-sp-sections .sections .section:hover {
    background-color: #f3f3f3;
}

.wp-sp-sections .sections .section .header {
    text-align: center;
    font-weight: bold;
    padding: 5px 7px;
}

.wp-sp-sections .sections .section .footer {
    display: flex;
    padding: 5px 7px;
    justify-content: space-between;
    text-align: center;
}

.wp-sp-sections .sections .section .footer .label {
    padding-right: 20px;
}

.wp-sp .wp-sp-cart {
    border: 1px solid #e6e6e6;
    position: absolute;
    background-color: #ccc;
    width: 600px;
    padding: 7px 5px;
    border-radius: 5px;
    right: 0px;
    z-index: 1;
}

.wp-seatpicker {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}

.wp-seatpicker .wp-inner {
    overflow: auto;
}

.wp-seatpicker .wp-canvas {
    overflow: auto;
    display: flex;
}

.wp-seatpicker .wp-canvas canvas {
    margin-right: auto;
    margin-left: auto;
}

.affixed {
    position: fixed;
    top: 0px;
    background-color: #f2f2f2;
    z-index: 200;
    padding: 10px;
    width: 1110px;
}

label.hold_amount_wrapper,
label.voucher_amount_wrapper {
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 1px 0 1px 3px;
}

#holdAmount,
#voucherAmount {
    font-size: 18px;
    border: 0;
    padding-bottom: 2px;
}

.discount-promo-code legend {
    font-size: 1rem;
}

.membership-details {
    padding-bottom: 30px;
}

.membership-details.row .form-check {
    margin-left: 30px;
}

.voucher-details.row .voucher-zero {
    margin-left: 20px;
}

.cart-membership-details td {
    border-bottom: 1px solid #efefef;
}