#ordine .form.row svg path:first-child {
    stroke: inherit;
}

/* landing rian */
.float-pan {
	display:none;
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 9999999999;
}
.grecaptcha-badge { visibility: hidden; }

.main-title {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.page-id-947 .contenuto.corp {
	width:100%;
	--corp:100%;
	padding-left: 0;
  padding-right: 0;
}

.page-id-947 .header .corp {
    width: 75%;
    --corp: 75%;
    padding: 0;
}
.main-content-wrap {
    width: 75%;
    margin: 0 auto;
    padding: 80px 0;
}

.main-content {
    display: flex;
    gap: 100px;
    padding: 20px 0;
}

.main-content img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.right-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.right-col p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	max-width:440px;
}

.right-col h2 {
	margin-bottom:25px;
}

.page-id-947 .wp-block-buttons .wp-block-button a.wp-block-button__link {
	border-radius:4px;
	padding:12px 48px; 
}

.panettone {
    position: absolute;
    bottom: -1px;
    right: 0;
	max-width:650px!important;
}

.call-action-title {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:25px;
}

.call-content {
    z-index: 1;
    position: relative;
    max-width: 670px;
    margin-left: 10%;
}

.ordine-wrap {
    padding: 90px 0;
}

.ordine-wrap > .wp-block-group__inner-container {
    background-color: #fdf7f0;
    padding: 32px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    /*background-image: url(/wp-content/uploads/bg-contatti.svg);
    background-blend-mode: soft-light;
    background-repeat: repeat;
    background-size: auto;*/
}

.ordine-title {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
	margin-bottom:15px!important;
}
.ordine-p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ordine-wrap > .wp-block-group__inner-container > * {
    max-width: 75%;
    margin: 0 auto;
}

.form-trigger {
    margin: 30px 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: fit-content;
    padding: 5px;
    border-radius: 50px;
}

.ordine-group > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.wpa-test-msg {
	display:none;
}

.form-trigger span {
		cursor:pointer;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 2px 18px;
    border-radius: 50px;
	background: #fff;
		transition: background 0.8s cubic-bezier(.25,.8,.25,1);
}
.rg-active {
    background: #ff9853!important;
    color: #fff!important;
}
.ordine-forms .wp-block-group {
	transition: opacity 0.8s cubic-bezier(.25,.8,.25,1);
}

.page-id-947 .form .btn {
	color: #50C5BB;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
	    background-color: #fff;
}

.gallery-section-wrap {
    background-color: #f7f5f2;
    padding: 100px 0;
}

.gallery-section-wrap > .wp-block-group__inner-container {
    max-width: 75%;
    margin: 0 auto;
}

.gallery-section-col {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.gallery-title {
	color: #000;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
	    margin-bottom: 30px;
}

.gallery-bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
	    padding: 0;
	    margin-bottom: 50px;
}

ul.gallery-bullets li {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
		position:relative;
	    padding-left: 35px;
}

ul.gallery-bullets li:before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    background-image: url(/wp-content/uploads/CheckCircle.png);
}

.gallery-col-right {
    width: 45%;
}

/*gallery*/
.carousel-container {
    position: relative;
	    margin: 40px 0 60px 0;

}

.carousel-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item {
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0;
	 visibility: hidden;
}

.carousel-item img {
    border-radius: 10px;
    width: 100%;
    height: auto;
	  object-fit: cover;
    aspect-ratio: 3 / 4;
}
.active-big img {
	aspect-ratio: 4 / 4.5;
}

.carousel-item.active-big {
	position:absolute;
    opacity: 1;
    z-index: 1;
	max-width:460px;
	top:0;
	right:0;
	    visibility: visible;
    transform: scale(1.1);
}

.carousel-item.active-small {
	position:absolute;
    opacity: 1;
    z-index: 2;
	max-width:320px;
	bottom:0;
	left:0;
	    visibility: visible;
    transform: scale(0.9);
}

.sezione-testo {
	    display: flex;
    flex-direction: row;
    margin: 0 auto 60px auto;
    width: 75%;
	gap: 100px;
}

.sezione-img-testo {
	    display: flex;
    flex-direction: row;
    margin: 150px auto 60px auto;
    width: 75%;
	gap: 100px;
}

.sezione-img-testo img {
	width:100%;
}

.sezione-img-testo > div, .sezione-testo > div {
    width: 50%;
}

.sezione-img-testo p, .sezione-testo p {
	color: #000;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.center-things {
    align-items: center;
}

.sezione-img-testo {
    border-radius: 10px;
}

.action-footer .call-content {
    max-width: 100%;
    text-align: center;
    margin-left: 0;
}
.action-footer .is-layout-flex {
	 justify-content: center;
}

.call-action.action-middle {
    background-color: #4fc5bb;
	  background-blend-mode: soft-light;
}

.action-middle .call-action-title {
    color: #fff;
}

.action-middle a {
    background-color: #fff!important;
    color: #333!important;
}
.action-middle .panettone {
    right: inherit;
    left: 0;
    bottom: -90px;
}

.action-middle .call-content {
    margin-left: 42%;
}
.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 85px;
    bottom: 115px;
    gap: 15px;
    color: #51c6bb;
}

.wpcf7-not-valid-tip {
    bottom: -28px;
}
.form.row .field {
    margin-bottom: 8px;
}
.panettone-options .field {
    margin: 0!important;
}
.panettone-options {
    display: flex;
    gap: 20px;
    margin: 10px 0!important;
    justify-content: space-between;
    max-width: 100%!important;
}

.my-select .wpcf7-form-control-wrap:after {
    content: "";
    background-image: url("/wp-content/uploads/chevron-down.png");
    width: 20px;
	height:20px;
	display:inline-block;
	position:absolute;
	right:10px;
	background-repeat: no-repeat;
    background-size: contain;
	z-index:1;
}
.my-select .wpcf7-form-control-wrap {
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#fff;
	border-radius: 6px;
}
.my-select select {
    background-color: transparent;
    z-index: 2;
    padding-right: 30px;
		text-overflow: ellipsis;
    white-space: nowrap;
}

.add-container {
	text-align:left;
}

.remove-option svg {
    position: static!important;
    transform: none!important;
    top: inherit!important;
}
.remove-option {
    border-radius: 50px;
    background: #fff;
    width: 25px;
    height: 25px;
    padding: 2px;
    cursor: pointer;
	  display: flex;
    align-items: center;
    justify-content: center;
}
.add-options {
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.add-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

#grand-total {
    color: #1f1c1c;
    font-size: 16px;
    border-radius: 6px;
    background: #f9f9f9;
    padding: 5px 15px;
}
.call-content p, .nota {
	color: #000;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal;
	margin-bottom:20px;
	margin-top:-20px;
}


.wpcf7-acceptance {
    font-size: 11px!important;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.carousel-btn {
    cursor: pointer;
}

span.riepilogo-form {
    position: relative;
}

#discount-bubble {
    position: absolute;
    top: -25px;
    background: #000000;
    width: max-content;
    color: #fff;
    padding: 5px 8px;
    border-radius: 6px;
    right: -10px;
    font-size: 10px;
    font-weight: 900;
}

.remove-option {
    margin: auto 0!important;
}

/* Ipad Pro portrait */
@media screen and (max-width:1366px) {
	.carousel-item.active-big {
		max-width:380px;
	}
	.carousel-controls {
			right: 0;
			bottom: 85px;
	}
	
	.call-action.action-middle, .ordine-wrap, .call-action.action-footer {
		position:relative;
	}
	.call-action.action-middle:after, .ordine-wrap:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 0;
    }
	
	.call-action.action-footer:after, .call-action:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #f7f5f3e3!important;
        position: absolute;
        top: 0;
        z-index: 0;
    }
	
	.ordine-wrap .wp-block-group__inner-container > * {
		position:relative;
		z-index:1;
	}
	.panettone {
    z-index: 1;
}
}

/* Ipad Pro portrait */
@media screen and (max-width:1024px) {
	.main-content-wrap {
    width: 95%;
}
	.call-content {
		max-width: 460px;
    margin-left: 5%;
}
	.call-action-title {
    font-size: 30px;
}
	.gallery-section-wrap > .wp-block-group__inner-container {
    max-width: 90%;
    margin: 0 auto;
}
	.carousel-item.active-big {
		max-width:320px;
	}
	.carousel-controls {
    right: 0;
    bottom: 85px;
}
	.sezione-img-testo, .sezione-testo {
    width: 90%;
}
	.action-middle .call-content {
    margin-left: 50%;
}
	.action-middle .panettone {
    width: 50%;
}
}

/* ipad mini portrait */
@media screen and (max-width:768px) {
	.main-content {
			gap: 40px;
	}
	.page-id-947 .wp-block-buttons .wp-block-button a.wp-block-button__link {
    padding: 12px 32px;
}

	.ordine-wrap {
    padding: 0;
}
	.ordine-wrap > .wp-block-group__inner-container {
    padding: 32px 10px;
    border-radius: 0;
}
	.ordine-wrap > .wp-block-group__inner-container > * {
    max-width: 100%;
}
	.add-container {
    width: 100%;
}
	.panettone-options {
    flex-wrap: wrap;
		gap:10px;
		border-bottom: 1px dashed #fff;
    padding: 10px 0;
}
	.add-options {
    font-size: 16px;
}
	.sezione-img-testo, .sezione-testo {
    width: 95%;
    gap: 40px;
		margin: 60px auto;
}
	.action-middle .panettone {
    right: inherit;
    left: 0;
    bottom: 20px;
}
	.carousel-controls {
    right: 0;
    bottom: -160px;
}
	.carousel-item.active-small {
			bottom: -150px;
			left: -80px;
	}
	.carousel-item.active-big {
    right: -8px;
		max-width: 290px;
}
	.carousel-slide {
    margin-bottom: 180px;
}
	.page-id-947 .gallery-col-right .wp-block-buttons .wp-block-button a.wp-block-button__link {
    padding: 12px 20px;
}
}

/* smartphones */
@media screen and (max-width:767px) {
	.main-content-wrap {
    width: 90%;
    padding: 40px 0;
}
	.main-title {
    font-size: 25px;
}
	
	.main-content {
    flex-direction: column;
    gap: 40px;
}
	.call-action-title {
    font-size: 25px;
}
	.call-action {
    padding-bottom: 450px;
}
	.call-content {
    margin-left: inherit;
    margin: 0 10px;
}
	.page-id-947 .wp-block-buttons .wp-block-button a.wp-block-button__link {
    padding: 12px 30px;
}
	.page-id-947 .wp-block-buttons.is-layout-flex {
    flex-direction: row;
    justify-content: center;
		        margin: 20px 0;
}
	.ordine-wrap {
    padding: 0;
}
	.ordine-wrap > .wp-block-group__inner-container {
    padding: 32px 10px;
    border-radius: 0;
}
	.ordine-wrap > .wp-block-group__inner-container > * {
    max-width: 100%;
}
	.add-container {
    width: 100%;
}
	.panettone-options {
    flex-wrap: wrap;
		gap:10px;
		border-bottom: 1px dashed #fff;
    padding: 10px 0;
}
	.add-options {
    font-size: 16px;
}
	.gallery-section-wrap > .wp-block-group__inner-container {
    max-width: 92%;
}
	.gallery-section-col {
    display: flex;
    flex-direction: column;
    gap: 0;
}
	.gallery-title {
    font-size: 25px;
}
	.gallery-section-wrap {
    padding: 40px 0;
}
	.gallery-col-right {
    width: 90%;
    margin: 0 auto;
}
	.carousel-controls {
    right: 0;
    bottom: -160px;
}
	.carousel-item.active-small {
			bottom: -150px;
			left: -40px;
	}
	.carousel-item.active-big {
    right: -8px;
		max-width: 290px;
}
	.carousel-slide {
    margin-bottom: 180px;
}
.sezione-img-testo {
    flex-direction: column;
    margin: 40px auto 40px auto;
    width: 95%;
    gap: 20px;
}
	.sezione-img-testo > div, .sezione-testo > div {
    width: 100%;
}
	.sezione-testo {
    flex-direction: column;
    margin: 0 auto 40px auto;
    width: 95%;
    gap: 20px;
}
	.action-middle .call-content {
    margin-left: inherit;
    margin: 0 10px;
    text-align: center;
}
	.action-middle.call-action {
    padding-bottom: 240px!important;
		margin-bottom:70px; 
}
	.call-action.action-footer {
    padding-bottom: 90px;
}
	.action-footer .call-action-title {
    font-size: 16px;
}

	.call-action {
    background-size: 200%;
		background-blend-mode: difference;
}

	.action-middle .panettone {
    width: 100%;
    bottom: -90px!important;
		z-index:1;
}
	
}
