﻿@-webkit-keyframes spinner-animation{50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{opacity:0}}@keyframes spinner-animation{50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{opacity:0}}.product-size{width:10px!important;height:10px!important}.small-loading{width:auto!important;height:auto!important}.color1{background:#448dca}.color2{background:#90c1e3}.color3{background:#b4defb}.color4{background:#448dca}.weg-loading-spinner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100vh;width:100vw}.weg-loading-spinner,.weg-loading-spinner *{-webkit-box-sizing:border-box;box-sizing:border-box}.weg-loading-spinner .color{width:15px;height:15px;margin:0 calc(5px/2);float:left;-webkit-transform:scale(0);transform:scale(0);-webkit-animation:spinner-animation 1000ms ease infinite 0ms;animation:spinner-animation 1000ms ease infinite 0ms}.weg-loading-spinner .color:nth-child(1){-webkit-animation-delay:calc(300ms*1);animation-delay:calc(300ms*1)}.weg-loading-spinner .color:nth-child(2){-webkit-animation-delay:calc(300ms*2);animation-delay:calc(300ms*2)}.weg-loading-spinner .color:nth-child(3){-webkit-animation-delay:calc(300ms*3);animation-delay:calc(300ms*3)}