
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes jello {
0% {
    transform: scale(0);
    opacity: 0;
  }
  20% {
    transform: scale(1);
    opacity: 1;
  }
  
  /* FASE 2: Effetto Jello (oscillazione) */
  30% { transform: scale(1) skewX(-12.5deg) skewY(-12.5deg); }
  40% { transform: scale(1) skewX(6.25deg) skewY(6.25deg); }
  50% { transform: scale(1) skewX(-3.125deg) skewY(-3.125deg); }
  65% { transform: scale(1) skewX(1.5625deg) skewY(1.5625deg); }
  80% { transform: scale(1) skewX(-0.78125deg) skewY(-0.78125deg); }
  100% { transform: scale(1) skewX(0) skewY(0); }
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

*:hover,
*:focus,
*:active {
	text-outline: none !important;
	outline: none !important;
}
::placeholder, label {
	font-size: 13px !important;
	font-family: Arial !important;
	color: #999 !important;
}
input, textarea, select{
	border-color: #C9C9CA !important;
	font-family: Arial !important;
	
}
input::placeholder, textarea::placeholder, select::placeholder{
	color: #999 !important;
}
select.ff-el-form-control::placeholder,.fluentform .ff-el-form-control{
	color:#999 !important;
}
input{
	max-height:45px !important;
}
.contact-form__input-error {
 font-size: 12px !important;
	color: #F26E6E !important;
}
input[type="checkbox"], input[type="radio"] {
	border-color: #0162FF !important;
}
.wp-site-blocks {
	opacity: 0;
	animation: fadeInDown 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

body.home .wp-block-image {
	animation: jello 3s both;
	transform-origin: center;
}
.wp-block-jetpack-cookie-consent{
	bottom:0 !important;
	padding: 20px;
	background: white;
	max-width:600px;
	margin: 0 auto;
}
.wp-block-jetpack-cookie-consent .wp-block-button__link{
	margin-bottom: 20px;
}
.wc-block-components-notice-banner {
	display: none !important;
}

.wc-block-components-checkout-order-summary__title {
	display: none !important;
}

.wp-block-group {
	padding-top: 0 !important;
}

button {
	border-radius: 9999px !important;
}

.wc-block-components-totals-item wc-block-components-totals-footer-item {
	display: none !important;
}
.wc-block-components-express-payment-continue-rule {
	visibility: hidden !important;
}

.wp-block-jetpack-contact-form {
	margin: 0 auto !important;
	max-width: 350px !important;
}

.submission-success {
	text-align: center !important;
}

.wp-block-post-title {
	display: none !important;
}
.choices__inner{
	min-height:40px !important;
}
#choices {

  animation: fadeIn 3s ease-in-out;
}
.frm-fluent-form .choices__inner {
	text-align: center;
}
.frm-fluent-form .choices__placeholder {
    color: #000000;
}
.choices__list input{
	border-radius:9999px;
}
.choices__list{
	text-transform: capitalize;
}
.choices__list select{
	opacity:0 !important;
}
/*ENd Fluent Form items*/

.jetpack-form-file-field__remove.jetpack-form-file-field__remove {
	right: -20px;
	top: -20px;
}

.jetpack-form-file-field__preview-wrap {
	max-width: 350px;
}

.jetpack-form-file-field__file-wrap {
	overflow: hidden;
}

.wp-block-button__link,
button {
	transition: all 0.2s ease;
}

.wp-block-button__link:hover,
button:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) !important;
	opacity: 1 !important;
}

.wp-block-button__link:focus,
button:focus {
	opacity: 1 !important;
	border: none !important;
	box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.2) !important;
	outline-color: rgba(0, 0, 0, 0) !important;
}

.wp-block-button__link:active,
button:active {
	opacity: 1 !important;
	box-shadow: none !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main{
	width:100%;
}
#wc-guest-checkout-notice{
	display:none !important;
}

.wc-block-components-radio-control input,.wc-block-components-checkbox input{
	border: 1px solid black;
}
#billing select, #billing input, #billing textarea,#payment-method select, #payment-method input,#payment-method textarea {
border: 1px solid #C9C9CA !important;
}
.wc-block-components-radio-control-accordion-option,.wc-block-components-radio-control-accordion-option input, .wc-block-components-radio-control-accordion-content input, .wc-block-components-address-form input{
	border: none !important;
	box-shadow: none !important;
	color: #666 !important;
}
