.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #ffffff; 
	height: 100vh;
	text-align: center;
	z-index: 9999999999;
}  

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 5px;
    border-color: rgba(0, 0, 0, 0.5);
    border-top-color: #00b32d;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

footer, .add7cart, .accordion, .offcanvas ,.navbar, .nav-item, .lazy, .contacttop, .add2cart, .add2fast, .tab, .wzp_dettagli  { display: none; }
img { max-width: 100%; }

@media only screen and (max-width: 700px) {
  body {
    max-width: auto;
	margin: auto;
  }
}


@keyframes loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.main_logo { width: 100%; display:block; }

.main_logo img { width: 100%;  }
.boxed a, .boxed img, .boxed span, .owl-stage-outer, hr {
	
	display: none;
}


.boxed  {
  color: transparent;
  background: linear-gradient(100deg, #c4ccd2 30%, #f6f7f8 50%, #eceff1 70%);
  background-size: 400%;
  animation: loading 1.2s ease-in-out infinite;
  min-height: 100px;
}


