.rz_prezzo_testo_prima {
    text-decoration: none !important;
}
#rz-prezzo-base-in-offerta-contenitore {
    text-align: center;
    padding: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
#rz-prezzo-base-in-offerta-pre-text {
    color: #00405F;
    font-weight: 300;
    font-size: 14px;
    margin-right: 5px;
}
#rz-prezzo-base-in-offerta {
    color: #00405F;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
}
#rz-offer-info {
    text-align: center;
    color: #FF00A0;
    font-size: 15px;
    padding: 5px 0px 5px 0px;
}
#rz-offer-message {
    display: block;
    text-align: left !important;
    color: #FF00A0;
    font-size: 15px;
    padding: 5px 0px 5px 0px;
    margin: 10px 0px 5px 0px;
}
.rz_video_resource_section {
    background-color: #f1f1f1;
    border-radius: 5px;
}
#rz-video-info {
    font-size: 13px;
}
@media only screen and (max-width: 767px) {
    #rz-prezzo-base-in-offerta-pre-text {
        font-size: 12px;
    }
    #rz-prezzo-base-in-offerta {
        font-size: 14px;
    }
    #rz-offer-message {
        text-align: center !important;
    }
}
#rz-iubenda-icon {
    display: none !important;
}
.woocommerce-error {
    display: none !important;
}
/* Booking loader container */
#rz-booking-loader-container {
    position: fixed;
    top: 0;
    display: none;
}
#rz-booking-loader-container.booking_loading {
    display: flex;
}
@keyframes processing-logo-animation {
	0% {
		animation-timing-function: ease-out;
		transform: scale(1);
		transform-origin: center center;
	}

	10% {
		animation-timing-function: ease-in;
		transform: scale(0.91);
	}

	17% {
		animation-timing-function: ease-out;
		transform: scale(0.98);
	}

	33% {
		animation-timing-function: ease-in;
		transform: scale(0.87);
	}

	45% {
		animation-timing-function: ease-out;
		transform: scale(1);
	}
}
#rz-processing-logo {
    animation: processing-logo-animation 2s ease 0s infinite normal forwards;
}
@keyframes processing-text-animation {
    0% {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }
    50% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    100% {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
}
#rz-processing-text {
    animation: processing-text-animation 3s ease 0s infinite normal forwards;
}
/* End of booking loader container */

/* Hero section */
.single_product_main_section {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* Pulsante Book Now animato */
#rz-book-now-animated-cta {
    transform: translateX(150%);
    transition-duration: 0.5s;
}
#rz-book-now-animated-cta.rz_book_now_active {
    transform: translateX(0%) !important;
}
#rz-percentuale-sconto {
    display: none !important;
}
/* End of price box*/
/* End of hero section */

/* Boxes icone dopo hero */
.features_icon .elementor-icon i, .features_icon .elementor-icon svg {
    font-size: 2vw !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .features_icon .elementor-icon i, .features_icon .elementor-icon svg {
        font-size: 3vw !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .features_icon .elementor-icon i, .features_icon .elementor-icon svg {
        font-size: 3vw !important;
    }
}
@media only screen and (max-width: 767px) {
    .features_icon .elementor-icon i, .features_icon .elementor-icon svg {
        font-size: 5vw !important;
    }
}
/* End of boxes icone dopo hero */

/* Woocommerce product notice and messages */
.woo_notices_container .elementor-widget-container {
    position: fixed;
    width: 50vw;
    bottom: 0;
    left: 0;
    transform-origin: center center;
    transform: translate(25vw, -50vh);
}
.woo_notices_container .woocommerce-message, .woo_notices_container .woocommerce-info, .woo_notices_container .woocommerce-error {
    margin: 0px auto 0px auto;
    font-family: "montserrat";
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.2em;
    border-radius: 0px;
    text-align: left;
    padding: 50px;
    background-color: #009BFF;
    color: white !important;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0% !important;
    margin-right: 0% !important;
    border: 2px solid white;
    border-radius: 10px;
    box-shadow: 0px 0px 50px #000000;
    flex-wrap: nowrap;
    align-content: center;
}
.woo_notices_container .woocommerce-error {
    background-color: red !important;
}
.woo_notices_container .woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before {
    display: none !important;
}
.woo_notices_container .woocommerce-message a, .woo_notices_container .woocommerce-info a {
    display: none !important;
    background-color: white;
	padding: 8px;
	color: grey;
	border-radius: 1px;
	box-shadow: 0px 0px 0px #00000050;
	margin: 0px 10px 0px 10px !important;
	font-weight: 600 !important;
}
.return-to-shop {
    margin: 10px 5px 10px 5px !important;
}
.wc-backward {
    width: 100%;
	background-color: grey !important;
	text-align: center;
	color: white !important;
	font-weight: 600 !important;
    border-radius: 0px !important;
}
.wc-backward:hover {
	background-color: orange !important;
}
/** GIFT CARD BLOCK WOOCOMMERCE **/
.woo_notices_container .ywgc_have_code {
    margin: 0px 5px 0px 5px;
}
.woo_notices_container .ywgc_have_code .woocommerce-message, .ywgc_have_code .woocommerce-info, .ywgc_have_code .woocommerce-error {
    border: none !important;
    margin: 0px auto 0px auto;
    font-family: "montserrat";
    border-radius: 0px;
    text-align: center;
    padding: 10px;
    background-color: #f1f1f1 !important;
    color: grey !important;
    margin-top: 5px !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.woo_notices_container .ywgc_have_code {
    margin: 0px 5px 0px 5px;
}
.woo_notices_container .ywgc_have_code .woocommerce-message a, .ywgc_have_code .woocommerce-info a, .ywgc_have_code .woocommerce-error a {
    font-weight: 600 !important;
    background-color: grey !important;
    color: white !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .woo_notices_container .elementor-widget-container {
        width: 60vw;
        transform: translate(20vw, -50vh);
    }
    .woo_notices_container .woocommerce-message, .woo_notices_container .woocommerce-info, .woo_notices_container .woocommerce-error {
        font-size: 1.8vw;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .woo_notices_container .elementor-widget-container {
        width: 80vw;
        transform: translate(10vw, -50vh);
    }
    .woo_notices_container .woocommerce-message, .woo_notices_container .woocommerce-info, .woo_notices_container .woocommerce-error {
        font-size: 2.7vw;
        padding: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .woo_notices_container .elementor-widget-container {
        width: 90vw;
        transform: translate(5vw, -50vh);
    }
    .woo_notices_container .woocommerce-message, .woo_notices_container .woocommerce-info, .woo_notices_container .woocommerce-error {
        flex-direction: column-reverse !important;
        justify-content: space-evenly !important;
        min-height: 20vh;
        font-size: 4.4vw;
        padding: 20px;
    }
}
/* End of woocommerce notice and messages */

/* Main description container */
@media only screen and (max-width: 767px) {
    .boxinfo_service_container {
        background: transparent;
        background: transparent;
    }
}
/* End of main description container */

/* Modulo di prenotazione */
._popup_modulo_di_prenotazione {
    transform: translateX(100%);
    transition-duration: 0.8s;
}
._popup_modulo_di_prenotazione.show_form {
    transform: translateX(0%);
}
.contenitore_interno_modulo .elementor-element-6baf530 .elementor-widget-container {
    max-height: 100vh;
    overflow: scroll;
}
.contenitore_interno_modulo .elementor-element-6baf530 .elementor-widget-container .booking-wraper {
    width: auto !important;
    margin: 15px;
}
/* End of modulo di prenotazione */

#rz-service-operated-by {
    background-color: #ededed;
    text-align: center;
    border: none;
}
