
@charset "UTF-8";

.wc-add-to-cart-icon .add_to_cart_button.text_replaceable, .wc-add-to-cart-icon .single_add_to_cart_button {
	box-sizing: border-box;
	position: relative;
}

.wc-add-to-cart-icon .add_to_cart_button.text_replaceable:before, .wc-add-to-cart-icon .single_add_to_cart_button:before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-weight: inherit;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	height: 1em;
	position: relative;
	top: 1px;
	display: inline-block;
}

.wc-add-to-cart-icon.wc-add-to-cart-no-text .add_to_cart_button.text_replaceable, .wc-add-to-cart-icon.wc-add-to-cart-no-text .single_add_to_cart_button {
	min-width: 1em;
	width: 4em;
	text-indent: -9999px;
}

.wc-add-to-cart-icon.wc-add-to-cart-no-text .add_to_cart_button.text_replaceable:before, .wc-add-to-cart-icon.wc-add-to-cart-no-text .single_add_to_cart_button:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-indent: 0;
	margin-right: 0;
	margin-top: -.5em;
}

.wc-add-to-cart-icon.wc-add-to-cart-no-text .wc-product-table .single_add_to_cart_button.added {
	width: 6em;
}

.wc-add-to-cart-icon.wc-add-to-cart-no-text .wc-product-table .single_add_to_cart_button.added:before {
	left: -1.1em;
}

.wc-add-to-cart-icon.wc-add-to-cart-no-text .wc-product-table .single_add_to_cart_button.added:after {
	position: absolute;
	text-indent: 0;
	right: 1.2em;
	top: 50%;
	margin-top: -.5em;
}

.theme-enfold .add_to_cart_button span, .theme-enfold .single_add_to_cart_button span {
	display: none !important;
}
