.tito-widget-form {
    background: #2f292f;
    max-width: 920px;
    border: 3px solid #C8A337;
    width: 100%;
    margin: 0 auto;
}

.tito-widget-form .tito-release {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #C8A337;
    display: flex;
    justify-content: space-between;
}

span.tito-release--decrement-quantity {
    display: none;
}

.tito-release-description {
    width: 80%;
}


.tito-release-description ul {
    padding-left: 20px;
}
.tito-quantity input {
    padding: 2px;
    border-radius: 11px;
    border: none;
    max-width: 45px;
    min-height: 35px;
    text-align: center;
}

.tito-release--title {
    font-size: 1.25rem;
}

.tito-form-actions {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    align-items: center;
}

.tito-form-actions .tito-discount input {
    padding: 4px 10px;
    border-radius: 5px;
    border: none;
}

button.tito-submit {
    padding: 0.75rem 1.5rem;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

span.tito-price {
    font-weight: bold;
    font-size: 1.25rem;
}

.tito-release-description--description {
    width: 80%;
}
.tito-form-actions button {
    border: 2px solid #C8A337;
}

/* Chrome, Safari, Edge, Opera */
.tito-quantity input::-webkit-outer-spin-button,
.tito-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.tito-quantity input[type=number] {
  -moz-appearance: textfield;
    font-weight: bold;
    color: #000;
}

.color-1 .tito-widget-form,
.color-1 .tito-release,
.color-1 .tito-form-actions button {
    border-color: #C8A337;
}

.color-2 .tito-widget-form,
.color-2  .tito-release,
.color-2 .tito-form-actions button{
    border-color: #8699F8;
}
.color-3 .tito-widget-form,
.color-3  .tito-release,
.color-3 .tito-form-actions button{
    border-color: #06CE6C;
}

.color-4 .tito-widget-form,
.color-4  .tito-release,
.color-4 .tito-form-actions button{
    border-color: #FF8C99;
}

@media (max-width: 1199px) {
    .tito-price-details-regular {
        min-width: 100px;
    }
    .tito-times {
        min-width: 20px;
    }
    .tito-form-actions {
        flex-wrap: wrap;
        padding: 1rem;
    }
    
}
@media (max-width: 1024px) {
    .tito-release-description {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .tito-widget-form .tito-release {
        display: block;
        padding: 1rem;
    }
    .tito-release-description--description {
        width: 100%;
    }
    .tito-price-details-regular, .tito-times, .tito-quantity {
        display: inline-block;
    }
    
    .tito-form-actions .tito-discount,
    .tito-form-actions button{
        margin: 0.75rem 0 0.25rem;
    }
}

.color-1 .tito-widget-form, .color-1 .tito-release, .color-1 .tito-form-actions button {
    border-color: #cff2c2;
}
.color-2 .tito-widget-form, .color-2 .tito-release, .color-2 .tito-form-actions button {
    border-color: #00ddc7;
}
.color-3 .tito-widget-form, .color-3 .tito-release, .color-3 .tito-form-actions button {
    border-color: #fac9b9 ;
}
.color-4 .tito-widget-form, .color-4 .tito-release, .color-4 .tito-form-actions button {
    border-color: #8fc902 ;
}
.tito-overlay {
    z-index: 9999999999;
}
body .tito-overlay * {
    color: #555 !important;
}
.tito-overlay .tito-registration .tito-continue-button, .tito-overlay .tito-ticket-show .tito-choose-me, .tito-overlay .tito-ticket-show .tito-choose-somebody, .tito-overlay .tito-ticket-show .tito-ticket-show--footer .tito-ticket-show--submit, .tito-overlay .tito-upgrade-choose-button {
    color: #fff !important;
}
.full-width-text * {
    font-family: 'Sen', sans-serif !important;
}
.full-width-text h1,
.full-width-text h2, 
.full-width-text h3,
.full-width-text h4,
.full-width-text h5,
.full-width-text h6 {
    font-family: 'Hepta Slab', serif !important;
}
.tito-widget-form {
    max-width: 100%;
}

.full-width-text * {
 font-family: 'Hepta Slab', serif !important;
}

.full-width-text .tito-release-description--description p,
.full-width-text .tito-release-description--description li {
    font-family: 'Sen', sans-serif !important;
    font-size: 18px;
    font-weight: 400;
}
button.tito-submit {
    cursor: pointer;
}
.tito-times {
    font-size: 22px;
}

.tito-overlay .tito-registration .tito-registration-progress .tito-registration-progress-item.tito-registration-progress-item--active .tito-registration-progress-item--icon path {
    fill: #29cc6e;
}

.tito-overlay .tito-registration .tito-registration-progress .tito-registration-progress-item.tito-registration-progress-item--active .tito-registration-progress-item--label {
    color: #29cc6e !important;
}
body .tito-overlay .tito-registration--consent-link a {
    color: #f1e500 !important;
}
.tito-form-actions .tito-discount input {
    font-weight: bold;
}