@import url('animations.css');

body.swal2-shown {
    overflow-y: none !important;
}

.purchase-page {
    position: relative;
}

.purchase-page .sub-header {
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.purchase-page .sub-header.video-bg {
    height: 480px;
    position: relative;
    color: #ffffff;
    background-image: none;
}
.purchase-page .sub-header .header-caption{
    background:none;
}

.purchase-page .sub-header.video-bg .header-caption {
    background: rgba(30, 44, 52, 0.5);
}

.purchase-page .sub-header.video-bg .video-container {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}

.purchase-page .sub-header.video-bg .video-container .video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    width: auto;
    height: 492px;
}

.purchase-page .sub-header.video-bg .logo {
    text-align: center;
    padding-top: 165px;
}

.purchase-page #countdown {
    position: relative;
    width: 100%;
    z-index: 99;
    text-align: center;
}
.purchase-page.fullscreen #countdown {
    z-index: 9999 !important;
}

.purchase-page #countdown .remaining-time {
    background-color: #fff;
    padding: 5px 8px;
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 1px 5px  rgba(19, 18, 18, 0.2);
}

.purchase-page.fullscreen #countdown .remaining-time {
    position: fixed;
    top: 30px;
    left: 30px;
}

.purchase-page #countdown .time-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.purchase-page #countdown .time-left {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: var(--main-bg-color);
}
.purchase-page #performance-selection {
    /* background-color: #ededed; */
    min-height:200px;
    position: relative;
    padding: 10px 0 20px;
}
.purchase-page #availablePurchaseSession #performance-selection {
    padding: 10px 0 20px;
}

.purchase-page #sectionViews {
    display: none;
}

.purchase-page #performance-selection .gray-bg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 42%;
    z-index:0;
    background-color: #262626;
}

.purchase-page #performance-selection .lady-artwork{
    width: 750px;
    margin: 70px auto 20px;
    position: relative;
}

.purchase-page #performance-selection .lady-artwork .lady-full{
    width:100%;
    height:400px;
}

.purchase-page #performance-selection .lady-artwork .lady{
    width:100%;
}

.purchase-page #performance-selection .lady-artwork .left-hand{
    width: 280px;
    position: absolute;
    top: 205px;
    left: -85px;
    animation-name: animateRightHand;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 3;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
    transform-origin:top left;
}
.purchase-page #performance-selection .lady-artwork .right-hand{
    width: 280px;
    position: absolute;
    top: 205px;
    right: -85px;
    animation-name: animateRightHand;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 3;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
    transform-origin:top right;
}

.purchase-page #performance-selection .select-performance {
    /*  width:750px;  */
    position: relative;
    margin-top:15px;
}

.purchase-page #performance-selection .select-performance h1 {
    font:900 26px 'Raleway', sans-serif;
    margin: 0 0 20px;
    color: #000000;
    text-align: left;
}
.purchase-page .page-title {
    background-color: var(--main-bg-color);
    padding: 35px 0 40px;
    position: relative;
}

.purchase-page .page-title:after {
    content: ' ';
    display: table;
    clear: both;
}

.purchase-page .page-title .event-title {
}

.purchase-page .page-title .event-title h2 {
    font: 900 25px 'Raleway', sans-serif;
    text-transform: capitalize;
    color: #fff;
}

.purchase-page .page-title .event-title span {
    display: inline-block;
    font: 400 13px 'Open Sans';
    color: #fff;
    margin: 0 30px 0 0;
}

.purchase-page .page-title .event-title span:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff;
    padding: 8px 7px;
    margin: 0 8px 0 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.purchase-page .page-title .event-title span.fa-map-marker:before {
    font-size: 17px;
    padding: 7px 9px;
}

.purchase-page .page-title .uk-form .form-group {
    margin: 20px 0 0;
}

.purchase-page .page-title .uk-form .select2-container--default .select2-selection--single {
    background: transparent;
}

.purchase-page .uk-form .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: 600;
}

.purchase-page .page-title .uk-form .select2-container .select2-selection--single .select2-selection__rendered {
    background-color: #fff;
    font-weight: 600;
}

.purchase-page .page-title .uk-form .select2-container:hover .select2-selection--single .select2-selection__rendered,
.purchase-page .page-title .uk-form .select2-container.select2-container--focus .select2-selection--single .select2-selection__rendered {
    background-color: #fff;
}

.purchase-page .page-title .uk-form input[type="text"],
.purchase-page .page-title .uk-form .select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
    height: 55px;
    padding: 0 45px 0 40px !important;
    font: 600 17px/57px 'Montserrat', sans-serif;
    color: #a4a2a2;
    border: none;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    /*text-transform: uppercase;*/
}

.purchase-page .page-title .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 8px 0 8px;
    margin-top: 4px;
}

.purchase-page .page-content {
    padding: 0 0 50px;
}

.purchase-page .page-content .ticket-seat-selection {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 0 60px;

}

/*.purchase-page .page-content .ticket-seat-selection ul{*/
/*margin: 40px 0 0;*/
/*}*/
/*.purchase-page .page-content .ticket-seat-selection ul li{*/
/*display: inline-block;*/
/*width: 50%;*/
/*margin: 0px -4px;*/
/*padding: 0;*/
/*text-align: center;*/
/*border-bottom: 2px solid #cfcfcf;*/
/*-webkit-transition: all .3s ease;*/
/*-moz-transition: all .3s ease;*/
/*-ms-transition: all .3s ease;*/
/*-o-transition: all .3s ease;*/
/*transition: all .3s ease;*/
/*}*/
/*.purchase-page .page-content .ticket-seat-selection ul li a{*/
/*display: block;*/
/*padding: 15px 0;*/
/*margin: 0 4px -2px;*/
/*background: #f9f9f9;*/
/*border: 2px solid #cfcfcf;*/
/*border-radius: 8px 8px 0 0;*/
/*color: #959595;*/
/*-webkit-transition: all .3s ease;*/
/*-moz-transition: all .3s ease;*/
/*-ms-transition: all .3s ease;*/
/*-o-transition: all .3s ease;*/
/*transition: all .3s ease;*/
/*}*/
/*.purchase-page .page-content .ticket-seat-selection ul li a h1{*/
/*color: #959595;*/
/*font: 900 26px 'Raleway', sans-serif;*/
/*text-transform: uppercase;*/
/*}*/
/*.purchase-page .page-content .ticket-seat-selection ul li a span{*/
/*color: #707070;*/
/*font: 400 19px 'Montserrat', sans-serif;*/
/*}*/
/*.purchase-page .page-content .ticket-seat-selection ul li a:before{*/
/*font-family:'FontAwesome';*/
/*margin: 0 5px 0 0;*/
/*}*/
/*.purchase-page .page-content .ticket-seat-selection ul li.collapsed{*/
/*border-bottom: 2px solid var(--main-bg-color);*/
/*}*/
/*.purchase-page .page-content .ticket-seat-selection ul li.collapsed a{*/
/*background: #fff;*/
/*border-bottom: 8px solid var(--main-bg-color);*/
/*color: var(--main-bg-color);*/
/*padding: 15px 0 8px;*/
/*}*/
/*.purchase-page .page-content .ticket-seat-selection ul li.collapsed a h1{*/
/*color: var(--main-bg-color);*/
/*}*/
/*.purchase-page .page-content .ticket-seat-selection ul li.collapsed a span{*/
/*color: #313131;*/
/*}*/
.purchase-page .page-content .ticket-seat-selection .selection-tabs-content {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px 0;
}
.purchase-page .page-content .ticket-seat-selection .selection-tabs-content > div .sec-title,
.purchase-page .page-content .payment-section .sec-title {
    margin:15px 0 15px 0;
}
.purchase-page .page-content .ticket-seat-selection .selection-tabs-content > div .sec-title:after,
.purchase-page .page-content .payment-section .sec-title:after {
    display: table;
    content: ' ';
    clear:both;
}
.purchase-page .page-content .ticket-seat-selection .selection-tabs-content > div .sec-title h1,
.purchase-page .page-content .payment-section .sec-title h1{
    font: 900 26px 'Raleway', sans-serif;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 20px;
    float:left;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content > div .sec-title span {
    font: 500 18px 'Raleway', sans-serif;
    color: #4c4c4c;
    display: block;
    border-bottom: 1px solid #cacaca;
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.purchase-page .page-content .ticket-seat-selection .selection-tabs-content > div .sec-title .event-details-btn {
    float:right;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.purchase-page .page-content .ticket-seat-selection .selection-tabs-content > div .img-container {
    text-align: center;
    margin: 0 0 40px;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .form-table td:first-child {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    border-top: 1px solid #cfcfcf !important;
    border-bottom: 1px solid #cfcfcf !important;
    border-left: 1px solid #cfcfcf !important;
    border-right: 1px solid #cfcfcf !important;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .form-table td:last-child {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    border-top: 1px solid #cfcfcf !important;
    border-bottom: 1px solid #cfcfcf !important;
    border-left: none !important;
    border-right: 1px solid #cfcfcf !important;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .form-table td:not(:first-child):not(:last-child) {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-left: none !important;
    border-right: none !important;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .form-table {
    width:100%;
    border-collapse: separate;
    border-spacing: 0;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content table.form-table tr {
    height: 80px;
    margin-bottom: 10px;
    /*border: 1px solid #ccc;*/
    background-color: #FFFFFF;
}
.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .form-table th {
    background-color: #FFFFFF;
    padding: 15px 40px;
    font: 600 18px 'Montserrat', 'IRANSans', Sans-serif;
    color: #000000;
    text-transform: capitalize;
    vertical-align: middle;
    border: none;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .form-table td {
    padding: 0px 10px 0px 30px;
    font: 600 18px 'Montserrat', 'IRANSans', Sans-serif;
    color: #000000;
    vertical-align: middle;
}

/*.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .form-table tbody tr:nth-child(even) td {*/
/*background: #f9f9f9;*/
/*}*/

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .form-table .select2-container {
    width: 100% !important;
    -webkit-transform: translate(5px);
    -moz-transform: translate(5px);
    -ms-transform: translate(5px);
    -o-transform: translate(5px);
    transform: translate(5px);
}

/*.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .form-table .choose-ticket-btn {
    padding: 8px 28px;
    display: block;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .form-table .choose-ticket-btn i {
    display: inline-block;
    font-size: 32px;
    color: gray;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .form-table .choose-ticket-btn span {
    display: inline-block;
    margin: 0 0 0 10px;
}*/

.purchase-page .page-content .ticket-seat-selection .ticket-description {
    font:400 13px/1.5 'Montserrat', 'IRANSans', Sans-serif;
    position: relative;
    padding: 0 0 15px;
    width: 100%;
}
.purchase-page .page-content .ticket-seat-selection .ticket-description .desc-text{
    display: none;
}
.purchase-page .page-content .ticket-seat-selection .ticket-description .more-btn {
    position: absolute;
    bottom:0;
    left:50%;
    background: var(--main-bg-color);
    font-size: 11px;
    color: #fff;
    padding: 0 15px 0 3px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.purchase-page .page-content .ticket-seat-selection .ticket-description .more-btn:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    position: absolute;
    right: 3px;
    top: 2px;
}
.purchase-page .page-content .ticket-seat-selection .ticket-description .more-btn.collapsed:after {
    content: "\f106";
}
.purchase-page .page-content .ticket-seat-selection .ticket-description .more-btn .sides{
    display: block;
    position: absolute;
    width: 100%;
    height: 16px;
    top: 0;
    left: 0;
    z-index: 0;
}
.purchase-page .page-content .ticket-seat-selection .ticket-description .more-btn .sides:before {
    content: ' ';
    position: absolute;
    top: -1px;
    right: -15px;
    width: 0;
    height: 0;
    border-bottom: 17px solid var(--main-bg-color);
    border-right: 16px solid transparent;
}
.purchase-page .page-content .ticket-seat-selection .ticket-description .more-btn .sides:after {
    content: ' ';
    position: absolute;
    top: -1px;
    left: -15px;
    width: 0;
    height: 0;
    border-bottom: 17px solid var(--main-bg-color);
    border-left: 16px solid transparent;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content #addTypeRow {
    font: 400 18px 'Open Sans', sans-serif;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content #addTypeRow i {
    font-family: 'FontAwesome';
    font-size: 25px;
    display: inline-block;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-desktop {
    display: block;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-mobile {
    display: none;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-mobile .choose-seat-btn{
    text-transform: capitalize;
    margin:20px 0;
    width:100%;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-mobile #chooseSeatModal .modal-title{
    font: 700 18px 'Montserrat', 'IRANSans', sans-serif;
    color: #676666;
    text-transform: capitalize;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-mobile #chooseSeatModal .modal-body p{
    color: #424242 !important;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-item {
    margin: 0 0 20px;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-item .table-row {

    border: 1px solid #cfcfcf;
    display: table;
    width:100%;
}
.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-item .table-row .row-header {
    min-height: 60px;
    width: 42%;
    display: table-cell;
    vertical-align: middle;
    background-color: #FFFFFF;
    padding: 20px 20px 15px;
    border-right: 1px solid #cfcfcf;
    text-transform: capitalize;
    font: 600 18px 'Montserrat', 'IRANSans', Sans-serif;
    color: #000000;
    text-align:left;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-item .table-row:last-child .row-header {
    border-bottom: none;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-item .table-row .row-content {
    min-height: 60px;
    width: 66.666%;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px 15px;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-item .table-row .row-content.styled {
    font: 600 18px 'Montserrat', 'IRANSans', Sans-serif;
    color: #000000;
    text-align:left;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-item .table-row .row-content.list-styled ul {
    list-style: inherit;
    padding:inherit;
    margin:inherit;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-item .table-row .full-col {
    width:100%;
    text-align: center;
    padding: 20px 20px 15px;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-item .table-row .full-col a {
    width: 50%;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .best-seat-item .table-row .full-col-description {
    width:100%;
    padding: 20px 20px 0;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .soldout-badge,
.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .onhold-badge{
    width: 100%;
    height: 50px;
    padding-top: 15px;
    position: relative;
    background: #d60d00;
    color: white;
    font: 700 20px/1 'Montserrat', 'IRANSans', sans-serif;
    letter-spacing: 0.15em;
    text-align: center;
    text-transform: capitalize;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .soldout-badge:after,
.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .onhold-badge:after{
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #262626;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}
.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .soldout-badge:before,
.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .onhold-badge:before{
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 20px solid #262626;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content .onhold-badge{
    background: #FFEB3B;
    color: #743e3e !important;
}

.purchase-page .page-content .uk-message .title {
    border-bottom: 1px solid #8a6d3b;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.purchase-page .page-content .uk-message .title i {
    display: inline-block;
}

.purchase-page .page-content .uk-message .title h2 {
    display: inline-block;
    font: 700 24px/30px "Montserrat", sans-serif;
    /*text-transform: uppercase;*/
}

.purchase-page .page-content .uk-message ul {
    padding: 0 15px 0;
}

.purchase-page .page-content .uk-message ul li {
    padding: 5px 0;
}

.page-content .uk-message ul li:before {
    content: "\f071";
    font-family: 'FontAwesome';
    font-size: 25px;
    padding-right: 8px;
    color: #8a6d3b;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
    display: inline-block;
}

.purchase-page .page-content .event-body .section-info .section-title h1 {
    font: 900 30px 'Raleway', 'IRANSans', sans-serif;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
}

.purchase-page .page-content .event-body .section-info .section-title span {
    font: 500 14px 'Raleway', 'IRANSans', sans-serif;
    color: #000000;
    display: inline-block;
}

.purchase-page .page-content .event-body .section-info #paypal-button-container {
    /*display: inline-block;*/
    position: relative;
    z-index: 9;
    /*margin: 0 0 0 10px;*/
    -webkit-transform: translateY(23px);
    -moz-transform: translateY(23px);
    -ms-transform: translateY(23px);
    -o-transform: translateY(23px);
    transform: translateY(23px);
}

.purchase-page .page-content .event-body .ticket-type-tabs {
    width: 100%;
    height: 100%;
    position: relative;
}

.purchase-page .page-content .event-body .ticket-type-tabs ul {
    /*margin: 40px 0 0;*/
}

.purchase-page .page-content .event-body .ticket-type-tabs ul li {
    display: inline-block;
    width: 50%;
    height: 80px;
    margin: 0px -4px;
    padding: 0;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.purchase-page .page-content .event-body .ticket-type-tabs ul li:nth-child(2) {
    -webkit-transform: translateY(13px);
    -moz-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
}

.purchase-page .page-content .event-body .ticket-type-tabs ul li a {
    display: block;
    height: 100%;
    padding: 15px 0;
    margin: 0 4px -2px;
    background: #f9f9f9;
    border: 2px solid #cfcfcf;
    border-radius: 8px 8px 0 0;
    color: #959595;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.purchase-page .page-content .event-body .ticket-type-tabs ul li a h2 {
    color: #959595;
    font: 900 22px 'Raleway', 'IRANSans', sans-serif;
    text-transform: capitalize;
    margin: 0;
}

.purchase-page .page-content .event-body .ticket-type-tabs ul li:first-child a h2 {
    margin: 10px 0 0;
}

.purchase-page .page-content .event-body .ticket-type-tabs ul li a span {
    color: #707070;
    font: 400 13px 'Montserrat', 'IRANSans', sans-serif;
}

.purchase-page .page-content .event-body .ticket-type-tabs ul li a:before {
    font-family: 'FontAwesome';
    margin: 0 5px 0 0;
}

.purchase-page .page-content .event-body .ticket-type-tabs ul li.collapsed {
    border-bottom: 2px solid var(--main-bg-color);
}

.purchase-page .page-content .event-body .ticket-type-tabs ul li.collapsed a {
    background: #fff;
    border-bottom: 4px solid var(--main-bg-color);
    color: var(--main-bg-color);
    padding: 15px 0 8px;
}

.purchase-page .page-content .event-body .ticket-type-tabs ul li.collapsed a h2 {
    color: var(--main-bg-color);
}

.purchase-page .page-content .event-body .ticket-type-tabs ul li.collapsed a span {
    color: #313131;
}

.purchase-page .page-content .event-body .ticket-type-tabs .type-tabs-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.purchase-page .page-content .event-body .ticket-type-tabs .type-tabs-content .accordion-tab {
    display: none;
    margin: 4px 0;
}

.purchase-page .page-content .event-body .ticket-type-tabs .type-tabs-content .accordion-tab.collapsed {
    display: block;
}

.purchase-page .page-content .event-body .ticket-type-tabs .type-tabs-content .accordion-tab .title {
    display: none;
    height: 80px;
    padding: 15px;
    margin: 0 4px -2px;
    background: #f9f9f9;
    border: 2px solid #cfcfcf;
    border-radius: 8px;
    color: #959595;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.purchase-page .page-content .event-body .ticket-type-tabs .type-tabs-content .accordion-tab.collapsed .title {
    background: #fff;
    border: 2px solid var(--main-bg-color);
    color: var(--main-bg-color);
    padding: 15px 0 8px;
}

.purchase-page .page-content .event-body .ticket-type-tabs .type-tabs-content .accordion-tab .title h2 {
    color: #959595;
    font: 900 22px 'Raleway', 'IRANSans', sans-serif;
    text-transform: capitalize;
    margin: 0;
}

.purchase-page .page-content .event-body .ticket-type-tabs .type-tabs-content .accordion-tab:first-child .title h2 {
    margin: 10px 0 0;
}

.purchase-page .page-content .event-body .ticket-type-tabs .type-tabs-content .accordion-tab .title span {
    color: #707070;
    font: 400 13px 'Montserrat', 'IRANSans', sans-serif;
}

.purchase-page .page-content .event-body .ticket-type-tabs .type-tabs-content .accordion-tab.collapsed .title h2 {
    color: var(--main-bg-color);
}

.purchase-page .page-content .event-body .ticket-type-tabs .type-tabs-content .accordion-tab.collapsed .title span {
    color: #313131;
}

.purchase-page .page-content .event-body .ticket-type-tabs .type-tabs-content .accordion-tab .content {
    padding: 0 20px;
}

.purchase-page .page-content .event-body .event-description {

}

.purchase-page .page-content .event-body .event-description .desc-body {
    color: #545454;
    font: 400 15px/30px 'Open Sans', sans-serif;
}

.purchase-page .page-content .event-body .checkbox input[type="checkbox"] + label {
    color: #4c4c4c !important;
    font: 400 16px 'Open Sans', sans-serif;
    padding: 3px 0 0 30px;
}

.purchase-page .page-content .event-body .form-group-label {
    display: block;
    margin: 0 15px 0 40px;
    font-size: 14px;
    font-weight: normal;
}

.purchase-page .page-content .event-body img.payment-methods {
    width: 100%;
    margin: 5px 0 0;
}

.purchase-page .page-content .order-info.mobile {
    display: none;
    margin: 0 0 40px;
}

.purchase-page .page-content .order-info .order-summary {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;;
    background-color: #ebebeb;
    padding: 15px;
}

.purchase-page .page-content .order-info .order-summary .title h2 {
    display: inline-block;
    font: 600 20px 'Montserrat', sans-serif;
    color: #000;
    /*text-transform: uppercase;*/
}

.purchase-page .page-content .order-info .order-summary .title span {
    display: inline-block;
    font: 400 20px 'Montserrat', sans-serif;
    color: #bcbcbc;
    /*text-transform: uppercase;*/
}

.purchase-page .page-content .order-info .order-summary .summary-box {
    background-color: #fff;
    padding: 5px 15px 20px;
    margin: 15px 0;
}

.purchase-page .page-content .order-info .order-summary .summary-box h2 {
    display: inline-block;
    font: 600 20px 'Montserrat', sans-serif;
    color: #000;
    /*text-transform: uppercase;*/
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0 10px;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box:after {
    content: ' ';
    display: table;
    clear: both;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .info-label {
    font: 400 15px 'Open Sans', sans-serif;
    color: #000;
    /*text-transform: uppercase;*/
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .info-label small {
    font: 400 13px 'Open Sans', sans-serif;
    color: #000;
    display: block;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .info-text {
    color: #000;
    font: 700 16px 'Open Sans', sans-serif;
    /*text-transform: uppercase;*/
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box.basket-tickets-summary {
    border-bottom: none;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box.basket-tickets-summary .basket-performance {
    padding: 10px 0 20px;
    border-bottom: 1px solid #ebebeb;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-performance .ticket-item {
    position: relative;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    outline: 0;
    overflow: hidden;
    background: #fff;
    margin: 20px 0;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-performance .ticket-item:last-child {
    margin-bottom: 0;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-performance .ticket-item .ticket-top {
    width: 100%;
    height: 40px;
    background: var(--main-bg-color);
    border-bottom: 2px dashed #fff;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-performance .ticket-item .ticket-top a {
    color: #fff;
    float: right;
    margin: 0 20px 0 0;
    font-size: 20px;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-performance .ticket-item .ticket-top:after {
    content: '';
    position: absolute;
    top: -22px;
    left: calc(50% - 30px);
    width: 65px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-performance .ticket-item .ticket-inner {
    background-color: #fff;
    padding: 0;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-performance .ticket-item .ticket-inner > div {
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-performance .ticket-item .ticket-inner > div:after,
.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-performance-date:after {
    display: table;
    content: ' ';
    clear: both;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-performance-date {
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-performance-date span {
    display: block;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-performance-date .date {
    color: #d40505;
    font-weight: 700 !important;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-ticket-name {
    color: #2571ee;
    font-weight: 700 !important;
}

.page-content .order-info .order-summary .summary-box .info-box .total-label {
    font-weight: 700 !important;
}

.page-content .order-info .order-summary .summary-box .info-box .total-label small {
    text-transform: none;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-discount {
    color: #d40505;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .printed-ticket {
    color: #2571ee;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .insurance {
    color: #2571ee;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .delivery {
    color: #d40505;
}

.purchase-page .page-content .order-info .order-summary .summary-box .info-box .basket-tickets-total {
    font: 700 27px 'Open Sans', sans-serif;
    color: #1db24b;
}

.purchase-page .page-content .order-info .order-summary .summary-box .ticket-info {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}

.purchase-page .page-content .order-info .order-summary .summary-box .ticket-info:last-child {
    border-bottom: none;
}

.purchase-page .page-content .order-info .order-summary .summary-box .ticket-info:after {
    content: ' ';
    display: table;
    clear: both;
}

.purchase-page .page-content .order-info .order-summary .summary-box .ticket-info .img {
    display: inline-block;
    vertical-align: top;
}

.purchase-page .page-content .order-info .order-summary .summary-box .ticket-info .img img {
    width: 80px;
    height: 80px;
}

.purchase-page .page-content .order-info .order-summary .summary-box .ticket-info .info {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}

.purchase-page .page-content .order-info .order-summary .summary-box .ticket-info .info h3 {
    color: #000;
    font: 700 16px 'Open Sans', sans-serif;
    margin: 0;
}

.purchase-page .page-content .order-info .order-summary .summary-box .ticket-info .info span {
    color: #000;
    font: 400 14px 'Open Sans', sans-serif;
    display: block;
}

.purchase-page .page-content .order-info .order-summary .summary-box .ticket-info .quantity {
    margin: 20px 0 0;
}

.purchase-page .page-content .order-info .order-summary .summary-box .ticket-info .quantity span {
    color: #000;
    font: 400 13px 'Open Sans', sans-serif;
    display: block;
}

.purchase-page .page-content .order-info .order-summary .summary-box .ticket-info .quantity span small {
    margin: 0 20px 0 0;
    font: 400 13px 'Open Sans', sans-serif;
}

.purchase-page .page-content .order-info .order-summary .summary-box .promotion-code {

}

.purchase-page .page-content .order-info .order-summary .summary-box .promotion-code .code-input-col{
    width:calc(100% - 90px);
    float:left;

}

.purchase-page .page-content .order-info .order-summary .summary-box .promotion-code .code-btn-col{
    width:85px;
    margin: 0 0 0 5px;
    float:left;
}
.purchase-page .page-content .order-info .order-summary .summary-box .promotion-code .code-btn-col button{
    padding: 8px 5px;
    /*text-transform: uppercase;*/
}

.purchase-page .uk-form .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.purchase-page .uk-form .select2-container--default .select2-selection--single {
    background: transparent;
}

.purchase-page .uk-form .select2-container .select2-selection--single .select2-selection__rendered {
    background-color: #fff;
}

.purchase-page .uk-form button.submit {
    text-align: center;
    text-transform: capitalize;
    border-radius: 10px !important;
    height: 74px !important;
    margin-top: 15px;
}

.purchase-page .uk-form button.submit i {
    font-size: 23px;
}

/** SEAT SE+LECTION **/
.purchase-page #seatSelectionArea {
    width: 1024px;
    /*height: 685px;*/
    margin: 50px auto 0;
    position: relative;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.purchase-page #seatSelectionArea.fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 0;
    margin: 0;
    z-index: 999;
}

.purchase-page #seatSelectionArea.fullscreen svg {
    height: 90vh;
    width: 100%;
}

.purchase-page #seatSelectionArea:after {
    content: ' ';
    display: table;
    clear: both;
}

.purchase-page #seatSelectionArea .col {
    height: 100%;
    padding: 30px 30px 30px;
}

.purchase-page #seatSelectionArea.fullscreen .col {
    padding: 30px;
    width: calc(100% - 350px);
    margin: 0 0 0 350px;
}

.purchase-page #seatSelectionArea .col-br-left {
    border-left: 1px solid #d8d8d8;
    height: 100%;
}

.purchase-page #seatSelectionArea .selected-seats {
    width: 100%;
    padding: 20px 0;
}

.purchase-page #seatSelectionArea .zoomViewport {
    width: 100%;
    height: 100%;
    position: relative;
}

.purchase-page #seatSelectionArea .zoomViewport.noscroll {
    overflow: hidden !important;
}

.purchase-page #seatSelectionArea .zoomViewport .zoomContainer {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.purchase-page #seatSelectionArea .zoomViewport .zoomContainer svg {
    width:100%;
}

.purchase-page #seatSelectionArea .zoomViewport .zoomTarget {
    cursor: pointer;
}

.purchase-page #seatSelectionArea .zoomViewport text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

.purchase-page #seatSelectionArea .zoomViewport .zoomTarget text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.purchase-page #seatSelectionArea .zoomViewport .zoom-btns {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
}

.purchase-page #seatSelectionArea .zoomViewport .zoom-btns a {
    display: block;
    border: 1px solid #2f9cf3;
    margin: 3px 0;
    padding: 8px 4px 4px;
    text-align: center;
    background-color: #fff;
}

.purchase-page #seatSelectionArea .zoomViewport .zoom-btns a i {
    font-size: 20px;
}

.purchase-page #seatSelectionArea.fullscreen .zoomViewport .zoom-btns a#fullScreen,
.purchase-page #seatSelectionArea .zoomViewport .zoom-btns a#exitFullScreen {
    display: none;
}

.purchase-page #seatSelectionArea.fullscreen .zoomViewport .zoom-btns a#exitFullScreen {
    display: block;
}

.purchase-page #seatSelectionArea .floorplan-info {
    width: calc(100% - 40px) ;
    padding: 10px 0;
    margin: 0 20px 20px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
}

.purchase-page #seatSelectionArea.fullscreen .floorplan-info {
    position: absolute;
    width: calc(100% - 400px);
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.purchase-page #seatSelectionArea .floorplan-info:after,
.purchase-page #seatSelectionArea .floorplan-info .seats-info:after {
    content: " ";
    display: table;
    clear: both;
}

.purchase-page #seatSelectionArea .floorplan-info .seats-info {
    width:100%;
    float:none;
    padding: 0 20px;
}

.purchase-page #seatSelectionArea.fullscreen .floorplan-info .seats-info {
    width:100%;
    float:none;
}

.purchase-page #seatSelectionArea .floorplan-info .seats-info span {
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: 13px;
    line-height: 30px;
    color: #a7a9ac;
    width:20%;
    float:left;
}

.purchase-page #seatSelectionArea .floorplan-info .seats-info span:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: translate(-5px, 6px);
    -moz-transform: translate(-5px, 6px);
    -ms-transform: translate(-5px, 6px);
    -o-transform: translate(-5px, 6px);
    transform: translate(-5px, 6px);
}

.purchase-page #seatSelectionArea .floorplan-info .seats-info .available-color:before {
    background-color: #8cc63e;
}

.purchase-page #seatSelectionArea .floorplan-info .seats-info .sold-color:before {
    background-color: #ed1c24;
}

.purchase-page #seatSelectionArea .floorplan-info .seats-info .selected-color:before {
    background-color: #00adee;
}

.purchase-page #seatSelectionArea .floorplan-info .seats-info .not-available-color:before {
    background-color: #BFBFBF;
}

.purchase-page #seatSelectionArea .floorplan-info .seats-info .in-progress-color:before {
    background-color: #ED2590;
}

.purchase-page #seatSelectionArea .floorplan-info .floors-info {
    width:50%;
    float:right;
    padding:0 20px 0;
}

.purchase-page #seatSelectionArea.fullscreen .floorplan-info .floors-info {
    width:100%;
    float:none;
    margin: 15px 0 0;
    padding: 15px 20px 0;
    border-top: 1px solid #d8d8d8;
}

.purchase-page #seatSelectionArea .floorplan-info .floors-info span {
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
    color: #a7a9ac;
}

.purchase-page #seatSelectionArea .floorplan-info .floors-info span:before {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 15px;
    -webkit-transform: translate(-5px, 6px);
    -moz-transform: translate(-5px, 6px);
    -ms-transform: translate(-5px, 6px);
    -o-transform: translate(-5px, 6px);
    transform: translate(-5px, 3px);
}

.purchase-page #seatSelectionArea .floorplan-info .floors-info .first-floor:before {
    background-color: #407DC0;
}

.purchase-page #seatSelectionArea .floorplan-info .floors-info .second-floor:before {
    background-color: #ED2590;
}

.purchase-page #seatSelectionArea .floorplan-info .floors-info .third-floor:before {
    background-color: #EEB91D;
}



.purchase-page .hidden {
    display: none !important;
}

.purchase-page .visible {
    display: block !important;
}

.purchase-page #seatSelectionArea .seat.available {
    fill:#8cc63e;
    cursor:pointer;
}
.purchase-page #seatSelectionArea .seat.available .seat-bottom{
    fill:#8cc63e;
    cursor:pointer;
}
.purchase-page #seatSelectionArea .seat.available .seat-back{
    fill:#598414;
    cursor:pointer;
}
.purchase-page #seatSelectionArea .seat.available .seat-arm{
    fill:#598414;
    cursor:pointer;
}
.purchase-page #seatSelectionArea .seat.selected {
    fill:#00adee;
    cursor:pointer;
}
.purchase-page #seatSelectionArea .seat.selected .seat-bottom{
    fill:#00adee;
    cursor:pointer;
}
.purchase-page #seatSelectionArea .seat.selected .seat-back{
    fill:#008fc6;
    cursor:pointer;
}
.purchase-page #seatSelectionArea .seat.selected .seat-arm{
    fill:#008fc6;
    cursor:pointer;
}
.purchase-page #seatSelectionArea .seat.sold {
    fill:#ed1c24;
}
.purchase-page #seatSelectionArea .seat.sold .seat-bottom{
    fill:#ed1c24;
}
.purchase-page #seatSelectionArea .seat.sold .seat-back{
    fill:#bd1319;
}
.purchase-page #seatSelectionArea .seat.sold .seat-arm{
    fill:#bd1319;
}
.purchase-page #seatSelectionArea .seat.in-progress {
    fill:#ED2590;
}
.purchase-page #seatSelectionArea .seat.in-progress .seat-bottom{
    fill:#ED2590;
}
.purchase-page #seatSelectionArea .seat.in-progress .seat-back{
    fill:#c42379;
}
.purchase-page #seatSelectionArea .seat.in-progress .seat-arm{
    fill:#c42379;
}
.purchase-page #seatSelectionArea .seat.available:not(.in-progress):hover {
    fill:#c0d848;
}
.purchase-page #seatSelectionArea .seat.available:not(.in-progress):hover .seat-bottom{
    fill:#c0d848;
}
.purchase-page #seatSelectionArea .seat.available:not(.in-progress):hover .seat-back{
    fill:#77ae1d;
}
.purchase-page #seatSelectionArea .seat.available:not(.in-progress):hover .seat-arm{
    fill:#77ae1d;
}
.purchase-page #seatSelectionArea .seat.selected:not(.in-progress):hover {
    fill:#37d3ff;
}
.purchase-page #seatSelectionArea .seat.selected:not(.in-progress):hover .seat-bottom{
    fill:#37d3ff;
}
.purchase-page #seatSelectionArea .seat.selected:not(.in-progress):hover .seat-back{
    fill:#24a5c9;
}
.purchase-page #seatSelectionArea .seat.selected:not(.in-progress):hover .seat-arm{
    fill:#24a5c9;
}

/** Seat Selection Tooltip **/
.tooltipster-sidetip .tooltipster-box {
    background: rgba(0,0,0,.85);
    border: none;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
    overflow: hidden;
    min-width:120px;
}

.tooltipster-sidetip .tooltipster-content .info-popup {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    display: block;
}

.tooltipster-sidetip .tooltipster-content .info-popup .popover-box {
    text-align: left;
    padding: 0;
    display: block;
}

.tooltipster-sidetip .tooltipster-content .info-popup .popover-box span {
    color: #fff;
    font-size: 13px;
    display: block;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    height: 15px;
    bottom: -7px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: rgba(0,0,0,.85);
    left: 0;
    top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: transparent;
}


/** PNotify **/
.ui-pnotify.stack-topCenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
}
body:not(.fullscreen) .ui-pnotify.stack-topCenter {
    top: 100px;
}

.ui-pnotify-icon {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 25px;
    font-size: 20px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}
.ui-pnotify-text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    float: left;
}

/** Selection Basket **/

.purchase-page #seatSelectionArea .basket-toggle {
    width:250px;
    height: 185px;
    position: absolute;
    top: 20px;
    left:50px;
    z-index:3;
    display: none;
    box-shadow: 0px 1px 5px rgba(19, 18, 18, 0.2);
    border-radius: 5px;
    background-color: #fff;
}
.purchase-page #seatSelectionArea.fullscreen .basket-toggle {
    top: 85px;
    left: 26px;
    width: 280px;
}
.purchase-page #seatSelectionArea .basket-toggle #toggle-button{
    width:100%;
    padding: 10px 15px;
    margin: 0 auto;
    display: block;
}

.purchase-page #seatSelectionArea .basket-toggle #toggle-button.collapsed {
    border-radius: 0;
    box-shadow: none;
}
.purchase-page #seatSelectionArea .basket-toggle #toggle-button .toggle-tickets{
    display: block;
    font: 400 17px 'Open Sans', sans-serif;
    color: #4c4c4c;
    /*text-transform: uppercase;*/
    font-weight: bold;
    border-bottom: 1px solid #cacaca;
    padding: 3px 0 5px;
}
/*.purchase-page #seatSelectionArea .basket-toggle a .toggle-tickets:before{*/
    /*content: "\f145";*/
    /*font-family:'FontAwesome';*/
    /*font-size:20px;*/
    /*color: var(--main-bg-color);*/
    /*margin: 0 10px 0 0;*/
/*}*/
.purchase-page #seatSelectionArea .basket-toggle #toggle-button .toggle-process-fee{
    display: block;
    font: 400 17px 'Open Sans', sans-serif;
    color: #4c4c4c;
    /*text-transform: uppercase;*/
    font-weight: bold;
    border-bottom: 1px solid #cacaca;
    padding: 6px 0;
}
.purchase-page #seatSelectionArea .basket-toggle #toggle-button .toggle-total{
    display: block;
    font: 400 17px 'Open Sans', sans-serif;
    color: #4c4c4c;
    /*text-transform: uppercase;*/
    font-weight:bold;
    line-height: 34px;
    position: relative;
    width: 100%;
}
.purchase-page #seatSelectionArea .basket-toggle #toggle-button .toggle-total{
    display: block;
    font: 400 17px 'Open Sans', sans-serif;
    color: #4c4c4c;
    /*text-transform: uppercase;*/
    font-weight:bold;
    line-height: 34px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #cacaca;
    padding: 3px 0;
}
.purchase-page #seatSelectionArea .basket-toggle #toggle-button .toggle-total:after{
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 31px;
    color: var(--main-bg-color);
    margin: 0 0 0 10px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 3px;
}
.purchase-page #seatSelectionArea .basket-toggle #toggle-button.collapsed .toggle-total:after{
    content: "\f106";
}

.purchase-page #seatSelectionArea .basket-toggle #toggle-button .toggle-total .green{
    color: #1db24b;
}
.purchase-page #seatSelectionArea .basket-toggle  #buy-button{
    width: calc(100% - 20px);
    margin: 0 10px;
    /*text-transform: uppercase;*/
}

.purchase-page #seatSelectionArea #selection-basket {
    width: 350px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 18px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #d8d8d8;
    overflow: hidden;
    display: none;
}
.purchase-page #seatSelectionArea.fullscreen #selection-basket {
    border-radius: 0;
}
.purchase-page #seatSelectionArea #selection-basket #slideDownBasket{
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 20px;
    color: var(--main-bg-color);
    z-index: 4;
}
.purchase-page #seatSelectionArea #selection-basket .overlay{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

.purchase-page #seatSelectionArea #selection-basket .basket-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    padding: 0 5px;
    background: #fff;
}
.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats {
    padding: 0 20px;
    height: 480px;
    overflow-y: scroll;
    margin: 210px 0 20px;
}

.purchase-page #seatSelectionArea.fullscreen #selection-basket .basket-area .basket-seats {
    margin: 275px 0 20px;
    height: 500px;

}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item {
    position: relative;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    outline: 0;
    overflow: hidden;
    background: #fff;
    margin: 20px 0;
}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item:last-child {
    margin-bottom: 0;
}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-top {
    width: 100%;
    height: 40px;
    background: var(--main-bg-color);
    border-bottom: 2px dashed #fff;
}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-top .delete-seat {
    color: #fff;
    float: right;
    margin: 0 20px 0 0;
    font-size: 20px;
}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-top .view-seat {
    color: #fff;
    float: left;
    margin: 0 0 0 20px;
    font-size: 20px;
}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-top:after {
    content: '';
    position: absolute;
    top: -22px;
    left: calc(50% - 30px);
    width: 65px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-inner {
    background-color: #fff;
    padding: 0;
}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-inner .ticket-row {
    border-bottom: 1px solid #ebebeb;
}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-inner .ticket-row-inner {
    padding: 8px 10px;
}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-inner .ticket-row-half {
    float:left;
    border-left: 1px solid #ebebeb;
    width: 50%;
    padding: 8px 10px;
}
.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-inner .ticket-row-inner:after,
.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-inner .ticket-row:after{
    display: table;
    content: ' ';
    clear: both;
}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-inner .ticket-row-half:first-child {
    border-left: none;
}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-inner .ticket-row-half:last-child {
    padding-left: 10px;
}


.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-inner .ticket-row .info-label{
    font: 400 14px 'Open Sans', sans-serif;
    color: #4c4c4c;
    /*text-transform: uppercase;*/
}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-inner .ticket-row .info-text{
    font: 700 14px 'Open Sans', sans-serif;
    font-weight: bold;
    color: #000;
    /*text-transform: uppercase;*/
}

.purchase-page #seatSelectionArea #selection-basket .basket-area .basket-seats .ticket-item .ticket-inner .ticket-row .seat-type {
    color: #2571ee;
    font-weight: bold;
}

.purchase-page .box-office {
    margin:0 0 50px;
}
.purchase-page .box-office .checkbox {
    padding: 0 0 0 20px;
}
.purchase-page .box-office .checkbox label {
    /*text-transform: uppercase;*/
}

.purchase-page .box-office .checkbox input[type="radio"] + label {
    font-size:16px;
}
.purchase-page .box-office .checkbox input[type="radio"] + label:before,
.purchase-page .box-office .checkbox input[type=radio]:checked+label::after {
    top: 6px;
}
.purchase-page .box-office .checkbox input[type="checkbox"] + label:before,
.purchase-page .box-office .checkbox input[type=checkbox]:checked+label::after {
    font-size:22px;
    top: 6px;
}

.purchase-page .box-office .child-options,
.purchase-page .box-office .grandchild-options{
    margin: 0 0 0 40px;
    display: none;
}

.popover-content {
    color: #666;
}

.purchase-page #agreement .close {
    margin: 20px 20px 0 0;
}
.purchase-page #agreement .tbtn {
    padding:6px 30px;
    height:40px;
    text-transform: capitalize;
}
#buy-button:hover {
    background-color: #393939;
}
.purchase-page .whats-this {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    border: 1px solid darkgray;
    background: transparent;
    padding: 0 7px 0;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    cursor: default;
}
.popover {
    color:#5a5a5a;
}

tr.type-clone{
    height:91px;
}
span.select2-selection.select2-selection--single{
    margin-top: 14px;
}


#agreement .modal-header {
    font: 700 18px 'Montserrat', 'IRANSans', sans-serif;
    color: #676666;
    text-transform: capitalize;
}
#agreement .modal-body {
    color:#424242 !important;
}
#agreement .modal-body p{
    color:#424242 !important;
}

.purchase-page .payment-icons {
    margin:20px 0;
    text-align: center;
}

.purchase-page .payment-icons img{
    margin:10px 10px;
}

.purchase-page #paymentSubmit:disabled,
.purchase-page #paymentSubmit[disabled]{
    background-color: #666666;
    color: #a09b9b;
}


/**Performance Calendar**/
.performance-data {
    display:none;
}

.fc-view, .fc-view>table {
    background: #262626;
}
.fc-unthemed td.fc-today {
    background: #878787;
}

.fc-unthemed th {
    background: #ededed;
    border-color: #ededed;
    color: #494949;
}

.fc-row:first-child table,
.fc-widget-header{
    border: none !important;
}

.fc-toolbar h2 {
    text-transform: capitalize;
    font: 600 24px 'Montserrat', 'IRANSans', sans-serif;
    /*color: #444;*/
    text-align: center;
}

.fc button {
    padding: 0 .8em;
}

.fc-state-default {
    border: 1px solid;
    background-color: var(--main-bg-color);
    background-image: none;
    background-repeat: repeat-x;
    border-color: rgba(255, 255, 255, .5) rgba(255, 255, 255, .5) rgba(255, 255, 255, .75);
    color: #fff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 0 .8em 0 1em;
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 0 1em 0 .8em;
}

.fc-toolbar button:focus {
    border-color: rgba(255, 255, 255, .5) rgba(255, 255, 255, .5) rgba(255, 255, 255, .75);
}

.fc-event, .fc-event-dot {
    background-color: #4CAF50;
}

.fc-event {
    font-size: 13px;
    border: 1px solid #4CAF50;
    text-align:center;
    cursor:pointer;
    padding: 2px 0;
}

.fc-event:hover {
    background-color: #8BC34A;
    border-color: #8BC34A;
}

.fc-day-grid-event .fc-content {
    white-space: normal;
}

.fc-day-header {
    text-transform: capitalize;
    font:700 24px 'Montserrat', 'IRANSans', Sans-serif;
}
.fc-day-number {
    font:700 22px 'Montserrat', 'IRANSans', Sans-serif;
    color:#535353;
}

.fc-today-button {
    text-transform: capitalize;
}

.performances-info {
    background: #262626;
    margin: 10px 0 0;
    padding: 5px;
}

.performances-info span {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin: 1px;
    padding: 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

a.eventLinkId.active > .event-date {
    background-color:#03A9F4;
}

a.eventLinkId.disabled > .event-date {
    background-color:var(--main-bg-color);
    opacity: 0.5;
}

a.eventLinkId.disabled {
    cursor: not-allowed;
}

span.event-onsale {
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
}

span.event-selected,
span.event-selected:hover {
    background-color:#03A9F4;
    border-color:#03A9F4;
    cursor:default;
}

span.event-soldout,
span.event-soldout:hover {
    background-color:var(--main-bg-color);
    border-color:var(--main-bg-color);
    cursor:default;
}

span.event-onhold,
span.event-onhold:hover{
    background-color:#FFEB3B;
    border-color:#FFEB3B;
    color:#743e3e !important;
    cursor:default;
}

span.event-canceled,
span.event-canceled:hover{
    background-color:#607D8B;
    border-color:#607D8B;
    text-decoration: line-through;
    cursor:default;
}

span.event-disabled,
span.event-disabled:hover {
    background-color:#9E9E9E;
    border-color:#9E9E9E;
    cursor:default;
}

.purchase-page .p-cont .currency-span,
.purchase-page .p-cont .price-span{
    display:inline-block;
}

/* Payment Tabs */
.purchase-page #paymentTabs .nav-tabs {
    border-bottom:none;
}
.purchase-page #paymentTabs .nav-tabs>li {
    /*width: 45%;*/
    margin-right: 10px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
    padding: 0 16px;
}
.purchase-page #paymentTabs .nav-tabs>li>a {
    background: transparent !important;
    border: 1px solid lightgrey;
    outline: none;
    color: #fff;
    font: 700 16px 'Raleway', 'IRANSans', sans-serif;
    padding: 12px;
    border-radius: 15px;
    /*height: 45px;*/
    text-align: center;
    display: inline-block;
}
.purchase-page #paymentTabs .nav-tabs>li>a:hover {
    border-color: #aaaaaa;
    background: #aaaaaa;
    border-bottom: 1px solid #000000;
}

.purchase-page #paymentTabs .nav-tabs>li>a>img {
    /*height:45px;*/
}

.purchase-page #paymentTabs .tab-content {
    /*padding:35px 20px 0;*/
}

.purchase-page #paymentTabs .tab-content .paypal-desc {
    border-bottom: 1px solid #eee;
    margin: 32px 0 16px 0;
}
.purchase-page #paymentTabs .tab-content .paypal-desc .paypal-payments {
    margin:10px 0 0;
}
.purchase-page #paymentTabs .tab-content .paypal-desc .paypal-payments li{
    display: inline-block;
    padding: 3px;
}

.purchase-page #paymentTabs .tab-content .paypal-button-container {
    float:right;
}

.second-currency{
    font-size:12px;
    float: right;

}

.event-date{
    width: 100%;
    border: 2px solid #000000;
    padding: 25px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.event-date:hover, .event-date.active {
    background-color: #C83929;
}

.event-date-font{
    font: 600 18px 'Montserrat', 'IRANSans', sans-serif;
    color: #000000;
}

.event-time-font {
    /*margin: 0px 20px 3px 25px;*/
    font: 600 12px 'Montserrat', 'IRANSans', sans-serif;
    color: #000000;
}

.table-radius{
    border: solid 1px;
    border-radius: 10px;
    height: 76px;
    margin-bottom: 10px;
}

.ticket-td{
    /*border-radius: 7px;*/
    background-color: lightgrey;
}

.payment-tab{
    border: solid 1px;
    border-radius: 10px;
    margin-left: 7px;
}
.payment-tab-link{
    color: #000000;
    font: 600 13px 'Montserrat', 'IRANSans', Sans-serif;
    padding: 10px 6px !important;
}
.ticket-eye-icon{
    top: 0px !important;
    position: absolute;
    font-size: 20px !important;
}
.proceed-btn{
    width: 100%;
    border-radius: 8px !important;
    height: 70px !important;
    padding: 23px 0px 3px 2px !important;
}
.event_status{
    font: 600 13px 'Montserrat', 'IRANSans', sans-serif;
    color: #000000;
}

.event-circle-onsale {
    color: #4CAF50;
}

.event-circle-soldout {
    color: var(--main-bg-color);
}

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    color: #000000 !important;
    background-color: transparent !important;
    border: none !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #FFFFFF !important;
}
.nav-tabs>li.active, .nav-tabs>li.active:focus, .nav-tabs>li.active:hover {
    color: #FFFFFF !important;
    background-color: var(--main-bg-color) !important;
    border-bottom-color: transparent !important;
}

.purchase-page .page-content .ticket-seat-selection .selection-tabs-content > div .sec-title h1 {
    color: #000000 !important;
    text-transform: none !important;
}

#paymentTab .tab-content {
    margin-top: 15px;
}

#paymentTab .tab-content ul.list-inline > li {
    vertical-align: top;
}

#paymentTab .tab-content ul.list-inline > li > ul {
    margin-left: 30px;
}

.purchase-page .uk-form input[type="text"],
.purchase-page .uk-form input[type="password"],
.purchase-page .uk-form input[type="email"],
.purchase-page .uk-form input[type="tel"],
.purchase-page .uk-form input[type="date"],
.purchase-page .uk-form input[type="datetime"],
.purchase-page .uk-form input[type="datetime-local"],
.purchase-page .uk-form input[type="search"],
.purchase-page .uk-form input[type="number"],
.purchase-page .uk-form textarea,
.purchase-page .uk-form select,
.purchase-page .uk-form .select2-container .select2-selection--single .select2-selection__rendered {
    border: 1px solid lightgrey !important;
    color: #000000 !important;
    border-radius: 15px;
}

.section-info .sec-title h1, .order-summary .title h2 {
    font: 900 30px 'Raleway', 'IRANSans', sans-serif;
    color: #000000;
    text-transform: capitalize;
    margin: 0px;
}

.purchase-page .page-content .order-info .order-summary .summary-box .tickets-total {
    border-radius: 8px;
    padding: 8px;
}

.ticket-insurance {
    border-radius: 12px;
    padding-top: 64px;
}

.section-info {
    margin-bottom: 30px;
}

.checkbox-round {
    position: relative;
    margin-bottom: 15px;
}

.checkbox-round.insurance-switch {
    background: #FFFFFF;
    border: 2px solid var(--main-bg-color);
    outline: none;
    color: #000000;
    font: 400 14px 'Open Sans', 'IRANSans', sans-serif;
    border-radius: 64px;
    /*text-align: center;*/
    display: inline-block;
    width: 100%;
    padding: 32px;
}

.checkbox-round span.checkbox-text {
    margin-left: 64px;
    font: 700 22px 'Open Sans', 'IRANSans', sans-serif;
}

.checkbox-round span.checkbox-text-right {
    font: 400 16px 'Open Sans', 'IRANSans', sans-serif;
    background-color: var(--main-bg-color);
    position: absolute;
    right: 0;
    border-radius: 64px;
    height: 100%;
    width: 25%;
    text-align: center;
    top: 0;
}

.checkbox-round span.checkbox-text-right span {
    color: #FFFFFF;
    display: inline-block;
    margin-top: 12%;
}

span.checkbox-text-right-2 {
    display: none;
    text-align: center;
    margin-top: 16px;
    margin-left: 36px;
}

@media only screen and (max-width: 600px) {
    .checkbox-round span.checkbox-text {
        font-size: 12px !important;
        position: absolute;
        margin-left: 36px;
        text-align: center;
    }
    .checkbox-round.insurance-switch {
        padding: 12px !important;
    }
}

.checkbox-round label {
    background-color: transparent;
    border: 2px solid var(--main-bg-color);
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    position: absolute;
    width: 40px;
    top: 25%;
}

.checkbox-round label:after {
    border: 3px solid #FFFFFF;
    border-top: none;
    border-right: none;
    content: "";
    height: 8px;
    left: 12px;
    opacity: 0;
    position: absolute;
    top: 12px;
    transform: rotate(-45deg);
    width: 16px;
}

.checkbox-round input[type="checkbox"] {
    visibility: hidden;
}

.checkbox-round input[type="checkbox"]:checked + label {
    background-color: var(--main-bg-color);
    border-color: var(--main-bg-color);
}

.checkbox-round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/*form#performanceSelect > .row {
    overflow-x: auto;
    white-space: nowrap;
}
form#performanceSelect > .row > .col-md-3 {
    display: inline-block;
    float: none;
}*/


/* Hide Arrows of number input for quantity */
/* Chrome, Safari, Edge, Opera */
div.quantity-input-group input::-webkit-outer-spin-button,
div.quantity-input-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
div.quantity-input-group input[type=number] {
    -moz-appearance: textfield;
}

div.quantity-input-group .input-group-btn button.btn-minus {
    background: none !important;
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
}

div.quantity-input-group .input-group-btn button.btn-plus {
    background: none !important;
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
}

div.quantity-input-group .input-group-btn i.fa {
    color: #000000;
}