@CHARSET "ISO-8859-1";

@media (max-width: 767px) {
	
.cat-zoomist .zoomist-image { 
    object-fit: contain;
	margin: auto;
}

.zoomist-container {  
  width: 100%;
  /* max-width: 250px; */
}

.cat-zoomist {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.zoomist-image {
  height: 100%;
  aspect-ratio: 1;	    
        text-align: center;
        background-color: white;
}

.zoomist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
}

/* .zoomist-container.cat-zoomist {
    height: 250px !important;
}
 */

.zoomist-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0 !important;
	height: 250px;
	background-color: white !important;
}



.ticket-qty {
    font-size: 14px;
    white-space: nowrap;
}

span.t-price {
    font-size: 20px;
}
	
span.equiv-curr {
    font-size: 14px;
}

input.btn.btn-primary.buy-tix-btn {
    font-size: 14px;
    padding: 3px 7px;
    font-weight: bold;
}


.ticket-qty select {
    font-size: 14px;
    height: 28px;
	border: 1px solid gray;
}

div#RightTixBlock {
    position: fixed;
    margin-top: 325px;
}

.tix-info-rows {
    height: 45vh;
    overflow-y: scroll;
    display: block;
}



div#LeftSeatingPlan {    
    position: fixed !important;
    margin-top: 125px;
    height: 250px !important;
    overflow: hidden;
	display: block;
    width: -webkit-fill-available;
    text-align: center;
    align-items: center;
    margin-left: 0px;
    padding-right: 0px !important;
}

section.section-event-single-content.txt-block {
    display: none;
}

footer.footer-09 {
    display: none;
}

span.sell-tickets-box {
    display: none;
}

.edv-pg-header {
    position: fixed;
    margin-top: 0px;
    height: 50px;
}
	
.ticket-info.stk-0
 {
    display: none !important;
}

span.edv-st {
    display: none !important;
}

strong.edv-n {
    font-size: 18px !important;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}

.row.ticket-info {
    border: 1px solid #4a2473;
    margin-bottom: 2px;
    padding-bottom: 0px;
    padding-top: 5px;	
    font-size: 18px;
    border-radius: 5px;
    /* margin-left: 1px; */
	margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
}


 .ticket-info .col-xs-4 {
        margin-bottom: 2px !important;
    }

span.edv-dt {
    font-size: 14px !important;
    height: 14px;
}

.col-xs-4.tix-price {
    flex: 0 0 40% !important
}

.col-xs-4.ticket-qty {
    flex: 0 0 30% !important
}

.col-xs-4.ticket-buy {
    flex: 0 0 30% !important;
}

select#SelectCategoryGroup {
    font-size: 16px !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
}

select#SelectCategoryGroup option {
    font-size: 16px !important;
    letter-spacing: 1px !important;
    font-weight: normal !important;
}

span.edv-ven {
    font-size: 14px !important;
    display: inline-block;
    overflow: hidden;
}

.ven-info {
    display: none;
}

.row.heading {
    display: none;
}

ul.nav.navbar-nav.navbar-right {
    background-color: white;
    display: block;
    width: 100%;
}

	.site-top-nav {
	    height: 30px;
	}

	li.cart {
	    margin-top: 8px !important;
	}
	
	.navbar-toggle .icon-bar {
    display: block;
    width: 14px;
    height: 1px;
}

	.header-1 #site-navigation .cart a i
{
	font-size:16px;
}
	.header-1 #site-navigation .cart a
{
	    padding: 3px 6px 4px 7px !important;
}

    .logo-mobile {
        width: 90px;        
        top: 0px;
    }
    
    #site-navigation .cart a
	{
		   margin: 0px 0 !important;
	}
	
	    #site-navigation .cart {    
        	margin-top: 12px;
		}
		
.zoomist-wrapper {
    position: relative;
    z-index: 1;
    width: auto;
    height: fit-contents;
    padding: 0 !important;
    overflow: hidden;    
}
		
		
}

@media screen and (max-width: 61.938em) {
    #site-navigation .navbar-toggle {
        margin: 0px 0;
    }
}


