/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .seat-selection-wrap{
     margin: 25px 0 15px 0;
 }
 .seat-selection-wrap h3{
    text-transform: uppercase;
    color: #d5272d;
    font-size: 1.9rem!important;
    margin-bottom: 6px!important;
 }
 .seat-selection-wrap>p{
 }
 .color-info label{
    font-size: 12px;
    margin-right: 30px;
 }
  .color-info label span{
    border: 1px solid rgba(0,0,0,0.09);
 }
 .status-info{
    font-size: 8px;
    width: 5px;
    padding: 1px 6px;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 5px;
 }
 .yellow{
     background: #d5272d!important;
 }
 .white{
     background: #fff!important;
 }
 .grey{
     background: #222222!important;
	     background: #8a8a8a !important;
 }
 .disabled{
     cursor: default!important;
 }
 .seat-selection{
     margin: 10px 0;
     max-width: 445px;
 }
 .seat-selection .ticket-label{
    background: #fff;
    margin-right: 2px;
    margin-bottom: 6px;
    display: inline-block;
    width: 38px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    padding:4px;
    vertical-align: top;
    border: 1px solid rgba(0,0,0,0.09);
 }
 .seat-selection .selected{
     background: #d5272d;
	 color:#fff!important;
 }
 .seat-selection .ticket{
     display:none;
     margin:0;
     padding:0;
 }
 
 .single-product form.cart{
     display:block!important;
 }
 .gunticket-enable .cart .quantity, .gunticket-qty{
    pointer-events: none;
    opacity: 0.6;
 }
 .seat-selection .ticket-label {
    color: #111111;
}
.gunticket-qty input.minus,.gunticket-qty input.plus {
    display: none;
}
.gunticket-qty-custom-cart-item-class .quantity {
    pointer-events: none;
    opacity: 0.6;
}
.gunticket-qty-custom-cart-item-class input.minus, .gunticket-qty-custom-cart-item-class input.plus{display:none;}
 /***************** Gunticket winner ******************/
 .guntickets-winner{
     background: #000;
 }
 .guntickets-header .header-img{
    text-align: center;
    padding-top: 20px;
 }
 .header-img img{
     width: 120px;
 }
 
 .content-header{
    display: flex;
    justify-content: space-around;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
 }
 
 .content-title{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;    
 }
 .content-title h4{
     color: #dfb127;
 }
 .content-title h3{
     width: 20rem;
 }
 .content-img img{
     width: 250px;
 }
 .guntickets-winner .content-body{
     margin: auto;
     padding-top: 50px;
 }
 
 .body-title, .content-footer h2{
     text-align: center;
     color: #dfb127;
 }
 table, tr, td {
    border: none;
}
.seats-table tr th, .seats-table tr td{
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.seats-table td, .seats-table th {
    border: none!important;    
}
.seats-table tbody > tr:nth-child(2n+1) > td, .seats-table tbody > tr:nth-child(2n+1) > th{
    background: transparent!important;
}
.seats-table tr:first-child {
    border-bottom: 1px solid #dfb127;
}
.guntickets-winner .content-footer{
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.almost-full-products{
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 5px!important;
}
.almost-full-products li{
    margin: 0 10px;
    width: 33%;
}
.almost-full-products img{
    width: 200px;
}
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px){
    .guntickets-winner .content-header {
      max-width: 540px;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .guntickets-winner .content-header{
      max-width: 540px;
    }
     .guntickets-winner .content-body{
        max-width: 480px;
    }
    .guntickets-winner .content-footer{
      max-width: 725px;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .guntickets-winner .content-header {
      max-width: 540px;
    }
     .guntickets-winner .content-body{
        max-width: 480px;
    }
    .guntickets-winner .content-footer{
      max-width: 725px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .guntickets-winner .content-header {
      max-width: 540;
    }
    .guntickets-winner .content-body{
        max-width: 480px;
    }
    .guntickets-winner .content-footer{
      max-width: 725px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .guntickets-winner .content-header {
      max-width: 720px;
    }
    .guntickets-winner .content-body{
        max-width: 600px;
    }
    .guntickets-winner .content-footer{
      max-width: 725px;
    }
}

 @media (min-width:1200px){
    .guntickets-winner .content-header{
      max-width: 670px;
    }
    .guntickets-winner .content-body{
        max-width: 600px;
    }
    .guntickets-winner .content-footer{
        max-width: 725px;
    }
 }
 