.ticket_contator {
    color:  var(--main-color)!important;
}

li h2.ticket_loop_title {
    font-weight: 700!important;
    font-size: 20px!important;
}

.ticket_loop_info {
    padding: 0 1.2em;
}

.ticket_before_desc {
    display: flex; 
    flex-direction: row; 
    justify-content: flex-start;
    column-gap: 50px;
    margin-bottom: 30px;
}

.ticket_before_desc > div {
    display:flex; 
    flex-direction: column;
}

.ticket_after_image {
    float: left;
    width: 40%;
    display: flex;
    column-gap: 50px;
}

.ticket_after_image > div {
    width: 50%;
}


.ticket_after_image strong {
    display: block;
    margin-top: 32px;
    margin-bottom: -30px;
}

.ticket_links {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 50px;
}

.ticket_after_image .title,
.ticket_after_view .title {
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    margin-top: 0px;
}

.ticket_after_view {
    clear: both;
    display: flex;
}

.ticket_after_view .ticket_map_div {
    margin-right: 40px;
    width: 20%;
}
.ticket_after_view .ticket_services_div {
    margin-right: 40px;
    width: 80%;
}

.ticket_after_view .ticket_services_div.full_size {
    width: 100%;
}

.ticket_after_view .ticket_map_div .image_map {
    width: 100%;
    height: 600px;
    background-position: 0 0;
    background-size: auto 600px;
    cursor: pointer;
    position: relative;
}

.ticket_after_view .ticket_map_div .image_map span {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: 700;
}

.ticket_services {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.ticket_services > div {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    padding-right: 30px;
}

.ticket-template .summary{
    min-height: 600px;
}

.woocommerce div.product.ticket-template .woocommerce-tabs {
    display: none;
}
.woocommerce div.product.ticket-template .wt-related-products.products {
    opacity: 1 !important;
}
.woocommerce div.product.ticket-template .wt-related-products.products .astra-shop-summary-wrap,
.woocommerce div.product.ticket-template .up-sells .astra-shop-summary-wrap {
    pointer-events: none;
}
.woocommerce div.product.ticket-template .wt-related-products.products .ast-quick-view-text,
.woocommerce div.product.ticket-template .up-sells .ast-quick-view-text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 1;
    background: linear-gradient(transparent calc(100% - 35px), rgba(0, 0, 0, 0.7) 35px);
    padding-bottom: 5px;
    color: #fff;
}
.woocommerce div.product.ticket-template .wt-related-products.products .astra-shop-thumbnail-wrap:hover .ast-quick-view-text,
.woocommerce div.product.ticket-template .up-sells .astra-shop-thumbnail-wrap:hover .ast-quick-view-text {
    background: linear-gradient(transparent calc(100% - 35px), rgba(0, 0, 0, 1) 35px);
}
.woocommerce div.product.ticket-template .wt-related-products.products ul.products {
    flex-wrap: wrap !important;
}
.woocommerce div.product.ticket-template .wt-related-products.products ul.products li.product h2 {
    min-height: 4rem;
    -webkit-line-clamp: 5;
}
.woocommerce div.product.ticket-template .woocommerce-product-details__short-description {
    height: auto !important;
}
.woocommerce div.product.ticket-template .slide-read-more-button {
    display: none !important;
}

.ticket-download-section {
    font-size: 13px;
}

.woocommerce div.product.ticket-template .list-days {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1rem;
    margin: 1rem 0;
}
.woocommerce div.product.ticket-template .list-days-table,
.woocommerce div.product.ticket-template .list-days-table td {
    border: 0;
}
.woocommerce div.product.ticket-template .list-days-table td {
    padding: .25rem 0;
}
.woocommerce div.product.ticket-template .list-days > *:nth-child(2n+1),
.woocommerce div.product.ticket-template .list-days-table td[scope="row"] {
    font-weight: 500;
}
.woocommerce div.product.ticket-template .important-notice {
    background: #e6f7ff;
    padding: 0.5rem 1rem;
    border-radius: 24px;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-size: 1rem;
    color: #404040;
    margin: 0.5rem 0;
}

.adt-ticket-show-list-container {
    margin: 1.5rem 0;
}
.adt-ticket-show-list-container > .adt-ticket-shows-message {
    margin: .5rem 0;
}
.adt-ticket-show-list-container > .adt-ticket-shows-list {
    display: flex;
    gap: 1rem;
}

@media screen and (max-width: 921px) {
    .ticket_after_image, .ticket_links {
        width: 100%;
    }
    .ticket-template .summary{
        min-height: auto;
    }
}

@media screen and (max-width: 1200px) {
    .ticket_after_view {
        flex-direction: column;
    }
    .ticket_after_view .ticket_map_div {
        width: 100%;
    }
    .ticket_after_view .ticket_services_div {
        width: 100%;
        margin-top: 40px;
    }
    .ticket_services {
        max-height: none;
    }
    .ticket_services > div {
        width: 100%;
        padding-right: 0px;
    }
}
@media (hover: none) and (pointer: coarse) {
    .woocommerce div.product.ticket-template .up-sells .ast-quick-view-text {
        padding-bottom: 2px;
    }
}