@import url('../font/fonts.css');

:root {
    --tiw-primary: #c58f4e;
    --tiw-secondary: #001910;
    --tiw-tertiary: var(--event-text-color);
    --tiw-quaternary: black;
    --tiw-quinary: black;
    --tiw-senary: black;
}

* {
    font-family: 'Merriweather', sans-serif !important;
}

.fa,
.fab,
.fas,
.far,
.fal,
.fad {
    font-family: "Font Awesome 6 Brands" !important;
}

body {
    background-image: url(../imgs/sfondo_evento.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position-y: top !important;
    background-color: #000 !important;
}

.material-icons {
    font-family: 'Material Icons' !important;
}

body.Shop div.Date.Parametro::before {
    /* background-image: url(../imgs/sfondo_pp_2.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position-y: top !important; */
    margin: 0px !important;
    background-color: transparent !important;
    /* height: 1083px !important; */
}

body.Shop div.Date.Parametro div.Calendar span.Month {
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    height: 66px !important;
    font-size: 28px !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 10 !important;
    top: 25px !important;
    border-radius: 15px !important;
    color: var(--tiw-secondary) !important;
    width: 90% !important;
    place-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-shadow: 6px 6px 3px 0px #00000059 !important;
    font-weight: 700 !important;
}

body.Shop div.Date.Parametro div.DataFissa {
    width: 100% !important;
}

body.Shop div.Date.Parametro div.Calendar td.Active>div>div.Date.Bind:hover {
    color: #010006 !important;
    -webkit-text-fill-color: #010006 !important;
}

body.Shop div.Date.Parametro div.Calendar td .Date.Bind {
    font-size: 40px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    height: 100% !important;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    display: inline-block !important;
    align-content: center !important;
}

body.Shop div.Date.Parametro div.Calendar td:not(.CurrentMonth) .Date.Bind {
    opacity: 50% !important;
}

body.Shop div.Date.Parametro div.Calendar td.CurrentMonth:not(.Active) .Date.Bind {
    opacity: 50% !important;
}

body.Shop div.Date.Parametro div.Calendar {
    background-color: transparent !important;
}

body.Shop div.Date.Parametro div.Calendar i {
    font-family: "Font Awesome 6 Free" !important;
    color: var(--tiw-secondary) !important;
}

/* table.Plain {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border: 4px solid #c58f4e !important;
    box-shadow: 0 0 0 10px #001910, 0 0 0 12px #c58f4e !important;
} */

table.Plain {
    position: relative !important;
    border-radius: 20px !important;
    border: 4px solid #c58f4e !important;
    background: transparent !important;
    overflow: auto !important;
    /* o come preferisci */
    z-index: 1;
}

table.Plain::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 28px;
    border: 2px solid #c58f4e;
    z-index: -1;
}

table.Plain::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 22px;
    background: transparent;
    z-index: -2;
}


table.Plain tr:first-child {
    height: 135px !important;
}

p.text-description {
    color: var(--tiw-tertiary) !important;
    font-size: 18px !important;
    font-style: italic !important;
    font-weight: 700 !important;
    line-height: 30px !important;
}

body.Shop div.Date.Parametro div.Calendar th {
    background-color: transparent !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    padding: 10px !important;
    color: var(--tiw-tertiary) !important;
    position: relative !important;
    top: 55px !important;
}

body.Shop div.Date.Parametro div.Calendar td {
    background-color: transparent !important;
    /* color: #7b7647 !important; */
    /* font-size: 20px !important; */
    /* font-weight: 600 !important; */
    border-width: 2px !important;
    /* padding: 40px !important; */
    border-color: var(--tiw-primary) !important;
}

body.Shop div.Date.Parametro div.Calendar tr:nth-child(2) td {
    border-top: 4px solid var(--tiw-primary) !important;
}

body.Shop div.Date.Parametro div.Calendar tr td:first-child {
    border-left: 0px !important;
}

body.Shop div.Date.Parametro div.Calendar tr td:last-child {
    border-right: 0px !important;
}

body.Shop div.Date.Parametro div.Calendar tr.Last__Visible__Row td {
    border-bottom: 0px !important;
}

/* body.Shop div.Date.Parametro div.Calendar td.Active {
    color: #e7b972 !important;
} */

body.Shop div.Date.Parametro div.Calendar td.Active:hover::before {
    background-color: none !important;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    opacity: 1 !important;
    -webkit-text-fill-color: black !important;
}

body.Shop div.Date.Parametro div.Calendar td.Active .Date.Bind:hover {
    color: #000 !important;
}

body.Shop div.Date.Parametro div.Calendar td>div {
    padding: 0px !important;
}

body.Shop div.Date.Parametro div.Calendar td.Active:hover {
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
}

body.Shop div.Date.Parametro div.Calendar td.Selected {
    background-color: transparent !important;
    color: none !important;
    border: 1px solid var(--tiw-primary) !important;
}

body.Shop div.Date.Parametro div.Calendar tr.Last__Visible__Row> :last-child {
    border-bottom-right-radius: 20px;
}

body.Shop div.Date.Parametro div.Calendar tr.Last__Visible__Row> :first-child {
    border-bottom-left-radius: 20px;
}

/* .rounded-bottom-left {
    border-bottom-left-radius: 20px;
}

.rounded-bottom-right {
    border-bottom-right-radius: 20px;
} */


body.Shop div.Date.Parametro div.TicketsContainer {
    max-width: 55% !important;
    width: 55% !important;
    /* padding-top: 35px !important; */
    margin-right: 35px !important;
}

span.Brand {
    display: none;
}

div.Calendar a.Arrow.PreviousMonth {
    left: 150px !important;
    z-index: 10 !important;
    margin-top: 43px !important;
}

div.Calendar a.Arrow.NextMonth {
    right: 150px !important;
    z-index: 10 !important;
    margin-top: 43px !important;
}

div.Calendar a.Arrow.Active {
    font-size: 22px !important;
}




/* popup */
div.Dialog.Cart div.Container {
    background: #000 !important;
    border-radius: 20px !important;
    padding: 0px !important;
    width: 825px !important;
    overflow-y: hidden !important;
    border: 3px solid #c58f4e !important;
    box-shadow: 0 0 0 10px #001910, 0 0 0 12px #c58f4e !important;
}

body.Shop div.FasceGroup div.RaggruppamentiFascia div.Fasce__Item div.Orario {
    background-color: black !important;
    border: 1px solid #434343 !important;
    border-radius: 10px !important;
}

body.Shop div.FasceGroup div.Fasce div.Fasce__Item.Fasce__Item--Selected,
body.Shop div.FasceGroup div.RaggruppamentiFascia div.Fasce__Item.Fasce__Item--Selected {
    border-color: transparent !important;
}

body.Shop div.FasceGroup div.RaggruppamentiFascia div.Fasce__Item.Fasce__Item--Selected>div {
    border-color: var(--tiw-primary) !important;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    color: #010006 !important;
    -webkit-text-fill-color: #010006 !important;
}

body.Shop div.Date.Parametro div.Calendar td.Selected>div>div.Date.Bind {
    border: 0px !important;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    color: #010006 !important;
    -webkit-text-fill-color: #010006 !important;
}

div.Fasce div.Fasce__Item>div:hover {
    border-color: var(--tiw-primary) !important;
}

body.Shop div.Date.Parametro {
    padding-top: 0px !important;
}

body.Shop div.Date.Parametro div.Legend {
    background-color: black !important;
}

body.Shop div.FasceGroup div.Legend div.Legend__Item {
    color: var(--tiw-tertiary) !important;
}

.Divider {
    display: none !important;
}

body.Dialog div.Dialog div.Container h3 {
    display: none !important;
}

body.Shop div.Coupon.NoDateCoupon {
    /* display: none !important; */
    background: #000 !important;
    margin: 0 !important;
    padding-top: 15px;
    padding-bottom: 40px;
    margin-top: 40px !important;
    /* border-bottom-left-radius: 17px !important;
    border-bottom-right-radius: 17px !important; */
}

body.Shop div.Coupon {
    padding-left: 35px;
    padding-right: 35px;

}

.popup-header {
    height: 66px;
    width: 849px !important;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 32px !important;
    padding: 10px;
    border-radius: 15px;
    z-index: 10;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
}

.event_alberi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    top: 3rem;
    z-index: 30;
    overflow: hidden;
    position: relative;
    height: auto;
}

.event_alberi img {
    max-height: 100%;
    max-width: 33%;
    object-fit: contain;
}

img.albero_l {
    width: 600px;
    float: left;
}

img.albero_r {
    width: 600px;
    float: right;
}

img.logo_pp {
    width: 627px;
}

.event_alberi_gallery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: -140px;
    z-index: 30;
}

.event_alberi_gallery img {
    max-height: 100%;
    /* max-width: 33%; */
    object-fit: contain;
}

img.albero_l_gallery {
    max-width: 40%;
    float: left;
    /* transform: scaleY(-1); */
}

img.albero_r_gallery {
    max-width: 40%;
    float: right;
    transform: scaleX(-1);
}

img.logo_gallery {
    max-width: 20%;
}

.header-image {
    width: 35% !important;
    height: auto !important;
}

.custom-close::before {
    content: "close";
    font-family: "Material Icons";
    font-size: 30px;
}

.custom-close {
    right: 10px;
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    color: var(--tiw-primary);
    display: flex;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: #000;
}

span.header-text-span {
    height: fit-content;
    margin: 0 auto;
    color: black;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
}

p.popup-data-fasce {
    margin-top: 115px !important;
    color: #FBFAF8 !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 35px !important;
    justify-content: center !important;
    font-size: 34px !important;
    text-transform: uppercase !important;
    font-style: italic !important;
    font-weight: 700 !important;
}

p.popup-data-fasce-ora {
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    margin-top: 115px !important;
    margin-bottom: 35px !important;
    justify-content: center !important;
    font-size: 34px !important;
    text-transform: uppercase !important;
    font-style: italic !important;
}

.event_parcofiabe {
    width: 100%;
    position: relative;
    background-color: #000;
}

img.albero_parcofiabe {
    width: 100%;
    margin-top: 80px;
}

img.logo_parcofiabe {
    width: 37%;
}

hr.footer_line {
    border-top: 2px solid #c58f4e !important;
    border-left: 2px solid #c58f4e !important;
    border-right: 2px solid #c58f4e !important;
    margin: 0px !important;
}

.logo_footer {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 25%;
}

.footer_lines {
    max-width: 90%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

img.footer_line_ball {
    margin-left: 5px;
    margin-right: 5px;
}

.footer_contacts {
    justify-self: center;
    margin-top: 3%;
    width: 100%;
    max-width: 1500px;
}

.footer_logos {
    position: relative;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2rem;
    margin: 0 auto;
    padding-top: 3rem;
}

.footer_copyright {
    align-items: center;
    display: flex;
    gap: 10px;
}

.footer_social {
    display: flex;
    gap: 15px;
}

a.footer_policy {
    color: #FBFAF8;
    text-decoration: underline;
}

a.footer_policy:hover {
    color: #FBFAF8;
    text-decoration: underline;
}

.event_gallery_elements {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: flex;
    gap: 7%;
    position: absolute;
    bottom: -4rem;
    z-index: 40;
    align-items: center;
    max-width: 1500px !important;
    justify-self: anchor-center;
}

.event_gallery_element {
    position: relative;
    width: 15%;
    height: fit-content;
    border: 3px solid #C58F4E;
    border-radius: 20px;
    background: transparent !important;
    /* overflow: hidden; */
    /* se vuoi tagliare l'effetto fuori */
    z-index: 1;
}

.event_gallery_element::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 28px;
    border: 2px solid #c58f4e;
    z-index: -1;
}

.event_gallery_element::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 24px;
    background: transparent;
    z-index: -2;
}

.event_gallery_element img {
    border-radius: 17px;
    cursor: pointer;
    width: 100%;
    display: block;
}


/* .popup-data-fasce-ora::before {
    content: "trending_flat";
    font-family: "Material Icons";
    font-size: 40px;
} */

form.Vendita {
    /* padding-top: 20px !important; */
    background: transparent !important;
    /* height: 1083px !important; */
    /* border-bottom-left-radius: 17px !important;
    border-bottom-right-radius: 17px !important; */
}

/* form.Vendita div.Date.Parametro::before {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
} */

.Wrap.Riepilogo.Bind.ContinueBtn {
    display: block !important;
    justify-items: center !important;
}

.Legend__Item.Combo {
    display: none !important;
}

body.Shop div.FasceGroup div.Legend {
    justify-content: center !important;
    gap: 25px !important;
    padding-bottom: 30px !important;
    clear: left !important;
    padding-top: 20px !important;
    color: var(--tiw-tertiary) !important;
}

body.Shop div.FasceGroup div.Legend>div {
    font-size: 18px !important;
    font-weight: 700 !important;
    font-style: italic !important;
}

body.Shop div.FasceGroup div.Legend div.Legend__Item.Legend__Item--Green::before {
    background: linear-gradient(131.41deg, #0C631F 12.4%, #3ABA56 50%, #0C631F 87.6%);
}

body.Shop div.FasceGroup div.Legend div.Legend__Item.Legend__Item--Orange::before {
    background: linear-gradient(131.41deg, #FF8A0E 12.4%, #EABE5F 50%, #FF8A0E 87.6%);
}

body.Shop div.FasceGroup div.Legend div.Legend__Item.Legend__Item--Red::before {
    background: linear-gradient(131.41deg, #C50003 12.4%, #EA6C47 50%, #C50003 87.6%);
}

body.Shop div.FasceGroup div.Legend div.Legend__Item.Legend__Item--Grey::before {
    background: linear-gradient(131.41deg, #777777 12.4%, #aaaaaa 50%, #777777 87.6%);
}

body.Shop div.FasceGroup div.Legend div.Legend__Item:not(.Combo)::before {
    width: 14px !important;
    height: 14px !important;
}

body.Shop div.FasceGroup div.Legend div.Legend__Item {
    padding-left: 20px !important;
}

body.Shop div.FasceGroup div.RaggruppamentiFascia {
    /* padding-top: 20px !important; */
    gap: 0px !important;
    justify-content: left !important;
}

.ball-fasce {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 50%;
}

body.Shop div.FasceGroup div.Fasce {
    margin-bottom: 30px !important;
    gap: 30px 34px !important;
    justify-content: center !important;
}

div.Fasce div.Fasce__Item>div {
    background-color: black !important;
    border: 1px solid var(--tiw-primary) !important;
    border-radius: 10px !important;
}

/* step 2 */
body.Shop div.Raggruppamento.Biglietti {
    display: block !important;
    flex-wrap: unset !important;
    align-items: unset !important;
    margin: 0 auto !important;
    margin-top: 15px !important;
}

body.Shop div.Raggruppamento div.Prodotto {
    margin: 0 !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    border-radius: 12px !important;
    border: 1px solid var(--tiw-primary) !important;
}

form.Vendita div.Step div.Wrap {
    background: #000 !important;
    padding: 0 35px !important;
}

div.Dialog.Cart div.Container {
    max-height: max-content !important;
}

div.Dialog.Cart {
    overflow-y: scroll !important;
}

body.Shop div.Raggruppamento div.Prodotto.BackgroundImage div.Content {
    padding: 20px !important;
    height: fit-content !important;
}

body.Shop div.Raggruppamento div.Prodotto h4 {
    color: #fff !important;
    border-bottom: 0px !important;
}

body.Shop div.Raggruppamento div.Prodotto.BackgroundImage div.Content div.BackgroundWrapper {
    display: none !important;
}

.custom-content-ticket {
    position: relative;
    display: flex;
    align-items: center;
    width: 80%;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    /* font-weight: bold; */
}

.custom-title-ticket {
    width: 80%;
}

.custom-totals {
    font-size: 1.2rem;
}

.StrikedPrice.Bind {
    display: none !important;
}

div.NumberPicker input[readonly] {
    font-weight: 400 !important;
    font-size: 38px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    font-family: 'Cinzel' !important;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

div.NumberPicker {
    background-color: #000 !important;
    border-radius: 10px !important;
    border: 1px solid var(--tiw-primary) !important;
    width: 95px !important;
    height: 59px !important;
}

div.NumberPicker::after {
    border: 0px !important;
}

div.NumberPicker::before {
    content: "expand_more" !important;
    font-family: "Material Icons" !important;
    font-size: 33px !important;
    right: 25px !important;
    border: 0px !important;
    width: unset !important;
    border: 0px !important;
    top: unset !important;
    margin-top: 13px !important;
    color: var(--tiw-primary) !important;
}

.custom-price-ticket {
    width: 25% !important;
    text-align: end;
    font-weight: bold !important;
}

p.custom-firsttitle-ticket {
    text-transform: uppercase !important;
    margin-bottom: 0px !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    font-family: 'Cinzel' !important;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    display: inline-block !important;
}

p.custom-secondtitle-ticket {
    color: #858585 !important;
    margin-top: 0px !important;
    font-size: 18px !important;
    padding-right: 35px !important;
}

.CMSContent.Wrap {
    display: none !important;
}

.BundleNote.Wrap {
    display: none !important;
}

div.NumberPickerList {
    background: #000 !important;
    border: 1px solid var(--tiw-primary) !important;
    padding: 4px 0 4px 0 !important;
}

div.NumberPickerList a {
    line-height: 1.5 !important;
    height: auto !important;
    border-bottom: 0px !important;
    font-size: 20px !important;
    font-family: 'Cinzel' !important;
}

div.NumberPickerList a:hover {
    background-color: var(--tiw-primary) !important;
    color: #fff !important;
}

body.Shop div.Raggruppamento div.Prodotto div.Content>div.Bar>div.Bind:first-child {
    display: flex !important;
    align-items: center !important;
    place-content: space-between !important;
}

body.Shop div.Coupon.NoDateCoupon div.Field {
    width: 100% !important;
    display: inline-block;
}

/* body.Shop div.Coupon.NoDateCoupon div.Field input {
    height: 65px !important;
    background: #000 !important;
    border: 1px solid #434343 !important;
    border-radius: 12px !important;
    width: 80% !important;
    padding: 10px !important;
    color: #fff !important;
    padding-top: 25px !important;
} */

body.Shop div.Coupon div.Field .Icon {
    border-radius: 12px !important;
    top: 10px !important;
    color: #fff !important;
    border: 2px solid var(--tiw-primary) !important;
    width: 17% !important;
    height: 65px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 17px !important;
    font-weight: bold !important;
    background-color: #000 !important;
}

span.apply-coupon-text {
    font-style: italic;
}

body.Shop div.Coupon div.Field .Icon i {
    display: none !important;
}

div.Group>label[for="Bundle_CouponHypotesis"] {
    top: 18px !important;
    /* font-size: 14px !important; */
}

/* body.Shop div.Coupon.NoDateCoupon div.Field input::placeholder {
    position: relative !important;
    top: -20px !important;
    font-weight: bold !important;
} */


div.Riepilogo {
    color: #fff !important;
    background: #000 !important;
    border-bottom-left-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
    padding: 0px 18px 18px 18px !important;
    display: none !important;
}

div.Riepilogo div.Header {
    display: none !important;
}

div.Riepilogo div.ProductList {
    border: 1px solid #434343 !important;
    border-bottom: 0px !important;
    padding: 20px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

div.Riepilogo div.ProductList div.Product {
    border: 0px !important;
}

div.Riepilogo div.Column {
    border: 0px !important;
}

div.Riepilogo div.Column1 {
    padding-left: 0px !important;
}

div.Riepilogo div.Column4 {
    padding-right: 0px !important;
}

div.Riepilogo div.Totale {
    margin-top: 0px !important;
    border-top: 0px !important;
    border-bottom: 1px solid #434343 !important;
    border-left: 1px solid #434343 !important;
    border-right: 1px solid #434343 !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    padding: 10px !important;
}

.custom-riepilogo {
    border: 1px solid var(--tiw-primary);
    border-radius: 12px;
    padding: 18px;
    line-height: 50px;
    /* display: none; */
    font-size: 14px;
}

.custom-riepilogo p {
    font-size: 14px !important;
    color: #fff !important;
    font-weight: bold;
    text-align: start !important;
}

.custom-riepilogo-row {
    display: flex;
    justify-content: space-between;
    font-size: 18px !important;
    font-style: italic;
    font-weight: 700 !important;
    line-height: 30px;
}

.content-riepilogo {
    background: #000;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 17px !important;
    border-top-right-radius: 17px !important;
    padding-bottom: 35px;
    display: none;
    text-align: left !important;
}

hr.hr-riepilogo {
    border-top: 1px solid var(--tiw-primary) !important;
    border-left: 1px solid var(--tiw-primary) !important;
    border-right: 1px solid var(--tiw-primary) !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.custom-subtotals {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: #FFFFFF80;
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
}

.custom-totalone {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
}

.Button {
    float: none !important;
}

.Wrap.Riepilogo.Bind.ContinueBtn a i {
    display: none !important;
}

.Wrap.Riepilogo.Bind.ContinueBtn .Button.Icon {
    display: none;
    padding: 15px 20px !important;
    margin: auto !important;
    border-radius: 50px !important;
    border: 1px solid transparent !important;
    color: #000000 !important;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    width: 353px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    margin-bottom: 20px !important;
    font-family: 'Cinzel' !important;
    height: 80px !important;
    align-content: center !important;
}

.Wrap.Riepilogo.Bind.ContinueBtn .Button.Icon:hover {
    color: #fff !important;
    opacity: 0.8 !important;
}

.Wrap.Riepilogo.Bind.ContinueBtn .Button.Icon::first-letter {
    text-transform: capitalize;
}

.Wrap.Riepilogo.Bind.ContinueBtn .Button.Icon::before {
    display: none !important;
}

a.PayButton.Button.Icon.Right.Squared.Standard:hover {
    color: #fff !important;
    opacity: 0.8 !important;
}

a.PayButton.Button.Icon.Right.Squared.Standard::first-letter {
    text-transform: capitalize;
}

.Accessories {
    display: none !important;
}



.Registrazione.Module {
    display: grid !important;
}

form.Columns2.Vendita.Pagamento {
    background: #000 !important;
    margin-top: 120px !important;
}

form.Columns2.Vendita.Pagamento div.Group input {
    width: 100% !important;
    height: 48px;
    background: #000 !important;
    border: 1px solid var(--tiw-primary) !important;
    border-radius: 12px !important;
    padding: 10px !important;
    color: #fff !important;
    padding-top: 25px !important;
}

form.Columns2.Vendita.Pagamento div.Group input::placeholder {
    position: relative !important;
    top: -20px !important;
    font-weight: bold !important;
}

input#Bundle_CouponHypotesis {
    width: 80% !important;
    height: 65px !important;
    background: #000 !important;
    border: 1px solid var(--tiw-primary) !important;
    border-radius: 12px !important;
    padding: 10px !important;
    color: #fff !important;
    padding-top: 25px !important;
    position: relative !important;
    font-weight: normal !important;
}

input#Bundle_CouponHypotesis.has-error.active {
    border: 2px solid #B94A48 !important;
    background-color: #9aa87f7d !important;
}

.TabContainer.Tabs.Bind.AuthenticationBox {
    background: #000 !important;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
}

.iti--inline-dropdown .iti__dropdown-content {
    background: #000 !important;
    border-radius: 12px 12px 12px 12px !important;
    border: 1px solid var(--tiw-primary) !important;
}

.iti__country {
    color: #fff !important;
}

.CheckBox.Privacy {
    color: #fff !important;
    font-weight: bold;
}

.CheckBox.Privacy a {
    color: #B090BF !important;
    font-weight: bold;
}

/* p.RecaptchaPrivacyNotice {
    display: none !important;
} */

.Wrap.Step.Step1.Steps-2 {
    padding: 0px 35px 20px 35px !important;
    background: #000 !important;
    border-bottom-left-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
}

p.custom-riepilogo-label {
    font-family: 'Cinzel' !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #D9D9D9 !important;
    margin-bottom: 0px !important;
}

body div.Tabs div.TabContent {
    border: 0px !important;
}

.Registrazione.Module .Group i {
    font-size: 20px;
}

a.Button.Fill {
    padding: 15px 20px !important;
    margin: auto !important;
    border-radius: 16px !important;
    border: 1px solid transparent !important;
    color: #000000 !important;
    background-color: #B090BF !important;
    width: 245px !important;
    text-align: center !important;
    text-transform: lowercase !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

a.Button.Fill:hover {
    color: #fff !important;
    opacity: 0.8 !important;
}

a.Button.Fill::first-letter {
    text-transform: capitalize;
}

form.Columns2.Vendita.Pagamento div.Group.Clear {
    margin: 0 auto !important;
    padding-right: 0px !important;
    margin-top: 20px !important;
}

body.Shop div.Pagamento div.Step1.Steps-2>h4 {
    display: none !important;
}

.Wrap.Step.Step1.Steps-2 .RadioButton {
    display: none !important;
}

.Wrap.Step.Step1.Steps-2>div.Group {
    display: block !important;
    padding: 0px !important;
}

div.MetodoPagamento.Stripe #container {
    background: #000;
    box-shadow: none !important;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid var(--tiw-primary) !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}

.header-pagamento {
    width: 100% !important;
    border-left: 1px solid !important;
    border-right: 1px solid !important;
    border-top: 1px solid !important;
    border-color: var(--tiw-primary) !important;
    border-radius: 12px 12px 0px 0px !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 20px !important;
}

.header-pagamento span {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.div-card-image {
    position: relative !important;
    width: 34px;
    height: 24px;
    padding: 4px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.div-card-images {
    display: flex;
    gap: 10px;
}

.div-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

div.MetodoPagamento.Stripe input {
    margin-bottom: 0px !important;
}

div.MetodoPagamento.Stripe #StripePaymentElement {
    margin-top: 20px !important;
    border-radius: 12px !important;
}

a.PayButton.Button.Icon.Right.Squared.Standard {
    padding: 15px 20px !important;
    margin: auto !important;
    border-radius: 50px !important;
    border: 1px solid transparent !important;
    color: #000000 !important;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    width: 353px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    margin-bottom: 20px !important;
    font-family: 'Cinzel' !important;
    height: 80px !important;
    align-content: center !important;
}

a.PayButton.Button.Icon.Right.Squared.Standard::before {
    display: none !important;
}

i.fas.fa-caret-circle-right {
    display: none !important;
}

.MetodoPagamento.Stripe {
    text-align: center !important;
}

/* input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-text-fill-color: #fff !important;
} */

/** Manage errors **/
form.Columns2.Vendita.Pagamento div.Group input.has-error {
    border: 2px solid #B94A48 !important;
    background-color: #9aa87f7d !important;
}

span.ErrorPlaceholder {
    display: none !important;
}

.FinalError.Error,
span.Error {
    /* display: none !important; */
    background: #e36f70 !important;
    border-radius: 14px !important;
    color: #fff !important;
    font-size: 16px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    line-height: 20px !important;
    padding: 15px !important;
}

div.StripeElement.StripeElement--invalid {
    border: 2px solid #B94A48 !important;
    background-color: #FFECEB !important;
}

body.Shop div.Date.Parametro div.Calendar td.Selected>div {
    border: none !important;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    color: #000 !important;
}

div.Dialog {
    background-color: rgb(217 217 217 / 10%) !important;
}

body.Shop div.Coupon>label[for="Bundle_CouponHypotesis"] {
    font-family: 'Cinzel' !important;
    color: #D9D9D9 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    pointer-events: none !important;
    margin: 0 !important;
    line-height: 100% !important;
}

body.Shop div.FasceGroup div.Fasce div.Fasce__Item div.Orario {
    font-family: 'Cinzel', serif !important;
    height: 55px !important;
    width: 116px !important;
    line-height: unset !important;
    padding: 1rem !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

div.label-fascia-oraria {
    clear: left !important;
    color: #B090BF !important;
    padding-top: 15px !important;
    padding-bottom: 3px !important;
    font-size: 16px !important;
}

body.Shop div.Coupon label {
    width: unset !important;
}

div.container-term-of-use {
    margin-bottom: 30px !important;
}

div.container-term-of-use p {
    color: #fff !important;
    text-align: left !important;
}

div.container-term-of-use p a {
    color: var(--tiw-primary) !important;
    text-decoration: none !important;
}

div.container-term-of-use p a:hover {
    color: var(--tiw-primary) !important;
}

body.Shop div.Coupon div.Field .Icon.AnimatedCheck {
    display: none !important;
}

div.Coupon div.Field.CouponValid input {
    width: 100% !important;
    height: 65px !important;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    border: 1px solid var(--tiw-primary) !important;
    border-radius: 16px !important;
    padding: 10px !important;
    color: #000 !important;
    position: relative !important;
    font-weight: normal !important;
    justify-items: center !important;
}

div.Coupon div.Field.CouponValid label {
    display: none !important;
}

del.event_testo_barrato {
    color: var(--tiw-primary);
}








.Group {
    position: relative !important;
    margin: 7px 0 !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    width: 100% !important;
}

.Group input {
    width: 100% !important;
    padding: 12px 8px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
}

.Group label {
    z-index: 1 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 6px !important;
    color: #858585 !important;
    pointer-events: none !important;
    background: transparent !important;
    padding: 0 4px !important;
    font-size: 18px !important;
    font-style: italic !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    transition: top 0.4s ease, transform 0.4s ease, font-size 0.4s ease, color 0.4s ease !important;
}

.required {
    color: #909090;
}

.Group.active label {
    top: 0px !important;
    font-size: 15px !important;
    color: #909090 !important;
    transform: none !important;
}

.Group input.active {
    height: 65px !important;
}


div#Content h3:first-child:not(.MarginTop) {
    display: none !important;
}

div.div-description {
    height: 100%;
    width: 45%;
    color: var(--tiw-tertiary);
    font-size: 18px !important;
    font-style: italic !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    padding: 35px;
    display: grid;
}

img.image-desc-title {
    margin-bottom: 70px;
    margin-top: 20px;
}

img.image-desc-title-mobile {
    display: none;
}

div.div-description div {
    margin-top: 0px;
    margin-bottom: 50px;
}

div.div-description a {
    width: 130px !important;
    height: 51px !important;
    text-decoration: none !important;
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    line-height: 24px;
    border-style: solid;
    border-radius: 50px;
    border: 4px solid var(--tiw-primary) !important;
    text-align: center !important;
    align-content: center !important;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

img.img-line-description {
    width: 79px;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -7px;
}

div.custom-wrap {
    padding-top: 40px;
    display: flex;
    padding-bottom: 40px;
    max-width: 1500px !important;
    justify-self: center !important;
}


/** Fasce **/
.Fasce__Item {
    display: block !important;
    float: left !important;
}

.RaggruppamentiFascia.Bind {
    display: none !important;
}






/* a.Button.Icon.Next.Right.Bind.Standard {
    display: none !important;
} */


div#Content {
    padding-top: 0px !important;
    min-height: 0px !important;
    background: transparent !important;
    /* height: 1083px !important; */
}

body:not(.CMSPage) footer {
    margin: 0px !important;
    justify-items: center !important;
    padding-top: 50px !important;
}

.event_gallery {
    width: 100%;
    margin-top: 200px;
    position: relative;
}

img.event_img_gallery {
    width: 100%;
}

.gradiente-centrale {
    width: 100%;
    height: 500px;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: center top, center bottom;
    position: absolute;
    top: -250px;
    z-index: 30;
}



div.Matematici {
    display: none !important;
}

.Wrap.Vendita.Pagamento.Biglietti.Padding {
    color: #fff !important;
    background-color: var(--tiw-secondary) !important;
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 100px !important;
}

a.Button.Download.Right.Standard {
    display: grid !important;
    width: fit-content !important;
    background-color: #B090BF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    fill: #000;
    color: #000 !important;
    border-radius: 10px;
    padding: 12px 35px;
    cursor: pointer;
    margin: 0;
}

a.home_page_button {
    display: grid !important;
    width: fit-content !important;
    background-color: transparent;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #B090BF !important;
    border-radius: 10px;
    padding: 12px 35px;
    cursor: pointer;
    border: 1px solid #B090BF;
    height: fit-content;
    margin: 0;
    text-decoration: none !important;
}

a.home_page_button:hover {
    text-decoration: none !important;
}

.thankyou_page_buttons {
    display: flex;
    gap: 25px;
    width: 100%;
    justify-content: center;
}

a.Button.Download.Right.Standard:hover {
    border-color: #B090BF !important;
}

form.Columns2 {
    text-align: center !important;
    line-height: 40px !important;
    font-size: 18px !important;
}

h1.Wrap {
    display: none !important;
}

div.event_menu_overlay {
    width: 500px;
    height: auto;
    position: fixed;
    top: 10px;
    right: 35px;
    background: #FBFAF8;
    z-index: 999;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
}

div.event_menu_overlay.active {
    opacity: 1;
    visibility: visible;
}

div.event_menu_overlay.active .event_menu_items>ul>li {
    opacity: 1;
    transform: translateY(0);
}

.event_menu_items ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event_menu_items>ul>li {
    margin-bottom: 2px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.event_menu_items>ul>li:nth-child(1) {
    transition-delay: 0.1s;
}

.event_menu_items>ul>li:nth-child(2) {
    transition-delay: 0.15s;
}

.event_menu_items>ul>li:nth-child(3) {
    transition-delay: 0.20s;
}

.event_menu_items>ul>li:nth-child(4) {
    transition-delay: 0.25s;
}

.event_menu_items>ul>li:nth-child(5) {
    transition-delay: 0.30s;
}

.event_menu_items a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.submenu {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 0;
}

.submenu li a {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
}

.has-submenu.active .submenu {
    max-height: 300px;
    opacity: 1;
    padding-top: 15px;
}

.has-submenu.active .event_arrow_bottom {
    transform: rotate(180deg);
}

.has-submenu .event_arrow_bottom {
    transition: all 0.3s ease;
}

.event_menu_items .submenu li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.event_menu_items .submenu .left,
.event_menu_items .submenu .right {
    white-space: nowrap;
}

.event_menu_items .submenu .line {
    flex-grow: 1;
    height: 1px;
    background-color: #999;
}

.event_menu_items>ul>li>a {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}

.event_menu_items>ul>li:not(:last-child) {
    margin-bottom: 10px;
}

.event_arrow_right {
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.event_arrow_active {
    opacity: 1;
    transform: translateX(0px);
}

button.event_menu_button {
    background: transparent;
    border: none;
    margin-right: 35px;
    cursor: pointer;
}

button.event_menu_close {
    position: absolute;
    background: transparent;
    border: none;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.event_menu_header {
    display: none;
}


span.event_hey {
    font-size: 22px;
    font-weight: bold;
}

span.event_thankyou {
    font-weight: bold;
    font-size: 63px !important;
}

span.event_emailed {
    font-weight: bold;
    font-size: 17px;
}

span.event-dicitura-text {
    line-height: 20px;
    font-size: 14px;
    /* display: none; */
}

form.Vendita div.Step div.custom-wrap {
    background: transparent !important;
    border-radius: 0px !important;
    margin: 0px !important;
    /* height: 1083px !important; */
}




/** policy popup **/
div.CookiePolicyManager-Banner {
    background: #212121 !important;
    color: #fff !important;
    border: 2px solid #2A2A2A !important;
    width: 845px !important;
    box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3) !important;
    border-radius: 6px;
    padding: 0px !important;
}

div.CookiePolicyManager-Banner__Content img {
    display: none !important;
}

div.custom-content-policy {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 12px 0;
    border-bottom: 1px solid #2A2A2A;
}

div.custom-content-policy p {
    margin-block-start: 0;
    margin-block-end: .9rem;
}

div.custom-header-policy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid;
    border-color: #2A2A2A;
}

div.custom-header-policy span {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.policy_accordion {
    margin: auto;
}

.policy_accordion input {
    display: none;
}

.policy_accordion label {
    position: relative;
    display: block;
    background: transparent;
    padding: 15px 15px 0 25px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 5px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: transparent;
    padding: 0 15px;
    border-top: none;
}

.accordion-content p {
    color: #d0d0d0;
    background-color: #2a2a2a;
    border-color: #474444;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 10px;
    border-radius: 6px;
    margin-left: 10px;
    margin-top: 10px;
}

.policy_accordion input:checked+label+.accordion-content {
    max-height: 100px;
}

.policy_accordion .header {
    display: flex;
    justify-content: space-between;
}

.policy_accordion .header span:first-child {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
}

.policy_accordion .header span:last-child {
    color: #008000;
    font-weight: bold;
    line-height: 24px;
    font-size: 14px;
}

.policy_accordion .title {
    margin: 10px 0 0 0;
}

.policy_accordion .title span {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}

svg.arrow {
    position: absolute;
    color: #fff;
    left: 0px;
    top: 20px;
    transition: all 0.3s ease;
}

.policy_accordion label.active svg.arrow {
    transform: rotate(180deg);
}

div.CookiePolicyManager-Banner div.Block {
    display: none !important;
}

div.CookiePolicyManager-Banner>div.Wrap {
    max-height: 575px;
    overflow: auto;
}

a.Block.Ok.AcceptBtn {
    display: none !important;
}

.custom-footer-policy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-top: 1px solid;
    border-color: #2A2A2A;
    gap: 7px;
}

.custom-footer-policy button {
    flex: auto;
    max-width: 100%;
    border: 2px solid;
    padding: 8px 27px 8px 27px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 2px;
}

.policy-btn-reject,
.policy-btn-prefer {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF;
}

.policy-btn-accept {
    background-color: var(--tiw-primary);
    border-color: var(--tiw-primary) !important;
    color: #000;
}

img.custom-header-image {
    cursor: pointer;
    padding: 10px;
}

body.Shop div.Raggruppamento div.Prodotto a.Information {
    display: none !important;
}

.custom-price-ticket-desc {
    color: #787878;
    line-height: 1.5;
    font-size: 12px;
    font-weight: normal;
    display: none;
}

.custom-price-ticket-total {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Cinzel' !important;
    color: #FBFAF8;
}

body.Shop div.Raggruppamento div.Prodotto div.Content {
    height: auto !important;
}

body.Shop div.Raggruppamento div.Prodotto div.Content div.Error {
    display: none !important;
}






.event_contacts_elements {
    display: grid;
    position: absolute;
    bottom: 0px;
    line-height: 26px;
    z-index: 800;
}


img#event_logo {
    width: 240px;
    margin: 10px;
}

div.event_menu {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: auto;
    padding: 10px 75px 10px 75px;
    background-color: #131313D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event_gradiente {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 475px;
    top: -143px;
    left: -1px;
    pointer-events: none;
    z-index: 10;
}


div.event_content {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

div.event_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

div.event_over {
    width: 100%;
    position: absolute;
    top: 270px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

div.event_over img {
    max-width: 528px;
}

div.event_over span {
    font-size: 24px;
    display: grid;
}

div.event_over span strong {
    font-weight: bold;
}

div.event_over a {
    background-color: #B090BF;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    fill: #000;
    color: #000;
    border-radius: 32px 32px 32px 32px;
    padding: 12px 24px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
    text-decoration: none;
    cursor: pointer;
}

div.event_text {
    padding: 50px 10px 70px 10px;
    width: 100%;
    background-color: #B090BF;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

div.event_text span {
    display: inline-block;
    padding-left: 100%;
    animation: scroll 30s linear infinite;
    color: #000;
    font-weight: 400;
    font-size: 24px;
}

footer.event_footer {
    background-color: transparent !important;
    /* background-image: url(../imgs/sfondo_pp_3.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position-y: top !important; */
    height: 757px !important;
}

.event_location {
    border: 4px solid #C58F4E;
    border-radius: 24px;
    display: flex;
    padding: 1.3rem;
    max-width: 1500px;
    margin-left: 35px;
    margin-right: 35px;
    width: -webkit-fill-available;
}

.event_contacts {
    width: 40%;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-family: 'Merriweather', sans-serif;
    font-style: italic;
    line-height: 26px;
    font-size: 18px;
}

.event_contacts_elements a {
    color: #fff;
    text-decoration: underline;
}

.event_contacts_elements a:hover {
    color: #fff;
    text-decoration: underline;
}

.event_maps {
    width: 60%;
    border: 3px solid #C58F4E;
    border-radius: 20px;
}

div.event_line {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 75px;
    margin-right: 75px;
}

div.event_line hr {
    height: 1px !important;
    background-color: #808080 !important;
    border: none !important;
}

div.event_map {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 1650px;
    padding-left: 6%;
    padding-right: 6%;
}

div.event_line_text {
    margin-bottom: 25px;
}

.event_line_text img {
    width: 79px;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -7px;
}

.event_line_text span {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

div#event_cnt_map {
    border-radius: 18px;
    width: 100%;
    height: 20rem !important;
}

.map-grayscale {
    filter: grayscale(100%);
}


.leaflet-control-attribution {
    display: none !important;
}

div.event_cnt_footer {
    padding: 20px 35px 20px 35px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}

img.event_logo_beam {
    width: 150px;
}

img.event_logo_lux {
    width: 28px;
    height: 28px;
}

span.event_copy_text {
    font-size: 10px;
    color: #fff;
}

div.event_copyright {
    display: flex;
    align-items: center;
    gap: 30px;
}

div.event_social {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 30px;
}

a.event_policy {
    color: #fff;
    text-decoration: underline;
    font-size: 10px;
}

a.event_policy:hover {
    color: #fff;
}

div.event_social a {
    color: #fff;
}

.leaflet-top {
    z-index: 400 !important;
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}









.tiw-wrapper-popup {
    width: auto;
    position: relative;
}

label.tiw-coupon-code {
    font-weight: 400 !important;
    color: #858585 !important;
    font-style: italic !important;
    font-size: 18px !important;
}

label.tiw-coupon-code.has-error {
    color: var(--tiw-tertiary) !important;
}

.footer_logos_mobile {
    display: none;
}

.leaflet-tile-pane {
    filter: grayscale(100%);
}

.iti__search-input {
    width: 100% !important;
    height: 48px;
    background: #000 !important;
    border: 1px solid var(--tiw-primary) !important;
    border-radius: 12px !important;
    padding: 10px !important;
    color: #fff !important;
    padding-top: 25px !important;
    padding-left: 10px !important;
}

.iti__selected-dial-code {
    font-style: italic;
}

.iti__search-input::placeholder {
    position: relative !important;
    top: -20px !important;
    font-weight: bold !important;
}

ul#iti-0__country-listbox {
    overflow-y: auto;
    scrollbar-width: none;
}

a.confirm-otp-btn {
    width: 35% !important;
    border-radius: 12px !important;
    top: 10px !important;
    color: #000 !important;
    border: 2px solid var(--tiw-primary) !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 17px !important;
    font-weight: bold !important;
    background-color: var(--tiw-primary) !important;
    font-style: italic !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

a.confirm-otp-btn-length {
    height: 65px !important;
}

.active-btn-otp {
    display: flex !important;
    gap: 10px;
}

a.confirm-otp-btn.confirm-otp-btn-disabled {
    color: #999 !important;
    border: 2px solid #ccc !important;
    background-color: #e0e0e0 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    pointer-events: none !important;
}

.confirm-otp-box {
    display: none;
    position: relative;
    transition: opacity 0.5s ease !important;
    opacity: 1 !important;
}

#otp-box h3 {
    display: block !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-family: 'Merriweather' !important;
}

#otp-box {
    position: relative !important;
    width: 100% !important;
    max-width: fit-content !important;
    margin: 30px auto !important;
    padding: 20px !important;
    border: 1px solid var(--tiw-primary) !important;
    border-radius: 12px !important;
    background: #000 !important;
    text-align: center !important;
    font-family: sans-serif !important;
}

.otp-inputs {
    display: flex !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin: 20px 0 !important;
}

.otp-inputs input {
    color: #fff !important;
    background: transparent !important;
    width: 45px !important;
    height: 48px !important;
    font-size: 24px !important;
    text-align: center !important;
    border: 1px solid var(--tiw-primary) !important;
    border-radius: 12px !important;
    outline: none !important;
    transition: 2px solid var(--tiw-primary) !important;
}

.otp-inputs input:focus {
    border-color: var(--tiw-primary) !important;
}

#submit-otp {
    width: 100% !important;
    height: 48px !important;
    padding: 12px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    background-color: var(--tiw-primary) !important;
    color: #000 !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    font-style: italic !important;

}

#submit-otp:hover {
    background-color: var(--tiw-primary) !important;
}

input.iti__tel-input.otp-btn-valid {
    background: var(--tiw-primary) !important;
    color: #000 !important;
}

.otp-box-overlay {
    background: #c58f4ead !important;
    top: 0;
    left: 0;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    /* display: flex !important; */
    align-items: center !important;
    justify-content: center !important;
    font-size: 32px !important;
    border-radius: 12px !important;
    display: none !important;
    transition: opacity 0.5s ease !important;
    opacity: 1 !important;
}

.loader {
    width: 40px !important;
    height: 40px !important;
    border: 4px solid #ccc !important;
    border-top: 4px solid var(--tiw-primary) !important;
    border-radius: 50% !important;
    animation: spin 1s linear infinite !important;
    display: none;
}

.success-icon {
    color: rgb(45, 104, 45) !important;
    font-size: 48px !important;
    font-weight: bold !important;
    display: none;
}

.error-icon {
    color: #B94A48 !important;
    font-size: 48px !important;
    font-weight: bold !important;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

p.thankyou {
    display: grid;
}

span.title-thankyou {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    font-style: italic;
    line-height: 58px;
}

span.tickets-thankyou {
    color: var(--event-text-color);
    margin-top: 40px;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
}

span.email-thankyou {
    color: var(--event-text-color);
    margin-top: 10px;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 40px;
}

.homepage-thankyou {
    text-decoration: none !important;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
    color: var(--tiw-primary) !important;
}

a.Button.Download.Right.Standard {
    display: none !important;
}

.Wrap.Error.Padding {
    text-align: center !important;
}

img.genericErrorImage {
    width: 35%;
    margin: 45px 0px 15px 0px;
}

body.Shop div.FasceGroup div.Fasce div.Fasce__Item div.Orario>span {
    font-family: 'Cinzel', serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

body.Shop div.FasceGroup div.Fasce div.Fasce__Item div.Orario[availability=Grey] {
    background: #4a4a4a !important;
}

body.Shop div.FasceGroup div.Fasce div.Fasce__Item div.Orario[availability=Grey]>span.span-fascia-oraria {
    text-decoration: line-through !important;
    text-decoration-color: #C58F4E !important;
}

body.Shop div.FasceGroup div.Fasce div.Fasce__Item div.Orario[availability=Grey]>div.ball-fasce {
    display: none !important;
}

.td-soldout {
    background: #4a4a4a !important;
    pointer-events: none !important;
    border-radius: 0px !important;
}

.td-day-soldout {
    /* text-decoration: line-through !important; */
    text-decoration-color: #C58F4E !important;
}

span.sold-out {
    line-height: 42px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 700;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 25px;
    -webkit-text-fill-color: #fff !important;
}

.div-hero {
    position: relative;
    justify-self: center;
    text-align: center;
}

p.text-hero-white {
    font-family: 'Cinzel', Serif !important;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

p.text-hero-gold {
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%);
    background-clip: text;
    font-family: 'Cinzel', Serif !important;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: transparent;
    text-transform: uppercase;
    margin: 0;
}

.popup-comunicazione {
    max-width: 825px;
    height: auto;
    width: 825px;
    position: fixed;
    z-index: 98;
    top: 131px;
    left: 50%;
    transform: translate(-50%);
}

.popup-comunicazione-content {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 20px;
    padding: 100px 20px 20px 20px;
    overflow-y: hidden;
    border: 3px solid #c58f4e;
    box-shadow: 0 0 0 10px #001910, 0 0 0 12px #c58f4e;
    display: grid;
}

span.popup-comunicazione-title-content {
    margin: 0 auto;
    color: #FBFAF8;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    justify-content: center;
    font-size: 34px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
}

span.popup-comunicazione-description-content {
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    justify-content: center;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
}

.popup-comunicazione-header {
    height: 66px;
    margin: 0 auto;
    width: 849px;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    background: linear-gradient(135.34deg, #C58F4E 15.43%, #EEC279 50.85%, #C58F4E 86.26%);
    z-index: 10;
    justify-self: anchor-center;
    top: -12px;
    left: -12px;
    border-radius: 15px;
    padding: 10px;
    align-items: center;
}

span.popup-comunicazione-text-header {
    height: fit-content;
    margin: 0 auto;
    color: black;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
}

span.popup-comunicazione-close {
    right: 10px;
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    color: var(--tiw-primary);
    display: flex;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: #000;
}

span.popup-comunicazione-close::before {
    content: "close";
    font-family: "Material Icons";
    font-size: 30px;
}


@media (max-width: 768px) {
    .popup-comunicazione {
        max-width: 360px;
        width: 360px;
    }

    .popup-comunicazione-header {
        width: 383px;
        height: 43px;
    }

    .popup-comunicazione-content {
        padding: 75px 20px 20px 20px;
    }

    span.popup-comunicazione-text-header {
        font-size: 18px;
    }

    span.popup-comunicazione-title-content {
        font-size: 20px;
    }

    span.popup-comunicazione-description-content {
        font-size: 14px;
    }

    span.popup-comunicazione-close {
        width: 26px;
        height: 26px;
    }

    span.popup-comunicazione-close::before {
        font-size: 20px;
    }

    p.text-hero-white {
        font-size: 10px;
        line-height: 15px;
    }

    p.text-hero-gold {
        font-size: 10px;
        line-height: 15px;
    }

    span.sold-out {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    img.genericErrorImage {
        width: 60% !important;
    }

    div.Dialog {
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #000 !important;
    }

    body.Shop div.Date.Parametro div.Calendar td {
        padding: 1.4rem !important;
    }

    div.Dialog.Cart div.Container {
        width: 95% !important;
    }

    .header-image {
        width: 55% !important;
        height: 55% !important;
    }

    body.Shop div.Coupon div.Field .Icon {
        width: 18% !important;
        height: 40px !important;
        font-size: 10px !important;
    }

    input#Bundle_CouponHypotesis {
        width: 80% !important;
        height: 40px !important;
    }

    .custom-content-ticket {
        width: 80% !important;
        /* width: 100% !important;
        display: grid !important;
        line-height: 27px !important; */
    }

    img#event_logo {
        width: 100px !important;
        margin-left: 0px !important;
    }

    div.event_menu {
        padding: 15px !important;
    }

    div.event_content {
        width: inherit !important;
        height: 14rem !important;
        position: relative !important;
        overflow: visible !important;
    }

    body.Shop div.Date.Parametro div.TicketsContainer {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0px !important;
    }

    body.Shop div.Date.Parametro div.Calendar th {
        font-size: 15px !important;
        padding: 5px !important;
        top: 45px !important;
    }

    table.Plain tr:first-child {
        height: 80px !important;
    }

    body.Shop div.Date.Parametro div.Calendar td .Date.Bind {
        font-size: 20px !important;
    }

    body.Shop div.Date.Parametro div.Calendar span.Month {
        margin: 0 auto !important;
        height: 45px !important;
        font-size: 20px !important;
        top: 18px !important;
        margin: 0 auto !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    div.Calendar a.Arrow.Active {
        font-size: 20px !important;
    }

    div.Calendar a.Arrow.PreviousMonth {
        left: 50px !important;
        z-index: 10 !important;
        margin-top: 20px !important;
    }

    div.Calendar a.Arrow.NextMonth {
        right: 50px !important;
        z-index: 10 !important;
        margin-top: 20px !important;
    }

    body.Shop div.Date.Parametro div.Calendar td {
        border-width: 1px !important;
    }

    body.Shop div.Date.Parametro div.Calendar tr:nth-child(2) td {
        border-top: 2px solid var(--tiw-primary) !important;
    }

    table.Plain {
        border: 2px solid #c58f4e !important;
    }

    table.Plain::before {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border-radius: 28px;
        border: 1px solid #c58f4e;
        z-index: -1;
    }

    form.Vendita div.Step div.custom-wrap {
        padding: 0 20px !important;
    }

    .event_gradiente {
        height: 300px !important;
    }

    img.image-desc-title {
        height: 125px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    div.div-description a {
        font-size: 20px;
        border: 2px solid var(--tiw-primary) !important;
        width: 90px !important;
        height: 31px !important;
    }

    div.div-description div {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    img#event_image {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        min-width: 100% !important;
        min-height: 100% !important;
        transform: translate(-50%, -50%) !important;
        object-fit: cover !important;
        width: -webkit-fill-available !important;
    }

    div.event_over img {
        max-width: 300px !important;
    }

    div.event_over span {
        font-size: 14px !important;
    }

    div.event_over {
        top: 230px !important;
    }

    div.custom-wrap {
        display: inline-grid !important;
    }

    div.div-description {
        width: 100% !important;
        padding: 5px !important;
        font-size: 14px !important;
        line-height: 25px !important;
    }

    .event_location {
        width: auto !important;
        border: 2px solid #C58F4E !important;
        border-radius: 24px !important;
        display: grid !important;
        padding: 1rem !important;
        max-width: 1500px !important;
        margin: 0 20px 0 20px !important;
    }

    .event_maps {
        width: 100% !important;
        border: 2px solid #C58F4E !important;
        border-radius: 20px !important;
    }

    .event_contacts {
        width: 100% !important;
        position: relative !important;
        color: #fff !important;
        font-weight: 700 !important;
        font-family: 'Merriweather', sans-serif !important;
        font-style: italic !important;
        line-height: 20px !important;
        font-size: 18px !important;
    }

    .event_contacts_elements {
        display: grid !important;
        position: relative !important;
        line-height: 25px !important;
        z-index: 800 !important;
        font-size: 14px !important;
        padding: 8px 0px 8px 0px !important;
    }

    div#event_cnt_map {
        border-radius: 18px !important;
        width: 100% !important;
        height: 11rem !important;
    }

    img.come_arrivare {
        width: 50% !important;
    }

    div.event_line {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .event_line_text span {
        font-size: 17px !important;
    }

    div.event_cnt_footer {
        display: inline-grid !important;
        padding: 35px 20px 35px 20px !important;
        border-top: 1px solid #808080 !important;
    }

    .gradiente-centrale {
        width: 100%;
        height: 200px;
        background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
        background-repeat: no-repeat;
        background-size: 100% 50%;
        background-position: center top, center bottom;
        position: absolute;
        top: -102px;
        z-index: 30;
    }

    .event_gallery_element {
        position: relative;
        width: 30%;
        height: fit-content;
        border: 2px solid #C58F4E;
        border-radius: 4px;
        background: transparent !important;
        z-index: 1;
        flex: 0 0 auto;
    }

    .event_gallery_element::before {
        content: "";
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border-radius: 8px;
        border: 1px solid #c58f4e;
        z-index: -1;
    }

    .logo_footer {
        width: 100%;
        position: absolute;
        text-align: center;
        bottom: 45%;
    }

    .event_parcofiabe {
        overflow: hidden;
        width: 100%;
        position: relative;
        background-color: #000;
    }

    .footer_contacts {
        justify-self: center;
        margin-top: 22%;
        width: 100%;
        max-width: 1500px;
    }

    img.footer_lux {
        width: 42px;
    }

    img.logo_parcofiabe {
        width: 60%;
    }

    div.event_copyright {
        margin-bottom: 25px !important;
        gap: 15px !important;
    }

    img.event_logo_beam {
        width: 132px !important;
    }

    img.event_logo_lux {
        max-width: fit-content !important;
    }

    div.event_menu {
        z-index: 500 !important;
    }

    div.event_social {
        gap: 0px !important;
        justify-content: space-between !important;
    }

    .Wrap.Vendita.Pagamento.Biglietti.Padding {
        padding: 50px 10px 50px 10px !important;
    }

    button.event_menu_button {
        margin-right: 0px;
    }

    div.event_menu_overlay {
        width: 100%;
        top: 0px;
        right: 0px;
        padding: 0px;
        border-radius: 0px;
    }

    button.event_menu_close {
        display: none;
    }

    .event_menu_header {
        display: flex;
        background: #000;
        height: 70px;
        padding: 0 12px;
        align-items: center;
        justify-content: space-between;
    }

    .event_menu_header img {
        width: 120px;
        height: fit-content;
    }

    .event_menu_items {
        padding: 25px 15px;
    }

    button.event_menu_close_mobile {
        border: none;
        background: transparent;
    }

    .event_no_scroll {
        overflow: hidden;
    }

    .thankyou_page_buttons {
        display: grid;
    }

    div.CookiePolicyManager-Banner {
        max-width: 100% !important;
        max-height: 100vh !important;
    }

    .custom-footer-policy {
        display: grid !important;
        justify-content: unset !important;

    }

    div.CookiePolicyManager-Banner>div.Wrap {
        max-height: 50vh !important;
        overflow: auto;
    }

    body.Shop div.Raggruppamento div.Prodotto div.Content>div.Bar>div.Bind:first-child {
        display: flex !important;
    }

    body.Shop div.Raggruppamento div.Prodotto div.Content {
        height: auto !important;
        padding: 5px 10px !important;
    }

    .custom-title-ticket {
        width: 100%;
    }

    .custom-price-ticket {
        width: 100% !important;
    }

    div.NumberPicker {
        width: 46px !important;
        height: 32px !important;
    }

    p.custom-secondtitle-ticket {
        margin-bottom: 10px !important;
        font-size: 10px !important;
        /* width: max-content !important; */
    }

    .container-term-of-use p {
        font-size: 12px !important;
    }

    p.popup-data-fasce-ora {
        font-size: 20px !important;
        margin-top: 80px !important;
    }

    p.popup-data-fasce {
        font-size: 20px !important;
        margin-top: 80px !important;
    }

    body.Shop div.FasceGroup div.Legend div.Legend__Item {
        font-size: 14px !important;
    }

    body.Shop div.FasceGroup div.Legend>div {
        font-size: 14px !important;
    }

    body.Shop div.Coupon>label[for="Bundle_CouponHypotesis"] {
        font-size: 12px !important;
        line-height: 0.2 !important;
    }

    .custom-riepilogo-row {
        font-size: 14px !important;
    }

    .custom-subtotals {
        font-size: 14px !important;
        line-height: 30px;
    }

    .custom-totalone {
        font-size: 14px !important;
    }

    p.first-paragraph,
    p.second-paragraph {
        font-size: 14px !important;
    }

    span.event-dicitura-text {
        line-height: 20px !important;
        font-size: 12px !important;
        text-align: left !important;
        display: none !important;
        padding: 0px 20px 10px 20px !important;
    }

    .Wrap>span.event-dicitura-text {
        padding: 0px !important;
        display: block !important;
    }

    p.custom-secondtitle-ticket {
        padding-right: 0px !important;
    }

    body.Shop div.FasceGroup div.Fasce div.Fasce__Item div.Orario {
        height: max-content !important;
        width: 107px !important;
        line-height: unset !important;
        padding: 15px 10px 15px 10px !important;
        font-size: 13px !important;
    }

    body.Shop div.FasceGroup div.Fasce div.Fasce__Item div.Orario>span.span-fascia-oraria {
        font-size: 13px !important;
    }

    .ball-fasce {
        width: 5px !important;
        height: 5px !important;
    }

    .event_alberi img {
        max-height: 100%;
        max-width: 40%;
        object-fit: contain;
    }

    img.albero_l {
        width: 600px;
        float: left;
        margin-left: -10%;
    }

    .event_alberi_gallery {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        top: -140px;
        z-index: 30;
        overflow: hidden;
    }

    img.albero_l_gallery {
        max-width: 66%;
        float: left;
        transform: scaleY(-1);
        margin-left: -33%;
    }

    img.logo_gallery {
        max-width: 33%;
    }

    img.albero_r_gallery {
        max-width: 66%;
        float: right;
        transform: scale(-1, -1);
        margin-right: -33% !important;
    }

    .event_gallery {
        width: 100%;
        margin-top: 150px;
        position: relative;
    }

    img.albero_parcofiabe {
        margin-left: -20%;
        width: 140%;
        margin-top: 80px;
        max-width: unset !important;
    }

    .event_gallery_elements::-webkit-scrollbar {
        display: none;
    }

    .event_gallery_elements {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        padding: 10px;
        /* aggiunto per evitare il taglio */
        box-sizing: border-box;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .event_gallery_element img {
        border-radius: 3px;
    }

    .footer_logos_mobile {
        display: block !important;
        padding: 25px;
    }

    .footer_copyright_first span {
        font-size: 8px;
        line-height: 16px;
        font-weight: 400;
    }

    .footer_logos {
        display: none !important;
    }

    .footer_copyright_first {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .footer_social {
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
        font-size: 8px;
        font-weight: 400;
    }

    .footer_social img {
        height: 14px;
    }

    .image-desc-title-mobile {
        display: block !important;
        margin: 0 auto;
    }

    .image-desc-title {
        display: none !important;
    }

    .popup-header {
        height: 43px !important;
        width: 102% !important;
        z-index: 9999 !important;
        border-radius: 10px !important;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    span.header-text-span {
        font-size: 18px !important;
    }

    .custom-close::before {
        font-size: 20px !important;
    }

    .custom-close {
        width: 26px !important;
        height: 26px !important;
    }

    form.Vendita div.Step div.Wrap {
        padding: 0 12px !important;
    }

    body.Shop div.FasceGroup div.Fasce {
        gap: 5px 5px !important;
    }

    label.tiw-coupon-code {
        font-size: 10px !important;
    }

    body.Shop div.Coupon.NoDateCoupon {
        padding-top: 0px !important;
    }

    body.Shop div.FasceGroup div.Legend {
        padding-bottom: 10px !important;
        gap: 15px !important;
    }

    .Wrap.Riepilogo.Bind.ContinueBtn .Button.Icon {
        width: 200px !important;
        height: 40px !important;
        font-size: 16px !important;
        padding: 0px 20px !important;
        margin: 0 auto !important;
    }

    body.Shop div.FasceGroup div.Legend div.Legend__Item:not(.Combo)::before {
        width: 8px !important;
        height: 8px !important;
    }

    body.Shop div.FasceGroup div.Legend div.Legend__Item {
        padding-left: 10px !important;
    }

    p.custom-firsttitle-ticket {
        font-size: 16px !important;
    }

    .custom-price-ticket-total {
        font-size: 16px !important;
    }

    div.NumberPicker::before {
        font-size: 20px !important;
        right: 12px !important;
        margin-top: 7px !important;
    }

    div.NumberPicker input[readonly] {
        font-size: 13px !important;
    }

    div.NumberPicker:not(.Unblocked) input {
        width: calc(100% - 20px) !important;
    }

    div.NumberPickerList a {
        font-size: 14px !important;
    }

    body.Shop div.Coupon {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .content-riepilogo {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    p.custom-riepilogo-label {
        font-size: 12px !important;
        line-height: 2 !important;
    }

    .Wrap.Riepilogo.Bind.ContinueBtn {
        justify-items: center !important;
        text-align: center !important;
    }

    .Wrap.Step.Step1.Steps-2 {
        padding: 0px 12px 20px 12px !important;
    }

    .Group label {
        font-size: 12px !important;
    }

    .iti__selected-dial-code {
        font-size: 16px !important;
    }

    input.iti__tel-input {
        font-size: 16px !important;
        padding-left: 90px !important;
    }

    .iti .iti__selected-dial-code {
        margin-left: 0px !important;
    }

    a.confirm-otp-btn {
        font-size: 12px !important;
    }

    div.MetodoPagamento.Stripe #container {
        padding: 0px !important;
    }

    form.Columns2.Vendita.Pagamento {
        margin-top: 0px !important;
    }

    a.PayButton.Button.Icon.Right.Squared.Standard {
        width: 200px !important;
        height: 40px !important;
        font-size: 16px !important;
        padding: 0px 20px !important;
        margin: 0 auto !important;
    }

    .FinalError.Error,
    span.Error {
        font-size: 12px !important;
        padding: 10px !important;
    }

    #otp-box h3 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        font-size: 15px !important;
        display: block !important;
        font-weight: 700 !important;
        color: #fff !important;
        font-family: 'Merriweather' !important;
    }

    img.img-thankyou {
        width: 80%;
    }

    span.title-thankyou {
        margin-top: 35px;
        font-size: 30px;
    }

    span.tickets-thankyou,
    span.email-thankyou {
        font-size: 16px;
    }

    span.email-thankyou {
        margin-top: 0px;
    }

    a.homepage-thankyou {
        font-size: 18px;
        margin-top: 10px
    }

    div#Content {
        padding-top: 20px !important;
    }

    .otp-inputs input {
        width: 13% !important;
    }

}