.spinner {
    width: 1px !important;
    height: 1px !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
.product .img img.spinner,
.gallery-body_i .item_i img.spinner {
    top: 0;
    left: 0;
    width: 40px !important;
    height: 40px !important;
    background-color: #1758a3 !important;
    border-radius: 100% !important;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    background-image: none;
}
.product .img img.spinner {
    margin: auto;
    right: 0;
    bottom: 0;
}
.gallery-body_i .item_i img.spinner {
    margin: 100px auto;
    text-align: center;
    display: block;
    min-width: 0;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    background-color: #2e8bc7;
    opacity: 0.5;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    background-color: #2e8bc7;
    opacity: 0.5;
  }
}
