/* Select Number of Days */
.select-number-days {
    text-align: center;
    color: #405371;
    padding-bottom: 10px;
}

    .select-number-days div > h4 {
        margin-bottom: 0px;
        color: #3f5270;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 22px;
    }

    .select-number-days div > p {
        margin-bottom: 30px;
        color: #2c3a50;
        width: 100%;
        display: block;
        text-align: left;
    }

.ticket-select {
    cursor: pointer;
    border: 2px solid rgb(225, 225, 225);
    width: 100%;
    transition: 0.2s;
    background: #fff;
}

    .ticket-select:hover {
        transform: scale(1.03);
        transition: 0.2s;
    }

    .ticket-select:not(.one-click-ticket) {
        border: 2px solid #405371;
    }

.ticket-select-price {
    text-align: right;
}

.avail-tickets .ticket-select-price {
    margin-left: auto;
    align-items: flex-end;
    justify-content: flex-end;
}

.avail-tickets .ticket-select-details {
    width: 100%;
}

.avail-tickets .ticket-sub-header {
    align-self: flex-start;
    text-align: left;
}

.avail-tickets h4 {
    margin-left: 25px;
    margin-right: 25px;
}

.ticket-select:hover,
.ticket-select.selected {
    border: 2px solid #2c3a50;
    transition: 0.3s;
}
.ticket-select:hover a.button-blue {
    color: #fff;
    background-color: #003eae !important;
  }
.ticket-select-img {
    margin: 10px 20px 10px 30px;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    justify-content: center;
    align-items: center;
}
    /*
.ticket-select-img {
  width: 15%;
  max-width: 15%;
  min-width: 15%;
} */

    .ticket-select-img img {
        align-self: center;
    }

.one-park-options {
    width: calc(100% - 40px);
}

.park-option {
    border: 1px solid rgb(192, 188, 188);
    border-radius: 10px;
    padding: 7px 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

    .park-option.selected,
    .park-option:hover {
        background-color: #405371;
    }

        .park-option.selected .bullet,
        .park-option:hover .bullet {
            background-color: turquoise;
        }

        .park-option.selected *:not(.price),
        .park-option:hover *:not(.price) {
            color: white;
        }

    .park-option .bullet {
        height: 15px;
        width: 15px;
        height: 15px;
        width: 15px;
        border: 1px solid rgb(137, 137, 137);
        border-radius: 100px;
        margin-right: 20px;
    }

    .park-option .ticket-select-price {
        margin-left: auto;
        padding-right: 0;
    }

        .park-option .ticket-select-price h3 {
            margin-bottom: 0;
        }

.ticket-select.option .ticket-select-price {
    margin-left: auto;
    padding-right: 0;
    display: flex;
    align-items: flex-end;
    margin-right: 40px;
}

    .ticket-select.option .ticket-select-price img {
        width: 50%;
        min-width: 200px;
    }

.days {
    justify-content: center;
    padding: 20px 120px 40px 0px;
}

.day-cont {
    margin-right: 3px;
}

.day {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 13px 20px 13px 20px;
    background-color: #EDF4FF;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 5px;
}
.day h3 {
    margin-bottom: 3px;
    color: #405370;
}
    .day:hover {
        transform: translate(0, -5px) scale(1.05);
        transition: 0.2s;
    }

.day-cont .caption {
    font-size: 11px;
    margin-top: 7px;
    color: rgb(36, 36, 36);
}

.day-cont .caption-price {
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #f76267;
}

.day-cont.disabled {
    pointer-events: none;
    opacity: 0.3;
    padding-bottom: 52px;
}

.day h3 {
    line-height: 25px;
    font-size: 26px;
    color: #2c3a50;
}

.select-number-days .day p {
    font-size: 13px;
    text-transform: uppercase;
    color: #2c3a50;
    margin-bottom: 0;
    margin-top: 2px;
}

/* .select-number-days > .col {
    border-bottom: 2px solid #405371;
} */

.day.active {
    background-color: #0cb1ff;
}

    .day.active p,
    .day.active h3 {
        color: white;
    }

/* Select the Ticket Type */
.select-ticket-type:nth-of-type(even) {
    background: #EDF4FF;
}
.select-ticket-type {
    padding-bottom: 0
}
    .select-ticket-type h4 {
        text-align: center;
        color: #405371;
    }


    .step1 p, .step2 p, .step3 p {
        color: #405371;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.2;
    }
    .step2 p {
        margin-bottom: 24px;
        padding: 0 8px;
    }
    
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.slider-container {
    margin-bottom: 20px;
    padding-left: 120px;
}

    .slider-container > span {
        font-size: 16px;
        margin-right: 20px;
        font-weight: 600;
    }

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider::after {
    content: "NO";
    color: white;
    margin-right: 7px;
    font-size: 12px;
    font-weight: 600;
}

input:checked + .slider {
    background-color: #56c625;
}

input:focus + .slider {
    box-shadow: 0 0 1px #56c625;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* Warning Section */
.warning > * {
    margin-bottom: 10px;
}

.warning i {
    font-size: 2rem;
}

.warning .button-blue {
    margin-top: 10px;
    border-radius: 5px;
    background-color: #2c3a50;
    font-size: 1.1rem;
    padding: 12px 17px;
    font-weight: 500;
    letter-spacing: 0.05px;
}

.warning p,
.warning h3 {
    color: #2c3a50;
    max-width: 1000px;
    text-align: center;
}

section#specialEvents.home-page {
    background: #EDF4FF;
  }
  .ticket-select-ticks {
    padding: 2% 12%;
  }
  .tickets-options {
    background: #EDF4FF;
  }
  .section-heading{
    color: #555555;
  }
  .tickets-options .ticket-select-cont 	.ticket-select-details h2 {
    font-size: 1.17em;
    text-align: left;
  }
  .tickets-options .ticket-select-cont  .ticket-select-details{
    padding: 0 30px;
  }
  .tickets-options .ticket-select-img {
    margin: 0px 20px 0px 0px;
    justify-content: left;
    align-items: center;
    width: 30%;
      max-width: 30%;
      min-width: 30%;
      overflow: hidden;
      min-height: 170px;
      display: flex;
  }
  .tickets-options p.tickets-type-note  {
    text-align: center;
    margin-bottom:36px;
    color: #FD595E;
}
.tickets-options .tickets-type-note span{ 
    color: #2882C3;
}

.tickets-options .tickets-count {
    text-align: left;
    width: 100%;
    color: #FD595E;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 5px;
    }
    a.button-blue.thin.red.xs {
        padding: 7px 35px !important;
    }
.ticket-select-details .ticket-card-header > h3 + div{
    width: 350px;
}

.form-check input[type=checkbox] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.form-check input[type=checkbox]+label {
    position: relative;
    cursor: pointer;
    color: #000;
    font-weight: 600;
}

.form-check input[type=checkbox]+label:before {
    content: "";
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #d8dde5;
    padding: 11px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 3px
}

.form-check input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 9px;
    width: 6px;
    height: 16px;
    border: solid #064ac7;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}
.form-check label{
    display: flex;
    align-items: center;
}
.form-check label div.logo-wrapper > img, .tickets-card-logo img, div.logo-wrapper > img{
    width:auto;
}
.form-check label > div{
    display: flex;
    align-items: center;
}
.ticket-select-details div.logo-wrapper {
    margin-left: 16px;
}
label.form-check-label > div > div:first-child {
    margin-right: 15px;
}
.tickets-card-logo{
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 600px) {
    .select-number-days {
        padding: 20px;
        align-items: flex-start !important;
    }

        .select-number-days p {
            margin-bottom: 10px;
        }

        .select-number-days .col {
            width: 100%;         
        }

    .days.x-center {
        overflow: auto;
        max-width: 100%;
        justify-content: flex-start;
        padding: 20px 0 20px 0;
        border-bottom: 0;
    }

    .slider-container {
        justify-content: center;
        width: 100%;
        padding-left: 0;
    }

    .avail-tickets .ticket-select-price {
        margin-left: 0;
        align-items: center;
        justify-content: center;
    }

    .ticket-select {
        flex-direction: column;
        max-width: 90%;
        max-height: none;
    }

    .ticket-select-img {
        margin: 0 5px;
        width: 30%;
        max-width: 30%;
        min-width: 30%;
    }

        .ticket-select-img img {
            width: 100%;
            height: auto;
        }

    .ticket-select > .x-center {
        flex-direction: row;
        align-items: center;
        margin: 10px 20px;
        padding: 10px 0;
        max-width: none;
    }

    .ticket-select
    .ticket-select .ticket-select-img {
        max-height: 210px;
    }

/*     .ticket-select.option:not(.one-click-ticket) > div.ticket-select-price {
        display: none;
    } */

    .ticket-select.option:not(.one-click-ticket) > .x-center {
        padding: 5px;
        margin: 5px;
    }

    .ticket-select.option.one-click-ticket .ticket-select-price {
        border-top: 1px solid rgb(181, 181, 181);
        align-items: center;
        margin: 5px 0;
        padding-top: 15px;
    }

    .ticket-select-details {
        padding: 0 10px;
    }

    .ticket-select-price {
        padding: 5px 0 10px 0;
    }

    .ticket-select .park-option {
        font-size: 0.9rem;
        padding: 10px;
        line-height: 1.05rem;
    }

    .park-option .bullet {
        height: 10px;
        width: 10px;
        min-height: 10px;
        min-width: 10px;
        margin-right: 10px;
    }

    .park-option .ticket-select-price {
        align-items: flex-end;
        width: 30%;
        padding: 0;
    }

        .park-option .ticket-select-price .price {
            font-size: 1rem;
        }

        .park-option .ticket-select-price h3 {
            font-size: 0.9rem;
            display: flex;
            align-items: center;
        }

    .park-option-title {
        margin-right: 10px;
    }

    .warning {
        padding: 0 10%;
    }
    .ticket-select-details .ticket-card-header{
        flex-direction: column;
        align-items: self-start;
    }
    .ticket-select-details .ticket-card-header > h3 + div {
        width: 100%;
    }
    .ticket-select.option .ticket-select-price{
        margin-left: auto;
        padding-right: 0;
        display: flex;
        align-items: center;
        margin-right: auto;
        width: 80%;
        margin-top: 16px;
    }
    .ticket-select.option .ticket-select-price a {
        margin-top: 12px;
    }
    #parkerOptions .ticket-select-price .button-blue.xs {
        padding: 13px 20px;
        max-width: initial;
    }
    #parkerOptions .ticket-select-price > div{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .form-check label {
        display: flex;
        align-items: start;
    }
    .form-check label > div {
        flex-direction: column;
        align-items: flex-start;
    }
    .form-check input[type=checkbox]:checked+label:after {
        top: 1px;
    }
    .form-check input[type=checkbox]+label {
        margin-bottom: 15px;
    }
    .logo-wrapper {
        margin-top: 7px;
    }
    label.form-check-label > div > div:first-child {
        text-align: left;
    }
}
.park-desc {
    font-size: 18px;
    font-style: italic;
    padding: 0 0px;
}