.qrcode-response{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.qrcode-response .response{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.qrcode-response .response h5{
	text-align: left;
}
.qrcode-response .response .icon-validation{
	font-size: 60px;
}
.qrcode-response .response .text-validation{
	margin-bottom: 20px;
}
.qrcode-response .response.success .icon-validation,
.qrcode-response .response.success .text-validation{
	color: rgb(0, 189, 0);
}

.qrcode-response .response.error .icon-validation,
.qrcode-response .response.error .text-validation{
	color: rgb(206, 5, 5);
}

.qrcode-response .response.warning .icon-validation,
.qrcode-response .response.warning .text-validation{
	color: rgb(255, 213, 0);
}
.qrcode-response .response .intervento-text{
	max-width: 400px;
	text-align: center;
}

.cky-footer-wrapper button,
.cky-notice-btn-wrapper button{
    font-family: var(--e-global-typography-text-font-family ), Sans-serif;
    font-size: var(--e-global-typography-text-font-size );
    font-weight: var(--e-global-typography-text-font-weight );
    line-height: inherit;
    color: var(--e-global-color-accent );
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: initial;
    border-color: var(--e-global-color-accent );
    border-radius: 0px 0px 0px 0px;
    padding: 8px 12px 8px 12px;
}

.cky-preference-header button.cky-btn-close:hover,
.cky-preference-header button.cky-btn-close:focus,
.cky-btn-revisit-wrapper .cky-btn-revisit:hover,
.cky-btn-revisit-wrapper .cky-btn-revisit:focus{
	background-color: transparent!important;
	color: #ffffff!important;
	border: none!important;
}

.cky-modal button:not(.cky-btn-accept):not(.cky-btn-preferences):hover, .cky-modal button:not(.cky-btn-accept):not(.cky-btn-preferences):focus{
    color: initial!important;
    background-color:  initial!important;
    border-style:  initial!important;
    border-color:  initial!important;
}

.woocommerce-ResetPassword .woocommerce-form-row{
	width: 100%;
}

.fancybox__container .f-button.is-close-btn svg {
	overflow: visible;
    fill: #fff !important;
    width: 18px !important;
    height: 18px !important;
}

@media (min-width: 1025px){
	.woocommerce-MyAccount-navigation{
		position: sticky;
		top: 120px;
	}
}
