/* .woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    height: 3em;
    width: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background-image:url('../img/my_spinner.gif";') !important;
    background-position: center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
} */
.return_back{
    display: none;
}
.show_large .large_chart{
    display: none;
}
.show_large .return_back{
    display: inline-block;
}
.fullwidth_seats .wpem-odd-row.em-seatsio-tickets-chart{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    overflow-x: scroll;
    padding-top: 40px;
    margin: 0px;
}