/******
* 
* custom css
* 
* IMPORTANTE:
* con la compressione CSS attiva (configurazione del tema) il percorso delle immagini cambia
* percorso immagini da cartella cache: ../../../../templates/italytravels/images/
* percorso immagini senza compressione attiva: ../images/
******/

/******** stili generali **********/
.btn,
.sppb-btn,
.btn.rsform-submit-button {
    border-radius: 0px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}
.btn-link {
    color: #0696A5;
}
.btn-link:hover {
    color: #027182;
}
.btn-primary,
.btn-secondary,
.sppb-btn-primary,
.sppb-btn-secondary,
.btn-primary.rsform-submit-button,
.btn-secondary.rsform-submit-button{
    min-width: 220px !important;
}
.btn-primary.rsform-submit-button{
    background-color: #0696A5 !important;
    text-transform: uppercase;
}
.btn-primary,
.sppb-btn-primary,
.btn-primary.rsform-submit-button{
    text-transform: uppercase;
    background-image: linear-gradient(to left,
    transparent,
    transparent 50%,
    #027182, 50%,
    #027182) !important;
    background-position: 100% 0 !important;
    background-size: 200% 100% !important;
    -webkit-transition: all .25s ease-in !important;
    -moz-transition: all .25s ease-in !important;
    -o-transition: all .25s ease-in !important;
    transition: all .25s ease-in !important;
}
.btn-primary:hover,
.sppb-btn-primary:hover,
.btn-primary.rsform-submit-button:hover{
    background-position: 0 0 !important;
}
.sp-scroll-up {
    right: 15px;
    bottom: 58px;
}
#offcanvas-toggler{
    font-size: 25px;
    line-height: 38px;
    height: 60px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left{
    margin-right: 15px;
}

/** pagination **/
.page-item.active .page-link {
    background-color: #0696A5;
    border-color: #0696A5;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
    border-radius: 0px;
}
/** pager **/
.pager > li a{
    border-radius: 0px;
    text-transform: uppercase;
    background: #fafafa;
}
.pager > li a:hover{
    background: #ebebeb;
}
/** alert **/
.alert{
    font-size: 0.85em;
}

/** titoli **/
.sp-module > h3{
    margin-bottom: 20px;
}
@media (max-width:768px) {
    h2 {
        font-size: 28px;
    }
    h1.sppb-addon-title{
        font-size: 36px;
    }
    .blog > h1, .tag-category > h1, 
    .article-details .article-header > h1 {
        font-size: 36px;
    }
    #sp-page-builder .sppb-section-title .sppb-title-heading {
        font-size: 28px;
    }
}

/** form **/
input.error,
select.error{
    border: 1px solid red;
}
.form-control {
    color: #333333;
}

/******** top-bar ********/
#sp-header {
    height: auto;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.10);
}
/** sp-top-bar **/
#sp-top-bar .sp-module{
    margin-top: 10px;
}
#sp-top-bar p{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/** top1 **/
#sp-top1 .sp-contact-info{
    float: left;
}
#sp-top1 .sp-contact-info li.sp-contact-phone{
    font-size: 21px;
    font-weight: bold;
    line-height: 2.4;
}
#sp-top1 .sp-contact-info li.sp-contact-phone .fa{
    padding-left: 29px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-image: url("../images/customer_care_tel_black@2x.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline;
    line-height: 21px;
}
#sp-top1 .sp-contact-info li.sp-contact-phone .fa::before{
    display: none;
}
#sp-top1 .sp-module a{
    text-transform: uppercase;
}
#sp-top1 .sp-module a.link_print_voucher{
    padding-left: 35px;
    background-image: url("../images/link_voucher_bg@2x.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
    line-height: 2.4;
}
/** top2 **/
#sp-top2 .social-icons{
    float: right;
    display: none;
}
#sp-top2 .sp-module{
    margin: 0px;
    margin-top: 10px;
    width: 100%;
}
#sp-top2 ul.menu{
    list-style: none;
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
}
#sp-top2 ul.menu li{
    float: right;
    padding-left: 5%;
    padding-right: 5%;
}
#sp-top2 ul.menu li:last-child{
    padding-left: 0%;
}
#sp-top2 ul.menu li:first-child{
    padding-right: 0%;
}
#sp-top2 ul.menu li a{
    text-transform: uppercase;
}

/******** header ********/

/** personalizzazione home page **/
.homepage #header-container{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.homepage #header-container #sp-top-bar{
    z-index: 2;
    position: relative;
    background: transparent;
}
.homepage #header-container #sp-header{
    background: transparent;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.homepage #header-container #sp-header.header-sticky{
    background: #ffffff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.homepage #sp-section-1{
    display: none;
}
/** sp-header **/
#sp-header{
    padding-top: 10px;
}
#sp-header .container .container-inner{
    padding-bottom: 11px;
    background: url("../images/bg_square.png") bottom center no-repeat;
}
/** selettore lingua **/
#sp-header div.mod-languages{
    margin-left: 30px;
}
#sp-header div.mod-languages .btn.dropdown-toggle{
    color: black;
    padding-left: 0px;
}
#sp-header div.mod-languages .btn.dropdown-toggle::after{
    font-family: "FontAwesome";
    content: "\f107";
    float: right;
    margin-left: 7px;
    border: 0px;
    color: #0696A5;
}
#sp-header div.mod-languages .dropdown-menu{
    min-width: 3.5rem;
    right: -1px !important;
    left: auto !important;
    border-radius: 0px;
}
#sp-header div.mod-languages img{
    display: none;
}
#sp-header div.mod-languages ul.lang-inline li{
    display: block;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
}
#sp-header div.mod-languages ul.lang-inline li a{
    display: block;
    text-align: center;
}
#sp-header div.mod-languages ul.lang-inline li.lang-active a{
    color: #0696A5;
}
/** mini cart **/
.link_cart_mini{
    background: url("../images/icon_cart_mini.png") center center no-repeat;
    display: block;
    width: 40px;
    height: 38px;
    position: relative;
}
.link_cart_mini span{
    background-color: #0696A5;
    border-radius: 50%;
    color: #ffffff;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    float: right;
    font-size: 80%;
    font-weight: bold; 
    line-height: 22px;
}
/** logo **/
#sp-header .logo {
    height: auto;
}
/** mainmenu/megamenu **/
.sp-megamenu-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-megamenu-parent {
    position: inherit;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 60px;
}
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span{
    line-height: 60px;
}
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
    text-transform: uppercase;
}
.sp-megamenu-parent > li.active{
    background: url("../images/megamenu-parent-active_bg.png") center 8px no-repeat;
    background: url("../images/megamenu-parent-active_bg.png") center 8px no-repeat;
}
.sp-megamenu-parent > li.active > a {
    font-weight: bold;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    display: none;
}
.sp-megamenu-parent .sp-mega-group > li > a {
    font-weight: normal;
    text-transform: none;
    margin-bottom: 15px;
    font-size: 15px;
}
.sp-megamenu-parent .sp-mega-group > li > a:hover{
    color: #0696A5;
}
.sp-dropdown-mega .sp-module .newsflash-horiz .newsflash-title{
    font-size: 16px;
}
.sp-dropdown-mega .sp-module .newsflash-horiz .newsflash-title a{
    color: inherit;
}
.sp-dropdown-mega .sp-module .newsflash-horiz .readmore{
    text-transform: uppercase;
    font-size: 13px;
}

.sp-dropdown-mega .sp-module ul.menu{
    list-style: none;
    padding-left: 0px;
}
.sp-dropdown-mega .sp-module ul.menu > li{
    margin-bottom: 15px;
}
.sp-dropdown-mega .sp-module ul.menu > li > a{
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
}

@media (max-width:1200px) {
    .sp-megamenu-parent > li > a {
        font-size: 13px !important;
    }
}
@media (max-width:768px) {
    #sp-top-bar .sp-module{
        margin-top: 2px;
    }
    #sp-top1 .sp-contact-info li.sp-contact-phone {
        font-size: 15px;
    }
}
@media (max-width:520px) {
    #sp-header .logo{
        max-width: 80%;
    }
    #sp-top-bar {
        font-size: 0.80rem;
    }
    #sp-header div.mod-languages {
        margin-left: 5px;
    }
}

/******** offcanvas ********/
.close-offcanvas {
    border-radius: 0px;
}
.offcanvas-menu .offcanvas-inner {
    padding-top: 55px;
    background-image: url("../images/logo.png");
    background-position: 30px 15px;
    background-repeat: no-repeat;
    background-size: 20%;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 1rem;
}
/** link home **/
.offcanvas-menu .offcanvas-inner a.link_home {
    color: #000000;
}

/** menu **/
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler::after, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler::after {
    content: "\f068";
    color: #0696A5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler::after, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler::after {
    content: "\f067";
    color: #0696A5;
}
.offcanvas-menu .offcanvas-inner .sp-module-content > ul.menu > li > a, 
.offcanvas-menu .offcanvas-inner .sp-module-content > ul.menu > li > span{
    text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    font-size: 0.92rem;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    padding: 0.2rem 0px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 1.05rem;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #0696A5;
}

/******** contenuto principale ********/

/** breadcrumbs **/
.sp-page-title {
    background: transparent;
}
body.no_breadcrumb .sp-page-title {
    display: none;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
    color: inherit;
}
@media (max-width:767px) {
    .sp-page-title{
        padding: 10px 0px;
    } 
    .sp-page-title .breadcrumb{
        display: none;
    }
}

/** main-body **/
#sp-main-body {
    padding: 0px 0;
}

/** articoli/blog **/
.blog > h1,
.tag-category > h1,
.article-details .article-header > h1{
    margin-bottom: 2rem;
    font-family: inherit;
}
.article-list .article {
    border-radius: 0px;
    border: 1px solid #0696A5;
    min-height: 92%;
}
.article-details .article-full-image {
    margin-bottom: 1rem;
}
.article-list .article .article-intro-image, 
.article-list .article .article-featured-video, 
.article-list .article .article-featured-audio, 
.article-list .article .article-feature-gallery {
    border-radius: 0px;
}
.article-details .article-full-image img,
.article-list .article .article-intro-image img, 
.article-list .article .article-featured-video img, 
.article-list .article .article-featured-audio img, 
.article-list .article .article-feature-gallery img {
    border-radius: 0px;
}
.article-list .article .readmore a {
    color: #027182;
    text-transform: uppercase;
}

/** sp-portfolio blog **/
div.default .sp-portfolio-item.col-6 {
    width: inherit;
}
div.default .sp-portfolio-thumb .sp-portfolio-overlay {
    background: rgba(247, 247, 247, 0.6);
}
div.default .sp-portfolio-thumb .sp-portfolio-overlay > div > a {
    background: #027182;
    color: #ffffff;
    text-transform: uppercase;
}
div.default .sp-portfolio-thumb, 
div.default .sp-portfolio-item-details{
    margin-top: 20px;
}
div.default .sp-portfolio-item-details{
    padding: 2%;
}
div.default .sp-portfolio-item-details > h4 > a{
    color: inherit;
}
div.default .sp-portfolio-item-details > .sp-portfolio-link{
    text-transform: uppercase;
    font-size: 18px;
}

/******** after-main-body-2 ********/
#sp-after-main-body-2 .sp-module{
    margin: auto;
}
/******** after-main-body-3 ********/
#sp-after-main-body-3 .sp-module{
    margin: auto;
}
#sp-after-main-body-3 .sp-module .sp-accordion{
    width: 100% !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/******** pre-bottom ********/
#sp-prebottom{
    margin-top: 30px;
    padding-bottom: 15px;
}
#sp-pre-bottom .container-inner{
    background: url("../images/bg_square.png") bottom center no-repeat;
}
#sp-prebottom .text-center img{
    display: inline;
}

/******** footer ********/

#sp-footer #sp-footer1,
#sp-footer #sp-footer3{
    font-size: 0.9em;
}
#sp-footer .container-inner {
    padding-top: 0px;
    padding-bottom: 50px;
}
#sp-bottom .sp-module .sp-module-title {
    margin: 0 0 5px;
    text-transform: uppercase;
}

#sp-footer #sp-footer3 ul.menu{
    float: right;
}

@media (max-width:768px) {
    #sp-footer #sp-footer1,
    #sp-footer #sp-footer3{
        text-align: center;
    }
    #sp-footer #sp-footer3 ul.menu{
        float: none;
    }
    #sp-footer #sp-footer2{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/** menu **/
#sp-bottom .sp-module ul > li {
    margin-bottom: 0px;
}

/** social **/
#sp-footer #sp-footer2{
    text-align: center;
}
#sp-footer #sp-footer2 .social-icons .fa{
    font-size: 26px;
}

/******** stili personalizzati nei contenuti ********/
.customer_care_tel.text-white{
    font-size: 25px;
    font-weight: bold;
    padding-left: 10%;
    background-image: url("../images/customer_care_tel_white@2x.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.customer_care_tel.text-black{
    font-size: 25px;
    font-weight: bold;
    padding-left: 10%;
    background-image: url("../images/customer_care_tel_black@2x.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.customer_care_tel.text-black.small{
    font-size: 20px;
}

/******** prodotti in evidenza/prodotti in blog categoria ********/
.product_featured.card-group .card{
    background: transparent;
    border: 0px;
    height: 100%;
}
@media (max-width:576px) {
    .product_featured.card-group{
        flex-direction: unset;
    }
}
.product_featured > div{
    padding: 25px;
}
.product_featured .product_item{
    position: relative;
    height: 100%;
    border: 1px solid #0696A5;
    background-color: #ffffff;
}
.product_featured .product_item:before {
    z-index: -1;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #0696A5;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.product_featured .product_item:hover:before{
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.product_featured .product_image,
.product_featured .product_image img{
    width: 100%;
}
.product_featured .products_title{
    font-family: 'Frank Ruhl Libre', sans-serif;
    font-size: 1.35em;
    font-weight: normal;
    margin-top: 10px;
    min-height: 60px;
    line-height: 1;
}
.product_featured .products_title a{
    color: inherit;
}
.product_featured .products_title a:hover{
    color: #0696A5;
}

.product_item.blog_item .products_labels_primary,
.product_item.blog_item .product_reviews,
.product_featured .products_labels_primary,
.product_featured .product_reviews{
    margin-bottom: 8px;
}
.product_item.blog_item .products_labels_primary span,
.product_featured .products_labels_primary span{
    font-size: 0.68em;
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #0696A5;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
.product_featured .products_labels_price_container{
    margin-bottom: 8px;
    min-height: 50px;
}
.product_item.blog_item .products_price{
    padding: 0px;
}
.product_item.blog_item .products_price div,
.product_featured .products_price div{
    color: #000000;
    font-size: 1.1em;
    line-height: 1;
}
.product_item.blog_item .products_price span,
.product_featured .products_price span{
    white-space: nowrap;
    color: #0696A5;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1;
}
.product_featured > div.col-md-3.col-sm-6.col-12 .products_price span{
    font-size: 1.55em;
}
.product_item.blog_item .products_price span small,
.product_featured .products_price span small{
    font-size: 0.6em;
}

.product_item.blog_item .products_last_minute{
    padding: 0px;
    margin-top: 15px;
    color: #0696A5;
    font-size: 0.82em;
    line-height: 1.2;
    white-space: nowrap;
    font-weight: bold;
}
.product_item.blog_item .products_last_minute span{
    padding-left: 20%;
    background-image: url("../images/icon_last_minute@2x.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: contain;
}
body.de-de .product_item.blog_item .products_last_minute span{
    font-size: 0.85em;
}
@media (max-width:767px) {
    .product_item.blog_item .products_last_minute span{
        padding-left: 0px;
        background-image: none;
    }
}
.product_featured .products_last_minute_container{
    width: 100px;
    padding: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    border-bottom: 1px solid #0696A5;
    border-right: 1px solid #0696A5;
}
/* personalizzazioni per lingua */
body.de-de .product_featured .products_last_minute_container{
    width: 115px;
}
.product_featured .products_last_minute{
    padding: 0px;
    color: #0696A5;
    font-size: 0.8em;
    line-height: 1.2;
    white-space: nowrap;
    font-weight: bold;
}
.product_featured .products_last_minute span{
    padding-left: 18%;
    background-image: url("../images/icon_last_minute@2x.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: contain;
}

/******** etichette caratteristiche prodotti ********/
.products_labels_secondary{
    color: #0696A5;
    font-size: 0.82em;
    line-height: 1.2;
    white-space: nowrap;
}
body.de-de .product_featured > div.col-md-3.col-sm-6.col-12 .products_labels_secondary{
    font-size: 0.76em;
}
/** default **/
.products_labels_secondary > div{
    padding-left: 12%;
    background-image: url("../images/product_features_icons/icon_default@2x.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}
/** singole icone **/
.products_labels_secondary .best_seller{
    background-image: url("../images/product_features_icons/icon_best_seller@2x.png");
}
.products_labels_secondary .official_seller{
    background-image: url("../images/product_features_icons/icon_official_seller@2x.png");
}
.products_labels_secondary .new_product{
    background-image: url("../images/product_features_icons/icon_new_product@2x.png");
}
.products_labels_secondary .last_minute{
    background-image: url("../images/product_features_icons/icon_last_minute@2x.png");
}
.products_labels_secondary .skip_the_line{
    background-image: url("../images/product_features_icons/icon_skip_the_line@2x.png");
}
.products_labels_secondary .free_cancellation{
    background-image: url("../images/product_features_icons/icon_free_cancellation@2x.png");
}
.products_labels_secondary .mandatory_booking{
    background-image: url("../images/product_features_icons/icon_mandatory_booking@2x.png");
}

/******** recensioni prodotti ********/
.product_reviews{
    font-size: 0.69em;
    white-space: nowrap;
}
.product_reviews_stars{
    padding-left: 100px;
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.product_reviews_text{
    padding-left: 5px;
}
.product_reviews_text a{
    color: #000000;
    text-decoration: underline;
}
.product_reviews_text a:hover{
    text-decoration: none;
}
.product_reviews_stars.stars_0{
    background-image: url("../images/reviews_0_stars@2x.png");
}
.product_reviews_stars.stars_1{
    background-image: url("../images/reviews_1_stars@2x.png");
}
.product_reviews_stars.stars_2{
    background-image: url("../images/reviews_2_stars@2x.png");
}
.product_reviews_stars.stars_3{
    background-image: url("../images/reviews_3_stars@2x.png");
}
.product_reviews_stars.stars_4{
    background-image: url("../images/reviews_4_stars@2x.png");
}
.product_reviews_stars.stars_5{
    background-image: url("../images/reviews_5_stars@2x.png");
}

@media screen and (max-width: 1000px) and (min-width: 576px) {
    .product_featured .products_labels_secondary,
    .product_featured .products_price {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 
    }
    .product_featured .product_reviews_text {
        width: 100%;
        display: block;
    }
}

/******** page builder ********/

/** addon-articles (esempio: blog in home page) **/
.sppb-addon.sppb-addon-articles .sppb-article-info-wrap{
    padding: 2%;
}
.sppb-addon.sppb-addon-articles .sppb-article-info-wrap h3 a{
    color: inherit;
    font-family: 'Frank Ruhl Libre', sans-serif;
    font-size: 22px;
    line-height: 1;
}
.sppb-addon.sppb-addon-articles .sppb-article-info-wrap .sppb-article-introtext{
    margin-bottom: 10px;
}
.sppb-addon.sppb-addon-articles .sppb-btn.sppb-btn-primary{
    display: table;
    margin: auto;
}

/** testi ad espansione **/
.sppb-addon-text-block.expand_readmore .sppb-addon-content.overflow_hidden{
    max-height: 100px;
    overflow: hidden;
    -webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	transition: max-height 1s;
}
.sppb-addon-text-block.expand_readmore .sppb-addon-content.overflow_visible{
    overflow: visible;
    max-height: auto;
}
.sppb-addon-text-block.expand_readmore .adjust.is-more{
    text-transform: uppercase;
    font-size: 14px;
}

/** page-builder dentro articolo **/
#sp-page-builder.sp-page-builder.sppb-article-page-wrapper .sppb-section-title{
    margin-bottom: 0px;
}
#sp-page-builder.sp-page-builder.sppb-article-page-wrapper .sppb-section-title h3.sppb-title-heading{
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
}
#sp-page-builder.sp-page-builder.sppb-article-page-wrapper .sppb-addon.sppb-addon-pricelist{
    margin-bottom: 15px;
}
#sp-page-builder.sp-page-builder.sppb-article-page-wrapper .sppb-addon.sppb-addon-pricelist .sppb-addon-content{
    font-size: 0.9em;
}
#sp-page-builder.sp-page-builder.sppb-article-page-wrapper .sppb-addon.sppb-addon-pricelist .sppb-addon-content > p:last-child{
    margin-bottom: 0px;
}
#sp-page-builder.sp-page-builder.sppb-article-page-wrapper .sppb-addon.sppb-addon-pricelist .pricelist-price {
    white-space: nowrap;
}
#sp-page-builder.sp-page-builder.sppb-article-page-wrapper .sppb-addon.sppb-addon-pricelist .pricelist-left-image{
    padding-right: 0px;
    margin-top: -9px;
}

/******** dettaglio articolo ********/
.view-article h1{
    font-family: 'Frank Ruhl Libre', sans-serif;
    line-height: 1;
}

/******** pagina prodotto ********/
.sp-page-builder.sppb-article-page-wrapper h1.sppb-addon-title{
    margin-bottom: 1.5rem;
}
.sp-page-builder.sppb-article-page-wrapper .sppb-addon-content h2{
    font-size: inherit;
}
.sp-page-builder.sppb-article-page-wrapper .products_labels_primary span{
    font-size: 0.86em;
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #0696A5;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}
.sp-page-builder.sppb-article-page-wrapper .sppb-addon.sppb-addon-feature h3.sppb-addon-title{
    font-size: 28px !important;
    margin-top: 10px;
}
/** box prenotazione **/
#product_booking_box_mobile_indicator {
    display: none;
}
.product_booking_box{
    width: 28vw;
    margin-top: -50%;
    background-color: #0696A5;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}
.product_booking_box.sticky {
    margin-top: 0px;
    position: fixed;
    top: 185px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.product_booking_box_content{
    padding-top: 15px;
    padding-bottom: 15px;
    width: 99%;
    margin: auto;   
    background: #ffffff;
    border: 1px solid #0696A5;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.product_booking_box_content h2{
    font-family: 'Frank Ruhl Libre', sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 1.4em;
}
.product_booking_box_content .products_price{
    margin-top: 15px;
}
.product_booking_box_content .products_price div{
    color: #000000;
    font-size: 1.1em;
    line-height: 1;
}
.product_booking_box_content .products_price span{
    white-space: nowrap;
    color: #0696A5;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1;
}
.product_booking_box_content .products_price span small{
    font-size: 0.6em;
}

.product_booking_box_content .products_booking_last_minute{
    margin-top: 15px;
    color: #0696A5;
    font-size: 1em;
    line-height: 1.2;
    white-space: nowrap;
    font-weight: bold;
}
.product_booking_box_content .products_booking_last_minute span{
    padding-left: 12%;
    background-image: url("../images/icon_last_minute@2x.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* animazione: blink */
.product_featured .products_last_minute.anim_blink,
.product_item.blog_item .products_last_minute.anim_blink,
.product_booking_box_content .products_booking_last_minute.anim_blink{
    -webkit-animation: blinker_animation 2s ease infinite;
    -moz-animation: blinker_animation 2s ease infinite;
    -o-animation: blinker_animation 2s ease infinite;
    animation: blinker_animation 2s ease infinite;
    animation: blinker_animation 2s ease infinite;
}
@-webkit-keyframes blinker_animation {
    50% {
        opacity: 0;
    }
}
@-moz-keyframes blinker_animation {
    50% {
        opacity: 0;
    }
}
@-ms-keyframes blinker_animation {
    50% {
        opacity: 0;
    }
}
@-o-keyframes blinker_animation {
    50% {
        opacity: 0;
    }
}
@keyframes blinker_animation {
    50% {
        opacity: 0;
    }
}
/* animazione: underline */
.product_booking_box_content .products_booking_last_minute.anim_underline span{
    position: relative;
}
.product_booking_box_content .products_booking_last_minute.anim_underline span:after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0px;
    height: 1px;
    width: 0%;
    background-color: #0696A5;
    -webkit-animation: underline_animation 2s ease-in-out 2s infinite;
    -moz-animation: underline_animation 2s ease-in-out 2s infinite;
    -o-animation: underline_animation 2s ease-in-out 2s infinite;
    animation: underline_animation 2s ease-in-out 2s infinite;
    animation: underline_animation 2s ease-in-out 2s infinite;
}
@-webkit-keyframes underline_animation {
    to {
        width: 110%;
    }
}
@-moz-keyframes underline_animation {
    to {
        width: 110%;
    }
}
@-ms-keyframes underline_animation {
    to {
        width: 110%;
    }
}
@-o-keyframes underline_animation {
    to {
        width: 110%;
    }
}
@keyframes underline_animation {
    to {
        width: 110%;
    }
}


.product_booking_box_content .products_booking_best_price{
    margin-top: 15px;
    color: #0696A5;
    font-size: 1em;
    line-height: 1.2;
    white-space: nowrap;
    font-weight: bold;
}
.product_booking_box_content .products_booking_best_price span{
    padding-left: 12%;
    background-image: url("../images/icon_best_price@2x.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: contain;
}
.product_booking_box_content .products_booking_button{
    margin-top: 15px;
    margin-bottom: 15px;
}
.product_booking_box_content .products_booking_button .btn{
    border-color: transparent;
    border-width: 0px;
    background: #EB008B;
    text-transform: uppercase;
    background-image: linear-gradient(to left,
      transparent,
      transparent 50%,
      #0696A5 50%,
      #0696A5);
    background-position: 100% 0;
      background-size: 200% 100%;
      -webkit-transition: all .25s ease-in;
      -moz-transition: all .25s ease-in;
      -o-transition: all .25s ease-in;
      transition: all .25s ease-in;
}
.product_booking_box_content .products_booking_button .btn:hover{
    background-position: 0 0;
}
.product_booking_box_content .products_customer_service{
    margin-top: 15px;
}
.product_booking_box_content .products_customer_service .customer_care_tel{
    color: #000000;
    font-weight: bold;
    padding-left: 29px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url("../images/customer_care_tel_black@2x.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline;
    line-height: 21px;
}
@media (max-height:414px) {
    .product_booking_box.sticky{
        top: 100px;
    }
    .product_booking_box_content h2{
        font-size: 1.2em;
    }
    .product_booking_box_content .products_booking_best_price{
        margin-top: 5px;
    }
}
@media (max-width:812px) {
    .product_booking_box_content .products_price div{
        font-size: 1em;
    }
    .product_booking_box_content .products_price span{
        font-size: 2em;
    }
    .product_booking_box_content .products_booking_best_price span{
        font-size: 0.8em;
    }
    .product_booking_box_content .products_booking_button .btn{
        min-width: 99% !important;
        font-size: 0.8em !important;
    }
    .product_booking_box_content .product_reviews_text{
        display: block;
    }
    .product_booking_box_content .products_labels_secondary{
        font-size: 0.75em;
    }
}
@media (max-width:767px) {
    #product_booking_box_mobile_indicator {
        display: block;
    }
    .product_booking_box_container {
        position: fixed;
        left: 0px;
        top: auto;
        bottom: -3px;
        bottom: 0px;
        width: 105%;
        z-index: 2;
    }
    .product_booking_box{
        width: 100%;
        margin-top: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .product_booking_box_content{
        border: 0px;
        border-top: 1px solid #0696A5;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .product_booking_box_content h2 {
        font-size: 1.1em !important;
        padding-right: 10px;
        padding-left: 20px;
    }
    .product_booking_box_content > div{
        padding-right: 10px;
        padding-left: 20px; 
    }
    .product_booking_box_content .product_reviews,
    .product_booking_box_content .products_booking_best_price,
    .product_booking_box_content .products_labels_secondary,
    .product_booking_box_content .products_customer_service{
        display: none;
    }
    .product_booking_box_content .products_price{
        margin-top: 0px;
    }
    .product_booking_box_content .products_price span{
        font-size: 2em;
    }
    .product_booking_box_content .products_booking_last_minute span{
        padding-left: 20%;
    }
    .product_booking_box_content .products_booking_button .btn{
        min-width: auto !important;
        white-space: normal;   
        font-size: 0.7rem !important;
        float: right;
        margin-right: 70px;
    }
}
@media (max-width:576px) {
    .product_booking_box_content .products_booking_button .btn{
        float: left;
    }
}

/******** recensioni prodotto ********/
#product_reviews_list_anchor{
    position: absolute;
    top: -100px;
}
.product_reviews_list_maincontainer{
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px;
}
.product_reviews_list_container{
    margin-top: 25px;
    font-size: 16px;
}
.product_reviews_list_container .product_reviews_summary{
    margin-bottom: 30px;
}
.product_reviews_list_container .product_reviews_number{
    font-weight: bold;
}
.product_reviews_list_container .product_reviews_average{
    font-size: 14px;
    font-weight: bold;
    color: #0696A5;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.product_reviews_list_container .product_reviews{
    margin-bottom: 3px;
}
.product_reviews_list_container .product_reviews_stars{
    background-size: 90% auto;
    min-height: 20px;
    max-width: 100px;   
}
.product_reviews_list_container .progress{
    border-radius: 0px;
    height: 0.8rem;
}
.product_reviews_list_container .progress .progress-bar{
    background-color: #FFD937;
}

/** lista recensioni **/
.product_reviews_list_container .product_reviews_list .product_reviews_list_row{
    margin-bottom: 35px;
}
.product_reviews_list_container .product_reviews_list .product_reviews_list_row .product_reviews_list_name{
    margin-bottom: 10px;
    padding-left: 36px;
    background-image: url("../images/icon_review_name@2x.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: contain;
}
.product_reviews_list_container .product_reviews_list .product_reviews_list_row .product_reviews_list_name span{
    font-size: 13px;
    line-height: 27px;
    padding-left: 5px;
}
.product_reviews_list_container .product_reviews_list .product_reviews_list_row .product_reviews_list_title{
    font-weight: bold;
    text-transform: uppercase;
}
.product_reviews_list_container .product_reviews_list .product_reviews_list_row .product_reviews_list_text{
    font-size: 14px;
    font-weight: bold;
}
.product_reviews_list_container .product_reviews_readmore{
    text-transform: uppercase;
    font-size: 14px;
}
@media (max-width:768px) {
    .product_reviews_list_container .product_reviews_list .product_reviews_list_row .product_reviews_list_name{
        background-size: auto 55%;
    }
}

/******** accordion ********/
.sp-accordion.sp-accordion-style3{
    border: 1px solid #F7F7F7 !important;
    background: #F7F7F7;
    padding-left: 0px;
    padding-right: 0px;
}
.sp-accordion.sp-accordion-style3 .toggler {
    border-bottom: 2px solid #fff !important;
    position: relative;
    height: auto !important;
}
.sp-accordion.sp-accordion-style3 .toggler:after{
    font-family: "FontAwesome";
    content: "\f078";
    color: #0696A5;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0px;
}
.sp-accordion.sp-accordion-style3 .toggler.active:after{
    content: "\f077";
}
.sp-accordion.sp-accordion-style3 .toggler span, 
.sp-accordion.sp-accordion-style3 .toggler span span {
    color: #0696A5;
    font-size: 20px !important;
    font-weight: 300 !important;
    height: auto !important;
}
.sp-accordion.sp-accordion-style3 .toggler span span{
    padding-top: 2px;
    padding-bottom: 2px;
}

/******** offcanvas personalizzati ********/
.custom_sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #FFF;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.custom_sidenav.show_sidebar{
    width: 70%;
}
.custom_sidenav .custom_sidenav_header{
    width: 100%;
    background-image: url("../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12%;
    float: left;
}
.custom_sidenav .closebtn {
    float: left;
    margin: 20px;
    background-color: #000000;
    color: #FFF;
    font-size: 18px;
    padding: 5px;
    padding-right: 6px;
    padding-left: 6px;
}
.custom_sidenav .custom_sidenav_content{
    float: left;
    padding: 20px;
    width: 100%;
}
.custom-offcanvas-active .offcanvas-overlay {
    visibility: visible;
    opacity: 1;
}
.custom-offcanvas-active.offcanvas-init {
    overflow-y: hidden;
}
@media (max-width:768px) {
    .custom_sidenav.show_sidebar{
        width: 100%;
    }
}
@media (max-width:576px) {
    .custom_sidenav .custom_sidenav_header{
        background-size: 19%;
    }
}

/******** RS form ********/
.formResponsive input[type="text"], 
.formResponsive select {
    width: 95%;
    max-width: 95%;
}
.formResponsive textarea {
    width: 100%;
    max-width: 100%;
}
.formResponsive input[readonly="readonly"], 
.formResponsive textarea[readonly="readonly"] {
    background-color: #eaeaea;
}
.formResponsive input.rsform-captcha-box{
    width: auto !important;
}
@media (max-width:768px) {
    .formResponsive input[type="text"], 
    .formResponsive select {
        width: 90% !important;
        max-width: 90% !important;
    }
    .formResponsive input.rsform-captcha-box{
        width: auto !important;
    }
}

/******** booking form ********/
#booking_form_container{
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    font-size: 0.85rem;
}
#booking_form_container .steps{
    float: left;
    width: 400%;
    max-width: 400%;
    margin-left: 0%;
    padding-top: 10px;
    padding-bottom: 70px;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
#booking_form_container .steps.scroll_to_1{
    margin-left: 0%;
}
#booking_form_container .steps.scroll_to_2{
    margin-left: -100%;
}
#booking_form_container .steps.scroll_to_3{
    margin-left: -200%
}
#booking_form_container .steps.scroll_to_4{
    margin-left: -300%
}

#booking_form_container .steps .step{
    float: left;
    width: 25%;
    max-width: 25%;
}
#booking_form_container .steps .step > .row{
    margin-left: 0px;
    margin-right: 0px;
}
/** campi **/
#booking_form_container .steps .step .field_date_calendar iframe{
    width: 100%;
    min-height: 300px;
}
#booking_form_container .booking_form_field{
    margin-top: 5px;
    margin-bottom: 5px;
}
#booking_form_container .booking_form_field_title{
    font-family: 'Frank Ruhl Libre', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
    font-size: 1em;
}
#booking_form_container .booking_form_field label,
#booking_form_container .booking_form_field .booking_form_field_radio{
    margin-bottom: 0px;
    padding: 0.6rem 0.75rem;
    line-height: 2;
}
#booking_form_container .booking_form_field input[readonly="readonly"]{
    background-color: #ffffff;
    border: 1px solid transparent;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
#booking_form_container .booking_form_field input.error,
#booking_form_container .booking_form_field select.error{
    border: 1px solid red;
}
#booking_form_container .booking_form_field .ticket_price_label{
    font-weight: bold;
}
#booking_form_container .booking_form_alert_container_full{
    padding: 0px;
}
#booking_form_container #booking_form_info,
#booking_form_container .booking_form_alert_container_full .booking_form_alert_content{
    margin-top: 10px;
    padding: 10px;
    background-color: #f5eac5;
    font-size: 0.75rem;
}
#booking_form_container #booking_form_info h4{
    font-size: 0.9rem;
}
/* sommari step */
.step_summary_container{
    margin-bottom: 20px;
    color: #666;
}
.step_summary_title{
    font-family: 'Frank Ruhl Libre', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
    font-size: 1em;
    border-bottom: 3px dotted #ebebeb;
}
.step_summary{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-bottom: 3px dotted #ebebeb;
    border-left: 3px dotted #ebebeb;
    border-right: 3px dotted #ebebeb;
    background-color: #f9f9f9;
}
.step_summary .label,
.step_summary .booking_form_field{
    margin-bottom: 0px;
    line-height: 2;
}
.step_summary .booking_form_field{
    font-weight: bold;
    line-height: 2.5;
}
.step_summary .booking_icon {
    background-size: 16px 16px;
    background-position: 4px center;
}
/* step 4 */
#iframe-add-to-cart{
    width: 100%;
}
#booking_form_container .product_featured_title{
    border-bottom: 3px dotted #ebebeb;
    padding-bottom: 8px;
    font-size: 16px;
    width: 100%;
}
/* icone */
.booking_icon{
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
}
.icon_data{
    background-image: url("../images/booking_form/icon_data@2x.png");
}
.icon_orario{
    background-image: url("../images/booking_form/icon_orario@2x.png");
}
.icon_lingua{
    background-image: url("../images/booking_form/icon_lingua@2x.png");
}
.icon_audioguide{
    background-image: url("../images/booking_form/icon_audioguide@2x.png");
}
.icon_biglietto{
    background-image: url("../images/booking_form/icon_biglietto@2x.png");
}
/* footer */
#booking_form_footer{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#booking_form_footer_content{
    position: fixed;
    bottom: 0px;
    left: auto;
    width: 70%;
    background-color: #eaeaea;
    border-top: 1px solid #0696A5;
    padding-top: 10px;
    padding-bottom: 10px;
}
#booking_form_total{
    padding: 10px;
    padding-left: 20px;
}
#booking_form_total_value{
    font-weight: bold;
    font-size: 1.2rem;
}
#booking_form_footer_content .booking_form_error_container_full ul{
    list-style: none;
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #ff0000;
}
#booking_form_footer_content > div.no-gutters{
    padding-left: 0px;
    padding-right: 0px;
}
#booking_form_footer_content .booking_form_message_date_container_full{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    max-width: 98.2%;
}
#booking_form_footer_content .booking_form_message_date_container_full #booking_form_message_date_content{
    position: relative;
    font-size: 0.9rem;
    color: #EB008B;
    background: rgba(255,255,255,0.75);
    margin-top: 2px;
    margin-bottom: 4px;
    padding: 1%;
    padding-top: 0.2%;
    padding-bottom: 0.2%;
    border: 1px solid #EB008B;
    font-size: 0.82rem;
}
#booking_form_footer_content .booking_form_message_date_container_full #booking_form_message_date_content .message_date_icon:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f12a";
    font-size: 1em;
    color: #e8168b;
    margin-right: 5px;
}
/* footer: link avanti e indietro */
#booking_form_footer .step_links > div{
    padding-right: 0px;
}
#booking_form_footer .step_links .btn{
    text-transform: uppercase;
    border-width: 0px;
}
#booking_form_footer .step_links .btn-primary{
    min-width: 220px !important;
    float: right;
}
.booking_form_field_container_full.btn-confirmation-container .btn-primary.btn-confirmation,
#booking_form_footer .step_links .btn-primary.btn-confirmation{
    border-color: transparent;
    border-width: 0px;
    background: #EB008B;
    background-image: linear-gradient(to left,
      transparent,
      transparent 50%,
      #0696A5 50%,
      #0696A5);
    background-position: 100% 0;
      background-size: 200% 100%;
      -webkit-transition: all .25s ease-in;
      -moz-transition: all .25s ease-in;
      -o-transition: all .25s ease-in;
      transition: all .25s ease-in;
}
.booking_form_field_container_full.btn-confirmation-container{
    margin-bottom: 15px !important;
}
.booking_form_field_container_full.btn-confirmation-container .btn-primary.btn-confirmation{
    margin: auto;
}

/* footer: link avanti e indietro: step 1 */
#booking_form_footer .step_1_links,
#booking_form_footer.scroll_to_1 .step_1_links{
    display: block;
}
#booking_form_footer .link_back_shopping.link_to_step_4,
#booking_form_footer .step_2_links,
#booking_form_footer .step_3_links,
#booking_form_footer .step_4_links,
#booking_form_footer.scroll_to_1 .link_back_shopping.link_to_step_4,
#booking_form_footer.scroll_to_1 .step_2_links,
#booking_form_footer.scroll_to_1 .step_3_links,
#booking_form_footer.scroll_to_1 .step_4_links,
#booking_form_footer.scroll_to_1 .step_4 .product_related{
    display: none;
}
/* footer: link avanti e indietro: step 2 */
#booking_form_footer.scroll_to_2 .step_2_links{
    display: block;
}
#booking_form_footer.scroll_to_2 .link_back_shopping.link_to_step_4,
#booking_form_footer.scroll_to_2 .step_1_links,
#booking_form_footer.scroll_to_2 .step_3_links,
#booking_form_footer.scroll_to_2 .step_4_links,
#booking_form_footer.scroll_to_1 .step_4 .product_related{
    display: none;
}
/* footer: link avanti e indietro: step 3 */
#booking_form_footer.scroll_to_3 .step_3_links{
    display: block;
}
#booking_form_footer.scroll_to_3 .link_back_shopping.link_to_step_4,
#booking_form_footer.scroll_to_3 .step_1_links,
#booking_form_footer.scroll_to_3 .step_2_links,
#booking_form_footer.scroll_to_3 .step_4_links,
#booking_form_footer.scroll_to_1 .step_4 .product_related{
    display: none;
}
/* step 4 */
#booking_form_footer.scroll_to_4 .link_back_shopping.link_to_step_4,
#booking_form_footer.scroll_to_4 .step_4_links,
#booking_form_footer.scroll_to_1 .step_4 .product_related{
    display: block;
}
#booking_form_footer.scroll_to_4 .step_1_links,
#booking_form_footer.scroll_to_4 .step_2_links,
#booking_form_footer.scroll_to_4 .step_3_links{
    display: none;
}
#booking_form_footer.scroll_to_4 .booking_form_total_container_full{
    display: none;
}

/** media query booking_form **/
@media (max-width:768px) {
    #booking_form_footer_content{
        width: 100%;
    }
}
@media (max-width:576px) {
    .booking_form_field_container_full.btn-confirmation-container .btn-primary.btn-confirmation{
        font-size: 0.7rem !important;
        min-width: 210px !important;
    }
    #booking_form_container .steps{
        padding-bottom: 95px;
    }
    #booking_form_footer_content .booking_form_message_date_container_full{
        padding-left: 10px;
        padding-right: 10px;
    }
    #booking_form_total{
        padding-left: 10px;
    }
    #booking_form_footer.scroll_to_4 .link_back_shopping.link_to_step_4,
    #booking_form_footer.scroll_to_4 .step_4_links{
        text-align: center;
        padding: 0px;
    }
    #booking_form_footer.scroll_to_4 .step_4_links{
        margin-left: 15px;
    }
    #booking_form_footer.scroll_to_4 .link_back_shopping.link_to_step_4 a.btn,
    #booking_form_footer.scroll_to_4 .step_4_links a.btn{
        margin: auto;
        float: none;
        font-size: 0.7rem !important;
        min-width: 210px !important;
    }
}

/******** tutte le recensioni prodotto ********/
#product_reviews_all_list_maincontainer .product_reviews_summary{
    margin-bottom: 10px;
}
#product_reviews_all_list_maincontainer .product_reviews_filters{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-top: 2px dotted #ebebeb;
    border-bottom: 2px dotted #ebebeb;
}
#product_reviews_all_list_maincontainer .product_reviews_filters label{
    padding-right: 10px;
}
#product_reviews_all_list_maincontainer .no_rating span {
    margin: auto;
    color: #666;
    text-transform: uppercase;
}

/******** carrello ********/
.cart_main_container{
    margin: 0px;
    padding: 0px;
}
/* step procedura d'ordine */
.order_steps{
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.order_steps .order_step{
    float: left;
    margin-left: 0;
    width: 150px;
    height: 40px;
    max-height: 40px;
    list-style-type: none;
    padding: 5px 5px 5px 30px;
    border-right: 3px solid white;
    position: relative;
}
.order_steps .order_step:first-child {
    padding-left: 5px;
}
.order_steps .order_step:nth-child(n+2):before {
    position: absolute;
    top: -45%;
    left:0;
    display: block;
    border-left: 25px solid white;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    width: 0;
    height: 0;
    content: " ";
}
.order_steps .order_step:after {
    z-index: 1;
    position: absolute;
    top: -45%;
    right: -25px;
    display: block;
    border-left: 25px solid #EB008B;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    width:0;
    height:0;
    content: " ";
}
.order_steps .order_step:last-child:after{
    display: none;
}
.order_steps .order_step { background-color: #eaeaea; }
.order_steps .order_step:after { border-left-color: #eaeaea; }

.order_steps .order_step.active { background-color: #EB008B; }
.order_steps .order_step.active::after { border-left-color: #EB008B; }

.order_steps .order_step > div{
    color: white;
    line-height: 1.9;
    font-weight: bold;
}
.order_steps .order_step > div span{
    background-color: #FFF;
    color: #eaeaea;
    width: 30px;
    display: inline-block;
    text-align: center;
    height: 30px;
}
.order_steps .order_step.active > div span{
    color: #000000;
}
@media (max-width:576px) {
    .order_steps .order_step {
        padding-left: 5px;
        margin-bottom: 2px;
    }
    .order_steps .order_step:before,
    .order_steps .order_step:after{
        display: none !important;
    }
}

/* carrello vuoto */
.cart_no_items .sppb-title-heading{
    font-size: 28px;
    text-align: center;
}

/* carrello pieno */
.cart_summary_container,
.cart_data_buyer_container{
    font-size: 14px;
    margin-bottom: 25px;
}
.cart_summary_container .cart_summary_item{
    border: 1px solid #0696A5;
    padding-top: 0px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.cart_summary_container .cart_summary_item .cart_product_name{
    font-family: 'Frank Ruhl Libre', sans-serif;
    font-size: 1.38em;
    font-weight: bold;
    line-height: 1;
}
.cart_summary_container .cart_summary_item .cart_product_name span{
    font-size: 0.7em;
    font-weight: normal;
}
.cart_summary_container .cart_summary_item .cart_product_name a{
    color: #000000;
}
.cart_summary_container .cart_summary_item .cart_product_tickets{
    padding-left: 15px;
}
.cart_summary_container .cart_summary_item .cart_product_totals{
    padding-top: 8px;
    border-top: 2px dotted #ebebeb;
}
.cart_summary_container .cart_summary_item .link_delete i{
    font-size: 1.38em;
    color: #e8168b;
}
.cart_summary_container .cart_summary_totals{
    border-bottom: 3px dotted #ebebeb;
    padding-top: 8px;
    padding-bottom: 8px;
}
.cart_summary_container .cart_summary_totals .cart_summary_totals_intro{
    padding-bottom: 8px;
    border-bottom: 3px dotted #ebebeb;
    margin-bottom: 7px;
}
.cart_summary_container .cart_summary_totals .cart_summary_total{
    font-size: 16px;
}
.cart_summary_container .cart_summary_totals .cart_summary_total strong{
    font-size: 19px;
    color: #0696a5;
}
.cart_summary_container .cart_summary_toolbar{
    padding-top: 8px;
}
.cart_summary_container .cart_summary_toolbar a,
.order_back_from_payment .link_back_shopping{
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
}
.cart_summary_container .cart_summary_toolbar .link_back_shopping:before,
.order_back_from_payment .link_back_shopping:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f053";
    font-size: 1.38em;
    color: #e8168b;
    margin-right: 5px;
}
.cart_summary_container .cart_summary_toolbar .link_delete_cart:after{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1f8";
    font-size: 1.38em;
    color: #e8168b;
    margin-left: 5px;
}
.cart_summary_container .cart_summary_help{
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 8px;
    border-top: 3px dotted #ebebeb;
}
.cart_summary_container .cart_summary_help .cart_summary_help_content{
    padding: 10px;
    font-size: 0.9em;
    background-color: #eaeaea;
}
.cart_summary_container .cart_summary_help .cart_summary_help_content:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f05a";
    font-size: 1.38em;
    color: #0696a5;
    margin-right: 5px;
}

/* form dati anagrafici */
.cart_data_buyer_container .cart_data_buyer_form h4{
    margin-top: 20px;
}
.cart_data_buyer_container .cart_data_buyer_form .star{
    color: #dc3545;
}
.cart_data_buyer_container .cart_data_buyer_form .data_buyer_form_field_error,
.cart_data_buyer_container .cart_data_buyer_form .data_buyer_form_general_error{
    display: block !important;
}
.cart_data_buyer_container .cart_data_buyer_form .data_buyer_form_field{
    margin-bottom: 10px;
}
.cart_data_buyer_container .cart_data_buyer_form input[type="radio"]{
    margin-right: 5px;
}

/* riepilo dati anagrafici, titolo accordion */
.order_back_from_payment .collapse-title-button,
.order_data_buyer_container .collapse-title-button{
    display: block;
    color: inherit;
    border-bottom: 2px dotted #ebebeb;
    padding-bottom: 4px;
    padding-top: 4px;
}
.order_back_from_payment .collapse-title-button{
    border-top: 2px dotted #ebebeb;
    text-align: center;
    padding-bottom: 24px;
}
.order_back_from_payment .collapse-title-button:after,
.order_data_buyer_container .collapse-title-button:after {
    font-family: "FontAwesome";
    content: "\f107";
    border: 0px;
}
.order_back_from_payment .collapse-title-button:after{
    float: left;
    width: 100%;
}
.order_data_buyer_container .collapse-title-button:after {
    float: right;
}
.order_back_from_payment .collapse-title-button:hover,
.order_data_buyer_container .collapse-title-button:hover{
    color: #027182;
}
.order_back_from_payment .collapse-title-button[aria-expanded="true"]:after,
.order_data_buyer_container .collapse-title-button[aria-expanded="true"]:after {
    content: "\f106";
}
.order_back_from_payment #collapseContent,
.order_data_buyer_container #collapseContent{
    border-bottom: 2px dotted #ebebeb;
}
.order_back_from_payment #collapseContent{
    padding: 15px;
    background-color: #ebebeb;
    font-size: 14px;
}
.order_back_from_payment.cart_toolbar{
    margin-top: 15px;
}

/* riepilo dati anagrafici */
.order_data_buyer_container .data_buyer_form_field{
    margin-bottom: 10px;
}
.order_data_buyer_container .data_buyer_form_field_field{
    background-color: #f6f6f6;
    border: 1px solid #eaeaea;
    padding: 4px;
    min-height: 30px;
}
.link_back_cart{
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
}
.link_back_cart:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    content: "\f053";
    font-size: 1.38em;
    color: #e8168b;
    margin-right: 5px;
}
.order_data_buyer_container .order_data_buyer_payment h4{
    margin-top: 20px;
}
.order_data_buyer_container .order_data_buyer_payment input[type="radio"]{
    margin-right: 5px;
}
.order_data_buyer_container .order_data_buyer_payment .order_data_buyer_payment_item{
    margin-bottom: 10px;
}
.order_data_buyer_container .order_data_buyer_payment .order_data_buyer_payment_item .order_data_buyer_payment_name{
    font-weight: bold;
}
.order_data_buyer_container .order_data_buyer_payment .order_data_buyer_payment_item .order_data_buyer_payment_logo{
    padding-bottom: 5px;
}
.order_data_buyer_container .order_data_buyer_payment .order_data_buyer_payment_item .order_data_buyer_payment_note{
    padding: 5px;
    background-color: #f6f6f6;
    border: 1px solid #eaeaea;
    font-size: 13px;
}
.order_data_buyer_container .order_data_buyer_payment_error{
    display: block !important;
}

/******** form recensioni ********/
.review_form_intro{
    margin-bottom: 25px;
    margin-top: 15px;
}
.review_form_product .card{
    background-color: transparent;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0px;
}

@media (max-width:768px) {
    .review_form_product .product_featured > div{
        max-width: 115%;
        width: 115%;
        -webkit-flex: 0 0 115%; /* Safari 6.1+ */
        -ms-flex: 0 0 115%; /* IE 10 */ 
        flex: 0 0 115%;
    }
}

/******** form richiesta voucher ********/
div.get_voucher_intro,
div.download_voucher_intro{
    margin-bottom: 25px;
    margin-top: 15px;
}
div.download_voucher{
    margin-bottom: 15px;
}

/******** banner cookie ********/
.coockie_banner{
    z-index: 9;
    font-size: 0.9em;
    background: rgba(102,102,102,0.9) !important;
}
.coockie_banner > p{
    margin-bottom: 0px;
}
.coockie_banner .butonDefecto{
    border-radius: 0px;
    border: 0px;
    text-transform: uppercase;
    background: #0696A5;
    background-image: linear-gradient(to left,
    transparent,
    transparent 50%,
    #027182, 50%,
    #027182) !important;
    background-position: 100% 0 !important;
    background-size: 200% 100% !important;
    -webkit-transition: all .25s ease-in !important;
    -moz-transition: all .25s ease-in !important;
    -o-transition: all .25s ease-in !important;
    transition: all .25s ease-in !important;
    box-shadow: 0px 0px 0px 0px #0696A5 inset;
    font-weight: normal;
    text-shadow: 0px 0px 0px #0696A5;
}
.coockie_banner .butonDefecto:hover{
    border: 0px;
    background-position: 0 0 !important;
}
.coockie_banner a {
    text-decoration: underline;
    white-space: nowrap;
}
.coockie_banner a:hover {
    text-decoration: none;
}

/******** newsflash ********/
/* orizzontale */
.newsflash-horiz.mod-list.row > div{
    margin-bottom: 20px;;
}
.newsflash-horiz.mod-list.row > div .newsflash-title{
    font-size: 20px;
}
.newsflash-horiz.mod-list.row > div .readmore{
    text-transform: uppercase;
    font-size: 13px;
}

/******** iubenda *********/
.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right], 
.iubenda-tp-btn[data-tp-float][data-tp-float=top-right] {
    z-index: 1000 !important;
}