h3.title {
    font-size: 34px;
}

.product-head {
    padding: 15px 0;
}
.product-head > .container {
    background: #fff;
}
.product-head > .container > .row > div {
    padding-left: 0;
    padding-right: 0;
}

.product-head .showtimes {
    padding: 25px;
    height: 100%;
}
.showtimes .label {
    font-family: GravurBold;
    text-transform: uppercase;
    word-wrap: break-word;
}

.product-head .product-info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.product-head .product-info h3 {
    text-transform: uppercase;
    font-size: 32px;
}
.showtimes .showtime-list {
    margin: 15px 0;
}
.showtime-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-weight: bold;
}
.showtime-list li .icon {
    margin-right: 10px;
    min-width: 24px;
}

.showtime-list li .tip {
    font-weight: normal;
    padding-left: 10px;
    font-size: 11px;
    letter-spacing: 0.35px;
    line-height: 16px;
}
.showtimes-inline {
    display: flex;
}
.showtimes-inline li {
    margin-right: 10px;
}
.showtimes-inline li .delimiter {
    margin: 0 5px;
}

.finished .icon {
    opacity: 0.5;
}
.finished.label,
.finished .label {
    text-decoration: line-through;
    color: #909090;
}

.price-location {
    font-family: GravurBold;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0;
}

.price-location .price {
    font-size: 20px;
}

.price-box .price-from {
    margin: 0 !important;
}
.price-box .price-to {
    display: none;
}


.product-head-foot {
    background: #fff;
    box-shadow: 0 2px 10px -5px #000;
    padding: 15px;
}
.product-head-foot .price-location {
}
.product-head-foot .price-location > div {
    display: flex;
    margin-right: 15px;
}
.product-head-foot .buy-btn-container {
    padding-left: 0;
    padding-right: 0;
}
.product-head-foot .buy-btn-container .btn {
    width: 100%;
}
.product-head-foot .buy-btn-container .btn:hover {
    /* border: 1px solid #e6007e !important; */
}

.event-info.container {
    padding: 50px 0;
}
.event-info.container h3.title {
    margin-bottom: 18px;
}


.tickets-section {
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in;
}
.tickets-section .title {
    font-family: GravurBold;
    font-size: 20px;
    margin-bottom: 10px;
}
.tickets-section .qty-input {
    display: none;
}
.tickets-section .showtime-list li {
    margin: 5px 0;
}

/* .tickets-section:hover, */
.tickets-section.active {
    box-shadow: 0 3px 8px -5px #000;
}

.tickets-section.disabled {
    color: #909090;
    cursor: inherit;
}
.tickets-section.disabled:hover {
    box-shadow: none;
}
.tickets-section.disabled .icon {
    opacity: 0.5;
}

.tickets-section::before {
    content: '';
    width: 0px;
    position: absolute;
    left: 0;
    height: 100%;
    background: #e6007e;
    top: 0;
    transition: width 0.2s ease;
}
.tickets-section:hover::before {
    width: 3px;
}
.tickets-section.active::before {
    width: 8px;
}
.tickets-section.active .qty-input {
    display: flex;
    align-items: center;
    height: 100%;
}

.tickets-footer {
    padding-top: 20px;
}
.tickets-footer .row > div {
    padding-left: 0;
    padding-right: 0;
}

.tickets-summary {
    text-transform: uppercase;
    font-family: GravurBold;
    font-size: 18px;
    display: flex;
    padding: 10px;
    align-items: center;
}
.tickets-summary > span {
    margin-right: 15px;
}

.sticky-navbar {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 8px -5px #000;
    padding: 10px 0;
    z-index: -3;
    top: -100%;
    transition: all 0.5s ease;
    opacity: 0;
}
.sticky-navbar.visible {
    opacity: 1;
    z-index: 300;
    top: 0;
}
.sticky-navbar .container {
    padding-left: 0;
    padding-right: 0;
}

.event-summary-inline {
    display: flex;
}
.event-summary-inline li {
    margin-right: 15px;
}

.sticky-navbar .event-summary-inline {
    width: 100%;
    justify-content: end;
}

.page-layout-1column .product.media {
    width: 100% !important;
    margin: 0;
    /* float: none; */
}
.gallery-placeholder {
    width: 100%;
}
.fotorama-item {
    width: 100%;
}
.fotorama__wrap {
    width: 100%;
}

.aw-et__view-options-container .sectors .tickets-type .qty-inp-block {
    display: flex;
}

@media screen and (max-width: 1200px) {
    .sticky-navbar .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .sticky-navbar .icon-group {
        white-space: nowrap;
    }
}
@media screen and (max-width: 768px) {
    .sticky-navbar .event-summary-inline {
        justify-content: center;
    }
}
@media screen and (max-width: 575px) {
    .event-info.container {
        padding: 50px 25px;
    }
}
