Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/woocommerce/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/woocommerce/_mobile.scss

.desktop {
	.maxcoach-product {
		&.style-grid {
			.product-wrapper {
				&:hover {
					.product-actions {
						opacity: 1;
					}
				}
			}

			.product-actions {
				@extend %NormalTransition;
				/* TranslateY has strange position after quick view popup open. Use opacity instead of. */
				opacity: 0;
			}
		}
	}
}