body.woocommerce .sidebarA .sub-pages-menu h3 { display: none; }

/* prod add to basket button */
#is-rc2025 .back-to-shop-button-wrapper a.button, /* SEPT2026 */
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce .fullColumn input.button, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page .fullColumn input.button
{
	padding: 9px 15px 9px 15px !important; /* DEC2024 fix was 8px top and bottom */
	font-weight: bold !important;
	background-color: #ec008c !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: 0 !important; /* DEC2024 fix */
	line-height: 1 !important; /* DEC2024 fix */
	font-size: 16px !important; /* FONTY2025 added but may need to try 0.95em again */
}
	/* DEC2024 fix added: */
	.woocommerce .woocommerce-mini-cart__buttons a.button
	{
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center !important;
		max-width: none !important; /* DEC2024 CRUCIAL! Cancels out sidebar banners a rule! */
		background-color: #432070 !important; /* DEC2024 added */
		line-height: 1 !important;
	}


/* experimental - forces add to basket button to align to bottom of product li  */
body.archive .product .button,
.related .product .button
{
	position: absolute !important;
	bottom: 0 !important;
	width: 100% !important;
	box-sizing: border-box !important;
	text-transform: capitalize !important;
	border-radius: 0 !important;
}

#is-rc2025 .back-to-shop-button-wrapper a.button:hover, /* SEPT2026 */
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce .fullColumn input.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page .fullColumn input.button:hover
{
	opacity: 0.85 !important;
}

/* prod image */
.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img
{
	box-shadow: none !important;
	border: #555 solid 1px !important;
	transition: none !important;
	padding: 0 !important;
}
/* prod title */
.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3
{
	color: #000 !important;
	font-size: 1.1em !important;
	border-bottom: none !important;
}
/* price */
.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price
{
	color: #ec008c !important;
	font-size: 1.5em !important; /* FONTY2025 was 1.5em */
	font-weight: bold !important;
}

/*product boxes */
.woocommerce #mainWrapper ul.products
{
	padding-top: 10px !important;
	margin: 0 0 0 0 !important;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product
{
	width: 30% !important;
	margin: 0 3% 80px 0 !important;
	padding-bottom: 25px !important;
	min-height: 370px !important;
}
/* last */
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
	margin-right: 0 !important;
}
@media screen and (max-width:1010px)
{
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product
	{
		width: 100% !important;
		margin: 0 0 80px 0 !important;
		min-height: inherit !important;
	}
	/* prod image */
	.woocommerce ul.products li.product a img, 
	.woocommerce-page ul.products li.product a img
	{
		max-width: 250px !important;
	}
}

.woocommerce ul.products li.product a:hover, 
.woocommerce-page ul.products li.product a:hover
{
	opacity: 0.85;
}
.woocommerce span.onsale, 
.woocommerce-page span.onsale
{
	z-index: 5000 !important;
	background: #df2020 !important;
	display: none;
}

.woocommerce div.product span.price, 
.woocommerce div.product p.price, 
.woocommerce .fullColumn div.product span.price, 
.woocommerce .fullColumn div.product p.price, 
.woocommerce-page div.product span.price, 
.woocommerce-page div.product p.price, 
.woocommerce-page .fullColumn div.product span.price, 
.woocommerce-page .fullColumn div.product p.price
{
	color: #ec008c !important;
	/* margin-bottom: 5px !important; */
	font-size: 1.7em !important;
	font-weight: bold !important;
}
.woocommerce div.product span.price del, 
.woocommerce div.product p.price del,
.woocommerce .fullColumn div.product span.price del, 
.woocommerce .fullColumn div.product p.price del, 
.woocommerce-page div.product span.price del, 
.woocommerce-page div.product p.price del, 
.woocommerce-page .fullColumn div.product span.price del, 
.woocommerce-page .fullColumn div.product p.price del
{
	color: #df2020 !important;
}
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del
{
	color: #df2020 !important;	
}

/* title */
.woocommerce div.product .product_title, 
.woocommerce .fullColumn div.product .product_title, 
.woocommerce-page div.product .product_title, 
.woocommerce-page .fullColumn div.product .product_title
{
	margin: 0 !important;
}

.woocommerce .quantity .plus:hover, 
.woocommerce .quantity .minus:hover, 
.woocommerce .fullColumn .quantity .plus:hover, 
.woocommerce .fullColumn .quantity .minus:hover, 
.woocommerce-page .quantity .plus:hover, 
.woocommerce-page .quantity .minus:hover, 
.woocommerce-page .fullColumn .quantity .plus:hover, 
.woocommerce-page .fullColumn .quantity .minus:hover
{
	opacity: 0.7 !important;
}

div.product_meta
{
	font-size: 0.8em !important;
	margin: 15px 0 0 0 !important;	
	clear: both !important;
	padding-top: 12px !important;
}

/* gallery thumbs */
.woocommerce div.product div.images img, 
.woocommerce .fullColumn div.product div.images img, 
.woocommerce-page div.product div.images img, 
.woocommerce-page .fullColumn div.product div.images img,
.woocommerce-product-gallery div.woocommerce-product-gallery__image:nth-child(n+2) a img
{
	box-shadow: none !important;
	border: #000 solid 0 !important;
	max-width: none !important; /* AUG2026 */
	padding-left: 0 !important; /* AUG2026 */
	padding-right: 0 !important; /* AUG2026 */
	margin-top: 15px !important; /* AUG2026 */
}
/* AUG2026 */
@media screen and (max-width:1010px)
{
	.woocommerce div.product div.images
	{
		margin-bottom: 8px !important;
		max-width: 360px !important;
	}
}
.woocommerce div.product div.images div.thumbnails, 
.woocommerce .fullColumn div.product div.images div.thumbnails, 
.woocommerce-page div.product div.images div.thumbnails, 
.woocommerce-page .fullColumn div.product div.images div.thumbnails
{
	padding-top: 8px !important;
}
.woocommerce .cart-collaterals .cart_totals table th, 
.woocommerce-page .cart-collaterals .cart_totals table th
{
	width: 205px !important;
	border: none !important;
	padding: 10px !important;
}
.woocommerce .cart-collaterals .cart_totals tr td, 
.woocommerce .cart-collaterals .cart_totals tr th, 
.woocommerce-page .cart-collaterals .cart_totals tr td, 
.woocommerce-page .cart-collaterals .cart_totals tr th
{
	border: none !important;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals
{
	width: auto !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, 
.woocommerce .fullColumn div.product .woocommerce-tabs ul.tabs, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs, 
.woocommerce-page .fullColumn div.product .woocommerce-tabs ul.tabs
{
	margin-left: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce .fullColumn div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page .fullColumn div.product .woocommerce-tabs ul.tabs li
{
	border-radius: 0 !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
}
.woocommerce nav.woocommerce-pagination, 
.woocommerce .fullColumn nav.woocommerce-pagination, 
.woocommerce-page nav.woocommerce-pagination, 
.woocommerce-page .fullColumn nav.woocommerce-pagination
{
	text-align: left !important;
}
.woocommerce nav.woocommerce-pagination li, 
.woocommerce .fullColumn nav.woocommerce-pagination li, 
.woocommerce-page nav.woocommerce-pagination li, 
.woocommerce-page .fullColumn nav.woocommerce-pagination li
{
	text-align: center !important;
	margin-bottom: 0 !important;
}

/* product search form */
label.screen-reader-text { display: none; }

.woocommerce-product-search input.search-field
{
	padding: 4px;
	font-size: 0.8em;
	border: #000 solid 1px;
	width: 135px !important;
	float: left;
	line-height: normal;
	margin-bottom: 10px !important;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, 
.woocommerce-page form .form-row input.input-text, 
.woocommerce-page form .form-row textarea,
.woocommerce form .form-row select, 
.woocommerce-page form .form-row select,
#coupon_code
{
	padding: 7px !important;
	border: #000 solid 1px !important;
	font-size: 1.1em !important;
}
/* override */
.woocommerce form .form-row select, 
.woocommerce-page form .form-row select
{
	padding: 4px !important;
	width: 98% !important;
}
.woocommerce form .form-row, .woocommerce-page form .form-row
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#coupon_code
{
	width: 115px !important;
	line-height: normal !important;
	padding: 7px 5px 7px 5px !important;
	font-size: 0.9em !important;
}
.woocommerce-checkout #coupon_code
{
	margin-right: 5px !important;
}

.woocommerce-page form.checkout_coupon .form-row-first, 
.woocommerce-page form.checkout_coupon  .form-row-last
{
	width: auto !important;
	float: left !important;
}

/* coupon toggler fix expander CSS bug */
.checkout_coupon
{
	display: block !important;
}
.showcoupon
{
	display: none;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register, 
.woocommerce-page form.checkout_coupon, 
.woocommerce-page form.login, 
.woocommerce-page form.register
{
	border: none !important;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register, 
.woocommerce-page form.checkout_coupon, 
.woocommerce-page form.login, 
.woocommerce-page form.register
{
	padding: 0 !important;
}

.shipping_calculator h2
{
	clear: both !important;
	text-align: right !important;
}

/* the following prevents the CSS active bug where the "add to basket" button height was stretching on click */
.woocommerce .fullColumn input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page .fullColumn input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active
{
	top: inherit !important;
}
.woocommerce .fullColumn input.button.disabled:active,
.woocommerce .fullColumn input.button:disabled:active,
.woocommerce #respond input#submit.disabled:active,
.woocommerce #respond input#submit:disabled:active,
.woocommerce a.button.disabled:active,
.woocommerce a.button:disabled:active,
.woocommerce button.button.disabled:active,
.woocommerce button.button:disabled:active,
.woocommerce input.button.disabled:active,
.woocommerce input.button:disabled:active,
.woocommerce-page .fullColumn input.button.disabled:active,
.woocommerce-page .fullColumn input.button:disabled:active,
.woocommerce-page #respond input#submit.disabled:active,
.woocommerce-page #respond input#submit:disabled:active,
.woocommerce-page a.button.disabled:active,
.woocommerce-page a.button:disabled:active,
.woocommerce-page button.button.disabled:active,
.woocommerce-page button.button:disabled:active,
.woocommerce-page input.button.disabled:active,
.woocommerce-page input.button:disabled:active
{
	top: inherit !important;
}

/* gift voucher page - desktop version */
.fullColumn .variations_form table
{
	background: none !important;
	border: none !important;
}

.woocommerce .variations label
{
	display: block !important;
	margin-top: 0 !important;
}
a.reset_variations
{
	color: #111 !important;
	font-size: 0.85em !important;
	padding: 6px 0 !important;
}
/* AUG2026 - decided to hide "Clear" as it just gets in the way and messes up layotu. */
.variations .reset_variations 
{
  display: none !important;
}

select#value
{
	margin-bottom: 5px !important;
	font-size: 0.9em !important;
}

/* gift voucher checkout page: */
.sc_info_box
{
	background: none !important;
	padding: 0 !important;
	font-size: inherit !important;
}
.gift-certificate-show-form p
{
	margin-bottom: 12px !important;
}

/* gift voucher receiver form inputs */
input.gift_receiver_email 
{
	padding: 5px !important;
	font-size: 0.85em !important;
	margin-bottom: 10px !important;
	border: #333 solid 1px !important;

	color: #000 !important;
}
textarea.gift_receiver_message 
{
	font-size: 0.85em !important;
	padding: 5px !important;
	border: #333 solid 1px !important;
	color: #000 !important;
}

/* NOV 2014 product add on */
h3.addon-name
{
	padding: 0 0 0 0 !important;
	clear: both !important;
	text-transform: capitalize !important;
}
.woocommerce .fullColumn div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page .fullColumn div.product div.images,
.woocommerce-page div.product div.images 
{
    width: 33% !important; /* AUG2026 was 25% */
}
.woocommerce .fullColumn div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page .fullColumn div.product div.summary, 
.woocommerce-page div.product div.summary 
{
    width: 64% !important; /* AUG2026 was 70% */
}
/* AUG2026 improved mobile widths: */
@media screen and (max-width:1010px)
{
	.woocommerce .fullColumn div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page .fullColumn div.product div.images,
	.woocommerce-page div.product div.images 
	{
		width: 100% !important;
	}
	.woocommerce .fullColumn div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page .fullColumn div.product div.summary, 
	.woocommerce-page div.product div.summary 
	{
		width: 100% !important;
	}
}

/* quantity */
.woocommerce .quantity input.qty, 
.woocommerce .fullColumn .quantity input.qty, 
.woocommerce-page .quantity input.qty, 
.woocommerce-page .fullColumn .quantity input.qty
{
	border: #555 solid 1px !important;
	height: 32px !important; /* DEC2024 was 31px */
	font-size: 1em !important;
	line-height: 1 !important; /* DEC2024 fix added */
}
input[type=number] 
{
    -moz-appearance: textfield !important;
}

/* JAN2020 sidebarA: 
TODO: some of the MARKED styles here are repeated in desktop.css so consider merging */
.woocommerce-page .sidebarA,
.search .sidebarA
{
	/*MARKED*/
	float: left !important;
	width: 18% !important;
	margin: 40px 0 20px 0 !important; 
}
.woocommerce-page .columnA,
.search .columnA
{
	/*MARKED*/
	width: 53% !important;
	float: left !important;
	margin: 40px 2% 0 2% !important;
	padding: 0 0 15px 0 !important;
}
	/* DEC2024 full width cart and checkout: */
	.woocommerce-page.woocommerce-cart .columnA,
	.woocommerce-page.woocommerce-checkout .columnA
	{
		width: 100% !important;
		margin-left: 0% !important;
		margin-right: 0% !important;
	}

@media screen and (max-width:1010px)
{
	.woocommerce-page .columnA,
	.search .columnA
	{
		width: 100% !important;
		margin: 0 !important;
		float: none !important;
	}
	div.woocommerce-MyAccount-content
	{
		width: 60% !important;
		clear: none !important;
	}
	.woocommerce-page .sidebarA, 
	.search .sidebarA
	{
		width: 100% !important;
		margin-top: 0 !important;
	}
	.woocommerce-page .sidebarA .side-nav,
	.search .sidebarA .side-nav
	{
		display: none !important;
	}
	.woocommerce-page .sidebarA h3#browse-h3,
	.search .sidebarA h3#browse-h3
	{
		display: none !important;
	}
}
@media screen and (max-width:768px)
{
	div.woocommerce-MyAccount-content
	{
		width: 100% !important;
		padding-top: 30px;
	}
}

body.page-template-resource-centre-home-page .sidebarB /* resource centre home page */
{
	display: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button
{
	padding-top: 10px !important; height: 18px !important;
	font-size: 1em !important;
	text-decoration: none !important; /* DEC2024 fix */
}

.woocommerce #payment #place_order, 
.woocommerce form .form-row-last, 
.woocommerce-page #payment #place_order,
.woocommerce-page form .form-row-last 
{
    margin-right: 10px !important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th
{
	line-height: 1.6em !important;
}
.woocommerce table.shop_attributes td p
{
	margin-bottom: 0 !important;
}

/* JUNE 2017 - WooCommerce 3.0 Gallery */
.woocommerce-product-gallery figure { margin: 0 }

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)
{
	pointer-events: none;
	
	width: 108px !important;
	display: block !important;
	float: left !important;
}


/* CUSTOM MY ACCOUNT LOGIN PAGE ============================================================================== */
/* JAN2020 hide sidebar from "my-account" page: */
.woocommerce-page.page-template-my-account-page .sidebarA,
.woocommerce-page.page-template-my-account-page h1,
.woocommerce-page.page-template-my-account-page #customer_login h2,
.woocommerce form.login span.required
{
	display: none !important;
}
/* JAN2020: my account page id: */
.woocommerce-page.page-template-my-account-page .columnA
{
	width: 100% !important;
	margin: 0 !important;
}
	/* JAN2020: sadly woocommerce lacks a "logged-out" body class. So we're forced to do it this way instead: */
	.woocommerce-page.page-template-my-account-page.logged-in .columnA,
	.woocommerce-page.woocommerce-lost-password .columnA
	{
		margin: 40px 0 0 0 !important;
	}

/* account login form */
.woocommerce form.login .form-row input.input-text, 
.woocommerce form.login .form-row textarea
{
	width: 100% !important;
}

/* column 1: */
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1
{
	width: 49% !important; /* DEC2024 was 40% */
}

/* column 2: */
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2
{
	width: 49% !important; /* DEC2024 was 60% */
	position: relative;
}
@media screen and (max-width:1010px)
{
	/* column 2: */
	body.page-template-my-account-page.woocommerce .col2-set .col-2, 
	body.page-template-my-account-page.woocommerce-page .col2-set .col-2
	{
		display: none !important;
	}
}

.woocommerce form.login,
.woocommerce form.register
{
	width: 70% !important;
	display: block !important;
	margin: 0 auto !important;
	margin-top: 40px !important;
}
	.woocommerce form.register
	{
		display: none !important;
	}

/* login button: */
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit
{
	background: #00384f !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 15px 0 !important;
	font-size: 1.15em !important;
	float: left !important;
	margin-top: 12px !important;
}

.login-form-custom-heading
{
	background: transparent url(images/faded-white-2022.png) repeat 0 0;
	padding: 8px 0 8px 30px;
	width: 50%;
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 2.2em;
	font-weight: bold;
	color: #572e8e;
	line-height: normal;
}
img.login-form-background
{
	display: block !important;
	width: 100% !important;
	height: auto !important;
	padding: 0 !important;
	max-width: inherit !important;
}
img.login-form-logo
{
	margin-top: 40px;
	margin-bottom: 10px;
	width: 270px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#customer_login a
{
	font-weight: normal;
	color: #00384f;
}
#customer_login label
{
	color: #666;
}
#customer_login input
{
	border: solid 1px #999 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-radius: 4px;
	color: #666;
}

/* CUSTOM media downloads search form overrides ============================================================================== */
form#searchform.media-downloads-search-form
{
	margin: 0 0 40px 0;
	width: 100%; /* JUNE2025 was 86% */
}
@media screen and (max-width:1010px)
{
	form#searchform.media-downloads-search-form
	{
		width: 100%;
		margin-bottom: 0;
	}
}

form#searchform.media-downloads-search-form input.field,
form#searchform.media-downloads-search-form select
{
	box-sizing: border-box;
	margin: 0 0 10px 0;
	width: 100% !important;
	padding: 6px !important;
	height: auto;
	font-size: 0.85em;
}
	form#searchform.media-downloads-search-form select
	{
		-webkit-appearance: menulist;
	}
form#searchform.media-downloads-search-form input.submit
{
	clear: both;
	float: left;
	width: 100%;
	background: #932693;
}
	body.woocommerce form#searchform.media-downloads-search-form input.submit
	{
		background: #432070;
		text-transform: none;
	}

form#searchform.media-downloads-search-form input.submit:hover
{
	opacity: 0.85;
}


/* RC2025 SEARCH RESULTS custom download CSS: ============================================================================== */
.search-result-download a.edit-download-button
{
	background: none !important;
	color: #666 !important;
	padding: 4px 0 !important;
	width: auto !important;
	font-size: 14px !important;
	border-radius: 0 !important;
	margin: -15px 0 15px 0 !important;
	position: relative !important;
	z-index: 555 !important;
	border: 0 !important;
}
	.edit-download-button:hover
	{
		text-decoration: underline;
	}

/* RC2025 desktop vs mobile category menus */
.browse-downloads-desktop-version {	display: none; }
.browse-downloads-mobile-version { display: block; }
/* @media screen and (max-width:1010px)
{
	.browse-downloads-desktop-version {	display: none; }
	.browse-downloads-mobile-version { display: block; }
} */

body#is-rc2025 .columnA
{
	width: 100% !important; /* WIDETILES was 78% */
	float: left !important; /* WIDETILES was right */
	margin-top: 0 !important; /* WIDETILES was 39px */
}
	/* FEB2026 RC_2026_Tiles */
	body#is-rc2025 .columnA.tiles-view-resource-centre
	{
		width: 100% !important;
		float: left !important;
		margin-top: 39px !important; /* WIDETILES added */
	}

body#is-shop2025:not(.woocommerce-checkout, .woocommerce-cart, .woocommerce-account) .columnA
{
	width: 53% !important;
	margin-top: 43px !important;
	margin-left: 3% !important;
	margin-right: 0% !important;
}
	@media screen and (max-width:1160px)
	{
		body#is-rc2025 .columnA
		{
			width: 100% !important; /* WIDETILES was 75% */
		}
		body#is-shop2025:not(.woocommerce-checkout, .woocommerce-cart, .woocommerce-account) .columnA
		{
			width: 51% !important;
			margin-left: 2% !important;
			margin-right: 1% !important;
		}
	}
		@media screen and (max-width:1010px)
		{
			body#is-rc2025 .columnA
			{
				width: 100% !important;
				float: left !important;
				min-height: 0 !important;
				margin-top: 20px !important;
			}
			body#is-shop2025:not(.woocommerce-checkout, .woocommerce-cart, .woocommerce-account) .columnA
			{
				width: 100% !important;
				float: left !important;
				padding-left: 0 !important;
				padding-right: 0 !important;
				margin: 0 !important;
			}
		}

body#is-rc2025 .sidebarA,
body#is-shop2025 .sidebarA
{
	width: 20% !important;
	padding-bottom: 45px;
}
	/* WIDETILES added */
	body#is-rc2025 .sidebarA
	{
		width: 100% !important; /* was 20% */
		clear: both !important; 
		padding-bottom: 0;
		min-height: 0;
		margin-top: 20px;
	}
	@media screen and (max-width:1160px)
	{
		body#is-rc2025 .sidebarA,
		body#is-shop2025 .sidebarA
		{
			width: 23% !important;
		}
			/* WIDETILES added: */
			body#is-rc2025 .sidebarA
			{
				width: 100% !important;
			}
	}
		@media screen and (max-width:1010px)
		{
			body#is-rc2025 .sidebarA
			{
				width: 100% !important;
				padding: 20px 0 0 0;
			}
			body#is-shop2025 .sidebarA
			{
				width: 100% !important;
				padding: 5px 0 0 0 !important;
			}
		}
		
.heading-wrapper-rc2025
{
	width: 100%;
	margin: 5px 0 -15px 0;
	float: left;
	clear: both;
}
body#is-shop2025 .heading-wrapper-shop2025,
body#is-rc2025 .heading-wrapper-shop2025 /* FEB2026 RC_2026_Tiles */
{
	clear: both;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}
	/* WIDETILES H1 */
	body#is-rc2025 .heading-wrapper-rc2025
	{
		margin-top: 40px;
	}

	/* JUNE2025 FORCE this h1 to show on account page! */
	body#is-shop2025.woocommerce-page.page-template-my-account-page .heading-wrapper-shop2025 h1
	{
		display: block !important;
	}
	.heading-wrapper-rc2025 h1
	{
		font-size: 44px !important;
		margin-bottom: 0 !important;
		line-height: normal !important;
	}
	/* body#is-rc2025 .heading-wrapper-shop2025 h1 FEB2026 RC_2026_Tiles */
	body#is-shop2025 .heading-wrapper-shop2025 h1,
	.heading-wrapper-rc2025 h1 /* WIDETILES h1 */
	{
		font-size: 44px !important; /* FONTY2025 added */
		margin: -30px auto 0.67em auto !important;
		float: left;
		font-weight: 300 !important;
		color: #222 !important;
	}
		body#is-rc2025 .heading-wrapper-shop2025 h1 /* FEB2026 RC_2026_Tiles */
		{
			font-size: 44px !important;
		} 
		
	@media screen and (max-width:1010px)
	{
		.heading-wrapper-rc2025,
		body#is-rc2025 .heading-wrapper-rc2025 /* WIDETILES H1 */
		{
			margin: 0;
		}
		.heading-wrapper-rc2025 h1,
		.heading-wrapper-shop2025 h1
		{
			margin-top: 0 !important;
			margin-bottom: -6px !important;
			font-size: 35px !important;
			line-height: 1 !important;
		}
			body#is-shop2025 .heading-wrapper-shop2025 h1,
			body#is-rc2025 .heading-wrapper-shop2025 h1 /* FEB2026 RC_2026_Tiles */
			{
				margin-top: 10px !important;
				margin-bottom: 15px !important;
				font-size: 35px !important; /* FONTY2025 added */
			}
	}

/* search result main container:*/
.search-result-download
{
	background: transparent;
	padding: 0;
	margin: 25px 0 50px 0; /* FEB2026 RC_2026_Tiles top was 45px */
	border-radius: 7px;
}
/* FONTY2025 added: */
.search-result-download p
{
	font-size: 16px !important;
}
/* .search-result-download h2
{
	font-size: 1.65em;
	color: #fff !important;
	text-transform: capitalize;
	margin: 0 0 5px 0;
} */
/* .search-result-download h3
{
	font-size: 1.2em;
	color: #fff !important;
	text-transform: capitalize;
	border-bottom: #777 solid 1px;
	padding: 5px 0 5px 0;
	margin: 20px 0 10px 0;
	float: left;
	clear: both;
	width: 100%;
} */
	/* push first occurence of h3 higher up (so only push down subsequent h3s) */
	/* .search-result-download h3:first-of-type
	{
		margin-top: 0;
	} */

/* box: -------------------------------------------------------------------- */
.search-result-download a/* WIDETILES OLDSKOOL VIDEO EMBEDS ,body#is-rc2025 iframe */
{
	text-align: center;
	text-decoration: none;
	display: block;
	color: #000; /* MARCH2025INVERT was #fff */
	border-radius: 7px;
	width: 100%;
	float: left;
	margin: 0 0 15px 0; /* MARCH2025INVERT was 10px */
	padding: 1.5%;
	box-sizing: border-box;
	background: #f3f0f6; /* MARCH2025INVERT was #232323 */
	border: solid 1px #d2d1d4;
}

/*
WIDETILES OLDSKOOL VIDEO EMBEDS
body#is-rc2025 iframe
{
	max-width: none;
	padding: 0 !important; OCT2025 was 3px - cancel now that Vimeo videos are fixed!
	border-radius: 0 !important; OCT2025 cancel now that Vimeo videos are fixed!
	THIS WAS ALSO COMMENTED OUT: margin-top: 7px; margin-bottom: 7px;
}
*/
	.search-result-download a:hover
	{
		opacity: 0.9;
	}
		.search-result-download a.no-downloads-found
		{
			cursor: default;
			pointer-events: none;
			text-align: left;
			color: #000 !important;
		}
			/* .search-result-download a.no-downloads-found span
			{
				color: #932693 !important;
			} */


/* START JUNE2025 THUMBSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */

/*cancel default p CSS:*/
.search-result-download a p
{
	margin: 0 !important;
	padding: 1% !important;
	float: left;
	padding: 2%;
	line-height: normal !important;
	font-size: 1em !important;
}

/*thumbnail:*/
.search-result-download p.download-thumbnail
{
	width: 90px;
	height: 120px;
	background: #fff;
	display: block;
	padding: 0 !important;
	line-height: 0 !important;
}
	.search-result-download p.download-thumbnail img
	{
		width: 100%;
		max-width: none;
		padding: 2px;
		box-sizing: border-box;
		height: 100%;
		object-fit: cover;
	}
		.search-result-download p.download-thumbnail img.is-icon
		{
			width: 100%;
			object-fit: scale-down;
		}
			@media screen and (max-width:550px)
			{
				.search-result-download p.download-thumbnail
				{
					width: 105px;
					height: 140px;
				}
			}
				@media screen and (max-width:400px)
				{
					.search-result-download p.download-thumbnail
					{
						margin: 0 auto 10px auto !important;
						float: none !important;
					}
				}

/*filename:*/
.search-result-download p.download-filename
{
	width: 40%;
	text-align: left;
	padding: 0 0 0 1% !important;
	color: #000 !important;
}

/*filetype:*/
.search-result-download p.download-filetype
{
	text-transform: uppercase;
	font-weight: 400 !important;
	background: #777;
	width: 7%;
	float: right;
	color: #fff !important;
}

/*download button:*/
.search-result-download p.download-button
{
	font-weight: bold;
	width: 25%;
	background: #ec008c; /* WIDETILES was #932693 */
	color: #fff !important;
	float: right !important;
	clear: none !important;
}
	.search-result-download a:hover p.download-button
	{
		background: #fd119d;
	}

/*download tier:*/
.search-result-download p.download-tier strong
{
	color: #666 !important;
	font-weight: 400 !important;
	font-size: 0.95rem !important;
}

@media screen and (max-width:1010px)
{
	.search-result-download
	{
		margin-top: 0;
	}
	.search-result-download p.download-button
	{
		width: 98%;
		float: left;
		clear: both;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	/*thumbnail:*/
	.search-result-download p.download-thumbnail
	{
		margin-bottom: 10px !important;
	}

	/*filetype:*/
	.search-result-download p.download-filetype
	{
		padding: 10px 2% !important;
	}

	/*filename:*/
	.search-result-download p.download-filename
	{
		width: 48% !important;
	}
	.search-result-download p.download-thumbnail img
	{
		padding: 2px !important;
		max-width: inherit !important;
		width: 100% !important;
		height: 100% !important;
	}
}
@media screen and (max-width:550px)
{
	/*filename:*/
	#mainWrapper .search-result-download p:not(.download-thumbnail)
	{
		clear: both !important;
		float: left !important;
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-top: 0 !important; /* WIDETILES was 5px */
	}
	/*filetype:*/
	.search-result-download p.download-filetype
	{
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
}
/* END JUNE2025 THUMBSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */





.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3
{
	font-size: 24px !important; /* FONTY2025 was 1.5em */
	line-height: normal !important; /* FONTY2025 added but may need to try 1.125em */
}

/* breadcrumb-resource-centre: ============================================================================== */
p.breadcrumb-resource-centre /* JUNE2025 */
{
	margin-bottom: 6px !important;
}
	/* FEB2026 RC_2026_Tiles */
	body#is-rc2025 .breadcrumb-resource-centre
	{
		margin-top: 0 !important; /* WIDETILES was 50px */
	}
		/* FEB2026 RC_2026_Tiles */
		@media screen and (max-width:1010px)
		{
			body#is-rc2025 .breadcrumb-resource-centre
			{
				margin-top: 0 !important;
				margin-bottom: 20px !important;
			}
		}

			/* FEB2026 RC_2026_Tiles */
			body#is-rc2025 .tiles-view-resource-centre .breadcrumb-resource-centre
			{
				margin-top: 0 !important;
			}

p.breadcrumb-resource-centre a
{
	color: #555;
	font-weight: normal;
}


/* JAN2022 removed panel
body.light-purple # panel, / FEB2020TODO: this is a nasty workaround! 
This should instead target the download_media section (so need to add a custom body id to solve this)  /
body.woocommerce # panel,
body.page-template-my-account-page # panel
{
	display: none;
}
*/

select.orderby
{
	font-size: 0.85em;
	-webkit-appearance: menulist;
	width: 100% !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering
{
	float: left !important;
	clear: both !important;
	width: 30.25% !important;
}
@media screen and (max-width:1010px)
{
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering
	{
		width: 100% !important;
	}
}

/* MAY2020 tweak to match Download Media sections second h1: */
body.post-type-archive-product h1.page-title
{
	font-weight: normal !important;
}
	/* FEB2026 RC_2026_Tiles */
	.tiles-view-resource-centre h1.page-title
	{
		margin-bottom: 15px !important;
	}

.login-form-footer
{
	border-top: 1px solid #eee;
	padding-top: 70px;
}
@media screen and (max-width:1010px)
{
	.login-form-footer
	{
		padding-top: 25px;
	}
}
.login-form-footer p
{
	text-align: center;
	font-size: 0.85em !important;
	margin: 0 !important;
}


/* shopping cart widget: */
#mainWrapper .widget_shopping_cart h3.widget-title
{
	display: block !important;
	color: #432070 !important;
	margin-top: 5px;
}
#mainWrapper .widget.widget_shopping_cart
{
	padding: 10px;
	padding-bottom: 5px;
	border: solid 1px #ddd;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total
{
	border-top-style: solid !important;
	border-top-width: 1px !important;
}

#mainWrapper p.woocommerce-mini-cart__buttons
{
	margin-bottom: 0 !important;
}


.edit-account .button
{
	margin-top: 15px !important;
}


/* APRIL2020 cov notice */
.admin-bar p.demo_store
{
	top: inherit !important;
}
.woocommerce-store-notice,
p.demo_store
{
	top: inherit !important;
	position: fixed !important;
	bottom: 0 !important;
	z-index: 900 !important;
	background-color: #582583 !important;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px !important;
}
.woocommerce-store-notice a,
p.demo_store a
{
	color: #fff !important;
	font-weight: 400 !important;	
}

/* DEC2024 tidy up: */
#order_review_heading
{
	padding-top: 30px !important;
}

/* DEC2024: the following was all moved from mobile.css to here: */
/* 2017 woo mobile fixes */
@media screen and (max-width:1010px)
{
	.woocommerce .fullColumn div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page .fullColumn div.product div.summary, 
	.woocommerce-page div.product div.summary
	{
		width: 100% !important;
	}
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last
	{
		width: 100% !important;
		float: left !important;
		clear: both !important;
	}
	/* column1 and column 2 woo mobile: */
	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, /* DEC2024 added */
	.woocommerce-page .col2-set .col-2 /* DEC2024 added */
	{
		width: 100% !important;
		margin-bottom: 40px !important;
	}
	.woocommerce select
	{
		width: 99% !important;
	}
}


/* DEC2024 woo tweaks: */
#mainWrapper form.woocommerce-checkout p
{
	margin-bottom: 5px !important;
}
@media screen and (max-width:1010px)
{
	#mainWrapper form.woocommerce-checkout p
	{
		margin-bottom: 0 !important;
	}
}

form.woocommerce-checkout h3
{
	margin-bottom: 15px !important; /* DEC2024 was 0 */
}

#mainWrapper form.checkout_coupon p
{
	margin-bottom: 0 !important;
}

.woocommerce-info,
.woocommerce-message
{
	margin-bottom: 15px !important;
	border-top-color: #432070 !important;
}
.woocommerce-info::before,
.woocommerce-message::before
{
	color: #432070 !important;
}

.woocommerce form.checkout_coupon
{
	margin: 1.4em 0 !important;
}

/* DEC2024 added: */
.related
{
	clear: both;
	float: left;
	width: 100%;
	border-top: #ddd solid 1px !important;
	padding-top: 20px;
	margin-top: 40px !important;
}
	.related h2
	{
		margin-bottom: 0.3em !important;
	}

/* MARCH2025 */
.woocommerce-product-details__short-description
{
	margin-bottom: 15px !important;
}


/* MAY2025 RC2025 tiers debug: */
.search-result-download .hide-this-tier-from-current-user p.download-button,
.search-result-download .hide-this-tier-from-current-user p.download-filetype,
.search-result-download .hide-this-tier-from-current-user p.download-filename,
.search-result-download .hide-this-tier-from-current-user p.download-thumbnail,
body#is-rc2025 .search-result-download .hide-this-tier-from-current-user iframe
{
	filter: saturate(0%);
}
.hide-this-tier-from-current-user
{
	opacity: 0.3;
	pointer-events: none;
    cursor: default;
}
	.search-result-download a.hide-this-tier-from-current-user
	{
		background: #555;
	}

.handy-links-2025
{
	margin: 15px 0 25px 0 !important;
	float: left !important;
	clear: both !important;
	width: 100% !important;
}
	.handy-links-2025.horizontal-handy-links
	{
		display: flex !important;
		width: auto !important;
		gap: 0;
		float: right !important;
		clear: none !important;
	}	
.handy-links-2025 a
{
	display: block !important;
	float: left !important;
	clear: both !important;
	width: 100% !important;
	font-weight: 300 !important;
	padding: 7px 0 !important;
	color: #222 !important;
}
	.handy-links-2025 a:hover
	{
		color: #666 !important;
	}
		.handy-links-2025.horizontal-handy-links a
		{
			white-space: nowrap;
			padding: 3px 15px !important;
			border-left: #222 solid 1px;
			line-height: 1;
			font-size: 1.1em;
		}
		.handy-links-2025.horizontal-handy-links a:first-child
		{
			border-left: none;
			padding-left: 0 !important;
		}
		@media (max-width: 1010px)
		{
			.handy-links-2025.horizontal-handy-links
			{
				padding: 24px 0 0 0 !important;
			}
				#is-rc2025 .handy-links-2025.horizontal-handy-links
				{
					width: auto !important;
					padding: 24px 0 0 0 !important;
					float: left !important;
					clear: both !important;
					margin-bottom: 5px !important;
				}
		}
			@media (max-width: 800px)
			{
				.handy-links-2025.horizontal-handy-links
				{
					clear: both !important;
					float: left !important;
					padding: 15px 0 0 0 !important;
					margin-bottom: 20px !important;
				}
				.handy-links-2025.horizontal-handy-links a
				{
					font-size: 1em;
				}
			}
				@media screen and (max-width:350px)
				{
					.handy-links-2025.horizontal-handy-links a
					{
						padding: 3px 10px !important;
					}
				}

/* JAN2026: custom continue shopping notice styles: */
.custom-continue-shopping p 
{
	margin: 0 !important;
	float: left !important;
}
@media screen and (max-width:500px)
{
	.custom-continue-shopping p 
	{
		margin-bottom: 10px !important;
		clear: both !important;
	}
	.custom-continue-shopping a.button
	{
		float: left !important;
		clear: both !important;
	}
}


/* FEB2026 PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP */
.category-tiles 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* keeps rows centred if odd count */
    gap: 12px;
    list-style: none;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
	width: 100% !important;
	clear: both;
}
.category-tiles li 
{
    flex: 0 0 calc(20% - 12px); /* 5 per row */
    max-width: calc(20% - 12px);
    position: relative;
	border: #432070 solid 1px;
	background: #432070;
	padding: 0 !important;
    margin: 0 !important;
}
	/* FEB2026 RC_2026_Tiles */
	.tiles-view-resource-centre .category-tiles li 
	{
		flex: 0 0 calc(25% - 12px);
		max-width: calc(25% - 12px);
	}


	@media screen and (max-width:1010px)
	{
		.category-tiles li 
		{
			flex: 0 0 calc(25% - 12px);
			max-width: calc(25% - 12px);
		}
	}
		@media screen and (max-width:680px)
		{
			.category-tiles li,
			.tiles-view-resource-centre .category-tiles li /* FEB2-26 RC_2026_Tiles */
			{
				flex: 0 0 calc(33% - 12px);
				max-width: calc(33% - 12px);
			}
		}
.category-tiles img 
{
    width: 100%;
    height: auto;
    display: block;
	padding: 0 !important;
	max-width: none !important;
}
img.no-category-tile-image
{
	visibility: hidden;
}
.category-name-overlay 
{
    position: absolute;
    bottom: 12.5%;
    left: 0;
    right: 0;
    color: #432070;
    text-align: center;
	font-size: 18px;
	height: 35px;
	padding: 12px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	line-height: 1.2;
	background: #f2f2f2; /* MARCH2026 LAURA */
	font-weight: 700; /* MARCH2026 LAURA */
}
.category-tiles a
{
	text-decoration: none !important;
}
.category-tiles a:hover
{
	opacity: 0.9;
}
	@media screen and (max-width:800px)
	{
		.category-name-overlay
		{
			font-size: 16px;
			height: 30px;
			padding: 10px 5px;
		}
	}
		@media screen and (max-width:680px)
		{
			.category-name-overlay
			{
				font-size: 15px;
				height: 30px;
				padding: 7px 5px;
			}
		}

/* FEB2026: this is solution for now to allow neat special wide column above cat tiles: */
.category-tiles-page-column
{
	padding-top: 43px;
	padding-bottom: 60px;
}
	/* FEB2026 RC_2026_Tiles */
	.tiles-view-resource-centre .category-tiles-page-column
	{
		padding-top: 0;
	}

/* SMALL SCREENS: */
@media (max-width: 500px) 
{
    .category-tiles 
	{
        display: block;
        width: 100%;
    }
    .category-tiles li 
	{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        display: block;
        margin: 0;
		border-bottom: #fff solid 4px;
    }
    .category-tiles li a 
	{
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
    }
    .category-tiles img 
	{
        width: 60px;
        height: 60px;
        object-fit: cover;
        flex-shrink: 0;
        margin-right: 15px;
    }
    .category-name-overlay 
	{
        position: static;
        height: auto;
        padding: 0;
        background: none;
        color: #fff;
        overflow: visible;
        text-align: left;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
		font-size: 17px;
    }
}


/* FEB2025 AJAX fixes: */
.woocommerce a.added_to_cart
{
	padding: 0 0 1.5em 0 !important;
}
	.woocommerce a.added_to_cart:hover
	{
		text-decoration: underline !important;
	}


/* JULY2026 custom order received page at /order-confirmation/ */
body#is-shop2025.custom-order-received .myhome-order-confirmation ul
{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 1.25em 0 !important;
	background-color: #f6f5f8 !important;
	border: 1px solid #aaa !important;
	border-top: #432070 3px solid !important;
	width: 100% !important;
	justify-content: space-between;
}
body#is-shop2025.custom-order-received #mainWrapper .myhome-order-confirmation ul li
{
	padding: 15px 25px !important;
	margin: 0 !important;
}
body#is-shop2025.custom-order-received .columnA
{
	width: 100% !important;
	margin-left: 0 !important;
}
body#is-shop2025.custom-order-received table
{
	border-collapse: collapse !important;
	border-top: #ec008c 3px solid !important;
}
body#is-shop2025.custom-order-received td,
body#is-shop2025.custom-order-received th
{
    border: 1px solid #aaa !important;
	padding: 10px 25px !important;
	background-color: #f6f5f8;
}
body#is-shop2025.custom-order-received h1
{
	margin-bottom: 0.25em !important;
}
body#is-shop2025.custom-order-received h2,
body#is-shop2025.custom-order-received h3
{
	margin: 0 0 0.4em 0 !important;
}
body#is-shop2025.custom-order-received section
{
	margin: 0 0 1.5em 0 !important;
}
body#is-shop2025.custom-order-received .woocommerce-customer-details
{
	display: none;
}
	@media (max-width: 790px) 
	{
		body#is-shop2025.custom-order-received table
		{
			width: 100% !important;
		}
	}
		@media (max-width: 600px) 
		{
			body#is-shop2025.custom-order-received #mainWrapper .myhome-order-confirmation ul li
			{
				padding: 10px 15px !important;
			}
			body#is-shop2025.custom-order-received td,
			body#is-shop2025.custom-order-received th
			{
				padding: 5px 15px !important;
			}
			body#is-shop2025.custom-order-received h2
			{
				font-size: 1.6em !important;
			}
		}

body#is-shop2025.custom-order-received .woocommerce-Address
{
	margin-bottom: 20px !important;
}

/* VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV */
/* AUG2026 VARIABLE PRODUCTS */
.variations select
{
	padding: 12px !important;
	width: 100% !important;
	min-width: auto !important;
	max-width: 100% !important;
}
/* Stack th (label) and td (value) vertically */
.variations tr
{
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

/* Optional: remove default table cell padding and alignment */
.variations th, 
.variations td
{
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}
.variations td.value
{
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important; /* Keeps the clear link from stretching full width */
}
/* VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV */


/* TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT */
/* AUG2026 TILESDESIGN
These are all overrides for .search-result-download which was display: block and float: based
*/
.tiles-design
{
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	align-items: flex-start;
}
/* new flex tiles (completely skips oldskool "row" tiles) */
.tiles-design a:not(.book-style-tile)
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	flex: 0 0 calc(25% - 7.5px);
}
	@media (max-width: 900px) 
	{
		.tiles-design a:not(.book-style-tile)
		{
			flex: 0 0 calc(33.33333% - 7.5px);
		}
	}
		@media (max-width: 550px) 
		{
			.tiles-design a:not(.book-style-tile)
			{
				flex: 0 0 calc(50% - 7.5px);
			}
		}
			@media (max-width: 370px) 
			{
				.tiles-design a:not(.book-style-tile)
				{
					flex: 0 0 calc(100% - 7.5px);
				}
			}

/* EXPERIMENTAL: oldskool but with new flex for easier layout control */
/* .tiles-design a.book-style-tile
{
	display: flex !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	gap: 0 !important;
} */

/* tile inner elements - only targets new flex tiles */
#mainWrapper .tiles-design a:not(.book-style-tile) p
{
	display: flex !important;
	flex-wrap: wrap;
	flex-basis: 100%;
	margin-bottom: 10px !important;
	padding: 0 !important;
}
#mainWrapper .tiles-design.search-result-download a:not(.book-style-tile) p.download-filetype
{
	display: none !important;
}

/* full width 100% items (both oldskool book style and new wrappers: */
.tiles-design .book-style-tile,
.tiles-design #final-download-results-wrapper
{
	flex: 0 0 100%;
	width: 100%;
}

#mainWrapper .tiles-design.search-result-download a:not(.book-style-tile) p.download-button
{
	padding: 9px !important;
	justify-content: center;
	flex-basis: 62% !important;
}
/* oldskool button */
#mainWrapper .tiles-design.search-result-download a.book-style-tile p.download-button
{
	width: 20% !important;
}
	@media screen and (max-width:550px)
	{
		#mainWrapper .tiles-design.search-result-download a.book-style-tile p.download-button
		{
			width: 100% !important;
		}
		#mainWrapper .tiles-design.search-result-download a.book-style-tile p.download-filetype
		{
			margin-bottom: 5px !important;
		}
	}

#mainWrapper .tiles-design.search-result-download a.book-style-tile p.download-tier
{
	float: right !important;
	clear: both !important;
	padding: 0 !important;
}
	@media (max-width: 1010px) 
	{
		#mainWrapper .tiles-design.search-result-download a.book-style-tile p.download-tier
		{
			padding: 10px 0 0 0 !important;
		}
	}

#mainWrapper .tiles-design.search-result-download a:not(.book-style-tile) p.download-tier
{
	justify-content: center;
	flex-basis: 62% !important;
	padding: 0 !important;
}

.tiles-design.search-result-download a:not(.book-style-tile)
{
	margin: 0 0 30px 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
	.tiles-design.search-result-download a.no-downloads-found /* :not(.book-style-tile) */
	{
		width: 100% !important; /* WIDETILES */
		flex-basis: 100% !important;
	}

#mainWrapper .tiles-design.search-result-download a:not(.book-style-tile) p.download-thumbnail
{
	width: 100% !important;
	height: 165px !important;
	border: solid 2px #582583;
	margin: 0 0 5px 0 !important;
	position: relative;
}
	#mainWrapper .search-result-download a:not(.book-style-tile) p.download-thumbnail img
	{
		padding: 0 !important;
	}
	@media (max-width: 900px) 
	{
		#mainWrapper .tiles-design.search-result-download a:not(.book-style-tile) p.download-thumbnail
		{
			height: 147px !important;
		}
	}

#mainWrapper .tiles-design.search-result-download a.book-style-tile p.download-filename
{
	padding: 0 0 0 1% !important;
	width: 58% !important;
}

	@media screen and (max-width:1210px)
	{
		#mainWrapper .tiles-design.search-result-download a.book-style-tile p.download-filename
		{
			width: 56% !important;
		}
	}
		@media screen and (max-width:1110px)
		{
			#mainWrapper .tiles-design.search-result-download a.book-style-tile p.download-filename
			{
				width: 54% !important;
			}
		}
			@media screen and (max-width:1010px)
			{
				#mainWrapper .tiles-design.search-result-download a.book-style-tile p.download-filename
				{
					width: 50% !important;
				}
			}
				@media screen and (max-width:780px)
				{
					#mainWrapper .tiles-design.search-result-download a.book-style-tile p.download-filename
					{
						width: 45% !important;
						padding: 0 0 0 2% !important;
					}
				}
					@media screen and (max-width:550px)
					{
						#mainWrapper .tiles-design.search-result-download a.book-style-tile p.download-filename
						{
							width: 100% !important;
							padding: 0 0 15px 0 !important;
						}
					}

#mainWrapper .tiles-design.search-result-download a:not(.book-style-tile) p.download-filename span
{
	color: #222 !important;
	min-height: 40px;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.25;
	max-height: 2.5em; /* matches ~2 lines */
}
	@media (max-width: 1010px) 
	{
		/* oldskool book-style text box */
		#mainWrapper .tiles-design.search-result-download a.book-style-tile p.download-filename span
		{
			display: -webkit-box;
			-webkit-line-clamp: 5;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
			line-height: 1.25;
			max-height: 7.5em;
		}
	}

#mainWrapper .tiles-design.search-result-download a:not(.book-style-tile) strong.download-title
{
	background-color: #582583;
	color: #fff;
	justify-content: center;
	margin: 0 auto !important;
	padding: 8px 5px !important;
	font-size: 1.375rem !important;
	width: 85% !important;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	align-items: center;
	align-content: center;
	min-height: 55px;
	line-height: 1.3;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 2.6em; /* matches 2 lines */
}
	@media (max-width: 900px) 
	{
		#mainWrapper .tiles-design.search-result-download a:not(.book-style-tile) strong.download-title
		{
			font-size: 1.25rem !important;
			padding: 5px 4px !important;
			min-height: 50px;
		}
	}
		@media (max-width: 550px) 
		{
			#mainWrapper .tiles-design.search-result-download a:not(.book-style-tile) strong.download-title
			{
				font-size: 1.15rem !important;
				min-height: 40px;
			}
		}
			@media (max-width: 370px) 
			{
				#mainWrapper .tiles-design.search-result-download a:not(.book-style-tile) strong.download-title
				{
					font-size: 1.1rem !important;
					min-height: 46px;
				}
			}

/* EDIT button newskool JS version */
.edit-download-js-button
{
	display: block !important;
	text-align: center;
	flex-basis: 100% !important;
	font-size: 1rem;
	font-style: normal;
	text-transform: lowercase;
	margin: 0 !important;
	clear: both !important;
}
	.book-style-tile .edit-download-js-button
	{
		float: right !important;
	}
.edit-download-js-button span
{
	border-radius: 100px !important;
	display: block;
	background-color: #ddd;
	color: #222;
	padding: 4px 20px !important;
	width: fit-content !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
	.edit-download-js-button:hover span
	{
		background-color: #777;
		color: #fff;
	}
.book-style-tile .edit-download-js-button span
{
	background-color: transparent !important;
	padding: 5px !important;
	margin: 0 !important;
	color: #555;
}
	.book-style-tile .edit-download-js-button:hover span
	{
		background-color: transparent;
		color: #000;
		text-decoration: underline;
	}

/* JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ */
/* Hide the native select */
#category-jump
{
    position: absolute;
    left: -9999px;
    top: -9999px;
}
/* Wrapper for the fake select */
#category-jump-wrapper
{
    /* width: 100% !important; */
    box-sizing: border-box;
    position: relative;
    font-weight: 400;
}
/* Fake select box */
#category-jump-display
{
    width: 100% !important;
    box-sizing: border-box;
    background: #fcfbfd;
    color: #333334;
    border: 1px solid #9f9f9f;
    border-radius: 4px;
    padding: 0 12px 0 12px; /* 10px 40px 10px 12px */
    cursor: pointer;
    position: relative;
    user-select: none;
	height: 44px;
	display: flex;
	align-items: center;
}
#category-jump-display:hover
{
	background-color: #f2f1f3;
	color: #000;
}
/* keyboard focus state only - not shown on mouse click */
#category-jump-display:focus-visible
{
	outline: 2px solid #ec008c;
	outline-offset: 2px;
}

/* Down arrow */
#category-jump-display::after
{
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #222;
    font-size: 12px;
}
/* Dropdown list */
#category-jump-options
{
    position: absolute;
    top: 100%; /* was calc(100% + 4px) */
    left: 0;
    width: 100% !important;
    box-sizing: border-box;
    background: #fcfbfd;
    border: 1px solid #9f9f9f;
    border-radius: 4px;
    max-height: 415px; /* was 300px */
    overflow-y: auto;
    display: none;
    z-index: 9999;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px !important;
}
/* Individual option */
#category-jump-options div
{
    padding: 4px 12px; /* was 10px 12px */
    cursor: pointer;
    color: #333334;
    background: #fcfbfd;
    box-sizing: border-box;
}
/* Hover + tap */
#category-jump-options div:hover,
#category-jump-options div:active
{
    background: #ec008c;
    color: #fff;
}
/* keyboard arrow-key highlighted option */
#category-jump-options div.keyboard-active
{
    background: #ec008c;
    color: #fff;
}

/* WIDETILES ADDED: */
#mainWrapper p.your-tier
{
	width: 100% !important;
}

.section-heading-in-download-results
{
	width: 100% !important;
	flex-basis: 100% !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	font-size: 1.6rem !important;
	font-weight: 500 !important;
	color: #582583 !important;
}


/* AUG2026 custom back to shop button::before */
.back-to-shop-button-wrapper
{
	margin-bottom: 10px !important;
}
	#is-rc2025 .back-to-shop-button-wrapper /* SEPT2026 */
	{
		/* margin: 3px 0 18px 0 !important; */
		margin: -12px 0 8px 0 !important
	}

.woocommerce .back-to-shop-button-wrapper a.button,
#is-rc2025 .back-to-shop-button-wrapper a.button /* SEPT2026 */
{
	width: 100% !important;
	box-sizing: border-box !important;
	padding: 9px 18px 9px 8px !important;
	border-radius: 4px !important;
}
/* SEPT2026 */
#is-rc2025 .back-to-shop-button-wrapper a.button
{
	text-decoration: none !important;
	display: block !important;
	width: max-content !important;
}
	@media (max-width: 1010px) 
	{
		.back-to-shop-button-wrapper
		{
			margin: 20px 0px 12px 0px !important;
		}
		#is-rc2025 .back-to-shop-button-wrapper /* SEPT2026 */
		{
			margin: 0 0 8px 0 !important;
		}
		.woocommerce .back-to-shop-button-wrapper a.button
		{
			width: 192px !important;
		}
	}
		@media (max-width: 770px) 
		{
			.back-to-shop-button-wrapper
			{
				margin: 8px 0px 15px 0px !important;
			}
			#is-rc2025 .back-to-shop-button-wrapper /* SEPT2026 */
			{
				margin: -7px 0 8px 0 !important;
			}
		}
			@media (max-width: 465px) 
			{
				.woocommerce .back-to-shop-button-wrapper a.button
				{
					width: 100% !important;
				}
				#is-rc2025 .back-to-shop-button-wrapper /* SEPT2026 */
				{
					margin: -7px 0 8px 0 !important;
				}
				#is-rc2025 .back-to-shop-button-wrapper a.button /* SEPT2026 */
				{
					width: 100% !important;
				}
			}

/* NEW DOWNLOADS FLEX SEARCH FORM ============================================================== */

/* FORM */
form.downloads-search-form
{
	display: flex !important;
	gap: 8px;
	box-sizing: border-box;
	flex-direction: column; /* SEPT2026 stack rows */
}
/* SEPT2026 Top row: input + submit button */
.top-row-in-downloads-search-form
{
	box-sizing: border-box;
    display: flex;
    gap: 8px;
    align-items: stretch;
}

/* WRAPPER */
.downloads-search-input-wrapper
{
	box-sizing: border-box;
	position: relative;
}
	/* ICON */
	.downloads-search-icon
	{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 47px;
		height: 44px;
		box-sizing: border-box;
		border: none; /* 1px solid #932693; */
		background: url('images/search-icon-2026-purple-light.png') no-repeat center;
		background-size: contain;
		border-radius: 4px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	/* SEARCH TEXT */
	form.downloads-search-form input.downloads-search-input
	{
		width: 100%;
		box-sizing: border-box;
		color: #333334;
		border: 1px solid #9f9f9f;
		border-radius: 4px;
		padding: 0 0 0 58px;
		height: 44px;
	}
		form.downloads-search-form input.downloads-search-input:focus
		{
			border-color: #93269355;
			outline: 2px solid #93269355;
		}
/* SEARCH BUTTON */
form.downloads-search-form .downloads-search-submit
{
	box-sizing: border-box;
	background: #932693;
	color: #fff;
	font-weight: 400;
	border: none;
	border-radius: 5px;
	height: 44px;
}
	form.downloads-search-form .downloads-search-submit:hover
	{
		background-color: #a437a4; /* #ec008c */
		cursor: pointer;
	}

/* FLEX WIDTHS */
.downloads-search-input-wrapper
{
    flex: 1; /* grows to fill space */
}
form.downloads-search-form .downloads-search-submit
{
    flex: 0 0 auto; /* small submit button - stays compact */
	padding-left: 8% !important;
	padding-right: 8% !important;
}
#category-jump-wrapper
{
	width: 100%;
}
	@media (max-width: 420px) 
	{
		.top-row-in-downloads-search-form
		{
			flex-direction: column;
		}
		form.downloads-search-form .downloads-search-submit
		{
			width: 100%;
		}
	}

/* SHIPPING ADDRESS MESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */
/* SEPT2026: lock all checkout address fields */
/* Lock checkout fields AND show forbidden cursor */
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row
{
    cursor: not-allowed !important;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields select,
.woocommerce-shipping-fields input,
.woocommerce-shipping-fields select
{
    cursor: not-allowed !important;
    pointer-events: none !important;
    background-color: #f5f5f5 !important;
    opacity: 0.7 !important;
}

/* Disable interaction on labels and wrappers */
.woocommerce-billing-fields label,
.woocommerce-shipping-fields label,
.woocommerce-billing-fields .woocommerce-input-wrapper,
.woocommerce-shipping-fields .woocommerce-input-wrapper
{
    pointer-events: none !important;
    cursor: not-allowed !important;
}

/* Hover feedback */
.woocommerce-billing-fields .form-row:hover,
.woocommerce-shipping-fields .form-row:hover
{
    cursor: not-allowed !important;
    opacity: 0.8 !important;
}

/* --------------------------------------------- */
/* EXCEPTIONS: allow "Ship to a different address?" checkbox */
/* --------------------------------------------- */
/* Allow pointer events on the checkbox input */
#ship-to-different-address-checkbox
{
    pointer-events: auto !important;
    cursor: pointer !important;
    opacity: 1 !important;
    background-color: transparent !important;
}
/* Allow pointer events on its label wrapper */
label.woocommerce-form__label-for-checkbox,
label.woocommerce-form__label-for-checkbox *
{
    pointer-events: auto !important;
    cursor: pointer !important;
    opacity: 1 !important;
}
/* SEPT2026: hide country fields ONLY on checkout */
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field
{
    display: none !important;
}
/* Hide the "Ship to a different address?" checkbox + label */
.woocommerce-checkout #ship-to-different-address,
.woocommerce-checkout #ship-to-different-address-checkbox,
.woocommerce-checkout label.woocommerce-form__label-for-checkbox
{
    display: none !important;
}
/* Always show the Delivery Address section */
.woocommerce-checkout .shipping_address
{
    display: block !important;
}
/* Add a heading above Delivery Address */
.woocommerce-checkout .shipping_address::before
{
    content: "Delivery Address";
    display: block;
    font-size: 31px;
	line-height: 1.5;
	margin-bottom: 13px;
    font-weight: 300;
	color: #ec008c;
}
/* Hide the country fields entirely */
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field
{
    display: none !important;
}
#contentWrapper .woocommerce-checkout .woocommerce-billing-fields h3
{
    display: none !important;
}
.woocommerce-checkout .woocommerce-additional-fields
{
	margin-top: 20px !important;
}
/* END SHIPPING ADDRESS MESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */