/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Base Styles
============================================== */

html,
body {
	min-height: 100%;
}

html {
	font-size: 16px;
}

body {
	height: 100%;
	-webkit-print-color-adjust: exact;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	backface-visibility: hidden;
	background-attachment: fixed;
	font-family: "Manrope", serif;
	font-size: 14px;
	line-height: 1.5;
	color: #3f3e40;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

a {
	color: #7061a9;
	text-decoration: none;
}

a:hover {
	color: #3f3e40;
}

ul {
	list-style: none;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.ss-lite-title {
	font-weight: 700;
	font-family: "Manrope", serif;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5,
h6 {
	font-size: 18px;
}

hr {
	border: 0;
	border-top: 1px solid #ebebeb;
}

/* Form fields
============================================== */
input::-webkit-input-placeholder {
	color: #3f3e40;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

input:-moz-placeholder {
	color: #3f3e40;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

input::-moz-placeholder {
	color: #3f3e40;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

input:-ms-input-placeholder {
	color: #3f3e40;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

input :focus::-webkit-input-placeholder {
	color: #3f3e40;
}

input :focus:-moz-placeholder {
	color: #3f3e40;
}

input :focus::-moz-placeholder {
	color: #3f3e40;
}

input :focus:-ms-input-placeholder {
	color: #3f3e40;
}

input[type='text'],
button {
	border: 0;
	line-height: 1;
}

button {
	padding: 7px 20px;
	color: #ffffff;
	background: #382f5a;
	font-size: 18px;
	border: none;
	font-weight: bold;
	cursor: pointer;
}

button:hover {
	color: white;
	background: #4e37c1;
}

input[type='text'] {
	color: #3f3e40;
	padding: 10px;
	box-sizing: border-box;
	min-height: 40px;
}

/* Layout
============================================== */
.ss-lite-wrapper {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
	width: auto;
}

.ss-lite-flex-wrap,
.ss-lite-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-lite-flex-nowrap,
.ss-lite-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-lite-flex-wrap-center,
.ss-lite-flex-nowrap-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.ss-lite-row-5 {
	margin: 0 -5px;
}

.ss-lite-row-5>.ss-lite-col {
	padding: 0 5px;
}

.ss-lite-row-10 {
	margin: 0 -10px;
}

.ss-lite-row-10>.ss-lite-col {
	padding: 0 10px;
}

.ss-lite-row-20 {
	margin: 0 -20px;
}

.ss-lite-row-20>.ss-lite-col {
	padding: 0 20px;
}

.clear {
	clear: both;
}

/* Faded background
============================================== */
.ss-lite-header {
	background: #382f5a;
	border-bottom: 5px solid #7061a9;
}

.ss-lite-header,
.ss-lite-header .ss-lite-wrapper {
	position: relative;
}

.ss-lite-header .ss-lite-wrapper {
	padding: 20px;
}

/* Header
============================================== */
.ss-lite-header .ss-lite-subheader {
	text-transform: uppercase;
	color: #00cee1;
}

.ss-lite-header .ss-lite-icon {
	font-size: 20px;
	color: #fff;
}

.ss-lite-header .ss-dark-icon {
	font-size: 20px;
	color: #382f5a;
}

.ss-lite-header .ss-lite-header-logo {
	width: 250px;
}

.ss-lite-header .ss-lite-header-logo .st0 {
	fill: url(#SVGID_1_);
}

.ss-lite-header .ss-lite-header-logo .st1 {
	fill: url(#SVGID_2_);
}

.ss-lite-header .ss-lite-header-logo .st2 {
	fill: #515151;
}

.ss-lite-header .ss-lite-header-logo a {
	text-align: right;
	display: block;
}

.ss-lite-header .ss-lite-header-logo svg {
	max-width: 100%;
}

.ss-lite-header .ss-lite-header-buttons {
	width: 840px;
	margin: 0 0 0 auto;
}

.ss-lite-header .ss-lite-header-buttons .ss-lite-search-bar {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
}

.ss-lite-header .ss-lite-header-buttons .ss-lite-search-bar .ss-lite-input[type='text'] {
	border: 1px solid #ebebeb;
	border-radius: 4px;
	outline: 0;
	padding-right: 90px;
	width: 100%;
}

.ss-lite-header .ss-lite-header-buttons .ss-lite-search-bar .ss-lite-input[type='text']::placeholder {
	color: #c9c9c9;
	font-weight: 100;
}

.ss-lite-header .ss-lite-header-buttons .ss-lite-search-bar .ss-lite-button {
	background-color: transparent;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}

.ss-lite-header .ss-lite-header-buttons .ss-lite-store-icons {
	margin: 0 0 0 15px;
}

.ss-lite-header .ss-lite-header-buttons .ss-lite-store-icons a {
	position: relative;
	padding: 0 5px;
}

.ss-lite-header .ss-lite-header-buttons .ss-lite-store-icons .ss-lite-cart-count {
	position: absolute;
	top: 6px;
	right: -6px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	background: #00cee1;
	border-radius: 100%;
}

.ss-lite-header .ss-lite-header-buttons .ss-lite-store-icons .ss-lite-cart-count:hover {
	color: white;
	background: #4e37c1;
}

/* Navigation
============================================== */
.ss-lite-navigation {
	background: linear-gradient(180deg, #e3e0f8, #fff);
	border-top: 5px solid #7061a9;
}

.ss-lite-navigation .ss-lite-list {
	margin: 0 -20px -10px -20px;
	text-align: center;
}

.ss-lite-navigation .ss-lite-list li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	padding: 0 20px 10px 20px;
}

.ss-lite-navigation .ss-lite-list li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.ss-lite-navigation .ss-lite-list li a.active {
	border-bottom: 2px solid #00cee1;
}

.ss-lite-navigation .ss-lite-list li a:hover {
	color: #00cee1;
}

/* Main
============================================== */

.ss-lite-main {
	flex: 1;
	min-height: 500px;
	padding: 40px 0;
}

.ss-lite-breadcrumbs .ss-lite-list {
	margin: 0 -5px 40px -5px;
}

.ss-lite-breadcrumbs .ss-lite-list li {
	padding: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.ss-lite-main-layout {
	min-height: 600px;
}

.ss-lite-main-layout .ss-lite-sidebar {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 250px;
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
	max-width: 250px;
	margin: 0 40px 0 0;
}

.ss-lite-main-layout .ss-lite-content {
	width: 100%;
	min-width: 0;
}

/* Footer
============================================== */
.ss-lite-footer {
	padding: 20px 0;
	background-color: #382f5a;
	border-top: 5px solid #7061a9;
}

.ss-lite-footer,
.ss-lite-footer a,
.ss-lite-footer p,
.ss-lite-footer .ss-lite-title {
	color: #ffffff;
}

.ss-lite-footer a:hover {
	color: #00cee1;
}

.ss-lite-footer .ss-lite-col {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

.ss-lite-footer .ss-lite-col .ss-lite-title {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #7061a9;
}

.ss-lite-footer .ss-lite-col .ss-lite-title .ss-lite-icon {
	margin: 0 10px 0 0;
}

.ss-lite-footer .ss-lite-col.ss-lite-footer-visit .ss-lite-list li {
	display: inline-block;
	margin-right: 10px;
}

.ss-lite-footer .ss-lite-col.ss-lite-footer-visit a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: #7061a9;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.ss-lite-footer .ss-lite-col.ss-lite-footer-visit a:hover {
	color: #ffffff;
	background-color: #00cee1;
}

.ss-lite-footer .ss-lite-col.ss-lite-footer-visit a i {
	line-height: 30px;
	font-size: 16px;
}

/* Footer Copyright
============================================== */
.ss-lite-footer-copyright {
	padding: 30px 0 0;
	text-align: center;
}

.ss-lite-footer-copyright p {
	margin: 0;
}

.ss-lite-footer-copyright p:first-child {
	margin: 0 0 2.5px 0;
}

/* Responsive
============================================== */

@media only screen and (max-width: 1200px) {
	.ss-lite-header .ss-lite-header-buttons {
		width: 600px;
	}
}

@media only screen and (max-width: 991px) {

	.ss-lite-footer .ss-lite-col,
	.ss-lite-footer .ss-lite-footer-information {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		width: 50%;
	}

	.ss-lite-header>.ss-lite-wrapper>.ss-lite-flex-wrap-center {
		display: block;
	}

	.ss-lite-header .ss-lite-header-logo,
	.ss-lite-header .ss-lite-header-buttons {
		width: auto;
	}

	.ss-lite-header .ss-lite-header-logo {
		max-width: 250px;
		margin: 0 0 20px 0;
	}

	.ss-lite-main .ss-lite-flex-nowrap {
		display: block;
	}

	.ss-lite-main .ss-lite-flex-nowrap .ss-lite-sidebar {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.ss-lite-navigation .ss-lite-list {
		margin: 0 -10px -10px -10px;
	}

	.ss-lite-navigation .ss-lite-list li {
		padding: 0 10px 10px 10px;
	}

	.ss-lite-navigation .ss-lite-list li a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 540px) {
	.ss-lite-footer .ss-lite-flex-wrap {
		display: block;
	}

	.ss-lite-footer .ss-lite-col,
	.ss-lite-footer .ss-lite-footer-information {
		width: auto;
	}
}

.ss-results-title .ss-oq {
	font-size: 14px;
	color: #3b23ad;
	font-weight: normal;
}

.ss-results-title .ss-oq em {
	font-weight: bold;
}

.ss-toolbar-row {
	margin-bottom: 20px;
}

.ss-toolbar-col {
	display: inline-block;
	margin: 10px 20px 10px 0;
}

.ss-toolbar-col.pagination,
.ss-toolbar.ss-toolbar-bottom {
	margin-top: 20px;
	float: right;
}

.ss-toolbar-col.pagination,
.ss-toolbar.ss-toolbar-bottom-infinite {
	display: flex;
	justify-content: center;
}

.ss-slideout__button {
	width: 100%;
	border: 1px solid #333;
	text-align: center;
	padding: 10px 0;
	margin: 10px 0;
	font-size: 1.2em;
	cursor: pointer;
}

.ss-slider button {
	color: inherit;
}

#login-modal {
	background: white;
	border-radius: 5px;
	padding: 20px;
	border: 1px solid #ccc;
	width: 450px;
	position: absolute;
	z-index: 99999999;
	top: 10%;
	left: calc(50% - 225px);
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

#login-modal input {
	width: 80%;
	border: 1px solid #ccc;
}

#login-modal button {
	display: block;
	margin: 20px auto;
}

.ss__autocomplete {
	width: 100%;
}