.hide-loader{display:none !important}
.purchase-spinner{position:absolute;top:50%;left:50%}
@keyframes orbit{0{transform:rotate(225deg);opacity:1;animation-timing-function:ease-out}
7%{transform:rotate(345deg);animation-timing-function:linear}
30%{transform:rotate(455deg);animation-timing-function:ease-in-out}
39%{transform:rotate(690deg);animation-timing-function:linear}
70%{transform:rotate(815deg);opacity:1;animation-timing-function:ease-out}
75%{transform:rotate(945deg);animation-timing-function:ease-out}
76%{transform:rotate(945deg);opacity:0}
100%{transform:rotate(945deg);opacity:0}
}
[class*='c-progress']{outline:0 solid transparent;display:block;margin-top:12px;&[class*='f-indeterminate-local']{position:relative;span{position:absolute;-ms-transform:rotate(225deg);transform:rotate(225deg);animation:orbit 5.5s infinite;&:after{content:'';position:absolute;border-radius:100%;background:#0067b8}
&:nth-child(2){animation-delay:240ms}
&:nth-child(3){animation-delay:480ms}
&:nth-child(4){animation-delay:720ms}
&:nth-child(5){animation-delay:960ms}
}
&[class*='f-progress-small']{width:20px;height:20px;span{width:25px;height:25px;&:after{width:3px;height:3px}
}
}
&[class*='f-progress-medium']{width:48px;height:48px;span{width:38px;height:38px;&:after{width:.3em;height:.3em}
}
}
&[class*='f-progress-large']{width:60px;height:60px;span{width:60px;height:60px;&:after{width:6px;height:6px}
}
}
}
&[class*='f-indeterminate-regional']{span{&:after{content:'';position:absolute;display:inline-block;background:#0067b8;width:5px;height:5px;border-radius:50%}
&:nth-child(1){animation-delay:.05s;&:after{left:-10px}
}
&:nth-child(2){animation-delay:.1s;&:after{left:-20px}
}
&:nth-child(3){animation-delay:.15s;&:after{left:-30px}
}
&:nth-child(4){animation-delay:.2s;&:after{left:-40px}
}
&:nth-child(5){animation-delay:.25s;&:after{left:-50px}
}
}
}
}