
.filter-subtitle {
	display: none !important;
}

.filter-title strong {
	display: none !important;
}

.catalog-category-view .page-lhs {
	width: calc(25% - 5px) !important
}

.filter-options-item {
	margin-bottom: 3rem;
}

.catalogsearch-result-index .filter-options-item[aria-expanded='true'] .filter-options-title::after,
.catalog-category-view .filter-options-item[aria-expanded='true'] .filter-options-title::after {
	display: none;
}

.catalogsearch-result-index .filter-options-title,
.catalog-category-view .filter-options-title {
	position: relative;
	padding: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	text-transform: none;
	cursor: pointer;
	color: #222;
	border-bottom: 1px solid #ddd;
	background: transparent !important;
}

.catalogsearch-result-index .filter-options-content ol,
.catalog-category-view .filter-options-content ol,
.catalogsearch-result-index .filter-options-content ul,
.catalog-category-view .filter-options-content ul,
.catalogsearch-result-index .filter-options-content li,
.catalog-category-view .filter-options-content li {
	list-style: none !important;
	padding: 0;
}

.catalogsearch-result-index .filter-options-title:before,
.catalog-category-view .filter-options-title:before {
	content: ' ';
	position: absolute;
	top: 12px;
	right: 10px;
	display: block;
	background: url('../images/svg/arrow-up-category.svg') center center no-repeat;
	width: 9px;
	height: 5px;
	transform: rotate(180deg);
}

.catalogsearch-result-index .filter-options-item[aria-expanded="true"] .filter-options-title:before,
.catalog-category-view .filter-options-item[aria-expanded="true"] .filter-options-title:before {
	transform: rotate(0deg);
}

.filter-close-popup {
	display: none;
}

.filter-options .items .items-children.-folding {
	padding-left: 0;
	margin: 6px 0 0;
}

.filter-options .items .items-children.-folding .item {
	margin: 4px 0 0 0;
}

.filter-options .am-labels-folding .item {
	display: block;
	padding: 0;
}

.nicescroll-rails.nicescroll-rails-vr:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	background: #ddd;
	width: 1px;
	left: 3px;
}

#layered-filter-block .filter-options-content {
	padding-top: 19px;
}

#layered-filter-block .filter-options-content .item {
	position: relative;
	padding: 0;
	margin: 6px 0 0 30px;
	min-height: 26px;
	box-sizing: border-box;
}

#layered-filter-block .filter-options-content .items a {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #000;
}

#layered-filter-block .filter-options-content input[type='radio'],
#layered-filter-block .filter-options-content input[type='checkbox'] {
	position: absolute;
	top: -3px;
	left: -30px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0;
	border: 1px solid #ddd;
	background: #ddd;
	border-radius: 50%;
	cursor: pointer;
	appearance: none;
	background-size: 0;
}

#layered-filter-block .filter-options-content input[type='radio']:hover,
#layered-filter-block .filter-options-content input[type='radio']:checked,
#layered-filter-block .filter-options-content input[type='checkbox']:checked,
#layered-filter-block .filter-options-content input[type='checkbox']:hover {
	background: url('../images/filter-item-selected.png') no-repeat center center;
	background-size: 100%;
	border: 0;
}

#layered-filter-block .filter-options-content .item:hover input[type='radio'],
#layered-filter-block .filter-options-content .item:hover input[type='checkbox'] {
	background: url('../images/filter-item-selected.png') no-repeat center center;
	background-size: 100%;
	border: 0;
}


#layered-filter-block .filter-options-content input[type='checkbox']:focus,
#layered-filter-block .filter-options-content input[type='radio']:focus {
	outline: 0 !important;
}

#layered-filter-block .filter-options-content .count {
	color: #000;
}

#layered-filter-block .filter-options-content .count:before {
	content: '(';
}

#layered-filter-block .filter-options-content .count:after {
	content: ')';
}

#layered-filter-block .filter-options-content .count .filter-count-label {
	display: none;
}

.filter-current .items 	{
	list-style: none;
	margin: 0 0 23px;
	padding: 0 0 40px;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
}

.filter-current .items .item  	{
	position: relative;
	padding-right: 45px;
}

.filter-current .items .item .filter-value 	{
	color: #333;
	font-weight: 600;
}

.filter-current .items .action.remove	{
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 0;
	display: block;
	width: 9px;
	height: 14px;
	background: url('../images/svg/close.svg') center center no-repeat;
	background-size: 16px;
}

.filter-options-content form {
	max-height: 300px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #1A4166 #ddd;
}

form[data-amshopby-filter]::-webkit-scrollbar {
	width: 6px;
}

form[data-amshopby-filter]::-webkit-scrollbar-track {
	background: #ddd;
	border-radius: 10px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

form[data-amshopby-filter]::-webkit-scrollbar-thumb {
	background: #1A4166;
	border-radius: 10px;
	width: 6px;
}

.catalog-category-view .block.paypal.acceptance 	{
	margin: 30px 0;
}

@media (max-width: 767px) {

	.catalogsearch-result-index .filter-block-container {
	.catalog-category-view .filter-block-container {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 250;
		display: none;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.block.filter {
		margin: 0;
		background-color: #f5f5f5;
		padding-bottom: 30px;
	}

	.block.filter .block-content.filter-content {
		padding-top: 20px;
	}

	.catalogsearch-result-index .filter-close-popup {
	.catalog-category-view .filter-close-popup {
		position: absolute;
		top: 10px;
		right: 5px;
		display: block;
		width: 44px;
		height: 44px;
	}

	.catalogsearch-result-index .filter-title strong {
	.catalog-category-view .filter-title strong {
		padding: 20px;
		margin-bottom: 0;
	}

	.catalogsearch-result-index .filter-options-title {
	.catalog-category-view .filter-options-title {
		padding-right: 20px;
		padding-left: 20px;
	}

	.filter-options-content {
		padding-right: 20px;
		padding-left: 20px;
	}

	.filter-current, .filter-actions {
		display: none;
	}

	.mobile-filter-open .filter-block-container {
		display: block;
	}

	.mobile-filter-open.page-products .columns {
		position: static;
	}
}

@media (min-width: 768px) {
	.catalogsearch-result-index .filter-options-content .items a {
	.catalog-category-view .filter-options-content .items a {
		position: relative;
		top: -3px;
	}

	.catalogsearch-result-index .filter-options-content .items a .label {
	.catalog-category-view .filter-options-content .items a .label {
		display: inline-block;
		max-width: 173px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		vertical-align: middle;
	}

	.catalogsearch-result-index .filter-options-content .items a .count {
	.catalog-category-view .filter-options-content .items a .count {
		position: relative;
		top: 1px;
	}
}

.action.sorter-action {
	display: none !important;
}



/**
 * Category Text Footer
 */

.normal-category-intro 	{
	text-align: left;
}

.normal-category-intro h1,
.normal-category-intro h2,
.normal-category-intro .page-title-wrapper  	{
	text-align: left;
}

.normal-category-intro .page-title-wrapper h1 	{
	text-align: center;
	margin: 0;
}

.catalog-category-view .why-shop-container   {
	background: #fff;
	padding: 60px 40px 50px;
}

.catalog-category-view .why-shop-container .why-shop 	{
	margin-left: 0;
}

.catalog-category-view .why-shop-container h2 	{
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 600;
	color: #60358c;
}

.catalog-category-view .why-shop-container .element 	{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.catalog-category-view .why-shop-container .ico-outer 	{
	margin: 0 20px 0 0;
}

.catalog-category-view .why-shop-container p 	{
	margin: 0 0 5px;
	text-align: left;
}

.catalog-category-view .page-block.usps p, .usps p 	{
	text-transform: none;
}

.catalog-category-view .page-block.usps .ico-outer,
.catalog-category-view .usps .ico-outer 	{
	width: 65px;
	height: 65px;
}

.catalog-category-view .category-info .usps 	{
	margin-top: 20px;
	padding: 50px 35px 52px;
}

.catalog-category-view .category-info .usps h2 	{
	text-transform: none;
	text-align: left;
	margin-bottom: 40px;
}

.catalog-category-view .category-footer-blocks 	{
	padding: 0 20px;
	box-sizing: border-box;
}

@media (max-width: 767px) {

	.catalog-category-view .category-info .usps 	{
		border-top: 0;
		padding-top: 60px;
	}

	.catalog-category-view .page-block.usps h2,
	.catalog-category-view .usps h2 	{
		border-bottom: 0;
	}

	.catalog-category-view .page-block.usps p,
	.catalog-category-view .usps p 	{
		line-height: normal;
		float: none;
	}

	.catalog-category-view .why-shop-container p 	{
		display: block;
	}

}

@media (min-width: 768px) {

	.catalog-category-view .category-footer-blocks 	{
		padding: 0;
		display: grid;
		grid-template-columns: 1fr 400px;
		grid-gap: 40px;
		align-items: start;
	}

}
