/* Styles for irish only site */

/**
 * HIDE STUFF!!
 */
/*.select-swatch,*/
.button.product_type_simple,
.onsale,
.mobile-reg-login,
p.price,
/*table.variations,*/
span.amount,
.section-collections ul li h3,
.woocommerce-result-count,
.woocommerce ul.products li.product .price,
.woocommerce .woocommerce-ordering select,
.woocommerce div.product p.cart,
.variations_button,
.section-frontpage-products .price,
.single_add_to_cart_button,
.quantity {
	display: none !important;
}
.woocommerce .va-picker .va-picker-item,
.va-variable .va-picker {
	cursor:auto !important;
}

/**
 * The top bar
 */
.mobile-topbar {
	float: right;
	top:10px;
}


/**
 * Here we are undoing the "selected" styles on the swatch picker
 * On the ie site it should not seem like they can select a swatch
 */
  
.woocommerce.single-product .va-picker.va-hidden .va-picker-item {
	opacity: 1;
}
.woocommerce .va-selected .va-picker-item {
	border-color:#efefef !important;
}
.woocommerce .ql-visual-attributes .reset_variations,
.select-swatch {
	display: none !important;
}

/**
 * Collection landing page
 */

@media screen and (min-width: 660px) {
	.woocommerce.term-design ul.products li.product {
		width: 11.5%;	
		margin-right: 1%;
	}
	.woocommerce.term-design ul.products li.product:nth-child(7) {
		margin-right: 1%;
	}
	.woocommerce.term-design ul.products li.product:nth-child(8) {
		margin-right: 0;
	}
}