/* 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 {
	font-size: 14px;
	line-height: 1.5;
	color: #212121;
}

.ss-targeted a:hover {
	text-decoration: none;
}

.ss-targeted header {
	border: 0;
}

.ss-targeted .ss-title {
	color: #212121;
	font-family: "playfair_displayregular", "Liberation Mono", "Courier New", monospace;
	font-weight: normal;
}

.ss-targeted .ss-pointer {
	cursor: pointer;
}

.ss-targeted .ss-decorative-line {
	position: relative;
	z-index: 0;
	height: 16px;
	margin: 12px 0 20px 0;
}

.ss-targeted .ss-decorative-line:before, .ss-targeted .ss-decorative-line .icon-flower {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ss-targeted .ss-decorative-line:before {
	content: '';
	height: 1px;
	left: 14px;
	right: 0;
	z-index: -4;
	background: #635da8;
}

.ss-targeted .ss-decorative-line .icon-flower {
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
}

.ss-targeted .ss-decorative-line .icon-flower-purple {
	top: -12px;
	left: 13px;
	z-index: -1;
	color: #635da8;
}

.ss-targeted .ss-decorative-line .icon-flower-orange {
	top: -12px;
	left: 0;
	z-index: -3;
	color: #fba43a;
}

.ss-targeted .ss-decorative-line .icon-flower-pink {
	top: 6px;
	left: 6px;
	z-index: -2;
	color: #f478ae;
}

.ss-targeted .ss-decorative-line-small .icon-flower {
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
}

.ss-targeted .ss-decorative-line-small .icon-flower-purple {
	top: -10px;
	left: 11px;
}

.ss-targeted .ss-decorative-line-small .icon-flower-orange {
	top: -10px;
	left: 0;
}

.ss-targeted .ss-decorative-line-small .icon-flower-pink {
	top: 6px;
	left: 5px;
}

.ss-targeted .ss-toggle .ss-toggle-row {
	margin: 0 -10px 5px -10px;
}

.ss-targeted .ss-toggle .ss-toggle-row:last-child {
	margin-bottom: 0;
}

.ss-targeted .ss-toggle .ss-toggle-row .ss-toggle-column {
	padding: 0 10px;
}

.ss-targeted .ss-toggle .ss-toggle-row .ss-toggle-value {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

.ss-targeted .ss-toggle .ss-toggle-row .ss-toggle-switch-container {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 60px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 auto;
}

.ss-targeted .ss-toggle .ss-toggle-row .ss-toggle-switch-container .ss-toggle-switch {
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	margin: auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background: #ececec;
}

.ss-targeted .ss-toggle .ss-toggle-row .ss-toggle-switch-container .ss-toggle-switch, .ss-targeted .ss-toggle .ss-toggle-row .ss-toggle-switch-container .ss-toggle-switch:before {
	position: absolute;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.ss-targeted .ss-toggle .ss-toggle-row .ss-toggle-switch-container .ss-toggle-switch:before {
	content: '';
	bottom: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
}

.ss-targeted .ss-toggle .ss-active .ss-toggle-value {
	color: #635da8;
	font-weight: bold;
}

.ss-targeted .ss-toggle .ss-active .ss-toggle-switch-container .ss-toggle-switch {
	background: #635da8;
}

.ss-targeted .ss-toggle .ss-active .ss-toggle-switch-container .ss-toggle-switch:before {
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}

.ss-layout {
	margin: 15px 0 30px 0;
	padding: 0 3rem;
	overflow-x: hidden;
}

.ss-layout .ss-layout-row {
	margin: 0 -15px;
}

.ss-layout .ss-layout-row .ss-layout-column {
	min-width: 1px;
	padding: 0 15px;
}

.ss-layout .ss-layout-row .ss-layout-header {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.ss-layout .ss-layout-row .ss-layout-sidebar {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 275px;
}

.ss-layout .ss-layout-row .ss-layout-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

.ss-theme-everest .ss-layout .ss-layout-row {
	display: block;
}

.ss-theme-everest .ss-layout .ss-layout-row .ss-layout-sidebar {
	width: auto;
	display: none;
}

/* Searchspring Global Styles and Helpers - Breakpoint 991px */
@media only screen and (max-width: 991px) {
	.ss-targeted .ss-decorative-line {
		max-width: none;
	}
	.ss-layout {
		padding: 0;
	}
	.ss-layout .ss-layout-row {
		display: block;
	}
	.ss-layout .ss-layout-row .ss-layout-sidebar {
		width: auto;
		display: none;
	}
	.category-header ~ .category-products .ss-layout {
		margin-top: 0;
	}
}

/* Utilities - Flexbox */
.ss-flex-wrap, .ss-targeted .ss-flex-wrap, .ss-flex-wrap-center, .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-flex-nowrap, .ss-targeted .ss-flex-nowrap, .ss-flex-nowrap-center, .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-flex-wrap-center, .ss-targeted .ss-flex-wrap-center, .ss-flex-nowrap-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: #ececec;
}

.ss-targeted .ss-scrollbar::-webkit-scrollbar-thumb {
	background: #cccccc;
}

/* Utilities - Buttons */
.ss-targeted .ss-button {
	display: inline-block;
	padding: 0 10px;
	background: #635da8;
	color: #ffffff;
	font-family: "playfair_displayregular", "Liberation Mono", "Courier New", monospace;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Utilities - Checkboxes */
.ss-targeted .ss-checkbox {
	position: relative;
	display: inline-block;
	padding-left: 26px;
}

.ss-targeted .ss-checkbox:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ececec;
	border: 1px solid #ececec;
}

.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 {
	background-color: #635da8;
	border: 1px solid #635da8;
	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='M17.771 40.395l33.749-33.749 4.48 4.48-38.229 38.229-17.771-17.771 4.48-4.48z'/%3E%3C/svg%3E");
	background-size: 8px auto;
}

/* 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: #ececec;
	border: 1px solid #ececec;
}

.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='%23635da8' d='M56 16.329c0 0.449-0.224 0.954-0.561 1.291l-26.148 26.148c-0.337 0.337-0.842 0.561-1.291 0.561s-0.954-0.224-1.291-0.561l-26.148-26.148c-0.337-0.337-0.561-0.842-0.561-1.291s0.224-0.954 0.561-1.291l2.806-2.806c0.337-0.337 0.786-0.561 1.291-0.561 0.449 0 0.954 0.224 1.291 0.561l22.052 22.052 22.052-22.052c0.337-0.337 0.842-0.561 1.291-0.561s0.954 0.224 1.291 0.561l2.806 2.806c0.337 0.337 0.561 0.842 0.561 1.291z'/%3E%3C/svg%3E");
	top: 2px;
	bottom: 0;
	right: 10px;
	margin: auto;
}

.ss-targeted .ss-dropdown-menu .ss-menu-list {
	padding: 10px;
	margin-top: 10px;
	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: #635da8;
	font-weight: bold;
}

.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='%23635da8' d='M56 39.671c0 0.449-0.224 0.954-0.561 1.291l-2.806 2.806c-0.337 0.337-0.786 0.561-1.291 0.561-0.449 0-0.954-0.224-1.291-0.561l-22.052-22.052-22.052 22.052c-0.337 0.337-0.842 0.561-1.291 0.561s-0.954-0.224-1.291-0.561l-2.806-2.806c-0.337-0.337-0.561-0.842-0.561-1.291s0.224-0.954 0.561-1.291l26.148-26.148c0.337-0.337 0.842-0.561 1.291-0.561s0.954 0.224 1.291 0.561l26.148 26.148c0.337 0.337 0.561 0.842 0.561 1.291z'/%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: 10px;
}

/* AutoComplete */

[ss-autocomplete] {
	position: absolute;
	z-index: 999999;
	right: 0;
	display: none;
}

header #global-search-form [ss-autocomplete], [ss-autocomplete] {
	top: 50px !important;
}

header #global-search-form [ss-autocomplete] .ss-decorative-line, [ss-autocomplete] .ss-decorative-line {
	top: 0 !important;
}

.header #search [ss-autocomplete] {
	top: 138px !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 936px;
}

.mobile .header #search [ss-autocomplete] {
	top: 33px !important
}

.ss-ac-open.mobile .header .container_16 {
	overflow: visible;
}

[ss-autocomplete] .ss-ac-container {
	width: 900px;
	text-align: left;
	border: 1px solid #cccccc;
	background: #ffffff;
}

.header #search [ss-autocomplete] .ss-ac-container {
	width: auto;
}

[ss-autocomplete] .ss-ac-container a, [ss-autocomplete] .ss-ac-container p, [ss-autocomplete] .ss-ac-container div {
	font-size: 12px;
}

.header #search [ss-autocomplete] .ss-ac-container a, .header #search [ss-autocomplete] .ss-ac-container p, .header #search [ss-autocomplete] .ss-ac-container div, .header #search [ss-autocomplete] .ss-ac-container span, .header #search [ss-autocomplete] .ss-ac-container .ss-title {
	color: #636363;
}

.header #search [ss-autocomplete] .ss-ac-container span {
	display: inline;
}

[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;
}

.header #search [ss-autocomplete] .ss-ac-container .ss-title {
	font-family: 'Museo100Regular', 'Arial', sans-serif;
}

[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, .header #search [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-active .ss-list-link, .header #search [ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facet-container .ss-active .ss-list-link, .header #search [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: #635da8;
}

[ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-focused, [ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facet-container .ss-focused, [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 {
	font-weight: bold;
}

.ss-ac-visible ~ [ss-autocomplete] {
	display: block;
}

/* AutoComplete - Terms */
[ss-autocomplete] .ss-ac-container .ss-ac-terms {
	width: 170px;
	background: #ececec;
}

[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: 170px;
	margin: 0 -20px 0 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facet-container {
	margin: 0 0 20px 0;
}

[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-ac-facet-container .ss-title {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}

[ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-list .ss-list-option {
	margin: 0 0 2px 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-family: "playfair_displaybold", "Liberation Mono", "Courier New", monospace;
	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: 25%;
	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 {
	text-align: center;
}

[ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details p {
	margin: 0 0 2px 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-name, .header #search [ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-name {
	color: #635da8;
}

[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-regular {
	font-weight: bold;
}

[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 {
	text-decoration: line-through;
}

[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-srp + .ss-ac-item-msrp {
	padding-left: 0;
}

[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: block;
	width: 100%;
	font-size: 14px;
}

.header #search [ss-autocomplete] .ss-ac-container .ss-ac-see-more .ss-ac-see-more-link  {
	font-family: 'Museo500Regular', 'Arial', sans-serif;
	color: #ffffff;
}

[ss-autocomplete] .ss-ac-container .ss-ac-see-more .ss-ac-see-more-link:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	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='M44.329 28c0 0.449-0.224 0.954-0.561 1.291l-26.148 26.148c-0.337 0.337-0.842 0.561-1.291 0.561s-0.954-0.224-1.291-0.561l-2.806-2.806c-0.337-0.337-0.561-0.786-0.561-1.291 0-0.449 0.224-0.954 0.561-1.291l22.052-22.052-22.052-22.052c-0.337-0.337-0.561-0.842-0.561-1.291s0.224-0.954 0.561-1.291l2.806-2.806c0.337-0.337 0.842-0.561 1.291-0.561s0.954 0.224 1.291 0.561l26.148 26.148c0.337 0.337 0.561 0.842 0.561 1.291z'/%3E%3C/svg%3E");
	margin-left: 2.5px;
}

/* AutoComplete - Breakpoint 1199px */
@media only screen and (max-width: 1199px) {
	[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] {
		top: 41px !important;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	header #global-search-form [ss-autocomplete], [ss-autocomplete] {
		top: 41px !important;
	}
	[ss-autocomplete] .ss-ac-container {
		display: block;
		width: auto;
		border-left: 0;
		border-right: 0;
	}
	[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-results-title {
		font-size: 14px;
	}
	[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;
	}
}

/* AutoComplete - Breakpoint 767px */
@media only screen and (max-width: 767px) {
	[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 #cccccc;
		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;
	}
}

/* Filter Summary */
.ss-summary {
	margin: 20px 0 0 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: #ececec;
	border: 1px solid #ececec;
	padding: 5px 10px 3px 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='%23635da8' 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: 9px;
	left: 10px;
	width: 10px;
	height: 10px;
}

.ss-summary .ss-summary-container .ss-list .ss-list-option .ss-list-link .ss-summary-label {
	font-weight: bold;
}

/* Filter Summary - Horizontal */
.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 {
	font-family: "playfair_displayregular", "Liberation Mono", "Courier New", monospace;
}

/* Facets - Horizontal and Sidebar */
.ss-facets .ss-facet-container .ss-facet-count {
	color: #545454;
	font-size: 11px;
}

.ss-facets .ss-facet-container .ss-scrollbar {
	max-height: 360px;
	overflow-y: auto;
}

.ss-facets .ss-facet-container .ss-show-more {
	margin: 10px 0 0 0;
}

.ss-facets .ss-facet-container .ss-show-more .ss-show-more-link {
	color: #635da8;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
}

.ss-facets .ss-facet-container .ss-show-more .ss-show-more-link:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	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='%23635da8' d='M56 31.946h-24.054v24.054h-7.893v-24.054h-24.054v-7.893h24.054v-24.054h7.893v24.054h24.054v7.893z'/%3E%3C/svg%3E");
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0;
	margin: auto;
}

.ss-facets .ss-facet-container .ss-show-more.ss-collapsed .ss-show-more-link:before {
	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='%23635da8' d='M0 23.297h56v9.406h-56v-9.406z'/%3E%3C/svg%3E");
}

.ss-facets .ss-list .ss-list-option {
	margin: 0 0 5px 0;
}

.ss-facets .ss-list .ss-list-option:last-child {
	margin-bottom: 0;
}

.ss-facets .ss-list .ss-active .ss-list-link {
	color: #635da8;
	font-weight: bold;
}

.ss-facets .ss-list .ss-active .ss-list-link .ss-facet-count {
	color: inherit;
}

/* Facets - Horizontal */
.ss-facets-horizontal {
	margin: 20px 0 0 0;
}

.ss-facets-horizontal .ss-facets {
	position: relative;
}

.ss-facets-horizontal .ss-facets .ss-facets-row {
	margin: 0 -5px -10px -5px;
}

.ss-facets-horizontal .ss-facets .ss-facets-row .ss-facets-col {
	width: 33.33333%;
	padding: 0 5px;
	margin: 0 0 10px 0;
}

.ss-facets-horizontal .ss-facets .ss-dropdown-menu {
	position: static;
}

.ss-facets-horizontal .ss-facets .ss-dropdown-menu .ss-menu-label {
	background: #635da8;
	border-color: #635da8;
	color: #ffffff;
}

.ss-facets-horizontal .ss-facets .ss-dropdown-menu .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='%23ffffff' d='M56 16.329c0 0.449-0.224 0.954-0.561 1.291l-26.148 26.148c-0.337 0.337-0.842 0.561-1.291 0.561s-0.954-0.224-1.291-0.561l-26.148-26.148c-0.337-0.337-0.561-0.842-0.561-1.291s0.224-0.954 0.561-1.291l2.806-2.806c0.337-0.337 0.786-0.561 1.291-0.561 0.449 0 0.954 0.224 1.291 0.561l22.052 22.052 22.052-22.052c0.337-0.337 0.842-0.561 1.291-0.561s0.954 0.224 1.291 0.561l2.806 2.806c0.337 0.337 0.561 0.842 0.561 1.291z'/%3E%3C/svg%3E");
}

.ss-facets-horizontal .ss-facets .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='%23ffffff' d='M56 39.671c0 0.449-0.224 0.954-0.561 1.291l-2.806 2.806c-0.337 0.337-0.786 0.561-1.291 0.561-0.449 0-0.954-0.224-1.291-0.561l-22.052-22.052-22.052 22.052c-0.337 0.337-0.842 0.561-1.291 0.561s-0.954-0.224-1.291-0.561l-2.806-2.806c-0.337-0.337-0.561-0.842-0.561-1.291s0.224-0.954 0.561-1.291l26.148-26.148c0.337-0.337 0.842-0.561 1.291-0.561s0.954 0.224 1.291 0.561l26.148 26.148c0.337 0.337 0.561 0.842 0.561 1.291z'/%3E%3C/svg%3E");
}

.ss-facets-horizontal .ss-facets .ss-facet-columns {
	max-width: 100%;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.ss-facets-horizontal .ss-facets .ss-hierarchy .ss-facet-columns, .ss-facets-horizontal .ss-facets .ss-list .ss-facet-columns {
	margin: 0 0 -5px 0;
}

.ss-facets-horizontal .ss-facets .ss-checkbox:before {
	border: 1px solid #cccccc;
	background-color: #cccccc;
}

.ss-facets-horizontal .ss-facets .ss-active .ss-checkbox:before {
	border: 1px solid #635da8;
	background-color: #635da8;
}

.ss-facets-horizontal .ss-facets .ss-toggle .ss-toggle-row .ss-toggle-switch-container .ss-toggle-switch {
	background: #cccccc;
}

.ss-facets-horizontal .ss-facets .ss-toggle .ss-active .ss-toggle-switch-container .ss-toggle-switch {
	background: #635da8;
}

/* Facets - Sidebar */
.ss-sidebar-container .ss-facets .ss-facet-container {
	margin: 0 0 30px 0;
}

.ss-sidebar-container .ss-facets .ss-facet-container, .ss-sidebar-container .ss-facets .ss-facet-container .ss-title {
	position: relative;
}

.ss-sidebar-container .ss-facets .ss-facet-container.ss-collapsed .ss-title:before {
	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='%23635da8' d='M56 16.329c0 0.449-0.224 0.954-0.561 1.291l-26.148 26.148c-0.337 0.337-0.842 0.561-1.291 0.561s-0.954-0.224-1.291-0.561l-26.148-26.148c-0.337-0.337-0.561-0.842-0.561-1.291s0.224-0.954 0.561-1.291l2.806-2.806c0.337-0.337 0.786-0.561 1.291-0.561 0.449 0 0.954 0.224 1.291 0.561l22.052 22.052 22.052-22.052c0.337-0.337 0.842-0.561 1.291-0.561s0.954 0.224 1.291 0.561l2.806 2.806c0.337 0.337 0.561 0.842 0.561 1.291z'/%3E%3C/svg%3E");
}

.ss-sidebar-container .ss-facets .ss-facet-container.ss-collapsed .ss-facet-options {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 100%;
	opacity: 0;
}

.ss-sidebar-container .ss-facets .ss-facet-container .ss-title {
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 20px 0;
	padding: 0 22px 10px 0;
}

.ss-sidebar-container .ss-facets .ss-facet-container .ss-title: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='%23635da8' d='M56 39.671c0 0.449-0.224 0.954-0.561 1.291l-2.806 2.806c-0.337 0.337-0.786 0.561-1.291 0.561-0.449 0-0.954-0.224-1.291-0.561l-22.052-22.052-22.052 22.052c-0.337 0.337-0.842 0.561-1.291 0.561s-0.954-0.224-1.291-0.561l-2.806-2.806c-0.337-0.337-0.561-0.842-0.561-1.291s0.224-0.954 0.561-1.291l26.148-26.148c0.337-0.337 0.842-0.561 1.291-0.561s0.954 0.224 1.291 0.561l26.148 26.148c0.337 0.337 0.561 0.842 0.561 1.291z'/%3E%3C/svg%3E");
	position: absolute;
	top: 6px;
	right: 0;
}

.ss-sidebar-container .ss-facets .ss-facet-container .ss-facet-options {
	position: static;
	width: auto;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

/* Facets - Breakpoint 991px */
@media only screen and (max-width: 991px) {
	.ss-sidebar-container .ss-facets .ss-facet-container {
		margin: 0;
	}
	.ss-sidebar-container .ss-facets .ss-facet-container.ss-collapsed .ss-title {
		border-bottom: 1px solid #cccccc;
	}
	.ss-sidebar-container .ss-facets .ss-facet-container .ss-title {
		background: #ececec;
		border-left: 20px solid #ececec;
		border-right: 20px solid #ececec;
		border-bottom: 1px solid #ececec;
		padding-top: 13.33333px;
		padding-bottom: 13.33333px;
		margin: 0;
	}
	.ss-sidebar-container .ss-facets .ss-facet-container .ss-title:before {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.ss-sidebar-container .ss-facets .ss-facet-container .ss-facet-options {
		padding: 20px;
	}
}

/* Pagination */
.ss-pagination .ss-pagination-row {
	margin: 0 -6px;
}

.ss-pagination .ss-pagination-row .ss-page, .ss-pagination .ss-pagination-row .ss-page-previous .ss-page-link:before, .ss-pagination .ss-pagination-row .ss-page-next .ss-page-link:after {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.ss-pagination .ss-pagination-row .ss-page .ss-page-link, .ss-pagination .ss-pagination-row .ss-page .ss-page-label {
	display: block;
	padding: 0 6px;
	height: 30px;
	line-height: 30px;
}

.ss-pagination .ss-pagination-row .ss-active .ss-page-label {
	color: #635da8;
	font-weight: bold;
}

.ss-pagination .ss-pagination-row .ss-page-previous .ss-page-link, .ss-pagination .ss-pagination-row .ss-page-next .ss-page-link {
	font-size: 0;
}

.ss-pagination .ss-pagination-row .ss-page-previous .ss-page-link:before, .ss-pagination .ss-pagination-row .ss-page-next .ss-page-link:after {
	content: '';
	position: relative;
	top: -1px;
	width: 12px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.ss-pagination .ss-pagination-row .ss-page-previous .ss-page-link:before {
	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='%23635da8' d='M44.329 4.657c0 0.449-0.224 0.954-0.561 1.291l-22.052 22.052 22.052 22.052c0.337 0.337 0.561 0.842 0.561 1.291s-0.224 0.954-0.561 1.291l-2.806 2.806c-0.337 0.337-0.842 0.561-1.291 0.561s-0.954-0.224-1.291-0.561l-26.148-26.148c-0.337-0.337-0.561-0.842-0.561-1.291s0.224-0.954 0.561-1.291l26.148-26.148c0.337-0.337 0.842-0.561 1.291-0.561s0.954 0.224 1.291 0.561l2.806 2.806c0.337 0.337 0.561 0.786 0.561 1.291z'/%3E%3C/svg%3E");
}

.ss-pagination .ss-pagination-row .ss-page-next .ss-page-link:after {
	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='%23635da8' d='M44.329 28c0 0.449-0.224 0.954-0.561 1.291l-26.148 26.148c-0.337 0.337-0.842 0.561-1.291 0.561s-0.954-0.224-1.291-0.561l-2.806-2.806c-0.337-0.337-0.561-0.786-0.561-1.291 0-0.449 0.224-0.954 0.561-1.291l22.052-22.052-22.052-22.052c-0.337-0.337-0.561-0.842-0.561-1.291s0.224-0.954 0.561-1.291l2.806-2.806c0.337-0.337 0.842-0.561 1.291-0.561s0.954 0.224 1.291 0.561l26.148 26.148c0.337 0.337 0.561 0.842 0.561 1.291z'/%3E%3C/svg%3E");
}

/* Pagination - Breakpoint 991px */
@media only screen and (max-width: 991px) {
	.ss-pagination .ss-pagination-row {
		margin: 0 -8px;
	}
	.ss-pagination .ss-pagination-row .ss-page .ss-page-link, .ss-pagination .ss-pagination-row .ss-page .ss-page-label {
		font-size: 16px;
		padding: 0 8px;
	}
	.ss-pagination .ss-pagination-row .ss-page-first, .ss-pagination .ss-pagination-row .ss-page-last, .ss-pagination .ss-pagination-row .ss-page-hellip {
		display: none;
	}
	.ss-pagination .ss-pagination-row .ss-page-previous .ss-page-link, .ss-pagination .ss-pagination-row .ss-page-next .ss-page-link {
		font-size: 0;
	}
}

/* Toolbar */
.ss-toolbar .ss-toolbar-row {
	margin: 0 -5px -20px -5px;
}

.ss-toolbar .ss-toolbar-row .ss-toolbar-column {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0 5px;
	margin: 0 0 20px 0;
	min-width: 1px;
}

.ss-toolbar .ss-toolbar-row .ss-content-column {
	margin-right: auto;
}

.ss-toolbar .ss-toolbar-row .ss-pagination {
	margin-left: auto;
}

.ss-toolbar-top .ss-toolbar-row {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ss-toolbar-top .ss-toolbar-row .ss-toolbar-content {
	margin-right: auto;
}

.ss-toolbar-bottom .ss-pagination .ss-pagination-row {
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Toolbar - Breakpoint 991px */
@media only screen and (max-width: 991px) {
	.ss-toolbar .ss-toolbar-row .ss-content-column, .ss-toolbar .ss-toolbar-row .ss-slideout-column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	.ss-toolbar .ss-toolbar-row .ss-sort-by {
		width: 60%;
	}
	.ss-toolbar .ss-toolbar-row .ss-per-page {
		width: 40%;
	}
	.ss-toolbar .ss-toolbar-row .ss-pagination {
		width: 100%;
	}
	.ss-toolbar-top .ss-pagination .ss-pagination-row {
		text-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* Merchandising */
.ss-merchandising img {
	max-width: 100%;
	height: auto !important;
}

/* Header Container */
.ss-targeted .ss-results-title {
	margin: 0;
	font-family: "playfair_displaybold", "Liberation Mono", "Courier New", monospace;
}

.ss-targeted .ss-results-title a {
	font-size: inherit;
}

.ss-targeted .ss-results-title .ss-results-query {
	color: #635da8;
}

.ss-targeted .ss-oq {
	margin: 5px 0 0 0;
}

.ss-targeted .ss-oq .ss-oq-link {
	color: #635da8;
}

#searchspring-header {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #cccccc;
}

.ss-theme-everest #searchspring-header {
	padding: 0;
	border: 0;
}

/* Results - Items */
.ss-results .ss-item-container .product-listing .product-listing-image {
	margin: 0 0 10px 0;
}

.ss-results .ss-item-container .product-listing .product-listing-details > * {
	margin: 0 0 2px 0;
}

.ss-results .ss-item-container .product-listing .product-listing-details > *:last-child {
	margin-bottom: 0;
}

.ss-results .ss-item-container .product-listing .product-listing-details .ss-delivery-status span {
	color: #212121;
	text-transform: uppercase;
}

.ss-results .ss-item-container .product-listing .product-listing-details .next-day span strong {
	color: #fba43a;
}

/* Results - Loading */
.ss-results-loading {
	height: 5px;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	margin: auto;
}

.ss-results-loading.ss-active {
	-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;
	opacity: 1;
	visibility: visible;
	z-index: 9999;
	background: #ececec;
}

.ss-results-loading.ss-active .ss-results-loading-bar {
	position: absolute;
	top: 0;
	left: -200px;
	height: 100%;
	background-color: #635da8;
	background-image: -webkit-linear-gradient(left, #635da8, #635da8);
	background-image: -moz-linear-gradient(left, #635da8, #635da8);
	background-image: -o-linear-gradient(left, #635da8, #635da8);
	background-image: linear-gradient(to right, #635da8, #635da8);
	-webkit-animation: loading 2s linear infinite;
	-moz-animation: loading 2s linear infinite;
	-ms-animation: loading 2s linear infinite;
	-o-animation: loading 2s linear infinite;
	animation: loading 2s linear infinite;
}

@keyframes loading {
	from {
		left: -200px;
		width: 30%;
	}
	50% {
		width: 30%;
	}
	70% {
		width: 70%;
	}
	80% {
		left: 50%;
	}
	95% {
		left: 120%;
	}
	to {
		left: 100%;
	}
}

/* No Results */
.ss-has-no-results .ss-layout-row .ss-layout-sidebar {
	display: none;
}

.ss-has-no-results .ss-did-you-mean a {
	text-decoration: underline;
}

.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;
}

.ss-no-results .ss-no-results-container a {
	color: #635da8;
}

.ss-no-results .ss-no-results-container a:hover {
	color: #212121;
}

.ss-no-results .ss-no-results-container .ss-contact-row {
	margin: 0 -20px;
}

.ss-no-results .ss-no-results-container .ss-contact-row .ss-contact-column {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 50%;
	padding: 0 20px;
}

/* No Results - Breakpoint 540px */
@media only screen and (max-width: 540px) {
	.ss-no-results .ss-no-results-container .ss-contact-row {
		display: block;
	}
	.ss-no-results .ss-no-results-container .ss-contact-row .ss-contact-column {
		width: auto;
	}
}

/* Slideout */
.ss-slideout_able [id*='___ratingbadge'] {
	border: 0 !important;
}

.searchspring-overlay {
	background-color: rgba(0, 0, 0, 0.8);
}

.ss-targeted .ss-slideout-button {
	width: 100%;
	position: relative;
	padding: 0 36px;
	font-size: 16px;
	text-align: center;
}

.ss-targeted .ss-slideout-button:before {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	content: '';
	width: 16px;
	height: 16px;
	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;
}

.ss-slideout-toolbar {
	line-height: 0;
	background: red;
	position: fixed;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 9999;
}

.ss-slideout-toolbar .ss-slideout-button-container .ss-slideout-button {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
}

.ss-slideout-toolbar .ss-slideout-button-container .ss-slideout-button:before {
	position: relative;
	top: -2px;
	left: 0;
	margin: 0 10px 0 0;
}

.ss-slideout-toolbar .ss-slideout-button-container .ss-slideout-button-filter {
	border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.ss-slideout-toolbar .ss-slideout-button-container .ss-slideout-button-sort {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.ss-slideout-toolbar .ss-slideout-button-container .ss-slideout-button-sort:before {
	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='M48.364 35.636c0 0.676-0.278 1.312-0.756 1.79l-17.818 17.818c-0.477 0.477-1.114 0.756-1.79 0.756s-1.312-0.278-1.79-0.756l-17.818-17.818c-0.477-0.477-0.756-1.114-0.756-1.79 0-1.392 1.153-2.545 2.545-2.545h35.636c1.392 0 2.545 1.153 2.545 2.545zM48.364 20.364c0 1.392-1.153 2.545-2.545 2.545h-35.636c-1.392 0-2.545-1.153-2.545-2.545 0-0.676 0.278-1.312 0.756-1.79l17.818-17.818c0.477-0.477 1.114-0.756 1.79-0.756s1.312 0.278 1.79 0.756l17.818 17.818c0.477 0.477 0.756 1.114 0.756 1.79z'/%3E%3C/svg%3E");
}

#searchspring-slideout_container, #searchspring-slideout_sort_container {
	overflow-y: hidden !important;
}

#searchspring-slideout_container .ss-slideout-header, #searchspring-slideout_sort_container .ss-slideout-header {
	position: relative;
	height: 60px;
	background: #635da8;
	padding: 0 60px 0 20px;
}

#searchspring-slideout_container .ss-slideout-header .ss-title, #searchspring-slideout_sort_container .ss-slideout-header .ss-title {
	font-size: 22px;
	color: #ffffff;
	margin: 0;
	line-height: 60px;
}

#searchspring-slideout_container .ss-slideout-header .ss-close, #searchspring-slideout_sort_container .ss-slideout-header .ss-close {
	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='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, #searchspring-slideout_sort_container .ss-slideout-sort {
	max-height: 90%;
	max-height: calc(100% - 60px);
	overflow-y: auto;
	overflow-x: hidden;
}

#searchspring-slideout_sort_container {
	display: block;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999999;
	width: 90%;
	height: 100%;
	max-width: 300px;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	background: #ffffff;
	transition: all 200ms;
}

#searchspring-slideout_sort_container.ss-slideout_show {
	display: block;
	left: 0;
}

#searchspring-slideout_sort_container .ss-slideout-sort {
	padding: 20px;
}

#searchspring-slideout_sort_container .ss-slideout-sort .ss-list .ss-list-option {
	margin: 0 0 5px 0;
}

#searchspring-slideout_sort_container .ss-slideout-sort .ss-list .ss-list-option:last-child {
	margin-bottom: 0;
}

.ss-theme-everest #searchspring-slideout_container, .ss-theme-everest #searchspring-slideout_sort_container {
	bottom: -9999px;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 80%;
	transition: bottom ease 0.5s;
}

.ss-theme-everest #searchspring-slideout_container.ss-slideout_show, .ss-theme-everest #searchspring-slideout_sort_container.ss-slideout_show {
	bottom: 0;
}

.ss-theme-everest #searchspring-slideout_container {
	max-height: 80%;
}

.ss-theme-everest #searchspring-slideout_sort_container {
	max-height: 50%;
}