﻿.customselect {
    line-height: 24px !important;
    padding: 16px 14px !important;
    border: 1px solid #667482 !important;
    border-radius: 3px !important;
}

.ddldisabled {
    background-color: #d64400;
    opacity: .15;
    cursor: auto;
}

#loadingoverlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cv-spinner img.imgWinter {
        display: none;
    }

.spinner {
    width: 50px;
    height: 50px;
    border: 4px #ddd solid;
    border-top: 4px #157e1b solid;
    border-radius: 50%;
    animation: sp-anime 1s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.cv-spinner img {
    position: absolute;
    animation: sp-anime-ski 3.5s infinite linear;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 1px;
}

@keyframes sp-anime-ski {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(-1);
    }

    100% {
        transform: scaleX(1);
    }
}
/*
.search-open .hero-summer-search
{
    bottom:130px !important;
}
*/



.login-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    float: left;
    justify-content: space-between;
    width: 100%;
    min-height: 72px;
    padding: 10px 14px 12px 60px;
    border-radius: 5px;
    border: 3px solid #f4c135;
    background-color: #fff;
    box-sizing: border-box;
}

@media (min-width: 375px) {
    .login-wrapper {
        padding: calc(10px + 12 * (100vw - 375px) / 1065) calc(14px + 6 * (100vw - 375px) / 1065) calc(12px + 10 * (100vw - 375px) / 1065) calc(60px + 26 * (100vw - 375px) / 1065);
    }
}

@media (min-width: 768px) {
    .login-wrapper {
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 1440px) {
    .login-wrapper {
        padding: 19px 20px 17px 86px;
        min-height: 74px;
    }
}

.login-wrapper span:first-child {
    position: absolute;
    left: 10px;
    top: 13px;
    width: 40px;
    height: 42px;
    border-radius: 4px;
    background: #ff5200;
    background: linear-gradient(180deg, #004c95 10.01%, #00182f 99.96%);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .login-wrapper span:first-child {
        left: 20px;
        top: 15px;
        width: 50px;
        height: 52px;
    }
}

.login-wrapper span img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 23px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.login-wrapper h4,
.login-wrapper .h4 {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #005eb8;
}

@media (min-width: 375px) {
    .login-wrapper h4,
    .login-wrapper .h4 {
        font-size: calc(16px + 4 * (100vw - 375px) / 1065);
        line-height: calc(24px + 4 * (100vw - 375px) / 1065);
    }
}

@media (min-width: 768px) {
    .login-wrapper h4,
    .login-wrapper .h4 {
        width: auto;
        padding-right: 20px;
    }
}

@media (min-width: 1440px) {
    .login-wrapper h4,
    .login-wrapper .h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }
}

.login-wrapper p {
    padding: 4px 0 0 0;
    margin-top: 4px;
    width: 100%;
    color: #667482;
    max-width: 60%;
}

@media (min-width: 768px) {
    .login-wrapper p {
        margin-top: 0;
        max-width: 100%;
    }
}

.login-wrapper .btn-link {
    margin-top: -20px;
    margin-bottom: 0;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .login-wrapper .btn-link {
        margin-top: 0;
    }
}


/*.skipass-recap-people .login-wrapper {
    width: calc(100% - 14px);
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
}

@media (min-width: 768px) {
    .skipass-recap-people .login-wrapper {
        width: calc(100% - 28px);
        margin-left: 14px;
        margin-top: 14px;
    }
}

.skipass-recap-people:has(.login-wrapper) {
    padding-top: 0;
}*/

.force-visible {
    display: block !important;
}

/*
*/


/*.hero-wrapper.internal .content .skipass-progress .track .back {
    display: block !important;
}

@media (max-width: 991px) {
    .hero-wrapper.internal .content .skipass-progress .track .back {
        padding-right: 100px !important;
    }
}*/
/*.skipass-recap-people .recap-people-content .content-nav li:not(.active).completed a i
{
    top:9px !important;
}
*/

.data-incompleted .border-icon, .data-incompleted .heading-wrapper {
    display: none;
}


.hero-wrapper .hero-icon-fail::after {
    content: "\e90c" !important;
    /* background-color: red !important;*/
    color: #dd0000 !important;
}

.hero-wrapper .hero-icon-fail::before {
    /*border: 5px solid #ef233c !important;*/
}

.summer .hero-wrapper .hero-icon > span {
    background: #162116;
    background: linear-gradient(0deg, #162116 0, #dd0000 100%) !important;
}

.personal-table > div {
    display: flex;
    flex: 0 0 100%;
}



input.dolomiti-calendar {
    padding-right: 42px;
    background-image: url("../img/calendar.svg");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 17px 17px;
}


[data-icon]:before {
    font-family: "icomoon";
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: text-bottom;
}



#form-field-hotels .search-results {
    max-height: 210px;
    overflow: auto;
}

.ble-box {
    margin-top: 10px;
    background-color: white !important;
    padding: 0px 0px 0px 0px !important;
}

.form-field.error [type="checkbox"]:not(:checked) + label::before {
    border: 2px solid #e50000 !important;
    color: #e50000 !important;
}
/*.form-field.error [type="checkbox"]:checked + label::before {*/
/* border: initial !important;*/
/*color: initial !important;
}

.form-field.error [type="checkbox"]:checked + label::after {
    content: '\e903';
    color: #005eb8;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}*/

/*.ble-active {
    border-color: rgb(1, 75, 147);
    border-width: 3px;
    border-style: groove;
}*/


.boxList div.int-box.active, .skipass-recap-people article.step-box.active {
    border: 2px solid #6ec366;
    border-radius: 8px;
}

    .boxList div.int-box.active:after, .skipass-recap-people article.step-box.active:after {
        content: "\e903";
        position: absolute;
        right: 12px;
        top: -12px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        font-family: "icomoon" !important;
        font-weight: normal;
        font-style: normal;
        text-align: center;
        background-color: #028205;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        transition: all .2s ease-out;
        z-index:3;
    }

/*
.ble-box .recommended {
    color: #028205;
    font-family: "Gantari_Medium", sans-serif;
    text-align: right;
    margin-right: 1rem;
    margin-top: 2rem;
}*/

.bleinfo {
    font-size: 0.8rem !important;
    color: #005eb8 !important;
    text-transform: uppercase;
}

.bleinfo:hover {
    cursor: pointer;
} 

.error-list li::before {
    content: "●";
    margin-right: 0.75rem;
}

/* Firefox */
/*input[type=number] {
    -moz-appearance: textfield !important;
}*/

.form-payment-method.error {
    border: 3px solid red;
    padding-bottom: 10px;
    border-radius: 5px;
}

.mbsc-calendar-button.mbsc-calendar-button-next, .mbsc-calendar-button.mbsc-calendar-button-prev {
    -moz-box-flex: 0;
    /* flex: 0 0 auto; */
    height: 2.5em;
    /* padding: .5em; */
    width: 2.5em;
}


/*.form-field.select-card {
    z-index: 10 !important;
}*/

.card-list > ul {
    max-height: 200px !important;
}

.popup-calendar .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-selected .mbsc-calendar-cell-inner, .popup-calendar .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-range-day .mbsc-calendar-cell-inner {
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #005eb8 !important;
    width: 33px;
    height: 33px;
}

    .popup-calendar .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-selected .mbsc-calendar-cell-inner .mbsc-calendar-cell-text, .modal-calendar-wrapper .form-datepicker .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-range-day .mbsc-calendar-cell-inner .mbsc-calendar-cell-text {
        color: #fff !important;
    }

@media (min-width: 1200px) {
    .hero-wrapper.internal .content.no-summary {
        margin-top: 20px;
    }
}

/*#step3_chidatigruppo .data-completed .border-icon {
    margin-top: -20px;
}
*/

span:not(button>span) {
    overflow-wrap: break-word;
}

body:has(.content-wrapper.d-none) #loadingoverlaySummer {
    display: block;
}


.ul-120.form-field .select2-container.select2-container--open .select2-dropdown--below .select2-results__options {
    max-height: 120px;
}

.icon-dss-shop-skier.error::after {
    content: "\e90a" !important;
    background-color: white !important;
    text-decoration-color: red !important;
    border: 1px solid red;
}

.modal-dialog .modal-content .modal-body p, .centermytext {
    text-align: center;
}

#personTypes .personType .price, #elenco_tipi_persona .personType .price {
    margin-right: 10px;
}

    #personTypes .personType .price .def, #elenco_tipi_persona .personType .price .def, #elenco_tipi_persona .ticketType .price .def {
        font-size: large !important;
    }

    #personTypes .personType .price .dsc, #elenco_tipi_persona .personType .price .dsc, #elenco_tipi_persona .ticketType .price .dsc {
        font-size: smaller !important;
    }


.retrieve-data .card-list.simple-view ul li a {
    padding: 8px !important;
    min-height: auto;
    font-weight: normal;
    line-height: normal;
}

    .retrieve-data .card-list.simple-view ul li a::before, .retrieve-data .card-list.simple-view ul li a::after {
        content: "";
        display: none;
    }

h1 {
    letter-spacing: 0.15rem !important;
}


#lista-riepilogo .btnfinale, #lista-riepilogo .btnfinaleadd, #lista-riepilogo .btnfinalepagamento {
    width: -webkit-fill-available;
}

#lista-riepilogo .btnfinaleadd, #lista-riepilogo .btnfinalepagamento {
    margin-top: 10px;
}


.btn-small {
    padding: 15px 10px !important;
    font-size: 0.8rem !important;
    width: 90% !important;
}



/* stile per mostrare il link per la mappa interattiva delle valli direttamente sotto tendina anche in mobile */

/*@media (max-width: 991px) {
    .skipass-form-wrapper form fieldset > div .skipass-field .info {
        display: block !important;
        right:0;
    }
    .skipass-location
    {
        margin-bottom:30px !important;
    }
   
    .skipass-form-wrapper form fieldset > div .skipass-field .info::before {
        margin-left: -20px !important;
        left:auto !important;
    }    
}*/


.teaser-solution > a p.dates:before {
    content: "";
    position: absolute;
    left: 130px;
    top: 87px;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #00182f;
    font-family: "icomoon" !important;
    font-weight: normal;
    font-style: normal;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.teaser-solution > a p.dates span.datetext {
    margin-left: 20px;
}


.map-app {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: transparent;
    position: fixed;
    z-index: 131;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map-modal {
    border-radius: 30px;
    overflow: hidden;
    width: 75vw;
    height: 85vh;
}

#valleymap {
    width: 75vw;
    height: 85vh;
}

    #valleymap > div:first-child > div:first-child {
        border-radius: 30px;
        position: relative;
    }


.info-container .info {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding-left: 21px;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: rgb(0, 94, 184);
    font-family: "Gantari", sans-serif;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    letter-spacing: 0.01em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .info-container .info:before {
        content: "?";
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        padding-left: 0px;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: rgb(255, 255, 255);
        font-family: "Gantari_Bold", sans-serif;
        text-decoration: none;
        background-color: rgb(119, 188, 255);
    }

@media (min-width: 992px) {
    .info-container .info:hover {
        color: rgb(119, 188, 255);
    }
}

button.close-mapold {
    /* display: flex;*/
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 42px;
    width: 42px;
    border-radius: 27px;
    border: none;
    background-color: #ff5200;
    box-shadow: 0 4px 8px #0003,0 6px 20px #00000030;
    cursor: pointer;
    margin-bottom: -21px;
}


button.close-map {
    /* display: flex;*/
    align-items: center;
    justify-content: center;
    z-index: 131;
    height: 42px;
    width: 42px;
    border-radius: 27px;
    border: none;
    background-color: #ff5200;
    box-shadow: 0 4px 8px #0003,0 6px 20px #00000030;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

.teaser-solution > a span.datetext:before {
    content: "";
    margin-right: 10px;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #00182f;
    font-family: "icomoon" !important;
    font-weight: normal;
    font-style: normal;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.skipass-recap-list > ul > li h4, .skipass-recap-list > ul > li .h4 {
    width: 100%;
    max-width: 90% !important;
}

#elenco_persone .label p.promo_used {
    color: grey !important;
    font-size: 14px;
}

#ModificaDtlInserireNuovaCarta {
    display: inline-block;
    float: none;
    width: auto;
    font-size: 16px;
    line-height: 18px;
    color: #d64400;
    letter-spacing: .01em;
    text-align: center;
    font-family: "Gantari_Medium", sans-serif;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

svg[class*= _selected] path {
    fill: #0740b7 !important;
    opacity: 0.5;
}

.ski-area-list li label img {
    padding: 4px;
}

.progress-layer > div.rg .btn {
    max-width: unset !important;
}


.wtp-card-family p .checkwtp {
    width: 60px;
    text-align: center;
    padding: 10px 5px 3px;
    margin: 0px 0px 0px 3px;
    box-sizing: border-box;
    border: 3px solid #ccc;
    border-radius: 10px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    text-transform: uppercase;
}

    .wtp-card-family p .checkwtp.error {
        border: 3px solid red !important;
    }

#cardExample {
    width: 280px;
}

/*
    MODALE ERRORE/WARNING
*/
.modal-alert .icon-modal.fail {
    width: 68px;
}

.modal-alert .icon-modal.warn {
    width: 68px;
}

.modal-alert .icon-modal.success {
    width: 68px;
}


@media (min-width: 1440px) {
    .modal-alert .icon-modal {
        margin-top: 11px;
        margin-bottom: 20px;
    }
}

@media (min-width: 375px) {
    .modal-alert .icon-modal {
        margin-top: calc(8px + 3*(100vw - 375px)/1065);
        margin-bottom: calc(5px + 15*(100vw - 375px)/1065);
    }
}

.modal-alert .icon-modal {
    position: relative;
    height: 68px;
    padding: 14px 0;
    margin-top: 8px;
    margin-bottom: 5px;
    flex-shrink: 0;
}

    .modal-alert .icon-modal::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 68px;
        height: 68px;
        border-radius: 50%;
        background-color: #e6eff8;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 1;
    }

    .modal-alert .icon-modal.fail::before, .modal-alert .icon-modal.success::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 68px;
        height: 68px;
        border-radius: 50%;
        background-color: #e6eff8;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 1;
    }

    .modal-alert .icon-modal.fail::after {
        content: "\e90c";
        position: absolute;
        right: -12px;
        top: -2px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 10px;
        line-height: 24px;
        color: #fff;
        font-family: "icomoon" !important;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        background-color: #e50000;
        z-index: 2;
    }

    .modal-alert .icon-modal.success::after {
        content: "\e903";
        position: absolute;
        right: -12px;
        top: -2px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 10px;
        line-height: 24px;
        color: #fff;
        font-family: "icomoon" !important;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        background-color: green;
        z-index: 2;
    }

    .modal-alert .icon-modal .icon-dss-shop-associate {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 32px;
        height: 32px;
        margin-top: -2px;
        font-size: 32px;
        line-height: 32px;
        color: #005eb8;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 2;
    }

    .modal-alert .icon-modal.fail i.icon-dss-shop-associate::after, .modal-alert .icon-modal.success i.icon-dss-shop-associate::after {
        content: "";
        position: absolute;
        left: 50%;
        top: calc(50% + 1px);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 92px;
        height: 92px;
        border: 2px solid #ef4c4c;
        border-radius: 50%;
    }

    .modal-alert .icon-modal.warn::after {
        content: "\e90a";
        position: absolute;
        right: -12px;
        top: -2px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 10px;
        line-height: 24px;
        color: #fff;
        font-family: "icomoon" !important;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        background-color: orange;
        z-index: 2;
    }


    .modal-alert .icon-modal.success i.icon-dss-shop-associate::after {
        content: "";
        position: absolute;
        left: 50%;
        top: calc(50% + 1px);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 92px;
        height: 92px;
        border: 2px solid #8bcf85;
        border-radius: 50%;
    }


    .modal-alert .icon-modal.warn i.icon-dss-shop-associate::after {
        content: "";
        position: absolute;
        left: 50%;
        top: calc(50% + 1px);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 92px;
        height: 92px;
        border: 2px solid orange;
        border-radius: 50%;
    }
/*
    FINE MODALE ERRORE/WARNING
*/

#formShop .input-quantity {
    height: 57px;
}

    #formShop .input-quantity span {
        color: #fff;
    }

        #formShop .input-quantity span:before {
            border-color: #ddd;
        }

    #formShop .input-quantity.min .sub:before {
        opacity: 0.2;
    }

    #formShop .input-quantity.max .add:before {
        opacity: 0.2;
    }

#formShop .people-list {
    text-align: center;
}

    #formShop .people-list li {
        text-align: center;
        margin-top: 0;
        display: inline !important;
    }

#formShop .input-quantity input[type=number] {
    margin: 0 5px;
    padding: 3px;
    text-align: center;
}


.prevent-calendar-popup {
    background-image: none !important;
}

#step1_button_seleziona, #div_step1_seleziona {
    display: none;
}

@media (max-width: 767px) {
    #step1_button_seleziona {
        display: inline-block;
        font-size: 12px;
        padding: 11px 20px 9px 20px;
        margin-top: 15px;
    }

    #div_step1_seleziona {
        display: block;
        text-align: left;
    }
}

.skipass-recap p.descriptions {
    color: #d64400;
}

p.locationDesc {
    color: #d64400 !important;
    font-size: small !important;
    margin-top: 20px !important;
}

body.debug #onetrust-consent-sdk {
    display: none !important;
}

.row.stored-payment-method .btn {
    margin-top: 62px;
    width: 40px;
    height: 40px;
    padding: 5px;
}

img.personIcon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 50px;
    margin-top: 8px;
}

    img.personIcon.ble {
        width: 40px;
        height: 40px;
        margin-top: 0px;
    }

div.open img.personIcon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    margin-top: 2px;
}

div.closed img.personIcon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top:calc(50% - 10px);
    margin-top:0;
}
div.closed h5 {
    padding-right:50px;
}

@media (max-width: 768px) {
    div.articoliaggiuntivi.checkbox {
        /*padding-left:35px !important;*/
        padding-bottom: 10px !important;
    }
}

.checkArticoliAggiuntiviDiv {
    text-align: left;
    margin-top: 5px;
}

    .checkArticoliAggiuntiviDiv .checkbox {
        padding-left: 0;
    }

li.articoloSx.active img.personIcon {
    filter: invert(.5);
}

div.open .recap-people-content ul li h5 {
    padding-right: 45px;
}

.container .row .section-head .info_ad_hoc {
    color: #d64400;
}

div.layer-bottom div.selection span.price {
    display: none !important;
}

.assicurazione-row {
    margin-bottom: 20px;
}

.original-case {
    text-transform: none !important;
}

.no-content-before:before {
    content: none !important;
}

.no-content-before {
    padding-left: 0px !important;
}

.no-content-after {
    cursor: default !important;
}

    .no-content-after:after {
        content: none !important;
    }

/*.hero-wrapper.lazyloaded {

    background-image:url('/img/homepage/hero-summer-image.jpg') !important;
}*/

.modal-alert .modal-content {
    border: 3px solid #157e1b;
}

.def-cursor {
    cursor: default !important;
    display:contents;
}

.icon-dss-shop-skier:before {
    content: "\e92e" !important;
}


.summer .liftpass-detail .liftpass-detail-bottom .associate-form .liftpass .field-btn {
    height: auto !important;
    float: left;
    position: relative;
}

.summer .liftpass-detail .liftpass-detail-bottom .associate-form .liftpass input {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto !important;
}


.summer .hero-wrapper.internal .content .skipass-progress {
    margin-top: 30px;
}

@media (max-width: 767px) {

    .summer .hero-wrapper.internal .content .skipass-progress {
        margin-top: 60px;
    }

    .summer-search-bottom {
        justify-content: center;
    }
}

#home-summer-scelta-tipo-biglietto-opzioni-holder li.checked {
    border: 3px solid #157e1b;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    border-radius: 5px;
}

.liftpass-teaser img {
    max-height: 200px;
    object-fit: cover;
}

.articoliaggiuntivi label {
    line-height: 30px;
    margin-right: 10px;
    min-width:200px;
    text-align:right;
    font-style:italic;
    font-size:14px;
}

.articoliaggiuntivi span.sub, .articoliaggiuntivi span.add {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}

.articoliaggiuntivi input {
    width: 28px !important;
    height: 28px !important;
    line-height: 20px !important;
}

.articoliaggiuntivi {
    flex-direction: row;
}


@media (max-width: 676px) {
    .articoliaggiuntivi {
        flex-direction: column;       
    }
        .articoliaggiuntivi label {
            min-width: initial;
            text-align:left;
        }
        span.input-quantity {
            justify-content:flex-start !important;
        }
}


.personType .pack-name {
    color: #d64400 !important;
}


.field-btn span
{
    color:white;
    text-decoration:none;
}

#summer_card_image.promo-500 {
    background-image: url('../img/promoFassa.jpg') !important;
}

li.liMenuModificaAcquisto {
    display: none;
}



#modale_review_detail_holder .skipass-recap-people .recap-people-content .people-accordion-wrapper > div .accordion-content{
    display: inline-table;
}
@media (max-width: 767px) {
    #modale_review_detail_holder .skipass-recap-people .recap-people-content .people-accordion-wrapper > div .accordion-content .accordion-content-step-box {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .summer .skipass-recap-people .recap-people-content .people-accordion-wrapper > div:before {
    border:3px solid lightgray !important;
    
    }
}
