body {
    font-family: "Inter", sans-serif!important;
}

/* Buttons */
.btn-primary, .btn-primary:hover {
    background-color: #000000;
    color: #ffffff;
    border-radius: 90px;
}



#wrapper {
    background: #ffffff;
    padding-top: 5rem;
    margin-bottom: 5rem;
}

#header {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: solid 1px #E0E0E0;
}

.form-group input, select.form-control-select, textarea.form-control {
    height: 80px!important;
    border-radius: 200px;
    border: 1px solid #D9D9D9;
    background: #fff;
}
  body#checkout #checkout-payment-step .content {
        padding:2.313rem 1.5rem!important;
        .title-container {
            margin-bottom:50px;
        }

        @media (max-width: 600px) {
                padding:2.313rem!important;
        }
    }
body#checkout section.checkout-step.-current .content {
    border-radius: 24px;
    border: 1px solid #D9D9D9;
    padding: 2.313rem;
    @media (max-width: 600px) {
        padding: 2.313rem 0rem;
        .title-container {
            flex-flow: column;
            padding:0 1.35rem;
        }
    }
}

@media (min-width: 1200px) {
    .container {
        width: 80%;
        max-width: 100%;
    }
}

.shoplogo1 img.logo {
    max-height: 40px;
    width: auto;
}

.accordion {
    .step-title {
        color: #000;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}
button#next-floating {
    min-height: 57px;
}
#ticketingCalendar {
    margin-top: 2.56rem;
}
#ticketingTickets {
    margin-top: 0.56rem;
}
.flatpickr-month {
    .flatpickr-current-month {
        .cur-year, .cur-month {
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 500;
        }
    }
}
.flatpickr-weekdays {
    span.flatpickr-weekday {
        color: #BDBDBD;
        font-size: 0.9375rem;
        font-style: normal;
        font-weight: 400;
    }
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}
.flatpickr-calendar.inline {
    max-width: 100% !important;
    width: auto !important;
    min-width: unset !important;
    padding-bottom: 4rem;
}

.flatpickr-calendar {
    .flatpickr-months, .flatpickr-weekdays {
        gap: 10rem;
    }
    .flatpickr-days {
        width: 100%!important;
        gap: 10rem;
    }
    .dayContainer {
        box-shadow: none!important;
    }
}
.btn.disabled, .btn.disabled:hover {
    color: initial;
}
.btn-link.disabled:hover{
    text-decoration: none;
}
.btn-link.btn.disabled:hover{
    opacity: 0.5;
}
.bg-success {
    background-color: #B7E693!important;
}
.bg-danger {
    background-color: #E69394!important;
}
span.calendar-date {
    span.val {
        font-size: 1.5rem;
        font-weight: 400;
        @media (max-width: 767px) {
            font-size: 1.25rem;
            line-height: 1.2;
        }

    }
    svg {
        width: 1.5rem;
        height: 1.5rem;
    }
}
.card-header {
    button.disabled {
        opacity: .5;
    }
}
#accordionTickets {
    span {
        i {
            font-size: 1.25rem;
            font-style: italic;
            font-weight: 300;
        }
    }
}
.ticket-price {
    span {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 300;
    }
}
.ticket-actions {
    h3 {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding-right:10px;
    }
}
.ticket-info {
    p {
        font-size: 1rem;
        font-style: normal;
        font-weight: 200;
    }
}
button#next-floating.disabled {
    opacity: .5;
    background: #000;
    color: #fff;
}
#checkout {
    h1 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
    }
    @media ()
    .title-container {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 4rem;

        span.title {
            font-size: 1.25rem;
            font-weight: 300;
        }
    }
    .form-group {
        margin-bottom: 2.5rem;
        margin-left:0;
        margin-right: 0;
        @media (min-width: 601px) {
            padding-left:0;
        }
        .js-input-column {
            padding:0!important;
        }
    }
    .checkout-step {
        margin-top: 2.56rem;

        input, select {
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 300;
            padding: 0 2.5rem;

            @media (max-width: 600px) {
                font-size: 1.125rem;
                padding: 0 1.5rem;
                height:60px!important;
                margin-bottom: 10px;

            }
        }
    }
    .payment-option {
        label {
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 300;
        }
    }
    .additional-information {
        margin-left: 0!important;
    }
}

.custom-radio input[type=radio]:checked+span {
    background-color: #000000;
}

/* Confirmación pedido */
#content-hook_order_confirmation {
    border-radius: 1.5rem;
    border: 1px solid #D9D9D9;
    margin-top: 2.65rem;

    .card-block {
        text-align: center;

        h1 {
            font-size: 6.5rem;
            font-style: normal;
            font-weight: 600;
            text-align: center;
            margin: 3rem 0;
        }
        p {
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 300;
            color: #000;
            margin-bottom: 6px;
        }
        hr {
            border: 1px transparent;
            height: 12px;
        }
    }
    .confirmation-actions {
        margin-top: 3rem;
        margin-bottom: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
    }
}

.btn {
    text-transform: none!important;
    border-radius: 90px!important;
    font-size: 1.5rem!important;
    font-style: normal!important;
    font-weight: 400!important;
}
.btn-outline-primary {
    color: #000000;
    border-color: #000000;
    &:hover {
        background-color: #000000;
        color: #ffffff;
        border-color: #000;
    }
}
.btn-primary {
    color: #ffffff;
    background-color: #000000;
    border-color: #000;
}

/* Contact page */
#contact {
    #ticketsNavigation, #ticketsFloating {
        display: none;
    }
}

/* Floating */
#ticketsFloating {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #ECECEC;
    padding: 33px 0;
    z-index: 10;

    .floating-content {
        width: 100%;
    }

    .total-paid {
        text-align: right;
        p {
            color: #000;
            leading-trim: both;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            margin: 0;

            &:last-child {
                font-size: 30px;
                line-height: 1;
            }
        }
    }
}

@media(max-width: 600px) {
    .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
        left: -30px!important;
    }
    .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
        right: -30px!important;
    }
}

#conditions-to-approve {
    ul {
        li {
            display: inline-block;
            margin-top: 16px;

            .condition-label {
                margin-top: 0;
            }
        }
    }
}

.contact-form {
    .bootstrap-filestyle {
        border-radius: 200px;
        border: 1px solid #D9D9D9;

        input {
            background: transparent;
            border: none;
        }

        .btn span { font-size: 1rem }
    }
    .form-group input, .form-group select {
        padding: 0 2rem;
    }
    .form-group textarea {
        padding: 1rem 2rem;
    }
}
#contact #content-wrapper{
    width: 100%;
}
#authentication #main, #password #main, #contact #main{
    max-width: 600px;
    margin: 0 auto;
}
#authentication #main .col-md-4{
    width: 100%;
}
#contact #main .col-md-6, #contact #main .col-md-9{
    width: 100%;
}
#authentication #main hr{
    display: none;
}
#authentication #main .page-header, #password #main .page-header{
    margin-left: 1rem;
}
#authentication #main .forgot-password{
    text-align: left;
    padding-left: 15px;

}
#authentication #main .text-sm-center{
    text-align: left !important;
    padding-left: 15px;

}
#password #main #back-to-login{
        margin-left: 30px;
}
#authentication #main .forgot-password a, #password #main #back-to-login span{
    text-decoration: underline;
    color: #1B6FAB;
    font-size: 16px;
    
}
#authentication #main input, #password #main input, #contact #main input, #contact #main textarea{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    padding: 0 2.5rem;
}

#contact input[name="submitMessage"] {
        text-transform: none !important;
    border-radius: 90px !important;
    font-size: 1.5rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
        padding: .5rem 1.25rem !important;
}

#password #main #back-to-login i{
    color: #1B6FAB;
}
#password #main .send-renew-password-link{
    font-weight: 300;
}
#password #main .col-md-3{
    font-weight: 400;
}
#authentication #main .page-header h1, #password #main h1, #contact #main h3{
    font-size: 32px;
    color: #000;
    padding-left: 15px;
    font-style: normal;
font-weight: 400;
line-height: normal;
}
#contact .form-fields label{
    display: none;
}
#contact .form-fields .group-span-filestyle label[for="file-upload"] {
    display: flex;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: #7a7a7a;
}
#contact .form-fields .form-control-comment {
    display: none;
}
#authentication #main .btn[data-action="show-password"] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-size: 1rem !important;
}
#password #main .forgotten-password .center-email-fields {
    display: block;
}
#password #main .forgotten-password .col-md-3, #password #main .forgotten-password .col-md-5 {
    width: 100%;
}
#password #main .forgotten-password .col-md-3{
    width: 100%;
    text-align: left;
}
#password #main .forgotten-password .col-md-5 {
   padding-left: 15px;
   padding-right: 15px;
   margin-bottom: 1.9375rem;
}
.forgotten-password .form-fields .center-email-fields button{
    height: auto;
        margin-left: 15px;

}

#contact #main .text-sm-right{
    text-align: left !important;
}

.btn.step-title{
    background: white;
}
