﻿/* Select Number of Days */
.select-number-days {
    text-align: center;
    color: #405371;
    padding-bottom: 10px;
}
.banner .image-cont img {
    width: 100%;
}
    .select-number-days div > h4 {
        margin-bottom: 20px;
        color: #3f5270;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 22px;
    }

    .select-number-days div > p {
        margin-bottom: 18px;
        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;
}

    .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-img {
    margin: 0;
    width: 200px;
    max-width:200px;
    min-width: 200px;
    justify-content: center;
    align-items: center;
} */
/*
.ticket-select-img {
  width: 15%;
  max-width: 15%;
  min-width: 15%;
} */

.ticket-select-img img {
    align-self: center;
    width: 214px;
    padding: 8px;
}

.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: 147px;
        min-width: 160px;
    }

.days {
    justify-content: center;
    padding: 28px 0;
    width: 100%;
}

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

.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: 14px;
    margin-top: 7px;
    color: rgb(36, 36, 36);
}

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

.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 {
    padding-bottom: 0;
    background: #EDF4FF;
}

    .select-ticket-type h4 {
        text-align: center;
        color: #405371;
    }


.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;
}

/*** Simple Radio Btn ***/
.radio label {
    text-align: left;
}

.radio input[type="radio"]:empty ~ label:before {
    position: absolute;
    display: flex;
    top: -8px;
    bottom: 0px;
    right: -10px;
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.radio input[type="radio"]:empty ~ label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-right: 0px;
}

.radio input[type="radio"]:checked ~ label:before {
    content: "✔";
    text-indent: 0.01em;
    color: #fff;
    background-color: #3f5270;
    font-size: 12px;
    line-height: 30px;
}

.radio input[type=radio] + label:before {
    height: auto;
}

.radio input[type="radio"]:empty {
    display: none;
}

.radio label a i {
    float: right;
    padding-top: 10px;
    padding-right: 4px;
}

.radio a i {
    position: absolute;
    right: 21px;
    top: 12px;
}

.radio input[type="radio"]:checked ~ label {
    border: 2px solid #3f5270;
    background: #f2f2f2;
}

.radio label {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
    width: 250px;
    height: 210px;
    text-align: left;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: left;
    flex-direction: column;
    align-items: flex-start;
}

.price-block {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: auto;
}

.radio label p {
    font-size: 14px;
}

.radio label h3 {
    font-size: 18px;
    line-height: 1.1;
}

.radio label p {
    font-size: 14px;
}

.price-block > div p {
    font-size: 20px;
    font-weight: 700;
    color: #eb0004;
}

.radio label:hover {
    border: 2px solid #3f5270;
}

.img-md-show {
    display: block;
}

.img-sm-show {
    display: none;
}

.price-block p small, small.perday {
    font-size: 13px;
    font-weight: 400;
    color: #405371;
}

@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%;
            align-items: center;
        }

    .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;
        width: 90%;
        max-height: none;
    }

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

        .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;
        flex-direction: column;
    }

    .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%;
    }

    .radio label {
        height: auto;
    }

    .img-md-show {
        display: none;
    }

    .img-sm-show {
        display: block;
    }
}
