.cart-btn-sm{
    font-size: 16px;
    padding:16px  50px;
    text-transform: capitalize;
    font-weight: 700;
}

.cart-section-mt {
    margin-top: 50px;
}

.r-40-cart{
    border-radius: 40px;
    padding: 45px;
}

.event-incart-image{
    border-radius: 24px;
    aspect-ratio: var(--aspect);
    width: 100%;
}

div#stay22-modal, div#stay22-modal * {
    min-width: 96%;
    text-align: center !important;
}

.title-section{
    width: 33%;
}

.checkout-view-account {
    border: 1px solid black !important;
    background: transparent !important;
    color: black !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    max-height: 36px !important;
    width: auto !important;
}

.event-incart-category-pill {
    border: 1px solid #000;
    display: flex;
    height: 38px;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-1-x, 8px);
    width: fit-content;
    white-space: nowrap;
    padding: 8px 16px;
    margin: 5px 0;
    border-radius: var(--spacing-0-x, 100px);
    flex-direction: row;
}

.steap{
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    padding: 9px;
    font-size: 16px;
    border-radius: var(--spacing-0-x, 30px);
    background: #F4F4F4;
    box-shadow: 0px 10px 30px 0px rgba(54, 61, 77, 0.03);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Aeonik;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    color: #C5C5C5;
    border: 6px solid #eaeaea57;
    
}

.steap.active{
    border-radius: var(--spacing-0-x, 30px);
    border: 6px solid var(--secondaryColor);
    background: var(--mainColor);
    box-shadow: 0px 10px 30px 0px rgba(54, 61, 77, 0.03);
    color: #FFF;
}

.steap.done{
    border-radius: var(--spacing-0-x, 30px);
    border: 6px solid var(--secondaryColor);
    background: var(--secondaryColor);
    box-shadow: 0px 10px 30px 0px rgba(54, 61, 77, 0.03);
    color: #FFF;
}
.accordion-item, .accordion-header{
    border: none;
    box-shadow: none;
}
.accordion-button {
    background-color:unset!important;
    box-shadow: none;
    border-color: rgb(255, 255, 255);
    padding-left: 0;
    box-shadow: none;
    
}
.accordion-button:focus{
    box-shadow:none;
    border-color: #FFF!important;
}
.accordion-button:not(.collapsed){
    box-shadow: none;
    color: unset;
}
.accordion-body{
    margin-left: 27px;
    border-left: var(--mainColor) 4px solid;
}
#panelsStayOpen-collapseThree > div{
    border-left: none;
}

.totals-title{
    color: #000;
font-feature-settings: 'clig' off, 'liga' off;
font-family: Aeonik;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 83.333% */
}
.totals-price{
    color: #000;
    font-family: Aeonik;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.totals-vat-title{
    color: #A0A0AB;
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Aeonik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
}
.payment-selection-box {
    border: 1px solid #E3E3E3;
    padding: 24px 24px;
    border-radius: 20px;
}
.payment-selection-box:has(input[type="radio"]:checked) {
    border-color: var(--mainColor) !important;
}
.cart .btn:disabled {
    cursor: not-allowed;
    display: flex;
    pointer-events: unset !important;
}

.form-check-input{
    border-color: black;
}

.form-check-input:checked {
    background-color: var(--mainColor) !important;
    border-color: var(--mainColor) !important;
}

.form-check-input:focus {
    border-color: var(--secondaryColor) !important;
    box-shadow: 0 0 0 .25rem var(--secondaryColor) !important;
}

.find-seats-buttons{
    display: none;
}

button.payment-button:hover {
    color: white !important;
}

button.accordion-button.checkout {
    padding: 0 !important;
}

.accordion-item:has(.checkout) {
    margin-bottom: 16px !important;
}

.left-cart {
    --bs-gutter-x: 0 !important;
}

.left-switch {
    display: flex;
    gap: 24px !important;
    flex-direction: column !important;
}

.left-switch-info p {
    margin: 0 !important;
}

.left-switch-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.col-switch {
    gap: 48px !important;
    display: flex;
    flex-direction: column !important;
}
.left-switch-info a {
    text-decoration: underline;
    text-underline-position: under;
}
.left-switch {
    opacity: .3;
}
.event-incart-category-pill.body-7.handling-fees {
    border-width: 2px;
}
.cart_fixed_extra {
    color: #A0A0AB !important;
}
.cart_fixed_total, .cart_fixed_extra {
    width: max-content !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker .day.active, 
.datepicker .day.active:hover, 
.datepicker .day.active:focus {
    background-color: var(--mainColor) !important; 
    background-image: none !important; 
    color: #000 !important; 
    text-shadow: none !important; 
    border-color: var(--mainColor) !important; 
}

.datepicker-inline {
    width: 100%!important;
}

table.table-condensed{
    width: 100%;
}

td.day{
    font-size:16px;
}

.date-picker > div > div{
    border-radius: 40px;
}

.date-picker > div > div > div.modal-header > button{
    margin-right: 0px !important;
    background-color: var(--mainColor);
    border: none;
    border-radius: 50%;
    padding: 10px;
    font-size: 24px;
    color: #000;
    opacity: 1;

}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 6px;
    border: none;
    height: 39px;
    font-size: 20px;
}

.date-picker > div > div.datepicker-days > table > thead > tr:nth-child(2),.date-picker > div > div.datepicker-months > table > thead > tr:nth-child(2) > th.datepicker-switch{
    height: 50px;
}

span.year.focused, span.month.focused {
    background-color: var(--mainColor) !important;
    color: #fff !important;

}

.form-control[type="file"] {
    padding-top: 35px !important;
}

#instapayForm{
    min-height: auto !important;
}
  
.payment-loader .binding {
    content : '';
    width : 60px;
    height : 4px;
    border : 2px solid var(--mainColor);
    margin : 0 auto;
}
  
.payment-loader .pad {
    width : 70px;
    border-radius : 8px;
    border : 2px solid var(--mainColor);
    padding : 6px;
    margin : 0 auto;
}
  
.payment-loader .chip {
    width : 12px;
    height: 8px;
    background: var(--mainColor);
    border-radius: 3px;
    margin-top: 4px;
    margin-left: 3px;
}
  
.payment-loader .line {
    width : 52px;
    margin-top : 6px;
    margin-left : 3px;
    height : 4px;
    background: var(--mainColor);
    border-radius: 100px;
    opacity : 0;
    -webkit-animation : writeline 3s infinite ease-in;
    -moz-animation : writeline 3s infinite ease-in;
    -o-animation : writeline 3s infinite ease-in;
    animation : writeline 3s infinite ease-in;
}
  
.payment-loader .line2 {
    width : 32px;
    margin-top : 6px;
    margin-left : 3px;
    height : 4px;
    background: var(--mainColor);
    border-radius: 100px;
    opacity : 0;
    -webkit-animation : writeline2 3s infinite ease-in;
    -moz-animation : writeline2 3s infinite ease-in;
    -o-animation : writeline2 3s infinite ease-in;
    animation : writeline2 3s infinite ease-in;
}
  
.payment-loader .line:first-child {
    margin-top : 0;
}
  
.payment-loader .line.line1 {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}
  
.payment-loader .line.line2 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
  
.payment-loader .loader-text {
    text-align : center;
    margin-top : 20px;
}
  
  
@keyframes writeline {
    0% { width : 0px; opacity: 0; }
    33% { width : 52px; opacity : 1; }
    70% { opacity : 1; }
    100% {opacity : 0; }
}
  
@keyframes writeline2 {
    0% { width : 0px; opacity: 0; }
    33% { width : 32px; opacity : 1; }
    70% { opacity : 1; }
    100% {opacity : 0; }
}
  

@media only screen and (max-width: 991px){
    .left-cart {
        margin-right: 0 !important;
        margin-bottom: 30px;
    }
    .col-lg-4.ticket.align-self-center {
        flex: 0 0 auto !important;
        width: 33.33333% !important;
    }
    .col-lg-2.align-self-center {
        flex: 0 0 auto !important;
        width: 16.66666667% !important;
    }
    .col-lg-5.price.align-self-center.body-6 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .title-section {
        width: 100%;
        text-align: center !important;
    }
    .success-content {
        gap: 30px !important;
        text-align: center !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .mtm0{
        margin:0 !important;
    }
    .mobile_cart_fixed {
        left: 0 !important;
        display: flex;
        position: fixed;
        background: white !important;
        z-index: 999;
        bottom: 0 !important;
        padding: 16px;
        flex-direction: row;
        justify-content: space-between;
        width: 100% !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .checkout-view-account{
        width:100% !important;
        min-width: 100% !important;
    }
    .left-switch.r-60-tile {
        border-radius: 20px !important;
        padding: 20px !important;
    }
    .left-switch.r-60-tile {
        border-radius: 20px !important;
        padding: 20px !important;
        gap: 8px !important;
    }
}

@media only screen and (max-width: 640px){
    body > div.wrapper > section.cart.cart-section-mt > div > div.col-lg-8.py-5 > div.col-lg-12.p-4 > button{
        white-space: break-spaces!important;
        height: auto;
    }

    body > div.wrapper > section.main-nav > nav > div > a.navbar-brand.col-lg-3.me-0 > h1{
        font-size: 27px!important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .mobile_cart_fixed h3{
        font-size: 1.2rem !important;
    }

    #footer_help {
        font-size: 16px;
    }
}