/*
	Theme Name: Artist Hsu
	Theme URI: http://themeforest.net/item/artisthsu-minimalist-ajax-woocommerce-theme/12537825
	Description: Artist Hsu - Modern AJAX enabled WooCommerce theme.
	Version: 2.9.7
	License:
	License URI:
	Author: NordicMade
	Author URI: http://www.nordicmade.com
	Tags: responsive-layout, custom-background, custom-colors, custom-header, custom-menu, theme-options, threaded-comments, translation-ready
	Text Domain: ah-framework
	Domain Path: /languages/
*/

/* Loader animation */
.wpcf7 .submitting .wpcf7-spinner:after,
.blockUI.blockOverlay:after,
.ah-loader:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	width: 26.45px; /* Adjust the width to match the adjusted SVG's width */
	height: 22.95px; /* Adjust the height to match the adjusted SVG's height */
	margin: -13.225px -13.225px 0 0; /* Adjust the margin to center the SVG */
	opacity: 1;
	background-image: url('assets/img/ah_load.svg') !important;
	background-size: cover;
	background-color: transparent !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Only for "webkit" browsers */
	select {
        padding-right: 28px;
		background-color: #fff;
		background-image: url("assets/img/select-arrow@2x.gif");
		/*background-position: 98.5% 50%;*/
        background-position: calc(100% - 10px) 50%;
		background-repeat: no-repeat;
		background-size: 8px 4px;
	}
}