@charset "utf-8";

.woocs_price_code.woocs_preloader_ajax del, .woocs_price_code.woocs_preloader_ajax ins, .woocs_price_code.woocs_preloader_ajax span { display: none; }

.woocs_price_code.woocs_preloader_ajax::after { content: " "; display: inline-block; width: 20px; height: 20px; margin: 8px; border-radius: 50%; border-width: 6px; border-style: solid; border-image: initial; border-color: rgb(150, 88, 138) transparent; animation: 1.2s linear 0s infinite normal none running woocs_preloader_ajax; }

@keyframes woocs_preloader_ajax { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.woocommerce-currency-switcher { width: 100%; }

.woocs_option_img_USD { background: url("https://aubullion.ca/wp-content/uploads/2018/09/flag-1.jpg") 99% 0px / 30px 20px no-repeat; }

.woocs_option_img_CAD { background: url("https://aubullion.ca/wp-content/uploads/2018/09/flag-2.jpg") 99% 0px / 30px 20px no-repeat; }