.event-detail-wr {
    margin: auto;
    margin-top: calc(9rem + 34px);
    width: 946px;
}

.sticky-header {
    width: 100%;
    min-height: 75px;
    background-color: #ffffff;
    box-shadow: 0 6px 14px 0 rgba(181, 181, 181, 0.26);
    position: fixed;
    top: 0;
    z-index: 10;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.select-ticket-quantity {
    z-index: 2;
}

.line-up-description-wr .tabs {
    z-index: 1;
}

.with-priority {
    z-index: 9999;
}

.custom-dropdown .dropdown-backdrop {
    z-index: unset;
}

.sticky-header-active {
    top: 90px;
    z-index: 999;
}

.sticky-header .event-detail-wr {
    margin-top: 0;
}

.sticky-header h2 {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #3c3b3b;
    margin-top: 28px;
}

.sticky-header button {
    margin-top: 15px;
}

.detail-price-header {
    float: left;
    margin-top: 23px;
    margin-right: 30px;
    margin-left: 20px;
}

.detail-card {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(91, 91, 91, 0.17);
    margin-bottom: 10px;
}

.detail-main-img {
    width: 100%;
    height: 493px;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.heart {
    background-color: rgba(0, 0, 0, .6);
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-image: url("../images/icons/heart-filled.svg");
    background-position: center center;
    background-size: 17px;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 15px;
}

.detail-info-wr {
    height: 130px;
    position: relative;
    padding: 15px 20px;
    padding-left: 110px;
}

.detail-info-wr .event-date {
    min-width: 70px;
    min-height: 70px;
    line-height: 125%;
    font-size: 21px;
    left: 20px;
    bottom: 43px;
    font-weight: normal;
}

.detail-info-wr .movie-date {
    bottom: 60px;
}

.detail-info .event-date-time {
    display: block;
}

.detail-event-by {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #9a9a9a;
    display: block;
    margin-bottom: 4px;
}

.event-element .dropdown-menu {
    min-width: 60px;
    margin-left: -1px;
}

.detail-event-by strong {
    font-family: 'Lato', sans-serif, 'Arial_Caps';
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #3c3b3b;
}

.detail-info {
    float: left;
}

.detail-social {
    float: right;
}

.detail-social table tr td {
    padding: 6px;
}

.detail-social table tr td img:hover {
    opacity: 1;
}

.detail-social table tr td img {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.detail-social table tr td:nth-child(1) img {
    width: 24px;
    opacity: .4;
}

.detail-social table tr td:nth-child(2) img {
    width: 24px;
    opacity: .4;
}

.detail-social table tr td:nth-child(3) img {
    width: 24px;
    opacity: .4;
}

.detail-social table tr td:nth-child(4) img {
    width: 20px;
    display: block;
    margin: auto;
    opacity: .4;
}

.detail-social table tr td:hover img {
    opacity: 1;
}

.detail-social .card-heart {
    width: 27px;
    height: 24px;
    display: block;
    right: 5px;
    top: 0;
    cursor: pointer;
    background-image: url("../images/icons/heart-not-active-grey.svg");
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center;
}

.detail-social .card-heart:hover {
    background-image: url("../images/icons/heart-active.svg");
}

.detail-social-links {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.detail-social-links table tr td {
    padding: 6px;
}

.detail-social-links table tr td img:hover {
    opacity: 1;
}

.detail-social-links table tr td img {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.detail-social-links table tr td:nth-child(1) img {
    width: 24px;
    opacity: .4;
}

.detail-social-links table tr td:nth-child(2) img {
    width: 24px;
    opacity: .4;
}

.detail-social-links table tr td:nth-child(3) img {
    width: 24px;
    opacity: .4;
}

.detail-social-links table tr td:nth-child(4) img {
    width: 20px;
    display: block;
    margin: auto;
    opacity: .4;
}

.detail-social-links table tr td:hover img {
    opacity: 1;
}

.share-icons {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(91, 91, 91, 0.17);
    text-align: center;
    position: absolute;
    right: -70px;
    top: 15px;
    width: 50px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.active-share-icons {
    max-height: 120px;
}

.share-icons ul {
    list-style: none;
    margin: 0;
}

.share-icons ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.share-icons ul li img {
    width: 25px;
}

.share-icons ul li {
    padding-left: 8px;
    padding-right: 8px;
}

.share-icons ul li:nth-child(2) {
    padding-top: 5px;
    padding-bottom: 5px;
}

.share-link-caret {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    box-shadow: 0 0 20px 0 rgba(91, 91, 91, 0.17);
    transform: rotate(45deg);
    background-color: #ffffff;
    z-index: 0;
    left: -12px;
    top: 10px;
}

.detail-tickets {
    padding: 20px;
    position: relative;
}

.detail-tickets h3 {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #696969;
    margin-bottom: 20px;
}

.detail-tkt-wr {
    padding: 10px 20px;
    border-radius: 4px;
    border: solid 1px #f3f3f3;
    margin-bottom: 10px;
}

.detail-tkt-wr table {
    width: 100%;
}

.detail-tkt-wr td {
    vertical-align: top;
}

.detail-tkt-name {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3c3b3b;
    position: relative;
    cursor: pointer;
    padding-right: 15px;
    width: 100%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
    min-width: 85px;
}

.copy-clipboard {
    cursor: pointer;
}

.basket-list {
    display: none;
    position: relative;
    width: 60%;
    padding-top: 25px;
}

.basket-list .basket-data {
    display: block;
    font-size: 13px;
    color: #696969;
    opacity: 0.4;
    padding-top: 5px;
    padding-bottom: 5px;
    word-spacing: 3px;
}

.basket-data .basket-sold {
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #696969;
    padding-top: 5px;
    margin-top: -3px;
    float: right;
    width: 80px;
    height: 23px;
    border-radius: 4px;
    background-color: #e9e9e9;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif, 'Arial_Caps';
    word-spacing: 1px;
}

.detail-tkt-dropdown .custom-caret {
    position: relative;
    right: unset;
    top: unset;
    width: 10px;
    height: 10px;
    margin-bottom: 3px;
}

.basket-data .basket-price {
    word-spacing: 0;
}

.basket-list .basket-data.active {
    opacity: 1;
}

.detail-tkt-wr table tr td:nth-child(1) {
    width: 46%;
}

.detail-tkt-wr table tr td:nth-child(2) {
    width: 15%;
}

.detail-tkt-wr table tr td:nth-child(3) {
    width: 15%;
}

.detail-tkt-wr table tr td:nth-child(4) {
    width: 25%;
    text-align: right;
}

.detail-request-purchase {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}

.basket-progress {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 7px;
    background: #a4a4a478;
}

.basket-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    background: #fe4e6e;
}

.detail-tkt-name {
    margin-top: 8px;
    display: inline-block;
}

.detail-tkt-number {
    width: 85px;
    height: 40px;
    border-radius: 4px;
}

.line-up-description-wr {
    padding: 20px 46px;
    /*margin-top: -59px;*/
    margin-top: 9px;
}

.movie-wr .line-up-description-wr {
    margin-top: 0;
}

.line-up-description-wr .tabs {
    margin: auto auto 22px auto;
}

.detail-description-txt {
    overflow: hidden;
    overflow-wrap: break-word;
    height: 100px;
    position: relative;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.detail-movie-description-txt {
    height: auto;
}

.detail-description-txt.hide-desc {
    height: 0 !important;
}

.detail-description-txt p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #9a9a9a;
}

.movie-details-title {
    padding: 13px 0;
    color: #fa506f !important;
    text-align: left !important;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
}

.movie-title-upper {
    margin-right: -15px;
    padding: 0;
}

.movie-details-title .details-value {
    color: #9a9a9a;
}

.movie-details-content {
    text-align: left !important;
}

.detail-line-up ul {
    list-style: none;
    display: table;
    margin: auto;
}

.detail-line-up ul li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.detail-line-up ul li a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #3c3b3b;
    padding: 10px 10px 10px 45px;
    background-image: url("../images/icons/soundcloud.svg");
    background-position: left center;
    background-size: 30px;
    background-repeat: no-repeat;
}

.des-white-layer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.des-white-layer .des-see-more, .des-white-layer .des-see-less {
    min-width: 95px;
    height: 30px;
    object-fit: contain;
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 0 0 17px 0 #e9e9e9;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9a9a9a;
    border: none;
    display: block;
    margin: auto;
    outline: none;
    padding: 0 12px;
}

.des-white-layer .des-see-less {
    display: none;
}

.additional-information-wr {
    padding: 20px;
}

.additional-information-wr > h3, .detail-location-wr > h3, .detail-similar-wr > h3 {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #696969;
    margin-bottom: 40px;
}

.detail-service-wr {
    display: inline-block;
    width: 14.2%;
    text-align: center;
    vertical-align: top;
}

.detail-service-wr img.facebook_verification {
    width: 35px;
}

.detail-service-wr img.guest_management {
    width: 26px;
}

.detail-service-wr img.snowy {
    width: 38px;
}

.detail-service-wr img.no-photos {
    width: 44px;
}

.detail-service-wr img.age-control {
    width: 34px;
}

.detail-service-wr img.instant-payment {
    width: 36px;
}

.detail-service-wr img.paybox-payment {
    width: 40px;
}

.detail-service-wr h3 {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #696969;
    margin-top: 5px;
}

.detail-service-wr .sr-img-wr {
    height: 40px;
}

.detail-service-container {
    margin: auto;
    text-align: center;
}

.detail-location-wr {
    padding: 20px 35px 35px 35px;
}

#detail-map {
    width: 100%;
    height: 160px;
    display: none;
}

.before-map {
    width: 100%;
    height: 200px;
    cursor: pointer;
    position: relative;
}

.before-map::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #3c504e;
    z-index: 5;
}

.before-map::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #3c504e;
    z-index: 14;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    background: url(https://i.imgur.com/pWNO29M.png) no-repeat center;
}

.before-map .background {
    width: 100%;
    height: 100%;
    background: url(../images/map-placeholder.png) no-repeat center;
    -webkit-background-size: auto;
    background-size: auto;
    filter: blur(3px) contrast(95%);
    -webkit-filter: blur(3px) contrast(95%);
    -moz-filter: blur(3px) contrast(95%);
    -o-filter: blur(3px) contrast(95%);
    -webkit-filter: blur(3px) contrast(95%);
}

.before-map .text {
    position: absolute;
    color: #ffffff !important;
    background-color: #65ead1 !important;
    background-image: linear-gradient(to bottom, #59ecab, #65ead1);
    min-width: 200px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 10;
}

.detail-similar-wr {
    padding: 20px 98px;
}

.similar-events-wrapper {
    width: 100%;
}

.event-image {
    width: 174px;
    height: 140px;
}

.event-card-img-title h2 {
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #3c3b3b;
    margin-top: 8px;
}

.detail-tkt-dropdown {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 0px;
    padding-right: 30px;
    border: 1px solid #eee;
    text-align: left;
    width: 80px;
    height: 40px;
    border-radius: 4px;
}

.select-ticket-quantity a {
    cursor: pointer;
    padding-top: 8px;
    width: 110px;
    height: 33px;
}

.detail-tickets .sold-out {
    font-size: 14px;
    margin-right: 0;
    margin-top: 0;
    padding-top: 8px;
    width: 140px;
    height: 33px;
    margin-bottom: 0;
}

.detail-tkt-dropdown button {
    color: #fe4e6e;
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.detail-tkt-dropdown button:hover,
.detail-tkt-dropdown button:focus {
    color: #fe4e6e;
}

.share-for-mob {
    position: absolute;
    right: 15px;
    top: 65px;
    display: none;
}

.share-icon-mob {
    background-color: rgba(0, 0, 0, .6);
    min-width: 0;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.share-icon-mob img {
    width: 18px;
    display: block;
    padding-top: 9px;
    margin-left: 8px;

}

.share-icon-mob span {
    position: absolute;
    display: block;
    left: 0;
    top: 7px;
    color: #ffffff;
    font-size: 14px;
    opacity: 0;
}

.tkt-price-detail-mob {
    display: none;
}

.fixed-line {
    display: block;
    position: absolute;
    bottom: 0;
}

.detail-calendar.detail-tickets > h3 {
    margin-top: 0;
}

.detail-calendar.detail-tickets {
    padding-left: 0;
    padding-right: 0;
}

.days-list > div {
    padding-left: 0;
    padding-right: 0;
    width: 14.28%;
    text-align: center;
    height: 71px;
    border: 1px solid #ebebeb;
    border-left: 0;
    padding-top: 16px;
}

.choose-from-calendar {
    display: block;
    height: 71px;
    padding-top: 13px;
    text-align: center;
    color: rgba(105, 105, 105, 0.67);
    font-size: 13px;
    border: 1px solid #ebebeb;
    border-left: 0;
    border-right: 0;
    cursor: pointer;
    font-weight: bold;
    margin-left: -1px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

#calendar-input {
    opacity: 0;
    pointer-events: none;
    width: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}

.choose-from-calendar > span {
    display: block;
}

.choose-from-calendar .calendar-svg {
    margin-bottom: 3px;
}

.calendar-svg > img {
    width: 22px;
}

.days-list {
    padding-right: 0;
}

.calendar-box {
    padding-left: 0;
    float: right;
}

.days-list > div.day-choose {
    cursor: pointer;
}

.days-list > div.day-not-available {
    background-color: #ebebeb;
    cursor: not-allowed;
}

.choose-from-calendar:hover {
    background: linear-gradient(to bottom, #59ecab, #65ead1);
    color: #ffffff;
}

.choose-from-calendar .calendar-svg-white {
    display: none;
}

.choose-from-calendar:hover .calendar-svg-red {
    display: none;
}

.choose-from-calendar:hover .calendar-svg-white {
    display: block;
}

.days-list .month-day {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: rgba(105, 105, 105, 0.8);
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.calendar-table .available {
    outline: 1px solid #fff;
}

.days-list .week-day {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    color: rgba(154, 154, 154, 0.7);
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.days-list > div.day-choose:hover {
    background: linear-gradient(to bottom, #59ecab, #65ead1);
}

.days-list > div.day-choose:hover > * {
    color: #ffffff !important;
}

.days-list > div.day-choose.active {
    background: linear-gradient(to bottom, #59ecab, #65ead1);
}

.days-list > div.day-choose.active > * {
    color: #ffffff !important;
}

.choosed-time-visual img {
    width: 25px;
    height: 25px;
    margin-left: -1px;
}

.calendar-details-tickets > h3 {
    margin-bottom: 50px;
}

.choosed-date-visual img {
    width: 21px;
    height: 21px;
}

.choosed-date-time-visual {
    position: absolute;
    top: 25px;
}

.choosed-date-visual {
    font-size: 15px;
    color: #3b3a3a;
    margin-bottom: 3px;
    font-weight: bold;
    overflow: hidden;
}

.choosed-time-visual {
    font-size: 15px;
    color: #3b3a3a;
    font-weight: bold;
}

.choosed-date-visual > img {
    float: left;
    margin-left: 1px;
}

.choosed-date-visual > span {
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}

.choosed-time-visual > img {
    float: left;
}

.choosed-time-visual > span {
    float: left;
    margin-left: 7px;
    margin-top: 2px;
}

.td-date span {
    display: inline-block;
    margin-right: 2px;
}

.td-date {
    padding-left: 20px;
}

.mobile-event-detail-h2-small-texts {
    float: left;
}

.mobile-event-detail-div-small-texts {
    float: right;
    margin-top: 6px;
}

.mobile-event-detail-h2-big-texts {
    float: left;
}

.mobile-event-detail-div-big-texts {
    float: right;
}

.cinema-map {
    position: relative;
    width: 100%;
    /*height: 600px;*/
    text-align: center;
}

.cinema-info-panel {
    width: 95%;
    height: 100px;
}

.cinema-info-panel .ticket-price {
    margin-right: 20px;
}

.seats-map-panel {
    float: left;
    display: inline-block;
    margin-left: 35px;
}

.seats-pay-panel {
    float: right;
    display: block;
    margin-right: 20px;
}

.movies-cart-button {
    float: right;
    padding-top: 10px;
}

.cinema-map .cinema-seat {
    display: inline-block;
    border: 1px solid #EFEFEF;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    font-weight: bold;
    font-size: 14px;
}

.cinema-map .cinema-map-reduced-size {
    width: 23px;
    height: 23px;
    font-size: 11px !important;
    padding: 3px;
}

.cinema-map .cinema-seat-free:hover {
    cursor: pointer;
    background-color: #e6e6e6;
}

.cinema-map .cinema-seat-free {
    background-color: #ffffff;
    color: #ff7a93;
}

.cinema-map .cinema-seat-occupied {
    background-color: #ECECEC;
}

.cinema-map .cinema-seat-selected {
    background-color: #6AEAD0;
}

.cinema-map .cinema-seat-added-to-cart {
    background-color: #6AEBD0;
}

.cinema-map .cinema-seat-added-to-cart:hover {
    cursor: pointer;
}

.centered {
    text-align: center;
}

.movies-button {
    padding: 7px;
    margin: 5px;
    font-size: 16px;
    color: rgba(105, 105, 105, 0.8);
    border: solid 1px #ebebeb !important;
}

.date-list {
    width: 100%;
}

.session-date-wrapper {
    font-size: 12px;
    color: rgba(154, 154, 154, 0.7);
}

.date-button {
    margin: 0 !important;
    width: 108px !important;
    height: 71px !important;
    opacity: 0.8;
    min-width: unset;
    color: rgba(105, 105, 105, 0.8) !important;
    border: solid 1px #ebebeb !important;
    border-radius: 0;
}

.date-button:focus {
    background-image: unset !important;
    background-color: unset !important;
    color: unset !important;
    outline: unset !important;
    border: solid 1px #ebebeb !important;
}

.date-button.active {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    background-image: linear-gradient(to bottom, #59ecab, #65ead1) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.active-date-button {
    color: #ffffff;
}

.active .session-date-wrapper {
    color: #ffffff;
    transition: 0.5s;
}

.date-button.active .session-date-wrapper {
    color: #ffffff;
    transition: 0.5s;
}

.inner-date-button {
    width: 130px;
    height: 60px
}

.date-filter.active-wednesday {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    background-color: #65ead1 !important;
    background-image: linear-gradient(to bottom, #59ecab, #65ead1);
}

.date-button-inactive {
    background-color: #ebebeb;
    color: #ffffff !important;
}

.date-button-inactive:hover {
    background-color: #ebebeb !important;
    color: #ffffff !important;
    background-image: unset !important;
}

.date-button-inactive:focus {
    color: #ffffff !important;
    background-color: #ebebeb !important;
    background-image: unset !important;
}

.date-button-inactive .session-date-wrapper {
    color: #ffffff;
}

.sessions-tabs {
    margin-top: 20px;
}

.active-movies-button {
    background-color: #65ead1;
    color: #ffffff;
}

.active-movies-button:hover {
    background-color: #65ead1;
    color: #ffffff;
}

.active-movies-button:active {
    background-color: #65ead1;
    color: #ffffff;
}

.hidden-card {
    display: none;
}

#cinemaSelectCard {
    height: auto;
}

.cinema-icon {
    font-size: 20px !important;
    color: #fa506f;
    padding-right: 10px;
}

.hall-details-text {
    font-size: 16px;
}

.hall-details {
    display: inline-block;
    margin-right: 16px;
}

.tickets-amount-block {
    font-size: 15px;
    font-style: italic;
    color: lightgrey;
}

#seatsSelectCard::-webkit-scrollbar {
    height: 5px;
}

.cinema-map {
    margin-top: 60px;
    left: 40px;
}

.cinema-map::-webkit-scrollbar {
    height: 5px;
}

.cinema-map .row-number {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
}

.row-number-wrapper {
    display: block;
    position: absolute;
    width: 100%;
}

.row-number-right {
    display: none;
}

.cinema-popover {
    /*position: absolute;*/
    /*background-color: #ffffff;*/
    /*color: #000000;*/
    /*width: 130px;*/
    /*height: 44px;*/
    /*padding: 13px;*/
    /*font-size: 14px;*/
    /*border: 1px solid black;*/
    /*border-radius: 3%;*/
}

.speech-bubble {
    position: absolute;
    background: #ffffff;
    border-radius: 0.4em;
    width: 230px;
    height: 60px;
    border: 1px solid #d6d6d6;
    color: #000000;
    font-size: 15px;
    padding-top: 20px;
    box-shadow: 0 0 20px 0 rgba(91, 91, 91, 0.17);
    z-index: 99999;
}

.movie-description {
    width: 56%;
    margin-left: 109px;
    font-size: 14px;
    font-family: 'Lato', sans-serif, 'dejavu_sansbook';
    display: none;
    color: #9a9a9a;
    margin-top: -15px;
    min-height: 80px;
}

/*.speech-bubble:after {*/
/*content: '';*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 50%;*/
/*width: 0;*/
/*height: 0;*/
/*border: 20px solid transparent;*/
/*background: #ffffff;*/
/*border-top-color: #909090;*/
/*border-bottom: 0;*/
/*border-left: 0;*/
/*margin-left: -21px;*/
/*margin-bottom: -20px;*/
/*}*/

.mobile-seats-pay-panel {
    display: none;
}

.collapse-movie-description-icon {
    font-size: 35px !important;
    position: absolute;
    left: 47%;
    bottom: -10px;
    color: #696969;
}

.movie-tabs {
    margin-top: -15px;
    margin-bottom: 5px;
}

.collapse-movie-description-icon:hover {
    cursor: pointer;
}

.date-row {
    margin: 0 -2px;
}

.session-row {
    margin: 10px 2px;
}

.session-data {
    font-size: 14px;
    padding-top: 10px;
}

.cinema-map-row {
    display: none;
}

.get-session-map-active {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    background-image: linear-gradient(to bottom, #59ecab, #65ead1) !important;
    background-color: unset !important;
}

.session-date {
    text-align: center;
    color: #65ead1;
    margin-top: 20px;
}

.session-property {
    color: rgba(105, 105, 105, 0.8);
    padding-left: 15px;
}

.movie-wr .detail-card {
    padding-bottom: 25px;
}

.movie-view-session {
    font-size: 16px;
}

.movie-view-session:hover {
    cursor: pointer;
}

.session-button-col {
    text-align: right;
}

.session-min-price {
    margin-right: -65px;
    font-size: 16px;
}

.wednesday-row {
    margin-top: -10px;
}

.cinema-row {
    margin-top: -10px;
}

.cinema-select-row {
    margin-bottom: 20px;
    margin-top: 10px;
}

@-webkit-keyframes DesktopAnimation {
    0% {
        background-position: 0% 2%
    }
    50% {
        background-position: 100% 99%
    }
    100% {
        background-position: 0% 2%
    }
}

@-moz-keyframes DesktopAnimation {
    0% {
        background-position: 0% 2%
    }
    50% {
        background-position: 100% 99%
    }
    100% {
        background-position: 0% 2%
    }
}

@keyframes DesktopAnimation {
    0% {
        background-position: 0% 2%
    }
    50% {
        background-position: 100% 99%
    }
    100% {
        background-position: 0% 2%
    }
}

.go-to-cart-desktop {
    color: #ffffff;
    margin-right: 20px;
    margin-bottom: 40px;
    background: linear-gradient(270deg, #57d2b9, #1dc5b7, #62d4ac);
    background-size: 600% 600%;
    -webkit-animation: DesktopAnimation1 17s ease infinite !important;
    -moz-animation: DesktopAnimation1 17s ease infinite !important;
    animation: DesktopAnimation1 17s ease infinite !important;
}

.go-to-cart-desktop:hover {
    color: #ffffff !important;
    margin-right: 20px;
    margin-bottom: 40px;
    background: linear-gradient(to bottom, #59ecab, #65ead1);
    background-size: 600% 600%;
    -webkit-animation: DesktopAnimation1 17s ease infinite !important;
    -moz-animation: DesktopAnimation1 17s ease infinite !important;
    animation: DesktopAnimation1 17s ease infinite !important;
}

@-webkit-keyframes DesktopAnimation1 {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes DesktopAnimation1 {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes DesktopAnimation1 {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.movies-price-range {
    display: inline-block;
    font-size: 18px;
    float: right;
}

.cinema-map {
    margin-bottom: -40px;
}

@media (max-width: 992px) {
    .cinema-map {
        margin: 40px -86px -40px;
    }

    .row-number-wrapper {
        width: 130%;
        left: 13%;
    }

    .row-number-right {
        /*left: 343% !important;*/
        right: 0 !important;
    }

    .row-number {
        left: -15% !important;;
    }
}

/*For Small Screen Sizes*/

@media (max-width: 768px) {
    .movie-name {
        margin-bottom: 40px;
    }

    .collapse-movie-description-icon {
        bottom: -15px;
    }

    .movie-description {
        width: 95%;
        margin-left: 15px;
        font-size: 14px;
        font-family: 'Lato', sans-serif, 'dejavu_sansbook';
        display: none;
        color: #9a9a9a;
    }

    /*.session-data {*/
    /*text-align: center;*/
    /*}*/
    /*.session-button-col {*/
    /*text-align: center;*/
    /*}*/
    .mobile-seats-pay-panel {
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: linear-gradient(270deg, #57d2b9, #1dc5b7);
        background-size: 600% 600%;
        -webkit-animation: AnimationName 17s ease infinite;
        -moz-animation: AnimationName 17s ease infinite;
        animation: AnimationName 17s ease infinite;
    }

    @-webkit-keyframes AnimationName {
        0% {
            background-position: 0% 50%
        }
        50% {
            background-position: 100% 50%
        }
        100% {
            background-position: 0% 50%
        }
    }
    @-moz-keyframes AnimationName {
        0% {
            background-position: 0% 50%
        }
        50% {
            background-position: 100% 50%
        }
        100% {
            background-position: 0% 50%
        }
    }
    @keyframes AnimationName {
        0% {
            background-position: 0% 50%
        }
        50% {
            background-position: 100% 50%
        }
        100% {
            background-position: 0% 50%
        }
    }

    .mobile-seats-pay-panel .total-ticket-price {
        float: left;
        margin-left: 35px;
        margin-top: 19px;
        color: #ffffff;
    }
    .mobile-seats-pay-panel .total-ticket-price-card {
        float: left;
        margin-left: 35px;
        margin-top: 19px;
        color: #ffffff;
    }
    .go-to-cart {
        vertical-align: super;
    }

    .mobile-seats-pay-panel .tickets-amount-block {
        display: inline-block;
        margin-top: 22px;
        float: left;
        margin-left: 10px;
        color: #ffffff;
    }

    .session-min-price {
        margin-right: 0;
    }

    .row-number-right {
        display: none;
    }

    .cinema-map .cinema-seat {
        font-size: 24px;
        padding-top: 3px;
    }

    .detail-tkt-name {
        width: 100%;
    }

    .detail-tkt-wr {
        padding: 10px 10px;
    }

    .detail-tkt-wr table tr {
        display: block;
    }

    .detail-tkt-wr table tbody {
        display: block;
    }

    .detail-tkt-wr table tr td:nth-child(1) {
        width: 80%;
    }

    .detail-tkt-wr table tr td:nth-child(2) {
        width: 19%;
    }

    .detail-tkt-wr table tr td:nth-child(3) {
        width: 0;
    }

    .detail-tkt-wr table tr td:nth-child(4) {
        width: unset;
        margin-left: 82%;
    }

    .tickets-type-3 .detail-tkt-wr table tr td:nth-child(4) {
        width: 18%;
        margin-left: unset;
    }

    .detail-tkt-wr table {
        width: 100%;
        display: block;

    }

    .detail-tkt-name .custom-caret {
        right: 13px;
    }

    .detail-request-purchase {
        min-width: 9rem;
    }

    .detail-tickets {
        padding: 5px;
    }

    .calendar-box {
        padding-left: 15px;
        float: none;
    }

    .mobile-event-detail-h2-big-texts {
        float: unset;
        width: 100% !important;
        text-align: center !important;
    }

    .mobile-event-detail-div-big-texts {
        float: unset;
        width: 100% !important;
        margin-left: 25%;
        margin-bottom: 10px;
    }

    .line-up-description-wr {
        margin-top: 0;
    }

    #zoom-triggers {
        display: none;
    }

    .session-date-list-hr {
        margin-top: -15px !important;
    }

    .seats-pay-panel {
        display: none;
    }

    .movies-cart-button {
        display: none;
    }

    .mobile-seats-pay-panel {
        display: block;
        text-align: center;
        height: 60px;
        z-index: 999999;

    }

    .mobile-seats-pay-panel .movies-cart-button {
        display: inline-block;
        float: left;
        margin-right: 36px;
    }

    /*.mobile-seats-pay-panel .movies-cart-button .go-to-cart {*/
    /*display: block;*/
    /*margin: 5px 0 10px 0 !important;*/
    /*color: #ffffff;*/
    /*border: none !important;*/
    /*font-size: 15px;*/
    /*}*/
}

@media (max-width: 800px) {
    .row-number-right {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .share-for-mob {
        display: block;
    }

    .sticky-header h2 {
        width: 50%;
    }

    .sticky-header button {
        min-width: 100px;
        width: 100px;
    }

    .event-detail-wr {
        width: 90%;
    }

    .detail-similar-wr {
        padding: 20px 40px;
    }

}

@media (max-width: 768px) {
    .row-number {
        left: -20% !important;
    }

    .go-to-cart-desktop {
        display: none;
    }

    .tickets-type-3.detail-tickets .sold-out {
        font-size: 11px;
        width: 80px;
        height: 30px;
    }

    .detail-tkt-wr .sold-out {
        width: 75px;
        padding: 10px 2px;
        font-size: 11px;
    }

    .tickets-type-3 .detail-tkt-wr table tr td:nth-child(1) {
        width: 65% !important;
    }

    .tickets-type-3 .detail-tkt-wr table tr td:nth-child(2) {
        display: none;
    }

    .tickets-type-3 .detail-tkt-wr table tr td:nth-child(3) {
        display: none;
    }

    .detail-info-wr {
        padding-left: 15px;
        height: 150px;
    }

    .detail-info-wr .event-date {
        display: none;
    }

    .detail-social {
        position: absolute;
        right: 10px;
        bottom: 5px;
    }

    .share-icons {
        margin-top: 0px;
        width: 110px;
        left: auto;
        right: 0px;
        top: -40px;
    }

    .share-icons ul {
        width: 100%;
        overflow: hidden;
        padding-top: 5px;
        padding-bottom: 0;
    }

    .share-icons ul li {
        padding-left: 6px;
        padding-right: 5px;
        float: left;
        padding-top: 0 !important;
    }

    .share-for-mob {
        display: block;
    }

    .sticky-header h2 {
        width: 20%;
    }

    .sticky-header button {
        min-width: 100px;
        width: 100px;
        margin-right: 25px;
    }

    .detail-similar-wr {
        padding: 20px 20px;
    }

    .event-detail-wr {
        width: 95%;
    }

    .detail-main-img {
        height: calc(100vw / 2);
        background-size: 100% !important;
    }

    /*.share-icons {*/
    /*text-align: center;*/
    /*position: inherit;*/
    /*margin: auto;*/
    /*margin-top: 10px;*/
    /*width: 50px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 40px;*/
    /*transition-delay: 350ms;*/
    /*}*/
    .detail-social-links {
        right: auto;
        left: 15px;
        bottom: 5px;
    }

    .share-icon-mob-active {
        min-width: 100px;
        border-radius: 20px;
    }

    .share-icon-mob-active ~ .share-icons {
        max-height: 200px;
    }

    .share-icon-mob-active span {
        transition-delay: 200ms;
        opacity: 1;
        left: 40px;
    }

    .event-detail-wr {
        margin-top: 9.5rem;
    }

    .detail-price-des, .detail-one-tkt-des {
        display: none;
    }

    .tkt-price-detail-mob {
        display: block;
        font-size: 15px;
    }

    .tickets-type-3 .tkt-price-detail-mob {
        display: block;
        font-size: 12px;
        color: #9a9a9a;
    }

    .detail-btn-add {
        min-width: 60px;
        font-size: 12px;
        height: 35px;
        margin-left: 5px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .session-row .detail-btn-add {
        min-width: 60px;
        font-size: 12px;
        height: 36px;
        margin-left: -11px;
        padding-left: 3px;
        padding-right: 3px;
        margin-top: 5px;
    }

    .line-up-description-wr {
        padding: 20px 20px;
    }

    .line-up-description-wr .tabs {
        margin: auto 0 22px 0;
    }

    .detail-service-wr {
        width: 33.3%;
        min-height: 100px;
    }

    .detail-service-wr:last-child {
        width: 100%;
    }

    .similar-events-swiper .event-card-img-title .event-image {
        width: 146px;
    }

    .sticky-header {
        top: -170px;
    }

    .sticky-header-active {
        z-index: 999;
        top: 60px;
    }

    .with-priority {
        z-index: 9999;
    }

    .detail-tkt-dropdown {
        width: 60px;
        height: 35px;
    }

    .detail-tkt-dropdown button {
        font-size: 19px;
    }

    .search-label {
        padding-left: 10px !important;
    }

    .detail-tkt-name {
        font-size: 14px;
    }

    .basket-name {
        position: absolute;
        left: 0;
        width: 100px;
    }

    .basket-price {
        position: absolute;
        left: 90px;
        white-space: nowrap;
    }

    .basket-data .basket-sold {
        position: absolute;
        left: 140px;
    }

    .basket-list .basket-data {
        height: 25px;
    }

    /*#zoom-triggers {*/
    /*display: none;*/
    /*}*/
    .cinema-map {
        margin-top: 30px;
    }
}

/*For Small Screen Sizes*/

.event-detail-wr .main-advertisement {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 20px auto 20px auto;
}

@media (max-width: 530px) {
    .event-detail-wr .event-name {
        white-space: normal;
        width: 102%;
        padding-right: 0;
        margin-left: -1%;
    }
}

@media (width: 768px) {
    .detail-tkt-wr table tr td:nth-child(4) {
        margin-left: 81%;
    }

    .detail-btn-add {
        min-width: 56px;
    }
}

@media (min-width: 320px)  and (max-width: 500px) {
    .seats-pay-panel {
        float: none;
    }
}

@media (min-width: 499px)  and (max-width: 517px) {
    .seats-pay-panel {
        float: none;
    }
}

@media (min-width: 499px) and (max-width: 769px) {
    .seats-pay-panel {
        float: none;
    }
}

/*cinema map styles*/

/*.cinema-map-5ae0601f9561679f1466dca5{*/
/*transform-origin: 115% 0!important;*/
/*}*/

/*.cinema-map-558ab9b99561674800f4b46b{*/
/*transform-origin: 80% 0 !important;*/
/*}*/

.cinema-map-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: scroll;
    padding-bottom: 40px;
}

::-webkit-scrollbar {
    height: 5px;
}

.cinema-map-row {
    margin-left: 0;
}

.cinema-map-row .cinema-info-panel {
    margin-left: -15px;
    margin-right: -15px;
}

.cinema-map-container {
    width: 100%;
    overflow-y: hidden;
}

.disabled {
    color: #999;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.disabled:hover {
    color: #999 !important;
    cursor: not-allowed !important;
    opacity: 0.5 !important;
    text-decoration: none !important;
}

.cinema-map-wrapper.hide-scroll {
    overflow-x: hidden;
    padding-bottom: 45px;
}

@media (max-width: 992px) {
    .cinema-map-5ae0601f9561679f1466dca5 {
        transform-origin: 35% 0 !important;
    }

    .cinema-map-558ab9b99561674800f4b46b {
        transform-origin: 60% 0 !important;
    }

    .cinema-map-wrapper {
        overflow: hidden;
        padding-bottom: 45px;
    }
}

@media (max-width: 769px) {
    .cinema-map-wrapper {
        overflow: scroll !important;
        padding-bottom: 45px;
    }

    .cinema-map {
        transform-origin: 45% 0 !important;
    }
}

@media (max-width: 499px) {
    .cinema-map {
        transform-origin: 35% 0 !important;
    }
}

/*Date strip styles*/
.line-up-description-wr {
    padding-left: 15px;
    padding-right: 15px;

}

.line-up-description-wr .date-slider-row {
    margin-right: -15px;
}

.line-up-description-wr .date-slider-row .date-slider-col {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 769px) {

    .line-up-description-wr {
        /*padding-left: 0;*/
        /*padding-right: 0;*/

    }

    .line-up-description-wr .date-slider-row {
        margin-right: -15px;
    }

}

.outer-page-card {
    margin-left: 25px;
    margin-right: 25px;
    padding: 15px 0;
    display: block;
    position: relative;
}

.wednesday-row {
    position: absolute;
    right: 5px;
    top: -10px;
}

.wednesday-row .wednesday-sessions-button {
    float: right;
    border-radius: 15px;
    padding: 0 15px !important;
    margin: 0 !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.wednesday-row .wednesday-sessions-button img {
    margin-right: 5px;
}

.outer-page-card .cinema-select-row {
    margin-bottom: 0;
}

.outer-page-card .theater-button {
    margin: 0 4px;
}

.movie-wr .detail-card {
    padding-bottom: 25px !important;
}
