.shows-search-filters-container{
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; 
    gap: 20px; 
    margin-bottom: 15px;
}
.shows-search-filters-container input,
.shows-search-filters-container select{
    flex: 1 1 calc(12.4% - 20px); 
    min-width: 150px; 
    padding: 10px; 
    box-sizing: border-box; 
}
.shows-search-filters-container select,
.shows-search-filters-container input{
    display: inline-block;
}
.shows-search-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.shows-search-left-side {
    flex: 0 0 60%; 
    padding: 10px; 
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 280px;
}
.shows-map-conatiner{
    padding-bottom: 230px;
    height: 100%; 
    width: 100%;
    max-height: 100%;
}
#shows-map{
    height: 100%; 
    width: 100%;
    max-height: 100%;
    
}
.shows-search-right-side {
    flex: 0 0 40%; 
    padding: 10px; 
}
.shows-inner{
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; 
    gap: 20px; 
}
.show-container{
    flex: 1; 
    min-width: 280px; 
    /*background-color: #f0f0f0; */
    padding: 10px; 
    box-sizing: border-box;
    padding: 6px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
}
.show-container li span{
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    letter-spacing: 1px !important;
    font-size: 13px;
    padding-bottom: 5px;
}
.show-image-container{
    height: 340px;
    overflow: hidden;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;;
    background-position: center;
}
.show-image-container img{
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 15px;;
    box-shadow: none;
}
.show-title-wrapper{
    margin-block-end: 20px;
    margin-bottom: 20px;
    width: 100%;
    word-break: break-word;
    text-align: center;
}
.show-title-wrapper div{
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    word-break: break-word;
}
.show-title-wrapper div h2{
    font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: 1px;
}
.show-title-wrapper div h3{
   font-family: "Montserrat", Sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
}
.show-details-wrapper{
    word-break: break-word;
    width: 100%;
    --widgets-spacing: 20px 20px;
}
.show-details-inner{
    padding: 0px 0px 0px 40px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    word-break: break-word;
}
.show-details-inner ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
    word-break: break-word;
}
.show-details-inner ul li{
    justify-content: left;
    display: flex;
    align-items:center;
    padding-bottom: 5px;
    font-size: 13px;
}
.show-details-inner ul li .list-icon{
    padding-right: 3px;
    text-align: var(--e-icon-list-icon-align);
    /*display: flex;*/
    position: relative;
    top: var(--icon-vertical-offset,initial);
    word-break: break-word;
}
.show-details-inner ul li .list-text{
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    transition: color 0.3s;
    display: inline-block;
}
.show-details-inner ul li .list-text span{
    display: block;
    text-align: left;
    word-break: break-word;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
  
}
.show-details-inner ul li .list-icon i{
    transition: color 0.3s;
    width: 1.25em;
    font-size: var(--e-icon-list-icon-size);
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.show-details-inner ul li .list-icon  .fas,
.show-details-inner ul li .list-icon  .fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.popup-show-title{
    font-size: 18px;
    color:#000 !important;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.sp-pages{
    text-align: center;
    margin-bottom: 50px;
}
.sp-pages li{
    display: inline-block;
    list-style: none;
}
.sp-next,
.sp-prev{
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;    
}
.sp-page{
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px; 
}
.sp-pages span{
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}
.sp-current-page span{
   font-weight: bold;
   background-color: #000;
   height: 25px;
   width: 25px;
   line-height: 25px;
   border-radius: 50%;
   color: #fff;
}
.sp-popup a{
    color: #000;
    text-decoration: none;
}
@media only screen and (min-width: 769px) and (max-width: 1400px) { 
    body{
        overflow: auto !important;
    }
    .shows-search-left-side{
        padding-bottom: 20px;
    }
    .shows-map-conatiner{
        padding-bottom: 0px;
        height: 700px;
    }
    .shows-search-container {
        display: block;
        flex-wrap:  inherit;
        justify-content: inherit; 
        
    }
    .shows-inner {
        display: block;
    }
    select {
        width: 100%;
        padding: 12px 16px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: #fff;
        color: #333;
        appearance: none; /* Remove default arrow */
        -webkit-appearance: none; /* Safari and Chrome */
        -moz-appearance: none; /* Firefox */
        background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23333" d="M2 0L0 2h4z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 16px center;
        background-size: 12px;
    }
    #SP_ShowsList .show-container  {
        
    }
}
@media (max-width: 768px) {
    body{
        overflow: auto !important;
    }
    .shows-search-left-side{
        padding-bottom: 20px;
        order: 2;
    }
    .shows-search-right-side{
        order: 1;
    }
    
    .shows-map-conatiner{
        height: 700px;
        padding-bottom: 0px;
    }
    .shows-search-left-side,
    .shows-search-right-side {
        flex: 0 0 100%; 
        margin-bottom: 20px; 
    }
    .show-container {
        flex: 1 1 100%;
    }
    .shows-search-container {
        /*display: block;*/
        flex-wrap:  inherit;
        justify-content: inherit; 
        display: flex;
        flex-direction: column;
    }
    .shows-inner {
        display: block;
    }
    select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-appearance: none; /* Firefox */
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23333" d="M2 0L0 2h4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
}
}

@media (max-width: 1024px) {
    .shows-search-filters-container input,
.shows-search-filters-container select {
        flex: 1 1 calc(33.33% - 20px); 
    }
}

@media (max-width: 768px) {
    .shows-search-filters-container input,
.shows-search-filters-container select {
        flex: 1 1 calc(50% - 20px); 
    }
}

@media (max-width: 480px) {
    .shows-search-filters-container input,
.shows-search-filters-container select {
        flex: 1 1 100%; 
    }
}