.suretrigger_button { 
position: relative;
}
.st_trigger_button_loading:after {
content: '';
position: absolute;
right: 6px;
top: 50%;
animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}
.st_trigger_button_loading:before {
content: "";
border-radius: 50%;
right: 0px;
top: 50%;
position: absolute;
border-right: 3px solid #ffffff;
animation: rotate360 .5s infinite linear, exist .1s forwards ease ;
}
@keyframes rotate360 { 
100% {
transform: rotate(360deg);
}
}
@keyframes exist { 
100% {
width: 15px;
height: 15px;
margin: -8px 5px 0 0;
}
}.wpmenucart-icon-shopping-cart-0:before{font-family:WPMenuCart;speak:none;font-style:normal;font-weight:400;display:inline;width:auto;height:auto;line-height:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0;margin-right:.25em}.wpmenucart-icon-shopping-cart-0:before{content:"\f07a"}