#nixale_circleFrame {
    bottom: 40px !important;
}

.modal-dialog {
    width: 28%;
    margin: 0 auto;
}

.shows-modal-body {
    background-color: white;
    border: solid 1px #e55256;
    border-radius: 0.9vw;
}

    .shows-modal-body .modal-header .close-btn-wrapper {
        opacity: 0.7;
    }

    .shows-modal-body .modal-header .modal-title {
        margin-top: 2vw;
        color: black;
        font-size: 2.2vw;
    }

    .shows-modal-body .modal-body {
        padding: 0 12%;
        font-size: 1.7vw;
        line-height: 2vw;
        color: black;
    }

    .shows-modal-body .modal-footer {
        margin: 6% 32%;
        color: white;
        font-size: 2.2vw;
        line-height: 2.2vw;
        background-color: #f86367;
        border-radius: 0.3vw;
    }

.showsMainPage {
    padding: 0;
}

    .showsMainPage .main-header {
        z-index: 20;
    }

    .showsMainPage .right-col {
        width: 11%;
        height: 1px;
        float: right;
    }

    .showsMainPage .left-col {
        width: 14%;
        height: 1px;
        float: right;
    }

    .showsMainPage .backgroud-image {
        position: fixed;
        background-position: center;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .showsMainPage .desktop .backgroud-image {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    .showsMainPage .filters {
        float: right;
        width: 100%;
        margin-top: 8vw;
        padding: 0 23%;
    }

    .showsMainPage .filter {
        width: 33%;
        height: 3vw;
        color: white;
        outline: none;
        font-size: 1.3vw;
        line-height: 3vw;
        cursor: pointer;
    }

        .showsMainPage .filter .selection {
            width: 100%;
            float: right;
            font-family: pauza-book;
            font-weight: bold;
            background-color: #d83135;
            border-radius: 7.5px;
        }

            .showsMainPage .filter .selection .text {
                display: inline-block;
                width: 75%;
                padding-right: 9%;
                vertical-align: middle;
                text-align: right;
            }

            .showsMainPage .filter .selection .dropdown {
                width: 12%;
                float: left;
                padding-top: 8%;
                padding-left: 7%;
            }

        .showsMainPage .filter .options-container {
            width: 100%;
            float: right;
            z-index: 10;
            position: relative;
            overflow: hidden;
            background-color: white;
            border: solid 1px #979797;
            border-bottom: none;
            border-radius: 0.5vw;
        }

            .showsMainPage .filter .options-container .option {
                height: 3.5vw;
                line-height: 3.5vw;
                color: #4a4a4a;
                border-bottom: solid 0.5px #979797;
                padding-right: 12%;
                font-family: pauza-book;
                font-weight: bold;
            }

                .showsMainPage .filter .options-container .option .text {
                    display: inline-block;
                    width: 75%;
                    text-align: right;
                    vertical-align: middle;
                }

            .showsMainPage .filter .options-container .selected {
                color: black;
            }

                .showsMainPage .filter .options-container .selected::before {
                    content: "\2022";
                    color: #d93b3f;
                    margin-right: -12%;
                }

    .showsMainPage .feed {
    }

        .showsMainPage .feed .deal {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            padding-bottom: 50%;
            border-radius: 5px;
            color: white;
            cursor: pointer;
            border: solid 1px transparent;
        }

            /*.showsMainPage .feed .deal:hover {
                border-color: #4a4a4a;
            }*/

            .showsMainPage .feed .deal .info {
                position: absolute;
                bottom: 0;
                height: 35%;
                width: calc(100% - 30px);
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
                font-family: Arial;
                font-style: normal;
                color: white;
                border-bottom-right-radius: 5px;
                border-bottom-left-radius: 5px;
            }

                .showsMainPage .feed .deal .info .details {
                    width: 82%;
                    height: 72%;
                    bottom: 0;
                    position: absolute;
                    padding-right: 6px;
                    font-size: 1vw;
                }

                    .showsMainPage .feed .deal .info .details .title {
                        font-weight: bold;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .showsMainPage .feed .deal .info .details .subtitle {
                        margin-top: -2%;
                        font-weight: normal;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                .showsMainPage .feed .deal .info .seats {
                    float: left;
                    width: 18%;
                    height: 28%;
                    background-color: rgba(28, 28, 28, 0.44);
                    font-family: Arial;
                    font-size: 0.8vw;
                    text-align: center;
                }

                .showsMainPage .feed .deal .info .price {
                    background-color: #e8494d;
                    width: 18%;
                    height: 72%;
                    bottom: 0;
                    left: 0;
                    position: absolute;
                    padding-right: 7px;
                    border-bottom-left-radius: 5px;
                }

                    .showsMainPage .feed .deal .info .price .current {
                        font-size: 1.2vw;
                        font-weight: bold;
                        margin-bottom: -10%;
                    }

                    .showsMainPage .feed .deal .info .price .original {
                        font-size: 1vw;
                        font-weight: normal;
                        text-decoration: line-through;
                    }

            .showsMainPage .feed .deal .unavailable .price {
                background-color: #5a5a5a;
            }

        .showsMainPage .feed .no-deals {
            text-align: center;
            color: #4a4a4a;
            font-family: pauza-book;
        }

            .showsMainPage .feed .no-deals .line-1 {
                padding-top: 25px;
                font-size: 27px;
                font-weight: bold;
            }

            .showsMainPage .feed .no-deals .line-2 {
                font-size: 23px;
                line-height: 1.1;
            }

        .showsMainPage .feed .unfiltered {
            margin-top: 2vw;
            text-align: center;
        }

            .showsMainPage .feed .unfiltered .logo {
                margin-bottom: -7px;
            }

                .showsMainPage .feed .unfiltered .logo img {
                    width: 13%;
                }

            .showsMainPage .feed .unfiltered .header {
                height: 49px;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                background-color: #3eb3c6;
                font-family: pauza-book;
                font-size: 30px;
                color: black;
            }

    .showsMainPage .footer {
        margin: 3% 0;
        padding-right: 4%;
        line-height: 60px;
        font-family: pauza-book;
        font-weight: bold;
    }

        .showsMainPage .footer .logo {
            float: right;
            width: 15%;
            margin-left: 2%;
            filter: grayscale(1);
        }

            .showsMainPage .footer .logo:hover {
                filter: none;
            }

        .showsMainPage .footer .link {
            float: right;
            width: 8.5%;
            text-align: center;
            font-size: 1.5vw;
            color: #4a4a4a;
        }

            .showsMainPage .footer .link:hover {
                text-decoration: underline;
            }

        .showsMainPage .footer .icon {
            float: left;
            width: 4.5%;
            margin-left: 1.5%;
        }

            .showsMainPage .footer .icon img {
                width: 100%;
                height: 100%;
                opacity: 0.6;
            }

                .showsMainPage .footer .icon img:hover {
                    opacity: 1;
                }

.showsCheckoutPage .header {
    position: fixed;
    height: 6vw;
    padding-top: 0.5%;
    background-color: white;
    border-bottom: solid #f6636a 0.9vw;
    text-align: center;
    z-index: 10;
}

    .showsCheckoutPage .header img {
        height: 100%;
        width: 16.2vw;
        padding-top: 0.4%;
    }

.showsCheckoutPage .body {
    margin-top: 6vw;
    background-color: #e7e8ec;
    padding: 0;
}

    .showsCheckoutPage .body .background {
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #e7e8ec;
    }

    .showsCheckoutPage .body .info {
        margin-bottom: 3.5%;
        font-family: pauza-book;
        font-size: 1.4vw;
        color: black;
    }

        .showsCheckoutPage .body .info .name {
            padding: 1vw 0;
            line-height: 1;
            font-size: 2.2vw;
            font-weight: bold;
        }

        .showsCheckoutPage .body .info .time {
            margin-bottom: 1%;
        }

            .showsCheckoutPage .body .info .time img {
                width: 2.5%;
                margin-left: 1.5%;
            }

        .showsCheckoutPage .body .info .venue {
        }

            .showsCheckoutPage .body .info .venue img {
                width: 2%;
                margin-left: 2%;
            }

    .showsCheckoutPage .body .input-field {
        position: relative;
        padding: 0;
        margin-bottom: 0;
    }

        .showsCheckoutPage .body .input-field input {
            width: 100%;
            font-family: pauza-book;
            text-align: right;
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #000000;
            border-radius: 0;
            outline: none;
            box-shadow: none;
            box-sizing: content-box;
            transition: all 0.3s;
        }

        .showsCheckoutPage .body .input-field label {
            width: 100%;
            margin: 0;
            pointer-events: none;
            position: absolute;
            cursor: text;
            transition: .2s ease-out;
            bottom: 0;
            right: 0;
            box-sizing: inherit;
            font-family: pauza-book !important;
            color: #7b7b7b;
            font-size: 1.7vw;
            font-weight: normal;
            text-align: right;
        }

            .showsCheckoutPage .body .input-field label.active {
                bottom: 1.5vw;
                font-size: 1.5vw;
                font-weight: normal;
                color: #7b7b7b;
            }

            .showsCheckoutPage .body .input-field label.error {
                font-size: 0;
            }

                .showsCheckoutPage .body .input-field label.error:after {
                    font-size: 1.2vw;
                    content: attr(data-error);
                    color: #e84242;
                    opacity: 1;
                }

    .showsCheckoutPage .body .title {
        padding: 2.5% 2.5% 0;
        font-family: pauza-book;
        font-weight: bold;
        font-size: 2.4vw;
        color: #e55256;
    }

    .showsCheckoutPage .body .contact-details {
        margin-bottom: 1.5%;
        background-color: white;
        border-radius: 0.8vw;
        font-family: pauza-book;
        font-size: 1.3vw;
        color: #7a7a7a;
    }

        .showsCheckoutPage .body .contact-details .contact-form {
            margin-top: 1.5vw;
        }

            .showsCheckoutPage .body .contact-details .contact-form img {
                height: 0;
            }

    .showsCheckoutPage .body .payer-details {
        margin-bottom: 1.5%;
        background-color: white;
        border-radius: 0.8vw;
    }

        .showsCheckoutPage .body .payer-details .card-details {
            height: 5vw;
            margin-top: 2vw;
            font-size: 1.2vw;
        }

            .showsCheckoutPage .body .payer-details .card-details .credit-number-error {
                top: -1vw;
                right: 1.5vw;
            }

            .showsCheckoutPage .body .payer-details .card-details .credit-expiration-error {
                top: -1vw;
                right: 23.5vw;
            }

            .showsCheckoutPage .body .payer-details .card-details .credit-cvv-error {
                top: -1vw;
                right: 38vw;
            }

            .showsCheckoutPage .body .payer-details .card-details .cvv-hint {
                position: absolute;
                bottom: 3vw;
                left: 25%;
            }

    .showsCheckoutPage .body .subscription {
        margin-bottom: 1.5%;
        background-color: white;
        border-radius: 0.8vw;
        padding: 2%;
        font-family: pauza-book;
        font-size: 1.5vw;
        color: #706c6c;
    }

        .showsCheckoutPage .body .subscription label {
            font-weight: normal;
            padding-right: 3vw;
        }

        .showsCheckoutPage .body .subscription [type="checkbox"]:not(:checked) + label:before {
            width: 2vw;
            height: 2vw;
            right: 0;
            bottom: 0;
            border-width: 1px;
        }

        .showsCheckoutPage .body .subscription [type="checkbox"]:checked + label:before {
            width: 2vw;
            height: 2vw;
            right: 0;
            bottom: 0;
            border-width: 1px;
        }

        .showsCheckoutPage .body .subscription [type="checkbox"]:not(:checked) + label:after,
        .showsCheckoutPage .body .subscription [type="checkbox"]:checked + label:after {
            bottom: 0;
            right: 0;
            line-height: 2vw;
            font-size: 2vw;
            color: #f86367 !important;
        }

    .showsCheckoutPage .body .summary {
        font-family: pauza-book;
    }

        .showsCheckoutPage .body .summary .payment-btn {
            float: left;
            width: 29%;
            padding: 1% 0;
            background-color: #f86367;
            border-radius: 0.5vw;
            font-size: 2.3vw;
            font-weight: bold;
            color: white;
            text-align: center;
            cursor: pointer;
        }

            .showsCheckoutPage .body .summary .payment-btn:hover {
                background-color: #e55256;
            }

        .showsCheckoutPage .body .summary .price {
            float: left;
            padding-left: 2%;
            color: black;
        }

            .showsCheckoutPage .body .summary .price .line-1 {
                font-size: 1.2vw;
                line-height: 0.9;
            }

            .showsCheckoutPage .body .summary .price .line-2 {
                font-size: 4.5vw;
                line-height: 0.6;
            }

.showsCheckoutPage .cvv-popup {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    background-color: rgba(74, 74, 74, 0.46);
    font-family: pauza-book;
    text-align: center;
}

    .showsCheckoutPage .cvv-popup .body {
        background-color: white;
        height: 333px;
        width: 695px;
        padding-top: 20px;
        margin: 15vw auto;
        font-weight: bold;
        font-size: 32px;
        border: #e55256 1px solid;
        border-radius: 12px;
    }

        .showsCheckoutPage .cvv-popup .body .line-1 {
            padding-top: 12px;
            font-size: 20px;
            line-height: 20px;
        }

        .showsCheckoutPage .cvv-popup .body .line-2 {
            padding-bottom: 5px;
            font-weight: normal;
            font-size: 22px;
            line-height: 22px;
        }

.showsCheckoutPage .loader {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    background-color: rgba(74, 74, 74, 0.46);
}

    .showsCheckoutPage .loader .image {
        height: 100%;
        width: 100%;
        background: url(/web/images/shows_loader.gif) center center no-repeat;
    }

.showDetailsPage {
    width: 100%;
    height: 100%;
    direction: rtl;
}

    .showDetailsPage .backgroud-image {
        background-color: #e7e8ec;
    }

    .showDetailsPage .header {
        background-color: #ffffff;
        height: 5vw;
        width: 100%;
        position: fixed;
        z-index: 10;
    }

        .showDetailsPage .header .hulyo-logo {
            width: 16.2vw;
            height: 4.71vw;
            display: block;
            margin: auto;
        }

    .showDetailsPage .show-description .show-mobile {
        display: none;
    }

    .showDetailsPage .show-description .show-desktop {
        display: block;
    }

    .showDetailsPage .show-description .youtube {
        width: 40.45vw;
        height: 30.5vw;
        margin-top: 1.15vw;
        margin-bottom: 1.9vw;
        margin-right: 13.6vw;
    }

    .showDetailsPage .footer {
        width: 100%;
        height: 13px;
        background-color: #f6636a;
        position: absolute;
        left: 0;
        top: 4.72vw;
    }

    .showDetailsPage .show-title {
        width: 68.17vw;
        height: 3.8vw;
        margin-top: 8.5vw;
        margin-left: 16vw;
        margin-right: 14.9vw;
        font-family: pauza-book;
        font-size: 3.25vw;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.65;
        letter-spacing: normal;
        text-align: right;
        color: #000000;
    }

    .showDetailsPage .show-details {
        width: 68.5%;
        margin: 0 16%;
        margin-bottom: 2.6vw;
        padding: 0;
    }

        .showDetailsPage .show-details .show-profile {
            float: right;
            height: 21.5vw;
            width: 36%;
            padding-left: 1.6vw;
        }

    .showDetailsPage .content {
        background-color: #e7e8ec;
    }

        .showDetailsPage .content .show-details .show-profile .order {
            margin-top: 5.2vw;
            max-height: 11.6vw;
            padding: 0;
        }

        .showDetailsPage .content .show-details .show-profile .bullets {
            font-family: pauza-book;
            font-size: 1.3vw;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5vw;
            letter-spacing: normal;
            text-align: right;
            color: #040404;
            width: 100%;
            float: right;
            height: 10.4vw;
        }

            .showDetailsPage .content .show-details .show-profile .bullets .bullet {
                margin-top: 0.7vw;
                float: right;
                width: 100%;
            }

                .showDetailsPage .content .show-details .show-profile .bullets .bullet img {
                    vertical-align: top;
                    float: right;
                    height: 22px;
                    margin-left: 5px;
                    width: 20px;
                }

                .showDetailsPage .content .show-details .show-profile .bullets .bullet.show-date img {
                    vertical-align: top;
                    float: right;
                    height: 22px;
                    margin-left: 5px;
                    width: 20px;
                    margin-top: 0.3vw;
                }

                .showDetailsPage .content .show-details .show-profile .bullets .bullet.show-location img {
                    vertical-align: top;
                    float: right;
                    height: 24px;
                    margin-left: 5px;
                    width: 18px;
                    margin-top: 0.2vw;
                }

                .showDetailsPage .content .show-details .show-profile .bullets .bullet.show-seats img {
                    vertical-align: top;
                    float: right;
                    height: 18px;
                    margin-left: 5px;
                    width: 22.7px;
                    margin-top: 0.3vw;
                }

                .showDetailsPage .content .show-details .show-profile .bullets .bullet.show-ticket img {
                    vertical-align: top;
                    float: right;
                    height: 27px;
                    margin-left: 5px;
                    width: 22px;
                }

            .showDetailsPage .content .show-details .show-profile .bullets .calendar {
                width: 90%;
                float: right;
                padding-right: 1vw;
            }

            .showDetailsPage .content .show-details .show-profile .bullets .location {
                width: 90%;
                float: right;
                padding-right: 1vw;
            }

            .showDetailsPage .content .show-details .show-profile .bullets .seats {
                width: 88%;
                float: right;
                padding-right: 0.6vw;
            }

            .showDetailsPage .content .show-details .show-profile .bullets .tickets {
                width: 90%;
                float: right;
            }

            .showDetailsPage .content .show-details .show-profile .bullets .bullet-text {
                font-family: pauza-book;
                font-size: 1.5vw;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.62vw;
                letter-spacing: normal;
                text-align: right;
                color: #040404;
                display: inline-block;
                width: 15%;
                float: right;
                margin-right: 0.5vw;
                word-spacing: -4px;
            }

            .showDetailsPage .content .show-details .show-profile .bullets .bullet-tiny-text {
                font-family: pauza-book;
                font-size: 1.14vw;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.85vw;
                letter-spacing: normal;
                text-align: right;
                color: #706c6c;
                padding-right: 0.5vw;
                display: inline-block;
                width: 73%;
                float: right;
            }

    .showDetailsPage .show-details .show-profile .calculate-total-cost {
        display: block;
        width: 45%;
        float: right;
        height: 3.3vw;
    }

        .showDetailsPage .show-details .show-profile .calculate-total-cost :hover {
            cursor: pointer;
        }

        .showDetailsPage .show-details .show-profile .calculate-total-cost .plus {
            width: 33%;
            float: right;
            height: 100%;
            background-color: #e55256;
            background-image: url('/web/images/shows-plus.png');
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 0px 8px 8px 0px;
        }

        .showDetailsPage .show-details .show-profile .calculate-total-cost .number-of-tickets {
            width: 33%;
            float: right;
            height: 100%;
            background-color: #ffffff;
        }

            .showDetailsPage .show-details .show-profile .calculate-total-cost .number-of-tickets .digits-text {
                width: 100%;
                font-size: 3vw;
                line-height: 2vw;
                font-family: pauza-book;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                letter-spacing: -1.5px;
                text-align: center;
                color: #191a1a;
                display: block;
            }

            .showDetailsPage .show-details .show-profile .calculate-total-cost .number-of-tickets .text {
                width: 100%;
                font-size: 1vw;
                line-height: 1vw;
                font-family: pauza-book;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                letter-spacing: normal;
                text-align: center;
                color: #282828;
                display: block;
            }

        .showDetailsPage .show-details .show-profile .calculate-total-cost .minus {
            width: 33%;
            float: right;
            height: 100%;
            background-color: #e55256;
            background-image: url('/web/images/shows-minus.png');
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 8px 0px 0px 8px;
        }

    .showDetailsPage .show-details .show-profile .total-cost {
        display: inline-block;
        float: right;
        margin-right: 15px;
    }

    .showDetailsPage .show-details .show-profile .text {
        font-family: pauza-book;
        font-size: 1.22vw;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.94;
        letter-spacing: normal;
        text-align: right;
        color: #5b5b5b;
        display: block;
        word-spacing: -9px;
    }

    .showDetailsPage .show-details .show-profile .total-text {
        font-family: pauza-book;
        font-size: 2.75vw;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.69;
        letter-spacing: normal;
        text-align: right;
        color: #000000;
        display: block;
    }

    .showDetailsPage .show-details .show-profile .checkout {
        width: 100%;
        height: 3.3vw;
        background-color: #e55256;
        color: #ffffff;
        padding-top: 0.8vw;
        padding-left: 1.62vw;
        padding-bottom: 0.65vw;
        padding-right: 1.77vw;
        font-family: pauza-book;
        font-size: 1.62vw;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.6vw;
        letter-spacing: normal;
        text-align: center;
        border-radius: 6px;
        margin-top: 1.4vw;
        border: none;
    }

    .showDetailsPage .show-details .show-image {
        height: 23.55vw;
        float: left;
        width: 42.2vw;
    }

    .showDetailsPage .show-description {
        background-color: #F1F1F4;
        width: 68.2vw;
        margin-left: 16vw;
        margin-right: 16vw;
        padding: 0;
    }

        .showDetailsPage .show-description .brief {
            width: 49.85vw;
            font-family: pauza-book;
            font-size: 1.4vw;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.7vw;
            letter-spacing: normal;
            text-align: right;
            color: #706c6c;
            float: right;
            margin-right: 1.9vw;
            margin-top: 2.3vw;
        }

            .showDetailsPage .show-description .brief p {
                line-height: 1.45vw;
            }

        /*.showDetailsPage .show-description .info {
            margin-top: 1.8vw;
        }*/

        .showDetailsPage .show-description .logo {
            width: 9.7vw;
            height: 5.86vw;
            margin-top: 2vw;
            float: left;
            margin-left: 1.8vw;
        }

        .showDetailsPage .show-description .video {
            height: 30.5vw;
            width: 40.41vw;
            margin-right: 13.6vw;
            float: right;
        }

    .showDetailsPage .show-footer {
        background-color: #e7e8ec;
        height: 3.65vw;
        margin-top: 6.5vw;
    }

.showConfirmationPage {
    width: 100%;
    height: 100%;
    direction: rtl;
}

    .showConfirmationPage .break {
        width: 69vw;
        height: 1px;
        border: solid 1px #bbbbbb;
        position: relative;
        margin-right: 14.8vw;
        float: right;
        margin-top: 2vw;
    }

    .showConfirmationPage .banner {
        width: 63.2vw;
        height: 5.8vw;
        margin-right: 17.5vw;
        margin-top: 2.2vw;
    }

        .showConfirmationPage .banner div {
            height: 5.8vw !important;
        }

    .showConfirmationPage .footer {
        padding-right: 4%;
        line-height: 58px;
        font-family: pauza-book;
        font-weight: bold;
    }

        .showConfirmationPage .footer .logo {
            float: right;
            width: 15%;
            margin-left: 2%;
            filter: grayscale(1);
        }

            .showConfirmationPage .footer .logo:hover {
                filter: none;
            }

        .showConfirmationPage .footer .link {
            float: right;
            width: 8.5%;
            text-align: center;
            font-size: 1.5vw;
            color: #4a4a4a;
            margin-top: 0.2vw;
        }

            .showConfirmationPage .footer .link:hover {
                text-decoration: underline;
            }

        .showConfirmationPage .footer .icon {
            float: left;
            width: 5%;
            margin-left: 2%;
        }

            .showConfirmationPage .footer .icon img {
                width: 100%;
                height: 100%;
                opacity: 0.6;
            }

                .showConfirmationPage .footer .icon img:hover {
                    opacity: 1;
                }

    .showConfirmationPage .right-col {
        width: 11%;
        height: 1px;
        float: right;
    }

    .showConfirmationPage .left-col {
        width: 14%;
        height: 1px;
        float: right;
    }

    .showConfirmationPage .content {
        background-color: #e7e8ec;
    }

    .showConfirmationPage .background {
        position: fixed;
        background-color: #e7e8ec;
        height: 100%;
        width: 100%;
        z-index: -10;
    }

    .showConfirmationPage .content .show-confirmation-details {
        height: 21.51vw;
        width: 68.5%;
        padding: 0;
        margin-top: 8vw;
        margin-right: 16vw;
        margin-bottom: 9.8vw;
    }

    .showConfirmationPage .show-confirmation-details .show-profile {
        float: right;
        height: 21.5vw;
        width: 36%;
        padding-left: 1.6vw;
    }

        .showConfirmationPage .show-confirmation-details .show-profile .confirmation-title {
            font-family: pauza-book;
            font-size: 2.8vw;
            line-height: 2.5vw;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            text-align: right;
            color: #e55256;
        }

        .showConfirmationPage .show-confirmation-details .show-profile .confirmation-subtitle {
            font-family: pauza-book;
            font-size: 2.1vw;
            line-height: 2.1vw;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            text-align: right;
            color: #e55256;
        }

        .showConfirmationPage .show-confirmation-details .show-profile .show-reservation {
            font-family: pauza-book;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            margin-top: 1.05vw;
            font-size: 1.63vw;
            line-height: 1.63vw;
            letter-spacing: normal;
            text-align: right;
            color: #000000;
        }

        .showConfirmationPage .show-confirmation-details .show-profile .show-title {
            font-family: pauza-book;
            font-size: 30px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1;
            letter-spacing: normal;
            text-align: right;
            color: #000000;
        }

    .showConfirmationPage .content .show-confirmation-details .show-profile .bullets {
        font-family: pauza-book;
        font-size: 1.4vw;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5vw;
        letter-spacing: normal;
        text-align: right;
        color: #040404;
        width: 100%;
        float: right;
        margin-top: 1.05vw;
    }

        .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .bullet {
            margin-top: 0.7vw;
            float: right;
            width: 112%;
        }

            .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .bullet.show-date img {
                vertical-align: top;
                float: right;
                height: 22px;
                margin-left: 5px;
                width: 20px;
            }

            .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .bullet.show-location img {
                vertical-align: top;
                float: right;
                height: 24px;
                margin-left: 5px;
                width: 18px;
            }

            .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .bullet.show-ticket img {
                vertical-align: top;
                float: right;
                height: 27px;
                margin-left: 5px;
                width: 22px;
            }

            .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .bullet .show-navigation {
                display: none;
            }

        .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .calendar {
            width: 90%;
            float: right;
            margin-right: 10px;
        }

        .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .location {
            width: 21vw;
            float: right;
            margin-right: 10px;
        }

        .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .seats {
            width: 88%;
            float: right;
        }

        .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .tickets {
            width: 90%;
            float: right;
        }

        .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .bullet-text {
            font-family: pauza-book;
            font-size: 1.4vw;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.62vw;
            letter-spacing: normal;
            text-align: right;
            color: #040404;
            display: inline-block;
            width: 48%;
            margin-right: 4px;
        }


        .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .bullet-tiny-text {
            font-family: pauza-book;
            font-size: 1.3vw;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1vw;
            letter-spacing: normal;
            text-align: right;
            color: #706c6c;
            display: inline-block;
            width: 100%;
            float: right;
            padding-right: 26px;
        }

    .showConfirmationPage .show-confirmation-details .show-profile .checkout {
        width: 100%;
        height: 3.3vw;
        background-color: #f86367;
        color: #ffffff;
        padding-top: 0.8vw;
        padding-left: 1.62vw;
        padding-bottom: 0.65vw;
        padding-right: 1.77vw;
        font-family: pauza-book;
        font-size: 1.62vw;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.6vw;
        letter-spacing: normal;
        text-align: center;
        border-radius: 6px;
        margin-top: 1.15vw;
        border: none;
    }


    .showConfirmationPage .show-confirmation-details .show-image {
        height: 21.2vw;
        float: left;
        width: 42.25vw;
    }


@media (max-width: 1200px) {

    .showsMainPage .filters {
        padding: 0 14%;
    }

    .showsMainPage .filter {
        height: 4vw;
        line-height: 4vw;
        font-size: 1.8vw;
        padding: 0 1%;
    }

        .showsMainPage .filter .options-container .option {
            height: 5vw;
            line-height: 5vw;
        }

            .showsMainPage .filter .options-container .option .text {
                line-height: 5vw;
            }

    .showsMainPage .right-col {
        display: none;
    }

    .showsMainPage .left-col {
        display: none;
    }

    .showsMainPage .footer .link {
        font-size: 2vw;
    }

    .showsMainPage .feed .deal .info .details .title {
        font-size: 1.5vw;
    }

    .showsMainPage .feed .deal .info .details .subtitle {
        font-size: 1.2vw;
    }

    .showsMainPage .feed .deal .info .seats {
        font-size: 1.1vw;
    }

    .showsMainPage .feed .deal .info .price .current {
        font-size: 1.5vw;
    }

    .showsMainPage .feed .deal .info .price .original {
        font-size: 1.2vw;
    }
}


@media (max-width: 991px) {

    .showsMainPage .filters {
        float: right;
        width: 100%;
        margin-top: 37vw;
        padding: 0 23%;
    }

    .showDetailsPage .footer {
        display: none;
    }

    .showDetailsPage .header {
        height: 14.75vw;
    }

        .showDetailsPage .header .hulyo-logo {
            width: 46vw;
            height: 13.5vw;
            margin-top: 1.1vw;
        }

    .showDetailsPage .show-title {
        width: 87.7vw;
        height: 23.8vw;
        margin-top: 23.2vw;
        font-size: 7.5vw;
        padding: 0;
        line-height: 6.95vw;
        margin-right: 3.2vw;
        margin-left: 9.5vw;
        font-weight: normal;
    }

    .showDetailsPage .show-details {
        width: 94vw;
        height: 144.3vw;
        margin: 0 3.2%;
        margin-top: -12.5vw;
    }

        .showDetailsPage .show-details .show-profile {
            height: 143.5vw;
            width: 100%;
            padding-top: 6vw;
        }

        .showDetailsPage .show-details .show-image {
            width: 100%;
            height: 47.55vw;
        }

    .showDetailsPage .content .show-details .show-profile .bullets {
        font-size: 6.2vw;
        line-height: 6.2vw;
        height: 43vw;
    }

    .showDetailsPage .content .show-details .show-profile .item {
        margin-bottom: 10px;
    }

    .showDetailsPage .content .show-details .show-profile .bullets .bullet-text {
        font-size: 7.6vw;
        line-height: 5vw;
        width: 16.5vw;
    }

    .showDetailsPage .content .show-details .show-profile .bullets .bullet-tiny-text {
        font-size: 5.5vw;
        line-height: 6vw;
        width: 59%;
    }

    .showDetailsPage .show-details .show-profile .calculate-total-cost .plus {
        height: 14.85vw;
    }

    .showDetailsPage .show-details .show-profile .calculate-total-cost .number-of-tickets {
        height: 14.7vw;
    }

    .showDetailsPage .show-details .show-profile .calculate-total-cost .minus {
        height: 14.85vw;
    }

    .showDetailsPage .show-details .show-profile .calculate-total-cost .number-of-tickets .digits-text {
        font-size: 12.7vw;
        line-height: 9vw;
    }

    .showDetailsPage .show-details .show-profile .calculate-total-cost .number-of-tickets .text {
        font-size: 3vw;
        line-height: 5.2vw;
    }

    .showDetailsPage .show-details .show-profile .text {
        font-size: 5.6vw;
    }

    .showDetailsPage .show-details .show-profile .total-text {
        font-size: 12.5vw;
    }

    .showDetailsPage .show-details .show-profile .checkout {
        height: 13.5vw;
        margin-top: 7vw;
        font-size: 7.5vw;
    }

    .showDetailsPage .content .show-details .show-profile .order {
        margin-top: 18vw;
    }

    .showDetailsPage .show-description {
        width: 94vw;
        margin-left: 3.2vw;
        margin-right: 3.2vw;
        min-height: 44vw;
        margin-top: 10.5vw;
    }

        .showDetailsPage .show-description .show-description-container {
            overflow-y: scroll;
            max-height: 125vw;
        }

        .showDetailsPage .show-description .info {
            width: 85vw;
            float: right;
            margin-right: 4vw;
            max-height: 115vw;
        }

        .showDetailsPage .show-description .brief {
            font-size: 6.25vw;
            width: 85vw;
        }

            .showDetailsPage .show-description .brief p {
                line-height: 7.85vw;
            }

        .showDetailsPage .show-description .youtube {
            width: 93.45vw;
            height: 70.5vw;
            margin-bottom: 2.9vw;
            margin-right: -3.9vw;
        }

        .showDetailsPage .show-description .logo {
            height: 18vw;
            width: 30vw;
            float: left;
            margin-right: 2.8vw;
            margin-bottom: 3vw;
        }

        .showDetailsPage .show-description .show-mobile {
            display: block;
        }

        .showDetailsPage .show-description .show-desktop {
            display: none;
        }

        .showDetailsPage .show-description .video {
            width: 94vw;
            height: 70.65vw;
            margin: 0;
        }

    .showConfirmationPage {
        background-color: #e7e8ec;
    }

        .showConfirmationPage .content {
            background-color: #e7e8ec;
            height: auto;
        }

        .showConfirmationPage .break {
            margin: 135vw 3vw 0 3vw;
            width: 94vw;
        }

        .showConfirmationPage .banner {
            width: 93.2vw;
            height: 13.5vw;
            margin: 5vw 3vw 0 3vw;
        }

            .showConfirmationPage .banner div {
                height: 13.5vw !important;
            }

        .showConfirmationPage .content .show-confirmation-details {
            margin: 0 3vw;
        }

        .showConfirmationPage .show-confirmation-details .show-profile .confirmation-title {
            font-size: 11vw;
            margin-top: 121px;
            line-height: 0.9;
            width: 94vw;
        }

        .showConfirmationPage .show-confirmation-details .show-profile .confirmation-subtitle {
            font-size: 8.5vw;
            line-height: 8vw;
            width: 93.5vw;
        }

        .showConfirmationPage .show-confirmation-details .show-profile .show-reservation {
            font-size: 7vw;
            width: 81vw;
            line-height: 9.5vw;
            margin-top: 6vw;
        }

        .showConfirmationPage .show-confirmation-details .show-profile .show-title {
            width: 91vw;
            font-size: 7.6vw;
            line-height: 9.5vw;
        }

        .showConfirmationPage .content .show-confirmation-details .show-profile .bullets {
            font-size: 6.3vw;
            width: 83vw;
            line-height: 6.2vw;
            margin-top: 6vw;
        }

            .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .calendar {
                width: 90%;
                float: right;
                margin-right: 4px;
            }

            .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .bullet.show-location img {
                vertical-align: top;
                float: right;
                height: 24px;
                margin-left: 5px;
                width: 18px;
                margin-top: 11px;
            }

            .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .bullet img {
                width: 6.5vw;
                height: 7vw;
                margin-top: 0.5vw;
            }

            .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .bullet .show-navigation {
                border: solid 1px #3eb3c7;
                background-color: rgba(255, 255, 255, 0.59);
                display: inline-block;
                line-height: 8vw;
                font-size: 4.75vw;
                font-family: pauza-book;
                color: #040404;
                margin-right: 2vw;
                float: left;
                border-radius: 5px;
                width: 25vw;
                text-align: center;
                height: 9.5vw;
                margin-top: 1vw;
            }

            .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .bullet-text {
                font-size: 6.3vw;
                line-height: 7vw;
                width: 61vw;
            }

            .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .bullet-tiny-text {
                font-size: 5.7vw;
                line-height: 5.8vw;
                padding-right: 28px;
            }

        .showConfirmationPage .show-confirmation-details .show-profile .checkout {
            width: 93.5vw;
            font-size: 7.5vw;
            line-height: 8.5vw;
            height: 15vw;
            margin-top: 5vw;
        }

        .showConfirmationPage .show-confirmation-details .show-image {
            display: none;
        }

        .showConfirmationPage .footer .link {
            font-size: 6.5vw;
            line-height: 11.8vw;
            width: 24%;
        }

        .showConfirmationPage .footer .logo {
            width: 49.5vw;
            height: 19.5vw;
            margin-right: 18vw;
            margin-left: 28.4vw;
            margin-top: 12vw;
            filter: grayscale(1);
        }

            .showConfirmationPage .footer .logo:hover {
                filter: none;
            }

        .showConfirmationPage .footer .icons {
            transform: translateX(32%);
        }

        .showConfirmationPage .footer .icon {
            width: 14.5%;
            margin-left: 4%;
            padding-bottom: 19vw;
            padding-top: 6vw;
        }

            .showConfirmationPage .footer .icon .facebook-icon {
                margin-left: 18%;
            }
}


@media (max-width: 768px) {

    .modal-dialog {
        width: 88%;
    }

    .shows-modal-body {
        border-radius: 2.5vw;
    }

        .shows-modal-body .modal-header .modal-title {
            font-size: 7vw;
        }

        .shows-modal-body .modal-body {
            font-size: 5.5vw;
            line-height: 6vw;
        }

        .shows-modal-body .modal-footer {
            font-size: 7.5vw;
            line-height: 5vw;
            border-radius: 1vw;
        }

    .showsMainPage .filters {
        padding: 0 1%;
    }

    .showsMainPage .filter {
        height: 12vw;
        font-size: 5vw;
        line-height: 12vw;
    }

        .showsMainPage .filter .selection {
            border-radius: 2vw;
            height: 100%;
            line-height: 11vw;
            text-align: center;
        }

            .showsMainPage .filter .selection .dropdown {
                height: 100%;
                width: 25%;
                margin: 0;
                padding: 15% 5%;
            }

            .showsMainPage .filter .selection .text {
                line-height: 4vw;
            }

        .showsMainPage .filter .options-container {
            border-radius: 2vw;
        }

            .showsMainPage .filter .options-container .option {
                height: 12vw;
                line-height: 12vw;
            }

    .showsMainPage .feed {
        padding: 0;
    }

        .showsMainPage .feed .deal .info .details .title {
            font-size: 5vw;
        }

        .showsMainPage .feed .deal .info .details .subtitle {
            font-size: 4vw;
        }

        .showsMainPage .feed .deal .info .seats {
            font-size: 3vw;
        }

        .showsMainPage .feed .deal .info .price .current {
            font-size: 5.5vw;
            margin-bottom: -13%;
        }

        .showsMainPage .feed .deal .info .price .original {
            font-size: 4vw;
        }

        .showsMainPage .feed .unfiltered {
            margin-top: 10%;
        }

            .showsMainPage .feed .unfiltered .logo img {
                width: 38%;
            }

            .showsMainPage .feed .unfiltered .header {
                height: 15vw;
                line-height: 15vw;
                font-size: 8vw;
            }

        .showsMainPage .feed .no-deals .line-1 {
            font-size: 7vw;
        }

        .showsMainPage .feed .no-deals .line-2 {
            font-size: 6vw;
            padding: 0 25%;
        }

    .showsMainPage .footer {
        display: none;
    }

    .showDetailsPage .content .show-details .show-profile .bullets .bullet.show-seats img {
        margin-top: 1.3vw;
    }

    .showDetailsPage .content .show-details .show-profile .bullets .bullet.show-ticket img {
        margin-top: -1.5vw;
    }

    .showsCheckoutPage .header {
        height: 14.5vw;
        padding-top: 3px;
        border: none;
    }

        .showsCheckoutPage .header img {
            height: 100%;
            width: 46%;
            padding-top: 1%;
        }

    .showsCheckoutPage .body {
        margin-top: 14.5vw;
    }

        .showsCheckoutPage .body .info {
            font-size: 6vw;
        }

            .showsCheckoutPage .body .info .name {
                padding: 6vw 0;
                font-size: 7.5vw;
            }

            .showsCheckoutPage .body .info .time {
            }

                .showsCheckoutPage .body .info .time img {
                    width: 7%;
                    margin-left: 5%;
                }

            .showsCheckoutPage .body .info .venue {
            }

                .showsCheckoutPage .body .info .venue img {
                    width: 6.5%;
                    margin-left: 5%;
                }

        .showsCheckoutPage .body .input-field {
            height: 18vw;
        }

            .showsCheckoutPage .body .input-field input {
                margin-top: 9vw;
                color: black;
            }

            .showsCheckoutPage .body .input-field label {
                font-size: 6vw;
            }

                .showsCheckoutPage .body .input-field label.active {
                    bottom: 9vw;
                    font-size: 6vw;
                }

                .showsCheckoutPage .body .input-field label.error {
                    font-size: 0;
                }

                    .showsCheckoutPage .body .input-field label.error:after {
                        font-size: 5.5vw;
                    }

        .showsCheckoutPage .body .title {
            font-size: 9vw;
        }

        .showsCheckoutPage .body .contact-details {
            margin-bottom: 4%;
            font-size: 6vw;
            border-radius: 4vw;
        }

            .showsCheckoutPage .body .contact-details .contact-form {
            }

        .showsCheckoutPage .body .payer-details {
            margin-bottom: 4%;
            border-radius: 4vw;
        }

            .showsCheckoutPage .body .payer-details .card-details {
                height: 70vw;
                padding: 0 5vw;
                font-size: 5vw;
            }

                .showsCheckoutPage .body .payer-details .card-details .credit-number-error {
                    top: 5vw;
                    right: 5vw;
                }

                .showsCheckoutPage .body .payer-details .card-details .credit-expiration-error {
                    top: 23vw;
                    right: 5vw;
                }

                .showsCheckoutPage .body .payer-details .card-details .credit-cvv-error {
                    top: 40vw;
                    right: 5vw;
                }

                .showsCheckoutPage .body .payer-details .card-details .cvv-hint {
                    top: 45vw;
                    left: 5%;
                }

        .showsCheckoutPage .body .subscription {
            margin-bottom: 8%;
            padding: 4%;
            border-radius: 4vw;
        }

            .showsCheckoutPage .body .subscription label {
                font-size: 5.5vw;
                line-height: 6vw;
                padding-right: 8vw;
            }

            .showsCheckoutPage .body .subscription [type="checkbox"]:not(:checked) + label:before,
            .showsCheckoutPage .body .subscription [type="checkbox"]:checked + label:before {
                width: 5.5vw;
                height: 5.5vw;
            }

            .showsCheckoutPage .body .subscription [type="checkbox"]:not(:checked) + label:after,
            .showsCheckoutPage .body .subscription [type="checkbox"]:checked + label:after {
                line-height: 6vw;
                font-size: 6vw;
            }

        .showsCheckoutPage .body .summary {
        }

            .showsCheckoutPage .body .summary .payment-btn {
                width: 64%;
                padding: 3% 0;
                border-radius: 2vw;
                font-size: 7vw;
            }

            .showsCheckoutPage .body .summary .price {
                width: 36%;
            }

                .showsCheckoutPage .body .summary .price .line-1 {
                    font-size: 5.5vw;
                }

                .showsCheckoutPage .body .summary .price .line-2 {
                    font-size: 15vw;
                }

    .showsCheckoutPage .cvv-popup .body {
        height: 507px;
        width: 282px;
        margin: 9vw auto;
        font-size: 23px;
    }

        .showsCheckoutPage .cvv-popup .body .line-1 {
            padding-top: 20px;
            font-size: 18px;
        }

        .showsCheckoutPage .cvv-popup .body .line-2 {
            font-size: 20px;
        }

    .showsCheckoutPage .loader .image {
        background-size: contain;
    }

    .showConfirmationPage .content .show-confirmation-details .show-profile .bullets .location {
        width: 56vw;
        float: right;
        margin-top: 9px;
        margin-right: 6px;
    }
}


@media (max-width: 420px) {
    .showsCheckoutPage .body .payer-details .card-details {
        height: 62vw;
    }
}
