
.cc_r06g45hb_product_detail_reviews .kombos-spinner, .cc_r06g45hb_cMVkZPqCh9 .kombos-spinner, .cc_r06g45hb_account_order_detail .kombos-spinner, .cc_r06g45hb_customer_email_verification .kombos-spinner, .cc_r06g45hb_cart_page .kombos-spinner, .cc_r06g45hb_product_slider .kombos-spinner, .cc_r06g45hb_account_info .kombos-spinner, .cc_r06g45hb_product_list .kombos-spinner, .cc_r06g45hb_account_orders .kombos-spinner, .cc_r06g45hb_account_favorites .kombos-spinner, .cc_r06g45hb_login .kombos-spinner, .cc_r06g45hb_register .kombos-spinner, .cc_r06g45hb_forgot_password .kombos-spinner, .cc_r06g45hb_recover_password .kombos-spinner {
  animation: kombos-spin 1s linear infinite;
}

@keyframes kombos-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
