/*
 Theme Name:   Fynode Child
 Theme URI:    http://klbtheme.com/fynode/
 Description:  Fynode Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     fynode
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  fynode-child
*/

.single-product-wrapper form.cart .fynode-reset-variations {
	display: flex;
	justify-content: flex-end;
	margin: 12px 0 18px;
}

.single-product-wrapper form.cart .fynode-reset-variations .reset_variations {
	margin-left: 0;
	line-height: 1.3;
}

.single-product-wrapper .single-product-detail .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button.wc-variation-is-unavailable,
.single-product-wrapper .single-product-detail .single_add_to_cart_button.disabled.wc-variation-is-unavailable,
.single-product-wrapper .single-product-detail .single_add_to_cart_button[disabled].wc-variation-is-unavailable {
	opacity: 0.45;
	filter: saturate(0.2);
	cursor: not-allowed;
	pointer-events: none;
}

.single-product-wrapper .single-product-detail .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button.wc-variation-is-unavailable:hover,
.single-product-wrapper .single-product-detail .single_add_to_cart_button.disabled.wc-variation-is-unavailable:hover,
.single-product-wrapper .single-product-detail .single_add_to_cart_button[disabled].wc-variation-is-unavailable:hover {
	opacity: 0.45;
}

.single-product-wrapper .product-extra-link .product-share .site-social ul button.instagram-message-share {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: currentColor;
	cursor: pointer;
	font-size: 1rem;
}

.single-product-wrapper .product-extra-link .product-share .site-social ul button.instagram-message-share:hover {
	opacity: 0.9;
}

.single-product-wrapper .product-extra-link .product-share .site-social ul button.instagram-message-share i {
	line-height: 1;
}