h1 {
	font-size: 2.4em;
	margin: .5em 0;
}
#accessory-layout-grid {
	display: grid;
	grid-template-columns: 25% auto;
	grid-template-rows: repeat(3,auto) 1fr auto;
	align-items: start;
}
#accessory-layout-grid > * {
	grid-column-start: 1;
	grid-column-end: 3;
}
#category_description {
	height: fit-content;
}
#category_description a {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
#big_filters {
	text-align: center;
	color: #484848;
}
.big_filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1em;
}
.big_filter h2 {
	font-size: 1.6em;
	font-weight: bold;
	width: 100%;
}
.big_filter h2 img {
	height:1.9em;
}
.big_filter > a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border: none;
	font-size: 1.1em;
	font-weight: bold;
	background: #C4C4C4;
	height: 3.6em;
	width: 3.6em;
	border-radius: 1.8em;
	margin: .2em .2em 0;
}
.big_filter > a:hover {
	text-decoration: none;
	color: white;
}
.big_filter a.selected {
	background: #E9E7E7;
}
#big_filters > div {
	margin-top: 1em;
	width: 100%;
}
.clear_filter {
	color: blue;
	font-weight: bold;
	font-size: 0.9em;
}
.clear_all {
	display: block;
	margin-bottom: 1rem;
}
.clear_filter svg {
	vertical-align: text-top;
}
#show_filters {
	text-align: center;
	background: #C4C4C4;
	font-size: 1.1em;
	border-radius: 6px;
	width: 100%;
	padding: .7em;
	margin: 1.2em 0;
}
#more_filters {
	background: #EFEFEF;
	padding: 2em 1em;
}
ul.search_facets_ul {
	list-style: none;
	padding: 0;
	font-size: 1.2em;
	margin: 0;
}
.search_check {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #A5A5A5;
	border-radius: 7px;
	position: relative;
}
.search_check.selected:after {
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background: #A4A4A4;
	top: 1px;
	left: 1px;
}
.search_facets_li.overflow {
	display: none;
}
.search_facets_li a {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
h3.facet_type {
	font-size: 1em;
	color: #F69404;
	font-weight: bold;
	margin-bottom: 0;
}
.filter_head {
	font-size: 1.6em;
	font-weight: bold;
	color: #484848;
}
a.show_more_facets {
	color: blue;
	text-decoration: none;
}
.facet_shade {
	margin-bottom: 1rem;
}
#products_list {
	display: grid;
	column-gap: 1em;
	row-gap: 1em;
	grid-column-gap: 1em;
	grid-row-gap: 1em;
}
.product_listing {
	border: 1px solid black;
	font-size: 1.1em;
	padding: 1em;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	overflow:hidden;
}
.product_listing .imglink {
	margin: 0 20px 20px 0;
}
.product_listing .imglink.category-main {
	margin-bottom: 4px;
	margin-right: 0;
}
.imglink.category-main {
	text-align: center;
}

.imglink img {
	width: 150px;
	height: 150px;
}

.category-main img {
	outline: 1px solid black;
	outline-offset: -1px;
}
.categories_list .product_name {
	text-align: center;
	font-size: 1.3em;
}
.categories_list .product_listing {
	background-color: #F3F3F3;
}
.categories_list .product_name a {
	text-decoration: underline;
}
.categories_list .product_name a:hover {
	color: #AABBDD;
}

.bestseller_stamp {
	display: flex;
	position: absolute;
	top: 30px;
	left: 155px;
	background: #FFD300;
	font-size: 1.3em;
	font-weight: bold;
	height: 80px;
	width: 80px;
	text-align: center;
	justify-content: center;
	align-items: center;
	line-height: 1.1em;
	transform: rotate(-45deg);
}
.bestseller_stamp div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: inherit;
	transform: rotate(45deg);
}
.bestseller_stamp:before,
.bestseller_stamp:after ,
.bestseller_stamp div:before,
.bestseller_stamp div:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	z-index: -1;
	transform: rotate(30deg);
}

.bestseller_stamp:after {
	transform: rotate(-30deg);
}

.bestseller_stamp div:after {
	transform: rotate(30deg);
}
.bestseller_stamp div:before {
	transform: rotate(-30deg);
}
.product_name a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.name_rating {
}
.product_attributes {
	font-size: .8em;
	clear: left;
	list-style: none;
	padding-left: 1em;
	padding-top: .6em;
	margin-bottom: .6em;
	text-indent: -1em;
	flex-grow: 1;
}
.product_price {
	font-weight: bold;
}
.stock_cart {
}
.stock {
	display: flex;
	font-size: 0.9rem;
	margin-top: 1em;
}
.stock.oos {
	margin-bottom: 1em;
}
.stock-icon {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	color: white;
	background: #C4C4C4;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	margin-right: 0.6em;
}
.stock-icon svg {
	height: 14px;
	width: 14px;
}
.add_to_cart {
	width: 100%;
	height: 2.6em;
	border-radius: 1.3em;
	border: none;
	background: #28A745;
	margin-top: 1em;
	color: white;
	font-weight: bold;
}
.add_to_cart svg {
	margin-right: 0.6em;
	vertical-align: sub;
}
.subcategories {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 8px;
}
.subcategory-link {
}
.subcategory-link a {
	display: flex;
	align-items: center;
	gap: 4px;
	height: 100%;
}
.subcategory-link a img {
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
}
.subcategory-link a span {
	flex: 1 1 auto;
}
#pagination {
	font-size: 1.1em;
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	justify-self: end;
}
.pagination-item {
	width: 22px;
	display: block;
	text-align: center;
}
.pagination-arrows {
	width: 44px;
	text-align: right;
	white-space: nowrap;
}
.pagination-arrows:first-child {
	text-align: left;
}
#pagination:has(>.pagination-item:nth-child(100)) .pagination-item {
	width: 30px;
}
#pagination:has(>.pagination-item:nth-child(100)) .pagination-arrows {
	width: 60px;
}

#pagination a {
	color: blue;
	text-decoration: none;
}
#pagination span {
	font-weight: bold;
	text-decoration: underline;
}
#pagination img {
	vertical-align: text-bottom;
}
.nomatch {
	font-size: 1.2em;
	padding-top: 1em;
}
.nomatch a {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}
@media (min-width: 768px) {
	#main_section.container {
		width: 1200px;
		max-width: 100%;
	}
	#accessory-layout-grid {
		column-gap: 2rem;
	}
	#accessory-layout-grid > * {
		grid-column-start: 2;
		grid-column-end: 4;
	}
	#accessory-layout-grid h1 {
		grid-column-start: 1;
		grid-column-end: 4;
	}
	#accessory-layout-grid #more_filters {
		display: block;
		grid-area: 2 / 1 / 6 / 2;
	}
	#show_filters {
		display: none;
	}
	#more_filters {
		padding: 0;
		background: none;
	}
	#accessory-layout-grid > #category_description.has_video {
		grid-column-end: 3;
	}
	#accessory-layout-grid > .video-player {
		grid-column-start: 3;
	}
	#products_list {
		margin-top: 1em;
		grid-template-columns: 1fr 1fr;
	}
	.product_listing {
	}
	.name_rating {
	}
	.product_attributes {
	}
	.product_price {
	}
	.stock_cart {
	}
	.stock {
	}
	.add_to_cart {
		height: auto;
		padding: .6em 1em;
		border-radius: 6px;
	}
}
@media (min-width: 992px) {
	#products_list {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.bestseller_stamp {
		left: auto;
		right: 30px;
	}
	.product_listing {
	}
	.name_rating {
	}
	.product_price {
	}
	.stock_cart {
	}
}
@media (max-width: 380px) {
	/*Extra overrides for tiny phones*/
	.subcategories {
		grid-template-columns: 1fr;
	}
}