/* SearchSpring Global Styles and Helpers */
.ss-targeted, .ss-targeted *, .ss-targeted *:before, .ss-targeted *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ss-targeted a, .ss-targeted p, .ss-targeted ul li, .ss-targeted div {
	color: #515151;
}

.ss-targeted .ss-title {
	color: #373737;
}

.ss-targeted .ss-pointer {
	cursor: pointer;
}

/* Utilities - Flexbox */
.ss-targeted .ss-flex-wrap, .ss-targeted .ss-flex-wrap-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.ss-targeted .ss-flex-nowrap, .ss-targeted .ss-flex-nowrap-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.ss-targeted .ss-flex-wrap-center, .ss-targeted .ss-flex-nowrap-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

/* Utilities - Scrollbar */
.ss-targeted .ss-scrollbar::-webkit-scrollbar {
	width: 8px;
}

.ss-targeted .ss-scrollbar::-webkit-scrollbar-track {
	background: #f8f8f8;
}

.ss-targeted .ss-scrollbar::-webkit-scrollbar-thumb {
	background: #ebebeb;
}

/* Utilities - Buttons */
.ss-targeted .ss-button {
	display: inline-block;
	padding: 0 20px;
	background: #7377fa;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Utilities - Checkboxes */
.ss-targeted .ss-checkbox {
	position: relative;
	display: inline-block;
	padding-left: 24px;
}

.ss-targeted .ss-checkbox:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 1px;
	left: 0;
	background-color: "";
	border: 1px solid #D2D2D2;
}

.ss-targeted .ss-checkbox-round:before {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.ss-targeted .ss-active .ss-checkbox:before {
	border: 1px solid gainsboro;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23000' d='M56 14.921c0 0.903-0.361 1.806-1.012 2.457l-31.071 31.071c-0.65 0.65-1.554 1.012-2.457 1.012s-1.806-0.361-2.457-1.012l-17.992-17.992c-0.65-0.65-1.012-1.554-1.012-2.457s0.361-1.806 1.012-2.457l4.914-4.914c0.65-0.65 1.554-1.012 2.457-1.012s1.806 0.361 2.457 1.012l10.622 10.658 23.701-23.737c0.65-0.65 1.554-1.012 2.457-1.012s1.806 0.361 2.457 1.012l4.914 4.914c0.65 0.65 1.012 1.554 1.012 2.457z'/%3E%3C/svg%3E");
	background-size: 8px auto;
}

/* Utilities - Grid */
.ss-targeted .ss-grid {
	margin: 0 -2.5px -5px -2.5px;
}

.ss-targeted .ss-grid .ss-grid-option {
	width: 25%;
	padding: 0 2.5px;
	margin: 0 0 5px 0;
	position: relative;
}

.ss-targeted .ss-grid .ss-grid-option .ss-grid-link {
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.ss-targeted .ss-grid .ss-grid-option .ss-grid-link .ss-grid-block, .ss-targeted .ss-grid .ss-grid-option .ss-grid-link .ss-grid-label {
	position: absolute;
}

.ss-targeted .ss-grid .ss-grid-option .ss-grid-link .ss-grid-block {
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	border: 1px solid #ebebeb;
}

.ss-targeted .ss-grid .ss-grid-option .ss-grid-link .ss-grid-label {
	margin: auto;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: calc(100% - 10px);
	max-height: calc(100% - 10px);
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}

.ss-targeted .ss-grid .ss-active .ss-grid-link .ss-grid-block {
	background: #7377fa;
	border: 1px solid #7377fa;
}

.ss-targeted .ss-grid .ss-active .ss-grid-link .ss-grid-label {
	color: #ffffff;
}

/* Utilities - Palette */
.ss-targeted .ss-palette {
	margin: 0 -2.5px -5px -2.5px;
}

.ss-targeted .ss-palette .ss-palette-option {
	width: 25%;
	padding: 0 2.5px;
	margin: 0 0 5px 0;
}

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block {
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block [class*='white'], .ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block [class*='clear'], .ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block [class*='ivory'], .ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color:not([style*='background-color']) {
	border: 1px solid #ebebeb;
}

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color-brown {
	background-color: #845329 !important;
}

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color-purple {
	background-color: #7c368e !important;
}

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color-multi, .ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-block .ss-palette-color-multicolor {
	background-color: #2857da;
	background-image: -webkit-linear-gradient(#2857da 20%, #28da46 20%, #28da46 40%, #f5e418 40%, #f5e418 60%, #f28500 60%, #f28500 80%, #da2848 80%, #da2848);
	background-image: -moz-linear-gradient(#2857da 20%, #28da46 20%, #28da46 40%, #f5e418 40%, #f5e418 60%, #f28500 60%, #f28500 80%, #da2848 80%, #da2848);
	background-image: -o-linear-gradient(#2857da 20%, #28da46 20%, #28da46 40%, #f5e418 40%, #f5e418 60%, #f28500 60%, #f28500 80%, #da2848 80%, #da2848);
	background-image: linear-gradient(#2857da 20%, #28da46 20%, #28da46 40%, #f5e418 40%, #f5e418 60%, #f28500 60%, #f28500 80%, #da2848 80%, #da2848);
	border: none !important;
}

.ss-targeted .ss-palette .ss-palette-option .ss-palette-link .ss-palette-label {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0 0 0;
}

.ss-targeted .ss-palette .ss-active .ss-palette-link .ss-palette-block .ss-palette-color:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-size: 30% auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23ffffff' stroke='%23c5c5c5' stroke-width='1' d='M56 5.638l-22.362 22.362 22.362 22.362-5.638 5.638-22.362-22.362-22.362 22.362-5.638-5.638 22.362-22.362-22.362-22.362 5.638-5.638 22.362 22.362 22.362-22.362z'/%3E%3C/svg%3E");
}

.ss-targeted .ss-palette .ss-active .ss-palette-link .ss-palette-label {
	color: #7377fa;
}

/* Utilities - Select Menus */
.ss-targeted .ss-select-menu .ss-select-menu-label ~ .ss-select-menu-wrapper, .ss-targeted .ss-select-menu .ss-select-menu-wrapper ~ .ss-select-menu-label {
	margin: 0 0 0 10px;
}

.ss-targeted .ss-select-menu .ss-select-menu-label {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.ss-targeted .ss-select-menu .ss-select-menu-wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

.ss-targeted .ss-select-menu .ss-select-menu-wrapper .ss-select-menu-select {
	width: 100%;
	border: 1px solid #ebebeb;
	background: #ffffff;
	color: #515151;
	height: 30px;
	line-height: 30px;
}

/* Utilities - Dropdowns */
.ss-targeted .ss-dropdown-menu, .ss-targeted .ss-dropdown-menu .ss-menu-label {
	position: relative;
}

.ss-targeted .ss-dropdown-menu .ss-menu-label, .ss-targeted .ss-dropdown-menu .ss-menu-list {
	background: #f8f8f8;
	border: 1px solid #ebebeb;
}

.ss-targeted .ss-dropdown-menu .ss-menu-label .ss-menu-toggle-icon, .ss-targeted .ss-dropdown-menu .ss-menu-list {
	position: absolute;
}

.ss-targeted .ss-dropdown-menu .ss-menu-label {
	padding: 0 32px 0 10px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ss-targeted .ss-dropdown-menu .ss-menu-label strong {
	padding-right: 5px;
}

.ss-targeted .ss-dropdown-menu .ss-menu-label .ss-menu-toggle-icon {
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23515151' d='M55.348 19.573l-25.785 25.75c-0.869 0.869-2.259 0.869-3.128 0l-25.785-25.75c-0.869-0.869-0.869-2.293 0-3.162l5.768-5.734c0.869-0.869 2.259-0.869 3.128 0l18.452 18.452 18.452-18.452c0.869-0.869 2.259-0.869 3.128 0l5.768 5.734c0.869 0.869 0.869 2.293 0 3.162z'/%3E%3C/svg%3E");
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}

.ss-targeted .ss-dropdown-menu .ss-menu-list {
	padding: 10px;
	margin-top: -1px;
	top: auto;
	left: 0;
	right: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.ss-targeted .ss-dropdown-menu .ss-menu-list .ss-menu-list-option {
	margin: 0 0 5px 0;
}

.ss-targeted .ss-dropdown-menu .ss-menu-list .ss-menu-list-option:last-child {
	margin-bottom: 0;
}

.ss-targeted .ss-dropdown-menu .ss-menu-list .ss-menu-list-option .ss-menu-list-link {
	display: block;
}

.ss-targeted .ss-dropdown-menu .ss-menu-list .ss-active .ss-menu-list-link {
	color: #7377fa;
}

.ss-targeted .ss-dropdown-menu.ss-expanded {
	z-index: 10;
}

.ss-targeted .ss-dropdown-menu.ss-expanded .ss-menu-label .ss-menu-toggle-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23515151' d='M55.349 39.589l-5.769 5.734c-0.869 0.869-2.259 0.869-3.128 0l-18.452-18.452-18.452 18.452c-0.869 0.869-2.259 0.869-3.128 0l-5.769-5.734c-0.869-0.869-0.869-2.293 0-3.162l25.785-25.75c0.869-0.869 2.259-0.869 3.128 0l25.785 25.75c0.869 0.869 0.869 2.293 0 3.162z'/%3E%3C/svg%3E");
}

.ss-targeted .ss-dropdown-menu.ss-expanded .ss-menu-list {
	z-index: 1;
	visibility: visible;
	opacity: 1;
}

.ss-targeted .ss-toolbar-bottom .ss-dropdown-menu .ss-menu-list {
	bottom: 35px;
	margin-bottom: -1px;
}

/* Filter Summary */
.ss-summary .ss-summary-container {
	margin: 0 0 30px 0;
}

.ss-summary .ss-summary-container .ss-title {
	font-size: 16px;
	border-bottom: 2px solid #7377fa;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

.ss-summary .ss-summary-container .ss-list {
	margin: 0 -2.5px -5px -2.5px;
}

.ss-summary .ss-summary-container .ss-list .ss-list-option {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 2.5px 5px 2.5px;
}

.ss-summary .ss-summary-container .ss-list .ss-list-option .ss-list-link {
	display: inline-block;
	position: relative;
	background: #f8f8f8;
	border: 1px solid #ebebeb;
	padding: 5px 10px 5px 30px;
}

.ss-summary .ss-summary-container .ss-list .ss-list-option .ss-list-link:before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23515151' d='M56 45.064c0 1.178-0.471 2.357-1.32 3.205l-6.411 6.411c-0.849 0.849-2.027 1.32-3.205 1.32s-2.357-0.471-3.205-1.32l-13.859-13.859-13.859 13.859c-0.849 0.849-2.027 1.32-3.205 1.32s-2.357-0.471-3.205-1.32l-6.411-6.411c-0.849-0.849-1.32-2.027-1.32-3.205s0.471-2.357 1.32-3.205l13.859-13.859-13.859-13.859c-0.849-0.849-1.32-2.027-1.32-3.205s0.471-2.357 1.32-3.205l6.411-6.411c0.849-0.849 2.027-1.32 3.205-1.32s2.357 0.471 3.205 1.32l13.859 13.859 13.859-13.859c0.849-0.849 2.027-1.32 3.205-1.32s2.357 0.471 3.205 1.32l6.411 6.411c0.849 0.849 1.32 2.027 1.32 3.205s-0.471 2.357-1.32 3.205l-13.859 13.859 13.859 13.859c0.849 0.849 1.32 2.027 1.32 3.205z'/%3E%3C/svg%3E");
	position: absolute;
	top: 10px;
	left: 10px;
	width: 10px;
	height: 10px;
}

/* Filter Summary - Horizontal */
.ss-summary-horizontal {
	margin: 0 0 20px 0;
}

.ss-summary-horizontal .boost-pfs-filter-refine-by > span {
	float: left;
	margin: 0;
	margin-right: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.ss-summary-horizontal .refine-by-item {
	float: left;
	margin-right: 20px;
	line-height: 20px;
	margin-bottom: 8px;
}

.ss-summary-horizontal .ss-summary-container .ss-list {
	margin: 0 -5px -10px -5px;
}

.ss-summary-horizontal .ss-summary-container .ss-list .ss-list-option {
	margin: 0 5px 10px 5px;
}

.ss-summary-horizontal .ss-summary-container .ss-list .ss-list-title {
	color: #3a23ad;
}

/* Facets */
.ss-facets .ss-facet-container .ss-facet-count {
	color: #A6AEAC;
}

.ss-facets .ss-facet-container .ss-scrollbar {
	max-height: 220px;
	overflow-y: auto;
}

.ss-facets .ss-hierarchy .ss-hierarchy-option, .ss-facets .ss-list .ss-list-option {
	margin: 7px 0 5px 0;
	line-height: 24px;
}

.ss-facets .ss-hierarchy .ss-hierarchy-option:last-child, .ss-facets .ss-list .ss-list-option:last-child {
	margin-bottom: 0;
}

.ss-facets .ss-list .ss-active .ss-list-link {
	color: #000;
	font-weight: 700;
}

.ss-facets .ss-list .ss-active .ss-list-link .ss-facet-count {
	color: inherit;
}

/* Facets - Breakpoint 767px */
@media only screen and (max-width: 767px) {
	.ss-facets .ss-facet-container {
		width: 100%;
		padding-top: 10px;
		height: auto;
		margin: 0;
	}
	.ss-facets .ss-facet-container .ss-title {
		background: #f8f8f8;
		border-left: 20px solid #f8f8f8;
		border-right: 20px solid #f8f8f8;
		border-bottom: 1px solid #f8f8f8;
		padding-top: 13.33333px;
		padding-bottom: 13.33333px;
		margin: 0;
	}
	.ss-facets .ss-facet-container .ss-facet-options {
		padding: 20px;
	}
	.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content {
		position: unset !important;
	}

	.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-1 .boost-pfs-filter-option-content {
		width: 100%;
	}	
}

.ss-facets .ss-dropdown-menu .ss-facet-options {
	display: none;
}

.ss-facets .ss-dropdown-menu.ss-expanded .ss-facet-options {
	display: block;
}

/* AutoComplete */
[ss-autocomplete] {
	position: absolute;
	top: 50px;
	z-index: 999999;
	left: 0;
	box-shadow: 1px 1px 8px 0 grey;
	display: none;
}

[ss-autocomplete] .ss-ac-container {
	max-height: 610px;
	overflow-y: scroll;
	width: 800px;
	text-align: left;
	border: 1px solid #ebebeb;
	background: #ffffff;
}

[ss-autocomplete] .ss-ac-container a, [ss-autocomplete] .ss-ac-container p, [ss-autocomplete] .ss-ac-container div {
	font-size: 14px;
	font-family: "robotoregular";
	font-weight: normal;
}

[ss-autocomplete] .ss-ac-container p, [ss-autocomplete] .ss-ac-container div {
	line-height: 1.5;
}

[ss-autocomplete] .ss-ac-container .ss-title {
	line-height: 1.2;
}

[ss-autocomplete] .ss-ac-container .ss-ac-merchandising img {
	max-width: 100%;
	height: auto !important;
}

[ss-autocomplete] .ss-ac-container .ss-ac-merchandising#ss-ac-merch-header, [ss-autocomplete] .ss-ac-container .ss-ac-merchandising#ss-ac-merch-banner {
	margin: 0 0 20px 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-merchandising#ss-ac-merch-footer {
	margin: 20px 0 0 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-merchandising#ss-ac-merch-left {
	margin: 20px 0 0 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-facets, [ss-autocomplete] .ss-ac-container .ss-ac-results {
	padding: 20px;
}

[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-active .ss-list-link, [ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facet-container .ss-active .ss-list-link, [ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-focused .ss-ac-item-details .ss-ac-item-name {
	color: #d82155;
}

.ss-ac-visible ~ [ss-autocomplete] {
	display: block;
}

/* AutoComplete - Terms */
[ss-autocomplete] .ss-ac-container .ss-ac-terms {
	width: 150px;
	background: #f8f8f8;
}

[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-list-option .ss-list-link {
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-list-option .ss-list-link em {
	font-style: normal;
}

[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-active {
	background: #ffffff;
}

/* AutoComplete - Facets */
[ss-autocomplete] .ss-ac-container .ss-ac-facets {
	width: 150px;
	margin: 0 -20px 0 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facet-container, [ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facet-container .ss-title {
	margin: 0 0 20px 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facet-container .ss-title {
	font-size: 14px;
	border-bottom: 2px solid #d82155;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}

[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-list .ss-list-option {
	margin: 0 0 3px 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-list .ss-list-option:last-child {
	margin-bottom: 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-grid .ss-grid-option, [ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-palette .ss-palette-option {
	width: 33.33333%;
}

/* AutoComplete - Results */
[ss-autocomplete] .ss-ac-container .ss-ac-results {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-results-title {
	font-size: 16px;
	margin: 0 0 20px 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container {
	margin: 0 -10px -20px -10px;
}

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 33.33333%;
	padding: 0 10px;
	margin: 0 0 20px 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image {
	line-height: 0;
	margin: 0 0 10px 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image .ss-image-wrapper {
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details p {
	margin: 0 0 3px 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details p:last-child {
	margin-bottom: 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price span ~ span {
	padding-left: 5px;
}

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price .ss-ac-item-on-sale {
	color: #e02020;
}

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price .ss-ac-item-msrp {
	color: #a6a6a6;
	text-decoration: line-through;
}

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-no-results p {
	margin: 0;
}

/* AutoComplete - See More Results */
[ss-autocomplete] .ss-ac-container .ss-ac-see-more {
	margin: 20px 0 0 0;
	text-align: right;
}

[ss-autocomplete] .ss-ac-container .ss-ac-see-more .ss-ac-see-more-link {
	display: inline-block;
	font-size: 14px;
	position: relative;
	padding-right: 18px;
}

[ss-autocomplete] .ss-ac-container .ss-ac-see-more .ss-ac-see-more-link:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23d82155' d='M45.34 29.564l-25.785 25.785c-0.869 0.869-2.259 0.869-3.128 0l-5.768-5.768c-0.869-0.869-0.869-2.259 0-3.128l18.452-18.452-18.452-18.452c-0.869-0.869-0.869-2.259 0-3.128l5.768-5.768c0.869-0.869 2.259-0.869 3.128 0l25.785 25.785c0.869 0.869 0.869 2.259 0 3.128z'/%3E%3C/svg%3E");
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

/* AutoComplete - Breakpoint 1199px */
@media only screen and (max-width: 1199px) {
	[ss-autocomplete] {
		left: -115px;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-terms {
		width: auto;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-list-option {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0%;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		text-align: center;
		overflow: hidden;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-list-option .ss-list-link {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow-wrap: normal;
		word-wrap: normal;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image .ss-image-wrapper {
		padding-bottom: 80%;
	}
}

/* AutoComplete - Breakpoint 991px */
@media only screen and (max-width: 991px) {
	[ss-autocomplete] .ss-ac-container {
		display: block;
		width: 600px;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-facets {
		width: auto;
		margin: 0 0 -20px 0;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facets-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		margin: 0 -10px -20px -10px;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facet-container {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0%;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		padding: 0 10px;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item {
		width: 25%;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item:nth-child(n+5) {
		display: none;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image .ss-image-wrapper {
		padding-bottom: 100%;
	}
}

/* AutoComplete - Breakpoint 864px */
@media only screen and (max-width: 864px) {
	[ss-autocomplete] {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	[ss-autocomplete] .ss-ac-container {
		width: auto;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-facets, [ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-results-title {
		display: none;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-terms {
		border-bottom: 1px solid #ebebeb;
		padding: 20px;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px -5px -5px;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-list-option {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 50%;
		text-align: left;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-list-option .ss-list-link {
		font-size: 14px;
		padding: 0 5px 5px 5px;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-active {
		background: none;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item {
		width: 33.33333%;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item:nth-child(n+4) {
		display: none;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-see-more {
		text-align: left;
	}
}

/* AutoComplete - Breakpoint 540px */
@media only screen and (max-width: 540px) {
	[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item {
		width: 50%;
	}
	[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item:nth-child(n+3) {
		display: none;
	}
}

.search-header {
	overflow: unset;
}

/* Slideout */
.searchspring-overlay {
	background-color: rgba(0, 0, 0, 0.8);
}

.ss-slideout-toolbar {
	line-height: 0;
}

.ss-targeted .ss-slideout-button {
	width: 100%;
	position: relative;
	padding: 0 40px;
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 40px;
}

.ss-targeted .ss-slideout-button:before {
	content: '';
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23ffffff' d='M25.519 21.889c0 0-0.241-4.089-0.241-4.089s0-13.471 0-13.471c0.002-1.162-0.005-2.636 0.825-3.553 1.104-1.224 3.156-0.929 4.022 0.435 0.498 0.787 0.443 1.744 0.445 2.636 0 0 0 25.258 0 25.258s-5.052 0-5.052 0c0 0 0-7.217 0-7.217zM42.358 3.848c0.019-1.576 0.281-3.476 2.165-3.794 2.798-0.471 3.125 2.24 3.127 4.275 0 0 0 11.546 0 11.546s-2.646-0.233-2.646-0.233c0 0-2.646 0.233-2.646 0.233s0-12.028 0-12.028zM8.44 3.848c0.014-1.181 0.147-2.442 1.229-3.163 1.484-0.986 3.286-0.156 3.825 1.479 0.322 0.984 0.238 2.545 0.238 3.608 0 0 0 6.014 0 6.014s-2.646-0.197-2.646-0.197c0 0-2.646 0.197-2.646 0.197s0-7.938 0-7.938zM13.010 13.556c5.509 1.855 5.477 10.377-1.203 11.551-5.121 0.902-8.455-5.015-5.867-9.23 0.907-1.475 2.314-2.151 3.943-2.535 1.176-0.166 1.985-0.171 3.127 0.214zM46.207 28.993c-5.564 1.051-8.874-4.833-6.348-9.028 1.046-1.737 2.533-2.357 4.424-2.774 7.57-0.883 9.36 10.399 1.924 11.802zM13.732 26.46c0 0 0 24.536 0 24.536-0.002 1.215-0.067 3.079-0.844 4.063-1.066 1.352-3.094 1.222-3.984-0.226-0.496-0.808-0.462-1.958-0.464-2.875 0 0 0-25.499 0-25.499s5.292 0 5.292 0zM33.219 33.436c1.936 3.286-0.019 8.15-3.851 8.821-1.169 0.207-3.019 0.135-4.089-0.402-4.71-2.355-4.39-9.803 1.443-11.193 2.673-0.375 5.056 0.33 6.497 2.774zM45.004 30.77c0 0 2.646-0.221 2.646-0.221s0 21.409 0 21.409c-0.002 1.034 0.034 2.215-0.649 3.074-0.977 1.224-3.017 1.224-3.993 0-0.637-0.799-0.645-1.867-0.649-2.834 0 0 0-21.65 0-21.65s2.646 0.221 2.646 0.221zM27.684 43.998c0 0 2.887-0.219 2.887-0.219s0 8.66 0 8.66c-0.022 1.758-0.654 3.861-2.887 3.517-1.912-0.296-2.384-2.114-2.406-3.757 0 0 0-8.419 0-8.419s2.406 0.219 2.406 0.219z'/%3E%3C/svg%3E");
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}

#searchspring-slideout_container {
	overflow-y: hidden !important;
}

#searchspring-slideout_container .ss-slideout-header {
	position: relative;
	height: 60px;
	background: #d82155;
	padding: 0 52px 0 20px;
}

#searchspring-slideout_container .ss-slideout-header .ss-title {
	color: #ffffff;
	margin: 0;
	line-height: 60px;
	font-size: 18px;
}

#searchspring-slideout_container .ss-slideout-header .ss-close {
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23ffffff' d='M56 5.638l-22.362 22.362 22.362 22.362-5.638 5.638-22.362-22.362-22.362 22.362-5.638-5.638 22.362-22.362-22.362-22.362 5.638-5.638 22.362 22.362 22.362-22.362z'/%3E%3C/svg%3E");
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

#searchspring-slideout_container .ss-slideout-facets {
	max-height: 90%;
	max-height: calc(100% - 60px);
	overflow-y: auto;
	overflow-x: hidden;
}

/* Infinite - Button */
.ss-infinite-loadmore {
	margin: 20px 0;
	text-align: center;
}

/* Infinite - Loading */
.ss-infinite-loading {
	margin: 20px 0;
	overflow: hidden;
}

.ss-infinite-loading .ss-infinite-loading-icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%237377fa' d='M16.009 45.176c0 2.268-1.847 4.148-4.148 4.148-2.268 0-4.148-1.88-4.148-4.148 0-2.301 1.88-4.148 4.148-4.148 2.301 0 4.148 1.847 4.148 4.148zM32.148 51.852c0 2.301-1.847 4.148-4.148 4.148s-4.148-1.847-4.148-4.148 1.847-4.148 4.148-4.148 4.148 1.847 4.148 4.148zM9.333 29.037c0 2.301-1.847 4.148-4.148 4.148s-4.148-1.847-4.148-4.148 1.847-4.148 4.148-4.148 4.148 1.847 4.148 4.148zM48.287 45.176c0 2.268-1.88 4.148-4.148 4.148-2.301 0-4.148-1.88-4.148-4.148 0-2.301 1.847-4.148 4.148-4.148 2.268 0 4.148 1.847 4.148 4.148zM17.046 12.898c0 2.852-2.333 5.185-5.185 5.185s-5.185-2.333-5.185-5.185 2.333-5.185 5.185-5.185 5.185 2.333 5.185 5.185zM54.963 29.037c0 2.301-1.847 4.148-4.148 4.148s-4.148-1.847-4.148-4.148 1.847-4.148 4.148-4.148 4.148 1.847 4.148 4.148zM34.222 6.222c0 3.435-2.787 6.222-6.222 6.222s-6.222-2.787-6.222-6.222 2.787-6.222 6.222-6.222 6.222 2.787 6.222 6.222zM51.398 12.898c0 4.018-3.273 7.259-7.259 7.259-4.018 0-7.259-3.241-7.259-7.259 0-3.986 3.241-7.259 7.259-7.259 3.986 0 7.259 3.273 7.259 7.259z'/%3E%3C/svg%3E");
	-webkit-animation: ss-spin 2s infinite linear;
	-moz-animation: ss-spin 2s infinite linear;
	-ms-animation: ss-spin 2s infinite linear;
	-o-animation: ss-spin 2s infinite linear;
	animation: ss-spin 2s infinite linear;
}

@keyframes ss-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(1turn);
		-moz-transform: rotate(1turn);
		-ms-transform: rotate(1turn);
		-o-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

/* Header Container */
.ss-header-container .ss-results-title {
	margin: 0 0 20px 0;
	font-size: 20px;
}

.ss-header-container .ss-oq {
	margin: 0 0 20px 0;
}

.ss-header-container .ss-oq .ss-oq-link {
	text-decoration: underline;
}

.ss-header-container .ss-results-title + .ss-oq {
	margin-top: -15px;
}

/* No Results */
.ss-no-results {
	padding-left: 10%;
}

.ss-no-results .ss-no-results-container .ss-title, .ss-no-results .ss-no-results-container .ss-suggestion-list, .ss-no-results .ss-no-results-container p {
	margin: 0 0 20px 0;
}

.ss-no-results .ss-no-results-container .ss-title {
	font-size: 20px;
	font-weight: 700;
}

.ss-no-results .ss-no-results-container .ss-suggestion-list {
	margin-left: 40px;
	list-style: disc;
}

.ss-no-results .ss-no-results-container .ss-did-you-mean {
	font-size: 18px;
}

.ss-no-results .ss-no-results-container a {
	color: #d82155;
}

.ss-no-results .ss-no-results-container a:hover {
	color: #041f19;
}

.ss-shop #searchspring-tabs .search__header-switchers {
	display: inline-flex;
}

#searchspring-tabs {
	height: 46px;
}

#searchspring-tabs .search__header-switchers {
	display: none;
}

#searchspring-tabs .ss-results-title, #searchspring-tabs .ss-no-results-title {
	float: right;
	line-height: 45px;
	font-size: 16px;
}

#searchspring-tabs .ss-results-title .ss-results-query, #searchspring-tabs .ss-results-title .ss-results-count-range, #searchspring-tabs .ss-results-title .ss-results-count-total, #searchspring-tabs .ss-no-results-title .ss-results-query, #searchspring-tabs .ss-no-results-title .ss-results-count-range, #searchspring-tabs .ss-no-results-title .ss-results-count-total {
	font-size: 16px;
}

/** VERSION: 1.2.7. Please don't modify or unzip this content. It will be updated regularly **/
/*! nouislider - 14.1.1 - 12/15/2019 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
  -moz-transform: transform 0.3s;
  -webkit-transform: transform 0.3s;
  -o-transform: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  -moz-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  -o-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  -ms-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  -moz-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  -o-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  -ms-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  -moz-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  -o-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  -ms-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

.noUi-handle:before, .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

div.checker, div.selector.focus, div.selector.hover {
  opacity: 1; }

.boost-pfs-body-no-scroll {
  overflow: hidden;
  -webkit-overflow: hidden;
  position: relative; }

.boost-pfs-body-no-scroll body {
  overflow: hidden;
  -webkit-overflow: hidden;
  position: relative; }

@media (min-width: 768px) {
  .boost-pfs-filter-tree-hide-desktop {
    display: none; } }
@media (max-width: 767px) {
  .boost-pfs-filter-tree-hide-mobile {
    display: none; } }
.boost-pfs-filter-clearfix {
  clear: both; }

.boost-pfs-filter-option-hidden {
  display: none !important; }

.boost-pfs-filter-sprite {
  background: url(boost-pfs-filter-sprite.png?v=6) no-repeat; }

.boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount {
  margin-bottom: 20px; }

.boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-amount {
  margin-left: 3px;
  float: right;
  opacity: .6;
  filter: alpha(opacity=60); }

.boost-pfs-filter-option .boost-pfs-filter-option-content label {
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
  float: none; }

.boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner ~ a {
  margin-right: 10px; }

.boost-pfs-filter-error {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 50% !important;
  bottom: auto;
  left: 50%;
  max-width: 100%;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 999999999;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px; }

.boost-pfs-filter-error .btn-wrapper {
  text-align: right;
  margin-top: 10px; }

.boost-pfs-filter-error .btn-wrapper button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 11px;
  border: 1px solid #ccc;
  font-size: 12px; }

.boost-pfs-filter-message {
  text-align: center;
  font-size: 14px; }

.boost-pfs-filter-top-notification {
  text-align: center; }

.boost-pfs-filter-bottom-pagination, .boost-pfs-filter-top-pagination {
  display: none; }

.boost-pfs-filter-btn-load-previous-page {
  text-align: center;
  clear: both;
  margin-bottom: 20px; }

.boost-pfs-filter-btn-load-previous-page .js-boost-pfs-filter-btn-load-previous-page {
  height: auto;
  background-color: transparent;
  padding: 10px 20px;
  border: 1px solid #333;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top; }

.boost-pfs-filter-tree-v.boost-pfs-filter-tree-no-filter-data {
  display: none !important; }

.boost-pfs-filter-products-no-filter-data {
  width: 100% !important; }

.boost-pfs-filter-button {
  color: inherit;
  border: none;
  font: inherit;
  white-space: initial;
  line-height: inherit;
  margin: 0;
  min-height: auto;
  height: auto;
  vertical-align: inherit;
  text-align: left;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.boost-pfs-filter-button span {
  display: inline-block;
  word-break: break-all;
  word-break: break-word; }

.boost-pfs-filter-button:hover {
  border: none;
  background-color: inherit;
  color: inherit; }

.boost-pfs-filter-button:focus {
  outline: 0; }

.boost-pfs-filter-button:after {
  display: none; }

.boost-pfs-filter-button:before {
  display: none; }

.boost-pfs-filter-button button:hover {
  border: none;
  background-color: inherit;
  color: inherit; }

.boost-pfs-filter-button button:focus {
  outline: 0; }

#boost-pfs-filter-top-sorting-select:hover, .boost-pfs-filter-top-sorting-select:hover {
  border: none;
  background-color: inherit;
  color: inherit; }

#boost-pfs-filter-top-sorting-select:focus, .boost-pfs-filter-top-sorting-select:focus {
  outline: 0; }

.template-collection .page-container, .template-search .page-container {
  overflow: visible; }

.boost-pfs-filter-tree-open-body.template-collection #PageContainer, .boost-pfs-filter-tree-open-body.collection #PageContainer {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.boost-pfs-filter-loading {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 50% !important;
  bottom: auto;
  left: 50%;
  right: auto;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-indent: -999em;
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 9999999999; }

.boost-pfs-filter-loading .boost-pfs-filter-loading-icon {
  display: block;
  font-size: 10px;
  margin: 14px auto;
  text-indent: -9999em;
  width: 28px;
  height: 28px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #333333 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  -webkit-animation: load3 0.7s infinite linear;
  animation: load3 0.7s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 999999; }

.boost-pfs-filter-loading .boost-pfs-filter-loading-icon:before {
  width: 50%;
  height: 50%;
  background: #333;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.boost-pfs-filter-loading .boost-pfs-filter-loading-icon:after {
  background: #fff;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.boost-pfs-filter-load-more-loading-icon {
  display: block;
  font-size: 10px;
  margin: 14px auto;
  text-indent: -9999em;
  width: 28px;
  height: 28px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #333333 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  -webkit-animation: load3 0.7s infinite linear;
  animation: load3 0.7s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 999999; }

.boost-pfs-filter-load-more-loading-icon:before {
  width: 50%;
  height: 50%;
  background: #333;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.boost-pfs-filter-load-more-loading-icon:after {
  background: #fff;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.boost-pfs-filter-tree *, .boost-pfs-filter-tree *::before, .boost-pfs-filter-tree *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 768px) {
  .boost-pfs-filter-mobile-toolbar, .boost-pfs-filter-mobile-footer, .boost-pfs-filter-selected-items-mobile {
    display: none; }

  .boost-pfs-filter-tree[data-is-mobile] {
    display: none; } }
@media screen and (max-width: 767px) {
  .boost-pfs-filter-tree[data-is-desktop] {
    display: none; } }
.boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #000;
  display: inline-block;
  margin: 0 10px -2px 0; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #e3e3e3;
  position: static;
  width: 100%; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option:first-child {
  padding-top: 0;
  border-top: none; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option:last-child {
  border-bottom: 0; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
  overflow: visible;
  line-height: 20px;
  position: relative; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 20px;
  padding-bottom: 5px;
  width: auto; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-clear {
  padding-bottom: 5px;
  width: auto;
  padding-left: 5px; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content {
  width: 100% !important; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list-box li {
  min-width: 33%;
  float: left; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title-text:before {
  border-top-color: transparent;
  border-bottom-color: #000;
  margin-bottom: 2px; }

.boost-pfs-filter-tree-v .boost-pfs-filter-clear, .boost-pfs-filter-tree-v .boost-pfs-filter-clear-all {
  float: right;
  font-size: 80%;
  margin: 0;
  line-height: 22px; }

.boost-pfs-filter-tree-v .boost-pfs-filter-apply-button {
  display: none; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option-range {
  padding-bottom: 30px; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-first-level-item {
  width: 100%; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list .boost-pfs-filter-option-multi-level-item {
  display: block; }

.boost-pfs-filter-tree-h {
  position: relative;
  text-align: left; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-title-heading {
  position: relative;
  font-size: 14px;
  margin-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
  background: transparent;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-title-heading:before {
  left: auto;
  position: absolute;
  content: "";
  display: inline-block;
}

.boost-pfs-filter-tree-h a {
  text-decoration: none; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option {  
  padding-bottom: 10px;
  display: inline-block; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content {
  display: none;
  background: #fff;
  padding: 20px;
  margin-top: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  z-index: 999;
  margin-top: 5px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content a {
  cursor: pointer; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list li {
  display: inline-block; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list li a {
  margin-bottom: 0; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid li, .boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid li {
  width: auto; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list li {
  width: 33.33%;
  vertical-align: top; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
  padding: 0;
  width: 100%; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-clear {
  margin: 10px 0px 0px 0px;
  cursor: pointer; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list-box li {
  min-width: 16.66%;
  width: auto; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list-box li a {
  width: auto; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list-box li a:hover {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list-box li a.selected {
  text-decoration: bold !important;
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list-box li a.selected:hover {
  font-weight: 700 !important; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list-rating li {
  width: calc(25% - 20px); }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-clear {
  display: inline-block;
  margin-top: 15px;
  line-height: 40px;
  text-decoration: underline;
  vertical-align: top;
  text-transform: lowercase; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-amount {
  float: none; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
  display: none; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option:not(.boost-pfs-filter-option-collapsed) .boost-pfs-filter-option-title {
  position: relative;
  z-index: 999999; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option:not(.boost-pfs-filter-option-collapsed) .boost-pfs-filter-option-title:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option:not(.boost-pfs-filter-option-collapsed) .boost-pfs-filter-option-title:after {
  content: '';
  position: absolute; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option:not(.boost-pfs-filter-option-collapsed) .boost-pfs-filter-option-title:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -ms-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.12);
  box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.12);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.boost-pfs-filter-tree-h .boost-pfs-filter-option:not(.boost-pfs-filter-option-collapsed) .boost-pfs-filter-option-title:after {
  bottom: -24px;
  left: 18px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-1 {
  position: relative; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-1 .boost-pfs-filter-option-content {
  width: 250px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-1 .boost-pfs-filter-option-content .boost-pfs-filter-option-range-slider {
  width: calc(100% - 18px); }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-1 .boost-pfs-filter-option-content ul li {
  width: 100%; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-1 .boost-pfs-filter-option-content ul.boost-pfs-filter-option-item-list-box li {
  width: auto;
  min-width: 50%; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-1.boost-pfs-filter-option-range .boost-pfs-filter-option-content {
  width: 532px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-1.boost-pfs-filter-option-range.boost-pfs-filter-option-center .boost-pfs-filter-option-content {
  left: -200px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-1.boost-pfs-filter-option-range.boost-pfs-filter-option-center .boost-pfs-filter-option-content:before {
  left: 220px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-1.boost-pfs-filter-option-range.boost-pfs-filter-option-center .boost-pfs-filter-option-content:after {
  left: 218px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-2 {
  position: relative; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-2 .boost-pfs-filter-option-content {
  width: 532px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-2 .boost-pfs-filter-option-content ul li {
  width: calc(48% - 20px); }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-2 .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list-box li {
  min-width: 16.66%;
  width: auto; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-3 {
  position: relative; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-3 .boost-pfs-filter-option-content {
  width: 700px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-3 .boost-pfs-filter-option-content ul li {
  width: calc(33% - 20px); }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-right .boost-pfs-filter-option-content {
  right: 0;
  left: auto; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-right .boost-pfs-filter-option-content:before {
  left: auto;
  right: 28px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-right .boost-pfs-filter-option-content:after {
  left: auto;
  right: 28px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content {
  position: absolute; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content:before {
  top: 204px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content:after {
  top: 220px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-range .boost-pfs-filter-option-content-inner {
  margin-top: 20px;
  margin-bottom: 50px;
  max-width: 700px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input {
  width: 100%;
  text-indent: 0; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount > * {
  flex: 1;
  text-align: center;
  line-height: 40px;
  height: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-box .boost-pfs-filter-option-content-inner {
  max-width: 700px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-refine-by {
  *zoom: 1; }

.boost-pfs-filter-tree-h .boost-pfs-filter-refine-by > span {
  line-height: 26px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items {
  float: left; }

.boost-pfs-filter-tree-h .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item > a {
  line-height: 26px;
  height: 26px;
  background-color: #f5f5f5;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  padding: 0 30px 0 12px;
  transition: background-color 0.5s ease;
  outline: none; }

.boost-pfs-filter-tree-h .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item > a:hover, .boost-pfs-filter-tree-h .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item > a:focus {
  background-color: rgba(0, 0, 0, 0.2); }

.boost-pfs-filter-tree-h .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
  background-color: transparent;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 0; }

.boost-pfs-filter-tree-h .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear::before, .boost-pfs-filter-tree-h .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear::after {
  background: #3D4246;
  top: 13px;
  right: 7px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-refine-by .boost-pfs-filter-clear-all {
  height: 26px;
  line-height: 26px;
  text-decoration: underline;
  float: left;
  text-transform: lowercase; }

.boost-pfs-filter-tree-h .boost-pfs-filter-refine-by:after {
  content: '';
  display: table;
  clear: both; }

.boost-pfs-filter-tree-mobile-button {
  display: none; }

.boost-pfs-filter-tree-mobile-button button {
  width: 100%;
  cursor: pointer;
  display: block; }

.boost-pfs-filter-option-title {
  *zoom: 1; }

.boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
  display: inline-block; }

.boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:focus {
  outline: none; }

.boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading span {
  cursor: pointer; }

.boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading .boost-pfs-filter-option-title-count {
  display: none; }

.boost-pfs-filter-option-title:after {
  content: '';
  display: table;
  clear: both; }

.boost-pfs-filter-option-item > button {
  color: inherit; }

.boost-pfs-filter-option-item > button:hover, .boost-pfs-filter-option-item > button:focus {
  color: inherit; }

.boost-pfs-filter-option-content {
  padding-top: 15px; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list {
  padding-left: 0;
  margin: 0 -8px;
  list-style: none; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item {
  cursor: pointer;
  margin-top: 7px;
  margin-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
  list-style: none;
  line-height: 24px;
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item:focus {
  outline: none; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item.disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30) !important; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item.selected {
  font-weight: 700; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item.selected .boost-pfs-filter-option-amount {
  opacity: 1;
  filter: alpha(opacity=100); }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item:before {
  display: none; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item button, .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item a {
  display: block;
  background: none;
  border: none;
  width: 100%;
  position: static;
  text-decoration: none;
  color: black; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list:not(.boost-pfs-filter-option-item-list-multiple-list) .boost-pfs-check-box {
  display: none; }

.boost-pfs-filter-option-content .boost-pfs-filter-button-arrow {
  float: right; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box:after {
  clear: both;
  content: '';
  display: block; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item {
  float: left;
  display: inline-block;
  border: none;
  text-align: center;
  margin-bottom: 15px; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item > button {
  line-height: 34px;
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #ccc; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item > button:hover {
  background: #000;
  color: #fff;
  border-color: #000; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item > button:hover span {
  color: #fff; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item > button .boost-pfs-check-box, .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item > button .boost-pfs-filter-option-amount {
  display: none; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item.selected > button {
  border-color: #000;
  background: #000;
  color: #fff !important; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item.selected > button span {
  color: #fff; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
  position: relative;
  padding-left: 30px; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100); }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box {
  -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  width: 14px;
  height: 14px;
  background: 0 0;
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 4px; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li.selected .boost-pfs-check-box:before {
  content: '';
  width: 9px;
  height: 6px;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  background: 0 0;
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 3px; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li input[type=checkbox] {
  cursor: pointer; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider {
  margin: 0 auto;
  overflow: visible;
  width: calc(100% - 20px);
  margin-top: 25px;
  margin-bottom: 35px;
  background: #B9B9B9;
  box-shadow: none;
  border: none;
  height: 2px; }

@media (max-width: 767px) {
  .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider {
    width: calc(100% - 28px); } }
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal {
  font-size: 12px;
  color: black; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal .noUi-marker {
  width: 1px;
  height: 6px;
  top: -4px; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal .noUi-marker.noUi-marker-large {
  background: #3D4246; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect {
  background: #3D4246; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-origin .noUi-handle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  right: -10px;
  top: -10px;
  cursor: pointer;
  border: 1px solid #3D4246;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (max-width: 767px) {
  .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-origin .noUi-handle {
    width: 28px;
    height: 28px;
    top: -14px;
    right: -14px; } }
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-handle {
  right: -1px;
  top: -7px; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-handle:before, .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-handle:after {
  content: none; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-handle:focus {
  outline: none; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount {
  position: relative;
  margin-bottom: 0; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount:after {
  clear: both;
  content: '';
  display: block; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input {
  position: relative;
  width: calc(50% - 15px);
  height: 36px;
  float: left;
  margin: 0 0 10px;
  padding: 1px 5px;
  line-height: 24px;
  border: 1px solid #e3e3e3;
  clear: none;
  min-height: auto;
  min-width: auto;
  text-align: center; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input:focus {
  outline: none; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split {
  float: left;
  font-size: 14px;
  line-height: 36px;
  width: 30px;
  text-align: center; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount > span:first-child {
  float: left; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount > span:last-child {
  float: right; }

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount > span:nth-child(2) {
  display: none; }

.boost-pfs-filter-option-range-style2 .boost-pfs-filter-option-range-slider .noUi-value {
  visibility: hidden; }

.boost-pfs-filter-option-range-style2 .boost-pfs-filter-option-range-slider .noUi-tooltip {
  top: 27px;
  border: none;
  font-size: 12px;
  background: none; }

.boost-pfs-filter-option-range-style3 .boost-pfs-filter-option-range-slider {
  margin-bottom: 20px; }

.boost-pfs-filter-option-range-style3 .boost-pfs-filter-option-range-slider .noUi-value, .boost-pfs-filter-option-range-style3 .boost-pfs-filter-option-range-slider .noUi-marker {
  visibility: hidden; }

.boost-pfs-filter-option-range-style3 .boost-pfs-filter-option-range-amount input {
  width: 50px;
  max-width: 50px;
  height: 20px;
  max-height: 20px; }

.boost-pfs-filter-option-range-style3 .boost-pfs-filter-option-range-amount input.boost-pfs-filter-option-range-amount-max {
  float: right; }

.boost-pfs-filter-option-range-style3 .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount {
  margin-bottom: 0px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-range-style3 .boost-pfs-filter-option-range-amount {
  display: block; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-range-style3 .boost-pfs-filter-option-content-inner {
  margin-bottom: 0px; }

.boost-pfs-filter-option-range-style4 .boost-pfs-filter-option-range-slider .noUi-connects {
  background-color: #3a3a3a; }

.boost-pfs-filter-option-range-style5 .boost-pfs-filter-option-range-slider .noUi-value:last-of-type {
  visibility: hidden; }

.boost-pfs-filter-option-range-style5 .boost-pfs-filter-option-range-slider .noUi-connects {
  height: 5px;
  bottom: 2px; }

.boost-pfs-filter-option-range-style5 .boost-pfs-filter-option-range-slider .noUi-marker:not(:last-of-type):not(:first-of-type) {
  height: 5px;
  background-color: white;
  z-index: 1; }

.boost-pfs-filter-option-range-slider-style2 .noUi-value {
  visibility: hidden; }

.boost-pfs-filter-option-range-slider-style2 .noUi-tooltip {
  bottom: -35px;
  border: none;
  font-size: 12px; }

.boost-pfs-filter-option-range-slider-style2 .noUi-value {
  visibility: hidden; }

.boost-pfs-filter-option-range-slider-style2 .noUi-tooltip {
  bottom: -35px;
  border: none;
  font-size: 12px; }

.boost-pfs-filter-option-range-slider-style2 .noUi-value {
  visibility: hidden; }

.boost-pfs-filter-option-range-slider-style2 .noUi-tooltip {
  bottom: -35px;
  border: none;
  font-size: 12px; }

.boost-pfs-filter-icon-star {
  font-size: 0; }

.boost-pfs-filter-icon-star:before {
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  content: "\2606";
  font-size: 16px; }

.boost-pfs-filter-icon-star.boost-pfs-filter-icon-star-active:before {
  content: "\2605"; }

.boost-pfs-filter-option-sub-category .boost-pfs-filter-option-title {
  padding-bottom: 5px; }

.boost-pfs-filter-option-sub-category .boost-pfs-filter-option-content ul li.selected .boost-pfs-filter-option-item-parent-category {
  font-weight: 700; }

.boost-pfs-filter-option-sub-category .boost-pfs-filter-option-content ul li .boost-pfs-filter-option-item-parent-category {
  margin-bottom: 0;
  margin-left: 20px; }

.boost-pfs-filter-option-sub-category .boost-pfs-filter-option-content ul li .boost-pfs-filter-option-item-sub-category-list {
  padding-bottom: 7px;
  list-style: none;
  margin-left: 40px; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item .boost-pfs-filter-option-value, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item .boost-pfs-filter-option-value {
  border: none; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-first-level-item, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-first-level-item {
  display: block;
  margin-right: 0;
  text-align: left;
  border: none; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item .boost-pfs-check-box, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item .boost-pfs-check-box {
  display: none; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list .boost-pfs-filter-option-first-level-item, .boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list .boost-pfs-filter-option-first-level-item, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list .boost-pfs-filter-option-first-level-item, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list .boost-pfs-filter-option-first-level-item {
  padding-left: 0px; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list .boost-pfs-filter-option-item, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list .boost-pfs-filter-option-item {
  padding-left: 30px; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list .boost-pfs-filter-option-item .boost-pfs-check-box, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list .boost-pfs-filter-option-item .boost-pfs-check-box {
  display: block; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-multi-level-item, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-multi-level-item {
  clear: both; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-multi-level-item:before, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-multi-level-item:before {
  display: none; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item.selected .boost-pfs-check-box:before, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item.selected .boost-pfs-check-box:before {
  content: '';
  width: 9px;
  height: 6px;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  background: 0 0;
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 3px; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-multi-level-list, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-multi-level-list {
  padding-left: 24px; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item {
  position: relative;
  padding-right: 24px; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item .boost-pfs-filter-button-arrow, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item .boost-pfs-filter-button-arrow {
  position: absolute;
  top: 0;
  right: 8px;
  width: auto; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item .boost-pfs-filter-button-arrow .boost-pfs-arrow, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item .boost-pfs-filter-button-arrow .boost-pfs-arrow {
  width: 14px;
  height: 14px;
  vertical-align: top; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item .boost-pfs-filter-button-arrow .boost-pfs-arrow:before, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item .boost-pfs-filter-button-arrow .boost-pfs-arrow:before {
  content: "";
  margin: 0 10px -2px 0;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 8px;
  height: 8px;
  margin-bottom: -4px; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item + .boost-pfs-filter-option-multi-level-list, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item + .boost-pfs-filter-option-multi-level-list {
  display: none; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item.boost-pfs-open .boost-pfs-arrow:before, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item.boost-pfs-open .boost-pfs-arrow:before {
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item.boost-pfs-open + .boost-pfs-filter-option-multi-level-list, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item.boost-pfs-open + .boost-pfs-filter-option-multi-level-list {
  display: block; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-third-level-item .boost-pfs-filter-option-item, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-third-level-item .boost-pfs-filter-option-item {
  padding-right: 0; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-first-level-item, .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-first-level-item {
  display: block; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list.boost-pfs-filter-option-item-list-multiple-list .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item {
  padding-left: 30px; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list.boost-pfs-filter-option-item-list-multiple-list .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item .boost-pfs-check-box {
  display: none;
  -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  width: 14px;
  height: 14px;
  background: 0 0;
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 4px; }

.boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list.boost-pfs-filter-option-item-list-multiple-list .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item.selected .boost-pfs-check-box:before {
  content: '';
  width: 9px;
  height: 6px;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  background: 0 0;
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 3px; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch {
  margin-left: -3px;
  margin-right: -3px; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item {
  padding-left: 3px;
  padding-right: 3px; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.has-border span.boost-pfs-filter-option-swatch-image {
  border: 1px solid #cbcbcb !important; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.has-border.selected span.boost-pfs-filter-option-swatch-image {
  border: 1px solid #000 !important; }

@media (min-width: 768px) {
  .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.has-border:hover span.boost-pfs-filter-option-swatch-image {
    border: 1px solid #000 !important; } }
.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item .boost-pfs-filter-option-swatch-image {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  width: 30px;
  height: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  -ms-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  position: relative; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item .boost-pfs-filter-option-swatch-image:before {
  content: "";
  border: 2px solid transparent;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  z-index: 2; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item .boost-pfs-filter-button {
  padding-top: 3px; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.selected {
  font-weight: 700; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.selected .boost-pfs-filter-option-swatch-image {
  border: 1px solid #000 !important; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.selected .boost-pfs-filter-option-swatch-image:before {
  border-color: #fff; }

@media (min-width: 1025px) {
  .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item:hover .boost-pfs-filter-option-swatch-image {
    border: 1px solid #000 !important; }

  .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item:hover .boost-pfs-filter-option-swatch-image:before {
    border-color: #fff; } }
.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li, .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li {
  padding-left: 40px;
  position: relative;
  display: block;
  min-height: 36px; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image, .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image {
  margin-right: 6px;
  position: absolute;
  top: 0;
  left: 3px; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image + .boost-pfs-filter-button, .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image + .boost-pfs-filter-button {
  margin-top: 2px; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid li {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  width: auto; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid li .boost-pfs-filter-option-swatch-image + .boost-pfs-filter-button {
  display: none; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li {
  display: block; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid li {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  width: auto; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid li .boost-pfs-filter-option-swatch-image {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid li .boost-pfs-filter-option-swatch-image:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid li .boost-pfs-filter-option-swatch-image + .boost-pfs-filter-button {
  display: none; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.boost-pfs-filter-top-show-limit label, .boost-pfs-filter-top-sorting label {
  margin-right: 5px;
  display: inline-block; }

.boost-pfs-filter-top-sorting button {
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.boost-pfs-filter-top-display-type .boost-pfs-filter-display-item {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 30px;
  margin-left: 10px;
  line-height: 30px;
  background: none; }

.boost-pfs-filter-top-display-type .boost-pfs-filter-display-item:before {
  display: inline-block;
  font-size: 16px;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ccc;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  opacity: .3;
  filter: alpha(opacity=30); }

.boost-pfs-filter-top-display-type .boost-pfs-filter-display-item.active {
  cursor: default; }

.boost-pfs-filter-top-display-type .boost-pfs-filter-display-item:hover:before, .boost-pfs-filter-top-display-type .boost-pfs-filter-display-item.active:before {
  opacity: 1;
  filter: alpha(opacity=100); }

.boost-pfs-filter-top-display-type .boost-pfs-filter-display-item.boost-pfs-filter-display-grid:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='965.199px' height='965.199px' viewBox='0 0 965.199 965.199' style='enable-background:new 0 0 965.199 965.199;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M263.85,30c0-16.6-13.4-30-30-30h-202c-16.6,0-30,13.4-30,30v202.1c0,16.6,13.4,30,30,30h202.1c16.6,0,30-13.4,30-30V30 H263.85z'/%3E%3Cpath d='M613.55,30c0-16.6-13.4-30-30-30h-202c-16.6,0-30,13.4-30,30v202.1c0,16.6,13.4,30,30,30h202c16.6,0,30-13.4,30-30V30z'/%3E%3Cpath d='M963.25,30c0-16.6-13.4-30-30-30h-202c-16.601,0-30,13.4-30,30v202.1c0,16.6,13.399,30,30,30h202.1c16.601,0,30-13.4,30-30 V30H963.25z'/%3E%3Cpath d='M263.85,381.6c0-16.6-13.4-30-30-30h-202c-16.6,0-30,13.4-30,30v202c0,16.6,13.4,30,30,30h202.1c16.6,0,30-13.4,30-30v-202 H263.85z'/%3E%3Cpath d='M613.55,381.6c0-16.6-13.4-30-30-30h-202c-16.6,0-30,13.4-30,30v202c0,16.6,13.4,30,30,30h202c16.6,0,30-13.4,30-30V381.6z '/%3E%3Cpath d='M963.25,381.6c0-16.6-13.4-30-30-30h-202c-16.601,0-30,13.4-30,30v202c0,16.6,13.399,30,30,30h202.1 c16.601,0,30-13.4,30-30v-202H963.25z'/%3E%3Cpath d='M233.85,703.1h-202c-16.6,0-30,13.4-30,30v202.1c0,16.602,13.4,30,30,30h202.1c16.6,0,30-13.398,30-30V733.1 C263.85,716.6,250.45,703.1,233.85,703.1z'/%3E%3Cpath d='M583.55,703.1h-202c-16.6,0-30,13.4-30,30v202.1c0,16.602,13.4,30,30,30h202c16.6,0,30-13.398,30-30V733.1 C613.55,716.6,600.149,703.1,583.55,703.1z'/%3E%3Cpath d='M933.25,703.1h-202c-16.601,0-30,13.4-30,30v202.1c0,16.602,13.399,30,30,30h202.1c16.601,0,30-13.398,30-30V733.1 C963.25,716.6,949.85,703.1,933.25,703.1z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A"); }

.boost-pfs-filter-top-display-type .boost-pfs-filter-display-item.boost-pfs-filter-display-list:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg height='512pt' viewBox='0 -52 512 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0h113.292969v113.292969h-113.292969zm0 0'/%3E%3Cpath d='m149.296875 0h362.703125v113.292969h-362.703125zm0 0'/%3E%3Cpath d='m0 147.007812h113.292969v113.292969h-113.292969zm0 0'/%3E%3Cpath d='m149.296875 147.007812h362.703125v113.292969h-362.703125zm0 0'/%3E%3Cpath d='m0 294.011719h113.292969v113.296875h-113.292969zm0 0'/%3E%3Cpath d='m149.296875 294.011719h362.703125v113.296875h-362.703125zm0 0'/%3E%3C/svg%3E"); }

.boost-product-item-loading {
  height: auto;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 40px; }

.boost-product-item-loading:before {
  content: "";
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #e6e6e6), color-stop(33%, #eeeeee));
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 20px;
  left: 0px; }

.boost-product-item-loading:after {
  content: "";
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #e6e6e6), color-stop(33%, #eeeeee));
  width: 60%;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px; }

.boost-product-item-loading .boost-product-item-loading-img {
  background-color: #f0f0f0;
  height: 150px;
  width: 100%;
  max-width: 100%; }

.boost-pfs-filter-skeleton-text {
  height: 8px;
  max-width: 100%;
  min-width: 50px;
  background: rgba(0, 0, 0, 0.07);
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  display: inline-block;
  -webkit-animation: boost-pfs-filter-skeleton-animation 2s infinite;
  animation: boost-pfs-filter-skeleton-animation 2s infinite; }

.boost-pfs-filter-skeleton-text.boost-pfs-filter-skeleton-width1 {
  width: 50px; }

.boost-pfs-filter-skeleton-text.boost-pfs-filter-skeleton-width2 {
  width: 100px; }

.boost-pfs-filter-skeleton-text.boost-pfs-filter-skeleton-width3 {
  width: 150px; }

.boost-pfs-filter-skeleton-text.boost-pfs-filter-skeleton-width4 {
  width: 200px; }

.boost-pfs-filter-skeleton-button {
  background-color: rgba(0, 0, 0, 0.07) !important;
  -webkit-animation: boost-pfs-filter-skeleton-animation 2s infinite;
  animation: boost-pfs-filter-skeleton-animation 2s infinite; }

.boost-pfs-filter-skeleton-button > span {
  background-color: rgba(0, 0, 0, 0.1);
  height: 8px;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  width: 30%;
  display: inline-block; }

.boost-pfs-filter-option.boost-pfs-filter-option-skeleton .boost-pfs-filter-skeleton-text {
  max-width: 100%;
  display: block; }

.boost-pfs-filter-option.boost-pfs-filter-option-skeleton .boost-pfs-filter-skeleton-text.boost-pfs-filter-skeleton-width1 {
  width: 40%; }

.boost-pfs-filter-option.boost-pfs-filter-option-skeleton .boost-pfs-filter-skeleton-text.boost-pfs-filter-skeleton-width2 {
  width: 65%; }

.boost-pfs-filter-option.boost-pfs-filter-option-skeleton .boost-pfs-filter-skeleton-text.boost-pfs-filter-skeleton-width3 {
  width: 80%; }

.boost-pfs-filter-option.boost-pfs-filter-option-skeleton .boost-pfs-filter-skeleton-text.boost-pfs-filter-skeleton-width4 {
  width: 100%; }

.boost-pfs-filter-option.boost-pfs-filter-option-skeleton .boost-pfs-filter-option-title > h3, .boost-pfs-filter-option.boost-pfs-filter-option-skeleton .boost-pfs-filter-option-title > a {
  display: block; }

.boost-pfs-filter-option.boost-pfs-filter-option-skeleton .boost-pfs-filter-option-title > h3 span:after, .boost-pfs-filter-option.boost-pfs-filter-option-skeleton .boost-pfs-filter-option-title > a span:after {
  content: '';
  height: 12px;
  width: 28%;
  background: rgba(0, 0, 0, 0.07);
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  display: inline-block;
  -webkit-animation: boost-pfs-filter-skeleton-animation 2s infinite;
  animation: boost-pfs-filter-skeleton-animation 2s infinite; }

.boost-pfs-filter-option.boost-pfs-filter-option-skeleton .boost-pfs-filter-option-content .boost-pfs-filter-skeleton-text:not(:last-child) {
  margin-bottom: 18px; }

.boost-pfs-filter-option.boost-pfs-filter-option-skeleton .boost-pfs-filter-option-content .boost-pfs-filter-skeleton-text:not(:first-child) {
  margin-top: 10px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-skeleton .boost-pfs-filter-option-title > button span:after {
  content: '';
  height: 12px;
  width: 28%;
  background: #ececec;
  border-radius: 50em;
  display: inline-block;
  -webkit-animation: boost-pfs-filter-skeleton-animation 2s infinite;
  animation: boost-pfs-filter-skeleton-animation 2s infinite;
  width: 80px;
  height: 10px; }

.boost-pfs-filter-product-skeleton .boost-pfs-filter-product-skeleton-image {
  background-color: rgba(0, 0, 0, 0.04);
  margin-bottom: 5%;
  -webkit-animation: boost-pfs-filter-skeleton-animation 2s infinite;
  animation: boost-pfs-filter-skeleton-animation 2s infinite; }

.boost-pfs-filter-product-skeleton .boost-pfs-filter-product-skeleton-meta > span {
  display: block;
  margin-bottom: 15px; }

@-webkit-keyframes boost-pfs-filter-skeleton-animation {
  0% {
    opacity: 1; }

  50% {
    opacity: 0.5; }

  100% {
    opacity: 1; } }

@keyframes boost-pfs-filter-skeleton-animation {
  0% {
    opacity: 1; }

  50% {
    opacity: 0.5; }

  100% {
    opacity: 1; } }

.boost-pfs-search-retult-list {
  clear: both; }

.boost-pfs-search-result-list-item {
  margin-bottom: 35px; }

.boost-pfs-search-result-list-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.boost-pfs-search-result-list-item > a .boost-pfs-search-result-list-item-image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px; }

.boost-pfs-search-result-list-item .boost-pfs-search-result-list-item-title {
  font-size: 120%; }

.boost-hidden {
  display: none !important; }

ul.boost-pfs-search-result-panel-controls {
  list-style: none; }

ul.boost-pfs-search-result-panel-controls > li {
  display: inline-block;
  margin-right: 45px; }

ul.boost-pfs-search-result-panel-controls > li:last-child {
  margin-right: 0; }

ul.boost-pfs-search-result-panel-controls > li.active {
  font-weight: bold; }

ul.boost-pfs-search-result-panel-controls > li button {
  background: none;
  border: none;
  outline: none;
  font-weight: inherit;
  padding: 0; }

.boost-pfs-search-result-collections .boost-pfs-search-result-list-item, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item {
  padding: 35px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #EBEBEB; }

.boost-pfs-search-result-collections .boost-pfs-search-result-list-item h3, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item h3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px; }

.boost-pfs-search-result-collections .boost-pfs-search-result-list-item:first-child, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item:first-child {
  padding-top: 0; }

.boost-pfs-search-result-collections .boost-pfs-search-result-list-item:last-child, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item:last-child {
  border-bottom: none; }

.boost-pfs-search-result-collections .boost-pfs-search-result-list-item > a, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item > a {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 20px; }

.boost-pfs-search-result-collections .boost-pfs-search-result-list-item > a::before, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item > a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%; }

.boost-pfs-search-result-collections .boost-pfs-search-result-list-item > a > div, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item > a > div {
  flex: auto; }

.boost-pfs-search-result-collections .boost-pfs-search-result-list-item > a .boost-pfs-search-result-list-item-image, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item > a .boost-pfs-search-result-list-item-image {
  max-width: 160px; }

/*********************** Custom CSS for Boost Filter & Search  ************************/
/* Product */
.boost-pfs-filter-products .has-bc-quickview {
  overflow: hidden; }

.product-card--list .list-view-item__link {
  display: table;
  table-layout: fixed;
  width: 100%; }

.boost-pfs-filter-products .grid-view-item {
  position: relative; }

.boost-pfs-filter-products .full-width-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9; }

.boost-pfs-filter-products .price--on-sale .price__sale {
  display: block; }

/* Search */
.boost-pfs-search-suggestion-header {
  font-size: 13px; }

.boost-pfs-search-suggestion-header-view-all a, .boost-pfs-search-suggestion-item a {
  font-size: 14px; }

.template-search .filters-toolbar-wrapper {
  margin-top: 0; }

select.boost-pfs-filter-top-sorting-select, select.boost-pfs-filter-top-sorting-select:hover {
  background-color: white !important; }

select.boost-pfs-filter-top-sorting-select + svg {
  z-index: 2 !important; }

#SearchInput {
  display: none !important; }

.boost-pfs-search-suggestion .boost-pfs-search-suggestion-item[aria-label*="collections: P"] {
  display: block !important; }

/** VERSION: 1.2.7. Please don't modify or unzip this content. It will be updated regularly **/
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

a.boost-pfs-filter-scroll-to-top {
  text-align: center;
  line-height: 45px;
  display: none;
  background-color: #000;
  z-index: 99;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 30px;
  top: 85%;
  cursor: pointer;
  margin: 0;
  clear: both;
  overflow: hidden;
  font-size: 0; }

@media (max-width: 767px) {
  a.boost-pfs-filter-scroll-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: .7;
    filter: alpha(opacity=70);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    top: inherit;
    right: 15px;
    bottom: 50px;
    overflow: hidden;
    vertical-align: baseline;
    padding: 0; } }
a.boost-pfs-filter-scroll-to-top:hover {
  opacity: .7;
  filter: alpha(opacity=70); }

a.boost-pfs-filter-scroll-to-top span {
  display: block;
  color: #fff;
  background: none !important; }

a.boost-pfs-filter-scroll-to-top span:before {
  display: inline-block;
  font-size: 16px;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
  margin-top: 4px;
  border-width: 2px; }

a.boost-pfs-filter-scroll-to-top.style2 {
  background-color: #f0f0f0;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.boost-pfs-filter-scroll-to-top.style2 span {
  color: #000; }

a.boost-pfs-filter-scroll-to-top.style2:hover {
  background-color: #222; }

a.boost-pfs-filter-scroll-to-top.style2:hover span:before {
  color: #fff; }

.boost-pfs-filter-apply-button {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0px 42px;
  line-height: 40px;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  color: #222;
  background: #fff;
  border: 1px solid #222;
  margin: 15px 20px 0px 0px;
  width: auto; }

.boost-pfs-filter-apply-button:hover, .boost-pfs-filter-apply-button.active, .boost-pfs-filter-apply-button.selected {
  color: #fff;
  background-color: #222;
  border-color: #222; }

.boost-pfs-filter-apply-button[disabled], .boost-pfs-filter-apply-button.disabled {
  cursor: default;
  background-color: #ccc;
  border: none;
  color: #fff; }

.boost-pfs-filter-apply-button:hover {
  border: 1px solid #222; }

.boost-pfs-filter-apply-all-button {
  display: none; }

.boost-pfs-filter-clear {
  cursor: pointer;
  width: auto; }

@media screen and (min-width: 768px) {
  .boost-pfs-filter-clear-all {
    float: left;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer; } }
.boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%; }

.boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner ul {
  padding-right: 15px; }

.boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content {
  position: relative; }

.boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content:before {
  display: block;
  font-size: 10px;
  margin: 14px auto;
  text-indent: -9999em;
  width: 28px;
  height: 28px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #333333 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  -webkit-animation: load3 0.7s infinite linear;
  animation: load3 0.7s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 999999;
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  left: 50%;
  bottom: 15px;
  margin-bottom: -15px;
  margin-left: -8px;
  position: absolute; }

.boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content:before:before {
  width: 50%;
  height: 50%;
  background: #333;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content:before:after {
  background: #fff;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content:after {
  z-index: 999999;
  background: #fff;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  content: '';
  margin: 0;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 2px;
  right: 0;
  margin-left: -6px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-no-scrollbar .boost-pfs-filter-option-content-inner {
  max-height: 100% !important; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-scrollbar-loading .boost-pfs-filter-option-content::after {
  position: absolute;
  top: 220px; }

@media screen and (min-width: 768px) {
  @supports (-moz-appearance: none) {
    .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
      scrollbar-width: thin; } } }
@media screen and (min-width: 768px) {
  .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content-inner::-webkit-scrollbar {
    width: 4px; }

  .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content-inner::-webkit-scrollbar-track {
    background: #ebebeb; }

  .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content-inner::-webkit-scrollbar-thumb {
    background: #757575; } }
.boost-pfs-filter-option-show-search-box[type="text"] {
  padding: 10px 16px;
  width: 100%;
  background: #FBFBFB;
  border: 1px solid rgba(34, 34, 34, 0.5);
  height: 36px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  min-height: 0;
  margin: 0;
  color: inherit;
  line-height: 14px;
  font-size: inherit; }

.boost-pfs-filter-option-show-search-box:focus {
  outline: none; }

.boost-pfs-filter-option .boost-pfs-filter-option-show-search-box-wrapper {
  margin-bottom: 20px; }

.boost-pfs-filter-option-tooltip {
  position: relative;
  z-index: 99;
  display: inline; }

.boost-pfs-filter-option-tooltip:before {
  content: '?';
  width: 16px;
  height: 16px;
  border: 1px solid #bbb;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  font-size: 11px;
  margin-left: 5px; }

.boost-pfs-filter-option-tooltip .boost-pfs-filter-tooltip-arrow {
  display: none;
  width: 7px;
  height: 7px;
  background: #fff;
  border: 1px solid #E2E2E2;
  border-top: none;
  border-left: none;
  position: absolute;
  top: -12px;
  left: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -3px;
  z-index: 2; }

.boost-pfs-filter-tooltip-open {
  background-color: #fff;
  border-color: #E2E2E2;
  color: #454545;
  font-size: 13px;
  padding: 5px;
  line-height: 20px; }

.boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-tooltip + .boost-pfs-filter-tooltip-wrapper {
  width: 200px;
  position: absolute;
  bottom: 30px;
  left: 0;
  display: none;
  min-width: 0px;
  z-index: 99999; }

.boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-tooltip + .boost-pfs-filter-tooltip-wrapper .boost-pfs-filter-qtip-content {
  text-align: center; }

.boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-tooltip-wrapper .boost-pfs-filter-qtip-content {
  word-wrap: break-word;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #E2E2E2 !important;
  color: #454545;
  font-size: 13px;
  padding: 10px 15px;
  line-height: 20px;
  text-transform: initial;
  max-width: 100%;
  min-width: 50px;
  font-weight: normal;
  text-align: left; }

.boost-pfs-filter-option-tooltip:hover:after, .boost-pfs-filter-option-tooltip:hover .boost-pfs-filter-tooltip-arrow, .boost-pfs-filter-option-tooltip:hover .boost-pfs-filter-tooltip-wrapper, .boost-pfs-filter-option-tooltip:hover + .boost-pfs-filter-tooltip-wrapper, .boost-pfs-filter-option-tooltip:hover + button + .boost-pfs-filter-tooltip-wrapper {
  display: block !important; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-title button .boost-pfs-filter-option-tooltip + .boost-pfs-filter-tooltip-wrapper {
  width: 200px;
  left: 0;
  margin-left: 0;
  bottom: 33px;
  text-align: left;
  height: auto;
  border: none; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-title button .boost-pfs-filter-option-tooltip + .boost-pfs-filter-tooltip-wrapper .boost-pfs-filter-qtip-content {
  position: static;
  height: auto; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-tooltip .boost-pfs-filter-tooltip-arrow {
  top: -12px; }

.boost-pfs-filter-option-view-more-action, .boost-pfs-filter-option-view-less-action {
  cursor: pointer;
  display: inline-block; }

.boost-pfs-filter-option-view-more-action button, .boost-pfs-filter-option-view-less-action button {
  border: none;
  background: none;
  padding: 0;
  color: inherit;
  margin: 0; }

.boost-pfs-filter-option-view-more-action:hover, .boost-pfs-filter-option-view-less-action:hover {
  opacity: .7;
  filter: alpha(opacity=70); }

.boost-pfs-filter-option-view-more-action:hover button, .boost-pfs-filter-option-view-less-action:hover button {
  opacity: .7;
  filter: alpha(opacity=70); }

.boost-pfs-filter-option-view-more-action:focus, .boost-pfs-filter-option-view-less-action:focus {
  outline: none; }

.boost-pfs-filter-tree-v .boost-pfs-filter-option-view-more-action, .boost-pfs-filter-tree-v .boost-pfs-filter-option-view-less-action {
  padding-top: 10px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action {
  position: relative;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -5px;
  display: block; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action:after, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action:after {
  position: absolute;
  content: '';
  top: 50%;
  z-index: -1; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action:before {
  left: 0;
  width: 100%;
  border-top: 1px solid #eee; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action:after, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action:after {
  left: 50%;
  height: 34px;
  width: 60px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action > button, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action > button {
  text-align: center;
  margin-top: 0;
  width: 32px;
  height: 32px;
  color: #999;
  background: #f0f0f0;
  display: inline-block;
  border: 1px solid #eee;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 26px;
  position: relative;
  font-size: 0; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action > button:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action > button:after, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action > button:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action > button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -3px;
  content: "";
  font-size: 21px;
  width: 6px;
  height: 6px;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action > button:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action > button:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-view-more-action > button:after {
  margin-top: -5px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action > button:before, .boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action > button:after {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -1px; }

.boost-pfs-filter-tree-h .boost-pfs-filter-option-view-less-action > button:after {
  margin-top: -4px; }

.boost-pfs-filter-refine-by .boost-pfs-filter-option-title {
  *zoom: 1; }

.boost-pfs-filter-refine-by .boost-pfs-filter-option-title h3 {
  float: left; }

.boost-pfs-filter-refine-by .boost-pfs-filter-option-title .boost-pfs-filter-clear-all {
  float: right;
  width: auto; }

.boost-pfs-filter-refine-by .boost-pfs-filter-option-title:after {
  content: '';
  display: table;
  clear: both; }

.boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item > a {
  display: block;
  color: inherit;
  padding-right: 20px;
  position: relative; }

.boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  position: absolute;
  right: 0;
  top: 2px;
  background: none; }

.boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before {
  width: 9px;
  content: '';
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 9px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after {
  width: 9px;
  content: '';
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 9px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media screen and (min-width: 768px) {
  .boost-pfs-filter-refine-by {
    overflow: hidden;
    margin-top: 15px; }

  .boost-pfs-filter-refine-by > span {
    float: left;
    margin: 0;
    margin-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px; }

  .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item {
    float: left;
    margin-right: 20px;
    line-height: 20px;
    margin-bottom: 8px; }

  .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type {
    font-size: 14px;
    display: inline-block;
    vertical-align: text-bottom; }

  .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .boost-pfs-filter-clear {
    width: 14px;
    height: 14px;
    margin-left: 5px; } }
.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3; }

.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title {
  overflow: hidden;
  line-height: 20px; }

.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title h3, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title h3 {
  font-size: 16px;
  margin: 0;
  text-transform: none;
  font-weight: normal;
  line-height: 20px; }

.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title .boost-pfs-filter-clear, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title .boost-pfs-filter-clear {
  font-size: 11px;
  color: #2d2d2d;
  line-height: 21px; }

.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items {
  margin-top: 15px; }

.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item {
  text-transform: uppercase;
  color: #2d2d2d;
  overflow: hidden;
  float: none;
  margin-right: 0px; }

.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type span, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type span {
  font-weight: normal; }

.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type strong, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type strong {
  font-weight: 700; }

.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
  float: right;
  margin-top: -1px; }

.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before, .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before, .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after {
  width: 15px; }

.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc > span, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-clear-all {
  line-height: 26px; }

.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-clear-all {
  text-transform: lowercase;
  text-decoration: underline; }

.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-clear-all:hover {
  text-decoration: none; }

.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item > a {
  line-height: 26px;
  height: 26px;
  background: #f5f5f5;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  padding: 0 30px 0 12px;
  @inlude transition(background-color 0.5s ease);
  outline: none; }

.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item > a:hover, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item > a:focus {
  background-color: rgba(0, 0, 0, 0.2); }

.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item > a .refine-by-type {
  color: #3D4246;
  font-size: 12px;
  line-height: 18px;
  padding-top: 4px;
  padding-bottom: 4px; }

.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 0; }

.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before, .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after {
  background: #3D4246;
  top: 13px;
  right: 7px; }

@media (max-width: 767px) {
  .boost-pfs-filter-mobile-toolbar {
    display: none; }

  .boost-pfs-filter-mobile-footer {
    display: none; }

  .boost-pfs-filter-selected-items-mobile {
    display: none; }

  .boost-pfs-filter-tree-v {
    display: none;
    width: 100% !important;
    float: none !important; }

  .boost-pfs-filter-tree-mobile-button {
    display: block; }

  .boost-pfs-filter-top-show-limit, .boost-pfs-filter-top-sorting {
    width: auto;
    margin-top: 0; }

  .boost-pfs-filter-top-display-type .boost-pfs-filter-display-item:nth-of-type(1) {
    margin-left: 0; }

  .boost-pfs-search-form {
    max-width: 100%; }

  .boost-pfs-filter-option-item-list-swatch.square-list li a {
    display: table !important;
    width: 100%; }

  .boost-pfs-filter-option-item-list-swatch.square-list li a span {
    display: table-cell !important;
    vertical-align: middle; }

  .boost-pfs-filter-option-item-list-swatch.square-list li a span.boost-pfs-filter-option-value {
    padding-left: 5px; }

  .boost-pfs-filter-option-item-list-swatch.square-list li a span.boost-pfs-filter-option-amount {
    float: none;
    text-align: right; }

  .boost-pfs-filter-option-tooltip {
    display: none; }

  .boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content ul.boost-pfs-filter-option-item-list-multiple-list li, .boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content ul.boost-pfs-filter-option-item-list-single-list li {
    width: 100%; }

  .boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content ul.boost-pfs-filter-option-item-list-box li {
    width: auto; }

  .boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-slide {
    width: 90%; }

  .boost-pfs-filter-tree-h .boost-pfs-filter-refine-by {
    padding-top: 10px; }

  .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-mobile-open {
    position: fixed;
    display: block !important;
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none;
    z-index: 9999999998;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    text-align: left;
    margin: 0 !important; }

  .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-mobile-open .boost-pfs-filter-tree-content {
    height: 100%;
    width: 100%; }

  .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
    height: calc(100vh - 88px);
    overflow-x: hidden;
    overflow-y: auto; }

  .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-option {
    white-space: nowrap;
    margin: 0;
    padding: 15px 20px;
    text-align: center;
    position: relative; }

  .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
    padding: 0 8px;
    position: relative; }

  .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-clear {
    display: none !important; }

  .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content {
    text-align: left;
    max-height: max-content;
    white-space: normal; }

  .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-option-amount {
    float: right; }

  .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by {
    padding: 15px 28px;
    display: none; }

  .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-selected-items-mobile {
    display: block; }

  .boost-pfs-filter-mobile-toolbar-header {
    background: #f3f3f3;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 14px; }

  .boost-pfs-filter-mobile-toolbar-items {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px;
    line-height: 14px;
    text-transform: uppercase; }

  .boost-pfs-filter-mobile-toolbar-items a {
    color: #333;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0; }

  .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-close-btn {
    color: #949494; }

  .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left {
    display: inline-block; }

  .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a {
    padding-left: 15px; }

  .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before {
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    top: 4px; }

  .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right {
    float: right; }

  .boost-pfs-filter-mobile-footer {
    position: relative;
    bottom: 0;
    width: 100%; }

  .boost-pfs-filter-mobile-footer button {
    padding: 15px;
    background: #333;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; }

  .boost-pfs-filter-option-item-list-swatch.circle-list li a .boost-pfs-filter-option-swatch-image, .boost-pfs-filter-option-item-list-swatch.circle-grid li a .boost-pfs-filter-option-swatch-image {
    background-clip: padding-box; } }
@media screen and (max-width: 767px) {
  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-tree-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-bottom: 48px;
    position: relative; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-tree-content [class*=mobile-] {
    margin: 0;
    float: none; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-option-item-list-swatch.square-grid {
    white-space: normal; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar {
    display: block; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {
    position: fixed;
    left: 0px;
    top: 0;
    z-index: 99999;
    width: 60px;
    height: 100%; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #000;
    font-size: 0;
    margin-left: 20px; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:before, .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(55% - 7px);
    display: block;
    width: 2px;
    height: 25px;
    transform-origin: bottom center;
    background: #fff;
    -moz-transition: all ease-out 280ms;
    -ms-transition: all ease-out 280ms;
    -o-transition: all ease-out 280ms;
    -webkit-transition: all ease-out 280ms;
    transition: all ease-out 280ms;
    border: none;
    padding: 0; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:before {
    -ms-transform: translateX(-5px) translateY(5px) rotate(45deg);
    -webkit-transform: translateX(-5px) translateY(5px) rotate(45deg);
    transform: translateX(-5px) translateY(5px) rotate(45deg); }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:after {
    -ms-transform: translateX(13px) translateY(5px) rotate(-45deg);
    -webkit-transform: translateX(13px) translateY(5px) rotate(-45deg);
    transform: translateX(13px) translateY(5px) rotate(-45deg); }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
    width: 100%;
    position: relative; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left, .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle, .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right {
    display: table-cell;
    vertical-align: top;
    float: none; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left {
    width: 55px;
    text-align: left; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a {
    margin-left: 4px; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before {
    top: 8px; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle {
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    padding-left: 50px;
    padding-right: 50px;
    width: calc(100% - 110px);
    text-align: center;
    padding-right: 5px;
    padding-left: 5px; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right {
    width: 55px; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
    border: none;
    background: none;
    text-transform: lowercase;
    text-align: right;
    width: 100%; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-footer {
    display: block;
    margin: 0;
    position: fixed;
    width: calc(100% - 60px);
    left: auto;
    right: 0; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-footer button {
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: #222;
    text-transform: lowercase;
    border: none;
    margin-bottom: 0;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important; }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-footer button:first-letter {
    text-transform: uppercase; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v {
    width: calc(100% - 60px) !important;
    left: auto;
    right: 0;
    padding-bottom: 0px; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0px;
    height: auto;
    width: 100%;
    flex-grow: 1; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option {
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
    border: none; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
    text-align: left;
    padding: 20px 16px;
    border-top: 1px solid #E8E9EB; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
    margin: 0;
    padding: 0px 0 0;
    font-size: 12px;
    font-weight: 300; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
    display: block;
    padding-top: 4px;
    margin-bottom: -3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 10px); }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    font-weight: 400;
    padding-bottom: 0;
    width: 100%;
    position: relative;
    padding-right: 20px;
    margin-bottom: 0px;
    display: block; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    right: 0; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-text:before {
    display: none; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option:first-child .boost-pfs-filter-option-title {
    border-top: none; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content {
    padding: 20px 20px;
    padding-right: 0px; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-show-search-box-wrapper {
    margin-right: 20px; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    max-height: calc(100vh - 130px);
    padding-right: 20px;
    overflow-x: hidden;
    overflow-y: auto; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content.boost-pfs-filter-has-searchbox:not(.boost-pfs-filter-has-view-more) .boost-pfs-filter-option-content-inner {
    max-height: calc(100vh - 190px); }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content.boost-pfs-filter-has-view-more:not(.boost-pfs-filter-has-searchbox) .boost-pfs-filter-option-content-inner {
    max-height: calc(100vh - 165px); }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content.boost-pfs-filter-has-view-more.boost-pfs-filter-has-searchbox .boost-pfs-filter-option-content-inner {
    max-height: calc(100vh - 220px); }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item .boost-pfs-filter-button {
    display: block;
    width: 100%; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item .boost-pfs-filter-button.boost-pfs-filter-button-arrow {
    width: auto;
    right: 4px; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item .boost-pfs-filter-button .boost-pfs-filter-option-amount {
    opacity: .6;
    filter: alpha(opacity=60); }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item.selected .boost-pfs-filter-button {
    opacity: 1;
    filter: alpha(opacity=100); }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
    -ms-transform: translate(0, -50%) rotate(-45deg);
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg); }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed:first-child {
    border-top: none; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-view-more-action, .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-view-less-action {
    display: none; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-content {
    display: none; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-hidden {
    display: none; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner ul {
    padding-right: 0; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar.boost-pfs-filter-option-swatch .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    margin-left: -3px;
    margin-right: -3px;
    width: calc(100% + 6px); }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-view-more .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner, .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-view-more-with-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    max-height: calc(100vh - 172px); }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    overflow-y: hidden; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style {
    width: 100% !important; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 99999;
    height: 40px;
    width: 55px;
    text-align: left; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close {
    background: none; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span {
    background: none;
    margin-left: 15px; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:before {
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    top: 10px;
    bottom: auto;
    width: auto;
    height: auto; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:after {
    display: none; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items {
    padding: 0; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left {
    width: 55px;
    text-align: left;
    height: 40px;
    position: relative;
    margin: 0; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn {
    margin-left: 0;
    z-index: 99999999;
    background: #fff;
    width: 55px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn:before {
    top: 16px;
    left: 15px; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle {
    padding-top: 10px; }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
    padding: 10px 10px 0 0; } }
@media screen and (max-width: 767px) {
  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-tree-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-bottom: 48px;
    position: relative; }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-tree-content [class*=mobile-] {
    margin: 0;
    float: none; }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar {
    display: block; }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-header {
    background: #fff;
    height: 40px;
    color: #000;
    padding: 13px 0;
    font-weight: 600; }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {
    position: fixed;
    left: 0px;
    top: 0;
    z-index: 99999;
    width: 60px;
    height: 100%; }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #000;
    font-size: 0;
    margin-left: 20px; }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:before, .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(55% - 7px);
    display: block;
    width: 2px;
    height: 25px;
    transform-origin: bottom center;
    background: #fff;
    -moz-transition: all ease-out 280ms;
    -ms-transition: all ease-out 280ms;
    -o-transition: all ease-out 280ms;
    -webkit-transition: all ease-out 280ms;
    transition: all ease-out 280ms;
    border: none;
    padding: 0; }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:before {
    -ms-transform: translateX(-5px) translateY(5px) rotate(45deg);
    -webkit-transform: translateX(-5px) translateY(5px) rotate(45deg);
    transform: translateX(-5px) translateY(5px) rotate(45deg); }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:after {
    -ms-transform: translateX(13px) translateY(5px) rotate(-45deg);
    -webkit-transform: translateX(13px) translateY(5px) rotate(-45deg);
    transform: translateX(13px) translateY(5px) rotate(-45deg); }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-bottom {
    position: absolute;
    top: 8px;
    right: 15px; }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-bottom .boost-pfs-filter-clear-all {
    text-decoration: none; }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-footer {
    display: block;
    position: fixed;
    width: calc(100% - 60px);
    left: auto;
    right: 0; }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-footer button {
    height: 48px;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 48px;
    border: none;
    font-weight: 400;
    text-transform: lowercase; }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-footer button:first-letter {
    text-transform: uppercase; }

  .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-footer button .boost-pfs-filter-selected-filters {
    margin-left: 5px; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v {
    width: calc(100% - 60px) !important;
    left: auto;
    right: 0; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0px;
    height: auto;
    width: 100%;
    flex-grow: 1; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option {
    text-align: left;
    white-space: normal; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content-inner {
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: auto; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
    padding: 0; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    font-weight: 400;
    display: block;
    padding-bottom: 0;
    color: #000;
    position: relative;
    width: 100%;
    text-align: left;
    width: 100%; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
    top: 5px; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading .boost-pfs-filter-option-title-text {
    display: block; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading .boost-pfs-filter-option-title-text:before {
    display: none; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 0; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title p {
    margin: 5px 0; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-clear {
    display: none; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-selected-items-mobile {
    color: #222;
    font-size: 12px;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
    -ms-transform: translate(0, -50%) rotate(-45deg);
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    top: 12px; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-option:not(.boost-pfs-filter-option-collapsed) .boost-pfs-filter-selected-items-mobile {
    display: none; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style {
    width: 100% !important; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 99999;
    height: 40px;
    width: 55px;
    text-align: left; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close {
    background: none; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span {
    background: none;
    margin-left: 15px; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:before {
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    top: 10px;
    bottom: auto;
    width: auto;
    height: auto; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:after {
    display: none; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items {
    padding: 0; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left {
    width: 55px;
    text-align: left;
    height: 40px;
    position: relative;
    margin: 0; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn {
    margin-left: 0;
    z-index: 99999999;
    background: #fff;
    width: 55px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn:before {
    top: 16px;
    left: 15px; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle {
    padding-top: 10px; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
    padding: 10px 10px 0 0; }

  .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-mobile-full-width-style .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-bottom .boost-pfs-filter-clear-all {
    text-decoration: none; } }
@media screen and (max-width: 767px) {
  .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-option-item-list-swatch.square-grid {
    white-space: normal; }

  .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar {
    display: block; }

  .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .bc-sf-filter-mobile-toolbar-header {
    background: #f3f3f3;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    line-height: 14px;
    text-transform: uppercase;
    font-size: 16px; }

  .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items {
    *zoom: 1; }

  .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items:after {
    content: '';
    display: table;
    clear: both; }

  .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left {
    float: left; }

  .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a {
    color: #949494;
    text-decoration: none; }

  .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before {
    top: 50%;
    margin-top: -4px; }

  .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
    border: none;
    background: none;
    text-transform: lowercase;
    text-align: right;
    width: 100%;
    line-height: 14px;
    text-transform: uppercase;
    font-size: 14px; }

  .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-footer {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }

  .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-footer button {
    padding: 15px;
    background: #333;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: none; }

  .boost-pfs-filter-tree-mobile-style4 .boost-pfs-filter-mobile-footer .boost-pfs-number-result {
    display: none; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0px;
    position: absolute;
    bottom: 48px;
    top: 90px;
    height: auto;
    width: 100%; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option {
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
    border: none; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
    text-align: center;
    padding: 15px 28px;
    border-top: 1px solid #E8E9EB; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
    margin: 0;
    padding: 0px 0 0;
    font-size: 12px;
    font-weight: 300; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
    display: block;
    padding-top: 4px;
    margin-bottom: -3px;
    white-space: initial; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    text-align: center;
    padding-bottom: 0; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    display: inline-block;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 20px; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-text:before {
    display: none; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option:first-child .boost-pfs-filter-option-title {
    border-top: none; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content {
    padding: 20px 20px;
    padding-right: 0px; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-show-search-box-wrapper {
    margin-right: 20px; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    max-height: calc(100vh - 190px);
    padding-right: 20px; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content.boost-pfs-filter-has-searchbox:not(.boost-pfs-filter-has-view-more) .boost-pfs-filter-option-content-inner {
    max-height: calc(100vh - 250px); }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content.boost-pfs-filter-has-view-more:not(.boost-pfs-filter-has-searchbox) .boost-pfs-filter-option-content-inner {
    max-height: calc(100vh - 225px); }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content.boost-pfs-filter-has-view-more.boost-pfs-filter-has-searchbox .boost-pfs-filter-option-content-inner {
    max-height: calc(100vh - 280px); }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item .boost-pfs-filter-button {
    display: block;
    width: 100%; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item .boost-pfs-filter-button.boost-pfs-filter-button-arrow {
    width: auto;
    right: 4px; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item .boost-pfs-filter-button .boost-pfs-filter-option-amount {
    opacity: .6;
    filter: alpha(opacity=60); }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-item.selected .boost-pfs-filter-button {
    opacity: 1;
    filter: alpha(opacity=100); }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-view-more-action {
    display: block;
    text-align: center; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
    -ms-transform: translate(0, -50%) rotate(-45deg);
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg); }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed:first-child {
    border-top: none; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-view-more-action, .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-view-less-action {
    display: none; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-content {
    display: none; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-hidden {
    display: none; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner ul {
    padding-right: 0; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar.boost-pfs-filter-option-swatch .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    margin-left: -3px;
    margin-right: -3px;
    width: calc(100% + 6px); }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar.boost-pfs-filter-option-swatch .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item {
    display: block;
    margin-bottom: 8px; }

  .boost-pfs-filter-tree-mobile-style4.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar.boost-pfs-filter-option-swatch .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item .boost-pfs-filter-button {
    display: inline-block;
    margin-left: 5px;
    width: calc(100% - 40px); } }
.boost-pfs-filter-bottom-pagination {
  clear: both; }

.boost-pfs-filter-load-more {
  text-align: center;
  display: none;
  clear: both;
  padding: 20px 0 30px; }

.boost-pfs-filter-load-more .boost-pfs-filter-load-more-button {
  color: #333;
  border: 1px solid #333;
  background-color: transparent;
  padding: 10px 20px;
  height: auto;
  vertical-align: top;
  line-height: 22px;
  text-transform: uppercase; }

.boost-pfs-filter-load-more .boost-pfs-filter-load-more-loading .boost-pfs-filter-load-more-icon {
  z-index: 99;
  display: block;
  font-size: 10px;
  margin: 14px auto;
  text-indent: -9999em;
  width: 28px;
  height: 28px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #333333 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #333333 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  -webkit-animation: load3 0.7s infinite linear;
  animation: load3 0.7s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 999999; }

.boost-pfs-filter-load-more .boost-pfs-filter-load-more-loading .boost-pfs-filter-load-more-icon:before {
  width: 50%;
  height: 50%;
  background: #333;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.boost-pfs-filter-load-more .boost-pfs-filter-load-more-loading .boost-pfs-filter-load-more-icon:after {
  background: #fff;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.boost-pfs-filter-load-more-total {
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.15em; }

.template-search #PageContainer, .search #PageContainer {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.boost-pfs-search-suggestion-wrapper *, .boost-pfs-search-suggestion-mobile-top-panel * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 0; }

.boost-pfs-search-suggestion-wrapper {
  position: absolute;
  z-index: 99999;
  display: none; }

.boost-pfs-search-suggestion-wrapper.boost-pfs-search-suggestion-open {
  display: initial; }

.boost-pfs-search-suggestion-header {
  text-transform: uppercase;
  background: #fafafa;
  text-align: left;
  padding: 6px 12px 5px;
  color: rgba(34, 34, 34, 0.4);
  margin: 0 0 0px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; }

.boost-pfs-search-suggestion {
  display: none;
  position: absolute;
  background: #fff;
  padding: 0;
  margin: 0;
  -ms-box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 1px 5px 1px rgba(39, 44, 48, 0.16);
  -webkit-box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 1px 5px 1px rgba(39, 44, 48, 0.16);
  box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 1px 5px 1px rgba(39, 44, 48, 0.16);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 99990; }

@media (min-width: 768px) {
  .boost-pfs-search-suggestion {
    max-height: 657px;
    overflow-y: auto; } }
.boost-pfs-search-suggestion li {
  list-style: none !important;
  clear: both; }

.boost-pfs-search-suggestion > li:first-child > ul > li:first-child {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.boost-pfs-search-suggestion .boost-pfs-search-suggestion-group li {
  float: left;
  width: 100%; }

.boost-pfs-search-suggestion-header-popular + .boost-pfs-search-suggestion-item a {
  color: inherit; }

.boost-pfs-search-suggestion-header-view-all {
  text-align: center;
  background: none;
  padding-bottom: 11px;
  padding-top: 11px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  clear: both;
  background: #fafafa; }

.boost-pfs-search-suggestion-header-view-all > a {
  display: block;
  color: inherit;
  font-weight: 700;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  font-size: 14px;
  color: #222;
  text-transform: none;
  font-weight: 600;
  line-height: 20px; }

.boost-pfs-search-suggestion-header + .boost-pfs-search-suggestion-item {
  padding-top: 8px; }

.boost-pfs-search-suggestion-popover {
  position: absolute;
  top: -20px;
  right: 10%;
  overflow: hidden;
  height: 20px;
  width: 20px;
  margin: 0;
  z-index: 99991; }

@media (max-width: 767px) {
  .boost-pfs-search-suggestion-popover {
    display: none; } }
.boost-pfs-search-suggestion-popover[data-direction="left"] {
  position: absolute;
  top: -20px;
  left: 10%;
  right: auto;
  overflow: hidden;
  height: 20px;
  width: 20px;
  margin: 0;
  z-index: 99991; }

.boost-pfs-search-suggestion-popover:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  height: 10px;
  width: 10px;
  margin-left: -5px;
  background-color: #f5f5f5;
  -ms-box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 1px 5px 1px rgba(39, 44, 48, 0.16);
  -webkit-box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 1px 5px 1px rgba(39, 44, 48, 0.16);
  box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 1px 5px 1px rgba(39, 44, 48, 0.16); }

.boost-pfs-search-suggestion-group {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

.boost-pfs-search-suggestion-group ul {
  display: block !important;
  left: 0 !important;
  top: 0 !important;
  padding: 0;
  margin: 0;
  border: none !important;
  position: relative !important; }

.boost-pfs-search-suggestion-group[aria-label="Suggestions"] .boost-pfs-search-suggestion-item a {
  color: inherit; }

.boost-pfs-search-suggestion-group[aria-label="Suggestions"] .boost-pfs-search-suggestion-item b {
  font-weight: bold; }

.boost-pfs-search-suggestion-no-result {
  padding: 20px !important;
  color: #000; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -150px 0; }

  100% {
    background-position: 150px 0; } }

.boost-pfs-search-suggestion-loading > ul {
  margin: 10px 10px 0;
  padding: 0; }

.boost-pfs-search-suggestion-loading > ul > li {
  height: 45px;
  margin-bottom: 10px;
  position: relative; }

.boost-pfs-search-suggestion-loading > ul > li:before {
  content: "";
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #e6e6e6), color-stop(33%, #eeeeee));
  width: calc(100% - 55px);
  height: 10px;
  position: absolute;
  top: 8px;
  left: 55px; }

.boost-pfs-search-suggestion-loading > ul > li:after {
  content: "";
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #e6e6e6), color-stop(33%, #eeeeee));
  width: 50%;
  height: 10px;
  position: absolute;
  top: 28px;
  left: 55px; }

.boost-pfs-search-suggestion-loading .boost-pfs-search-suggestion-loading-img {
  background-color: #f0f0f0;
  height: 100%;
  width: 30%;
  max-width: 45px; }

.boost-pfs-filter-view-all-result {
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 5px 0; }

.boost-pfs-search-container {
  text-align: center;
  margin-bottom: 50px; }

.boost-pfs-search-container .boost-pfs-search-result-header {
  font-size: 20px;
  padding-bottom: 10px; }

.boost-pfs-search-form {
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  clear: both;
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 768px) {
  .boost-pfs-search-form {
    max-width: 60%; } }
.boost-pfs-search-form .boost-pfs-search-box {
  border: 1px solid #ececec;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 10px 40px 10px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  margin-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.boost-pfs-search-form .boost-pfs-search-btn {
  border: 0;
  width: 26px;
  height: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0px;
  vertical-align: middle;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none; }

.boost-pfs-search-form .boost-pfs-search-btn:before {
  display: inline-block;
  font-size: 24px;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\26B2";
  color: #696969;
  font-weight: 600;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (max-width: 767px) {
  .boost-pfs-search-form .boost-pfs-search-btn:before {
    margin-top: 2px; } }
.boost-pfs-search-form .boost-pfs-search-btn:hover:before {
  color: #000; }

@media screen and (min-width: 1200px) {
  .boost-pfs-search-box:focus {
    -ms-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 5px rgba(0, 0, 0, 0.1); } }
.boost-pfs-search-box:focus {
  outline: none; }

.boost-pfs-search-suggestion-item {
  padding: 4px 12px 3px;
  margin: 0; }

.boost-pfs-search-suggestion-item:last-child {
  padding-bottom: 8px; }

.boost-pfs-search-suggestion-item > a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  overflow: visible;
  float: left;
  width: 100%; }

.boost-pfs-search-suggestion-item > a:focus {
  outline: none; }

.boost-pfs-search-suggestion-item a > b {
  font-weight: 600; }

.boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym:hover {
  background: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym > * {
  position: relative; }

.boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym p {
  padding: 0;
  margin: 0;
  line-height: 22px; }

.boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym p:last-child {
  margin: 0; }

.boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym a, .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym span {
  display: inline-block;
  color: #FF3300; }

.boost-pfs-search-suggestion-item-product {
  overflow: visible;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  width: 100%; }

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-left {
  float: left;
  display: inline-block;
  margin-right: 16px;
  max-width: 56px; }

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-left img {
  width: auto;
  max-height: 84px;
  max-width: 100%;
  width: auto;
  max-height: 84px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-right {
  overflow: visible;
  vertical-align: middle;
  float: left;
  display: block;
  max-width: calc(100% - 72px); }

.boost-pfs-search-suggestion-product-title {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  padding-bottom: 6px;
  margin-top: 0px;
  margin-bottom: 0; }

.boost-pfs-search-suggestion-product-title b {
  font-weight: 600; }

.boost-pfs-search-suggestion-product-sku {
  color: #a6a6a6;
  font-size: 85%;
  padding-bottom: 6px;
  margin-bottom: 0;
  line-height: 20px; }

.boost-pfs-search-suggestion-product-vendor {
  color: #666666;
  padding-bottom: 6px;
  margin-bottom: 0; }

.boost-pfs-search-suggestion-product-price {
  color: #030303;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0; }

.boost-pfs-search-suggestion-product-price s {
  text-decoration: line-through;
  color: rgba(34, 34, 34, 0.6); }

.boost-pfs-search-suggestion-product-price s:after {
  background-color: initial; }

.boost-pfs-search-suggestion-product-price .boost-pfs-search-suggestion-product-sale-price {
  color: #FF3300; }

@media screen and (min-width: 768px) {
  .boost-pfs-search-suggestion-wrapper-style2-width-fullwidth {
    width: 100% !important;
    left: 0 !important; }

  .boost-pfs-search-suggestion-wrapper-style2-width-fullwidth .boost-pfs-search-suggestion {
    width: 100% !important;
    display: none !important;
    -ms-grid-columns: 75% 25%;
    grid-template-columns: 75% 25%; }

  .boost-pfs-search-suggestion-wrapper-style2-width-fullwidth .boost-pfs-search-suggestion .boost-pfs-search-suggestion-group:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / 5;
    width: 100%; }

  .boost-pfs-search-suggestion-wrapper-style2-width-fullwidth .boost-pfs-search-suggestion-loading {
    width: 100% !important; }

  .boost-pfs-search-suggestion-wrapper-style2-width-fullwidth.boost-pfs-search-suggestion-open .boost-pfs-search-suggestion {
    display: -ms-grid !important;
    display: grid !important; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion {
    padding: 10px 20px 0; }

  .boost-pfs-search-suggestion-wrapper-style2:not(.boost-pfs-search-suggestion-wrapper-style2-width-auto) .boost-pfs-search-suggestion {
    top: auto !important;
    left: auto !important; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group {
    width: 25%;
    float: right;
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group[data-group="products"] {
    float: left;
    margin-bottom: 50px !important; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group[data-group="products"] > ul {
    margin-left: -20px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
    padding-left: 20px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-header-products {
    margin-left: 20px;
    width: calc(100% - 20px); }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group[data-group="products"], .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header-view-all {
    padding-right: 30px !important; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header {
    background: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f7f7f7;
    padding-left: 0;
    padding-right: 0; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header + .boost-pfs-search-suggestion-item:not(.boost-pfs-search-suggestion-dym) {
    padding-top: 15px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header + .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym {
    margin-top: 10px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header-view-all {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    border-bottom: none;
    border-top: none;
    padding: 0 0 0 20px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header-view-all a {
    border-top: 1px solid #f7f7f7 !important;
    display: block;
    line-height: 50px;
    font-size: 12px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-item {
    float: left;
    clear: none;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-item:last-child {
    padding-bottom: 15px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-item:hover {
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    opacity: .6;
    filter: alpha(opacity=60); }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym:before {
    left: 20px;
    right: 0px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-dym + .boost-pfs-search-suggestion-item-product {
    border-top: none; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-product-title {
    line-height: 1.25; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-item-product {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group[data-group="products"], .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header-view-all {
    width: calc(75% - 20px); }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li {
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-item-product {
    width: 33.33%; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-item-product + li + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-header-product + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-header-product + li + li + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li {
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li + li {
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-item-product {
    width: 50%; }

  .boost-pfs-search-suggestion-wrapper-style2:not(.boost-pfs-search-suggestion-wrapper-boost-pfs-search-box-1) .boost-pfs-search-suggestion {
    top: auto !important; }

  .boost-pfs-search-suggestion-wrapper-style2:not(.boost-pfs-search-suggestion-wrapper-style2-width-auto) .boost-pfs-search-suggestion {
    left: auto !important; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-group {
    float: left;
    width: 33.3%;
    padding-left: 30px !important; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-group[data-group=products] {
    padding-top: 20px !important;
    float: right;
    width: 66.6%;
    border-left: 1px solid #f5f5f5 !important; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-group[data-group=products] + .boost-pfs-search-suggestion-group {
    padding-top: 20px !important; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-group[data-group=products] > ul {
    margin-left: 0; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-group[data-group=products] .boost-pfs-search-suggestion-header-product {
    display: none; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-group .boost-pfs-search-suggestion-header {
    border: none; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-header-view-all {
    width: 66.6%;
    left: auto;
    right: 0;
    border-left: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-header-view-all a {
    color: #fd876c;
    border: none !important; } }
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-item-product {
    width: 50%; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + li + li + li + li {
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + li + li + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li {
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li + li {
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li + li + li {
    clear: left; } }
html.boost-pfs-filter-mobile-detect-ios body.boost-pfs-search-suggestion-mobile-open {
  position: fixed; }

body.boost-pfs-search-suggestion-mobile-open {
  overflow: hidden;
  height: 100%; }

.boost-pfs-search-suggestion-mobile.boost-pfs-search-suggestion-wrapper {
  position: fixed;
  left: 0 !important;
  top: 64px !important;
  width: 100% !important;
  height: calc(100% - 64px);
  background: #f5f5f5;
  list-style: none;
  z-index: 9999999998;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #eee; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-popover {
  display: none !important; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion {
  width: 100% !important;
  left: 0px !important;
  top: 0 !important;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none;
  background: #f5f5f5;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none !important;
  overflow-y: auto;
  position: static !important;
  -webkit-overflow-scrolling: touch; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-item {
  margin-bottom: -1px;
  border: 1px solid #eee;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-item-product {
  border-top: none;
  border-bottom: none; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-item-product:last-child {
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-loading > ul > li:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group {
  background: none;
  margin: 0 10px !important; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group > ul > .boost-pfs-search-suggestion-header {
  padding-top: 8px;
  padding-bottom: 8px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header {
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 5px 8px;
  border: none !important;
  text-align: center;
  background: #f5f5f5; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header + .boost-pfs-search-suggestion-item {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header + .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-item-product {
  padding-top: 12px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header-view-all {
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #eee !important;
  border-top: none !important;
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 14px 5px;
  margin-bottom: 30px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-item {
  padding: 6px 12px;
  background: #fff; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-item:last-child {
  padding-bottom: 6px;
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym {
  margin: 0;
  border-bottom: 0 !important; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym.boost-pfs-search-suggestion-item:last-child {
  padding-bottom: 20px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym:not(:last-child):before {
  bottom: 0; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym p {
  padding: 0;
  margin: 0; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym + .boost-pfs-search-suggestion-item-product {
  border-top: 0 !important; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-loading > ul > li {
  background: #fff;
  padding: 10px;
  height: 65px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-loading > ul > li:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-loading > ul > li:before {
  top: 18px;
  left: 65px;
  width: calc(100% - 75px); }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-loading > ul > li:after {
  top: 38px;
  left: 65px; }

.boost-pfs-search-suggestion-mobile-top-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999999998;
  height: 64px;
  padding-bottom: 1px;
  display: none;
  background: rgba(0, 0, 0, 0.5); }

.boost-pfs-search-suggestion-mobile-top-panel form {
  height: 64px;
  background: #fff;
  padding-top: 0px;
  margin: 0; }

.boost-pfs-search-suggestion-mobile-top-panel:after {
  display: none; }

.boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-btn-close-suggestion {
  background: #fff;
  width: 52px;
  height: 64px;
  float: left;
  display: inline-block;
  border: none;
  font-size: 0;
  position: relative;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-btn-close-suggestion:before {
  top: 50%;
  left: 15px;
  position: absolute;
  margin-top: -10px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 9.0007H3.661L9.658 3.7537C10.074 3.3897 10.116 2.7577 9.753 2.3427C9.387 1.9247 8.756 1.8847 8.342 2.2477L0.342 9.2477C0.334 9.2547 0.331 9.2657 0.323 9.2727C0.25 9.3417 0.195 9.4247 0.146 9.5127C0.128 9.5427 0.101 9.5667 0.087 9.5997C0.032 9.7227 0 9.8567 0 10.0007C0 10.1447 0.032 10.2787 0.087 10.4017C0.101 10.4347 0.128 10.4587 0.146 10.4897C0.196 10.5767 0.25 10.6597 0.323 10.7287C0.331 10.7357 0.334 10.7467 0.342 10.7537L8.342 17.7537C8.531 17.9197 8.766 18.0007 9 18.0007C9.278 18.0007 9.555 17.8857 9.753 17.6587C10.116 17.2437 10.074 16.6117 9.658 16.2477L3.661 11.0007H19C19.553 11.0007 20 10.5537 20 10.0007C20 9.4477 19.553 9.0007 19 9.0007Z' fill='%23637381'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='17'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 9.0007H3.661L9.658 3.7537C10.074 3.3897 10.116 2.7577 9.753 2.3427C9.387 1.9247 8.756 1.8847 8.342 2.2477L0.342 9.2477C0.334 9.2547 0.331 9.2657 0.323 9.2727C0.25 9.3417 0.195 9.4247 0.146 9.5127C0.128 9.5427 0.101 9.5667 0.087 9.5997C0.032 9.7227 0 9.8567 0 10.0007C0 10.1447 0.032 10.2787 0.087 10.4017C0.101 10.4347 0.128 10.4587 0.146 10.4897C0.196 10.5767 0.25 10.6597 0.323 10.7287C0.331 10.7357 0.334 10.7467 0.342 10.7537L8.342 17.7537C8.531 17.9197 8.766 18.0007 9 18.0007C9.278 18.0007 9.555 17.8857 9.753 17.6587C10.116 17.2437 10.074 16.6117 9.658 16.2477L3.661 11.0007H19C19.553 11.0007 20 10.5537 20 10.0007C20 9.4477 19.553 9.0007 19 9.0007Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3C/g%3E%3C/svg%3E%0A"); }

.boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-submit-mobile {
  width: 64px;
  height: 64px;
  float: right;
  font-size: 0;
  position: relative;
  border: none;
  background: #fff;
  display: block; }

.boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-submit-mobile span {
  display: block; }

.boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-submit-mobile + #boost-pfs-search-box-mobile {
  width: calc(100% - 192px); }

.boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-submit-mobile + #boost-pfs-search-box-mobile + .boost-pfs-search-btn-clear-suggestion:before {
  font-size: 11px;
  line-height: 64px; }

.boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile {
  display: inline-block;
  width: calc(100% - 67px);
  height: calc(44px);
  margin: 10px 0px;
  padding: 12px 50px 12px 18px;
  background: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: none;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  background: #FBFBFB;
  border: 1px solid rgba(34, 34, 34, 0.2);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }

.boost-pfs-search-btn-clear-suggestion {
  background: none;
  width: calc(44px);
  height: calc(44px);
  float: right;
  border: none;
  font-size: 0;
  position: absolute;
  top: 10px;
  right: 15px;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.boost-pfs-search-btn-clear-suggestion:before {
  width: 13px;
  content: '';
  display: block;
  height: 1px;
  background: #212B36;
  position: absolute;
  right: 0;
  top: 9px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.boost-pfs-search-btn-clear-suggestion:after {
  width: 13px;
  content: '';
  display: block;
  height: 1px;
  background: #212B36;
  position: absolute;
  right: 0;
  top: 9px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.boost-pfs-search-btn-clear-suggestion:before, .boost-pfs-search-btn-clear-suggestion:after {
  top: 50%;
  right: 15px;
  margin-top: -2px;
  height: 2.5px; }

.boost-pfs-search-btn-clear-suggestion:focus {
  outline: none; }

.ui-helper-hidden-accessible {
  display: none !important; }

.boost-pfs-search-suggestion-item:hover, .boost-pfs-search-suggestion-item.selected {
  background: #fafafa;
  -ms-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 2; }

.boost-pfs-search-suggestion-item:hover a:hover, .boost-pfs-search-suggestion-item.selected a:hover {
  text-decoration: none;
  border: none; }

.boost-pfs-search-suggestion {
  width: 100%; }

@media screen and (min-width: 1200px) {
  .boost-pfs-search-suggestion {
    min-width: 400px !important; } }
@media screen and (min-width: 768px) {
  .boost-pfs-search-suggestion-header-view-all:hover {
    background: #f5f5f5; }

  .boost-pfs-search-suggestion-mobile, .boost-pfs-search-suggestion-mobile-top-panel {
    display: none !important; } }
.boost-pfs-search-suggestion-mobile-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99999999;
  height: 100%;
  padding-bottom: 1px;
  display: none;
  background: rgba(0, 0, 0, 0.5); }

/* QuickView - Modal Window */
#searchspring-quickview-modal .ss-quickview-modal-overlay, #searchspring-quickview-modal .ss-quickview-modal {
	position: fixed;
}

#searchspring-quickview-modal .ss-quickview-modal-overlay {
	background: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99998;
	overflow: hidden;
}

#searchspring-quickview-modal .ss-quickview-modal {
	text-align: left;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	margin: auto;
	width: 80%;
	height: 60%;
	border: 1px solid #000000;
	background: #ffffff;
}

#searchspring-quickview-modal .ss-quickview-modal .ss-quickview-modal-close {
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23000000' d='M56 5.638l-22.362 22.362 22.362 22.362-5.638 5.638-22.362-22.362-22.362 22.362-5.638-5.638 22.362-22.362-22.362-22.362 5.638-5.638 22.362 22.362 22.362-22.362z'/%3E%3C/svg%3E");
	background-size: 50% auto;
	background-color: #ffffff;
	width: 40px;
	height: 40px;
	margin: auto;
}

#searchspring-quickview-modal .ss-quickview-modal .ss-quickview-modal-content {
	padding: 20px;
	max-height: 90%;
	max-height: calc(100% - 20px);
	overflow-y: auto;
	overflow-x: hidden;
}