/*@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css);
body {
    font-family: "europa", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color:#130426;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none;
}
.map-blocked-fillable .opacity-added[data-seat]{
    opacity:0.5 !important;
    fill: #d63255;
    background: #d63255;
}

.tooltipstered_selected{
    fill:#5ce16e !important;
    background:#5ce16e !important;
}

.map-blocked-fillable .number-tier{
    fill:#000 !important;
}
/*.map-svg-wrp .opacity-added[data-seat],
.map-svg-wrp .mouseEffect.opacity-added[data-seat]{
    fill:#F6F9FB;
    background:#F6F9FB;
    opacity:1 !important;
}*/

.opacity-added{
    fill:#F6F9FB;
    background:#F6F9FB;
    opacity:1 !important;
}
rect.st1.custom-tooltip.tooltipstered.has_tooltipstered.mouseEffect.opacity-added {
    fill: red;
}
rect.st1.custom-tooltip.tooltipstered.has_tooltipstered.opacity-added {
    fill: red;
}
.map-svg-wrp text {
    font-family: "europa", sans-serif;
    font-weight: 200;
}
.fan-icon {
    display: inline-block;
}
.pos-rel {
    position: relative !important;
    z-index: 1;
}
.banner-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.main-banner {
    min-height: 375px;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    position: relative;
    /*background-position: top -48px center;*/
}
.logo-wrp img {
    max-width: 130px;
}
.overlay-black {
    position: relative;
}
.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
#listing-banner.overlay-black:before{
    display:none;
}
.header-inner {
    position: static;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:90px;
    /* margin-top: 30px; */
}
#main-nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    align-items: center;
    position: relative;
}
#main-nav ul li {
    margin-left: 12px;
    list-style: none;
    /* position: relative; */
}
#main-nav ul li a {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    /* transition: all 0.3s ease; */
    /* border: 1px solid #fff; */
    padding: 12px 5px;
} 
#main-nav ul li ul > li >a{
    color: #130426;
    font-size: 12px;
}
#main-nav ul li:hover > a {
    color: #25ccdd;
}
.search-icon {
    /* color: #fff; */
    cursor: pointer;
    transition: all 0.3s ease;
}
.search-icon:hover {
    color: #00e572;
}
.mini-cart {
    width: 66px;
    height: 31px;
    border-radius: 17px;
    background: #fff;
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    top: -2px;
}
.mini-cart:hover,
.mini-cart.active {
    background: #00e572;
}
.mini-cart i {
    color: #000;
}
.mini-cart span {
    padding-left: 7px;
    font-weight: 700;
}
.search-banner {
    color: #fff;
    position: absolute;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    padding-left: 30px;
    /*top: 17px;*/
    top:60px;
}
/*#category-banner .search-banner{
    top:12px !important;
}*/
#category-banner .search-banner,.listing-banner .search-banner{
    top:0px !important;
}
/*.search-heading {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.16;
    text-transform: uppercase;
}*/
.search-heading {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25em;
}
.search-subheading {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25em;
    margin-bottom: 0px;
    margin-top: 0px;
}
.search-filter-separate.home-search-box .search-text{margin-top: 35px;}
.search-text {
    position: relative;
    margin-top: 30px;
    width: 400px;
}
.icon-on-srch {
    position: absolute;
    left:20px;
    font-size:20px;
    top: 0;
    color:#23084b;
    height:75px !important;
    z-index: 9;
    width:20px;
    text-align: center;
    height: 100%;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-text input {
    display: block;
    width: calc(100% - 0px);
    border-radius: 10px;
    height:75px;
    background: #fff;
    border:3px solid #e0dfe2;
    font-size:18px;
    color: #23084b;
    line-height: 1.35;
    font-weight:500;
    padding: 0 26px;
    padding-left:50px;
    transition: all 0.3s ease 0s;
    /* margin: 0 auto; */
    letter-spacing:1px;
}
.search-text input::-webkit-input-placeholder { /* Edge */
    /*color: #e88cd2 !important;*/
    color: #23084b !important;
}
.search-text input:-ms-input-placeholder { /* Internet Explorer */
   /* color: #e88cd2 !important;*/
   color: #23084b !important;
  }
  
  .search-text input:placeholder {
   /* color: #e88cd2 !important;*/
      color: #23084b !important;
  }
.search-text input:focus ,  .search-text.search-active input{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #fff;
    /* background: rgba(0, 229, 114, 0.6); */
}
.search-text input::-webkit-input-placeholder {
    /* Edge */
    color: #23084b;
}

.search-text input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #23084b;
}

.search-text input::placeholder {
    color: #23084b;
}
.slider-home .banner-img:before {
    background:rgba(0,0,0,0.2);
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}
.listing-item-date-text {
    font-size: 16px;
    font-weight: 700;
}
.listing-item .listing-item-date-text img{    max-width: 18px;
    visibility: hidden;
    position: relative;
    top: -4px;
    left: 4px;}
    
.listing-item:hover .listing-item-date-text img{visibility:visible;}
.listing-item-date-time {
    font-size: 12px;
    font-weight: 700;
}

.listing-item-data h5 {
    font-size: 14px;
    margin:0px;
}

.listing-item-data h6 {
    font-size: 16px;
    font-weight: 700;
    margin:0px;
}
.listing-item {
    padding: 0;
    display: flex;
    
    background: transparent;
    transition: all 0.3s ease;
}
.listing-item:hover{
    background:#eee;
}
.listing-item-button {
    display: flex;
    align-items: center;
}
.listing-item-date {
    padding: 15px;
}
.upcoming-fixture .listing-item .listing-item-button .common-button {
    background: transparent !important;
    border-color: #23084b !important;
    color: #23084b !important;
    text-align: center;
    display: block;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
.upcoming-fixture .listing-item:hover .listing-item-button .common-button {
    background: #5ce16e !important;
    border-color: #5ce16e !important;
    color: #fff !important;
}
.listing-item:hover h6{
    color:#d63255;
}
.separator {margin: 2px auto;}

.separator:before {content: "";border-top: 1px solid #5ce16e;display: block;}

.listing-item-data {
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.listing-item-data p {
    font-size: 14px;
    margin:0;
    padding-bottom:3px;
}

.common-top-bottom-space {
    padding-top: 60px;
    padding-bottom: 60px;
    position:relative;
    background:#fff;
}
.upcoming-fixture .common-heading-wrp {
    display:block;
}
.common-heading-wrp {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hot-fixture {
    background: #F5F5F5;
}
.common-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}
.common-button-wrp {
    display: inline-block;
}
.common-button {
    display: flex;
    height: 34px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    color: #130426;
    border: 2px solid #130426;
    padding: 0 15px;
    align-items: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.common-listing-box {
    color: #fff;
    padding: 0 30px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.common-listing-box:after {
    content: "";
    background-image: url("../images/dark-mask.png");
    background-repeat: no-repeat;
    width: 55px;
    height: 79px;
    position: absolute;
    bottom: -15px;
    right: -15px;
    display:none;
}
.common-listing-box p {
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 2px;
}
.common-listing-box span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2px;
}
.common-listing-box .common-button-wrp {
    margin-top: 18px;
}
.hot-fixture-box {
    display: flex;
    align-items: center;
    min-height: 203px;
    background: #E6E4E8;
    border: 1px solid #E6E4E8;
    color:#130426;
}
.common-listing-box .common-button-wrp .common-button {
    font-size: 16px;
}
.theme-red-btn {
    background: #7ce6d7 !important;
    border-color: #7ce6d7 !important;
    color: #fff !important;
}
.upcoming-fixture .common-heading,
.upcoming-fixture .common-button {
    color: #000;
}
.upcoming-fixture .common-button {
    border-color: #000;
}
.upcoming-fixture .common-listing-box:after {
    background-image: url("../images/white-mask.png");
}
.upcoming-fixture-box {
    min-height:130px;
    display: flex;
    align-items: flex-end;
    padding: 30px;
}
.theme-green-btn {
  /*  background: #7ce6d7 !important;
    border-color: #7ce6d7 !important;*/
    
    background: #23084b !important;
    border-color: #23084b !important;
    color: #fff !important;
}
.place-order-btn{
    background: #5ce16e !important;
    border-color: #5ce16e !important;
    color: #fff !important;
}
.ticket-inner-wrap .btm_payment_btn button.place-order-btn:hover,
.ticket-summary-wrapper button.place-order-btn:hover{
    background: #23084b !important;
    border-color: #23084b !important;
    color: #fff !important;
}
.team-match-box {
    margin-bottom: 20px;
    display: none;
}
.team-match-box img {
    max-height: 70px;
    max-width: 70px;
}
.all-logo-listing li {
    width: 174px;
    text-align: center;
}
.team-match-box img:last-child {
    margin-left: 15px;
}
.all-logo-listing {
    background: #eeeeee;
    margin-top: 40px;
    padding: 100px 0;
}
.all-logo-listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.all-logo-listing ul li img {
    max-height: 120px;
}
.all-logo-listing ul li p {
    margin: 0;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    font-size:14px;
}
.footer-main-wrp {
    min-height: 371px;
    display: flex;
    align-items: center;
}
.overlay-blue:before {
    background: rgba(19, 4, 38, 0.84);
}
.footer-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.16;
    color: #fff;
    margin-bottom: 9px;
    text-shadow: -3px 2px 3px black;
}
.footer-subheading {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    display: none;
    color: #fff;
}
.footer-banner-content {
    background: rgba(0,0,0,0.5);
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    width: 760px;
    padding: 33px 33px;
    margin: 0 auto;
}
.big-btn {
    width: 209px;
    height: 73px;
    border-radius: 4px;
    justify-content: center;
    padding: 0;
    font-size: 24px;
    color: #fff;
    border-color: #fff;
    border-width: 8px;
    font-weight: 400;
    text-transform: initial;
    border-radius: 0;
}
#main-footer {
    background: #222;
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
}
.top-footer {
    padding-top: 60px;
    padding-bottom: 60px;
}
.top-footer p {
    margin: 0;
    line-height: 1.5;
}
.top-footer a {
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}
.top-footer a:hover {
    text-decoration: none;
    color: #25ccdd;
}
.footer-menu > p:first-child {
    margin-bottom: 5px;
}
/* .footer-logo img {
    max-width: 102px; 
} */
.copyright-wrp {
    padding: 30px 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.common-button:hover {
    text-decoration: none;
    color: #7ce6d7!important;
    background: #fff !important;
    border-color: #fff !important;
}
.category-banner {
    /*min-height: 400px;*/
    min-height:50px;
    display: flex;
    align-items: flex-end;
}
.category-banner .search-subheading {
    display: flex;
    font-size: 16px !important;
    align-self: flex-end;
    position: relative;
    margin-left: 30px;
    top: 0;
    margin-bottom: 0;
}
.category-banner .search-banner {
    /*margin-bottom: 33px;*/
    display: flex;
    align-items: center;
}
/* .inner-header .logo-wrp img {
    max-width: 180px;
} */
.map-blocked [data-seat] {
    fill: #F6F9FB;
}

.map-blocked [data-seat] + .number-tier {
    fill: #000;
}
.item-head-cat i {
    font-size: 13px;
    vertical-align: middle;
    margin-right: 10px;
}

.item-head-cat {
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.listing-area-cat {
    margin-top: 60px;
}
.listing-area-cat ul {
    padding: 0;
    margin-top: 0;
}
.listing-area-cat li:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.listing-area-cat li {
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    border-bottom: none;
    transition: all 0.3s ease 0s;
    color: #26084C;
}
.listing-area-cat li:last-child {
    border-bottom: 1px solid #eee;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;    
}
.listing-area-cat li .date-section.no-border{
    border:none;
}
.listing-area-cat li .date-section {
    width: 269px;
    text-align: center;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    transition: all 0.3s ease 0s;
}
.listing-area-cat li:hover {
    background: #f5f5f5;
}
.listing-area-cat li:hover,
.listing-area-cat li:hover .date-section {
    border-color: #130426;
    color: #130426;
}
.listing-area-cat li:hover + li {
    border-top: 1px solid #130426;
    border-radius:0;    
}
.listing-area-cat li .theme-green-btn:hover,
.listing-area-cat li:hover .theme-green-btn {
    border-color: #130426 !important;
    background: #130426 !important;
    color: #fff !important;
}
.price-product-info {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 269px);
    padding: 0 15px;
}
.price-product-btn {
    display: flex;
    align-items: center;
}
.date-section,
.price-product-info {
    padding-top: 13px;
    padding-bottom: 13px;
}
.price-wrp {
    margin-right: 15px;
}
.product-date,
.product-name,
.price-wrp {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.product-time,
.product-location {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
}
.event-info {
    margin-top: 60px;
}
.img-wrp img {
    max-width: 100%;
    max-height: 400px;
}

.img-wrp {
    padding-left: 30px;
    text-align: center;
}
.heading-event {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.main-content-event p {
    margin-top: 30px;
    margin-bottom: 0;
}
.related-products-section {
    background: #eee;
    margin-top: 0px;
    display:none;
}
.upcoming-fixture.related-products-section .common-listing-box:after {
    background: url("../images/grey-mask.png");
}
.upcoming-fixture{padding-top:50px !important;}
.customer-info-box {
    margin-top: 60px;
    margin-bottom:60px;
}
.color-box {
    background: #7ce6d7;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 30px;
    min-height: 200px;
    position: relative;
    border-radius:8px;
    transition:all 0.5s ease-in-out 0s;
}
.color-box:hover {
    border-radius: 0;
}
.color-box:after {
    content: "";
    background-image: url(../images/white-mask.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 79px;
    position: absolute;
    bottom: -15px;
    right: -15px;
    display:none;
}
.color-icon {
    order: 1;
    font-size: 58px;
}

.color-head {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
}

.color-content {
    font-size: 16px;
    line-height: 1.5;
    padding-right: 30px;
}
.color-box.pink-box {
    background: #f7dc69;
}
.listing-banner {
    min-height: 100px;
    display: flex;
    align-items: center;
    background: url('../images/listing-new-bg.jpeg') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.listing-banner .search-subheading {
    font-size: 16px !important;
    display: flex;
    margin-bottom: 0;
    margin-left: 30px;
    align-self: flex-end;
    position: relative;
    top: 0;
    margin-top: 0;
}
ul.listing-prouduct-main > li:before{
    content: "";
    height: 100%;
    width: 7px;
    background: #23084b !important;
    position: absolute;
    left: 0px;
    top: 0; 
}
ul.ticket-filter {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    /* flex-wrap: wrap; */
}

ul.ticket-filter li {
    height: 38px;
    border: 1px solid #E6E4E8;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    border-right: none;
    padding: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    background:#fff;
}

ul.ticket-filter li:hover,
ul.ticket-filter li.active {
    background: #963CFF;
    color: #fff !important;
    border-color: #130426 !important;
    border-left-color: #000;
}

ul.ticket-filter li:first-child {
    border-left: 1px solid #E6E4E8;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
ul.ticket-filter.range-layout-filter li {
    min-width: initial;
    /* margin-left: 10px; */
    /* border: 1px solid #130426; */
    /* border-radius: 4px; */
    /* border-right: 1px solid #E6E4E8; */
    padding: 0 15px;
}

ul.ticket-filter.range-layout-filter li:first-child {
    margin-left: 0;
    min-width: 100px;
}
.filter-row {
    display: flex;
    /* justify-content: space-between; */
}
.listing-filter {
    margin: 0px 0;
}
.map-with-listing {
    margin: 60px 0;
}
.map-list-wrp {
    display: flex;
    justify-content: space-between;
    position: relative;
    border: 1px solid #E6E4E8;
    border-radius: 4px;
    overflow: hidden;
}

.map-img-area {
    order: 1;
    /* padding-left: 30px; */
}

.map-img-area img {
    /* max-width: 100%; */
    max-width: 600px;
}

.top-heading-list {
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    min-height: 78px;
    border: 1px solid #E6E4E8;
    padding: 0 15px;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: none;
    border-left: none;
    border-radius: 0;
}

.table-listing-map {
    width: calc(100% - 600px);
    margin-right: 10px;
    background: #fff;
    position: relative;
}

.sort-by-filter {
    display: flex;
    align-items: center;
}

.item-count {
    font-size: 14px;
}

.select-box select,.selected-text {
    height: 38px;
    color: #23084b;
    border: 2px solid #23084b;
    min-width: 170px;
    padding: 0 9px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/drop-down.svg);
    background-position: right 9px center;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: 700;
    border-radius:4px;
    display: flex;
    align-items: center;
}
.select-box select:focus{
    border-color:#23084b;
}
.sort-by-text {
    margin-right: 15px;
}

ul.listing-prouduct-main {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.listing-prouduct-main > li {
    display: flex;
    padding: 0 15px;
    color: #130426;
    height: 78px;
    align-items: center;
    border: 1px solid #E6E4E8;
    border-bottom: none;
    position: relative;
}

.block-info ul {
    display: flex;
    padding: 0;
    font-size: 16px;
    margin: 0;
    margin-bottom: 3px;
}

.block-info li {
    list-style: none;
    font-size: 13px;
    font-weight: 700;
    margin-right: 17px;
    position: relative;
}
.list-product-info .block-info li:first-child:before{
    
}
.list-product-info .block-info li:first-child{
    display:block;
}
.list-product-info .block-info li{
    
}
.list-product-wrp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.other-info ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}
.block-info li:before {
    content: ".";
    position: absolute;
    right: -9px;
    top: -4px;
}

.block-info li:last-child:before {
    display: none;
}
.other-info li {
    margin-right: 10px;
}
.other-info li:last-child {
    margin-left: 0;
    margin-right: 5px;
}
ul.listing-prouduct-main > li:last-child {
    border-bottom: 1px solid #E6E4E8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-radius: 0;
}
ul.listing-prouduct-main > li:hover, ul.listing-prouduct-main > li.active-list{
    border-color: #130426;
    background: #F5F5F5;
}
ul.listing-prouduct-main > li:hover + li , ul.listing-prouduct-main > li.active-list + li {
    border-top-color: #130426;
}
ul.listing-prouduct-main li .theme-green-btn {
    text-transform: initial;
}
ul.listing-prouduct-main li .theme-green-btn span.buy-text,
ul.listing-prouduct-main li .theme-green-btn:hover span.price-text,
ul.listing-prouduct-main > li:hover .theme-green-btn span.price-text,
ul.listing-prouduct-main > li.active-list .theme-green-btn span.price-text {
    display: none;
}
ul.listing-prouduct-main li .theme-green-btn {
    min-width: 101px;
    justify-content: center;
    font-size: 12px;
}
ul.listing-prouduct-main li .theme-green-btn:hover,
ul.listing-prouduct-main > li:hover .theme-green-btn,
ul.listing-prouduct-main > li.active-list .theme-green-btn {
    border-color: #5ce16e   !important;
    background: #5ce16e   !important;
    color: #fff !important;
    text-transform: initial;
    
}
ul.listing-prouduct-main li .theme-green-btn:hover span.buy-text,
ul.listing-prouduct-main > li:hover .theme-green-btn span.buy-text,
ul.listing-prouduct-main > li.active-list .theme-green-btn span.buy-text {
    display: block;
}
#main-nav ul li > ul.sub-menu {
    position: absolute;
    /* display: block; */
    /* background: #00e572; */
    /* padding: 0; */
    /* min-width: 224px; */
    /* margin: 0; */
    /* left: 50%; */
    /* text-align: center; */
    /* transform: translateX(-50%); */
    /* padding-bottom: 14px; */
    /* padding-top: 7px; */
    /* top: 33px; */
    display: none;
    left: 100%;
    /* right: 0; */
}
#main-nav ul li:hover > ul.sub-menu {
    display: inline-block;
}
#main-nav ul li > ul.sub-menu:before {
    content: "";
    background: url("../images/unicorn-arrow.png");
    background-repeat: no-repeat;
    width: 30px;
    position: absolute;
    height: 28px;
    top: -16px;
    left: 50%;
    display: none;
    transform: translateX(-50%);
}
#main-nav ul li  ul.sub-menu li {
    padding: 0;
    margin: 0;
    color: #fff;
    margin-bottom: 6px;
    padding-top: 7px;
}
#main-nav ul li > ul.sub-menu li a:hover {
    /* color: #000; */
}
header .pos-rel {
    z-index: 2;
}

.top-fix-header .header-inner {
    position: static;
    margin: 0;
}

main#main-section.checkout-page-content {
    min-height: calc(100vh - 345px);
    padding: 1px 0;
    padding-bottom: 100px;
}

.top-fix-header {
    /* background: #000;
    padding: 20px 0; */
    box-sizing: border-box;
    border: 1px solid #E6E4E8;
}
.checkout-head {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}


.serial_head.delivery_head_nonPaper {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: whitesmoke;
}
h4.deliveryaddress img {
    margin-left: 7px;
    margin-right: 5px;
}
.delivery_head_nonPaper span.checkout_section_num {
    margin-left: 5px;
}

.delivery_subhead_nonPaper h4.deliveryaddress {font-size: 18px;color: #908c8c;margin-top: 5px;margin-bottom: 0;}

.delivery_subhead_nonPaper h5.sub-heading-checkout {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: 0.1px;
    line-height: 24px;
    font-weight: 700;
    color: #130426;}
.payment-method ul li:after {content: "";border: 1px dashed #ebebeb;bottom: 0;position: absolute;width: 100%;}
.payment-method ul li {
    position: relative;
    padding-bottom: 20px;
    padding-top: 10px;
}
/*.payment-method ul li input[type=radio]{
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    width: 25px;
    height: 25px;
    border:4px solid #ebebeb;
    border-radius: 100%;
    position: relative;
}*/
.payment-method ul li input[type=radio]{
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    width: 23px;
    height: 23px;
    border:2px solid #ebebeb;
    border-radius: 100%;
    position: relative;
}
.payment-method ul li input[type=radio]:checked{border:2px solid #44A2A1;}
/*payment-method ul li input[type=radio]:checked:after {content: "";width: 8px;height: 8px;background:#44A2A1;position: absolute;border-radius: 10px;top: 4.4px;position: absolute;left: 5px;}*/
.payment-method ul li input[type=radio]:checked:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #44A2A1;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 2px;
}
.secured_data img {
    max-width: 60px;
}

.secured_payment {
    clear: both;
    background: whitesmoke;
    padding: 10px 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.secured_data {
    font-size: 15px;
    font-weight: 700;
    color: #868585;
}

.secured_data strong {
    color: #000;
}
.checkout-subhead,
.checkout-subhead .block-info li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.timer-circle-wrp p {
    font-size: 14px;
    margin: 0;
}
.price-btn-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkout-other-info {
    padding: 0;
    margin: 0;
    list-style: none;
}
.checkout-head .block-info li {
    font-size: 20px;
}
.pricing-new-wrp .common-button-wrp .common-button {
    min-width: 170px;
    font-size: 20px;
    text-align: center;
    align-items: center;
    height: 37px;
    justify-content: center;
}
.checkout-other-info li {
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 4px;
}
.checkout-data-heading {
    margin-bottom: 14px;
}
.checkout-other-info li i {
    position: absolute;
    left: 0;
}
.timer-circle {
    /* width: 80px; */
    /* height: 80px; */
    /* border-radius: 100%; */
    /* border: 2px solid #ff005a; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* margin-right: 15px; */
    font-size: 20px;
    font-weight: 700;
}

.timer-circle-wrp {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    color: #ff005a;
}
.detail-row:before {
    content: "";
    height: 1px;
    width: calc(100% - 30px);
    background: #E6E4E8;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 15px;
}

header .result-search-wrp{
    padding:14px;
}
header .result-search-wrp a {
    font-size: 12px;
}
.result-search-wrp {
    overflow: hidden;
    border-bottom-left-radius: 4px;
    text-align: left;
    /* border: 1px solid; */
    border-top: 0;
    border-bottom-right-radius: 4px;
    background: #fff;
    /* margin: 0 -1px; */
    color: #130456;
    padding: 30px;
    max-height: 184px;
    display: flex;
    font-size:14px;
    overflow-y: auto;
}
.result-search-wrp > div {
    /* width: 50%; */
}
.result-search-wrp a {
    color: #000;
    font-size:14px;
}
.result-search-listing ul {
    /* overflow: hidden; */
    /* max-height: 184px; */
    /* overflow-y: auto; */
    list-style: none;
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
span.event-name {
    font-weight: bold;
}
span.venue-name {
    color: #a9a9a9;
}
.result-search-listing {
    display: none;
}
.serching-result .result-search-listing {
    display: block;
}
/* width */
.result-search-wrp::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.result-search-wrp::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0px;
}
/* Handle */
.result-search-wrp::-webkit-scrollbar-thumb {
    background: #d0d2da;
}
/* Handle on hover */
.result-search-wrp::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.result-search-wrp ul li {
    /* padding: 15px; */
    /* cursor: pointer; */
    margin-bottom: 7px;
}

/* .result-search-listing ul li:first-child {
    padding-top: 30px;
}

.result-search-listing ul li:last-child {
    padding-bottom: 30px;
} */

/* .result-search-listing ul li:hover {
     background: rgba(0, 229, 114, 0.6); 
} */
.cat-name {
    font-size: 14px;
    color:#888;
    margin-bottom: 4px;
}

.prod-name {
    font-size: 16px;
    font-weight: 700;
    display:inline-block;
    position:relative;
}
.prod-name:hover{
    color:#00E572;
}
.prod-name:before{
    content:"";
    position: absolute;
    left:0;
    bottom: -3px;
    height: 2px;
    width:0%;
    background:#00E572;
    transition:all 0.3s ease;
}
.prod-name:hover:before{
    width:100%;
}
.close-icon {
    font-size: 32px;
    vertical-align: middle;
}
.close-icon {
    display: none;
}
.result-search-wrp {
    height: none;
}
.serching-result .search-icon {
    /* display: none; */
}
.serching-result .close-icon {
    display: inline-block;
    cursor: pointer;
}
.upcoming-fixture .common-button:hover , .hot-fixture .common-button:hover{
    border-color: #7ce6d7 !important;
    background: #7ce6d7!important;
    color: #fff !important;
}
.theme-red-btn.common-button:hover {
    color: #7ce6d7 !important;
    background: #fff !important;
    border-color: #fff !important;
}
.upcoming-fixture .inner-box-wrp .common-button:hover{
    border-color: #fff!important;
    background: #fff!important;
    color: #7ce6d7!important;
}
.all-logo-listing ul a {
    color: #000;
}
.no-related-section-below {
    margin-bottom: 60px;
}
th.product-name {
    width: 60%;
}
.checkout-detail-form {
    margin: 60px 0;
}
.checkout-detail-form .common-heading {
    color: #000;
    text-transform: initial;
    margin-bottom: 20px;
}
.order-detail-table {
   /* margin-top: 40px;*/
    padding: 30px 20px 0;
    border: 1px solid #e6e4e8;
    background-color: #fff;   
}
.stickysidebar {
    height: 100vh;
    top: 10px; 
    position: -webkit-sticky;
    position: sticky;
}
.delivery-email-mobile {
    margin-top: 10px;
    
}

.button-group-row {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
}
.button-group-row a:hover {border-color: #d63255 !important;border: 1px solid;color: #d63255 !important;}
.delivery_heading {
     float: left;
     font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.message-row {
    display: inline-block;
}

.delivery_mobile_icon img {
    max-width: 150px;
    position: relative;
    left: 12px;
    top: -14px;
}

.delivery_mobile_icon {
     float: left;
    text-align: center;
}

.delivery_text {
    display: inline-block;
    max-width: 450px;
    width: 100%;
    float: left;
    
}
.delivery_text h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.button-group-row a {
    margin-left: auto;
    max-width: 200px;
    width: 100%;
    margin-right: 15px;
}
.message-row {
    margin: 20px 0 15px;
}
.button-group-row a.disabled
{
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed !important;
  pointer-events: none;
}


/*****checkout new***/
.checkout-detail-form .common-heading {
font-size: 30px;
    line-height: 42px;
    letter-spacing: .10px;
    font-weight: 700;
    color: #130426;
    margin-bottom: 0;
}
.serial_head {
    padding: 30px 0 0;
    display: flex;
    align-items: center;
    color: #022d5f;
    font-size: 19px;
    margin-bottom: 20px;
}


span.checkout_section_num {
    border: 2px solid #130426;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    padding: 2px 2px 1px;
    font-size: 16px;
    font-weight: 700;
    color: #130426;
}

h5.ticket_info_title {
    font-size: 20px;
    margin-bottom: 0;
    color: #130426;
    line-height: 24px;
    letter-spacing: 0.10px;
    font-weight: 700;
}
.ticket-inner-wrap {
    padding: 20px 20px 0;
    border: 1px solid #e6e4e8;
    background-color: #fff;
}

.ticket-form-wrapper .page-heading {
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 24px;
    font-weight: 700;
}
.ticket-inner-wrap .form-control {
    border: 1px solid #e6e4e8;
        height: 34px;
    border-radius: 4px;
}
.header-inner.checkoutheader {
    justify-content: inherit;
}
.ticket_points button.common-button {
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 20px;
}
.header-inner.checkoutheader .logo-wrp img{
    max-width:215px;
    
}
.ticket-inner-wrap .page-heading img {
    position: relative;
    top: -3px;
    margin: 0 6px;
}
.ticket-inner-wrap .page-heading img:first-child {
    margin-left: 0;
}

.header-inner.checkoutheader .info_text {
    margin-left: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
}



.header-inner.checkoutheader .info_text img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.top-main-heading .border-bottom {
    padding-bottom: 25px;
}


.top-main-heading .border-bottom {
    padding-bottom: 25px;
}

.ticket-form-wrapper .page-heading {
    color: #130426;
}

h4.deliveryaddress ,h4.termscondition {
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 24px;
    font-weight: 700;
    color:#130426;
}
label.form-check-label.samebilling {
    color: #707070;
}
.ticket-form-wrapper label {
    color: #444;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.1px;  
    margin-bottom:5px;
}
.ticket-inner-wrap .form-group {
    margin-bottom: 5px;
}
.card-group-image ul li img{max-width:50px;}
.ticket-form-wrapper .payment-method .card-group-image ul {
    padding-left: 13px;
}
.card-group-image ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 10px 0 15px;
}
.btm_payment_btn {
    display: flex;
    align-items: center;
    padding: 10px 0px 20px;
}
.place-order-btn-left{
    justify-content: end;
}
.btm_payment_btn p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.btm_payment_btn p img {
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.card-group-image ul li {
    display: inline-block;
    padding-right: 8px;
}
input#sameasbilling {margin-left: 0px;}

.form-check label.form-check-label {
    padding-left: 20px;
}
input#termscondition {
    /*margin-left: 10px;*/
    margin-left:0px;
    margin-top:0px;
}

label.form-check-label.termscondition {
    color: #707070;
    font-size: 15px;
    padding-left: 20px;
}

label.form-check-label.termscondition a {

    color: #26084c;
}
.ticket-timing {
    background-color: #ff005a;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 5px;
}
.order-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 85px;
    background-color: gray;
    color: #fff;
    padding: 15px;
    padding-top: 30px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.10px;
}

.ticket_cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
    border-bottom: 1px solid #e6e4e8;
    padding: 15px 5px 10px;
    width: calc(100% - 30px);
    margin: auto;
}
.ticket-bullet-list {
    /*padding: 15px 20px 10px;
    border: 1px solid #e6e4e8;*/
    background-color: #fff;
}
.ticket-details {
   /* padding: 15px 20px 10px;
    border: 1px solid #e6e4e8;*/
    background-color: #fff;
}
.ticket-timing time {
    width: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding-right: 20px;
    color: #fff;
}
.ticket-price-details.ticket-details {
    padding-top: 15px;
    padding-bottom: 10px;
}

.ticket-price-details.ticket-details .ticket_cat {
    border-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}
.checkout-total .ticket_total-amount {
    padding: 17px 5px 17px;
    border-top: 1px solid #e6e4e8;
    width: calc(100% - 30px);
    margin: auto;
    border-bottom: 1px solid #e6e4e8;
}

.order-summary {
    border-bottom-left-radius: 5px;
    border: 1px solid #e6e4e8;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.order-banner:before{
     border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.order-banner {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.ticket-bullet-extra {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.checkout-total .ticket_total-amount {
    padding: 17px 5px 17px;
    border-top: 1px solid #e6e4e8;
    width: calc(100% - 30px);
    margin: auto;
    border-bottom: 1px solid #e6e4e8;
}
.ticket-timing span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.ticket_bullets {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
}
.checkout-total {
    /*padding: 17px 20px 17px;
    border: 1px solid #e6e4e8;*/
    background-color: #fff;
}

.ticket_total-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
input#payment_method_stripe {
    visibility: hidden;
}

.ticket-bullet-extra {
    padding: 15px 20px 10px;
    /*border: 1px solid #e6e4e8;*/
    background-color: #fff;
}
.ticket_cat span {
    font-size: 15px;
    letter-spacing: 0.1px;
    font-weight: 700;
    line-height: 24px;
    color: #130426;
}


.ticket-price-details .ticket_cat span {
    font-weight: 400;
}

.ticket_bullets img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.ticket_points {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 01px;
    line-height: 24px;
    margin-bottom: 5px;
}

.ticket_points img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.ticket_total-amount span:last-child {
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 24px;
    color: #130426;
    font-weight: 700;
}

.ticket_total-amount span:first-child {
    font-size: 15px;
    font-weight: 700;
}
input#sameasbilling,input#sameasbilling {
    appearance: none;
    border: 1px solid #767676;
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

input#sameasbilling:checked{
    background: #00e572;
    border: transparent;
}
input#termscondition:checked{
    background: #44A2A1;
    border: transparent;
}
input#sameasbilling:checked:after/*, input#termscondition:checked:after*/ {left: 3px;content: "";width: 1px;height: 5px;background: #fff;position: absolute;transform: rotate(135deg);bottom: 3px;}



input#sameasbilling:checked:before {left: 8px;content: "";width: 1px;height: 10px;background: #fff;position: absolute;transform: rotate(45deg);top: 1px;}

input#sameasbilling + label {
    padding-left: 30px;
}
/*input#termscondition {
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border-color: #ddd;
    border: 1px solid #333;
}*/
input#termscondition{
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border-color: #ebebeb;
    border: 2px solid #ebebeb;
}
input#termscondition:checked:after{
    font-family: "Font Awesome 5 Free";
    display: block;
    font-weight: 900;
    content: "\f00c";
    color:#44A2A1;
    vertical-align: middle;
    position: absolute;
    left:4px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    /* width: 20px; */
    /* height: 20px; */
    margin: 0 auto;
}
input#termscondition:checked:before{
    left:3px;
    content: "";
    width:19px;
    height:19px;
    background: #fff;
    position: absolute;
    top:3px;
}
input#termscondition + label{
    padding-left:35px;
}
footer#main-footer.checkout {
    background: #130426;
}

footer#main-footer.checkout .top-footer {
    display: none;
}

footer#main-footer.checkout .copyright-wrp {
    display: block;
}
 .ticket-bullet-extra button.common-button.theme-green-btn , .btm_payment_btn a.common-button.theme-green-btn{
   /* background: #26084c !important;
    border-color: #26084c !important;
    color: #fff !important;*/
}



.ticket-form-wrapper .btm_payment_btn .common-button:hover,.ticket-bullet-extra .btm_payment_btn .common-button.theme-green-btn:hover ,.ticket-form-wrapper .ticket-form-wrapper button.common-button.theme-green-btn:hover{
 /*   background: #7ce6d7 !important;
    border-color: #7ce6d7 !important;
    color: #fff !important;opacity:0.5;*/
}

.ticket-inner-wrap .btm_payment_btn button.common-button.theme-green-btn ,.ticket-form-wrapper .btm_payment_btn .common-button:hover{
  /*  background: #26084c !important;
    border-color: #26084c !important;
    color: #fff !important;*/
}
.inner_bullets li i:before {content: "";width: 5px;height: 5px;background: #26084c;display: inline;position: absolute;top: 50%;left: -15px;border-radius: 100%;}



.inner_bullets li i {
    position: relative;
}

.inner_bullets li {
    margin-bottom: 5px;
}
 .ticket-form-wrapper .payment-method ul {
    padding: 0;
    border: none;
    margin-left: 22px;
}
.inner_bullets {
   border-top: 1px solid #e6e4e8;
    margin: auto;
    width: calc(100% - 30px);
    padding: 15px 20px 16px;
   list-style:none;
}

.btm_payment_btn {
    padding-left: 10px;
}
.tc-li{list-style-type:none;}
.tc-div ul{
    margin-left: 22px;
    margin-block-start: 0px !important;
    padding-left: 0px;
}
/***checkout end***/

.checkout-detail-form sup {
    color: red;
}
.checkout-detail-form #gridCheck:checked + label + .create-pass-row {
    display: block;
}
.create-pass-row {
    margin-left: -20px;
    margin-top: 15px;
    display: none;
}
ul.listing-prouduct-main {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 469px;
    overflow: hidden;
    overflow-y: auto;
}
.listing-area-cat li:hover .theme-green-btn {
    color: #7ce6d7!important;
    background: #130426 !important;
}
.get-tickets{display:none;}
.listing-area-cat li .common-button{min-width: 125px; justify-content: center;}
.listing-area-cat li:hover .get-tickets{display: block;}
.listing-area-cat li:hover .find-tickets{display:none;}
ul.listing-prouduct-main > li:hover:before, ul.listing-prouduct-main > li.active-list:before{
    content: "";
    height: 100%;
    width: 7px;
    background: #23084b;
    position: absolute;
    left: 0px;
    top: 0;
}
.contact-page-form input {
    height: 58px;
}

.contact-page-form .common-button {
    border-radius: 0;
    height: 50px;
    width: 200px;
    justify-content: center;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
    z-index:9;
}
#search .close span {
    position: relative;
    top: -3px;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search .search-wrp{
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #00e572;
	border-color: #00e572;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
.search-wrp input {
    width: 100%;
    background: transparent;
    border: none;
    color:#fff;
    border-bottom: 2px solid #fff;
}
#search .result-search-wrp{
    margin:0;
}
.select-popup p {
    color: #6f6f6f;
    text-align: center;
}
.select-popup {
    width: 130px;
    background: #fff;
    -webkit-box-shadow: 0 5px 13px 4px rgba(79, 79, 79, .42);
    -moz-box-shadow: 0 5px 13px 4px rgba(79, 79, 79, .42);
    box-shadow: 0 5px 13px 4px rgba(79, 79, 79, .42);
    z-index: 99999;
    padding-top: 10px
}

.select-popup:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 13px;
    margin-left: -13px
}

.select-popup img {
    display: block;
    margin: 0 0 10px
}

.select-popup p {
    font-size: 11px;
    margin: 0;
    line-height: 11px
}

.select-popup strong {
    font-size: 28px;
    line-height: 28px;
    color: #00E572;
    text-transform: uppercase;
    padding: 6px 0 10px;
    display: block;
    font-family: Montserrat-Bold
}

.select-popup span {
    display: block;
    text-align: center;
    color: #fff;
    background: #00E572;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0 15px 15px;
    border: none;
    font-family: europa, sans-serif
}

.hide-on{
    display:none;
}
.logo-wrp {
    display: flex;
    align-items: center;
}

.search-param {
    width: 234px;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
}

.search-param input {
    width: 100%;
    height: 36px;
    border: 1px solid #E6E4E8;
    border-radius: 4px;
    padding-left: 40px;
    font-size:16px;
    padding-right: 15px;
}

input.plc-blk::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

input.plc-blk:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

input.plc-blk::placeholder {
    color: #000;
}
.search-param i {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size:15px;
}
.listing-banner .search-banner {
    display: flex;
    align-items: center;
}
#filter-new {
    display: flex;
    align-items: center;
    height: 100px;
    background:#F5F5F5;
}
ul.ticket-filter li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
ul.ticket-filter.price-filter.range-layout-filter li{
    /* border:1px solid #E6E4E8; */
}
ul.ticket-filter.price-filter.range-layout-filter li.active {
    color: #fff;
}
ul.ticket-filter.price-filter.range-layout-filter li:first-child.active{
    background: #963CFF;
}
/* ul.ticket-filter.price-filter.range-layout-filter li:nth-child(2).active{
    background:#05C5FF ;
}
ul.ticket-filter.price-filter.range-layout-filter li:nth-child(3).active{
    background:#FF5D00 ;
}
ul.ticket-filter.price-filter.range-layout-filter li:last-child.active{
    background:#FF005A;
} */

ul.ticket-filter.price-filter.range-layout-filter li:hover , ul.ticket-filter li:hover{
    background:#963CFF;
}
ul.ticket-filter.price-filter.range-layout-filter li.active:hover,
ul.ticket-filter li.active:hover{
    background: #963CFF;
}
.checkout-item {
    border-bottom: 1px solid #E6E4E8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.checkout-wrapper{
    border: 1px solid #E6E4E8;
    padding:30px;
}
.pricing-new-wrp {
    text-align: right;
}
.pricing-new-wrp .common-button-wrp .common-button:hover {
    background: #130426 !important;
    border-color: #130426 !important;
    color: #7ce6d7 !important;
}
.restriction-tooltip{
    position: relative;
}
.restriction-tooltip i{
    cursor:pointer;
}
.restriction-tooltip i:hover{
    color:#963CFF;
}
.triangle::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg) translateX(-50%);
    top: auto;
    left: 46%;
    z-index: 8;
    border: 1px solid #ccc;
    box-shadow: -1px -1px 10px -2px rgba(0,0,0,.3);
    bottom: -38px;
  }
.main-tooltip-wrp {
    position: absolute;
    width: 132px;
    background: #fff;
    z-index: 9;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    height: 27px;
    text-align: center;
    left: 68%;
    transform: translateX(-50%);
    border: 1px solid #ccc;
    top: -37px;
    transition:all 0.3s ease;
    opacity:0;
    visibility: hidden;
}
.restriction-tooltip:hover .main-tooltip-wrp {
    opacity:1;
    visibility:visible;
}
.inner-wrap-tooltip {
    position: relative;
    z-index: 9;
    background: #fff;
    /* border: 1px solid; */
    margin: 0;
    padding: 3px 0;
    height: 100%;
}

.triangle {
    position: relative;
    z-index: 8;
}

.inner-wrap-tooltip p {
    margin: 0;
}

.home-auth-left {
    padding-right: 60px;
    border-right: 1px solid #E6E4E8;
    padding-bottom:60px;
    padding-top:60px;
}

.home-auth-right {
    padding-left: 60px;
    padding-bottom:60px;
    padding-top:60px;
}
.home-auth-page .checkout-detail-form {
    margin: 0;
}
.medium-btn {
    min-width: 170px;
    font-size: 20px;
    text-align: center;
    align-items: center;
    height: 37px;
    justify-content: center;
    background: #7ce6d7!important;
    border-color: #7ce6d7!important;
    color: #fff !important;    
}
.medium-btn:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.forgot-pass {
    margin-top:20px;
}

.forgot-pass a{
    color: #000;
}
.map-svg-wrp {
    cursor: pointer;
}
/*.map-svg-wrp .disabled {
    fill: rgb(204 204 204 / 0.5);
    /* opacity: 0.5; */
}*/
.map-svg-wrp .mouseEffect[data-seat]{
    opacity:1;
}
.map-svg-wrp .opacity-added[data-seat],.map-svg-wrp .mouseEffect.opacity-added[data-seat]{
    opacity:1;
}
.map-svg-wrp [data-seat]{
    opacity:1;
    transition:all .4s ease-in-out;
}
/*.map-svg-wrp .disabled{
    opacity: 1;
} */
.btn-get-started {
    border: 2px solid transparent;
}
.btn-get-started:hover {
    border-color: #0c2e8a;
}
.search-param.serching-result .result-search-listing{
    position: absolute;
    width: 430px;
    background: #fff;
    border-radius: 4px;
    border-top-left-radius: 0;
}
.search-param.serching-result .result-search-listing .result-search-wrp{
    margin: 0;
    border: none;
    border: 1px solid #E6E4E8;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
}
.search-param.serching-result .result-search-listing .result-search-wrp .prod-name{
    font-size:14px;
}
.result-search-listing ul li:last-child{
    margin:0;
}
/* .search-param.serching-result .result-search-listing ul li {
    padding: 7px 15px;
}
.search-param.serching-result .result-search-listing ul li:first-child {
    padding-top: 15px;
}
.search-param.serching-result .result-search-listing ul li:last-child{
    padding-bottom: 15px;
} */
.clearcart_section {
    margin-top: 0px;
    margin-bottom: 15px;
}

.clearcart_section a.common-button.theme-green-btn {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 45px;
;
}
.ticket-inner-wrap .btm_payment_btn button.common-button.theme-green-btn {
    max-width: 200px;
    width: 100%;
    justify-content: center;
    aligin-item:center;
    height:45px
}
.ticket-bullet-extra button.common-button.theme-green-btn {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    aligin-item:center;
    height:45px;
    margin-top:0;
}

.clearcart_section a.common-button.theme-green-btn:hover{
 background: #5ce16e  !important;
 color: #fff !important;
 border-color: #5ce16e  !important;
}
.payment-method ul{
    width:100%;
    border:1px solid #dee2e6;
    list-style: none;
    padding:14px;
    margin-top:5px;
    margin-bottom:5px;
}
.payment-method .card-group-image ul li {
    display: inline;
}
.payment-method ul li{
    margin:0;
    display: flex;
    align-items: center;
    margin-bottom:10px;
    cursor:pointer;
}
.payment-method ul li label{
    margin:0;
    display: flex;
    align-items: center;
    margin-left: 10px;
    cursor:pointer;
}
.map-svg-wrp svg {
    width: 630px;
}
.map-custom-tooltip p{
    color: #6f6f6f;
    margin:0;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    margin-top:5px;
}
.map-custom-tooltip strong {
    font-size: 17px;
    line-height: 17px;
    color: #00E572;
    text-transform: uppercase;
    padding: 10px 0 10px;
    display: block;
}
.map-custom-tooltip span {
    display: block;
    text-align: center;
    color: #fff;
    background: #00E572;
    border-radius: 5px;
    padding: 7px 20px;
    margin: 0 15px 15px;
    border: none;
    margin-bottom:5px;
}
.tooltip_template{
    display:none;
}
.search-param.serching-result .search-icon {
    display: block;
}
.search-param.serching-result input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}   
.submenu-wrap {
    position: absolute;
    background: #fff;
    width: 460px;
    /* max-height: 300px; */
    padding: 23px 30px 30px 30px;
    border-radius: 4px;
    display: flex;
    /* box-shadow: 0 8px 10px rgba(0,0,0,0.10); */
    /* border: 1px solid #E6E4E8; */
    top: 21px;
    border-top-left-radius: 0;
    display:none;
    /* width: 430px; */
    overflow: hidden;
    overflow-y: auto;
    left: 12px;
    padding-top: 53px;
    border-radius: 0;
}

#main-nav .submenu-wrap ul {
    display: block;
    width: 100%;
    /* background: #fff; */
    display: flex;
    flex-wrap: wrap;
    justify-content: initial;
    align-items: flex-start;
}

#main-nav ul > li:hover > a {
    border-color: #E6E4E8;
    /* box-shadow:0 0px 4px rgba(0,0,0,0.10); */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: none;
}
#main-nav ul li ul > li:hover >a {
    box-shadow: none;
    border-color: #fff;
}
#main-nav ul li ul.sub-menu li:hover > a:before{
    width:100%;
}
#main-nav ul li  ul.sub-menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 0%;
    background: #00E572;
    transition: all 0.3s ease;
    opacity: 0;
}
#main-nav ul li ul > li >a{
    padding:0;
    position: relative;
}
#main-nav ul li:hover > .submenu-wrap{
    display:flex;
}
#main-nav ul li ul.sub-menu > li {
    position: static;
    /* display: none; */
    /* display: inline-block; */
    width: 25%;
    /* vertical-align: top; */
    padding-right: 15px;
    margin-right: 0;
}

#main-nav .submenu-wrap  > ul {
    position: relative;
}

#main-nav ul li > ul.sub-menu {
    top: 0;
}
.submenu-wrap.no-grandchild{
    width: 100%;
}

.submenu-wrap.no-grandchild > ul:after {
    display: none;
}

/***payment success**/
ul.order_details li {
    float: left;
    margin-right: 0.4em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    border-right: 1px dashed #d3ced2;
    padding-right: 0.4em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

ul.order_details {padding: 0;margin-top: 30px;margin-bottom: 30px;}

.address-row address {
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 4px;
}

.address-row h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.address-row {
    margin-top: 30px;
}
.page-header h1 {
    font-size: 25px;
}
button.common-button.theme-green-btn {
    cursor: pointer;
}
#main-nav .submenu-wrap > ul:after {content: "";height: 159px;width: 1px;position: absolute;background: #ccc;right: 9px;top: 0;opacity:0;}
#main-nav .submenu-wrap > ul:hover:after{opacity:1;}
#main-nav .submenu-wrap > ul.no-grandchild:after{display:none}
#main-nav .submenu-wrap > ul > li > ul.sub-menu > li > a,.cat-name {
    font-weight: 400;
}
.search-param.serching-result .result-search-listing .result-search-wrp .prod-name{
	color: #130426;
}
.search-param.serching-result .result-search-listing .result-search-wrp .prod-name:hover{
color:#00E572;
}
div#teamData .prod-name{
	color: #130426;
}

div#teamData .prod-name:hover{
	color: #00E572;
}

div#locationData .prod-name{
	color: #130426;
}

div#locationData .prod-name:hover{
	color: #00E572;
}

#main-nav ul > li:hover > a {
    border-bottom: 3px solid #fff;
    position: relative;
    z-index: 9;
    background: #fff;
}

#main-nav ul > li > a {
border-bottom:none;
    position: relative;
}


#main-nav > ul  li ul.sub-menu > li > ul.sub-menu {
    padding-left: 19px;
    padding-right: 30px;
    word-break: break-all;
}

#main-nav > ul > li > .submenu-wrp ul.sub-menu {
    padding-right: 10px;
}
.zoom-map{
    position: absolute;
    bottom: 26px;
    right: 26px;
}
div#main-header {
    position: relative;
    z-index: 1;
}
body{
    overflow-x: hidden;
}
.map-list-wrp .zoom-map i {
    position: relative;
    top: 10px;
}
.zoom-map span {
    background: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
}
.zoom-map span.disabled{
    opacity: 0.5;
    cursor: default;
}
.map-blocked {
    /* pointer-events: none; */
    cursor: default;
}
/*.map-blocked-fillable{
     pointer-events: none; */
}
/* .map-blocked [data-seat], 
.map-blocked .number-tier , 
.map-blocked-fillable [data-seat], 
.map-blocked-fillable .number-tier{
    pointer-events: none;
} */
.other-info li:first-child{
    min-width: 50px;
}
.other-info li.hide-out{
    visibility: hidden;
    pointer-events: none;
}
.map-svg-wrp-inner {
    padding-top: 0;
}
ul.ticket-filter li:hover + li, ul.ticket-filter li.active + li {
    border-left-color: #000;
}

ul.ticket-filter li:last-child {
    border-right: 1px solid #E6E4E8;
}
ul.ticket-filter.range-layout-filter li:hover + li, ul.ticket-filter.range-layout-filter li.active + li {
    /* border-left-color: #E6E4E8; */
}
.listing-banner .search-heading {
    font-size: 20px !important;
}
.strip-header {
    padding:3px 0;
    /*border-bottom: 1px solid #ccc;*/
    border-bottom:0px;
    font-size: 14px;
    background: #f1f1f1a6;
}
.navigation{
    font-size: 12px;
}
.mini-cart.active a {
    border: none !important;
}
/* .block-info li:first-child {
    display: none;
} */
div#home-banner {
    position: relative;
    margin-bottom:30px;
}

.slider-part-search {
    position: absolute;
    top: 165px;
    left: 65px;
    right: 0;
    margin: auto;
    max-width: 1170px;
    width: 100%;
    /*-webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);*/
}
.slider-part-search:before {
    content: "";
    border-top:5px solid #5ce26f;
    display: block;
    width: 375px;
    margin-left: auto;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius:2px;
}
.slider-part-search .search-heading{
    transition:all 0.3s ease-in-out;
    opacity:1;
    visibility: visible;
    text-transform: uppercase;
}
.slider-part-search .search-heading.hide-animation{
    opacity:0;
    visibility: hidden;
}
#home-banner .slick-dots li {
    list-style: none;
    display: inline-block;
    font-size: 0;
    margin-left: 10px;
}

#home-banner .slick-dots li button {
    border: none;
    height: 12px;
    border-radius: 100%;
    cursor: pointer;
}

#home-banner ul.slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

#home-banner .slick-dots li.slick-active button {
    background: #00e572;
}

#home-banner .slick-dots li button:focus {
    outline: none;
    box-shadow: none;
}

#teamData .cat-name , #teamTopData .cat-name{
    display:none;
}
.filter-item.scroll-item {
    overflow: hidden;
    padding-right:1px;
}

ul.ticket-filter::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    border-radius: 4px;
}
ul.ticket-filter::-webkit-scrollbar-track {
background: #ccc;
}
ul.ticket-filter::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.7);
}
ul.ticket-filter::-webkit-scrollbar-thumb:hover {
background: #7ce6d7;
}  

ul.ticket-filter.category.seating-filter.range-layout-filter li {
    /* width: auto; */
    min-width: initial;
    white-space: nowrap;
    /* min-width: initial; */
}

.filter-item {
    margin-left: 30px;
}

.filter-row > .filter-item:first-child {
    margin-left: 0;
}
/* .map-svg-wrp .disabled + .number-tier {
    display: block !important;
    fill: #000;
} */
.filter-item .select-box select , .filter-item .selected-text{
    border-color: #E6E4E8;
    min-width: 263px;
    background-color: #fff;
}    
.clearfix:after{
    content:"";
    display: block;
    clear: both;
}
.events-tab {
    padding-top: 70px;
    padding-bottom: 0;
    padding-left: 0;
    margin: 0;
}   
.upcoming-event-page{
    padding-bottom:60px;
}
.events-tab li{
    list-style: none;
    float: left;
    margin-bottom: -1px;
}
.events-tab li cite {
    padding: 55px 0 30px;
    width: 166.4px;
    font-size: 40px;
    line-height: inherit;
    text-align: center;
    display: inline-block;
    color: #b3b3b3;
    border: none;
    background: #fdfdfd;
    border-top: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase; 
    font-style:normal;
    cursor: pointer;
}
.events-tab li.active cite,.events-tab li:hover cite{
    color: #373737;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    z-index: 99;   
}
.events-tab li cite span {
    display: block;
    font-size: 18px;
    margin: 35px 0 0;
}
.footer-logo {
    max-width: 134px;
}
.footer-logo img {
    width: 213px;
}
.dark-blue-bg {
    background: #130426;
}
.upcoming-event-page .upcoming-fixture-box{
    margin-top:30px;
}
.hide {
    display: none !important;
}
.user-qty-selection-input {
    width: 36px;
    text-align: center;
}
input.user-qty-selection-input::-webkit-outer-spin-button,
input.user-qty-selection-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input.user-qty-selection-input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
/***overide***/

.listing-banner .search-banner{
    display:block;
}
.listing-banner .search-subheading{
    margin-left:0;
    /* font-size:14px; */
}
.listing-banner .search-heading{
    margin-bottom:7px;
}
.listing-banner .search-heading{
    font-size:24px !important;
}
.navigation{
    display: flex;
    align-items: center;
    width: 100%;
}
ul.custom-dropdown {
    padding: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    background: #fff;
    width: 100%;
    border: 1px solid #E6E4E8;
    font-size: 14px;
    z-index:3;
    left: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.selected-text{cursor: pointer;}
.scroll-div-select {
    position: relative;
}

ul.custom-dropdown li {
    padding: 4px 9px;
    cursor: pointer;
}
ul.custom-dropdown li.active{
    background: #f1f1f1;
}
ul.custom-dropdown li:hover {
    background: #f1f1f1;
}
.active .selected-text{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.checkout-wrapper .common-button-wrp {
    display: flex;
    justify-content: flex-end;
}
.custom-btn-loader{
    margin-left:15px;
}
#main-nav ul > li.no-child:hover > a {
    /* border-bottom: 1px solid #E6E4E8; */
    border-radius: 3px;
}
.flx{
    display:flex;
}
.common-button-wrp.flx a{
    margin-left:5px;
}
/**progress step checkout**/
.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
button.multisteps-form__progress-btn{
    color:#ccc;
    pointer-events: none;
}
.multisteps-form__progress-btn.js-active {
    color: #7ce6d7!important;
}
.multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
}

.multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
}
.multisteps-form__progress-btn {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, 0.7);
    /* text-indent: -9999px; */
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    color:#130426;
    text-align: center;
}
.multisteps-form__progress-btn:hover{
    text-decoration:none;
    color:#000;
}
.multisteps-form__progress-btn:first-child:after{
    display:none;
}
.multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: currentColor;
    z-index: 1;
}
.find-ticket-btn{
    width:125px;
    float:right;
}
.waiting-room {
    position: absolute;
    top: 100px;
    z-index: 9;
    background: #fff;
    width: 100%;
    transition: all 0.3s ease 0s;
    height: calc(100% - 625px);
    opacity: 1;
    transform: translateY(0px);
    padding-top:30px;
}
#app{position: relative;}
.waiting-room.remove {
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    z-index:-1;
}
.waiting-room-product{
    opacity:0;
    visibility: hidden;
}
.accordion-item h3 {
    margin: 40px 0 20px 0;
}
.accordion-item button.btn.btn-link {
    text-align: left;
    display: block;
    color: #000;
    width: 100%;
}
.accordion-item .card{
    margin-bottom:15px;
}
nav#main-nav{
    width:100%;
}
.upcoming-fixture-box .inner-box-wrp {
    
}
.upcoming-fixture-box:hover .inner-box-wrp {
    opacity: 1;
    transform: translateY(0);
}
.copyright-wrp{
    display:none;
}
/*.footer-menu {
    padding-top: 38px;
}*/
.filter-item .search-subheading {
    font-size: 12px;
}
.category-banner .search-heading {
    font-size: 20px !important;
}
#main-nav li:nth-child(2) .submenu-wrap ul {
    display: block;
}

#main-nav li:nth-child(2) .submenu-wrap ul li {
    width: 100%;
}
.outer-circle{
    width: 100%;
    height: 250px;
    border-radius: 100%;
    display: flex;
    background: #e686c4;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease 0s;
}
.venue-list-row > div:hover .outer-circle{
     border-radius: 100% !important;
}
/* .outer-circle:before{
    content: "";
    position: absolute;
    right: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid red;
    border-bottom: 13px solid transparent;
} */
.venue-list-row > div:nth-child(1) .outer-circle{
    border-top-right-radius: 0;
}
.venue-list-row > div:nth-child(2) .outer-circle{
    background:#0f0a11;
    border-bottom-right-radius: 0;
}
.venue-list-row > div:nth-child(3) .outer-circle{
    background:#ffde59;
    border-top-left-radius: 0;
}
.venue-list-row > div:nth-child(4) .outer-circle{
    background:#00c2cb;
    border-bottom-left-radius: 0;
}
.venue-list-row p{
    margin: 0;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}
.venue-list-row a{
    color:#000;
    text-decoration:none;
}
.inner-circle {
    height: calc(100% - 25px);
    width: calc(100% - 25px);
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
}
.review-listing {
    justify-content: space-between;
    display: flex;
    text-align: center;
    font-size: 18px;
}
.footer-banner-content .contact-btn {
    text-align: right;
    margin-top: 40px;
}
#main-nav > ul > li:nth-child(2) {
    position: relative;
}

#main-nav li:nth-child(2) .submenu-wrap {
    width: 250px;
}
.contact-item .color-head{
    font-size:16px;
}
.link-item {
    position: absolute;
    bottom: 24px;
}
.link-item a{
    color:#fff;
}
.logo-wrp-selection img {
    max-width: 90%;
    max-height: 50px;
}
.simple-icon-service{
    width: 17px;
    margin-right: 10px;
}
.custom-badge-color{
    background-color: #e684c3;
    font-size: 8px;
    position: relative;
    top: -2px;
}
/***calendar css start**/
.fc-event-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
button.fc-today-button {
    display: none !important;
}
.calendar-wrp{
    margin:60px 0 0 0; 
}
/***calendar css end**/
.checkout-head li {
    display: none;
}

.checkout-head li:first-child {
    display: block;
}
.checkout-head li:first-child::before{
    display: none;
}


.category-banner:before {content: "";background-color: rgba(0,0,0,0.6);width: 100%;height: 100%;position: absolute;}

.category-banner {
    position: relative;
}

main#main-section.checkout-page-content {
    background: #f5f5f5;
}
.order-banner:before {content: "";background-color: rgba(0,0,0,0.5);width: 100%;height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;color: #fff;}
.order-banner {
    position: relative;
    
}
.order-banner span{z-index:9;color: #fff;position: relative;}
/***feedbackpage****/
.get-in-touch.customerform {
		  max-width: 800px;
		  margin: 50px auto;
		  position: relative;
			background: #fff;
			padding: 50px;
		}
		.get-in-touch.customerform .title {
		  text-align: center;
		  text-transform: uppercase;
		  letter-spacing: 3px;
		  font-size: 3.2em;
		  line-height: 48px;
		  padding-bottom: 48px;
			 color: #130426;
			
	
		}

		.customerform .contact-form .form-field {
		  position: relative;
		  margin: 32px 0;
		}
		.customerform .contact-form .input-text {
		  display: block;
		  width: 100%;
		  height: 36px;
		  border-width: 0 0 2px 0;
		  border-color: #130426;
		  font-size: 18px;
		  line-height: 26px;
		  font-weight: 400;
		  background: transparent;
		}
		.customerform .contact-form .input-text:focus {
		  outline: none;
		}
		.customerform .contact-form .input-text:focus + .label,
		.customerform .contact-form .input-text.not-empty + .label {
		  -webkit-transform: translateY(-24px);
				  transform: translateY(-24px);
		}
		.customerform .contact-form .label {
		  position: absolute;
		  left: 20px;
		  bottom: 11px;
		  font-size: 18px;
		  line-height: 26px;
		  font-weight: 400;
		  color: #130426;
		  cursor: text;
		  transition: -webkit-transform .2s ease-in-out;
		  transition: transform .2s ease-in-out;
		  transition: transform .2s ease-in-out, 
		  -webkit-transform .2s ease-in-out;
		}
		.customerform .contact-form .submit-btn {
		  display: inline-block;
		  background-color: #130426;
		   background-image: linear-gradient(125deg,#a72879,#064497);
		  color: #fff;
		  text-transform: uppercase;
		  letter-spacing: 2px;
		  font-size: 16px;
		  padding: 8px 16px;
		  border: none;
		  width:200px;
		  cursor: pointer;
		}
		.customerform .form-control {
			display: block;
			width: 100%;
			height: calc(1.5em + .75rem + 2px);
			padding: .375rem .75rem;
			font-size: 1rem;
			font-weight: 400;
			line-height: 1.5;
			color: #495057;
			background-color: #fff;
			background-clip: padding-box;
			border: 2px solid #130426;
			border-radius: .25rem;
			transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
		.customerform  label.selectlabel {
			position: relative;
			top: -6px;
			font-size: 18px;
			line-height: 26px;
			font-weight: 400;
		}
		select#FormControlSelect1:focus {
			outline: none;
			box-shadow: none;
		}
		.checkout-page.feedbackpage{margin-top:40px;}
	/***End of feedbackpage ***/
	
main#main-section.register-page .map-list-wrp {display: block;padding: 25px;}
main#main-section.register-page .map-list-wrp .common-heading {
    margin-bottom: 15px;
}
main#main-section.register-page .map-list-wrp select {
    display: block;
    width: 100%;
    padding: .375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*
|--------------------------------------------------------------------------
|               v2 Header   Vertical-center
|--------------------------------------------------------------------------
*/
.vertical-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.vertical-end{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
/*
|--------------------------------------------------------------------------
|                 Desktop Header
|--------------------------------------------------------------------------
*/
.main-nav-desk {
	padding:25px 0px;
}
.header-search{position:relative;}
.header-search input{
	border: 2px solid #eee;
    border-radius: 3px;
    width: 100%;
    padding: 5px 6px 4px 30px;
}
.header-search-icon{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:8px;
}
.header-search-icon img{max-width:13px;}
.main-nav-desk .navbar{
	float: right;
    margin-right: 0px;
    margin-left: auto;
}
.logo-clmn{
	-ms-flex: 0 0 14.666667% !important;
    flex: 0 0 14.666667% !important;
    max-width: 14.666667% !important;
	padding-left:0px;
}
.main-menu-clmn-inner-page{
    -ms-flex: 0 0 66.333333% !important;
    flex: 0 0 66.333333% !important;
    max-width: 66.333333% !Important;
}
.main-menu-clmn-inner-page .menu_depth_0 a{
    padding: 6px 4px !important;
    font-size: 14px;
}
.main-menu-clmn-home .menu_depth_0 a{
    padding: 6px 6px !important;
    font-size: 14px;  
}
.header-search-cmn{
	-ms-flex: 0 0 19% !important;
    flex: 0 0 19% !important;
    max-width: 19% !important;
	padding-right:0px;
	margin-left: 0;
    margin-right: 0;
}
.main-menu-clmn{padding:0px;}
.main-menu-clmn .navbar{
	padding:0px;
	margin-left: 0px;
}
.main-menu-clmn .menu_depth_0{margin-right:5px;}
.main-menu-clmn a{text-decoration:none !important;}
.main-menu-clmn .menu_depth_0 a{
    text-transform: uppercase;
    color: #120426;
    font-weight: 700;
	border-radius:3px;
}
.main-menu-clmn .menu_depth_0 a:hover{
	background-color:#23084b !important;
	color:#fff !important;
}
.hot-event-li a{
	color:#d63255 !important;
}
.menu-hot-event-icon img{
	max-width: 14px;
    margin-left:5px;
}
.main-menu .dropdown{position:relative;}
.dropdown-menu ul{
	padding:25px 0px 15px;
	margin:0px;
	list-style-type:none;
}
.main-menu .dropdown:hover>.dropdown-menu{
	display: block;
    box-shadow:0px 7px 7px 0px rgb(0 0 0 / 15%);
}
.main-menu .dropdown-menu{
	width: 100%;
    border: none;
    border-radius:4px;
	padding: 0px !important;
    margin: 0px !important;
	min-width:300px;
}
.main-menu-clmn .sub-menu{
	padding:4px 15px;
}
.main-menu-clmn .sub-menu a{
	display:block;
	width:100%;
	position:relative;
	padding:10px 15px 10px 6px !important;
	text-transform:capitalize !important;
}
.main-menu-clmn li.sub-menu:last-child a{
	border:2px solid #23084b;
}
.sub-menu a:after{
	font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    content: "\f054";
    color: #23084b;
    vertical-align: middle;
    position: absolute;
    left: auto;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.sub-menu a:hover::after{
	color: #fff;
}
.main-menu-clmn .navbar .navbar-collapse {
    justify-content: right;
}
.header-search-icon i {
    position: relative;
    top: 0;
}
/*.header-order-link{
    margin-right:8px;
    color:#120426 !important;
}
.header-order-link:hover{
    color:#d63255 !important;
}
.header-loign-link{
    color:#120426 !important;
    padding:7px 5px;
}
.header-loign-link:hover{
    color:#fff !important;
    background-color:#23084b;
}*/
.login-links{list-style-type:none;}
/*
|--------------------------------------------------------------------------
|           Team Page
|--------------------------------------------------------------------------
*/
.fan-teams-clmn,
.fan-venue-clmn{margin-bottom:30px;}
.common-listing-box{cursor:pointer;}
.common-listing-box:hover{opacity:0.75;}
.fan-teams-clmn .common-button-wrp,
.fan-venue-clmn .common-button-wrp{margin-top:0px;display:none;}
@media all and (max-width:767px) {
    .fan-teams-clmn,
    .fan-venue-clmn{margin-bottom:0px;}
}
/*
|--------------------------------------------------------------------------
|              Mobile Menu
|--------------------------------------------------------------------------
*/
.mobile-clm-1{
	max-width: 75%;
    width: 75%;
}
.mobile-clm-2{
	max-width: 25%;
    width: 25%;
    text-align: right;
}
.overlay-bg::before{
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: rgba(100,100,100,0.5);
   content: '';
   z-index: 1;
} 
.mobile-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index:9999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: all .3s ease-in-out;
  padding-top: 0px;
  padding-bottom:30px;
  max-width:380px;
  width:100%;
  right:-380px;
}
.mobile-menu-links>ul{
	margin:0px !important;
	list-style-type:none !important;
	padding:20px 0px 0px;
}
.mobile-menu-links a {
  padding:10px;
  text-decoration:none;
  display: block;
  transition: 0.2s;
  font-weight:500;

}
.mobile-menu-links a:hover{
	background-color: #23084b !important;
    color: #fff !important;
}
.mobile-header-sec{
	padding:15px 0px;
}
.navbar-brand{
	padding-top:0px;
	padding-bottom:0px;
	margin-right:0px;
}
.mobile-clm-2 i{
	font-size:25px;
	color:#1E2337;
}
.mobile-clm-2 i:hover{
	color:#317AF7;
}
/* Mobile Menu Open */
.mobile-menu{
	padding: 20px 0px;
}
.mobile-inner-row-1{
	border-bottom:1px solid #ddd;
}
/*.mob-header-row-1{
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}*/
.mob-header-2-clm-1,.mob-header-2-clm-2{
	width:50%;
	max-width:50%;
}
.mob-header-row-2{
	padding-top:15px;
}
.mob-header-2-clm-2{text-align:right;}
.mobile-menu-ul{padding:0px;margin:0px;}
.mobile-menu-ul li a{
	font-weight:bold;
	font-size:15px;
	line-height:22px;
	color:#120426;
	text-transform:uppercase;
}
.mobile-menu-ul li a:hover{
	color:#317AF7;
}
/* Start Mobile Menu Dropdown Menu */
#mobile-menu-nav .dropdown{position:relative;}
#mobile-menu-nav .dropdown-menu ul{
	padding:15px 0px 15px 15px;
	margin:0px;
	list-style-type:none;
}
#mobile-menu-nav .dropdown:hover>.dropdown-menu{
	display: block;
    box-shadow:none;
}
#mobile-menu-nav .dropdown-menu{
	width: 100%;
    border: none;
    border-radius:4px;
	padding: 0px !important;
    margin: 0px !important;
	min-width:300px;
	position:relative;
}
#mobile-menu-nav .sub-menu{
	padding:4px 15px;
}
#mobile-menu-nav .sub-menu a{
	display:block;
	width:100%;
	position:relative;
	padding:10px 15px 10px 6px !important;
	text-transform:capitalize !important;
}
#mobile-menu-nav li.sub-menu:last-child a{
	border:2px solid #23084b;
}
#mobile-menu-nav .sub-menu a:after{
	font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    content: "\f054";
    color: #23084b;
    vertical-align: middle;
    position: absolute;
    left: auto;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}
#mobile-menu-nav .sub-menu a:hover::after{
	color: #fff;
}
.mobile-menu-links .menu-hot-event-icon img{
	max-width: 15px;
    margin-left: 5px;
    width: 100%;
}
/* End Mobile Menu Dropdown Menu */
#mobile-menu-nav .row{
    margin-left:auto;
    margin-right:auto;
}
#mobile-menu-nav .mobile-inner-row-1{padding-bottom:15px;}
.mobile-header-sec .mob-clmn-padding{padding:0px;}
.mobile-header-sec  .row{
    margin-left:auto;
    margin-right:auto;
}
/*
|--------------------------------------------------------------------------
|          Show/ Hide COntent in Mobile and Desktop
|--------------------------------------------------------------------------
*/
.show-mobile{
	display:none;
}
@media all and (max-width: 991px){
	.show-mobile{
		display:block !Important;
	}
	.show-desktop{
		display:none;
	}

}
/*
|--------------------------------------------------------------------------
| Header Login Links
|--------------------------------------------------------------------------
*/
.login-links-div{text-align:right;}
.login-links-div li{
    display: inline-block;
}
.login-links-div li a{
    font-size: 10px;
    text-transform: uppercase;
    color: #120426;
    font-weight: 700;
    padding: 6px 5px !important;
    border-radius: 3px;
    text-decoration:none !important;
}
.login-links-div li a:hover{
    background-color: #23084b !important;
    color: #fff !important;
}
.login-page-btn{
    background-color:#5ce16e !important;
    color:#fff !important;
    border-color:#5ce16e !important;
}
.login-page-btn:hover{
    background-color:#23084b !important;
    color:#fff !important;
    border-color:#23084b !important;
}
.list-btn-wrp .add-to-cart-form{
    margin-bottom:0px;
}
#home-content .upcoming-fixture{
    padding-top:35px !important;
}
#home-content .common-heading-wrp{margin-bottom:25px;}
#home-banner .banner-img{
    /*min-height:270px;*/
    min-height:135px;
}
#home-banner .search-banner{/*top:25px;*/top:45px;}
#home-banner .slider-part-search{top:115px;}
@media all and (max-width: 991px) {
    #home-banner .main-banner{min-height:230px !important;}
}
@media all and (min-width: 991px) {
   #home-banner .slider-part-search{
       top: 0px !important;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
   }
   #home-banner .search-filter-separate.home-search-box {
    float: right;
    padding-right: 40px;
}
    #home-banner .slider-part-search{top:0px !important;}
    #home-banner .search-heading,
    #home-banner .search-subheading{
        width: 50%;
    }
    #home-banner .slider-part-search:before{display:none;}
}
/* Home Banner Filter */
.event-filter-sec{padding-top:30px;}
.event-filter{
    display: flex;
    justify-content: center;
}
.event-filter .select-box{margin-right:10px;}
.event-filter .select-box:last-child{margin-right:0px;}
.event-filter .select-box select,
.event-filter .selected-text{
    background-image: url(../images/dd-down-arrow.png);
    width: max-content;
    min-width: 145px;
    padding: 0 12px;
    border-radius: 20px;
    height:33px;
}
.event-filter .scroll-div-select.active .selected-text,
.event-filter .scroll-div-select.active .select-box select{
    background-image: url(../images/dd-up-arrow.png);
    border-radius: 20px;
} 
.event-filter .custom-dropdown{
    left: auto;
    right: 0;
    min-width: 160px;
    margin-top:4px;
    width: max-content;
    box-shadow:0 2px 4px 0 rgb(0 0 0 / 10%);
    border: 1px solid #e4eef3;
    border-radius: 8px;
}
.custom-dropdown li:first-child{
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.custom-dropdown li:last-child{
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}
@media all and (min-width:780px) and (max-width:991px) {
    .event-filter{justify-content: center;}
}
@media all and (max-width:779px) {
    .event-filter .select-box select,
    .event-filter .selected-text{
        width:100% !important;
        min-width:100% !important;
    }
    .event-filter .custom-dropdown{
         min-width:100% !important;
         width:100% !important;
    }
    .event-filter{
        display:block;
    }
    .event-filter .select-box{
        margin-right:0px;
        margin-bottom:15px;
    }
}
/* Cateogry Page Buttons */
.category-btns{margin-top:40px;}
.category-btns li.category-btn-list {
    display: inline-block;
    margin-right: 10px;
    margin-bottom:10px;
}
.category-btns li.category-btn-list:last-child{
    margin-right:0px;
}
.home-cat-btns ul{
    
}
.home-cat-btns ul li{
    margin-right: 6px;
    margin-bottom: 8px; 
}
.home-cat-btns ul li a{
   padding: 5px 10px;
   font-size:13px;
   font-weight:700;
}
.category-btns ul{
    list-style-type:none;
    padding:0px;
    margin:0px;
    text-align:center;
    max-width: 700px;
    margin: auto;
}
.category-btn-list a{
    background-color: transparent;
    color: #23084b;
    border: 2px solid #23084b;
    padding:8px 25px;
    height: 100%;
    display: block;
    border-radius: 20px;
    text-decoration:none !important;
}
.category-btn-list a:hover,
.liselected  a{
    background-color:#23084b;
    color: #fff;
}
.home-search-box .search-text input{
    height: 65px;
}
.home-search-box .icon-on-srch{
    height: 65px !important;
}
/*
|--------------------------------------------------------------------------
|                     Responsive View 
|--------------------------------------------------------------------------
*/
@media all and (min-width: 992px) and (max-width: 1250px) {
    .main-menu-clmn .menu_depth_0 a{
        font-size:10px !important;
    }
}
@media all and (max-width: 991px) {
	.header-search-cmn-mob{padding-top:20px;}
	.mobile-header-sec .mobile_bar_i i:hover,
	.mobile-menu .closebtn i:hover{color:#23084b;}
	.mobile-header-sec .search-param{
	    margin-top:15px;
	    width: 100%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
	}
	.slider-part-search{
	    left: 15px !important;
	    width:auto;
	    right:15px;
	    top:145px;
	}
	.search-text{width:auto;}
	.slider-part-search:before{
	    width:100% !important;
	}
	.search-heading,
	.search-subheading{
	    font-size:30px !important;
	}
	.search-banner{padding-left:15px !important;}
	.main-banner{min-height:335px !important;}
}
@media all and (max-width:767px) {
    .zoom-map{top:0px;bottom:auto;}
    .table-listing-map{z-index:9;}
}