@charset "UTF-8";

meta.foundation-version {
	font-family: "/5.5.3/"
}

meta.foundation-mq-small {
	font-family: "/only screen/";
	width: 0
}

meta.foundation-mq-small-only {
	font-family: "/only screen and (max-width: 551px)/";
	width: 0
}

meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:551px)/";
	width: 551px
}

meta.foundation-mq-medium-only {
	font-family: "/only screen and (min-width:551px) and (max-width:992px)/";
	width: 551px
}

meta.foundation-mq-large {
	font-family: "/only screen and (min-width:992px)/";
	width: 992px
}

meta.foundation-mq-large-only {
	font-family: "/only screen and (min-width:992px) and (max-width:1261px)/";
	width: 992px
}

meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:1261px)/";
	width: 1261px
}

meta.foundation-mq-xlarge-only {
	font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
	width: 1261px
}

meta.foundation-mq-xxlarge {
	font-family: "/only screen and (min-width:1681px)/";
	width: 1681px
}

meta.foundation-data-attribute-namespace {
	font-family: false
}

.u-block {
	display: block !important
}

.u-inlineBlock {
	display: inline-block !important;
	max-width: 100% !important
}

.u-hidden {
	display: none !important
}

.u-hiddenVisually {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}

.is-srOnly {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}

.u-textAlignCenter {
	text-align: center !important
}

.u-textAlignLeft {
	text-align: left !important
}

.u-textAlignRight {
	text-align: right !important
}

.u-textBreak {
	word-wrap: break-word !important
}

.u-textInheritColor {
	color: inherit !important
}

.u-textKern {
	text-rendering: optimizeLegibility !important;
	font-feature-settings: "kern" 1 !important;
	font-kerning: normal !important
}

.u-textLead {
	line-height: 1.6 !important;
	font-size: 1.1em !important
}

.u-textNoWrap {
	white-space: nowrap !important
}

.u-textTruncate {
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	word-wrap: normal !important
}

.u-fontSmoothing {
	-moz-osx-font-smoothing: grayscale !important;
	-webkit-font-smoothing: antialiased !important
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

*,
:after,
:before {
	box-sizing: border-box
}

body,
html {
	height: 100%
}

body {
	background: #fff;
	color: #495057;
	cursor: auto;
	margin: 0;
	padding: 0;
	position: relative
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

a:hover {
	cursor: pointer
}

figure {
	margin: 0 0 1.5rem
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

img {
	-ms-interpolation-mode: bicubic
}

button {
	background: 0 0;
	border: 0
}

button:active,
button:focus {
	box-shadow: none;
	outline: 0
}

textarea {
	height: auto;
	min-height: 50px
}

select {
	width: 100%
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
	margin: 0;
	padding: 0
}

html {
	font-size: 13px
}

@media (min-width:551px) {
	html {
		font-size: 13px
	}
}

@media (min-width:992px) {
	html {
		font-size: 13px
	}
}

@media (min-width:1261px) {
	html {
		font-size: 13px
	}
}

body {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.5
}

a {
	color: #999;
	line-height: inherit;
	text-decoration: underline
}

a:focus,
a:hover {
	color: #dd3b38
}

p {
	margin-bottom: 1.5rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: .25px;
	margin-bottom: .76923rem
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #989898;
	font-size: 60%;
	line-height: 0
}

h1 {
	font-size: 28px
}

h2 {
	font-size: 20px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 15px
}

h6 {
	font-size: 13px
}

.subheader {
	font-weight: 400;
	line-height: 24px;
	margin-bottom: .76923rem
}

hr {
	border: solid #e5e5e5;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 2.03846rem 0 1.96154rem
}

em,
i {
	font-style: italic;
	line-height: inherit
}

b,
strong {
	font-weight: 700;
	line-height: inherit
}

small {
	font-size: 60%;
	line-height: inherit
}

dl,
ol,
ul {
	list-style-position: outside;
	margin-bottom: 1.5rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-left: 1.2rem;
	margin-bottom: 0
}

ul {
	margin-left: 1.15rem
}

ol {
	margin-left: 1.15rem
}

dl dt {
	font-weight: 700;
	margin-bottom: .38462rem
}

dl dd {
	margin-bottom: 1.5rem
}

abbr,
acronym {
	border-bottom: 1px dotted #dfdfdf;
	color: #495057;
	cursor: help;
	font-size: 90%;
	text-transform: uppercase
}

abbr {
	text-transform: none
}

blockquote,
blockquote p {
	font-size: 22px;
	line-height: 29px
}

cite {
	color: #999;
	display: block;
	font-size: 1rem
}
.am-grid h2{
	text-align: left;
	font-size: 20px;
}
.am-box {
	background: linear-gradient(315deg, #EFEFEF, #FDFDFD);
	border-radius: 12px;
	margin: 20px;
	padding: 30px;
	height: fit-content;
	min-height: 520px
}

.am-box:hover {
	background: linear-gradient(150deg, #EFEFEF, #FDFDFD);
	border-radius: 12px;
}

.am-catalog {
	flex-wrap: nowrap;
	margin-left: -30px;
}

.service {
	display: flex;
}

.service-block {
	border: 1px solid #d2d2d2;
	border-radius: 20px;
	padding: 20px;
	margin-right: 20px;
	width: 48%;
}

.service-block figcaption {
	float: right;
	width: 50%;
}

.service-block img{
	width: 120px;
	float: left;
}

@media (max-width:767px) {
	.am-catalog {
	flex-wrap: wrap;
	margin-left: -15px;
}}

@media (max-width:767px) {
	.productView-related .products-list .product-table .right-block .list, .products-category .products-list .product-table .right-block .list {min-width: 100%; background: #f0f0f0;}
	.productView-related .products-list .product-table .right-block .price-section, .products-category .products-list .product-table .right-block .price-section {min-width: 50%;}
	.button-group {min-width: 50%;}
	.service-block {flex-wrap: wrap;margin: 10px 0;width: 100%;}
	.service {margin: 0 auto;}
}

.icon {
	height: 1.23077rem;
	width: 1.23077rem;
	display: inline-block;
	vertical-align: middle
}

.icon svg {
	display: inline-block;
	fill: #4f4f4f;
	height: 100%;
	vertical-align: top;
	width: 100%
}

.inlineList {
	list-style: none;
	margin-top: 0;
	margin-bottom: 1.30769rem;
	margin-left: -1.69231rem;
	margin-right: 0;
	overflow: hidden;
	padding: 0
}

.inlineList>li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 1.69231rem
}

.inlineList>li>* {
	display: block
}

.table {
	border: solid 1px #e5e5e5;
	margin-bottom: 2.03846rem;
	table-layout: auto;
	width: 100%
}

.table thead {
	background: #f2f2f2
}

.table thead tr td,
.table thead tr th {
	font-size: 1rem;
	font-weight: 700;
	padding: .76923rem 1.5rem
}

.table tr td,
.table tr th {
	padding: .76923rem 1.5rem;
	text-align: left
}

.table tbody tr td,
.table tbody tr th,
.table tfoot tr td,
.table tfoot tr th,
.table thead tr th,
.table tr td {
	display: table-cell
}

.table td.table-cell--numericData,
.table th.table-header--numericData {
	text-align: right
}

.table-thead {
	border: 1px solid #e5e5e5
}

.table-tfoot {
	border: 1px solid #e5e5e5
}

.table-tbody tr {
	border-bottom: 1px solid #e5e5e5
}

.table-tbody tr:last-child {
	border-bottom: 0
}

.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 1rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background-color: transparent;
	border-color: #dfdfdf;
	color: #454545;
	font-size: 1rem;
	padding: .92308rem 2.26923rem;
	border-radius: 4px;
	outline: 0;
	vertical-align: middle
}

.button.active,
.button.is-active,
.button:focus,
.button:hover {
	background-color: transparent;
	border-color: #989898;
	color: #666
}

.button:active {
	background-color: transparent;
	border: 1px solid #454545;
	color: #454545
}

.button.active,
.button.is-active,
.button:focus {
	outline: 0
}

@media (min-width:481px) {
	.button+.button {
		margin-left: .76923rem
	}
}

.button--primary {
	background-color: #454545;
	border-color: #454545;
	color: #fff
}

.button--primary.active,
.button--primary.is-active,
.button--primary:focus,
.button--primary:hover {
	background-color: #666;
	border-color: #666;
	color: #fff
}

.button--primary:active {
	background-color: #989898;
	border: 1px solid #989898;
	color: #fff
}

.button[disabled] {
	background-color: #dadada;
	border-color: #dadada;
	color: #fff;
	cursor: default
}

.button--large {
	font-size: 15px
}

.button--small {
	font-size: 13px;
	padding: .53846rem 1.5rem
}

.button--slab {
	display: block;
	width: 100%
}

.button+.button--slab {
	margin-left: 0
}

.button--icon {
	font-size: 1rem;
	padding: .76923rem .76923rem
}

.button--icon svg {
	fill: #dd3b38
}

.buttonGroup {
	display: inline-block
}

.buttonGroup>.button {
	border-radius: 0;
	border-right-width: 0;
	float: left;
	margin-left: 0
}

.buttonGroup>.button:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.buttonGroup>.button:last-child {
	border-bottom-right-radius: 4px;
	border-right-width: 1px;
	border-top-right-radius: 4px
}

.dropdown-menu {
	display: none;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	position: absolute;
	background: #e8e8e8;
	font-size: 1rem;
	height: auto;
	width: 100%;
	z-index: 89;
	max-width: 200px
}

.dropdown-menu.open {
	display: block
}

.dropdown-menu>:first-child {
	margin-top: 0
}

.dropdown-menu>:last-child {
	margin-bottom: 0
}

.dropdown-menu--content {
	display: none;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	position: absolute;
	background: #e8e8e8;
	font-size: 1rem;
	height: auto;
	padding: .76923rem;
	width: 100%;
	z-index: 89;
	max-width: 200px
}

.dropdown-menu--content.open {
	display: block
}

.dropdown-menu--content>:first-child {
	margin-top: 0
}

.dropdown-menu--content>:last-child {
	margin-bottom: 0
}

.dropdown-menu-item {
	cursor: pointer;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	padding: .38462rem .76923rem
}

.dropdown-menu-item a {
	display: block;
	padding: .38462rem
}

.dropdown-menu-item a {
	margin: -.38462rem
}

.form {
	margin: 0 0 1.5rem
}

.form-fieldset {
	border-width: 0;
	margin: 0;
	padding: 0
}

.form-legend {
	background: 0 0;
	border: solid #4f4f4f;
	border-width: 0 0 1px;
	display: block;
	line-height: 32px;
	margin-bottom: .76923rem;
	padding: 0;
	width: 100%
}

.form-label {
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: .53846rem
}

.form-label small {
	color: #989898;
	font-size: .76923rem;
	text-transform: uppercase;
	vertical-align: bottom
}

.form-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	color: #454545;
	display: block;
	font-family: inherit;
	font-size: 1rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	height: 3rem;
	margin: 0;
	padding: .75rem 1rem;
	transition: border-color .1s ease-out;
	width: 100%
}

.form-input:disabled {
	background-color: #fff;
	color: #a5a5a5;
	cursor: not-allowed
}

.form-input[readonly] {
	background-color: #f8f8f8;
	border-color: #4f4f4f;
	color: #989898;
	cursor: text
}

.form-input:focus {
	border-color: #dd3b38;
	outline: 0
}

#search_query:focus {
	border-color: #ff6b6b;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(232, 90, 90, 0.2);
}

.form-input[rows] {
	height: auto
}

.form-input[type=search] {
	box-sizing: border-box
}

.form-input::-webkit-input-placeholder {
	color: #a5a5a5
}

.form-input::-ms-clear {
	height: 0;
	width: 0
}

.form-input::-moz-placeholder {
	color: #a5a5a5
}

.form-input:-ms-input-placeholder {
	color: #a5a5a5
}

.form-select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #fff;
	border-radius: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #dfdfdf;
	color: #454545;
	font-family: inherit;
	font-size: 1rem;
	line-height: normal;
	padding: .75rem;
	border-radius: 0;
	cursor: pointer;
	height: 3rem;
	margin: 0;
	outline: 0
}

.form-select::-ms-expand {
	display: none
}

.form-select.radius {
	border-radius: 4px
}

.form-select:focus {
	border-color: #989898
}

.form-select:disabled {
	background-color: #fff;
	cursor: not-allowed
}

.form-select:focus {
	border-color: #989898
}

.form-body {
	background-color: #fff;
	border: 1px solid #4f4f4f;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
	margin-bottom: 1.5rem;
	max-width: none;
	padding: 1.5rem
}

.form-row {
	margin: 0 -.75rem;
	max-width: none;
	width: auto
}

.form-row:after,
.form-row:before {
	content: " ";
	display: table
}

.form-row:after {
	clear: both
}

.form-row .form-field {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left;
	max-width: none
}

@media (min-width:551px) {
	.form-row--half .form-field {
		width: 50%
	}

	.form-row--third .form-field {
		width: 33.33333%
	}

	.form-row--quarter .form-field {
		width: 25%
	}
}

.form-field {
	display: block;
	margin: 0 0 2.03846rem;
	max-width: none
}

.form-field:after,
.form-field:before {
	content: " ";
	display: table
}

.form-field:after {
	clear: both
}

.form-select[multiple] {
	height: auto
}

.form-select[multiple] option {
	padding: 5px
}

.form-checkbox,
.form-radio {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.form-checkbox+.form-label,
.form-radio+.form-label {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: .38462rem;
	padding-left: 1.88462rem;
	position: relative;
	vertical-align: baseline;
	width: 100%
}

.form-checkbox+.form-label::after,
.form-checkbox+.form-label::before,
.form-radio+.form-label::after,
.form-radio+.form-label::before {
	content: "";
	display: block;
	position: absolute;
	transition: all 50ms ease-out
}

.form-checkbox+.form-label::before,
.form-radio+.form-label::before {
	background-color: #fff;
	border: solid #ccc;
	border-width: 1px;
	height: 1.23077rem;
	left: 0;
	top: 0;
	width: 1.23077rem
}

.form-checkbox+.form-label::after,
.form-radio+.form-label::after {
	height: 1.07692rem;
	left: 1px;
	opacity: 0;
	top: 1px;
	transform: scale(0);
	width: 1.07692rem
}

.form-checkbox:checked+.form-label::after,
.form-radio:checked+.form-label::after {
	opacity: 1;
	transform: scale(1)
}

.form-checkbox[disabled]+.form-label,
.form-radio[disabled]+.form-label {
	cursor: default
}

.form-checkbox[disabled]+.form-label::before,
.form-radio[disabled]+.form-label::before {
	background-color: #fff
}

.form-checkbox+.form-label::before {
	border-radius: 4px
}

.form-checkbox+.form-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	color: rgba(79, 79, 79, .999);
	content: "";
	font-size: 1.07692rem;
	line-height: 1;
	text-align: center
}

.form-radio+.form-label::before {
	border-radius: 50%
}

.form-radio+.form-label::after {
	background: rgba(79, 79, 79, .999);
	border: 3px solid #fff;
	border-radius: 1.07692rem
}

.form-input.has-action {
	float: left;
	padding-right: 2.84615rem
}

.form-input.has-action+.button--inputAction {
	background: 0 0;
	border: 0;
	border-radius: 0 0 0 0;
	float: left;
	height: 2.84615rem;
	margin: .07692rem 0 0 -2.92308rem;
	width: 2.84615rem
}

.form-input.has-icon {
	float: left;
	padding-right: 2.76923rem
}

.form-input.has-icon+.icon {
	height: 3rem;
	margin-left: -2.76923rem;
	width: 1.53846rem
}

.form-prefixPostfix {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.form-prefixPostfix .form-input {
	-ms-flex: 1;
	flex: 1
}

.form-prefixPostfix .button {
	height: 3rem
}

.form-prefixPostfix-input {
	border-radius: 0 0 0 0
}

.form-prefixPostfix-label {
	background-color: #fff;
	border: solid #4f4f4f;
	border-width: 1px;
	-ms-flex: 1;
	flex: 1;
	font-weight: 300;
	height: 3rem;
	line-height: normal;
	max-width: 6.92308rem;
	padding: .75rem;
	text-align: center
}

.form-prefixPostfix-label--prefix {
	border-radius: 0 0 0 0;
	border-width: 1px 0 1px 1px
}

.form-prefixPostfix-label--prefix+.form-input {
	border-radius: 0 0 0 0
}

.form-prefixPostfix-label--postfix {
	border-radius: 0 0 0 0;
	border-width: 1px 1px 1px 0
}

.form-prefixPostfix-button--prefix {
	margin: 0 .75rem 0 0
}

.form-prefixPostfix-button--postfix {
	margin: 0 0 0 .75rem
}

.switch-checkbox {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.switch-checkbox:focus+.switch-toggle {
	border-color: #dd3b38;
	box-shadow: 0 0 4px rgba(253, 184, 25, .4)
}

.switch-toggle {
	background-color: #989898;
	border: 1px solid #989898;
	border-radius: 2.15385rem;
	cursor: pointer;
	display: inline-block;
	height: 2.15385rem;
	position: relative;
	transition: all .1s ease-out;
	vertical-align: middle;
	width: 4.61538rem
}

.switch--important .switch-toggle {
	background-color: #d4cb49;
	border-color: #d4cb49
}

.switch--checked .switch-toggle {
	background-color: #dd3b38;
	border-color: #dd3b38
}

.switch--disabled .switch-toggle {
	background-color: #e8e8e8;
	border-color: #a5a5a5;
	cursor: default
}

.switch-toggle::before {
	background: #fff;
	border-radius: 1.53849rem;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	content: "";
	height: 1.53849rem;
	left: .23075rem;
	position: absolute;
	top: .23075rem;
	transition: all .1s ease-out;
	width: 1.53849rem
}

.switch--checked .switch-toggle::before {
	left: 2.69229rem
}

.switch-label {
	color: #fff;
	height: 26px;
	line-height: 2.07692;
	position: absolute;
	right: .46154rem;
	text-transform: uppercase;
	transition: all .1s ease-out
}

.switch--checked .switch-label {
	font-weight: 600;
	left: .46154rem;
	right: auto
}

.switch--disabled .switch-label {
	color: #989898
}

.switch-label--icon.icon {
	height: 2rem;
	width: 2rem
}

.switch-label--icon.icon svg {
	height: 2rem;
	width: 2rem;
	fill: white
}

.switch--disabled .switch-label--icon.icon svg {
	fill: #989898
}

.switch-description--off {
	color: #747474;
	margin-right: 5px
}

.switch--checked .switch-description--off {
	color: #989898
}

.switch-description--on {
	color: #989898;
	margin-left: 5px
}

.switch--checked .switch-description--on {
	color: #747474
}

.switch-ariaDescription {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.form-actions {
	background: 0 0;
	border: 0;
	text-align: center
}

@media (min-width:481px) {
	.form-actions {
		text-align: left
	}
}

.form-actions>* {
	display: inline-block;
	margin-bottom: 1rem;
	width: 100%
}

@media (min-width:481px) {
	.form-actions>* {
		vertical-align: baseline;
		width: auto
	}
}

@media (min-width:481px) {
	.form-actions--fixed {
		background: #fff;
		border-top: 1px solid #4f4f4f;
		bottom: 0;
		left: 0;
		padding: 1.5rem 2.03846rem;
		position: fixed;
		right: 0;
		text-align: right;
		z-index: 20
	}
}

.form-input-indicator {
	height: 1.69231rem;
	width: 1.69231rem;
	float: left;
	margin: 0 0 0 -2.30769rem;
	position: relative;
	top: .76923rem
}

.form-prefixPostfix .form-input-indicator {
	top: 0
}

.form-input-indicator>svg {
	fill: #dd3b38
}

.form-field-errors {
	list-style: none;
	margin-left: 0;
	margin-left: 0;
	clear: both;
	margin-bottom: 0;
	margin-top: .15385rem
}

.form-field-errors ol,
.form-field-errors ul {
	list-style: none;
	margin-bottom: 0
}

.form-inlineMessage {
	display: inline-block;
	line-height: 24px;
	margin: .38462rem 0 -.53846rem;
	width: 100%
}

.form-field--error .form-input,
.form-field--success .form-input,
.form-field--warning .form-input {
	float: left
}

.form-field--success .form-checkbox+.form-label::before,
.form-field--success .form-input,
.form-field--success .form-prefixPostfix-label,
.form-field--success .form-radio+.form-label::before,
.form-field--success .form-select {
	border-color: #dd3b38
}

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
	color: #dd3b38
}

.form-field--success .form-input-indicator>svg {
	fill: #dd3b38
}

.form-field--error .form-checkbox+.form-label::before,
.form-field--error .form-input,
.form-field--error .form-prefixPostfix-label,
.form-field--error .form-radio+.form-label::before,
.form-field--error .form-select {
	border-color: #ff7d7d
}

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
	color: #ff7d7d
}

.form-field--error .form-input-indicator>svg {
	fill: #ff7d7d
}

.form-field--warning .form-checkbox+.form-label::before,
.form-field--warning .form-input,
.form-field--warning .form-prefixPostfix-label,
.form-field--warning .form-radio+.form-label::before,
.form-field--warning .form-select {
	border-color: #d4cb49
}

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
	color: #d4cb49
}

.form-field--warning .form-input-indicator>svg {
	fill: #d4cb49
}

.panel {
	position: relative
}

.panel-header {
	background-color: #f2f2f2;
	margin: 0;
	padding: 1.5rem 2.03846rem 0
}

.panel-title {
	line-height: 1.5;
	margin: 0
}

.panel-body {
	margin-bottom: 1.5rem;
	padding: 1rem 2.03846rem 1.5rem;
	background: #f2f2f2
}

.panel-body>:first-child {
	margin-top: 0
}

.panel-body>:last-child {
	margin-bottom: 0
}

.panel-body>:last-child {
	margin-bottom: 0
}

.breadcrumbs {
	display: block;
	list-style: none;
	margin-left: 0;
	overflow: hidden
}

.breadcrumb {
	color: #989898;
	float: left;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	line-height: 1.5
}

.breadcrumb a {
	color: #989898
}

.breadcrumb.current {
	color: #989898;
	cursor: default
}

.breadcrumb.current a {
	color: #989898;
	cursor: default
}

.breadcrumb.current:focus,
.breadcrumb.current:focus a,
.breadcrumb.current:hover,
.breadcrumb.current:hover a {
	text-decoration: none
}

.breadcrumb.unavailable {
	color: #a5a5a5
}

.breadcrumb.unavailable a {
	color: #a5a5a5
}

.breadcrumb.unavailable a:focus,
.breadcrumb.unavailable:focus,
.breadcrumb.unavailable:hover,
.breadcrumb.unavailable:hover a {
	color: #a5a5a5;
	cursor: not-allowed;
	text-decoration: none
}

.breadcrumb:before {
	color: #989898;
	content: "/";
	margin: 0;
	position: relative;
	top: 1px
}

.breadcrumb:first-child:before {
	content: " ";
	margin: 0
}

.breadcrumb::before {
	margin: 0 .53846rem
}

@media (min-width:481px) {
	.breadcrumb::before {
		margin: 0 .53846rem
	}
}

.breadcrumb-label {
	cursor: pointer
}

.breadcrumb-label:hover {
	color: #4f4f4f;
	text-decoration: none
}

.breadcrumb.is-active>.breadcrumb-label {
	color: #989898;
	cursor: default
}

.breadcrumb.is-unavailable>.breadcrumb-label {
	color: #a5a5a5;
	cursor: default
}

.tabs {
	border-bottom: 1px solid #e5e5e5;
	margin: 0
}

.tabs:after,
.tabs:before {
	content: " ";
	display: table
}

.tabs:after {
	clear: both
}

.tab {
	border-bottom: #fff;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative
}

@media (min-width:551px) {
	.tab {
		float: left
	}
}

.tab-title {
	color: #989898;
	display: block;
	font-size: 15px;
	padding: .76923rem 1.53846rem
}

.tab-title:hover {
	color: #495057
}

.tab.is-active .tab-title {
	color: #495057;
	font-weight: 700
}

@media (min-width:551px) {
	.tabs--vertical {
		border-bottom: 0;
		float: left;
		margin: 0 0 1.5rem;
		max-width: 20%;
		width: 20%
	}
}

.tabs--vertical .tab {
	float: none
}

.tabs-contents {
	margin-bottom: 1.5rem
}

.tabs-contents:after,
.tabs-contents:before {
	content: " ";
	display: table
}

.tabs-contents:after {
	clear: both
}

@media (min-width:551px) {
	.tabs-contents--vertical {
		float: left;
		max-width: 80%;
		padding-left: 1.5rem;
		width: 80%
	}

	.tabs-contents--vertical>.tab-content {
		padding: 0 1.5rem
	}
}

.tab-content {
	display: none;
	padding: 1.5rem 0
}

.tab-content.is-active {
	display: block
}

.no-js .tab-content {
	display: block;
	float: none
}

.navBar:after,
.navBar:before {
	content: " ";
	display: table
}

.navBar:after {
	clear: both
}

.navBar ol,
.navBar ul {
	list-style: none;
	margin-left: 0;
	margin: 0;
	padding: 0
}

.navBar ol ol,
.navBar ol ul,
.navBar ul ol,
.navBar ul ul {
	list-style: none;
	margin-bottom: 0
}

.navBar ol li,
.navBar ul li {
	margin: 0;
	padding: 0
}

.navBar-section {
	float: left
}

.navBar-section:after,
.navBar-section:before {
	content: " ";
	display: table
}

.navBar-section:after {
	clear: both
}

.navBar-section--alt {
	float: right;
	margin-left: 1.5rem
}

.navBar-section+.navBar-section {
	margin-left: 1.5rem
}

@media (min-width:551px) {
	.navBar-item {
		float: left
	}
}

.navBar-action,
.navBar-item {
	display: block
}

.navBar-action {
	color: #747474;
	font-size: 15px;
	padding: .76923rem
}

.navList:after,
.navList:before {
	content: " ";
	display: table
}

.navList:after {
	clear: both
}

.navList ol,
.navList ul {
	list-style: none;
	margin-left: 0;
	margin: 0;
	padding: 0
}

.navList ol ol,
.navList ol ul,
.navList ul ol,
.navList ul ul {
	list-style: none;
	margin-bottom: 0
}

.navList ol li,
.navList ul li {
	margin: 0;
	padding: 0
}

.navList-section:after,
.navList-section:before {
	content: " ";
	display: table
}

.navList-section:after {
	clear: both
}

.navList-section--alt {
	float: right;
	margin-left: 1.5rem
}

.navList-section+.navList-section {
	margin-top: 1.5rem
}

.navList-action,
.navList-item {
	display: block
}

.navList-action {
	color: #999;
	font-size: 15px;
	padding: .15385rem 0
}

.pagination-list {
	display: block;
	margin-left: 0
}

.pagination-list li {
	color: #989898;
	font-size: 1rem;
	margin-left: .38462rem
}

.pagination-list li a,
.pagination-list li button {
	border-radius: 4px;
	transition: background-color .3s ease-out;
	background: 0 0;
	color: #989898;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: inherit;
	padding: .30769rem .53846rem
}

.pagination-list li {
	display: block
}

li.pagination-item {
	cursor: pointer
}

li.pagination-item:first-child {
	margin-left: 0
}

li.pagination-item a:hover {
	color: #999
}

li.pagination-item--current a,
li.pagination-item--current button {
	color: #999;
	cursor: default
}

.alertBox {
	border-style: none;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: .76923rem;
	padding: .76923rem 1.15385rem .76923rem 1.15385rem;
	position: relative;
	transition: opacity .3s ease-out;
	background-color: #e8e8e8;
	border-color: #e8e8e8;
	color: #fff
}

.alertBox .icon {
	height: 1.53846rem;
	width: 1.53846rem
}

.alertBox .button {
	margin: 0 0 0 .76923rem
}

.alertBox--info {
	background-color: #666;
	border-color: #666;
	color: #333
}

.alertBox--info svg {
	fill: #dfdfdf
}

.alertBox--success {
	background-color: #dd3b38;
	border-color: #dd3b38;
	color: #fff
}

.alertBox--success svg {
	fill: #fff
}

.alertBox--warning {
	background-color: #fffdea;
	border-color: #fffdea;
	color: #fff
}

.alertBox--warning svg {
	fill: #d4cb49
}

.alertBox--error {
	background-color: #fdd;
	border-color: #fdd;
	color: #fff
}

.alertBox--error svg {
	fill: #ff7d7d
}

.alertBox-column {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.alertBox-icon {
	padding-right: 1.15385rem
}

.alertBox-message {
	margin: 0;
	text-align: left;
	width: 100%
}

.alertBox-heading {
	margin: 0
}

.alertBox-close {
	cursor: pointer;
	padding-left: 1.15385rem
}

.alertBox-close .icon {
	height: 1.53846rem;
	width: 1.53846rem
}

.alertBox-close svg {
	fill: #4f4f4f
}

.accordion {
	margin-bottom: 0;
	border: #e5e5e5 solid;
	border-width: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
	margin: 0 0 1.5rem
}

.accordion:after,
.accordion:before {
	content: " ";
	display: table
}

.accordion:after {
	clear: both
}

.accordion-navigation {
	display: block;
	margin-bottom: 0 !important;
	border: #e5e5e5 solid;
	border-width: 1px 0;
	cursor: pointer
}

.accordion-navigation.is-open>a {
	background: #fff;
	color: #747474
}

.accordion-navigation>a {
	background: #fff;
	color: #495057;
	padding: 1.88462rem;
	display: block;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 1rem
}

.accordion-navigation>a:hover {
	background: #f2f2f2
}

.accordion-navigation .accordion-title {
	padding: 1.5rem 1.88462rem
}

.accordion-title {
	font-weight: 700;
	line-height: 24px
}

.accordion-content {
	display: none;
	padding: 2.03846rem;
	border: #e5e5e5 solid;
	border-width: 0 0 1px
}

.accordion-content.is-open {
	display: block
}

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open>a {
	color: #dd3b38
}

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open>a {
	color: #ff7d7d
}

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open>a {
	color: #d4cb49
}

body.has-activeModal {
	overflow: hidden
}

.modal-background {
	background: #747474;
	background: rgba(116, 116, 116, .95);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1004;
	left: 0
}

.has-activeModal .modal-background {
	display: block
}

.modal {
	border-radius: 0;
	display: none;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 1005;
	left: 0;
	background-color: #fff;
	padding: 2.25rem 2.25rem;
	border: solid 0 #e5e5e5;
	box-shadow: none;
	max-height: 80%;
	overflow: auto;
	position: fixed
}

@media only screen and (max-width:551px) {
	.modal {
		min-height: 100vh
	}
}

.modal .column,
.modal .columns {
	min-width: 0
}

.modal>:first-child {
	margin-top: 0
}

.modal>:last-child {
	margin-bottom: 0
}

@media only screen and (min-width:551px) {
	.modal {
		left: 0;
		margin: 0 auto;
		max-width: 80%;
		right: 0;
		width: 900px
	}
}

@media only screen and (min-width:551px) {
	.modal {
		top: 50% !important
	}
}

@media (min-width:551px) {
	.modal {
		transform: translateY(-50%)
	}
}

.modal--large {
	max-height: 90%;
	width: 1280px
}

.modal--small {
	width: 500px
}

.modal-header {
	border-bottom: 1px solid #e5e5e5;
	padding: 1rem 0;
	position: relative
}

.modal-header-title {
	margin: 0
}

.modal-body {
	padding: 3rem 0
}

.modal-body>:last-child {
	margin-bottom: 0
}

.modal-footer {
	border-top: 1px solid #e5e5e5;
	padding: .76923rem 1.5rem;
	text-align: center
}

@media (min-width:481px) {
	.modal-footer {
		text-align: right
	}
}

.modal-footer .button {
	display: block
}

@media (min-width:481px) {
	.modal-footer .button {
		display: inline-block;
		margin-bottom: 0
	}
}

.modal-footer-link {
	display: inline-block;
	font-size: 15px;
	margin: 0 0 .76923rem
}

@media (min-width:481px) {
	.modal-footer-link {
		display: inline;
		margin: 1.5rem
	}
}

.modal-close {
	color: #666;
	cursor: pointer;
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	top: 1.05rem;
	right: .75rem;
	transform: translateY(none)
}

.modal-close .icon {
	height: 1.53846rem;
	width: 1.53846rem
}

@media print {
	.modal {
		background: #fff !important;
		display: none
	}
}

.loadingNotification {
	left: 50%;
	position: fixed;
	text-align: center;
	top: 3rem;
	transform: translateX(-50%);
	transform-style: preserve-3d;
	transition: all .2s ease-out;
	z-index: 500
}

.loadingNotification.ng-hide-add-active,
.loadingNotification.ng-hide-remove {
	opacity: 0;
	top: 3.6rem;
	transform: scale(.9) translateX(-50%)
}

.loadingNotification.ng-hide-remove-active {
	opacity: 1;
	top: 3rem;
	transform: scale(1) translateX(-50%)
}

.loadingNotification-label {
	background: #666;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	padding: .38462rem .76923rem
}

.loadingOverlay-container {
	min-height: 120px;
	position: relative
}

.loadingOverlay {
	background: rgba(116, 116, 116, .9);
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 250ms ease-out;
	width: 100%
}

.loadingOverlay::before {
	height: 3.07692rem;
	width: 3.07692rem;
	border-radius: 3.07692rem;
	border: solid 2px;
	border-color: #fff #fff #989898 #989898;
	content: "";
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(0);
	transform-style: preserve-3d;
	animation: spin .5s infinite cubic-bezier(.69, .31, .56, .83)
}

.loadingOverlay.ng-enter,
.loadingOverlay.ng-leave.ng-leave-active {
	opacity: 0
}

.loadingOverlay.ng-enter.ng-enter-active,
.loadingOverlay.ng-leave {
	opacity: 1
}

@keyframes spin {
	0% {
		transform: translateY(-50%) rotate(0)
	}

	100% {
		transform: translateY(-50%) rotate(360deg)
	}
}

.actionBar {
	margin: 1.5rem 0
}

.actionBar:after,
.actionBar:before {
	content: " ";
	display: table
}

.actionBar:after {
	clear: both
}

.actionBar .button {
	margin-bottom: 0
}

.actionBar .buttonGroup {
	vertical-align: middle
}

.actionBar-link {
	display: block;
	padding: .76923rem 0
}

.actionBar-section:after,
.actionBar-section:before {
	content: " ";
	display: table
}

.actionBar-section:after {
	clear: both
}

@media (min-width:551px) {
	.actionBar-section {
		float: left
	}

	.actionBar-section .form-label {
		display: inline-block;
		margin: 0 .38462rem 0 0
	}

	.actionBar-section .form-input,
	.actionBar-section .form-select {
		display: inline-block;
		width: 15.38462rem
	}
}

@media (min-width:551px) {
	.actionBar-section--alt {
		float: right
	}
}

.actionBar-item {
	margin-bottom: 1.5rem
}

@media (min-width:551px) {
	.actionBar-item {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 1.5rem;
		vertical-align: middle
	}

	.actionBar-item:last-child {
		margin-right: 0
	}
}

.card {
	background-color: transparent;
	margin-bottom: 3rem;
	padding: 0 0
}

.card-figure {
	background-color: #fff;
	margin-bottom: 0;
	padding: 0 0;
	position: relative
}

.card-image {
	border: 1px solid #4f4f4f;
	width: 100%
}

.card-figcaption {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0
}

.card-figcaption:hover {
	opacity: 1
}

.card-figcaption-action {
	display: block;
	height: 100%
}

.card-figcaption-body {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transform-style: preserve-3d
}

.card-figcaption-body>:first-child {
	margin-top: 0
}

.card-figcaption-body>:last-child {
	margin-bottom: 0
}

.card-figcaption-body .card-text {
	color: #989898
}

.card-figcaption-button {
	background-color: rgba(255, 255, 255, .9);
	color: #747474
}

.card-figcaption-button:hover {
	background-color: #fff;
	color: #747474
}

.card-body {
	padding: .76923rem 0 0
}

.card-body>:first-child {
	margin-top: 0
}

.card-body>:last-child {
	margin-bottom: 0
}

.card-body .card-text {
	color: #989898
}

.card-surTitle {
	float: right;
	margin-left: 1.5rem;
	max-width: 40%;
	text-align: right
}

.card-footer {
	background-color: transparent;
	margin: 0
}

.card-footer:after,
.card-footer:before {
	content: " ";
	display: table
}

.card-footer:after {
	clear: both
}

.card-button {
	margin-bottom: 0
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff center center no-repeat
}

.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0px;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: .8
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .6
}

.slick-next:before,
.slick-prev:before {
	font-family: inherit;
	font-size: 20px;
	line-height: 1;
	color: #989898;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: ""
}

[dir=rtl] .slick-prev:before {
	content: ""
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: ""
}

[dir=rtl] .slick-next:before {
	content: ""
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: .8
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 20px;
	height: 20px;
	font-family: inherit;
	font-size: 60px;
	line-height: 20px;
	text-align: center;
	color: #747474;
	opacity: .6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #666;
	opacity: 1
}

.slick-next,
.slick-prev {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	z-index: 1;
	height: 4.69231rem;
	margin-top: -1.15385rem;
	padding: .76923rem;
	width: 3.07692rem
}

.slick-next::before,
.slick-prev::before {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	height: 3.15385rem;
	width: 1.53846rem
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%
}

.slick-next {
	right: -10px
}

@media (min-width:1261px) {
	.slick-next {
		right: -3.38462rem
	}
}

.slick-next::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23989898' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

.slick-next:hover::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+")
}

.slick-prev {
	left: -15px
}

@media (min-width:1261px) {
	.slick-prev {
		left: -3.38462rem
	}
}

.slick-prev::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23989898' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

.slick-prev:hover::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==")
}

.slick-dots {
	margin: 0
}

.slick-dots li {
	height: 2.46154rem;
	width: 2.46154rem;
	margin: 0;
	padding: .38462rem
}

.slick-dots li button,
.slick-dots li button::before {
	height: 1.15385rem;
	width: 1.15385rem;
	border-radius: 50%
}

.slick-dots li button {
	border: 1px solid #747474;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: middle
}

.slick-dots li button:hover::before {
	background: #747474
}

.slick-dots li button::before {
	display: block;
	left: -1px;
	top: -1px;
	transition: background .1s ease-out
}

.slick-dots li.slick-active button::before {
	background: #666
}

.slick-disabled {
	cursor: default;
	opacity: .1
}

.slick-track {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	perspective: 1000px
}

.pace {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pace-inactive {
	display: none
}

.pace-progress {
	background-color: #989898;
	height: .38462rem;
	position: fixed;
	right: 100%;
	top: 0;
	width: 100%;
	z-index: 2000
}

body.swal2-shown {
	overflow-y: hidden
}

body.swal2-iosfix {
	position: fixed;
	left: 0;
	right: 0
}

.swal2-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px;
	background-color: transparent;
	z-index: 1060
}

.swal2-container.swal2-top {
	-ms-flex-align: start;
	align-items: flex-start
}

.swal2-container.swal2-top-left {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.swal2-container.swal2-top-right {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.swal2-container.swal2-center {
	-ms-flex-align: center;
	align-items: center
}

.swal2-container.swal2-center-left {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.swal2-container.swal2-center-right {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.swal2-container.swal2-bottom {
	-ms-flex-align: end;
	align-items: flex-end
}

.swal2-container.swal2-bottom-left {
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.swal2-container.swal2-bottom-right {
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex-pack: center;
	justify-content: center
}

.swal2-container.swal2-grow-row>.swal2-modal {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.swal2-container.swal2-grow-column {
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
	-ms-flex-align: center;
	align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-top-left {
	-ms-flex-align: start;
	align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-right {
	-ms-flex-align: end;
	align-items: flex-end
}

.swal2-container.swal2-grow-column>.swal2-modal {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal {
	margin: auto
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.swal2-container .swal2-modal {
		margin: 0 !important
	}
}

.swal2-container.swal2-fade {
	transition: background-color .1s
}

.swal2-container.swal2-shown {
	background-color: rgba(0, 0, 0, .4)
}

.swal2-modal {
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	position: relative;
	max-width: 100%
}

.swal2-modal:focus {
	outline: 0
}

.swal2-modal.swal2-loading {
	overflow-y: hidden
}

.swal2-modal .swal2-title {
	color: #595959;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
	margin: 0 0 .4em;
	padding: 0;
	display: block;
	word-wrap: break-word
}

.swal2-modal .swal2-buttonswrapper {
	margin-top: 15px
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
	opacity: .4;
	cursor: no-drop
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
	box-sizing: border-box;
	border: 4px solid transparent;
	border-color: transparent;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 7.5px;
	vertical-align: top;
	background-color: transparent !important;
	color: transparent;
	cursor: default;
	border-radius: 100%;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
	margin-left: 30px;
	margin-right: 30px
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
	display: inline-block;
	content: '';
	margin-left: 5px;
	vertical-align: -1px;
	height: 15px;
	width: 15px;
	border: 3px solid #999;
	box-shadow: 1px 1px 1px #fff;
	border-right-color: transparent;
	border-radius: 50%;
	animation: rotate-loading 1.5s linear 0s infinite normal
}

.swal2-modal .swal2-styled {
	border: 0;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	margin: 15px 5px 0;
	padding: 10px 32px
}

.swal2-modal .swal2-styled:focus {
	outline: 0;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, .4)
}

.swal2-modal .swal2-image {
	margin: 20px auto;
	max-width: 100%
}

.swal2-modal .swal2-close {
	background: 0 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 38px;
	height: 40px;
	font-size: 36px;
	line-height: 40px;
	font-family: serif;
	position: absolute;
	top: 5px;
	right: 8px;
	cursor: pointer;
	color: #ccc;
	transition: color .1s ease
}

.swal2-modal .swal2-close:hover {
	color: #d55
}

.swal2-modal>.swal2-checkbox,
.swal2-modal>.swal2-file,
.swal2-modal>.swal2-input,
.swal2-modal>.swal2-radio,
.swal2-modal>.swal2-select,
.swal2-modal>.swal2-textarea {
	display: none
}

.swal2-modal .swal2-content {
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	color: #545454;
	word-wrap: break-word
}

.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-select,
.swal2-modal .swal2-textarea {
	margin: 20px auto
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
	transition: border-color .3s, box-shadow .3s
}

.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
	border-color: #f27474 !important;
	box-shadow: 0 0 2px #f27474 !important
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
	outline: 0;
	border: 1px solid #b4dbed;
	box-shadow: 0 0 3px #c4e6f5
}

.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
	color: #ccc
}

.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-textarea::placeholder {
	color: #ccc
}

.swal2-modal .swal2-range input {
	float: left;
	width: 80%
}

.swal2-modal .swal2-range output {
	float: right;
	width: 20%;
	font-size: 20px;
	font-weight: 600;
	text-align: center
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
	height: 43px;
	line-height: 43px;
	vertical-align: middle;
	margin: 20px auto;
	padding: 0
}

.swal2-modal .swal2-input {
	height: 43px;
	padding: 0 12px
}

.swal2-modal .swal2-input[type=number] {
	max-width: 150px
}

.swal2-modal .swal2-file {
	font-size: 20px
}

.swal2-modal .swal2-textarea {
	height: 108px;
	padding: 12px
}

.swal2-modal .swal2-select {
	color: #545454;
	font-size: inherit;
	padding: 5px 10px;
	min-width: 40%;
	max-width: 100%
}

.swal2-modal .swal2-radio {
	border: 0
}

.swal2-modal .swal2-radio label:not(:first-child) {
	margin-left: 20px
}

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
	vertical-align: middle
}

.swal2-modal .swal2-radio input {
	margin: 0 3px 0 0
}

.swal2-modal .swal2-checkbox {
	color: #545454
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
	vertical-align: middle
}

.swal2-modal .swal2-validationerror {
	background-color: #f0f0f0;
	margin: 0 -20px;
	overflow: hidden;
	padding: 10px;
	color: gray;
	font-size: 16px;
	font-weight: 300;
	display: none
}

.swal2-modal .swal2-validationerror::before {
	content: '!';
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ea7d7d;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin-right: 10px
}

@supports (-ms-accelerator:true) {
	.swal2-range input {
		width: 100% !important
	}

	.swal2-range output {
		display: none
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.swal2-range input {
		width: 100% !important
	}

	.swal2-range output {
		display: none
	}
}

.swal2-icon {
	width: 80px;
	height: 80px;
	border: 4px solid transparent;
	border-radius: 50%;
	margin: 20px auto 30px;
	padding: 0;
	position: relative;
	box-sizing: content-box;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swal2-icon.swal2-error {
	border-color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
	position: relative;
	display: block
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #f27474;
	display: block;
	top: 37px;
	border-radius: 2px
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
	transform: rotate(45deg);
	left: 17px
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
	transform: rotate(-45deg);
	right: 16px
}

.swal2-icon.swal2-warning {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #f8bb86;
	border-color: #facea8;
	font-size: 60px;
	line-height: 80px;
	text-align: center
}

.swal2-icon.swal2-info {
	font-family: 'Open Sans', sans-serif;
	color: #3fc3ee;
	border-color: #9de0f6;
	font-size: 60px;
	line-height: 80px;
	text-align: center
}

.swal2-icon.swal2-question {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #87adbd;
	border-color: #c9dae1;
	font-size: 60px;
	line-height: 80px;
	text-align: center
}

.swal2-icon.swal2-success {
	border-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	transform: rotate(-45deg);
	transform-origin: 60px 60px
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	transform: rotate(-45deg);
	transform-origin: 0 60px
}

.swal2-icon.swal2-success .swal2-success-ring {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(165, 220, 134, .2);
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2
}

.swal2-icon.swal2-success .swal2-success-fix {
	width: 7px;
	height: 90px;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	height: 5px;
	background-color: #a5dc86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	width: 25px;
	left: 14px;
	top: 46px;
	transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	width: 47px;
	right: 8px;
	top: 38px;
	transform: rotate(-45deg)
}

.swal2-progresssteps {
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0
}

.swal2-progresssteps li {
	display: inline-block;
	position: relative
}

.swal2-progresssteps .swal2-progresscircle {
	background: #3085d6;
	border-radius: 2em;
	color: #fff;
	height: 2em;
	line-height: 2em;
	text-align: center;
	width: 2em;
	z-index: 20
}

.swal2-progresssteps .swal2-progresscircle:first-child {
	margin-left: 0
}

.swal2-progresssteps .swal2-progresscircle:last-child {
	margin-right: 0
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
	background: #3085d6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
	background: #add8e6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
	background: #add8e6
}

.swal2-progresssteps .swal2-progressline {
	background: #3085d6;
	height: .4em;
	margin: 0 -1px;
	z-index: 10
}

[class^=swal2] {
	-webkit-tap-highlight-color: transparent
}

@keyframes showSweetAlert {
	0% {
		transform: scale(.7)
	}

	45% {
		transform: scale(1.05)
	}

	80% {
		transform: scale(.95)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		opacity: 1
	}

	100% {
		transform: scale(.5);
		opacity: 0
	}
}

.swal2-show {
	animation: showSweetAlert .3s
}

.swal2-show.swal2-noanimation {
	animation: none
}

.swal2-hide {
	animation: hideSweetAlert .15s forwards
}

.swal2-hide.swal2-noanimation {
	animation: none
}

@keyframes animate-success-tip {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@keyframes animate-success-long {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg)
	}

	5% {
		transform: rotate(-45deg)
	}

	12% {
		transform: rotate(-405deg)
	}

	100% {
		transform: rotate(-405deg)
	}
}

.swal2-animate-success-line-tip {
	animation: animate-success-tip .75s
}

.swal2-animate-success-line-long {
	animation: animate-success-long .75s
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
	animation: rotatePlaceholder 4.25s ease-in
}

@keyframes animate-error-icon {
	0% {
		transform: rotateX(100deg);
		opacity: 0
	}

	100% {
		transform: rotateX(0);
		opacity: 1
	}
}

.swal2-animate-error-icon {
	animation: animate-error-icon .5s
}

@keyframes animate-x-mark {
	0% {
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	50% {
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	80% {
		transform: scale(1.15);
		margin-top: -6px
	}

	100% {
		transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

.swal2-animate-x-mark {
	animation: animate-x-mark .5s
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swal2-modal {
	background-color: #fff !important;
	border-radius: 4px;
	font-family: Poppins, Arial, Helvetica, sans-serif
}

.swal2-modal .swal2-title {
	color: #222;
	font-size: 2.30769rem
}

.swal2-modal .swal2-content {
	color: #495057;
	font-size: 1.15385rem
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
	border: 1px solid #dfdfdf;
	color: #454545
}

.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-select {
	color: #454545
}

.swal2-modal .swal2-buttonswrapper {
	margin: 25px 0 0
}

.swal2-modal .swal2-styled {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 1rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background-color: transparent;
	border-color: #dfdfdf;
	color: #454545;
	font-size: 1rem;
	padding: .92308rem 2.26923rem;
	border-radius: 4px;
	line-height: 1rem;
	outline: 0;
	transition: all .15s ease;
	vertical-align: middle
}

.swal2-modal .swal2-styled.active,
.swal2-modal .swal2-styled.is-active,
.swal2-modal .swal2-styled:focus,
.swal2-modal .swal2-styled:hover {
	background-color: transparent;
	border-color: #989898;
	color: #666
}

.swal2-modal .swal2-styled:active {
	background-color: transparent;
	border: 1px solid #454545;
	color: #454545
}

.swal2-modal .swal2-styled:focus {
	outline: 0
}

.swal2-modal .swal2-confirm {
	background-color: #454545;
	border-color: #454545;
	color: #fff
}

.swal2-modal .swal2-confirm:focus,
.swal2-modal .swal2-confirm:hover {
	background-color: #666;
	border-color: #666;
	color: #fff
}

.swal2-modal .swal2-confirm:active {
	background-color: #989898;
	border-color: #989898;
	color: #fff
}

.swal2-modal .swal2-cancel {
	background-color: transparent;
	border-color: #dfdfdf;
	color: #454545
}

@media (min-width:481px) {
	.swal2-modal .swal2-cancel {
		margin-left: .76923rem
	}
}

.swal2-modal .swal2-cancel:focus,
.swal2-modal .swal2-cancel:hover {
	background-color: transparent;
	border-color: #989898;
	color: #666
}

.swal2-modal .swal2-cancel:active {
	background-color: transparent;
	border-color: #454545;
	color: #454545
}

body,
html {
	height: auto
}

figure {
	margin-bottom: 2.03846rem;
	margin-top: 2.03846rem
}

figure>figcaption {
	margin-bottom: -.53846rem
}

figcaption {
	color: #a5a5a5;
	margin-top: .76923rem
}

body {
	font-size: 1rem;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin-top: 2.26923rem
}

h5,
h6 {
	text-transform: uppercase
}

a {
	transition: color .15s ease
}

cite {
	line-height: 1.5;
	margin: .53846rem 0 0
}

.page-heading {
	margin: 0 0 3rem;
	text-align: center
}

h1 {
	font-size: 28px
}

h2 {
	font-size: 25px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 15px
}

h6 {
	font-size: 13px
}

.definitionList:after,
.definitionList:before {
	content: " ";
	display: table
}

.definitionList:after {
	clear: both
}

.definitionList-key {
	color: #989898;
	float: left;
	font-weight: 400;
	margin: 0 .38462rem 0 0
}

.definitionList-value {
	margin: 0
}

.form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(130, 130, 130, 0.999)' /%3E%3C/svg%3E");
	background-position: right .53846rem top .69231rem;
	border-radius: 4px;
	padding: .75rem 3rem .75rem 1rem
}

.form-label small {
	float: right;
	margin-top: .38462rem
}

.form-label--inlineSmall small {
	color: #989898;
	float: none;
	font-size: inherit;
	font-weight: 400;
	margin-left: .38462rem;
	text-transform: none
}

.table {
	margin-top: 2.03846rem
}

.table td+td {
	border-left: 1px solid #e5e5e5
}

.table .table-alignCenter {
	text-align: center
}

.table .table-alignRight {
	text-align: right
}

.table-actions {
	margin: 1.5rem;
	text-align: center
}

.table-actions .form {
	margin-bottom: 0
}

.table-actions .button {
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: 100%
}

@media (min-width:551px) {
	.table-actions .button {
		display: inline-block;
		margin-bottom: 0;
		width: auto
	}
}

@media (min-width:551px) {
	.table-actions .button+.button {
		margin-left: .38462rem
	}
}

.table--line {
	border-color: #e5e5e5;
	border-width: 0 0 1px
}

.table--line .table-thead {
	background-color: #fff;
	border-color: #e5e5e5;
	border-width: 0 0 1px
}

.table--line .table-thead tr th {
	padding-left: 0;
	padding-right: 0
}

@media (min-width:551px) {
	.table--line .table-thead tr th {
		text-align: center
	}

	.table--line .table-thead tr th:first-child {
		text-align: left
	}

	.table--line .table-thead tr th:last-child {
		text-align: right
	}
}

.table--line .table-thead tr th+th {
	padding-left: 1.5rem
}

.table--line tr {
	border-color: 1px solid #e5e5e5
}

.table--line tr td {
	display: block;
	padding-left: 0;
	padding-right: 0
}

@media (min-width:551px) {
	.table--line tr td {
		text-align: center
	}

	.table--line tr td:first-child {
		text-align: left
	}

	.table--line tr td:last-child {
		text-align: right
	}
}

.table--line tr td+td {
	padding-left: 1.5rem
}

.table--line td+td {
	border-left: 0
}

.dropdown {
	left: -9999px;
	outline: 0;
	position: absolute
}

.dropdown-menu.is-loading .loadingOverlay {
	background: 0 0;
	padding: 4.5rem 0;
	position: relative
}

.dropdown-menu.is-open {
	display: block
}

.dropdown-menu-item {
	text-align: left
}

.dropdown-menu-item:first-child>a {
	padding-top: .76923rem
}

.dropdown-menu-item:last-child>a {
	padding-bottom: 1rem
}

.dropdown-menu-item>a {
	margin: 0;
	padding: .23077rem 1.15385rem;
	text-decoration: none
}

.form-wishlist {
	position: relative
}

.dropdown-menu-button {
	width: 100%
}

.dropdown-menu-button.is-open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.dropdown-menu-button .icon {
	float: right;
	margin-left: 10px
}

#wishlist-dropdown.is-open {
	background: #fff;
	left: auto !important;
	max-width: none !important;
	width: 100% !important
}

@media (min-width:551px) {
	#wishlist-dropdown.is-open {
		padding-right: 20px
	}
}

@media (min-width:992px) {
	#wishlist-dropdown.is-open {
		padding-right: 0
	}
}

@media (min-width:1261px) {
	#wishlist-dropdown.is-open {
		padding-right: 11px
	}
}

#wishlist-dropdown.is-open:focus {
	outline: 0
}

#wishlist-dropdown.is-open [data-wishlist] {
	border-top: none;
	margin-bottom: 0;
	width: 100%
}

#wishlist-dropdown.is-open .button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: 100%
}

#wishlist-dropdown.is-open .button--has-items {
	font-weight: 700
}

#wishlist-dropdown.is-open li:not(:last-child) .button {
	border-bottom: none;
	border-radius: 0;
	border-top: none;
	margin-bottom: 0
}

.modal {
	left: 50%;
	margin: 0 auto;
	max-width: 95%;
	outline: 0;
	overflow: hidden;
	padding: 0;
	right: 0;
	top: 50% !important;
	transform: translate(-50%, -50%)
}

@media (min-width:1261px) {
	.modal--large {
		width: 1280px
	}
}

.modal-header {
	padding-left: 2.25rem;
	padding-right: 3.21154rem
}

.modal-header-title {
	font-size: 22px;
	text-align: center
}

@media (min-width:992px) {
	.modal-header-title {
		font-size: 25px
	}
}

.modal-close {
	height: 2.46154rem;
	width: 2.46154rem;
	color: #4f4f4f;
	font-size: 26px;
	line-height: 2.46154rem;
	padding: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	z-index: 50
}

@media (min-width:992px) {
	.modal-close {
		font-size: 32px
	}
}

.modal-close:hover {
	color: #a5a5a5
}

.modal-body {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 2.25rem 2.25rem
}

.breadcrumbs {
	display: none;
	font-size: 0;
	text-align: center
}

@media (min-width:551px) {
	.breadcrumbs {
		display: block
	}
}

.breadcrumb {
	display: inline-block;
	float: none
}

.breadcrumb.is-active>.breadcrumb-label {
	cursor: text
}

.breadcrumb-label {
	text-decoration: none
}

.panel-title {
	font-size: 20px
}

.panel--large .panel-body {
	margin-bottom: 2.03846rem;
	padding: 2.03846rem
}

.pagination-list {
	font-size: 0;
	margin-bottom: 1.5rem;
	text-align: center
}

.pagination-list:after,
.pagination-list:before {
	content: " ";
	display: table
}

.pagination-list:after {
	clear: both
}

.pagination-list .pagination-item {
	display: inline-block
}

.pagination-item {
	border: 1px solid transparent;
	line-height: 1
}

.pagination-item .pagination-link {
	text-decoration: none;
	transition: all .2s ease
}

.pagination-item .pagination-link:hover {
	color: #4f4f4f
}

.pagination-item.pagination-item--current {
	border-color: #e5e5e5;
	border-radius: 4px;
	margin: 0 .38462rem 0 .76923rem
}

.pagination-item.pagination-item--next>a,
.pagination-item.pagination-item--previous>a {
	color: #999
}

.pagination-item.pagination-item--next>a:hover,
.pagination-item.pagination-item--previous>a:hover {
	color: #dd3b38
}

.pagination-item.pagination-item--next>a:hover .icon>svg,
.pagination-item.pagination-item--previous>a:hover .icon>svg {
	fill: #dd3b38
}

.pagination-item--next .icon,
.pagination-item--previous .icon {
	height: 1.53846rem;
	margin-top: -.15385rem;
	width: 1.53846rem
}

.pagination-item--previous {
	float: left
}

.pagination-item--previous .icon {
	margin-left: -.92308rem
}

.pagination-item--next {
	float: right
}

.pagination-item--next .icon {
	margin-right: -.92308rem
}

.pagination-list--small {
	position: relative
}

.pagination-list--small .pagination-item {
	color: #989898;
	cursor: inherit;
	line-height: 1.5
}

.pagination-list--small .pagination-link {
	padding: 0 .38462rem
}

.pagination-list--small .pagination-item--next,
.pagination-list--small .pagination-item--previous {
	position: absolute;
	top: 0
}

.pagination-list--small .pagination-item--previous {
	left: 0
}

.pagination-list--small .pagination-item--next {
	right: 0
}

.button {
	line-height: 1rem;
	transition: all .15s ease
}

.button+.button {
	margin-left: 0
}

@media (min-width:992px) {
	.button+.button {
		margin-left: .76923rem
	}
}

.button[disabled] {
	cursor: not-allowed
}

.button--icon svg {
	fill: #4f4f4f
}

.tab {
	border-top: 1px solid #e5e5e5;
	float: none
}

@media (min-width:992px) {
	.tab {
		border-top-color: #fff;
		float: left
	}
}

.tab.is-active {
	border-left-color: #fff;
	border-right-color: #fff
}

@media (min-width:551px) {
	.tab.is-active {
		margin-bottom: -1px
	}
}

@media (min-width:992px) {
	.tab.is-active {
		border: 1px solid #e5e5e5;
		border-bottom: 1px solid #fff
	}
}

.tab-title {
	padding: 1.15385rem 0;
	text-align: center;
	text-decoration: none
}

@media (min-width:551px) {
	.tab-title {
		text-align: left
	}
}

@media (min-width:992px) {
	.tab-title {
		padding: .76923rem 1.5rem
	}
}

.tab-content.has-jsContent {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	visibility: hidden
}

.tab-content.has-jsContent.is-active {
	height: auto;
	overflow: visible;
	padding: 1.5rem 0;
	visibility: visible
}

.accordion {
	border-radius: 4px;
	box-shadow: none
}

.accordion .navList {
	margin-bottom: 0
}

.accordion-content {
	border: 0
}

.accordion-content .form:only-child {
	margin-bottom: 0
}

.accordion-title {
	margin: 0
}

.accordion-navigation {
	margin-top: -1px;
	position: relative;
	text-decoration: none
}

@media (min-width:992px) {
	.accordion--navList {
		border: 0
	}
}

@media (min-width:992px) {
	.sidebarBlock+.accordion--navList {
		margin-top: 2.03846rem
	}
}

@media (min-width:992px) {
	.accordion--navList .accordion-block {
		margin-top: 2.03846rem
	}
}

.accordion--navList .accordion-content {
	padding: 1rem
}

@media (min-width:992px) {
	.accordion--navList .accordion-content {
		padding: 0
	}
}

@media (min-width:992px) {
	.accordion--navList .accordion-navigation {
		background-position: right 0 top 50%;
		border: 0
	}
}

.accordion--navList .accordion-title {
	font-weight: 400;
	padding: 1rem;
	text-decoration: none;
	text-transform: inherit
}

@media (min-width:992px) {
	.accordion--navList .accordion-title {
		margin-bottom: .76923rem;
		margin-top: 0;
		padding: 0
	}
}

.accordion--navList .accordion-indicator {
	fill: #a5a5a5
}

@media (min-width:992px) {
	.accordion--navList .accordion-indicator {
		visibility: hidden
	}
}

.accordion--navList .accordion-navigation-actions {
	right: 1rem;
	top: 1.15385rem
}

@media (min-width:992px) {
	.accordion--navList .accordion-navigation-actions {
		right: 0;
		top: 0
	}
}

.accordion-block:first-child {
	margin-top: 0
}

.accordion-block:first-child .accordion-navigation {
	border-radius: 4px 4px 0 0
}

.accordion-block:last-child .accordion-content,
.accordion-block:last-child .accordion-navigation {
	border-radius: 0 0 4px 4px
}

.accordion-block:last-child .accordion-navigation {
	border-bottom-width: 0
}

.accordion-block:last-child .accordion-navigation.is-open {
	border-bottom-width: 1px;
	border-radius: 0
}

.accordion-navigation-actions {
	position: absolute;
	right: 1.88462rem;
	top: 1.5rem
}

.accordion-navigation-actions>a {
	color: #989898;
	vertical-align: middle
}

.accordion-navigation-actions>a:hover {
	color: #4f4f4f
}

.inlineList--labels {
	margin-bottom: 0;
	margin-left: -.76923rem
}

.inlineList--labels>li {
	margin-bottom: .76923rem;
	margin-left: .76923rem
}

.alertBox {
	border-radius: 4px;
	color: #333
}

.alertBox-icon .icon {
	height: 1.92308rem;
	width: 1.92308rem
}

.alertBox--info {
	color: #fff
}

.alertBox--info .alertBox-close svg {
	fill: #dfdfdf
}

.lazyload,
.lazyloading {
	height: 100%
}

.form--hiddenLabels .form-label {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.form-inlineMessage {
	display: block
}

.form-field--error .form-input {
	float: none
}

.form-field--error .form-inlineMessage:before {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(255, 125, 125, 0.999)' /%3E%3C/svg%3E") no-repeat;
	background-size: 100%;
	content: "";
	display: inline-block;
	height: 1.07692rem;
	left: -.15385rem;
	margin-right: .07692rem;
	position: relative;
	top: .23077rem;
	width: 1.07692rem
}

.form-field--success .form-input[type=text] {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
	background-position: right .69231rem center;
	background-repeat: no-repeat;
	padding-right: 3rem
}

.form-checkbox+.form-label:last-child,
.form-radio+.form-label:last-child {
	display: block;
	margin-bottom: -.30769rem
}

.form-checkbox+.form-label::after,
.form-radio+.form-label::after {
	top: .30769rem
}

.form-checkbox+.form-label::before,
.form-radio+.form-label::before {
	top: .23077rem
}

.form-actions {
	margin: 0 auto;
	max-width: 92.30769rem;
	width: 100%;
	display: block;
	text-align: center
}

.form-actions:after,
.form-actions:before {
	content: " ";
	display: table
}

.form-actions:after {
	clear: both
}

@media (min-width:551px) {
	.form-actions {
		margin-top: 1.5rem
	}
}

.form-actions .button,
.form-actions a,
.form-actions input {
	vertical-align: top;
	width: 100%
}

@media (min-width:551px) {

	.form-actions .button,
	.form-actions a,
	.form-actions input {
		margin-bottom: 0;
		width: auto
	}
}

.form-actions .button+.button,
.form-actions .button+a,
.form-actions .button+input,
.form-actions a+.button,
.form-actions a+a,
.form-actions a+input,
.form-actions input+.button,
.form-actions input+a,
.form-actions input+input {
	margin-top: .76923rem
}

@media (min-width:551px) {

	.form-actions .button+.button,
	.form-actions .button+a,
	.form-actions .button+input,
	.form-actions a+.button,
	.form-actions a+a,
	.form-actions a+input,
	.form-actions input+.button,
	.form-actions input+a,
	.form-actions input+input {
		margin: 0 0 0 .76923rem
	}
}

.form-label--alternate {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: .76923rem
}

.form-select--date {
	width: initial
}

.form-select--date+.form-select--date {
	margin-left: .38462rem
}

.form-select--date,
.form-select--small {
	background-position: right .53846rem top .53846rem;
	background-size: 1.38462rem;
	font-size: 13px;
	height: 2.23077rem;
	line-height: 1rem;
	max-width: 20rem;
	padding: .53846rem .76923rem;
	padding-right: 2rem
}

.form-select--short {
	max-width: 6rem;
	width: 4.5rem
}

.form-file {
	margin-bottom: .53846rem
}

.form-fileDescription {
	color: #a5a5a5;
	font-size: 13px
}

.form-field-group {
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	padding: 1.5rem
}

.form-column {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left
}

@media (min-width:551px) {
	.form-column {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 50%;
		float: left
	}
}

.form-prefixPostfix.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.form-prefixPostfix .button,
.form-prefixPostfix .form-input {
	display: block;
	width: 100%
}

@media (min-width:1261px) {
	.form-prefixPostfix .form-input {
		width: auto
	}
}

@media (min-width:1261px) {
	.form-prefixPostfix .button {
		width: auto
	}
}

.form-prefixPostfix .form-inlineMessage {
	margin-bottom: .38462rem
}

@media (min-width:1261px) {
	.form-prefixPostfix .form-inlineMessage {
		margin-bottom: 0
	}
}

.form-prefixPostfix-button--postfix {
	margin: .76923rem 0 0;
	-ms-flex-order: 1;
	order: 1
}

@media (min-width:1261px) {
	.form-prefixPostfix-button--postfix {
		margin: 0 0 0 .76923rem;
		-ms-flex-order: 0;
		order: 0
	}
}

.form-increment .button {
	margin: 0;
	padding: .23077rem .38462rem
}

.form-input--incrementTotal {
	border: 0;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	height: auto;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 2.69231rem
}

.form-option {
	border: 1px solid #dfdfdf;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	margin-bottom: .53846rem;
	margin-right: .53846rem;
	padding: 1px;
	transition: all .15s ease
}

.form-option:hover {
	border-color: #989898
}

.form-radio:checked+.form-option {
	border-color: #4f4f4f;
	box-shadow: 0 0 0 1px #4f4f4f
}

.form-option-variant {
	display: inline-block;
	font-size: 1rem;
	min-width: 2.92308rem;
	padding: 1px .38462rem;
	pointer-events: none;
	text-align: center
}

.form-option-variant--color,
.form-option-variant--pattern {
	height: 1.69231rem;
	width: 1.69231rem;
	min-width: initial;
	padding: 0
}

@media (min-width:551px) {

	.form-option-variant--color,
	.form-option-variant--pattern {
		pointer-events: inherit
	}
}

.form-option-variant--pattern {
	background-position: center;
	background-repeat: no-repeat
}

.form-input--small {
	font-size: 13px;
	height: 2.23077rem;
	line-height: 1rem;
	padding: .53846rem .76923rem
}

.form-minMaxRow {
	margin-left: -.375rem;
	margin-right: -.375rem
}

.form-minMaxRow:after,
.form-minMaxRow:before {
	content: " ";
	display: table
}

.form-minMaxRow:after {
	clear: both
}

.form-minMaxRow .form-field {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 33.33333%;
	float: left;
	margin-bottom: 0;
	padding-left: .375rem;
	padding-right: .375rem
}

.form-minMaxRow .button {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%
}

@media (min-width:551px) {
	.form-row--half>.form-field:nth-child(odd) {
		clear: left
	}
}

[data-product-attribute] .form-option {
	overflow: hidden;
	position: relative
}

[data-product-attribute] .form-option.unavailable {
	background-color: #ddd;
	opacity: .3
}

[data-product-attribute] .form-option.unavailable:before {
	background-color: #000;
	content: "";
	height: 2px;
	left: -5px;
	position: absolute;
	top: 11px;
	transform: rotate(-45deg);
	width: 141%
}

[data-product-attribute=product-list] .unavailable,
[data-product-attribute=set-radio] .unavailable {
	opacity: .6;
	text-decoration: line-through
}

.card-figure {
	margin-top: 0;
	position: relative
}

.card-figure:hover .card-figcaption {
	opacity: 1
}

.card-figcaption {
	display: none;
	margin: 0;
	pointer-events: none
}

@media (min-width:992px) {
	.card-figcaption {
		display: block
	}
}

.card-figcaption-body {
	display: inline-block;
	pointer-events: all;
	transform: translate3d(0, -50%, 0)
}

.card-image {
	border: 0;
	width: auto;
	max-height: 100%;
	margin: auto;
	display: -ms-flexbox;
	display: flex
}

.card-title {
	font-size: 15px;
	margin: 0 0 .23077rem
}

.card-title>a {
	color: #333;
	text-decoration: none
}

.card-title>a:hover {
	color: #757575
}

.card-text {
	margin-bottom: .15385rem
}

.card-text abbr {
	border: 0;
	color: inherit;
	font-size: inherit
}

.card-figcaption-button {
	border: none;
	display: block;
	margin: .38462rem 0 0
}

.card-figcaption-button:active {
	background-color: #fff;
	border: none
}

.card-figcaption-button+.card-figcaption-button {
	margin: .38462rem 0 0
}

.card-body {
	text-align: center
}

@media (min-width:551px) {
	.card-body {
		text-align: left
	}
}

.card--alternate {
	border: 3px solid #fff;
	transition: all .15s ease
}

.card--alternate .card-body {
	background-color: #fff;
	padding: .76923rem;
	transition: all .15s ease
}

@media (min-width:551px) {
	.card--alternate .card-body {
		padding: 1.5rem
	}
}

.card--alternate:hover {
	border-color: #dd3b38
}

.card--alternate:hover .card-body {
	background-color: #dd3b38
}

.card--alternate:hover .card-body .card-text {
	color: #fff
}

.card--alternate:hover .card-title>a {
	color: #fff
}

.navBar,
.navList {
	margin-left: 0
}

.navBar-action,
.navList-action {
	text-decoration: none
}

.navList-action.is-active {
	font-weight: 700
}

.navList-action--checkbox {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: .38462rem;
	padding-left: 1.88462rem;
	position: relative;
	vertical-align: baseline;
	width: 100%
}

.navList-action--checkbox::after,
.navList-action--checkbox::before {
	content: "";
	display: block;
	position: absolute;
	transition: all 50ms ease-out
}

.navList-action--checkbox::before {
	background-color: #fff;
	border: solid #ccc;
	border-width: 1px;
	height: 1.23077rem;
	left: 0;
	top: 0;
	width: 1.23077rem
}

.navList-action--checkbox::after {
	height: 1.07692rem;
	left: 1px;
	opacity: 0;
	top: 1px;
	transform: scale(0);
	width: 1.07692rem
}

.navList-action--checkbox::before {
	border-radius: 4px
}

.navList-action--checkbox::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	color: rgba(79, 79, 79, .999);
	content: "";
	font-size: 1.07692rem;
	line-height: 1;
	text-align: center
}

.navList-action--checkbox:after,
.navList-action--checkbox:before {
	top: 50%
}

.navList-action--checkbox:before {
	margin-top: -.61538rem
}

.navList-action--checkbox:after {
	margin-top: -.53846rem
}

.navList-action--checkbox.is-disabled {
	cursor: default
}

.navList-action--checkbox.is-disabled::before {
	background-color: #fff
}

.navList-action--checkbox.is-checked::after,
.navList-action--checkbox.is-selected::after {
	opacity: 1;
	transform: scale(1)
}

.navList-action-close {
	background: #f2f2f2;
	border-radius: 100%;
	display: inline-block;
	float: right;
	line-height: 0;
	opacity: 0;
	padding: .23077rem;
	transition: opacity .3s ease;
	visibility: hidden
}

.navList-action-close .icon {
	height: 1rem;
	width: 1rem;
	fill: #999999
}

.navList-action.is-selected:hover .navList-action-close {
	opacity: 1;
	visibility: visible
}

.navBar--sub {
	margin-bottom: 4.5rem;
	text-align: center
}

.navBar--sub .navBar-section {
	float: none
}

.navBar--sub .navBar-item {
	float: none;
	margin: 0 .76923rem
}

@media (min-width:992px) {
	.navBar--sub .navBar-item {
		display: inline-block
	}
}

@media (min-width:992px) {
	.navBar--sub .navBar-item.is-active {
		border-bottom: 1px solid #495057
	}
}

.navBar--sub .navBar-item.is-active>.navBar-action {
	color: #666
}

@media (min-width:992px) {
	.navBar--sub .navBar-item.navBar-item--separate {
		border-left: 1px solid #989898;
		margin: 0;
		padding-left: .76923rem
	}
}

.navBar--sub .navBar-action {
	color: #989898;
	font-size: 1rem;
	padding: 0
}

.navBar--sub .navBar-action:hover {
	color: #4f4f4f
}

.loadingOverlay {
	background-color: rgba(255, 255, 255, .9);
	display: none;
	z-index: 20
}

.icons-svg-sprite {
	display: none
}

.icon,
.icon svg {
	transition: all .15s ease
}

.actionBar-section .form-field {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	overflow: hidden
}

.actionBar-section .form-field:hover {
	border-color: #989898
}

.actionBar-section .form-label {
	color: #989898;
	font-size: 13px;
	line-height: 2.07692rem;
	margin-bottom: 0;
	padding-left: .76923rem
}

.actionBar-section .form-input,
.actionBar-section .form-select {
	border: 0;
	padding-left: .15385rem;
	width: auto
}

.actionBar-section .form-input,
.actionBar-section .form-label,
.actionBar-section .form-select {
	display: inline-block
}

.actionBar-section .form-select {
	color: #999;
	height: 2.07692rem
}

.has-ribbon {
	position: relative
}

.ribbon {
	background-color: #454545;
	color: #fff;
	cursor: default;
	font-weight: 700;
	margin: -.84615rem -.84615rem 0 0;
	padding: .07692rem 1rem;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	z-index: 1
}

.navUser {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	top: 26px;
	width: 100%;
	z-index: 5
}

.navUser:after,
.navUser:before {
	content: " ";
	display: table
}

.navUser:after {
	clear: both
}

.navUser ol,
.navUser ul {
	list-style: none;
	margin-left: 0;
	margin: 0;
	padding: 0
}

.navUser ol ol,
.navUser ol ul,
.navUser ul ol,
.navUser ul ul {
	list-style: none;
	margin-bottom: 0
}

.navUser ol li,
.navUser ul li {
	margin: 0;
	padding: 0
}

.navUser-section {
	float: left
}

.navUser-section:after,
.navUser-section:before {
	content: " ";
	display: table
}

.navUser-section:after {
	clear: both
}

.navUser-section--alt {
	float: right;
	margin-left: 1.5rem
}

.navUser-section+.navUser-section {
	margin-left: 1.5rem
}

@media (min-width:551px) {
	.navUser-item {
		float: left
	}
}

.navUser-action,
.navUser-item {
	display: block
}

@media (min-width:992px) {
	.navUser {
		padding: 0 1.5rem;
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		z-index: 50
	}
}

.navUser .dropdown-menu {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
	position: absolute
}

.navUser .dropdown-menu.is-open:before {
	border: inset 10px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent transparent #ccc transparent;
	border-bottom-style: solid;
	bottom: 100%;
	left: .76923rem;
	position: absolute
}

.navUser .dropdown-menu.is-open:after {
	border: inset 8px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent transparent #fff transparent;
	border-bottom-style: solid;
	bottom: 100%;
	left: .92308rem;
	position: absolute
}

.navUser-action {
	color: #333;
	font-weight: 700;
	padding: 1rem .76923rem;
	text-decoration: none;
	text-transform: uppercase
}

.navUser-action.is-open,
.navUser-action:hover {
	color: #757575
}

.navUser-action.is-open svg,
.navUser-action:hover svg {
	fill: #757575;
	stroke: #757575
}

.navUser-action .icon {
	height: .61538rem;
	width: .61538rem;
	margin: -1px 0 0 .15385rem
}

.navUser-action svg {
	fill: #333333;
	stroke: #333333;
	transition: all .15s ease
}

.navUser-action--storeCredit+.dropdown-menu {
	max-width: 23.07692rem;
	padding: 1.5rem
}

.navUser-action--storeCredit+.dropdown-menu:before {
	left: 10.76923rem !important
}

.navUser-action--storeCredit+.dropdown-menu:after {
	left: 10.92308rem !important
}

.navUser-action-divider {
	border-right: 1px solid #e5e5e5;
	color: #989898;
	display: inline-block;
	padding: 0 1.53846rem 0 0;
	text-decoration: none
}

.navUser-item {
	display: none
}

@media (min-width:992px) {
	.navUser-item {
		display: block
	}

	.navUser-item.navUser-item--social {
		margin-top: .38462rem;
		padding-right: .38462rem
	}

	.navUser-item.navUser-item--divider {
		font-size: 1.92308rem;
		margin-top: .61538rem;
		padding-left: .15385rem
	}
}

.navUser-item--cart {
	display: block
}

.navUser-item--cart .navUser-action {
	color: #333
}

.navUser-item--cart .navUser-action.is-open,
.navUser-item--cart .navUser-action:hover {
	color: #757575
}

.navUser-item--cart .dropdown-menu {
	max-width: 24.61538rem
}

.navUser-item--cart .dropdown-menu.is-open:after,
.navUser-item--cart .dropdown-menu.is-open:before {
	left: auto
}

.navUser-item--cart .dropdown-menu.is-open:before {
	right: .76923rem
}

.navUser-item--cart .dropdown-menu.is-open:after {
	right: .92308rem
}

.navUser-item-cartLabel {
	display: none
}

@media (min-width:551px) {
	.navUser-item-cartLabel {
		display: inline
	}
}

.navUser-item--compare {
	display: none
}

.navUser-item--compare.show {
	display: block
}

.navUser-item--account .navUser-or+.navUser-action {
	margin-right: -.5rem
}

.navUser-item--account .navUser-action {
	display: inline-block
}

.navUser-or {
	color: #333;
	cursor: default;
	display: inline-block;
	margin: 0 -.92308rem;
	padding: 0 2px;
	position: relative;
	z-index: 1
}

.navUser-action--quickSearch.is-open {
	position: relative
}

.navUser-action--quickSearch.is-open:before {
	border: inset 10px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent transparent #e8e8e8 transparent;
	border-bottom-style: solid;
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%)
}

.dropdown--quickSearch {
	background-color: #e5e5e5;
	padding: 1.5rem 0
}

@media (min-width:551px) {
	.dropdown--quickSearch {
		padding: 3rem
	}
}

.dropdown--quickSearch.is-open {
	left: 0 !important;
	outline: 0;
	right: 0 !important;
	width: 100% !important;
	z-index: 50
}

.dropdown--quickSearch .form {
	margin: auto;
	max-width: 30rem
}

.dropdown--quickSearch .form,
.dropdown--quickSearch .form-field {
	margin-bottom: 0
}

.dropdown--quickSearch .form-input {
	font-size: 20px;
	height: unset
}

.dropdown--quickSearch .productGrid {
	padding: 1.5rem 0 0
}

@media (min-width:551px) {
	.dropdown--quickSearch .productGrid {
		padding: 3rem 0 0
	}
}

.countPill {
	background-color: #fff;
	border-radius: 50%;
	color: #fff;
	display: none;
	font-size: 12px;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	margin-left: .15385rem;
	text-align: center;
	width: 20px
}

.countPill--positive {
	display: inline-block
}

.countPill--alt {
	background-color: #dfdfdf;
	color: #454545
}

.navPage-childList,
.navPages .navPage-subMenu-list {
	border-left: 1px solid #ccc;
	margin: .38462rem .76923rem;
	padding-left: .76923rem
}

.has-activeNavPages {
	overflow: hidden;
	-webkit-overflow-scrolling: auto
}

.navPages-container {
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	right: 0;
	z-index: 10
}

@media (min-width:992px) {
	.navPages-container {
		background: 0 0;
		display: block;
		height: auto;
		padding: 0;
		position: relative
	}
}

.navPages-container.is-open {
	display: block;
	padding-top: 55px;
	z-index: 0
}

.navPages {
	background-color: #f2f2f2;
	height: 100%;
	overflow-y: auto;
	padding: 1.5rem
}

@media (min-width:992px) {
	.navPages {
		margin: 0 auto;
		max-width: 92.30769rem;
		width: 100%;
		background: 0 0;
		font-size: 0;
		overflow-y: visible;
		padding: 0;
		text-align: center
	}

	.navPages:after,
	.navPages:before {
		content: " ";
		display: table
	}

	.navPages:after {
		clear: both
	}

	.navPages:after,
	.navPages:before {
		content: " ";
		display: table
	}

	.navPages:after {
		clear: both
	}

	.navPages ol,
	.navPages ul {
		list-style: none;
		margin-left: 0;
		margin: 0;
		padding: 0
	}

	.navPages ol ol,
	.navPages ol ul,
	.navPages ul ol,
	.navPages ul ul {
		list-style: none;
		margin-bottom: 0
	}

	.navPages ol li,
	.navPages ul li {
		margin: 0;
		padding: 0
	}

	.navPages-section {
		float: left
	}

	.navPages-section:after,
	.navPages-section:before {
		content: " ";
		display: table
	}

	.navPages-section:after {
		clear: both
	}

	.navPages-section--alt {
		float: right;
		margin-left: 1.5rem
	}

	.navPages-section+.navPages-section {
		margin-left: 1.5rem
	}
}

@media (min-width:992px) and (min-width:551px) {
	.navPages-item {
		float: left
	}
}

@media (min-width:992px) {

	.navPages-action,
	.navPages-item {
		display: block
	}
}

.navPages ul {
	list-style: none
}

.navPages .navPage-subMenu-list {
	border-left: 0;
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

@media (min-width:992px) {
	.navPages .navPage-subMenu-list {
		margin: 0 auto;
		max-width: 92.30769rem;
		width: 100%;
		border-left: 0;
		margin: auto;
		padding-left: 0
	}

	.navPages .navPage-subMenu-list:after,
	.navPages .navPage-subMenu-list:before {
		content: " ";
		display: table
	}

	.navPages .navPage-subMenu-list:after {
		clear: both
	}
}

.navPages-list {
	margin: 0
}

@media (min-width:992px) {
	.navPages-list {
		display: inline-block;
		float: none
	}
}

.navPages-list+.navPages-list {
	border-top: 1px solid #ccc;
	margin-top: .76923rem;
	padding-top: .76923rem
}

.navPages-list-depth-max.subMenu-is-open .is-hidden {
	display: none
}

@media (min-width:992px) {
	.navPages-list-depth-max.subMenu-is-open .is-hidden {
		display: inline-block
	}
}

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
	display: none
}

@media (min-width:992px) {
	.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
		display: inline-block
	}
}

@media (min-width:992px) {
	.navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
		transform: rotate(0)
	}
}

.navPages-action-depth-max.has-subMenu.is-open {
	border-bottom: 1px solid #ccc;
	text-align: center
}

@media (min-width:992px) {
	.navPages-action-depth-max.has-subMenu.is-open {
		border-bottom: 0;
		text-align: left
	}
}

.navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
	border: solid 1px #d6cdc0;
	border-radius: 4px;
	float: left;
	height: 35px;
	margin-top: -10px;
	padding: 11.7px;
	transform: rotate(90deg);
	width: 35px
}

@media (min-width:992px) {
	.navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
		height: .61538rem;
		width: .61538rem;
		border: 0;
		border-radius: 0;
		float: none;
		margin-top: 0;
		padding: 0;
		transform: rotate(-90deg)
	}
}

.navPages-action-depth-max.has-subMenu.is-open svg {
	height: 9.6px;
	width: 9.6px
}

@media (min-width:992px) {
	.navPages-action-depth-max.has-subMenu.is-open svg {
		height: 100%;
		width: 100%
	}
}

.navPages-action {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 700;
	padding: .76923rem 0;
	text-decoration: none;
	text-transform: uppercase
}

@media (min-width:992px) {
	.navPages-action {
		display: inline-block;
		padding: .76923rem 1.15385rem 1.15385rem
	}

	.navPages-action.is-open {
		background-color: #e5e5e5
	}

	.navPages-action.is-open svg {
		fill: #757575;
		stroke: #757575
	}
}

.navPages-action:hover {
	color: #757575
}

.navPages-action:hover svg {
	fill: #757575;
	stroke: #757575
}

.navPages-action svg {
	fill: #333333;
	stroke: #333333;
	transition: all .15s ease
}

.navPages-action--storeCredit {
	color: #989898
}

.navPages-action--compare {
	display: none
}

.navPages-action--compare.show {
	display: block
}

.navPages-action-moreIcon {
	height: .61538rem;
	width: .61538rem;
	margin-left: .38462rem;
	transform: rotate(-90deg)
}

@media (min-width:992px) {
	.navPages-action-moreIcon {
		transform: none
	}
}

.has-subMenu.is-open .navPages-action-moreIcon {
	transform: rotate(0)
}

.navPage-childList {
	display: none
}

@media (min-width:992px) {
	.navPage-childList {
		border: 0;
		display: block
	}
}

.navPage-childList.is-open {
	display: block
}

.navPage-subMenu {
	display: none;
	outline: 0
}

@media (min-width:992px) {
	.navPage-subMenu {
		background-color: #e5e5e5;
		padding: 1.5rem 1.5rem 2.26923rem !important;
		position: absolute;
		text-align: left
	}

	.navPage-subMenu.is-open {
		display: block;
		left: 0;
		width: 100%
	}

	.navPage-subMenu .navPages-action-moreIcon {
		display: none
	}
}

.navPage-subMenu.is-open {
	display: block
}

@media (min-width:992px) {
	.has-subMenu.is-root+.navPage-subMenu-horizontal {
		border-left: 0;
		height: auto;
		left: inherit;
		margin: auto;
		top: inherit;
		width: 16.53846rem
	}
}

@media (min-width:992px) {
	.navPage-subMenu-horizontal.is-open {
		border-left: 1px solid #ccc;
		display: inherit;
		height: auto;
		margin-left: 16.53846rem;
		padding: 0 !important;
		top: 0;
		width: 17.53846rem
	}
}

@media (min-width:992px) {
	.navPage-subMenu-horizontal .navPages-action-moreIcon {
		display: inline-block;
		transform: rotate(-90deg)
	}
}

@media (min-width:992px) {
	.navPage-subMenu-item {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 25%;
		float: left;
		padding: 0 .75rem !important
	}

	.navPage-subMenu-item .navPages-action {
		text-transform: none;
		width: 100%
	}

	.navPage-subMenu-item>.navPage-subMenu-action {
		border-bottom: 1px solid #ccc;
		margin-bottom: 1.15385rem
	}
}

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
	width: 100%
}

@media (min-width:992px) {

	.navPage-subMenu-item-child .navPage-subMenu-action,
	.navPage-subMenu-item-parent .navPage-subMenu-action {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		width: 100%
	}

	.navPage-subMenu-item-child .navPage-subMenu-action.is-open,
	.navPage-subMenu-item-child .navPage-subMenu-action:hover,
	.navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
	.navPage-subMenu-item-parent .navPage-subMenu-action:hover {
		background: #c8bdb2;
		color: #000;
		font-weight: 500;
		opacity: .3
	}
}

.navPage-subMenu-action {
	padding: .76923rem 0
}

@media (min-width:992px) {
	.navPage-subMenu-action {
		padding: .76923rem 0 1.15385rem
	}
}

.navPage-childList-action {
	font-weight: 400;
	padding: 0 0 .38462rem
}

.navPages-quickSearch {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: .76923rem
}

@media (min-width:992px) {
	.navPages-quickSearch {
		display: none
	}
}

.navPages-quickSearch>.container {
	padding: 0
}

.navPages-quickSearch .form {
	margin: 0
}

.navPages-quickSearch .form-field {
	margin-bottom: 0
}

@media (min-width:992px) {
	.navPages-list--user {
		display: none
	}
}

.navPages-list--user #currencySelection2 {
	background-color: #fff;
	border: 1px solid #e5e5e5
}

.navPages-list--user #currencySelection2 .dropdown-menu-item {
	padding: 0
}

.navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
	border-bottom: 1px solid #e5e5e5
}

.navPages-list--user #currencySelection2 a {
	padding: .76923rem 1.5rem
}

.tags {
	list-style: none;
	margin-left: 0;
	font-size: 0;
	text-align: center
}

.tags ol,
.tags ul {
	list-style: none;
	margin-bottom: 0
}

.tag {
	display: inline-block;
	font-size: 1rem
}

.tag a {
	color: #989898;
	display: inline-block;
	padding: .38462rem .53846rem;
	text-decoration: none
}

.tag a:hover {
	color: #4f4f4f
}

.socialLinks {
	list-style: none;
	margin-left: 0;
	margin: 0;
	padding: 0;
	line-height: 37px
}

.socialLinks:after,
.socialLinks:before {
	content: " ";
	display: table
}

.socialLinks:after {
	clear: both
}

.socialLinks ol,
.socialLinks ul {
	list-style: none;
	margin-bottom: 0
}

.socialLinks li {
	margin: 0;
	padding: 0
}

.socialLinks .icon {
	height: 1.53846rem;
	width: 1.53846rem;
	margin: 0;
	text-decoration: none
}

.socialLinks .icon:hover svg {
	fill: #a5a5a5
}

.socialLinks .icon svg {
	fill: #4f4f4f;
	transition: all .15s ease
}

.google_plusone_iframe_widget {
	width: inherit !important
}

.socialLinks-item--pinterest {
	width: 25px
}

.pin_it_iframe_widget {
	display: none
}

.socialLinks-item {
	display: inline-block;
	font-size: 0
}

.socialLinks .socialLinks-item {
	margin-bottom: .38462rem;
	margin-right: .76923rem
}

.socialLinks .socialLinks-item:last-child {
	margin-right: 0
}

.socialLinks--alt .icon {
	height: 1.61538rem;
	width: 1.61538rem
}

.socialLinks--alt svg {
	fill: #989898
}

.heroCarousel {
	margin-bottom: 4.5rem;
	margin-top: -1.5rem
}

@media (min-width:992px) {
	.heroCarousel {
		margin-top: -2.5rem
	}
}

.js .heroCarousel {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all .6s ease-out
}

.heroCarousel.slick-initialized {
	max-height: 76.92308rem;
	opacity: 1
}

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
	top: 50%
}

.heroCarousel .slick-next {
	right: 15px
}

@media (min-width:992px) {
	.heroCarousel .slick-next {
		right: 25px
	}
}

.heroCarousel .slick-prev {
	left: 15px
}

@media (min-width:992px) {
	.heroCarousel .slick-prev {
		left: 25px
	}
}

.heroCarousel .slick-dots {
	bottom: .53846rem
}

@media (min-width:992px) {
	.heroCarousel .slick-dots {
		bottom: 1.5rem
	}
}

.heroCarousel .slick-dots li {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.heroCarousel-slide {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}

.heroCarousel-slide a {
	text-decoration: none
}

@media (min-width:1261px) {
	.heroCarousel-slide--stretch {
		background-size: 100% 100%
	}
}

@media (min-width:992px) {
	.heroCarousel-image {
		max-height: 46.15385rem;
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%
	}
}

@media (min-width:992px) {
	.no-objectfit .heroCarousel-image {
		visibility: hidden
	}
}

.heroCarousel-content {
	background-color: #fff;
	padding: .76923rem 1.5rem 3rem;
	text-align: center
}

@media (min-width:992px) {
	.heroCarousel-content {
		background-color: #fff;
		background-color: rgba(255, 255, 255, .9);
		background-color: rgba(255, 255, 255, .9);
		left: 0;
		margin: 0 auto;
		padding: 2.25rem;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 53.84615rem
	}

	.heroCarousel-content.heroCarousel-content--empty {
		background-color: transparent
	}
}

.heroCarousel-title {
	color: #747474;
	font-size: 20px;
	margin-top: 0
}

@media (min-width:992px) {
	.heroCarousel-title {
		font-size: 50px
	}
}

.heroCarousel-description {
	color: #747474;
	font-size: 12px
}

@media (min-width:551px) {
	.heroCarousel-description {
		font-size: 13px
	}
}

@media (min-width:992px) {
	.heroCarousel-description {
		font-size: 15px
	}
}

.heroCarousel-action {
	margin: 0
}

@media (min-width:992px) {
	.heroCarousel-action {
		margin-top: 1.5rem
	}
}

@media (min-width:992px) {
	.writeReview-productDetails {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 50%;
		float: left
	}
}

.writeReview-productDetails .product-brand {
	color: #a5a5a5;
	margin: 0
}

.writeReview-productDetails .product-title {
	margin-top: 0
}

@media (min-width:992px) {
	.writeReview-form {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 50%;
		float: left
	}
}

.writeReview-productImage-container {
	position: relative
}

.writeReview-productImage-container img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.writeReview-productImage-container:after {
	content: '';
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 131.8%
}

.account--addReturn .table {
	display: block;
	margin-bottom: 3rem
}

@media (min-width:551px) {
	.account--addReturn .table {
		display: table;
		margin-bottom: 6rem
	}
}

.account--addReturn .table tr {
	display: block;
	padding: 1.5rem 0
}

@media (min-width:551px) {
	.account--addReturn .table tr {
		display: table-row;
		padding: 0
	}
}

.account--addReturn .table td,
.account--addReturn .table th {
	display: block;
	padding: 0
}

@media (min-width:551px) {

	.account--addReturn .table td,
	.account--addReturn .table th {
		display: table-cell;
		padding-bottom: .76923rem;
		padding-top: .76923rem
	}
}

.account--addReturn .table td+td,
.account--addReturn .table td+th,
.account--addReturn .table th+td,
.account--addReturn .table th+th {
	padding-left: 0
}

@media (min-width:551px) {

	.account--addReturn .table td+td,
	.account--addReturn .table td+th,
	.account--addReturn .table th+td,
	.account--addReturn .table th+th {
		padding-left: 1.5rem
	}
}

.account--addReturn .table .return-itemTitle+.definitionList {
	margin-top: .15385rem
}

@media (min-width:551px) {
	.account--addReturn .table .return-itemPrice {
		text-align: center
	}
}

@media (min-width:551px) {
	.account--addReturn .table .return-itemQuantity {
		text-align: right
	}
}

.account--addReturn .table-thead {
	display: none
}

@media (min-width:551px) {
	.account--addReturn .table-thead {
		display: table-header-group
	}
}

.account--addReturn .table-thead th {
	font-size: 15px
}

.account--addReturn .table-thead th:first-child {
	width: 60%
}

.account--addReturn .table-tbody {
	display: block
}

@media (min-width:551px) {
	.account--addReturn .table-tbody {
		display: table-row-group
	}
}

.return-itemName {
	font-size: 15px;
	font-weight: 700
}

@media (min-width:551px) {
	.return-itemName {
		font-size: 1rem;
		font-weight: 400
	}
}

.return-itemPrice {
	color: #a5a5a5;
	margin-bottom: .38462rem
}

@media (min-width:551px) {
	.return-itemPrice {
		color: inherit;
		margin-bottom: 0;
		text-align: center
	}
}

.return-itemQuantity .form-label {
	display: inline;
	margin-right: .38462rem
}

@media (min-width:551px) {
	.return-itemQuantity .form-label {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px
	}
}

.account--addReturn-row {
	margin: 0 -.75rem;
	max-width: none;
	width: auto;
	margin: 0 -1rem
}

.account--addReturn-row:after,
.account--addReturn-row:before {
	content: " ";
	display: table
}

.account--addReturn-row:after {
	clear: both
}

.account--addReturn-column {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left;
	padding: 0 1rem
}

@media (min-width:551px) {
	.account--addReturn-column {
		width: 50%
	}
}

.productCarousel {
	margin: 0 -.75rem;
	max-width: none;
	width: auto
}

.productCarousel:after,
.productCarousel:before {
	content: " ";
	display: table
}

.productCarousel:after {
	clear: both
}

.productCarousel-slide {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 50%;
	float: left
}

@media (min-width:551px) {
	.productCarousel-slide {
		width: 33.33333%
	}
}

@media (min-width:992px) {
	.productCarousel-slide {
		width: 25%
	}
}

@media (min-width:1261px) {
	.productCarousel-slide {
		width: 16.66667%
	}
}

.productCarousel-slide .card {
	margin-bottom: 0
}

.quickView:after,
.quickView:before {
	content: " ";
	display: table
}

.quickView:after {
	clear: both
}

.productReviews-list {
	list-style: none;
	margin-left: 0;
	margin: 0 -.75rem;
	max-width: none;
	width: auto;
	font-size: 0
}

.productReviews-list ol,
.productReviews-list ul {
	list-style: none;
	margin-bottom: 0
}

.productReviews-list:after,
.productReviews-list:before {
	content: " ";
	display: table
}

.productReviews-list:after {
	clear: both
}

.productReview {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left;
	display: inline-block;
	float: none;
	font-size: 1rem;
	vertical-align: top
}

@media (min-width:992px) {
	.productReview {
		width: 50%
	}
}

@media (min-width:1261px) {
	.productReview {
		width: 33.33333%
	}
}

.productReview-title {
	margin: 0;
	text-transform: none
}

.productReview-author {
	color: #989898;
	margin-bottom: 1rem
}

.productReview-rating {
	display: inline-block;
	margin-bottom: .38462rem
}

.productReview-ratingNumber {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.productView {
	padding-top: 1rem
}

.productView-images {
	margin-bottom: 3rem
}

.productView-image {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	position: relative;
	border: 1px solid #ddd
}

@media (min-width:992px) {
	.productView-image {
		min-height: 366px;
		min-width: inherit
	}
}

.productView-image+.productView-thumbnails {
	margin-top: .76923rem
}

@media (min-width:320px) and (max-width:992px) {
	.productView-image {
		pointer-events: none
	}
}

.productView-img-container {
	position: relative;
	margin: auto;
	max-width: 500px;
	width: 100%
}

.productView-img-container img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
	width: auto
}

.productView-img-container:after {
	content: '';
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 131.8%
}

.productView-thumbnails {
	list-style: none;
	margin-left: 0;
	margin: 0 -.75rem;
	max-width: none;
	width: auto;
	margin-left: -.38462rem;
	margin-right: -.38462rem
}

.productView-thumbnails ol,
.productView-thumbnails ul {
	list-style: none;
	margin-bottom: 0
}

.productView-thumbnails:after,
.productView-thumbnails:before {
	content: " ";
	display: table
}

.productView-thumbnails:after {
	clear: both
}

.productView-thumbnails .slick-list {
	margin-left: 3.07692rem;
	margin-right: 3.07692rem
}

.productView-thumbnails .slick-next {
	right: 0
}

.productView-thumbnails .slick-prev {
	left: 0
}

.productView-thumbnails img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 50px;
	max-width: 50px;
	width: auto
}

.productView-thumbnail {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 25%;
	float: left;
	padding-left: .38462rem;
	padding-right: .38462rem;
	text-align: center
}

@media (min-width:1261px) {
	.productView-thumbnail {
		width: 20%
	}
}

.productView-thumbnail-link {
	border: 1px solid #e5e5e5;
	display: inline-block;
	height: 67px;
	max-width: 75px;
	padding: 2px;
	position: relative;
	text-align: center;
	width: 100%
}

.productView-thumbnail-link.is-active,
.productView-thumbnail-link:hover {
	border-color: #454545
}

.productView-details {
	margin-bottom: 2.03846rem
}

@media (min-width:992px) {
	.productView-product {
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 2.03846rem
	}
}

.productView-product>:last-child {
	margin-bottom: 0
}

.productView-title {
	font-size: 20px;
	margin: -.76923rem 0 .38462rem
}

@media (min-width:992px) {
	.productView-title {
		margin-top: 1.5rem
	}
}

@media (min-width:1261px) {
	.productView-title {
		font-size: 28px
	}
}

.productView-brand {
	color: #989898;
	font-size: 15px;
	margin: 0 0 .76923rem
}

@media (min-width:1261px) {
	.productView-brand {
		font-size: 20px;
		margin: -.15385rem 0 1rem
	}
}

.productView-brand a {
	color: #989898
}

.productView-brand a:hover {
	color: #4f4f4f
}

.productView-price {
	font-size: 15px;
	margin-bottom: .53846rem
}

@media (min-width:992px) {
	.productView-price {
		font-size: 25px;
		margin-bottom: 1rem
	}
}

.productView-price .price-section--saving {
	font-size: 15px
}

.productView-price abbr {
	border: 0;
	color: inherit;
	font-size: inherit
}

.productView-reviewLink {
	display: inline-block;
	margin-left: .76923rem;
	vertical-align: middle
}

.productView-reviewLink+.productView-reviewLink {
	display: block;
	margin-left: auto
}

@media (min-width:551px) {
	.productView-reviewLink+.productView-reviewLink {
		display: inline-block;
		margin-left: .76923rem
	}
}

.productView-reviewLink>a {
	color: #989898
}

.productView-reviewLink>a:hover {
	color: #4f4f4f
}

.productView-info {
	margin-top: .76923rem
}

.productView-info:after,
.productView-info:before {
	content: " ";
	display: table
}

.productView-info:after {
	clear: both
}

@media (min-width:551px) {
	.productView-info {
		margin-top: 0
	}
}

@media (min-width:551px) {
	.productView-info>:first-child {
		margin-top: 1.5rem
	}
}

.productView-info>:last-child {
	margin-bottom: 0
}

.productView-info-name,
.productView-info-value {
	float: left
}

@media (min-width:551px) {

	.productView-info-name,
	.productView-info-value {
		float: none
	}
}

.productView-info-name {
	clear: both;
	margin-bottom: .15385rem;
	margin-right: .38462rem
}

@media (min-width:551px) {
	.productView-info-name {
		font-family: Poppins, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: 400
	}
}

.productView-info-value {
	margin-bottom: .38462rem
}

@media (min-width:551px) {
	.productView-info-value {
		margin-bottom: 1rem
	}
}

.productView-options {
	margin-bottom: 1.5rem;
	text-align: center
}

.productView-options:after,
.productView-options:before {
	content: " ";
	display: table
}

.productView-options:after {
	clear: both
}

@media (min-width:551px) {
	.productView-options {
		text-align: left
	}
}

@media (min-width:551px) {
	.productView-options .form-input[type=number] {
		width: 16.66667%
	}
}

.productView-options .form {
	display: inline
}

.productView-options input[type=file] {
	font-size: 13px
}

.productView-options .form-field {
	font-size: 0;
	margin-bottom: 2rem
}

.productView-options .form-field>.form-checkbox+.form-label,
.productView-options .form-field>.form-radio+.form-label {
	display: inline-block;
	margin-left: 1.5rem;
	width: auto
}

@media (min-width:551px) {

	.productView-options .form-field>.form-checkbox+.form-label,
	.productView-options .form-field>.form-radio+.form-label {
		margin-left: 0;
		width: 100%
	}
}

.productView-options .form-field>.form-label:nth-of-type(2) {
	margin-left: 0
}

@media (min-width:551px) {
	.productView-options .form-action {
		float: left;
		padding: 0 .76923rem;
		width: 50%
	}
}

@media (min-width:992px) {
	.productView-options .form-action {
		float: none;
		padding: 0;
		width: auto
	}
}

@media (min-width:1261px) {
	.productView-options .form-action {
		display: inline-block;
		margin-top: 1rem
	}
}

.productView-options .form-action .button {
	width: 100%
}

@media (min-width:1261px) {
	.productView-options .form-action .button {
		margin-right: .76923rem;
		width: auto
	}
}

.productOptions-list {
	border: 1px solid #dfdfdf;
	list-style: none;
	margin: 0
}

.productOptions-list-item {
	padding: 1.5rem
}

.productOptions-list-item+.productOptions-list-item {
	border-top: 1px solid #dfdfdf
}

.productOptions-list-item .form-label {
	text-align: left;
	top: -2px
}

.productOptions-list-item-content,
.productOptions-list-item-figure {
	display: table-cell;
	vertical-align: middle
}

.productOptions-list-item-figure {
	width: 3rem
}

.productOptions-list-item-content {
	padding-left: 1.23077rem
}

.shareProduct {
	text-align: center
}

.productView-image .easyzoom-flyout {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%
}

.productView-image .easyzoom-flyout img {
	max-width: none;
	width: auto
}

.price--discounted,
.price--rrp {
	text-decoration: line-through
}

.price-section--minor {
	color: #a5a5a5
}

.compareTable {
	border-top: 1px solid #e5e5e5;
	table-layout: fixed;
	width: 100%
}

.compareTable-row {
	vertical-align: top
}

.compareTable-row+.compareTable-row .compareTable-heading,
.compareTable-row+.compareTable-row .compareTable-item {
	border-top: 1px solid #e5e5e5
}

.compareTable-row+.compareTable-row .compareTable-heading:empty {
	border-top: 0
}

.compareTable-heading {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	padding: 1.23077rem 1rem;
	position: relative;
	text-align: right;
	width: 0
}

@media (min-width:992px) {
	.compareTable-heading {
		width: 25%
	}
}

.compareTable-headingText {
	position: absolute;
	top: 1.23077rem;
	white-space: nowrap
}

@media (min-width:992px) {
	.compareTable-headingText {
		position: inherit;
		top: inherit
	}
}

.compareTable-item {
	padding: 3.23077rem 1rem 1.23077rem
}

@media (min-width:992px) {
	.compareTable-item {
		padding-top: 1.23077rem
	}
}

.compareTable-removeProduct {
	background-color: #f2f2f2;
	border-radius: 50%;
	height: 2.5rem;
	position: absolute;
	right: -1rem;
	top: -1rem;
	transition: background-color .15s ease;
	width: 2.5rem
}

.compareTable-removeProduct .icon {
	fill: #4f4f4f;
	height: 1.5rem;
	margin-top: .53846rem;
	width: 1.5rem
}

.compareTable-product {
	font-weight: 400;
	padding: 2.03846rem 1rem 1.23077rem
}

.compareTable-product .card {
	margin-bottom: 0
}

.compareTable-product .card-body {
	min-height: 6rem;
	padding-top: 1rem
}

.compareTable-action {
	padding: 0 1rem 1rem
}

.compareTable-action .button {
	display: block;
	padding-left: .76923rem;
	padding-right: .76923rem;
	width: 100%
}

.blocker {
	background: rgba(255, 255, 255, .5);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 500
}

.blocker-container {
	position: relative
}

.textTruncate {
	padding-bottom: 1.5rem;
	position: relative;
	transition: max-height .1s ease-out
}

.js .textTruncate {
	max-height: 110px;
	overflow: hidden
}

.js .textTruncate--visible {
	max-height: 76.92308rem
}

.textTruncate-viewMore {
	background-color: #fff;
	bottom: 0;
	padding-top: 10px;
	position: absolute;
	width: 100%
}

.toggle {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 2.26923rem
}

.toggle:last-of-type {
	margin-bottom: 4.53846rem
}

.toggle-title {
	margin-bottom: 2.26923rem
}

.toggleLink {
	color: #989898
}

.toggleLink:hover {
	color: #4f4f4f
}

.toggle-title .toggleLink {
	float: right;
	line-height: 24px
}

.toggleLink-text {
	font-size: 13px;
	font-weight: 400
}

.toggleLink-text--off {
	display: inline-block
}

.toggleLink.is-open .toggleLink-text--off {
	display: none
}

.toggleLink-text--on {
	display: none
}

.toggleLink.is-open .toggleLink-text--on {
	display: inline-block
}

.toggle-content {
	display: none
}

.toggle-content.is-open {
	display: block
}

.facetedSearch-toggle {
	margin: 0 auto;
	max-width: 92.30769rem;
	width: 100%;
	border: #e5e5e5 solid;
	border-radius: 4px;
	border-width: 1px;
	display: block;
	margin-bottom: 2.03846rem;
	padding: 1rem
}

.facetedSearch-toggle:after,
.facetedSearch-toggle:before {
	content: " ";
	display: table
}

.facetedSearch-toggle:after {
	clear: both
}

@media (min-width:992px) {
	.facetedSearch-toggle {
		display: none !important
	}
}

.facetedSearch-toggle.is-open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: 0
}

.facetedSearch-toggle-indicator,
.facetedSearch-toggle-text {
	display: block;
	font-weight: 400
}

.facetedSearch-toggle-text {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 58.33333%;
	float: left;
	padding: 0;
	text-align: left
}

.facetedSearch-toggle-indicator {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 41.66667%;
	float: left;
	font-weight: 700;
	padding: 0;
	text-align: right
}

.facetedSearch-navList {
	display: none
}

@media (min-width:992px) {
	.facetedSearch-navList {
		display: block !important
	}
}

.facetedSearch-navList.is-open {
	display: block
}

.facetedSearch-navList.is-open .accordion--navList,
.facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.facetedSearch-toggle+.facetedSearch-navList,
.sidebarBlock+.facetedSearch-navList {
	margin-top: 2.03846rem
}

.facetedSearch-toggle+.facetedSearch-navList.is-open,
.sidebarBlock+.facetedSearch-navList.is-open {
	margin-top: -1px
}

@media (min-width:992px) {

	.facetedSearch-toggle+.facetedSearch-navList.is-open,
	.sidebarBlock+.facetedSearch-navList.is-open {
		margin-top: 2.03846rem
	}
}

.facetedSearch-navList .navList--inner {
	margin-left: 1.5rem
}

.facet-quick-heading {
	text-transform: capitalize
}

.facetedSearch-optionColumns {
	column-count: 3;
	column-gap: 20px
}

.facetedSearch-refineFilters {
	display: none
}

@media (min-width:992px) {
	.facetedSearch-refineFilters {
		display: block
	}
}

.facetedSearch-content--rating .is-selected {
	font-weight: 700
}

.banners {
	background-color: #dd3b38;
	color: #fff;
	padding: .76923rem 0;
	text-align: center
}

.banners p:last-child {
	margin-bottom: 0
}

.banners a {
	color: #fff
}

.banner {
	margin: 0 auto;
	max-width: 92.30769rem;
	width: 100%
}

.banner:after,
.banner:before {
	content: " ";
	display: table
}

.banner:after {
	clear: both
}

.banner+.banner {
	margin-top: 1.5rem
}

.facetLabel {
	background: #f2f2f2;
	border-radius: 4px;
	padding: .15385rem .53846rem .15385rem .69231rem;
	text-decoration: none
}

.facetLabel .icon {
	height: .92308rem;
	width: .92308rem;
	display: inline-block;
	fill: #989898;
	position: relative;
	top: -1px
}

.cart {
	display: block;
	margin-bottom: 1.5rem;
	width: 100%
}

@media (min-width:992px) {
	.cart {
		display: table
	}
}

.cart-header {
	display: none
}

@media (min-width:992px) {
	.cart-header {
		display: table-header-group;
		text-align: left
	}
}

.cart-header-item {
	padding-bottom: 1rem
}

.cart-header-item:last-child {
	text-align: right
}

.cart-list {
	border-top: 1px solid #e5e5e5;
	display: block
}

@media (min-width:992px) {
	.cart-list {
		display: table-row-group
	}
}

.cart-item {
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	display: block;
	padding: 1.5rem 0
}

@media (min-width:551px) {
	.cart-item {
		padding-left: 25%
	}

	.cart-item:after,
	.cart-item:before {
		content: " ";
		display: table
	}

	.cart-item:after {
		clear: both
	}
}

@media (min-width:992px) {
	.cart-item {
		display: table-row;
		padding-left: 0
	}

	.cart-item:after,
	.cart-item:before {
		display: none
	}
}

.cart-item-block {
	display: block
}

@media (min-width:992px) {
	.cart-item-block {
		display: table-cell
	}
}

.cart-item-block .definitionList {
	margin-bottom: .38462rem
}

.cart-item-figure {
	float: left;
	height: 7.69231rem;
	margin-bottom: 1.5rem;
	width: 33.33333%;
	position: relative
}

@media (min-width:551px) {
	.cart-item-figure {
		margin-bottom: 0;
		margin-left: -33.33333%;
		width: 33.33333%
	}
}

@media (min-width:992px) {
	.cart-item-figure {
		float: none;
		width: 8.33333%
	}
}

.cart-item-figure:after {
	content: '';
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 100%
}

.cart-item-fixed-image {
	width: 100%
}

.cart-item-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

@media (min-width:992px) {
	.cart-item-image {
		margin-left: 0
	}
}

.cart-item-title {
	display: table-cell;
	height: 7.69231rem;
	padding-left: 1.5rem
}

@media (min-width:551px) {
	.cart-item-title {
		display: block;
		height: auto;
		margin-bottom: 1.5rem;
		overflow: hidden
	}
}

@media (min-width:992px) {
	.cart-item-title {
		display: table-cell;
		padding: 1.5rem
	}
}

.cart-item-info {
	clear: both;
	width: 100%
}

@media (min-width:551px) {
	.cart-item-info {
		clear: none;
		float: left;
		overflow: hidden;
		width: 33.33333%
	}

	.cart-item-info+.cart-item-info {
		margin-top: 0
	}
}

@media (min-width:992px) {
	.cart-item-info {
		float: none;
		width: 16.66667%
	}

	.cart-item-info:last-child {
		text-align: right
	}
}

.cart-item-info+.cart-item-info {
	margin-top: .76923rem
}

@media (min-width:992px) {

	.cart-header-quantity,
	.cart-item-quantity {
		text-align: center
	}
}

.cart-item-quantity .form-increment {
	display: inline-block;
	margin: 0 .15385rem 1px 1.5rem;
	vertical-align: middle
}

@media (min-width:992px) {
	.cart-item-quantity .form-increment {
		margin-left: 0
	}
}

.cart-item-label {
	color: #a5a5a5;
	float: left;
	margin-bottom: .38462rem;
	text-align: right;
	width: 33.33333%
}

@media (min-width:551px) {
	.cart-item-label {
		display: block;
		padding-left: 1.5rem;
		text-align: left;
		width: 100%
	}
}

@media (min-width:992px) {
	.cart-item-label {
		display: none
	}
}

.cart-item-value {
	padding-left: 1.5rem
}

@media (min-width:992px) {
	.cart-item-value {
		padding-left: 0
	}
}

.cart-item-brand {
	color: #a5a5a5;
	margin-bottom: .15385rem
}

.cart-item-articul {
	display: block;
	color: #dd3b38;
	font-size: 13px;
	font-weight: 600;
	margin-top: 4px
}

.cart-item-name {
	font-size: 15px;
	margin: 0
}

.cart-item-name+.definitionList {
	margin-top: .38462rem
}

.cart-item-options--giftWrapping {
	margin-top: 1.15385rem
}

.cart-item-options--giftWrapping .cart-item-option-description {
	color: #495057
}

.cart-remove {
	background-color: #f2f2f2;
	border-radius: 50%;
	cursor: pointer;
	float: right;
	height: 1.38462rem;
	margin-top: .15385rem;
	padding: .15385rem;
	transition: background-color .15s ease;
	width: 1.38462rem
}

@media (min-width:551px) {
	.cart-remove {
		margin-left: 1rem
	}
}

.cart-remove.cart-remove--spacer {
	visibility: hidden
}

.cart-remove>svg {
	fill: #4f4f4f
}

.cart-totals {
	list-style: none;
	margin-left: 0;
	margin-bottom: 1.5rem;
	text-align: right;
	width: 100%
}

.cart-totals ol,
.cart-totals ul {
	list-style: none;
	margin-bottom: 0
}

@media (min-width:551px) {
	.cart-totals {
		float: right;
		width: 75%
	}
}

@media (min-width:992px) {
	.cart-totals {
		margin-bottom: 1rem;
		width: 58.33333%
	}
}

@media (min-width:1261px) {
	.cart-totals {
		width: 41.66667%
	}
}

.cart-total {
	border-bottom: 0
}

.cart-total:after,
.cart-total:before {
	content: " ";
	display: table
}

.cart-total:after {
	clear: both
}

@media (min-width:992px) {
	.cart-total+.cart-total {
		border-top: 1px solid #e5e5e5
	}
}

.cart-total .form-input {
	display: inline-block;
	height: 2.46154rem;
	padding: .53846rem;
	vertical-align: top;
	width: 75%
}

.cart-total .form-select {
	background-position: right .38462rem top .53846rem;
	background-size: 1.53846rem 1.53846rem;
	height: 2.46154rem;
	margin-bottom: .76923rem;
	padding: .53846rem .76923rem
}

.cart-total .form-inlineMessage {
	text-align: left
}

.cart-total-label {
	color: #989898;
	width: 33.33333%
}

@media (min-width:551px) {
	.cart-total-label {
		width: 50%
	}
}

@media (min-width:992px) {
	.cart-total-label {
		display: block;
		padding-left: 0;
		text-align: left
	}
}

.cart-total-value {
	text-align: left
}

@media (min-width:551px) {
	.cart-total-value {
		text-align: right
	}
}

@media (min-width:992px) {
	.cart-total-value {
		width: 50%
	}
}

.cart-total-label,
.cart-total-value {
	float: left;
	padding: .53846rem 0 .53846rem 1.5rem
}

@media (min-width:992px) {

	.cart-total-label,
	.cart-total-value {
		padding: 1rem 0
	}
}

.cart-total-grandTotal {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: .15385rem;
	padding-top: .15385rem;
	position: relative
}

@media (min-width:992px) {
	.cart-total-grandTotal {
		padding: 1rem 0;
		top: -.23077rem
	}
}

.coupon-code-add,
.coupon-code-cancel,
.gift-certificate-add,
.gift-certificate-cancel,
.shipping-estimate-hide,
.shipping-estimate-show {
	color: #989898;
	padding: 0;
	text-decoration: underline;
	transition: color .15s ease
}

.coupon-code-add:hover,
.coupon-code-cancel:hover,
.gift-certificate-add:hover,
.gift-certificate-cancel:hover,
.shipping-estimate-hide:hover,
.shipping-estimate-show:hover {
	color: #4f4f4f
}

.coupon-code-cancel,
.shipping-estimate-hide {
	font-style: italic
}

.cart-gift-certificate-form,
.coupon-form {
	font-size: 0;
	margin-bottom: 1rem
}

.cart-gift-certificate-form:after,
.cart-gift-certificate-form:before,
.coupon-form:after,
.coupon-form:before {
	content: " ";
	display: table
}

.cart-gift-certificate-form:after,
.coupon-form:after {
	clear: both
}

.cart-gift-certificate-form .button,
.cart-gift-certificate-form .form-input,
.coupon-form .button,
.coupon-form .form-input {
	float: left
}

.cart-gift-certificate-form .form-input,
.coupon-form .form-input {
	width: 78%
}

.cart-gift-certificate-form .button,
.coupon-form .button {
	margin: 0 0 0 2%;
	padding-left: .76923rem;
	padding-right: .76923rem;
	width: 20%
}

.estimator-form {
	margin-bottom: 0
}

.estimator-form .form-input {
	margin-bottom: .76923rem;
	width: 100%
}

.estimator-form .button--primary {
	width: 60%
}

.estimator-form-label {
	clear: both;
	float: left;
	font-weight: 400;
	margin-bottom: 0
}

.estimator-form-label .form-label {
	line-height: 2.46154rem;
	margin-bottom: 0
}

.estimator-form-label-text {
	margin-left: .76923rem
}

.estimator-form-input {
	float: right;
	margin-bottom: 1em;
	width: 60%
}

.estimator-form-input .form-input,
.estimator-form-input .form-select {
	margin-bottom: 0
}

.estimator-form-input--price {
	width: 30%
}

.estimator-form-row:after,
.estimator-form-row:before {
	content: " ";
	display: table
}

.estimator-form-row:after {
	clear: both
}

.estimator-form-toggleUPSRate {
	display: block;
	margin-bottom: 1em
}

.cart-actions {
	clear: both
}

.cart-actions:after,
.cart-actions:before {
	content: " ";
	display: table
}

.cart-actions:after {
	clear: both
}

.cart-actions .button {
	display: block;
	margin-bottom: 0
}

@media (min-width:551px) {
	.cart-actions .button {
		display: inline-block;
		float: right
	}
}

.cart-actions .checkoutMultiple {
	clear: right;
	display: block;
	float: right;
	padding-top: .38462rem
}

.cart-additionalCheckoutButtons:after,
.cart-additionalCheckoutButtons:before {
	content: " ";
	display: table
}

.cart-additionalCheckoutButtons:after {
	clear: both
}

.cart-additionalCheckoutButtons .FloatRight:after,
.cart-additionalCheckoutButtons .FloatRight:before {
	content: " ";
	display: table
}

.cart-additionalCheckoutButtons .FloatRight:after {
	clear: both
}

.cart-additionalCheckoutButtons .FloatRight p {
	float: none !important;
	margin: .53846rem 0;
	text-align: right
}

.orders-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px
}

.orders-header {
	background: #f5f5f5
}

.orders-header-item {
	padding: 12px;
	text-align: left;
	font-weight: 600;
	color: #333;
	border-bottom: 2px solid #e0e0e0
}

.orders-item {
	border-bottom: 1px solid #eee
}

.orders-item:last-child {
	border-bottom: none
}

.orders-item td {
	padding: 12px;
	vertical-align: middle
}

.orders-item:hover {
	background: #fafafa
}

.orders-item-id a {
	color: #dd3b38;
	font-weight: 600;
	text-decoration: none
}

.orders-item-id a:hover {
	text-decoration: underline
}

.orders-item-total {
	font-weight: 600;
	color: #333
}

.status {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase
}

.status--new {
	background: #e3f2fd;
	color: #1976d2
}

.status--processing {
	background: #fff3e0;
	color: #f57c00
}

.status--shipped {
	background: #e8f5e9;
	color: #388e3c
}

.status--delivered {
	background: #e8f5e9;
	color: #2e7d32
}

.status--cancelled {
	background: #ffebee;
	color: #c62828
}

.orders-empty {
	text-align: center;
	padding: 40px;
	color: #666
}

.order-detail {
	max-width: 900px;
	margin: 0 auto
}

.order-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 4px;
	margin-bottom: 20px
}

.order-meta-item {
	display: flex;
	flex-direction: column;
	gap: 4px
}

.order-meta-label {
	font-size: 12px;
	color: #888;
	text-transform: uppercase
}

.order-meta-value {
	font-size: 16px;
	font-weight: 600;
	color: #333
}

.order-client {
	margin-bottom: 25px
}

.order-client h3 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 2px solid #dd3b38
}

.order-client-item {
	display: flex;
	padding: 8px 0;
	border-bottom: 1px solid #eee
}

.order-client-label {
	width: 120px;
	color: #666;
	flex-shrink: 0
}

.order-client-value {
	color: #333
}

.order-items {
	margin-bottom: 25px
}

.order-items h3 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 2px solid #dd3b38
}

.order-items-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px
}

.order-items-table th {
	padding: 12px;
	text-align: left;
	background: #f5f5f5;
	font-weight: 600;
	border-bottom: 2px solid #e0e0e0
}

.order-items-table td {
	padding: 12px;
	border-bottom: 1px solid #eee
}

.order-items-table tr:last-child td {
	border-bottom: none
}

.order-actions {
	margin-top: 30px;
	padding: 20px;
	background: #f9f9f9;
	border-radius: 4px
}

.order-actions h3 {
	font-size: 18px;
	margin-bottom: 15px
}

@media (max-width: 768px) {
	.orders-table {
		display: block;
		overflow-x: auto
	}
}

.cart-additionalCheckoutButtons .FloatRight div {
	float: right
}

.cart-additionalCheckoutButtons .CheckoutButton {
	margin-bottom: 1rem
}

.cart-additionalCheckoutButtons .CheckoutButton:first-child {
	margin-top: 1.5rem
}

.cart-additionalCheckoutButtons .CheckoutButton:last-child {
	margin-bottom: 1.5rem
}

.previewCartList {
	list-style: none;
	margin-left: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	display: table;
	table-layout: fixed;
	width: 100%
}

.previewCartList ol,
.previewCartList ul {
	list-style: none;
	margin-bottom: 0
}

.previewCartList li {
	margin: 0;
	padding: 0
}

.previewCartItem {
	margin: 0 auto;
	max-width: 92.30769rem;
	width: 100%;
	display: table-row;
	line-height: 19px
}

.previewCartItem:after,
.previewCartItem:before {
	content: " ";
	display: table
}

.previewCartItem:after {
	clear: both
}

.previewCartItem+.previewCartItem {
	border-top: 1px solid #e5e5e5
}

.previewCartItem-content,
.previewCartItem-image {
	display: table-cell;
	vertical-align: middle
}

.previewCartItem-image {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 33.33333%;
	padding: 0;
	text-align: center;
	position: relative
}

.previewCartItem-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 98%
}

.previewCartItem-image:after {
	content: '';
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 100%
}

.previewCartItem-content {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 66.66667%;
	padding-left: 0
}

.previewCartItem-name {
	margin: 0;
	text-transform: none
}

.previewCartItem-name>a {
	text-decoration: none
}

.previewCartItem-brand,
.previewCartItem-name {
	margin-bottom: .15385rem
}

.previewCartItem-brand,
.previewCartItem-price {
	color: #989898;
	display: inline-block;
	font-size: 13px
}

.previewCartAction {
	margin: 0 auto;
	max-width: 92.30769rem;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	display: block;
	padding: 1.5rem .76923rem
}

.previewCartAction:after,
.previewCartAction:before {
	content: " ";
	display: table
}

.previewCartAction:after {
	clear: both
}

.previewCartAction .button {
	margin: 0;
	padding-left: .76923rem;
	padding-right: .76923rem;
	width: 100%
}

.previewCartAction-checkout,
.previewCartAction-viewCart {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 50%;
	float: left
}

.previewCartAction-checkout.previewCartAction-viewCart--sole,
.previewCartAction-viewCart.previewCartAction-viewCart--sole {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 50%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	float: none
}

.previewCartAction-checkout {
	padding-right: .38462rem
}

.previewCartAction-checkoutMultiple {
	clear: both;
	padding-left: .76923rem;
	padding-top: .38462rem
}

.previewCartAction-viewCart {
	padding-left: .38462rem
}

.previewCart-emptyBody {
	padding: 3rem;
	text-align: center
}

.addressList {
	font-size: 0;
	list-style: none;
	margin-left: -.76923rem;
	margin-right: -.76923rem
}

.address {
	display: inline-block;
	padding: 0 .76923rem;
	vertical-align: top;
	width: 100%
}

@media (min-width:551px) {
	.address {
		width: 50%
	}
}

@media (min-width:1261px) {
	.address {
		width: 33.33333%
	}
}

.panel--address {
	font-size: 1rem;
	position: relative
}

.panel--address .panel-body {
	min-height: 19.23077rem;
	padding: 1.5rem
}

@media (min-width:551px) {
	.panel--address .panel-body {
		padding: 1.5rem 1.5rem 4.5rem
	}
}

.panel--address .form-actions {
	margin-bottom: -.76923rem;
	margin-top: 1.5rem;
	text-align: left
}

@media (min-width:551px) {
	.panel--address .form-actions {
		bottom: 1.5rem;
		position: absolute;
		width: auto
	}
}

.panel--address .form-actions .button {
	margin-bottom: .76923rem
}

.panel--address .form-actions .button+.button {
	margin-left: 0;
	margin-top: 0
}

@media (min-width:551px) {
	.panel--address .form-actions .button+.button {
		margin-left: .38462rem
	}
}

.address-title {
	margin: 0 0 .76923rem;
	text-transform: none
}

.address-details {
	list-style: none;
	margin: 0 0 .76923rem
}

.address-details--postal {
	font-size: 15px
}

.address-description,
.address-label {
	display: inline-block;
	font-size: 1rem;
	margin: 0
}

.address-label {
	color: #989898;
	font-weight: 400
}

.panel--newAddress {
	display: block;
	text-align: center;
	text-decoration: none
}

.panel--newAddress:hover .address-title {
	color: #dd3b38
}

.panel--newAddress .panel-body {
	background-color: transparent;
	border: 1px solid #e5e5e5;
	display: block
}

.panel--newAddress .address-title {
	margin-bottom: 0;
	transition: all .15s ease
}

.address-addNew {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-55%)
}

.address-symbol {
	font-size: 50px;
	line-height: 1
}

.videoGallery-main {
	height: 0;
	margin-bottom: 1.23077rem;
	overflow: hidden;
	padding-bottom: 67.5%;
	padding-top: 1.92308rem;
	position: relative;
	margin-bottom: 1.88462rem
}

.videoGallery-main.widescreen {
	padding-bottom: 56.34%
}

.videoGallery-main.vimeo {
	padding-top: 0
}

.videoGallery-main embed,
.videoGallery-main iframe,
.videoGallery-main object,
.videoGallery-main video {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0
}

.videoGallery-list {
	list-style: none;
	margin-left: 0;
	margin: 0 -.75rem;
	max-width: none;
	width: auto;
	font-size: 0
}

.videoGallery-list ol,
.videoGallery-list ul {
	list-style: none;
	margin-bottom: 0
}

.videoGallery-list:after,
.videoGallery-list:before {
	content: " ";
	display: table
}

.videoGallery-list:after {
	clear: both
}

.videoGallery-item {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left;
	display: inline-block;
	float: none;
	vertical-align: top
}

@media (min-width:992px) {
	.videoGallery-item {
		width: 50%
	}
}

.video {
	display: block;
	margin-bottom: 1.88462rem;
	opacity: .4;
	text-decoration: none;
	transition: opacity .1s ease-out
}

.video:after,
.video:before {
	content: " ";
	display: table
}

.video:after {
	clear: both
}

.video-figure {
	float: left;
	margin-right: .76923rem
}

.video-figure>img {
	display: block
}

.video-figure--opposite {
	float: right;
	margin-left: .76923rem;
	margin-right: 0
}

.video-body:after,
.video-body:before {
	content: " ";
	display: table
}

.video-body:after {
	clear: both
}

@media (min-width:992px) {
	.video {
		margin-bottom: 1.88462rem
	}
}

.video.is-active,
.video:hover {
	color: #454545;
	opacity: 1
}

.video-figure {
	margin-right: 1.88462rem
}

.video-title {
	margin-bottom: 0;
	margin-top: 0;
	text-transform: none
}

.video-description {
	font-size: 1rem;
	margin-bottom: 0
}

.previewCart {
	margin: 0 auto;
	max-width: 92.30769rem;
	width: 100%
}

.previewCart:after,
.previewCart:before {
	content: " ";
	display: table
}

.previewCart:after {
	clear: both
}

@media (min-width:992px) {
	.previewCart .productView {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 75%;
		float: left;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding-bottom: 0;
		padding-top: 0
	}

	.previewCart .productView-image {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 58.33333%;
		float: left;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.previewCart .productView-image--cart {
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin: 0 auto;
		width: auto
	}

	.previewCart .productView-details {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 41.66667%;
		float: left
	}
}

.previewCart .productView-title {
	margin-top: 0
}

.previewCartCheckout {
	background: #f2f2f2;
	padding: 1rem;
	text-align: center
}

@media (min-width:992px) {
	.previewCartCheckout {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 25%;
		float: right;
		padding: 1.5rem
	}
}

.previewCartCheckout .button {
	display: block;
	margin: 0;
	width: 100%
}

.previewCartCheckout .button+.button,
.previewCartCheckout .button+p {
	margin-top: .76923rem
}

.previewCartCheckout-price {
	display: block;
	font-size: 28px;
	font-weight: 700;
	text-align: center
}

.previewCartCheckout-subtotal {
	display: block;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem
}

.previewCartCheckout-additionalCheckoutButtons p {
	float: none !important;
	margin: .53846rem 0
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
	margin-bottom: 1rem
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
	margin-top: 1.5rem
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
	margin-bottom: 1.5rem
}

.suggestiveCart {
	display: none;
	text-align: center
}

@media (min-width:992px) {
	.suggestiveCart {
		display: block
	}
}

.maintenanceNotice {
	background-color: #fffdea;
	box-shadow: 0 0 5px #a5a5a5;
	color: #454545;
	left: 1.15385rem;
	padding: 1rem 1.30769rem;
	position: fixed;
	top: 1.15385rem;
	width: 24rem;
	z-index: 500
}

.maintenanceNotice>:last-child {
	margin-bottom: 0
}

.maintenanceNotice a {
	color: #454545
}

.maintenanceNotice-header {
	font-family: Poppins;
	margin: 0 0 .76923rem
}

body.hasAdminBar {
	padding-top: 101px
}

@media (min-width:992px) {
	body.hasAdminBar {
		padding-top: 0
	}

	body.hasAdminBar .banners {
		margin-top: 46px
	}

	body.hasAdminBar .header {
		padding-top: 0
	}
}

body.hasAdminBar .header {
	padding-top: 46px
}

body.hasAdminBar .navPages-container.is-open {
	padding-top: 101px
}

.adminBar {
	background-color: #fff;
	box-shadow: 0 .15385rem .53846rem 0 rgba(0, 0, 0, .2);
	color: #626568;
	float: left;
	font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
	font-size: 14px;
	font-weight: 600;
	height: 46px;
	left: 0;
	position: fixed;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 10000
}

.adminBar-logo {
	background-color: #273a8a;
	float: left;
	height: 46px;
	width: 45px
}

.adminBar-logo svg {
	height: 100%;
	padding: 7px 10px 11px 7px;
	width: 100%
}

.adminBar-content {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 46px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 45px;
	padding: 17px 20.5px 14px 20px
}

.adminBar-content a {
	color: #4b71fc;
	font-weight: 600;
	text-decoration: none
}

.adminBar-private {
	float: right;
	text-align: right
}

.adminBar-private span {
	white-space: nowrap
}

.preview {
	font-weight: 400;
	padding-left: 9px
}

.cookieMessage {
	background: #e8e8e8;
	color: #454545;
	display: none
}

.cookieMessage .button {
	width: 100%
}

@media (min-width:992px) {
	.cookieMessage .button {
		vertical-align: middle;
		width: 25%
	}
}

@media (min-width:1261px) {
	.cookieMessage .button {
		vertical-align: top
	}
}

.cookieMessage-container {
	margin: 0 auto;
	padding: 1.5rem
}

@media (min-width:992px) {
	.cookieMessage-container {
		width: 83.33333%
	}
}

@media (min-width:1261px) {
	.cookieMessage-container {
		width: 58.33333%
	}
}

@media (min-width:992px) {
	.cookieMessage-text {
		display: inline-block;
		padding: 0 .76923rem;
		vertical-align: middle;
		width: 66.66667%
	}
}

.login {
	margin: 3rem auto 6rem;
	max-width: 69.23077rem
}

.login-row {
	margin: 0 auto;
	max-width: 92.30769rem;
	width: 100%
}

.login-row:after,
.login-row:before {
	content: " ";
	display: table
}

.login-row:after {
	clear: both
}

@media (min-width:992px) {
	.login-row {
		margin-top: 6rem
	}
}

.login-form {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left
}

@media (min-width:992px) {
	.login-form {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 50%;
		float: left;
		margin-top: 3rem
	}
}

.new-customer {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left
}

@media (min-width:992px) {
	.new-customer {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 50%;
		float: left
	}
}

.new-customer-intro {
	margin-bottom: 0
}

.new-customer-fact-list {
	margin-left: 3rem
}

.new-customer-fact {
	padding-left: .76923rem
}

.search-suggestion {
	margin-bottom: 2.03846rem
}

.search-suggestion>:last-child {
	margin-bottom: 0
}

.suggestion-title {
	margin-top: 0;
	text-transform: inherit
}

.advancedSearch-form {
	margin-bottom: 3rem
}

.advancedSearch-form .form-row {
	margin-bottom: -1.5rem
}

.quickSearchResults {
	margin-top: 1.5rem
}

@media (min-width:992px) {
	.quickSearchResults {
		margin-top: 0
	}
}

.quickSearchResults .modal-close {
	display: none
}

@media (min-width:992px) {
	.quickSearchResults .modal-close {
		display: block
	}
}

.advancedSearch-separator {
	display: none
}

.advancedSearch-title {
	margin: 0 0 1.5rem;
	text-transform: inherit
}

.search-price-range label {
	display: inline
}

.search-price-range label input {
	display: block;
	padding-left: 1.5rem
}

@media (min-width:551px) {
	.search-price-range label input {
		display: inline;
		width: 6rem
	}
}

@media (min-width:551px) {
	.search-price-range label span {
		display: inline;
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
}

.category-suggestion-list {
	margin: 0 -.75rem;
	max-width: none;
	width: auto;
	list-style-type: none
}

.category-suggestion-list:after,
.category-suggestion-list:before {
	content: " ";
	display: table
}

.category-suggestion-list:after {
	clear: both
}

.category-suggestion {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 33.33333%;
	float: left;
	font-size: 15px
}

.search-refine {
	margin-left: 1.5rem
}

.quickSearchMessage {
	font-size: 28px;
	margin: 1.5rem 0 0;
	text-align: center
}

.navBar--account {
	display: none
}

@media (min-width:992px) {
	.navBar--account {
		display: block
	}
}

.account-heading {
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	padding-bottom: 1rem
}

.account-list {
	list-style: none;
	margin-left: 0
}

.account-listItem {
	border-bottom: 1px solid #e5e5e5;
	padding: 1.5rem 0;
	position: relative
}

.account-listItem img {
	width: 100%
}

.account-listItem .account-product-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: relative
}

.account-listShipping {
	border-bottom: 1px solid #e5e5e5;
	font-weight: 700;
	padding: 2.03846rem 0
}

.account-listShipping .account-listShipping-title {
	margin: 0;
	text-transform: inherit
}

.account-product:after,
.account-product:before {
	content: " ";
	display: table
}

.account-product:after {
	clear: both
}

.account-product-figure {
	float: left;
	margin-right: .76923rem
}

.account-product-figure>img {
	display: block
}

.account-product-figure--opposite {
	float: right;
	margin-left: .76923rem;
	margin-right: 0
}

.account-product-body:after,
.account-product-body:before {
	content: " ";
	display: table
}

.account-product-body:after {
	clear: both
}

.account-product-figure {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 2.03846rem 0 0;
	position: relative;
	width: 70px
}

.account-product-figure:after {
	content: '';
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 100%
}

.account-product-download {
	border-radius: 50%;
	height: 2.53846rem;
	padding: 0;
	position: absolute;
	right: -.76923rem;
	top: -.76923rem;
	width: 2.53846rem;
	z-index: 1
}

.account-product-download .icon {
	height: 1.5rem;
	margin-top: .38462rem;
	width: 1.5rem
}

.account-product-download svg {
	fill: white
}

.account-product-body {
	overflow: hidden;
	padding-bottom: 3.53846rem;
	position: relative
}

@media (min-width:551px) {
	.account-product-body {
		padding-bottom: 0
	}
}

.account-product-body .definitionList {
	font-size: 15px;
	margin-bottom: 0
}

.account-product-title {
	margin: 0 0 .15385rem;
	text-transform: inherit
}

.account-product-title>a {
	text-decoration: none
}

.account-product-title+.definitionList {
	margin-top: .76923rem
}

.account-product-subtitle {
	color: #a5a5a5;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: -.15385rem 0 1rem;
	text-transform: inherit
}

.account-product-price {
	float: right;
	font-size: 15px
}

.account-product-description+.definitionList {
	margin: -1.38462rem 0 1.5rem
}

.account-product-refundQty {
	color: #a5a5a5;
	margin-bottom: 0
}

.account-product-details {
	margin: 0 -.75rem;
	max-width: none;
	width: auto
}

.account-product-details:after,
.account-product-details:before {
	content: " ";
	display: table
}

.account-product-details:after {
	clear: both
}

.account-product-detail {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left
}

@media (min-width:551px) {
	.account-product-detail {
		width: 33.33333%
	}
}

@media (min-width:1261px) {
	.account-product-detail {
		width: 25%
	}
}

.account-product-detail+.account-product-detail {
	margin-top: 1rem
}

@media (min-width:551px) {
	.account-product-detail+.account-product-detail {
		margin-top: 0
	}
}

@media (min-width:551px) {
	.account-product-detail+.account-product-detail--full {
		margin-top: 1.5rem
	}
}

@media (min-width:1261px) {
	.account-product-detail--large {
		width: 50%
	}
}

.account-product-detail--full {
	width: 100%
}

.account-product-detail-heading {
	color: #989898;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 .38462rem
}

.account-product--alignMiddle {
	display: table;
	width: 100%
}

.account-product--alignMiddle .account-product-checkItem {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	width: 2rem
}

@media (min-width:1261px) {
	.account-product--alignMiddle .account-product-checkItem {
		left: -2.5rem
	}
}

.account-product--alignMiddle .account-product-checkItem .form-label {
	height: 1.5rem;
	margin: 0;
	padding: 0;
	width: 1.5rem
}

.account-product--alignMiddle .account-product-body,
.account-product--alignMiddle .account-product-figure {
	display: table-cell
}

.account-product--alignMiddle .account-product-figure {
	float: none;
	margin-right: 0
}

@media (min-width:1261px) {
	.account-product--alignMiddle .account-product-figure {
		left: -2rem
	}
}

.account-product--alignMiddle .account-product-body {
	padding-left: 2rem;
	vertical-align: middle
}

@media (min-width:1261px) {
	.account-product--alignMiddle .account-product-body {
		padding-left: 0
	}
}

.account-orderTotal {
	float: right;
	font-size: 15px;
	margin-top: -1.5rem;
	width: 66.66667%
}

.account-orderTotal-key,
.account-orderTotal-value {
	margin: 0;
	padding: 1.5rem 0
}

.account-orderTotal-key {
	color: #989898;
	float: left;
	font-weight: 400
}

.account-orderTotal-key:last-of-type {
	position: relative;
	top: .30769rem
}

.account-orderTotal-value {
	border-bottom: 1px solid #e5e5e5;
	text-align: right
}

.account-orderTotal-value:last-child {
	border-bottom: 0;
	font-size: 20px
}

.account-orderStatus {
	bottom: 0;
	left: 0;
	position: absolute
}

@media (min-width:551px) {
	.account-orderStatus {
		float: right;
		position: inherit;
		text-align: right
	}
}

.account-orderStatus-label {
	background-color: #bfbfbf;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 .38462rem;
	padding: .15385rem .53846rem
}

.account-orderStatus-action {
	color: #989898;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	letter-spacing: .25px;
	margin-left: .76923rem;
	text-align: right;
	text-decoration: underline;
	vertical-align: top
}

@media (min-width:551px) {
	.account-orderStatus-action {
		display: block;
		margin-left: 0
	}
}

.account-orderStatus-action:hover {
	color: #4f4f4f
}

.account .pagination {
	color: #a5a5a5;
	margin-top: 3rem;
	text-align: center
}

.account-message .is-read {
	color: #a5a5a5
}

.account-sidebar-block {
	font-size: 15px
}

.account-sidebar-block+.account-sidebar-block {
	margin-top: 3rem
}

.account-sidebar-block .account-heading {
	margin-bottom: 1.5rem
}

.account-order-address {
	list-style: none;
	margin-left: 0
}

.account-order-address ol,
.account-order-address ul {
	list-style: none;
	margin-bottom: 0
}

.account-reorder-form {
	display: inline-block
}

.order-payments-description {
	color: #dd3b38;
	font-weight: 400;
	margin-top: 1.5rem
}

.account-downloads-summary {
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	padding-bottom: 1.5rem
}

.account-downloadsList {
	list-style: none;
	margin-left: 0
}

.account-downloadsList ol,
.account-downloadsList ul {
	list-style: none;
	margin-bottom: 0
}

.account-downloadsItem {
	margin-bottom: 1.5rem
}

.account-downloadsItem>:first-child {
	margin-top: 0
}

.account-downloadsItem>:last-child {
	margin-bottom: 0
}

.account-downloadsItem-title {
	color: #989898;
	font-size: 15px;
	margin-bottom: .15385rem;
	text-transform: inherit
}

.account-downloadsItem-description {
	margin-bottom: 0
}

.account-downloadsItem-availability {
	color: #989898
}

.wishlists-table {
	margin-left: auto;
	margin-right: auto;
	max-width: 92.30769rem
}

.wishlist-header {
	display: none;
	text-align: center
}

.modal .wishlist-header {
	display: block
}

.wishlist-form {
	margin: 0 auto;
	max-width: 92.30769rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 42.30769rem
}

.wishlist-form:after,
.wishlist-form:before {
	content: " ";
	display: table
}

.wishlist-form:after {
	clear: both
}

.wishlist-form .form-field {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left
}

.share-wishlist {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	text-align: center
}

.icon--ratingEmpty svg {
	fill: #dfdfdf
}

.icon--ratingFull svg {
	fill: #454545
}

.rating--small {
	display: inline-block
}

.rating--small .icon {
	height: 1.07692rem;
	width: 1.07692rem;
	margin-top: -3px
}

.apple-pay-checkout-button {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% 60%;
	border-radius: .30769rem;
	cursor: pointer;
	display: none;
	max-height: 4.92308rem;
	min-height: 2.46154rem;
	min-width: 10.30769rem;
	padding: 1.5rem;
	background-color: #000;
	background-image: -webkit-named-image(apple-pay-logo-white)
}

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
	margin-top: .76923rem
}

.apple-pay-supported .apple-pay-checkout-button {
	display: block
}

@media (min-width:551px) {
	.apple-pay-supported .apple-pay-checkout-button {
		display: inline-block;
		float: right
	}
}

.previewCartCheckout .apple-pay-checkout-button {
	float: none;
	margin-top: .76923rem
}

.clear {
	clear: both
}

.no-padding {
	padding: 0 !important
}

.hidden {
	display: none !important
}

@keyframes myeffect-slideshow {
	0% {
		opacity: 0;
		transform: translateY(-300px);
		-webkit-transform: translateY(-300px);
		-moz-transform: translateY(-300px);
		-ms-transform: translateY(-300px);
		-o-transform: translateY(-300px)
	}

	100% {
		opacity: 1;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0)
	}
}

body {
	line-height: 1.8
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600
}

.page-heading {
	margin: 0 0 1rem;
	font-size: 23px;
	text-align: left;
	margin-top: 15px;
}

:focus {
	outline: 0
}

a {
	color: #dd3b38;
	text-decoration: none
}

a:hover {
	color: #999;
	text-decoration: none
}

a a:focus {
	outline: 0 !important;
	text-decoration: none
}

::-webkit-scrollbar {
	width: .8em;
	height: .8em
}

::-webkit-scrollbar-thumb {
	background: #777
}

::-webkit-scrollbar-track {
	background: #d6d6d6
}

body {
	scrollbar-face-color: #777777;
	scrollbar-track-color: #d6d6d6
}

@media only screen and (max-width:992px) {
	::-webkit-scrollbar {
		width: .3em;
		height: .3em
	}

	::-webkit-scrollbar-thumb {
		background: #eee
	}

	::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, .1)
	}

	body {
		scrollbar-face-color: #eeeeee;
		scrollbar-track-color: rgba(255, 255, 255, 0.1)
	}
}

.dir-rtl {
	direction: ltr
}

.dir-rtl .slick-slide {
	direction: rtl
}

.slick-track {
	margin: 0
}

body.hasAdminBar div.banners {
	margin: 0
}

.form-select--date {
	height: 35px
}

.lazyload,
.lazyloading {
	height: auto
}

ol.menu,
ul.blank,
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0
}

.alert ol li {
	list-style-type: decimal;
	margin: 0 0 5px 15px
}

img {
	max-width: 100%
}

.heroCarousel-image {
	visibility: hidden
}

.slick-slide:focus {
	outline: 0
}

.rte ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem
}

.rte li {
	padding-left: 20px
}

.rte li:before {
	content: '\f00c';
	font-family: FontAwesome;
	transform: translateX(-20px);
	position: absolute;
	font-size: 10px;
	margin: 2px 0
}

.button {
	border-radius: 2px
}

.button--action {
	background: #dd3b38;
	border-color: #dd3b38;
	color: #fff
}

.button--action:hover {
	background: #c88c02;
	border-color: #c88c02;
	color: #fff
}

.alert code {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 3px
}

.navList-action {
	font-size: 1rem
}

.navBar--sub {
	margin-bottom: 2rem
}

.navBar--sub .navBar-item {
	display: inline-block;
	margin: 0 10px 0 0
}

.pagination-list li {
	background: #f2f2f2;
	border: 1px solid #dedede;
	border-radius: 4px;
	margin-left: .35714rem
}

.pagination-list li:hover {
	background: #fff
}

.pagination-list li.pagination-item--current {
	background: #dd3b38;
	border-color: #dd3b38
}

.pagination-list li.pagination-item--current a {
	color: #fff
}

.pagination-list li a,
.pagination-list li button, 
.pagination-list li span {
	display: inline-block;
	padding: 8px 15px;
	height: 32px;
	color: #495057
}

div.actionBar-section .form-label {
	font-size: 1rem;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .05em
}

div.actionBar-section .form-field {
	border: none;
	background: 0 0;
	border-radius: 0
}

div.actionBar-section .form-select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-position: 100% center;
	background-repeat: no-repeat;
	color: #454545;
	line-height: normal;
	cursor: pointer;
	outline: 0
}

div.actionBar-section .accordion-navigation>a,
div.actionBar-section .compare-link-top a {
	font-family: Poppins, Arial, Helvetica, sans-serif
}

div.actionBar-section .form-select::-ms-expand {
	display: none
}

div.actionBar-section .form-select:disabled {
	cursor: not-allowed
}

div.actionBar-section .form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/icon/select-arr.png);
	border-radius: 0;
	padding: .75rem 3rem .75rem 1rem;
	border: 1px solid #dedede;
	height: 3.5em
}

div.actionBar-section .form-select:focus {
	background-image: url(../img/icon/select-arr-focus.png)
}

div.actionBar-section .form-select--date,
div.actionBar-section .form-select--small {
	background-position: right;
	background-size: auto;
	font-size: 1rem;
	height: 2.8rem;
	line-height: 1rem;
	max-width: 20rem;
	padding: .75rem 3rem .75rem 1rem
}

.cart-item-figure:after {
	padding-bottom: 60%
}

.tab {
	border-top-color: #fff;
	float: left
}

.tab.is-active {
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff
}

.tab-title {
	padding: .76923rem 1.5rem
}

.navPages-container {
	z-index: 260
}

.navPages-container .sb-banner {
	margin: 0 0 10px
}

.navPages-container .navPage-subMenu-banner {
	margin-bottom: 15px
}

.navPages-action svg {
	stroke: none !important
}

.navPages-horizontal .badge {
	background: #0f8db3;
	position: absolute;
	z-index: 1;
	top: -10px;
	right: 15%;
	color: #fff;
	border-radius: 0;
	font-size: 10px;
	font-family: Arial;
	padding: 4px 6px
}

.navPages-horizontal .badge:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 5px solid #0f8db3;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.navPages-horizontal .badge:after {
	position: absolute;
	bottom: -4px;
	left: 5px;
	z-index: 2
}

.navPages-horizontal .badge.badge--hot {
	background: #dc3545
}

.navPages-horizontal .badge.badge--hot:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 5px solid #dc3545;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.navPages-horizontal .badge.badge--popular {
	background: #17a2b8
}

.navPages-horizontal .badge.badge--popular:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 5px solid #17a2b8;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.navPages-horizontal .badge.badge--top {
	background: #fd7e14
}

.navPages-horizontal .badge.badge--top:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 5px solid #fd7e14;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

@media (min-width:992px) {
	.navPages-horizontal ul.navPages-list {
		width: 100%;
		vertical-align: middle
	}

	.navPages-horizontal ul.navPages-list ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%
	}

	.navPages-horizontal ul.navPages-list .navPages-action-moreIcon {
		transform: rotate(90deg);
		width: 16px;
		height: 16px;
		display: inline-block
	}

	.navPages-horizontal ul.navPages-list>li.navPages-item {
		position: relative;
		float: left;
		z-index: 0
	}

	.navPages-horizontal ul.navPages-list>li.navPages-item .navPages-action {
		font-size: 16px;
		padding: .9rem 1.14286rem;
		background: 0 0;
		color: #111
	}

	.navPages-horizontal ul.navPages-list>li.navPages-item .navPages-action:hover {
		color: #dd3b38
	}

	.navPages-horizontal ul.navPages-list>li.navPages-item .navPage-subMenu {
		display: block;
		background: #fff;
		box-shadow: 0 0 6px rgba(0, 0, 0, .2);
		transition: all .35s ease-in-out;
		transform: translateY(50px);
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		padding: 1rem !important;
		left: 10px;
		margin: 0;
		min-width: 200px;
		max-width: 1170px;
		text-align: left
	}

	.navPages-horizontal ul.navPages-list>li.navPages-item .navPage-subMenu .navPage-subMenu-item {
		width: auto;
		float: none;
		margin: 0 -15px
	}

	.navPages-horizontal ul.navPages-list>li.navPages-item .navPage-subMenu .navPages-action-moreIcon {
		transform: rotate(0);
		width: 16px;
		height: 16px;
		position: absolute;
		right: 0;
		z-index: 5;
		margin: 5px 10px
	}

	.navPages-horizontal ul.navPages-list>li.navPages-item .navPage-subMenu .subMenu--level2 {
		left: 100%;
		top: 0;
		transform: translate(0, 50px)
	}

	.navPages-horizontal ul.navPages-list>li.navPages-item .navPage-subMenu .navPages-action {
		border-bottom: none;
		margin-bottom: 0;
		padding: 5px 10px;
		font-size: 13px;
		font-weight: 400
	}

	.navPages-horizontal ul.navPages-list>li.navPages-item .navPage-subMenu.is-open,
	.navPages-horizontal ul.navPages-list>li.navPages-item:hover>.navPage-subMenu {
		opacity: 1;
		visibility: visible;
		z-index: 5;
		transform: translateY(0)
	}

	.navPages-horizontal ul.navPages-list>li.navPages-item li.navPage-subMenu-item {
		position: relative;
		z-index: 10
	}

	.navPages-horizontal ul.navPages-list>li.navPages-item li.navPage-subMenu-item:hover>.subMenu--level2 {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0)
	}

	.navPages-horizontal ul.navPages-list>li.hasMegamenu {
		position: static
	}

	.navPages-horizontal ul.navPages-list>li.hasMegamenu .navPages-action {
		position: relative;
		z-index: 1;
		background: 0 0
	}

	.navPages-horizontal ul.navPages-list>li.hasMegamenu .navPage-subMenu {
		width: 100%;
		padding: 15px !important
	}

	.navPages-horizontal ul.navPages-list>li.hasMegamenu .navPage-subMenu .navPage-subMenu-item {
		width: 20%;
		float: left;
		margin: 0
	}

	.navPages-horizontal ul.navPages-list>li.hasMegamenu .navPage-subMenu .columns-2 .navPage-subMenu-item {
		width: 50%
	}

	.navPages-horizontal ul.navPages-list>li.hasMegamenu .navPage-subMenu .columns-3 .navPage-subMenu-item {
		width: 33.33%
	}

	.navPages-horizontal ul.navPages-list>li.hasMegamenu .navPage-subMenu .columns-4 .navPage-subMenu-item {
		width: 25%
	}

	.navPages-horizontal ul.navPages-list>li.hasMegamenu .navPage-subMenu .columns-5 .navPage-subMenu-item {
		width: 20%
	}

	.navPages-horizontal ul.navPages-list>li.hasMegamenu .navPage-subMenu ul.navPage-childList {
		margin-bottom: 20px
	}

	.navPages-horizontal ul.navPages-list>li.hasMegamenu .navPage-subMenu .navPages-action {
		padding: 0 0 5px 0
	}

	.navPages-horizontal ul.navPages-list>li.hasMegamenu .navPage-subMenu .navPages-action-depth-max {
		margin-bottom: 5px;
		font-weight: 700;
		text-transform: uppercase;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block
	}
}

.navPages-verticalCategories .megamenuToogle-wrapper {
	background: #2d2d2d;
	height: 58px;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 15px;
	line-height: 58px;
	color: #fff;
	width: 100%;
	position: relative
}

.navPages-verticalCategories .megamenuToogle-wrapper .title-mega {
	display: inline-block;
	padding: 0 10px
}

.navPages-verticalCategories .megamenuToogle-wrapper .icon-alignleft {
	margin-top: 18px;
	float: left
}

.navPages-verticalCategories .megamenuToogle-wrapper .icon-caret-circle {
	float: right;
	margin-top: 20px
}

@media (min-width:992px) {
	.verticalCategories {
		position: absolute;
		z-index: 2;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 2px rgba(0, 0, 0, .2)
	}

	.verticalCategories.is-open {
		transform: rotateX(0)
	}

	.verticalCategories ul {
		list-style: none;
		padding: 0;
		margin: 0 0 15px
	}

	.verticalCategories ul.navPage-subMenu-list {
		width: 100%;
		float: left;
		margin: 0
	}

	.verticalCategories ul.navPage-subMenu-list.grid-2 .navPage-subMenu-item {
		width: 50%
	}

	.verticalCategories ul.navPage-subMenu-list.grid-2 .navPage-subMenu-item:nth-child(odd) {
		clear: both !important
	}

	.verticalCategories ul.navPage-subMenu-list.grid-3 .navPage-subMenu-item {
		width: 33%
	}

	.verticalCategories ul.navPage-subMenu-list.grid-3 .navPage-subMenu-item:nth-child(3n+1) {
		clear: both !important
	}

	.verticalCategories ul.navPage-subMenu-list.grid-4 .navPage-subMenu-item {
		width: 25%
	}

	.verticalCategories ul.navPage-subMenu-list.grid-4 .navPage-subMenu-item:nth-child(4n+1) {
		clear: both !important
	}

	.verticalCategories ul.navPage-subMenu-list.grid-5 .navPage-subMenu-item {
		width: 20%
	}

	.verticalCategories ul.navPage-subMenu-list.grid-5 .navPage-subMenu-item:nth-child(45n+1) {
		clear: both !important
	}

	.verticalCategories .navPages-list {
		display: block
	}

	.verticalCategories .navPages-item--default {
		position: relative;
		z-index: 1
	}

	.verticalCategories .navPages-item {
		width: 100%;
		padding: 0 15px
	}

	.verticalCategories .navPages-item>.navPages-action {
		display: block;
		padding: 12px 0;
		font-size: 14px;
		border-bottom: 1px solid #eaeaea;
		text-transform: capitalize
	}

	.verticalCategories .navPages-item>.navPages-action:hover .fa {
		color: #dd3b38
	}

	.verticalCategories .navPages-item .fa {
		font-size: 16px;
		color: #7d7d7d;
		min-width: 22px
	}

	.verticalCategories .navPages-item .fa-mobile {
		font-size: 22px
	}

	.verticalCategories .navPages-item .navPages__icon {
		margin-right: 5px
	}

	.verticalCategories .loadmore {
		cursor: pointer;
		height: 58px
	}

	.verticalCategories .loadmore .navPages-action {
		border: none
	}

	.verticalCategories .loadmore:hover {
		color: #dd3b38
	}

	.verticalCategories .loadmore:hover .fa {
		color: #dd3b38
	}

	.verticalCategories .navPages-action-moreIcon {
		float: right;
		width: 22px;
		height: 1.73077rem
	}

	.verticalCategories .navPages-action-moreIcon svg {
		fill: #999;
		stroke: none
	}

	.verticalCategories .subMenu--default {
		width: 240px;
		left: 100%;
		top: 0;
		background: #fff;
		display: block;
		padding: 1.5rem 0 !important;
		text-align: left;
		box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
	}

	.verticalCategories .subMenu--default .navPages-action-moreIcon {
		display: block
	}

	.verticalCategories .subMenu--default .navPage-subMenu-item {
		width: 100%;
		padding: 0 !important
	}

	.verticalCategories .subMenu--default .navPage-subMenu-action {
		display: block;
		padding: 5px 1.5rem;
		border: none;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 400
	}

	.verticalCategories .subMenu--default ul {
		margin-bottom: 0
	}

	.verticalCategories .subMenu--default div.subMenu--level2 {
		left: 100%;
		top: -20px;
		display: none
	}

	.verticalCategories .subMenu--default li.navPage-subMenu-item {
		position: relative;
		z-index: 10
	}

	.verticalCategories .subMenu--default li.navPage-subMenu-item .is-open.subMenu--level2,
	.verticalCategories .subMenu--default li.navPage-subMenu-item:hover>.subMenu--level2 {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0);
		display: block
	}

	.verticalCategories .subMenu--mega {
		width: 400%;
		left: 100%;
		top: 0;
		background: #fff;
		display: block;
		box-shadow: 0 0 3px rgba(0, 0, 0, .2)
	}

	.verticalCategories .subMenu--mega .navPage-childList-item {
		padding: 3px 0
	}

	.verticalCategories .subMenu--mega .navPage-childList-item .navPages-action {
		font-size: 13px
	}

	.verticalCategories .subMenu--mega .navPage-subMenu-action {
		display: block;
		padding: 5px 0;
		border-bottom: 1px solid #eaeaea;
		text-transform: uppercase;
		font-size: 14px
	}
}

@media (min-width:992px) {
	.verticalCategories.is-open {
		opacity: 0;
		margin-left: -9999px;
		transform: translateY(32px);
		transition: 0s margin-left .4s, opacity .2s ease .2s, transform .15s ease .2s
	}

	.navPages-verticalCategories:hover .verticalCategories.is-open {
		margin-left: 0;
		opacity: 1;
		transform: translateY(0);
		transition: 0s margin-left, opacity .2s ease .2s, transform .15s ease .2s
	}
}

@media (min-width:1200px) {
	.verticalCategories .navPage-subMenu {
		opacity: 0;
		margin-left: -9999px;
		transform: translateX(48px);
		transition: 0s margin-left .4s, opacity .2s ease .2s, transform .15s ease .2s
	}

	.verticalCategories .navPages-item:hover .navPage-subMenu {
		margin-left: 0;
		opacity: 1;
		transform: translateX(0);
		transition: 0s margin-left, opacity .2s ease .2s, transform .15s ease .2s
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.verticalCategories .navPage-subMenu {
		opacity: 0;
		margin-left: -9999px;
		transform: translateX(48px);
		transition: 0s margin-left .4s, opacity .2s ease .2s, transform .15s ease .2s
	}

	.verticalCategories .navPage-subMenu.is-open {
		margin-left: 0;
		opacity: 1;
		transform: translateX(0);
		transition: 0s margin-left, opacity .2s ease .2s, transform .15s ease .2s
	}
}

@media (max-width:991px) {
	.navPage-subMenu.is-open>.navPage-childList {
		display: block
	}

	header .mobileMenu--vertical {
		margin-top: 9px
	}

	header .mobileMenu--vertical .mobileMenu-toggleIcon::before {
		width: 12px
	}

	header .mobileMenu--vertical.is-open .mobileMenu-toggleIcon::before {
		width: 1.42857rem
	}

	header .mobileMenu--vertical .mobileMenu-toggleIcon {
		width: 16px
	}

	.navPages-container {
		background: #fff;
		width: 280px;
		position: fixed;
		padding: 15px;
		z-index: 150;
		height: 100%;
		left: auto;
		right: 0;
		display: block;
		box-shadow: -1px 0 2px rgba(0, 0, 0, .1);
		transition: all .5s cubic-bezier(.99, .95, .49, 1.03);
		transform: translateX(100%)
	}

	.navPages-container.is-open {
		z-index: 990;
		padding-top: 15px;
		overflow: scroll;
		transform: translateX(0)
	}

	.navPages-container .banners,
	.navPages-container .megamenuToogle-wrapper {
		display: none
	}

	.navPages-container .mobileMenu-toggle {
		right: 0
	}

	.navPages-container ul.navPages-list {
		list-style: none;
		display: block
	}

	.navPages-container ul.navPages-list>.navPages-item {
		border-bottom: 1px solid #ececec;
		position: relative;
		z-index: 2;
		float: none
	}

	.navPages-container ul.navPages-list>.navPages-item:last-child {
		border-bottom: none
	}

	.navPages-container ul.navPages-list>.navPages-item .badge {
		top: 5px
	}

	.navPages-container ul.navPages-list .navPage-childList,
	.navPages-container ul.navPages-list .navPage-subMenu-list {
		list-style: none;
		margin-left: 5px
	}

	.navPages-container ul.navPages-list .navPage-childList .navPages-action,
	.navPages-container ul.navPages-list .navPage-subMenu-list .navPages-action {
		text-transform: capitalize
	}

	.navPages-container ul.navPages-list .navPage-childList {
		border-left: 1px solid #e6e6e6
	}

	.navPages-container ul.navPages-list .navPages-action {
		padding: 8px 0;
		font-size: 13px;
		display: block
	}

	.navPages-container ul.navPages-list .navPages-action .fa {
		min-width: 22px
	}

	.navPages-container ul.navPages-list .navPages-action--heading {
		color: #dd3b38;
		font-weight: 700;
		text-transform: uppercase
	}

	.navPages-container ul.navPages-list .navPage-childList-action {
		padding: 0 0 .35714rem
	}

	.navPages-container ul.navPages-list .navPages-action-moreIcon {
		float: right;
		width: 22px;
		height: 1.73077rem
	}

	.navPages-container ul.navPages-list .navPages-action-moreIcon svg {
		fill: #999
	}
}

.menu-shop .colRight {
	padding: 0
}

.navPages-horizontal .shoppage {
	margin: 0 -15px 15px
}

.navPages-horizontal .shoppage .title-shoppage {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px
}

.navPages-horizontal .shoppage ul li {
	transition: all .2s ease-in-out
}

.navPages-horizontal .shoppage ul .submenuitem {
	color: #777
}

.navPages-horizontal .shoppage ul a {
	display: inline-block;
	padding: 4px 0;
	position: relative
}

.navPages-horizontal .shoppage .submenu-shop {
	position: relative
}

.navPages-horizontal .shoppage .submenu-shop .fa-angle-right {
	position: absolute;
	right: 0;
	margin: 10px
}

.navPages-horizontal .shoppage .submenu-shop .menu-label {
	right: -25px;
	left: auto;
	margin-top: -14px
}

.navPages-horizontal .shoppage .submenu-shop .menu-label-new {
	background-color: #0f8db3
}

.navPages-horizontal .shoppage .submenu-shop .menu-label-new:after {
	color: #0f8db3
}

.navPages-horizontal .shoppage .submenu-shop .menu-label-hot {
	background-color: #ef7c0a
}

.navPages-horizontal .shoppage .submenu-shop .menu-label-hot:after {
	color: #ef7c0a
}

.navPages-horizontal .shoppage .submenu-shop .menu-label {
	position: absolute;
	top: 80%;
	right: -30px;
	padding: 2px 4px;
	margin-top: -20px;
	color: #fff;
	line-height: 1.3;
	font-size: 8px;
	font-family: Karla, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	transform: translateY(-50%);
	transition: opacity .3s ease-in-out
}

.navPages-horizontal .shoppage .submenu-shop .menu-label:after {
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	z-index: -1;
	bottom: 5px;
	font-size: 16px;
	position: absolute;
	bottom: -9px;
	left: 3px
}

.navPages-horizontal .shoppage .submenu-shop:hover ul {
	display: block
}

.navPages-horizontal .shoppage .submenu-shop ul {
	display: none;
	width: 210px;
	position: absolute;
	z-index: 10;
	left: 90%;
	top: -15px;
	box-shadow: rgba(0, 0, 0, .15) 0 0 25px;
	padding: 20px;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
	-o-border-image: initial;
	border-image: initial;
	border-radius: 2px
}

.navPages-horizontal .shoppage .submenu-shop ul:before {
	position: absolute;
	display: block;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	content: "";
	top: 20px;
	left: -11px;
	border-right-color: #e6e6e6;
	border-left-width: 0
}

.navPages-horizontal .shoppage .submenu-shop ul:after {
	position: absolute;
	display: block;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	content: "";
	top: 20px;
	left: -10px;
	border-right-color: #fff;
	border-left-width: 0
}

@media (min-width:992px) {
	.header-m-container {
		display: none
	}
}

@media (min-width:768px) and (max-width:991px) {
	.header-mobile .logo-container .header-logo {
		margin-left: -50px
	}
}

@media (max-width:991px) {
	header>:not(.header-m-container) {
		display: none
	}

	.header-mobile .container {
		padding: 0 10px
	}

	.header-mobile>:not(.header-m-container) {
		display: none
	}

	.header-mobile .align-items-center {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.header-mobile .align-items-center .megamenu-container {
		width: 30px;
		margin-right: 20px
	}

	.header-mobile .align-items-center .logo-container {
		margin-right: 20px
	}

	.header-mobile .header-m-container {
		overflow: hidden
	}

	.header-mobile .navbar-compact {
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 1000;
		box-shadow: 1px 1px 5px rgba(0, 0, 0, .3)
	}

	.header-mobile .mheader-top {
		padding: 7px 0;
		border-bottom: 1px solid #ddd
	}

	.header-mobile .mheader-bottom {
		display: table;
		width: 100%;
		border-bottom: 1px solid #d8d8d8;
		background: #f3f3f3
	}

	.header-mobile .mheader-bottom .cart-button {
		display: block;
		position: relative;
		z-index: 1
	}

	.header-mobile .mheader-bottom .countPill {
		position: absolute;
		top: 0;
		font-size: 10px;
		width: 15px;
		height: 15px;
		line-height: 15px;
		background: #dd3b38;
		color: #fff;
		font-weight: 400
	}

	.header-mobile .mheader-bottom .bar-icon {
		display: block;
		text-align: center;
		font-size: 20px;
		margin-bottom: 4px
	}

	.header-mobile .mheader-bottom .tab-label {
		font-size: 11px;
		text-transform: uppercase;
		line-height: 100%;
		white-space: nowrap;
		display: block
	}

	.header-mobile .megamenu-container {
		min-height: 30px
	}

	.header-mobile .navPages-container {
		text-align: left
	}

	.header-mobile .logo-container {
		padding: 0
	}

	.header-mobile .logo-container .header-logo {
		margin: 0
	}

	.header-mobile .search-info-content {
		position: static
	}

	.header-mobile .sb-searchpro {
		margin: 0
	}

	.header-mobile .sb-searchpro .input-group {
		background: #ececec;
		border-radius: 3px
	}

	.header-mobile .sb-searchpro .input-group .form-control {
		padding: 6px 5px;
		font-size: 11px;
		height: auto;
		border: none;
		background: 0 0;
		border-radius: 0
	}

	.header-mobile .sb-searchpro .input-group .btn {
		min-width: auto;
		background: 0 0;
		color: #495057;
		height: auto
	}

	a.mobileMenu-toggle {
		width: 30px;
		height: 27px;
		margin: 10px 0;
		padding: 5px;
		border-radius: 3px;
		border: none;
		background: #dd3b38;
		float: right;
		position: relative;
	}

	a.mobileMenu-toggle .mobileMenu-toggleIcon {
		top: 12px
	}

	a.mobileMenu-toggle .mobileMenu-toggleIcon,
	a.mobileMenu-toggle .mobileMenu-toggleIcon::after,
	a.mobileMenu-toggle .mobileMenu-toggleIcon::before {
		background: #fff
	}

	.bar-tab {
		bottom: 0;
		display: table;
		width: 100%;
		height: 50px;
		padding: 0;
		table-layout: fixed
	}

	.bar-tab>.bar-tab__item {
		display: table-cell;
		width: 1%;
		height: 50px;
		margin: 10px 0;
		text-align: center;
		vertical-align: middle
	}

	.header-bottom__search {
		position: relative !important;
		float: right
	}

	.header-bottom__search h5 {
		margin: 0;
		text-transform: capitalize
	}

	.header-bottom__search h5 .expander {
		display: inline-block;
		padding: 5px 0 0;
		background: 0 0 !important;
		color: #333 !important;
		font-size: 15px
	}

	.header-bottom__search h5 .expander i {
		padding: 0;
		margin-right: 6px
	}

	.header-bottom__search h5 .expander:hover {
		color: #dd3b38
	}

	.header-bottom__search .btn-outline-secondary {
		border: none;
		position: relative
	}

	.header-bottom__search .sb-quickSearch {
		position: absolute;
		top: 100%;
		right: 0;
		width: 300px;
		display: none
	}
}

.blog-post {
	margin-bottom: 30px;
	clear: both
}

.blog-post:hover .blog-title>a {
	color: #dd3b38
}

.blog-post .blog-meta {
	display: inline-block;
	padding: 0 0 10px;
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;
	color: #b3b3b3;
	font-size: 13px
}

.blog-post .blog-meta .fa {
	margin-right: 8px
}

.blog-post .blog-meta span.blog-date,
.blog-post .blog-meta>span.blog-author {
	margin-right: 15px
}

.blog-thumbnail {
	margin: 0 0 1rem
}

.blog-thumbnail img:hover {
	opacity: .8
}

.blog-title {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 10px
}

.blog-title a {
	color: #333
}

.blog-post-body {
	display: block;
	width: 100%
}

.blog-post-body .btn--readmore {
	color: #999;
	text-transform: capitalize;
	transition: all .2s ease-in-out 0s;
	padding: 6px 0;
	display: inline-block
}

.blog-post-body .btn--readmore .fa {
	margin-right: 5px
}

.blog-post-body .btn--readmore:hover {
	background-color: #dd3b38;
	color: #fff;
	padding: 6px 16px
}

.blogRecent {
	margin: 0;
	padding: 0;
	list-style: none
}

.blogRecent .blogRecent--item {
	margin-bottom: 10px
}

.blogRecent .blogRecent--item:last-child {
	margin-bottom: 0
}

.blogRecent .blog-post-figure {
	width: 40%;
	float: left;
	margin-right: 15px
}

.blogRecent .blog-header {
	overflow: hidden
}

.blogRecent h4.blog-title {
	font-size: 13px;
	text-transform: none
}

.blogRecent .blog-meta {
	color: #999
}

.blog-category .blog-post {
	margin-bottom: 30px
}

.blog-category .product-grid .article-description {
	display: none
}

.blog-category .product-list .blog-post-figure {
	width: 300px;
	float: left;
	margin-right: 30px
}

.blog-category .product-list .blog-header {
	overflow: hidden
}

.blog-category .product-list .blog-post-body {
	overflow-y: hidden;
	width: auto
}

.blog-category .blog-thumbnail {
	margin: 0 0 10px
}

.blog-category .blog-title {
	margin: 0 0 10px
}

.blog-category .tags {
	margin-top: 3rem;
	text-align: center
}

.page--blog--detail .blog-title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 5px
}

.page--blog--detail .blog-meta {
	border: none;
	margin-bottom: 10px
}

.page--blog--detail .excerpt-meta {
	margin: 30px 0;
	padding-top: 30px;
	border-top: 1px solid #ddd
}

.page--blog--detail .excerpt-meta .meta {
	font-size: 12px;
	text-transform: uppercase;
	color: #1c1c1c;
	margin-bottom: 5px;
	float: left;
	width: 100%
}

.page--blog--detail .excerpt-meta .meta>.label {
	color: #898989;
	float: left;
	margin: 0 3px 0 0;
	font-weight: 400;
	min-width: 80px
}

.page--blog--detail .excerpt-meta .socialLinks {
	line-height: 22px
}

.page--blog--detail .excerpt-meta .google_plusone_iframe_widget {
	width: auto !important
}

.page--blog--detail .excerpt-meta .tags {
	margin-bottom: 0;
	text-align: left
}

.page--blog--detail .excerpt-meta .tags .tag {
	font-size: 12px;
	padding-right: 10px;
	display: inline
}

.page--blog--detail .excerpt-meta .tags .tag a {
	padding: 0
}

.article--style1 .blog-post-figure {
	float: left;
	width: 50%;
	margin-right: 30px
}

.article--style2 .article--mainimage {
	position: relative;
	z-index: 1;
	margin-bottom: 30px
}

.article--style2 .article--mainimage .blog-meta {
	margin-bottom: 0;
	padding-bottom: 0
}

.article--style2 .article--mainimage .blog-header {
	position: absolute;
	bottom: 0;
	z-index: 5;
	width: 100%;
	padding: 10px 15px;
	color: #f3f3f3;
	background: linear-gradient(to right, #717171 0, rgba(255, 255, 255, 0) 100%)
}

.article--style2 .article--mainimage .blog-header .blog-title {
	color: #fff
}

ol.blogresults--content {
	padding: 0
}

.sb-fb-message.right-bottom {
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index: 9999
}

.sb-fb-message.left-bottom {
	position: fixed;
	bottom: 0;
	left: 20px;
	z-index: 9999
}

.sb-fb-message.left-bottom .sb-fb-message-style-icon {
	float: left
}

.sb-fb-ms-inner {
	position: relative
}

.sb-fb-message-style-default .sb-fb-message-head {
	background-color: #4267b2;
	border: 1px solid #29487d;
	cursor: pointer;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	color: #fff;
	font-family: arial, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	height: 29px;
	padding: 5px;
	position: relative
}

.sb-fb-message-style-default .sb-fb-message-head:hover {
	background-color: #3b5998
}

.sb-fb-message .online {
	padding-left: 5px;
	padding-right: 5px
}

.sb-fb-message-style-metro .sb-fb-message-head-metro {
	width: 100%
}

.sb-fb-message-style-metro .sb-fb-message-head-metro a {
	width: 100%;
	display: inline-block;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 20px 0 48px;
	background-color: #3b5998;
	position: relative
}

.sb-fb-message-style-metro .sb-fb-message-head-metro a span {
	width: 40px;
	height: 36px;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	position: absolute;
	background: url("../img/sb_facebook_message/iconmetro.png") no-repeat left top
}

.sb-fb-message-style-icon {
	text-align: right;
	margin-bottom: 15px;
	float: right
}

.sb-fb-message-style-icon .sb-fb-message-head-icon {
	cursor: pointer;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #dd3b38;
	border-radius: 50%;
	padding: 5px;
	text-align: center;
	line-height: 50px;
	transition: .2s all ease-in-out
}

.sb-fb-message-style-icon .sb-fb-message-head-icon:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.sb-fb-message-style-metro .sb-fb-message-head-metro a:hover {
	background-color: #2e4b89;
	color: #fff;
	border: none;
	text-shadow: none
}

.offline_heading,
.online_heading {
	position: absolute;
	top: -40px;
	z-index: 999;
	height: 41px;
	padding: 6px 0;
	color: #fff;
	cursor: pointer;
	float: left;
	background-color: #2e4b89;
	width: calc(100% - 2px);
	margin: 0 1px
}

.button_chat_offline_text {
	max-width: 85%;
	padding-left: 12px;
	display: inline-block;
	padding-right: 12px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer
}

.sb-listing-tabs .ltabs-heading .ltabs-tabs-wrap {
	display: block;
	width: 100%
}

.sb-listing-tabs .ltabs-heading .ltabs-tabs-wrap .ltabs-tab-arrow,
.sb-listing-tabs .ltabs-heading .ltabs-tabs-wrap .ltabs-tab-selected {
	display: none
}

.sb-listing-tabs .ltabs-heading ul.tabs {
	border: 0;
	text-align: center;
	margin-bottom: 30px
}

.sb-listing-tabs .ltabs-heading ul.tabs li.tab {
	border: none;
	float: none;
	display: inline-block;
	padding: 0 4px
}

.sb-listing-tabs .ltabs-heading ul.tabs .tab-title {
	background: #eee;
	border: 1px #ddd solid;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 30px;
	margin-bottom: 10px;
	color: #333
}

.sb-listing-tabs .ltabs-heading ul.tabs .is-active a,
.sb-listing-tabs .ltabs-heading ul.tabs li:hover a {
	border-color: #dd3b38;
	background: #dd3b38;
	color: #333
}

.sb-listing-tabs .ltabs-heading .ltabs-selectbox {
	position: relative;
	display: inline-block;
	cursor: default;
	text-align: left;
	line-height: 30px;
	clear: both;
	color: #888;
	cursor: pointer;
	z-index: 5;
	background: #e8e8e8;
	padding: 5px
}

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tab-arrow,
.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tab-selected {
	position: relative;
	float: left;
	height: 30px;
	z-index: 1;
	display: inline-block
}

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tab-selected {
	width: 167px;
	padding: 0 5px;
	border: 1px solid #ddd;
	background: #fff;
	overflow: hidden
}

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tab-arrow {
	width: 30px;
	border: 1px solid #ddd;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	font-size: 12px;
	background: #ddd
}

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tabs {
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	padding: 0;
	border: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
	background: #fff;
	display: none;
	z-index: 1
}

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tabs li {
	margin: 0;
	padding: 0;
	float: none;
	border: none;
	display: block !important
}

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tabs li>a {
	display: block;
	padding: 0 10%;
	text-align: left;
	text-transform: capitalize
}

.sb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tabs.ltabs-open {
	display: block
}

.sb-listing-tabs .ltabs-container .ltabs-items-image {
	width: 196px;
	float: left
}

.sb-listing-tabs .ltabs-container .ltabs-items-container {
	display: inline-block;
	width: 100%;
	float: left
}

.sb-listing-tabs .ltabs-container .ltabs-items-container--image {
	width: calc(100% - 196px)
}

.sb-listing-tabs .ltabs-container .tab_button {
	display: none;
	text-align: center;
	margin-top: 41px
}

.sb-listing-tabs .ltabs-container .tab_button .button {
	vertical-align: top;
	padding: 0 30px;
	height: 50px;
	line-height: 49px;
	border-radius: 30px;
	background: #dd3b38;
	border-color: #dd3b38;
	color: #111;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 14px;
	transition: all .3s;
	display: inline-block
}

.sb-listing-tabs .ltabs-container .tab_button .button:hover {
	border-color: #c88c02;
	background: #c88c02
}

.sb-listing-tabs .ltabs-container .tab-content {
	padding: 0
}

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next,
.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev {
	top: -43px;
	bottom: auto;
	width: 28px;
	height: 28px;
	background: 0 0;
	padding: 0;
	text-align: center;
	margin-right: 10px
}

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next:before,
.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev:before {
	background: 0 0;
	font-family: FontAwesome;
	font-size: 26px;
	border-radius: 3px;
	line-height: 26px;
	width: 100%;
	height: 100%;
	color: #afafaf
}

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next:hover:before,
.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev:hover:before {
	background: #dd3b38;
	color: #fff
}

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next {
	right: 0;
	left: auto
}

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next:before {
	content: ""
}

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev {
	right: 32px;
	left: auto
}

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev:before {
	content: ""
}

.sb-listing-tabs .ltabs-container .tab-content.is-active+.tab_button {
	display: block
}

.sb-listing-tabs .ltabs-container .productCarousel {
	margin: 0 -15px
}

.sb-listing-tabs .ltabs-container .productCarousel .productCarousel-slide {
	padding: 0 15px
}

.sb-listing-tabs .ltabs-container .productCarousel .productCarousel-slide .product-item-container {
	margin-bottom: 30px;
	border: none;
	position: relative;
	z-index: 1
}

.sb-listing-tabs .ltabs-container .productCarousel .productCarousel-slide .product-item-container:last-child {
	margin-bottom: 0
}

.sb-listing-tabs .ltabs-container .productCarousel .productCarousel-slide .left-block {
	padding: 10px 15px 0
}

.sb-listing-tabs .ratings {
	display: none
}

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev {
	top: 50%;
	margin: 0;
	margin-top: 0;
	left: -60px;
	right: inherit;
	background: #efefef;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%
}

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev:before {
	line-height: 60px;
	border-radius: 50%
}

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next {
	top: 50%;
	margin: 0;
	margin-top: 0;
	right: -60px;
	left: inherit;
	background: #efefef;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%
}

.sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next:before {
	line-height: 60px;
	border-radius: 50%
}

.section-slideshow {
	background: #f2f2f2;
	margin-bottom: 50px
}

.section-slideshow .heroCarousel {
	overflow: hidden;
	max-height: 0
}

.section-slideshow .heroCarousel.slick-initialized {
	max-height: 100%
}

.section-slideshow .heroCarousel .slick-next,
.section-slideshow .heroCarousel .slick-prev {
	width: 120px;
	height: 120px;
	line-height: 120px;
	background: rgba(255, 255, 255, .4);
	border-radius: 50%;
	padding: 0;
	text-align: center
}

.section-slideshow .heroCarousel .slick-next:before,
.section-slideshow .heroCarousel .slick-prev:before {
	height: 120px;
	width: 12px;
	display: inline-block;
	line-height: 120px
}

.section-slideshow .heroCarousel .slick-next:hover,
.section-slideshow .heroCarousel .slick-prev:hover {
	background: rgba(255, 255, 255, .8)
}

.section-slideshow .heroCarousel .slick-prev:before {
	background: url("../img//icon-prev.png") no-repeat center center
}

.section-slideshow .heroCarousel .slick-next:before {
	background: url("../img//icon-next.png") no-repeat center center
}

@media (min-width:992px) {
	.section-slideshow .heroCarousel .slick-prev {
		left: -60px
	}

	.section-slideshow .heroCarousel .slick-prev:before {
		margin-left: 40px
	}

	.section-slideshow .heroCarousel .slick-next {
		right: -60px
	}

	.section-slideshow .heroCarousel .slick-next:before {
		margin-right: 40px
	}
}

.section-slideshow .slick-slider {
	margin: 0
}

.section-slideshow .slick-slider ul.slick-dots {
	bottom: 25px;
	width: 100%;
	line-height: 100%;
	left: 0;
	text-align: center;
	right: auto
}

.section-slideshow .slick-slider ul.slick-dots li {
	display: inline-block;
	padding: 0 1px;
	width: auto;
	height: auto;
	background: 0 0
}

.section-slideshow .slick-slider ul.slick-dots li button {
	width: 8px;
	height: 8px;
	background-color: #7d7d7d;
	border: none;
	margin: 0 2px;
	opacity: 1;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all .2s ease 0s
}

.section-slideshow .slick-slider ul.slick-dots li button:before {
	display: none
}

.section-slideshow .slick-slider ul.slick-dots li.slick-active button {
	background-color: #dd3b38;
	width: 25px;
	border-radius: 4px
}

.section-slideshow .slick-slider ul.slick-dots li:hover button {
	background-color: #dd3b38
}

.section-slideshow .slick-slider .heroCarousel-slide.slick-active .heroCarousel-content .heroCarousel-title {
	opacity: 1;
	animation: myeffect-slideshow 2s ease-in-out
}

.section-slideshow .slick-slider .heroCarousel-slide.slick-active .heroCarousel-content h3.description-tilte {
	opacity: 1;
	animation: myeffect-slideshow 1.5s ease-in-out
}

.section-slideshow .slick-slider .heroCarousel-slide.slick-active .heroCarousel-content .heroCarousel-action {
	opacity: 1;
	animation: myeffect-slideshow 1s ease-in-out
}

.section-slideshow .slick-slider .heroCarousel-content {
	transform: none;
	text-align: left;
	background: 0 0;
	top: 25%;
	position: absolute;
	z-index: 5
}

.section-slideshow .slick-slider .heroCarousel-content .heroCarousel-title {
	width: auto;
	opacity: 0;
	top: 31%;
	font-size: 20px;
	color: #3b3b3b;
	text-transform: uppercase;
	left: 30px
}

.section-slideshow .slick-slider .heroCarousel-content .heroCarousel-description {
	width: 65%;
	text-transform: uppercase;
	color: #fff
}

.section-slideshow .slick-slider .heroCarousel-content h3.description-tilte {
	opacity: 0;
	font-size: 34px;
	color: #fff;
	font-weight: 700;
	margin: 0 0 15px;
	letter-spacing: 2px
}

.section-slideshow .slick-slider .heroCarousel-content .heroCarousel-action {
	opacity: 0;
	margin-top: 15px;
	font-size: 14px;
	text-transform: none;
	margin-top: 15px;
	display: block
}

.module {
	margin-bottom: 50px
}

.page-sidebar .module {
	position: relative;
	margin-bottom: 35px;
	border: 1px solid #dedede
}

.page-sidebar .module .block-title {
	background: #f2f2f2;
	padding: 12px 0 12px 15px;
	border-bottom: 1px solid #dedede;
	margin: 0;
	color: #222
}

.page-sidebar .module .block-title .fa {
	color: #dd3b38;
	font-size: 18px;
	display: inline-block;
	margin-right: 7px
}

.page-sidebar .module .block-content {
	padding: 15px
}

.page-sidebar .sidebar--bestsell .block-content {
	padding: 0
}

.card-title {
	margin-bottom: 10px
}

.banners--top {
	padding: 15px 0;
	background-color: #ff5e00;
	text-align: center;
	color: #fff;
	background: linear-gradient(to right, #ff5e00 0, #ef017c 65%)
}

.banners--top>div>p:first-child {
	margin-bottom: 0
}

.alert-box {
	position: relative;
	z-index: 1
}

.alert-box .close {
	right: 2rem;
	color: #fff;
	font-size: 2rem;
	line-height: .9;
	margin-top: -1rem;
	text-shadow: none;
	opacity: 1;
	position: absolute;
	top: 50%
}

section.quickSearchResults ul.products-list {
	padding: 0;
	margin: 0
}

section.quickSearchResults li.product-list .product-item-container {
	border: none;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px
}

section.quickSearchResults li.product-list .product-item-container .left-block {
	width: 80px;
	padding: 0;
	border: none
}

section.quickSearchResults li.product-list .product-item-container .right-block {
	margin: 0;
	overflow: hidden;
	padding: 0 15px
}

section.quickSearchResults li.product-list .product-item-container .right-block .price-section {
	font-size: 16px
}

section.quickSearchResults li.product-list .product-item-container .right-block .card-title {
	font-size: 14px
}

section.quickSearchResults li.product-list .product-item-container:hover {
	background: #f4f4f4
}

.breadcrumb {
	margin: 0;
	background-color: transparent;
	padding: 30px 0 20px;
	width: 100%;
	font-size: 13px
}

.breadcrumb li.breadcrumb-item {
	display: inline-block
}

.breadcrumb li.breadcrumb-item a,
.breadcrumb li.breadcrumb-item span {
	color: #999;
	text-transform: uppercase
}

.breadcrumb li.breadcrumb-item a:hover,
.breadcrumb li.breadcrumb-item span:hover {
	color: #dd3b38
}

.breadcrumb>li.breadcrumb-item+li.breadcrumb-item:before {
	padding: 0 10px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px
}

.sidebar--categories .block-content {
	padding: 0 !important
}

.sidebar--categories ul.navList {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none
}

.sidebar--categories ul.navList .navList-item {
	position: relative;
	box-shadow: none;
	background: 0 0;
	border-bottom: 1px solid #e8e8e8
}

.sidebar--categories ul.navList .navList-item:last-child {
	border: none
}

.sidebar--categories ul.navList .navList-item>.navList-action {
	padding: 10px 20px;
	display: block;
	color: #495057
}

.sidebar--categories ul.navList .navList-item>.navList-action.is-current,
.sidebar--categories ul.navList .navList-item>.navList-action:hover {
	color: #dd3b38;
	background: #f4f4f4
}

.sidebarBlock--categories .sidebar--categories ul.navList .navList-item>.navList-action {
	margin-bottom: .38462rem
}

.navList-subSection .navList-item {
	margin-left: .76923rem
}

.navList-subSection .navList-item:before {
	content: '-';
	float: left;
	margin-left: -.76923rem
}

.navList-action.is-current,
.navList-action:hover {
	color: #dd3b38
}

.navList-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding: .15385rem 0;
	transform: rotate(-90deg) scale(.7);
	transition: .2s transform;
	padding: 10px
}

.navList-toggle:hover {
	fill: #dd3b38
}

.navList-toggle.is-open {
	transform: rotate(0) scale(.7)
}

ul.navList-subMenu-list {
	display: none;
	margin-left: 18px;
	padding: 0 0 10px 0
}

ul.navList-subMenu-list.is-open {
	display: block
}

ul.navList-subMenu-list.show {
	display: block
}

ul.navList-subMenu-list .navList-action {
	padding: 6px 0
}

.navList-subMenu-item {
	position: relative;
}

.navList-subMenu-item .navList-subMenu-action {
	margin-left: 8px;
}

.navList-subMenu-action {
	padding-left: 1.5rem
}

ul.navList-childList {
	display: none;
	margin-left: 15px;
	padding: 0 0 10px 0
}

ul.navList-childList.is-open {
	display: block
}

.navList-childList-action {
	padding-left: 3rem
}

.facetedSearch-toggle+.facetedSearch-navList,
.sidebarBlock+.facetedSearch-navList {
	margin-top: 0
}

@media (min-width:801px) {
	.accordion--navList .accordion-indicator {
		visibility: visible;
		border: 1px solid #a5a5a5
	}
}

.block-recent ul.navList li {
	margin-bottom: 10px
}

.block-recent ul.navList li>a {
	display: block;
	color: #999
}

.block-recent ul.navList li>a:hover {
	color: #dd3b38
}

.block-recent ul.navList li time {
	font-style: italic;
	color: #999;
	font-size: 12px
}

.blog-tags .tags {
	text-align: left;
	display: inline
}

.blog-tags .tag {
	border: 1px solid #dfdfdf;
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 3px
}

.blog-tags .tag:hover {
	background: #dd3b38;
	border-color: #dd3b38
}

.blog-tags .tag:hover a {
	color: #fff
}

#sideShopByBrands ul,
#sideShopByPrice ul {
	display: block;
	position: relative;
	margin: 0;
	list-style: none
}

#sideShopByBrands ul li,
#sideShopByPrice ul li {
	position: relative;
	display: block;
	padding: 5px 0
}

#sideShopByBrands ul li a,
#sideShopByPrice ul li a {
	display: block;
	color: #999
}

#sideShopByBrands ul li a:hover,
#sideShopByPrice ul li a:hover {
	color: #dd3b38
}

.sb-instagram-gallery {
	margin: 0;
	padding-top: 10px
}

.sb-instagram-gallery .instagram-item {
	padding: 0
}

.sb-instagram-gallery .instagram-item a {
	display: block;
	margin: 1px;
	overflow: hidden
}

.sb-instagram-gallery .instagram-item a img {
	transition: all .8s ease
}

.sb-instagram-gallery .instagram-item a:hover img {
	transform: scale(1.2)
}

#sb-newletter-popup {
	position: relative;
	z-index: 990
}

#sb-newletter-popup .popup-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	overflow: hidden;
	background: rgba(0, 0, 0, .8)
}

#sb-newletter-popup .newsletter-popup-container {
	top: 50%;
	left: 50%;
	z-index: 101;
	position: fixed;
	transform: translate(-50%, -50%)
}

#sb-newletter-popup.hide {
	display: none !important
}

#sb-newletter-popup .newsletter-popup-container {
	width: 94%;
	height: auto;
	max-height: 100%;
	overflow-y: auto;
	max-width: 850px;
	padding: 15px 0;
	background-color: #fff
}

@media (max-width:480px) {
	#sb-newletter-popup .newsletter-popup-container {
		padding: 15px
	}
}

#sb-newletter-popup .newsletter-popup-container .modal-close-newletter {
	top: 5px;
	z-index: 5;
	right: 10px;
	width: 30px;
	height: 30px;
	color: #333;
	line-height: 30px;
	position: absolute;
	transform: none
}

#sb-newletter-popup .newsletter-popup-container .modal-close-newletter>span {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 36px
}

#sb-newletter-popup .newsletter-popup-container .newsletter-popup--right {
	text-align: center;
	padding: 30px 20px 0 0
}

@media (min-width:1200px) {
	#sb-newletter-popup .newsletter-popup-container .newsletter-popup--right {
		padding-top: 70px
	}
}

@media (max-width:480px) {
	#sb-newletter-popup .newsletter-popup-container .newsletter-popup--right {
		padding: 0
	}
}

#sb-newletter-popup .newsletter-popup-container .newsletter-heading {
	font-weight: 600;
	font-size: 34px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	color: #222
}

#sb-newletter-popup .newsletter-popup-container .newsletter-sub-heading {
	margin-bottom: 0
}

#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm {
	margin-top: 30px;
	margin-bottom: 15px
}

#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-group {
	margin: 0
}

#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-inline {
	margin-bottom: 0
}

#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-inline .form-input {
	height: 40px;
	border-radius: 0;
	border-color: #e1e1e1;
	border-right: 0
}

@media (min-width:1200px) {
	#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-inline .form-input {
		width: 250px
	}
}

#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-inline .button {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	height: 40px;
	font-size: 14px;
	margin: 0
}

@media (max-width:320px) {
	#sb-newletter-popup .newsletter-popup-container #popupSubcribeForm .form-inline .button {
		padding: 6px
	}
}

#sb-newletter-popup .newsletter-popup-container .black-icons {
	margin-bottom: 15px
}

#sb-newletter-popup .newsletter-popup-container .socialLinks--alt .icon {
	height: 1.3rem;
	width: 1.3rem
}

#sb-newletter-popup .footer-socials .socialLinks .socialLinks-item {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: 1px solid #eee;
	background: 0 0;
	border-radius: 0;
	cursor: pointer
}

#sb-newletter-popup .footer-socials .socialLinks .socialLinks-item svg {
	fill: #9f9f9f
}

#sb-newletter-popup .footer-socials .socialLinks .socialLinks-item:hover {
	background-color: #dd3b38;
	border-color: #dd3b38;
	box-shadow: none
}

#sb-newletter-popup .footer-socials .socialLinks .socialLinks-item:hover svg {
	fill: #fff
}

.listingtabs2 {
	margin-top: 84px;
	margin-bottom: 72px
}

.sb-backtotop {
	direction: rtl;
	display: block
}

.back-fixed-panel {
	right: 30px;
	bottom: 100px;
	position: fixed;
	display: block;
	z-index: 99
}

.back-fixed-panel .back-panel-unit {
	display: block;
	width: 32px;
	height: 32px;
	margin-bottom: 5px;
	text-decoration: none;
	cursor: pointer;
	background: #999;
	border-radius: 50%;
	color: #fff;
	text-align: center
}

.back-fixed-panel .back-panel-unit:hover {
	background-color: #dd3b38
}

.back-fixed-panel .back-panel-unit i {
	font-size: 22px;
	line-height: 30px
}

.back-fixed-panel .back-panel-toggle {
	font-size: 14px;
	line-height: 30px
}

.back-fixed-panel .back-panel-toggle:before {
	content: "\f068";
	font-family: FontAwesome
}

.back-fixed-panel .back-panel-toggle.active:before {
	content: "\f067"
}

.back-fixed-panel .back-totop {
	transition: all .3s ease-in-out 0s;
	opacity: 1
}

.back-fixed-panel .back-totop.hidden-top {
	visibility: hidden;
	opacity: 0
}

.back-panel-shares.active {
	visibility: hidden;
	display: none
}

.back-panel-shares .footer-info-heading {
	display: none
}

.back-panel-shares .socialLinks .socialLinks-item {
	margin: 0;
	display: block;
	text-align: center;
	background: #ccc;
	border-radius: 3px;
	margin-bottom: 3px;
	height: 32px
}

.back-panel-shares .socialLinks .socialLinks-item:hover {
	background: #dd3b38
}

.back-panel-shares .socialLinks .socialLinks-item:hover .icon svg {
	fill: #FFFFFF
}

.pace-done .sb-loadeding {
	display: none
}

.sb-loadeding {
	background: #f2f2f2 url(../img/loading.svg) no-repeat center center;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1
}

.productLoading {
	margin: 10rem 3rem;
	text-align: center;
	display: block;
	width: 100%
}

.cookieMessage {
	position: fixed;
	z-index: 550;
	bottom: 0;
	width: 300px;
	padding: 15px 0;
	margin: 20px;
	background: #495057;
	color: #fff;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, .1) 0 2px 4px
}

.cookieMessage .cookieMessage-text {
	width: auto;
	padding: 0
}

.cookieMessage .button {
	vertical-align: middle;
	width: 100%;
	margin-bottom: 0;
	color: #fff
}

.productLoading {
	margin: 10rem 3rem;
	text-align: center;
	display: block;
	width: 100%
}

@media (min-width:1200px) {
	header .navbar-compact {
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 890;
		padding: 10px 0;
		box-shadow: 1px 1px 5px rgba(0, 0, 0, .3)
	}

	.logo-content--center .col-xl-6,
	.logo-content--center .header-center .col-lg-6 {
		-ms-flex-order: 1;
		order: 1;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%
	}

	.logo-content--center .logo-container {
		-ms-flex-order: 2;
		order: 2
	}

	.logo-content--center .navbar-container {
		-ms-flex-order: 3;
		order: 3
	}

	.logo-content--right .header-center {
		text-align: right
	}

	.logo-content--right .navbar-container {
		-ms-flex-order: 1;
		order: 1;
		text-align: left !important
	}

	.logo-content--right .col-lg-6,
	.logo-content--right .col-xl-6 {
		-ms-flex-order: 2;
		order: 2
	}

	.logo-content--right .col-lg-6 ul.navPages-list .navPages-item,
	.logo-content--right .col-xl-6 ul.navPages-list .navPages-item {
		float: right
	}

	.logo-content--right .logo-container {
		-ms-flex-order: 3;
		order: 3
	}
}

.banners-effect1 .banners>div img {
	transition: all .2s ease-in
}

.banners-effect1 .banners>div img:hover {
	opacity: .8
}

.banners-effect2 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden
}

.banners-effect2 .banners>div a:hover:after,
.banners-effect2 .banners>div a:hover:before {
	left: 0;
	opacity: 1
}

.banners-effect2 .banners>div a:after,
.banners-effect2 .banners>div a:before {
	background-color: rgba(255, 255, 255, .4);
	display: block;
	width: 100%;
	height: 100%;
	left: -100%;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease-in;
	content: "";
	z-index: 1
}

.banners-effect3 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden
}

.banners-effect3 .banners>div a:hover:after,
.banners-effect3 .banners>div a:hover:before {
	border: 0 solid rgba(0, 0, 0, .7);
	opacity: 0
}

.banners-effect3 .banners>div a:after,
.banners-effect3 .banners>div a:before {
	border: 50px solid transparent;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	top: 0;
	content: "";
	opacity: 1;
	width: 100px;
	height: 100px;
	transform: scale(7);
	transition: all .4s ease-in-out;
	visibility: visible;
	z-index: 1
}

.banners-effect4 .banners>div a,
.banners-effect4 .row-no-padding a {
	display: block;
	position: relative;
	overflow: hidden
}

.banners-effect4 .banners>div a:before,
.banners-effect4 .row-no-padding a:before {
	border-bottom: 50px solid rgba(255, 255, 255, .4);
	border-top: 50px solid rgba(255, 255, 255, .4);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	transition: opacity .35s ease 0s, transform .35s ease 0s;
	transform-origin: 50% 50% 0;
	width: 100%
}

.banners-effect4 .banners>div a:hover:before,
.banners-effect4 .row-no-padding a:hover:before {
	opacity: 1;
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
	-o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
	-moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
	-ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1)
}

.banners-effect5 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden
}

.banners-effect5 .banners>div a:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	border: 70px solid rgba(255, 255, 255, 0);
	top: 0;
	left: 0;
	transition: all .5s ease-in-out
}

.banners-effect5 .banners>div a:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: .5;
	border: 30px solid #fff;
	top: 0;
	left: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transition: all .5s ease-in-out
}

.banners-effect5 .banners>div a:hover:before {
	border: 0 solid rgba(255, 255, 255, .7)
}

.banners-effect5 .banners>div a:hover:after {
	transform: scale(.8);
	-moz-transform: scale(.8);
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	opacity: 0;
	transition-delay: 0.1s
}

.banners-effect6 .banners>div a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	background: #000;
	vertical-align: top
}

.banners-effect6 .banners>div a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1;
	transition: opacity 1s ease 0s, transform 1s ease 0s
}

.banners-effect-6 .banners>div a:hover img {
	opacity: .8;
	transform: scale3d(1.1, 1.1, 1)
}

.banners-effect7 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden
}

.banners-effect7 .banners>div a:before {
	position: absolute;
	background: rgba(0, 0, 0, .3);
	width: 0;
	top: 0;
	left: 50%;
	content: "";
	transition: all .3s ease-in-out 0s
}

.banners-effect7 .banners>div a:hover:before {
	width: 100%;
	left: 0;
	top: 0;
	height: 100%
}

.banners-effect8 .banners>div a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	background: #000;
	vertical-align: top
}

.banners-effect8 .banners>div a:after,
.banners-effect8 .banners>div a:before {
	bottom: 20px;
	content: "";
	left: 20px;
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: opacity .35s ease 0s, transform .35s ease 0s;
	z-index: 1
}

.banners-effect8 .banners>div a:before {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: scale(0, 1)
}

.banners-effect8 .banners>div a:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: scale(1, 0)
}

.banners-effect8 .banners>div img {
	opacity: 1;
	transition: opacity .35s ease 0s
}

.banners-effect8 .banners>div a:hover:after,
.banners-effect8 .banners>div a:hover:before {
	opacity: 1;
	transform: scale(1)
}

.banners-effect8 .banners>div a:hover img {
	opacity: .5
}

.banners-effect9 .banners>div a {
	display: block;
	position: relative;
	z-index: 10
}

.banners-effect9 .banners>div a:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	transition: opacity .35s;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
	opacity: 0
}

.banners-effect9 .banners>div a:hover:before {
	opacity: 1
}

.banners-effect9 .banners>div a img {
	opacity: 1;
	transition: transform .35s;
	transform: perspective(1000px) translate3d(0, 0, 0)
}

.banners-effect9 .banners>div a:hover img {
	transform: perspective(1000px) translate3d(0, 0, 21px)
}

.banners-effect10 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden
}

.banners-effect10 .banners>div a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .2) 75%);
	content: '';
	opacity: 0;
	transform: translate3d(0, 50%, 0);
	transition: opacity .35s, transform .35s
}

.banners-effect10 .banners>div a:hover:before {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.banners-effect11 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden
}

.banners-effect11 .banners>div a:hover:after,
.banners-effect11 .banners>div a:hover:before {
	width: 100%;
	height: 100%
}

.banners-effect11 .banners>div a:after,
.banners-effect11 .banners>div a:before {
	background-color: rgba(0, 0, 0, .15);
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	width: 0;
	transition: all .3s ease-out 0s
}

.banners-effect11 .banners>div a:after {
	left: auto;
	right: 0;
	bottom: 0
}

.banners-effect12 .banners>div img {
	transition: all .3s ease-in
}

.banners-effect12 .banners>div img:hover {
	filter: grayscale(100%)
}

.alert,
.alertBox {
	padding: 18px 40px 18px 75px;
	z-index: 30;
	color: #fff;
	border-radius: 0;
	position: relative;
	z-index: 1;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
	transition: 1s all cubic-bezier(1, -.01, 0, .99)
}

.alert .alertBox-icon,
.alert i,
.alertBox .alertBox-icon,
.alertBox i {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 60px;
	font-size: 32px;
	animation: alert-icon-anim 1s;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
	padding: 0
}

.alert .alertBox-icon:before,
.alert i:before,
.alertBox .alertBox-icon:before,
.alertBox i:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	line-height: 0
}

.alert .alertBox-icon .icon,
.alert i .icon,
.alertBox .alertBox-icon .icon,
.alertBox i .icon {
	height: 3rem;
	width: 3rem
}

.alert button.close,
.alertBox button.close {
	position: absolute;
	top: 50%;
	line-height: 1;
	right: 15px;
	color: #fff;
	opacity: .7;
	background: 0 0;
	border: none;
	transform: translate(0, -50%)
}

.alert a:hover {
	text-decoration: underline
}

@media (max-width:479px) {
	.alert {
		padding-right: 30px
	}

	.alert button.close {
		right: 5px
	}
}

.alert-success,
.alertBox--success {
	background-color: #dd3b38
}

.alert-success .alertBox-icon,
.alert-success i,
.alertBox--success .alertBox-icon,
.alertBox--success i {
	background: #c94444
}

.alert-success a,
.alert-success a:focus,
.alert-success a:hover,
.alertBox--success a,
.alertBox--success a:focus,
.alertBox--success a:hover {
	color: #ffcccc
}

.alert-danger,
.alertBox--error {
	background-color: #f44336
}

.alert-danger .alertBox-icon,
.alert-danger i,
.alertBox--error .alertBox-icon,
.alertBox--error i {
	background: #d32f2f
}

.alert-danger a,
.alert-danger a:focus,
.alert-danger a:hover,
.alertBox--error a,
.alertBox--error a:focus,
.alertBox--error a:hover {
	color: #ffcdd2
}

.alert-info,
.alertBox--info {
	background-color: #03a9f4
}

.alert-info .alertBox-icon,
.alert-info i,
.alertBox--info .alertBox-icon,
.alertBox--info i {
	background: #0288d1
}

.alert-info a,
.alert-info a:focus,
.alert-info a:hover,
.alertBox--info a,
.alertBox--info a:focus,
.alertBox--info a:hover {
	color: #b3e5fc
}

.alert-warning,
.alertBox--warning {
	background-color: #ff5722
}

.alert-warning .alertBox-icon,
.alert-warning i,
.alertBox--warning .alertBox-icon,
.alertBox--warning i {
	background: #e64a19
}

.alert-warning a,
.alert-warning a:focus,
.alert-warning a:hover,
.alertBox--warning a,
.alertBox--warning a:focus,
.alertBox--warning a:hover {
	color: #ffccbc
}

.sidebar--right .page-sidebar {
	-ms-flex-order: 2;
	order: 2
}

.sidebar--right .page-content {
	-ms-flex-order: 1;
	order: 1
}

.product-layout {
	display: block !important
}

.product-options label {
	padding: 0;
	color: #666
}

.product-options .label {
	font-weight: 400;
	font-size: 11px
}

.product-options .radio {
	position: relative;
	z-index: 2;
	text-transform: capitalize;
	cursor: pointer
}

.product-options .radio .fa {
	display: none
}

.product-options .active .fa {
	display: block
}

.product-options .fa {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 22px;
	height: 22px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	left: 0
}

.countdown--box {
	margin-bottom: 15px
}

.countdown--box .countdow--_inner {
	display: table;
	width: 100%;
	text-align: center
}

.countdown--box .title {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	color: #fff;
	padding: 8px;
	display: none
}

.countdown--box .time-item {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 1px 0;
	background: rgba(0, 0, 0, .6);
	border: none;
	margin-right: 2px;
	width: 40px;
	text-transform: uppercase
}

.countdown--box .time-item .num-time {
	font-size: 14px;
	border: none;
	font-weight: 700
}

.countdown--box .time-item .name-time {
	font-size: 10px;
	height: 20px;
	line-height: 20px
}

.sale-flag-discount {
	background: #ff5c00;
	border-radius: 50px;
	color: #fff;
	right: 15px;
	height: 40px;
	width: 40px;
	font-size: 12px;
	line-height: 3.07692rem;
	padding-left: .53846rem;
	padding-right: .76923rem;
	padding-top: .07692rem;
	position: absolute;
	text-align: center;
	z-index: 10;
	top: 15px
}

.flag-badges {
	left: 15px;
	right: auto;
	top: 1%;
	position: absolute;
	z-index: 10
}

.sale-flag-star,
.sale-flag-star:after,
.sale-flag-star:before {
	background: #ff5c00;
	content: "";
	display: block;
	height: 3.84615rem;
	left: 0;
	overflow: visible;
	position: absolute;
	top: 0;
	transform: scaleX(1) scaleY(1) scaleZ(1);
	transform-origin: 50% 50% 0;
	width: 3.84615rem;
	z-index: 10
}

.sale-flag-star:before {
	transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1)
}

.sale-flag-star:after {
	transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1)
}

.starwrap {
	height: 3.84615rem;
	position: absolute;
	top: 10px;
	width: 3.84615rem
}

.sale-text-burst {
	color: #fff;
	font-weight: 600;
	line-height: 1.15385rem;
	position: absolute;
	text-align: center;
	top: 20%;
	width: 3.84615rem;
	z-index: 11
}

.sale-flag-side {
	background: #ff5c00;
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
	height: 1.53846rem;
	line-height: 1.53846rem;
	padding-left: .53846rem;
	padding-right: .76923rem;
	padding-top: .07692rem;
	position: absolute;
	transition: .8s ease;
	z-index: 10
}

.product:hover .sale-flag-side {
	background: #000;
	transition: .8s ease
}

.sale-flag-sash {
	background: #ff5c00;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	height: 1.53846rem;
	left: -25px;
	line-height: 1.23077rem;
	padding-top: .07692rem;
	position: absolute;
	text-align: center;
	top: 25px;
	transform: rotate(-45deg);
	transition: .8s ease;
	width: 9.15385rem;
	z-index: 10
}

.product:hover .sale-flag-sash {
	background: #000;
	transition: .8s ease
}

.rating--small {
	margin-bottom: 5px
}

.rating--small .icon {
	width: 12px;
	height: 12px;
	margin: 0
}

.rating--small .icon--ratingEmpty svg {
	fill: #cccccc
}

.rating--small .icon--ratingFull svg {
	fill: #111111
}

.price-section {
	color: #999;
	font-size: 14px;
	font-weight: 700
}

.product-item-container .articul {
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}

.price-section .price--noSaleWithoutTax,
.price-section .price--rrp {
	padding: 0 5px;
	display: inline-block;
	text-decoration: line-through;
	font-size: 13px;
	font-weight: 400
}

.price-section .price--withoutTax {
	color: #dd3b38
}

.title-category {
	font-size: 16px;
	text-transform: uppercase;
	color: #222;
	margin-top: 0;
	padding-bottom: 10px;
	margin-top: 15px;
}

.category-info {
	margin-bottom: 30px
}

.category-info .category-info__image {
	margin-bottom: 15px
}

.refine-search__content:after,
.refine-search__content:before {
	content: " ";
	display: table
}

.refine-search__content:after {
	clear: both
}

.refine-search__content .refine-loadmore {
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	border: 1px solid #ddd;
	overflow: hidden;
	min-height: 49px;
	height: 120px;
	width: 80px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	background: #f4f4f4
}

.refine-search__content .refine-loadmore>span {
	display: inline-block;
	padding: 0 5px
}

.refine-search__content .refine-loadmore:hover {
	background: #dd3b38;
	border-color: #dd3b38;
	color: #fff
}

.refine-search__content .refine-search__subitem {
	margin-bottom: 15px
}

.refine-search__content .refine-search__subitem-name {
	margin: 0;
	font-size: 14px;
	text-align: center
}

.refine-search {
	margin-bottom: 30px
}

.refine-search .thumbnail {
	margin-bottom: 10px
}

.refine-search .thumbnail:hover .img-thumbnail {
	border-color: #dd3b38
}

.refine-search a {
	color: #999;
	display: block
}

.refine-search a:hover {
	color: #dd3b38
}

.filters-panel {
	margin-bottom: 20px
}

.filters-panel .form-field {
	margin: 0
}

.filters-panel .list-view {
	display: inline-block
}

.filters-panel .list-view .btn-gridview {
	border: none;
	float: left;
	padding: .5em;
	text-transform: uppercase;
	letter-spacing: .05em
}

.filters-panel .list-view button.btn {
	margin: 0;
	margin-left: 1px;
	float: left;
	width: 33px;
	height: 33px;
	line-height: 34px;
	background: #666;
	text-align: center;
	padding: 0;
	border-radius: 0 !important;
	border: none;
	color: #fff
}

.filters-panel .list-view button.btn i {
	color: #fff
}

.filters-panel .list-view button.btn.active,
.filters-panel .list-view button.btn:hover {
	background: #dd3b38;
	box-shadow: none;
	color: #fff
}

.filters-panel .list-view button.btn.active i,
.filters-panel .list-view button.btn:hover i {
	color: #fff
}

.filters-panel .list-view button.btn:focus {
	border-radius: 0;
	outline: 0
}

.filters-panel .list-view .fa {
	font-size: 14px
}

.productView-related .products-list,
.products-category .products-list {
	margin: 0 -10px
}

.productView-related .products-list .product-layout,
.products-category .products-list .product-layout {
	padding: 0
}

.productView-related .products-list .product-layout,
.products-category .products-list .product-layout {
	transition: all .5s ease 0s;
	display: block
}

.productView-related .products-list .product-layout .product-item-container:focus,
.products-category .products-list .product-layout .product-item-container:focus {
	outline: 0 !important
}

.productView-related .products-list .product-layout .product-item-container .product-card__gallery,
.products-category .products-list .product-layout .product-item-container .product-card__gallery {
	position: absolute;
	z-index: 10;
	top: 0;
	visibility: hidden;
	transition: all .3s ease-in 0s;
	margin: 10px;
	width: 45px
}

.productView-related .products-list .product-layout .product-item-container .product-card__gallery.product-card__left,
.products-category .products-list .product-layout .product-item-container .product-card__gallery.product-card__left {
	transform: translateX(-100%);
	left: 0
}

.productView-related .products-list .product-layout .product-item-container .product-card__gallery.product-card__right,
.products-category .products-list .product-layout .product-item-container .product-card__gallery.product-card__right {
	transform: translateX(100%);
	right: 0
}

.productView-related .products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom,
.products-category .products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom {
	top: auto;
	bottom: 0;
	margin: 0;
	left: 0;
	font-size: 0;
	box-align: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	box-orient: horizontal;
	box-direction: normal;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	width: 100%
}

.productView-related .products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img,
.products-category .products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img {
	width: 20px;
	height: 8px;
	background: #999;
	margin: 1px;
	border: none;
	display: inline-block
}

.productView-related .products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img.thumb-active,
.products-category .products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img.thumb-active {
	border: none;
	width: 60px;
	background: #dd3b38
}

.productView-related .products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img img,
.products-category .products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img img {
	display: none
}

.productView-related .products-list .product-layout .product-item-container .product-card__gallery .item-img,
.products-category .products-list .product-layout .product-item-container .product-card__gallery .item-img {
	padding: 1px;
	background: #fff;
	border: 1px solid #eaeaea;
	margin: 0 0 3px;
	cursor: pointer;
	opacity: .6
}

.productView-related .products-list .product-layout .product-item-container .product-card__gallery .item-img.thumb-active,
.products-category .products-list .product-layout .product-item-container .product-card__gallery .item-img.thumb-active {
	opacity: 1;
	border: 1px solid #ccc
}

.productView-related .products-list .product-layout .product-item-container .countdown--box,
.products-category .products-list .product-layout .product-item-container .countdown--box {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	width: 170px;
	transition: all .2s ease-in-out;
	transform: scale(1) translateX(-50%)
}

.productView-related .products-list .product-layout .product-item-container .left-block,
.products-category .products-list .product-layout .product-item-container .left-block {
	position: relative;
	overflow: hidden;
	padding: 10px
}

.products-list .product-item-photo {
  display: block;
  position: relative;
  min-height: 200px;

  background: url(/img/nophoto.png) center / 50% no-repeat;
}

.products-list .product-item-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* если src пустой */
.products-list .product-item-photo img[src=""],
.products-list .product-item-photo img:not([src]) {
  display: none;
}
.productView-related .products-list .product-layout .product-item-container .left-block .lazyloaded,
.products-category .products-list .product-layout .product-item-container .left-block .lazyloaded {
	display: inline-block
}

.productView-related .products-list .product-layout .product-item-container .right-block .card-title>a,
.products-category .products-list .product-layout .product-item-container .right-block .card-title>a {
	color: #333
}

.productView-related .products-list .product-layout .product-item-container .right-block .card-title>a:hover,
.products-category .products-list .product-layout .product-item-container .right-block .card-title>a:hover {
	color: #dd3b38
}

.productView-related .products-list .product-layout .product-item-container .right-block .card-text,
.products-category .products-list .product-layout .product-item-container .right-block .card-text {
	color: #999;
	margin-bottom: 0;
	font-size: 13px;
	min-height: 24px
}

.productView-related .products-list .product-layout .product-item-container .compare,
.products-category .products-list .product-layout .product-item-container .compare {
	padding: 0;
	width: 32px;
	transition: bottom .6s ease-in-out;
	color: #dd3b38
}

.productView-related .products-list .product-layout .product-item-container .compare .form-check-label,
.products-category .products-list .product-layout .product-item-container .compare .form-check-label {
	padding: 3px 2px;
	cursor: pointer
}

.productView-related .products-list .product-layout .product-item-container .compare .form-check-input,
.products-category .products-list .product-layout .product-item-container .compare .form-check-input {
	margin: 8px 3px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	opacity: 0
}

.productView-related .products-list .product-layout .product-item-container .compare .form-check-input:checked+.form-check-label .fa:before,
.products-category .products-list .product-layout .product-item-container .compare .form-check-input:checked+.form-check-label .fa:before {
	content: "\f00c"
}

.productView-related .products-list .product-layout .product-item-container:hover .product-card__gallery,
.products-category .products-list .product-layout .product-item-container:hover .product-card__gallery {
	visibility: visible;
	transform: translateX(0)
}

.productView-related .products-list .product-layout .product-item-container:hover .countdown--box,
.products-category .products-list .product-layout .product-item-container:hover .countdown--box {
	transform: translate(-50%, 50%);
	opacity: 0;
	visibility: hidden
}

.productView-related .products-list .product-layout .product-item-container:hover .quickview,
.products-category .products-list .product-layout .product-item-container:hover .quickview {
	opacity: 1;
	top: 40%
}

.productView-related .products-list .product-grid .product-item-container,
.products-category .products-list .product-grid .product-item-container {
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	height: calc(100% - 30px)
}

.productView-related .products-list .product-grid .product-item-container:before,
.products-category .products-list .product-grid .product-item-container:before {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #e8e8e8;
	pointer-events: none;
	z-index: 1;
	content: "";
	transition: all .5s
}

.productView-related .products-list .product-grid .product-item-container .description,
.productView-related .products-list .product-grid .product-item-container>.list-block,
.products-category .products-list .product-grid .product-item-container .description,
.products-category .products-list .product-grid .product-item-container>.list-block {
	display: none
}

.productView-related .products-list .product-grid .product-item-container .button-group,
.products-category .products-list .product-grid .product-item-container .button-group {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 0;
	left: 0;
	z-index: 9
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item,
.products-category .products-list .product-grid .product-item-container .button-group .action-item {
	overflow: hidden;
	bottom: -70px;
	position: relative;
	vertical-align: middle;
	color: #bfbfbf;
	line-height: 48px;
	border: none;
	height: 50px;
	display: inline-block;
	background: #fff;
	border-radius: 25px;
	border: 1px solid #fff;
	min-width: 50px;
	text-align: center;
	opacity: 0;
	padding: 0 10px;
	visibility: hidden
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item a,
.products-category .products-list .product-grid .product-item-container .button-group .action-item a {
	display: block
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item a i,
.products-category .products-list .product-grid .product-item-container .button-group .action-item a i {
	color: #bfbfbf
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item.button-quickview,
.products-category .products-list .product-grid .product-item-container .button-group .action-item.button-quickview {
	transition: all .3s ease 0s
}

@media (max-width:767px) {

	.productView-related .products-list .product-grid .product-item-container .button-group .action-item.button-quickview,
	.products-category .products-list .product-grid .product-item-container .button-group .action-item.button-quickview {
		display: none
	}
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item.addToCart,
.products-category .products-list .product-grid .product-item-container .button-group .action-item.addToCart {
	transition: all .5s ease 0s
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item.addToCart a,
.products-category .products-list .product-grid .product-item-container .button-group .action-item.addToCart a {
	position: relative;
	font-size: 0;
	top: 0
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item.addToCart a:before,
.products-category .products-list .product-grid .product-item-container .button-group .action-item.addToCart a:before {
	content: "\f291";
	width: 30px;
	height: 50px;
	position: absolute;
	left: 0;
	font-size: 14px;
	top: 0;
	color: #bfbfbf;
	font-family: FontAwesome
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item.wishlist,
.products-category .products-list .product-grid .product-item-container .button-group .action-item.wishlist {
	transition: all .7s ease 0s
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item.wishlist .action-link,
.products-category .products-list .product-grid .product-item-container .button-group .action-item.wishlist .action-link {
	height: 30px
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item.wishlist form,
.products-category .products-list .product-grid .product-item-container .button-group .action-item.wishlist form {
	margin: 0
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item:hover,
.products-category .products-list .product-grid .product-item-container .button-group .action-item:hover {
	background-color: #dd3b38;
	border-color: #dd3b38;
	color: #333
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item:hover a,
.products-category .products-list .product-grid .product-item-container .button-group .action-item:hover a {
	color: #333
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item:hover a:before,
.products-category .products-list .product-grid .product-item-container .button-group .action-item:hover a:before {
	color: #333
}

.productView-related .products-list .product-grid .product-item-container .button-group .action-item:hover a i,
.products-category .products-list .product-grid .product-item-container .button-group .action-item:hover a i {
	color: #333
}

.productView-related .products-list .product-grid .product-item-container .left-block,
.products-category .products-list .product-grid .product-item-container .left-block {
	position: relative;
	text-align: center
}

@media (min-width:1200px) {

	.productView-related .products-list .product-grid .product-item-container .left-block,
	.products-category .products-list .product-grid .product-item-container .left-block {
		min-height: 175px
	}
}

.productView-related .products-list .product-grid .product-item-container .left-block .product-image-container,
.products-category .products-list .product-grid .product-item-container .left-block .product-image-container {
	text-align: center
}

.productView-related .products-list .product-grid .product-item-container .left-block .product-image-container a,
.products-category .products-list .product-grid .product-item-container .left-block .product-image-container a {
	display: inline-block
}

.productView-related .products-list .product-grid .product-item-container .right-block,
.products-category .products-list .product-grid .product-item-container .right-block {
	clear: both;
	padding: 10px;
	text-align: center;
	position: relative
}

.productView-related .products-list .product-grid .product-item-container .right-block h4,
.products-category .products-list .product-grid .product-item-container .right-block h4 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	margin: 0;
	padding-bottom: 5px
}

.productView-related .products-list .product-grid .product-item-container:hover:before,
.products-category .products-list .product-grid .product-item-container:hover:before {
	opacity: 1;
	border-width: 2px;
	border-color: #dd3b38
}

.productView-related .products-list .product-grid .product-item-container:hover .button-group .action-item,
.products-category .products-list .product-grid .product-item-container:hover .button-group .action-item {
	bottom: 0;
	opacity: 1;
	visibility: visible
}

.productView-related .products-list .product-grid .product-item-container:hover .button-group .action-item:hover,
.products-category .products-list .product-grid .product-item-container:hover .button-group .action-item:hover {
	background-color: #dd3b38;
	color: #333
}

@media (min-width:1681px) {

	.productView-related .products-list .product-grid-4:nth-child(4n+1),
	.products-category .products-list .product-grid-4:nth-child(4n+1) {
		clear: both !important
	}
}

@media (min-width:1681px) {

	.productView-related .products-list .product-grid-5:nth-child(5n+1),
	.products-category .products-list .product-grid-5:nth-child(5n+1) {
		clear: both !important
	}
}

.productView-related .products-list .product-list .product-item-container,
.products-category .products-list .product-list .product-item-container {
	float: left;
	margin-bottom: 30px;
	width: 100%
}

.productView-related .products-list .product-list .product-item-container .left-block,
.products-category .products-list .product-list .product-item-container .left-block {
	width: 270px;
	float: left;
	border: 1px solid #eaeaea
}

.productView-related .products-list .product-list .product-item-container .left-block .product-image-container,
.products-category .products-list .product-list .product-item-container .left-block .product-image-container {
	text-align: center
}

.productView-related .products-list .product-list .product-item-container .button-group,
.products-category .products-list .product-list .product-item-container .button-group {
	text-align: center;
	z-index: 9
}

.productView-related .products-list .product-list .product-item-container .button-group>div,
.products-category .products-list .product-list .product-item-container .button-group>div {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 50%;
	margin: 2px 0;
	opacity: 0
}

.productView-related .products-list .product-list .product-item-container .button-group>div i,
.products-category .products-list .product-list .product-item-container .button-group>div i {
	color: #bfbfbf
}

.productView-related .products-list .product-list .product-item-container .button-group>div.button-quickview,
.products-category .products-list .product-list .product-item-container .button-group>div.button-quickview {
	transition: all .3s ease 0s
}

.productView-related .products-list .product-list .product-item-container .button-group>div.addToCart,
.products-category .products-list .product-list .product-item-container .button-group>div.addToCart {
	transition: all .5s ease 0s
}

.productView-related .products-list .product-list .product-item-container .button-group>div.wishlist,
.products-category .products-list .product-list .product-item-container .button-group>div.wishlist {
	transition: all .7s ease 0s
}

.productView-related .products-list .product-list .product-item-container .button-group>div:hover,
.products-category .products-list .product-list .product-item-container .button-group>div:hover {
	background: #dd3b38
}

.productView-related .products-list .product-list .product-item-container .button-group>div:hover i,
.products-category .products-list .product-list .product-item-container .button-group>div:hover i {
	color: #fff
}

.productView-related .products-list .product-list .product-item-container .right-block,
.products-category .products-list .product-list .product-item-container .right-block {
	overflow: hidden;
	padding: 0 20px 0 30px
}

.productView-related .products-list .product-list .product-item-container .right-block .ratings .rating--small,
.products-category .products-list .product-list .product-item-container .right-block .ratings .rating--small {
	margin-bottom: 9px
}

.productView-related .products-list .product-list .product-item-container .right-block .button-group .action-item,
.products-category .products-list .product-list .product-item-container .right-block .button-group .action-item {
	height: 32px;
	display: inline-block;
	vertical-align: top;
	border-radius: 100%;
	color: #dd3b38;
	border: 1px solid #dd3b38;
	min-width: 32px;
	text-align: center
}

.productView-related .products-list .product-list .product-item-container .right-block .button-group .action-item:hover,
.products-category .products-list .product-list .product-item-container .right-block .button-group .action-item:hover {
	background-color: #dd3b38;
	color: #333 !important
}

.productView-related .products-list .product-list .product-item-container .right-block .button-group .action-item a,
.products-category .products-list .product-list .product-item-container .right-block .button-group .action-item a {
	color: #fff
}

.productView-related .products-list .product-list .product-item-container .right-block .button-group .action-item.addToCart,
.products-category .products-list .product-list .product-item-container .right-block .button-group .action-item.addToCart {
	padding: 0 15px;
	padding-bottom: 3px;
	line-height: 29px;
	color: #fff;
	border-radius: 16px;
	background: #dd3b38;
	transition: bottom .2s ease-in-out
}

.productView-related .products-list .product-list .product-item-container .right-block .button-group .action-item.wishlist,
.products-category .products-list .product-list .product-item-container .right-block .button-group .action-item.wishlist {
	padding: 0;
	width: 32px;
	transition: bottom .4s ease-in-out;
	color: #dd3b38
}

.productView-related .products-list .product-list .product-item-container .right-block .button-group .action-item.wishlist .action-link,
.products-category .products-list .product-list .product-item-container .right-block .button-group .action-item.wishlist .action-link {
	height: 30px
}

.productView-related .products-list .product-list .product-item-container .right-block .button-group .action-item.compare,
.products-category .products-list .product-list .product-item-container .right-block .button-group .action-item.compare {
	padding: 0;
	width: 32px;
	transition: bottom .6s ease-in-out;
	color: #dd3b38
}

.productView-related .products-list .product-list .product-item-container .right-block .button-group .action-item.compare .form-check-label,
.products-category .products-list .product-list .product-item-container .right-block .button-group .action-item.compare .form-check-label {
	padding: 5px 2px
}

.productView-related .products-list .product-list .product-item-container .right-block .description,
.products-category .products-list .product-list .product-item-container .right-block .description {
	margin-bottom: 20px
}

.productView-related .products-list .product-list .product-item-container:hover .sale-flag-discount,
.products-category .products-list .product-list .product-item-container:hover .sale-flag-discount {
	opacity: 0
}

.productView-related .products-list .product-list .product-item-container:hover .button-group>div,
.products-category .products-list .product-list .product-item-container:hover .button-group>div {
	opacity: 1
}

.productView-related .products-list .product-table:last-child .product-item-container,
.products-category .products-list .product-table:last-child .product-item-container {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 0
}

.productView-related .products-list .product-table .product-item-container,
.products-category .products-list .product-table .product-item-container {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #dbdbdb
}

.productView-related .products-list .product-table .button-group,
.products-category .products-list .product-table .button-group {
	width: 20%;
	padding: 10px;
	text-align: center
}

.productView-related .products-list .product-table .button-group a,
.products-category .products-list .product-table .button-group a {
	color: #fff
}

.productView-related .products-list .product-table .button-group .addToCart,
.products-category .products-list .product-table .button-group .addToCart,
.products-list .product-table .button-group .addToCart {
	text-transform: uppercase;
	padding: 9px 20px;
	background: #eeeeee;
	color: #333;
	display: inline-block;
	border-radius: 3px;
	width: 48%;
	height: 100%;
}

.productView-related .products-list .product-table .button-group .addToCart.in-cart,
.products-category .products-list .product-table .button-group .addToCart.in-cart,
.products-list .product-table .button-group .addToCart.in-cart {
	background: transparent !important;
	color: #dd3b38;
	border-color: #dd3b38;
}

.productView-related .products-list .product-table .button-group .addToCart:hover,
.products-category .products-list .product-table .button-group .addToCart:hover,
.products-list .product-table .button-group .addToCart:hover {
	background: #26DC74;
	background: linear-gradient(315deg, #26DC74, #0AD321);
	border-color: #dd3b38;
	color: #fff
}

.productView-related .products-list .product-table .button-group .compare,
.productView-related .products-list .product-table .button-group .wishlist,
.products-category .products-list .product-table .button-group .compare,
.products-category .products-list .product-table .button-group .wishlist {
	padding: 9px 20px;
	background: #eee;
	color: #333;
	border-radius: 3px;
	border: none;
	display: inline-block;
	width: 48%;
	height: 100%;
}

.productView-related .products-list .product-table .button-group .compare:hover,
.productView-related .products-list .product-table .button-group .wishlist:hover,
.products-category .products-list .product-table .button-group .compare:hover,
.products-category .products-list .product-table .button-group .wishlist:hover {
	background: linear-gradient(170deg, #FF2222, #B31414);
	border-color: #dd3b38;
	color: #fff
}

.productView-related .products-list .product-table .button-group .compare .form,
.productView-related .products-list .product-table .button-group .wishlist .form,
.products-category .products-list .product-table .button-group .compare .form,
.products-category .products-list .product-table .button-group .wishlist .form {
	margin: 0
}

.productView-related .products-list .product-table .left-block,
.products-category .products-list .product-table .left-block {
	width: 25%;
	min-width: 64px
}

.productView-related .products-list .product-table .left-block .button-group,
.products-category .products-list .product-table .left-block .button-group {
	display: none
}

.productView-related .products-list .product-table .right-block,
.products-category .products-list .product-table .right-block {
	width: 75%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.productView-related .products-list .product-table .right-block>*,
.products-category .products-list .product-table .right-block>* {
	border-left: 1px solid #dbdbdb;
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	width: 65%;
}

.productView-related .products-list .product-table .right-block h4,
.products-category .products-list .product-table .right-block h4 {
	width: 65%;
	font-weight: 400;
	font-size: 14px
}

.productView-related .products-list .product-table .right-block .price-section,
.products-category .products-list .product-table .right-block .price-section {
	width: 15%
}

.productView-related .products-list .product-table .right-block .price-section .price,
.products-category .products-list .product-table .right-block .price-section .price {
	display: block
}

.productView-related .products-list .product-table .right-block .button-group,
.products-category .products-list .product-table .right-block .button-group {
	width: 20%;
	display: block !important
}

.products-list .product-table .right-block .product-table-oem {
	width: 100%;
	border-left: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	padding: 8px 10px
}

.productView-related .products-list .product-table .right-block .description,
.productView-related .products-list .product-table .right-block .product-colors,
.products-category .products-list .product-table .right-block .description,
.products-category .products-list .product-table .right-block .product-colors {
	display: none
}

.parts-numbers {
	font-style: italic;
	color: gray;
}
.parts-numbers-row {
	display: block;
	margin-bottom: 3px;
}
.parts-numbers-brand {
	color: #333;
	font-weight: 700;
	margin-right: 6px;
}
.parts-numbers-all {
	display: none;
}
.parts-numbers-show:after {
	content: "";
	display: block;
}
.parts-numbers-grouped .parts-numbers-show:after {
	display: none;
}
.parts-numbers-all {
	display: none;
}
.parts-numbers-toggle {
	cursor: pointer;
	color: #007bff;
	font-weight: bold;
	margin-left: 5px;
}
.parts-numbers.expanded .parts-numbers-all {
	display: inline;
}
.parts-numbers.expanded .parts-numbers-show {
	display: none;
}
.parts-numbers-grouped.expanded .parts-numbers-show {
	display: inline;
}
.parts-numbers.expanded .parts-numbers-toggle {
	display: none;
}

.open-sidebar {
	line-height: 25px;
	display: inline-block;
	border: 2px solid #999;
	margin-bottom: 20px;
	padding: 2px 15px;
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
	max-width: 120px;
	margin-right: 10px;
	color: #495057
}

.open-sidebar:hover {
	border-color: #dd3b38
}

#close-sidebar,
.mobileMenu-close {
	display: none;
	text-align: center;
	padding: 9px 20px;
	color: #fff;
	border-radius: 3px;
	border: none;
	background: #ea3a3c;
	margin-bottom: 20px
}

@media only screen and (max-width:991px) {
	body.open-sboff {
		height: 100%;
		overflow: hidden
	}

	.open-sidebar i.fa {
		margin-right: 5px
	}

	.sidebar-overlay {
		background: rgba(0, 0, 0, .5);
		display: none;
		height: 100%;
		opacity: 1;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 9998
	}

	.sidebar-overlay.show {
		display: block
	}

	.sidebar-offcanvas {
		background: #fff;
		max-width: 280px;
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 9999;
		height: 100%;
		overflow-x: scroll;
		box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
		transition: all .3s ease-in-out;
		padding-top: 30px;
		margin: 0;
		left: -120%;
		padding-left: 15px !important;
		padding-right: 10px !important
	}

	.sidebar-offcanvas.active {
		left: 0
	}

	.sidebar-offcanvas #close-sidebar {
		display: block
	}

	.mobileMenu-close {
		display: block
	}

	.facetedSearch-toggle {
		padding: 0;
		border: none;
		margin: 0
	}

	.facetedSearch-toggle .toggleLink-text {
		padding: 9px 20px;
		background: #495057;
		color: #fff;
		border-radius: 3px;
		border: none;
		text-align: left;
		width: 100%
	}

	.facetedSearch-toggle .toggleLink-text:hover {
		background: #dd3b38;
		border-color: #dd3b38;
		color: #fff
	}

	.facetedSearch-toggle-indicator,
	.facetedSearch-toggle-text {
		width: 100%;
		margin: 10px 0
	}
}

@media (min-width:992px) {
	.sidebar--full .page-content {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.sidebar--full .sidebar-overlay {
		background: rgba(0, 0, 0, .5);
		display: none;
		height: 100%;
		opacity: 1;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 9998
	}

	.sidebar--full .sidebar-overlay.show {
		display: block
	}

	.sidebar--full .open-sidebar {
		display: block !important
	}

	.sidebar--full .sidebar-offcanvas {
		padding-left: 15px !important;
		padding-right: 10px !important;
		background: #fff;
		width: 300px;
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 9999;
		height: 100%;
		overflow-y: scroll;
		box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
		transition: all .3s ease-in-out;
		padding-top: 15px;
		margin: 0;
		left: -100%
	}

	.sidebar--full .sidebar-offcanvas #close-sidebar {
		display: block
	}

	.sidebar--full .sidebar-offcanvas.active {
		left: 0
	}
}

@media (min-width:1261px) {

	.modal-body {
		overflow: visible
	}

	#modal,
	#modal-review-form,
	#previewModal {
		overflow-y: scroll
	}
}

.modal-content {
	border-radius: 0;
	border: none
}

.quickView {
	padding: 20px;
	overflow: visible
}

.quickView .btn-productViewzoom {
	visibility: hidden;
	margin: 0
}

.btn-productViewzoom {
	margin: 20px 0;
	clear: both
}

.btn-productViewzoom .btn-outline-secondary {
	border-color: #d2d2d2
}

.btn-productViewzoom .btn-outline-secondary:hover {
	border-color: #6c757d
}

.productView--quickView .productView-thumbnails {
	clear: both
}

.productView--quickView .productView-description {
	display: none
}

.productView--quickView .socialLinks-item--print {
	display: none
}

@media (min-width:801px) {
	.modal-header-title {
		font-size: 20px
	}

	.previewCart .productView {
		padding: 0
	}

	.previewCart .productView-image {
		width: 50%;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.previewCart .productView-title {
		font-size: 21px
	}
}

.productView-brand {
	font-size: 15px;
	margin: 0
}

#wishlist-dropdown {
	border: none
}

.productView {
	padding: 0;
	margin: 0 -.75rem;
	max-width: none;
	width: auto;
	margin-left: -1rem;
	margin-right: -1rem;
	margin-bottom: 20px
}

.productView:after,
.productView:before {
	content: " ";
	display: table
}

.productView:after {
	clear: both
}

.modal .productView {
	padding-bottom: 0;
	padding-top: 0
}

@media (min-width:880px) {
	.productView-image {
		min-width: auto;
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.productView-image .productView-img-container:after {
		padding-bottom: 100%
	}

	.suggestiveCart h4 {
		margin-top: 0
	}
}

.productView-thumbnail {
	width: 25%;
	margin-bottom: 10px;
	float: left
}

.productView-title {
	font-size: 22px;
	margin: 0 0 15px;
	color: #222
}

.productView-images {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 15px;
	float: left
}

@media (min-width:551px) {
	.productView-images {
		width: 50%
	}
}

.productView-images .productView-thumbnails img {
	position: static;
	max-width: 100%;
	max-height: 100%
}

.productView-images .productView-thumbnails .productView-thumbnail-link {
	border: 1px solid #ddd;
	max-width: 100%;
	height: auto
}

.productView-images .productView-thumbnails .productView-thumbnail-link.is-active,
.productView-images .productView-thumbnails .productView-thumbnail-link:hover {
	border-color: #dd3b38
}

.productView-images .productView--vertical {
	width: 65px;
	position: relative;
	float: left;
	margin: 0;
	margin-right: 15px
}

.productView-images .productView--vertical .productView-thumbnail {
	width: 100%;
	padding: 0
}

.productView--gallerygrid,
.productView--gallerylist {
	list-style: none;
	margin: 0;
	padding: 0
}

.productView--gallerygrid .productView-image,
.productView--gallerylist .productView-image {
	margin-bottom: 15px;
	width: 100%;
	min-height: inherit;
	padding: 0
}

.productView--gallerygrid .productView-thumbnail-link,
.productView--gallerylist .productView-thumbnail-link {
	height: auto;
	width: 100%;
	max-width: 100%;
	padding: 0
}

.productView--gallerygrid .productView-thumbnail-link.is-active,
.productView--gallerylist .productView-thumbnail-link.is-active {
	border-color: #dd3b38
}

.productView--gallerygrid {
	margin: 0 -7px
}

.productView--gallerygrid .productView-image {
	width: 50%;
	padding: 0 7px
}

.productView-info .image-popup-sizechart {
	display: inline-block;
	clear: both;
	margin: 0;
	margin-bottom: 15px;
	color: #999;
	font-weight: 700
}

.productView-info .image-popup-sizechart:hover {
	color: #dd3b38
}

.sb-banner--buyFromus {
	border-top: 1px dotted #e0dfdf;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top: 20px;
	overflow: hidden
}

.sb-banner--buyFromus .banners {
	margin-right: 10px;
	margin-bottom: 10px
}

.sb-banner--buyFromus .block-title {
	background: 0 0;
	font-size: 15px;
	color: #000;
	margin: 0 0 25px;
	padding: 0;
	border: none
}

.sb-banner--buyFromus .banner-figure {
	width: 50px
}

.productView-details {
	margin-bottom: 0;
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left;
	padding-left: 1rem;
	padding-right: 1rem
}

@media (min-width:551px) {
	.productView-details {
		clear: right;
		float: right;
		width: 50%
	}
}

.productView-details .productView-product {
	padding-bottom: 1rem;
	margin-bottom: 1rem
}

.productView-details .button--addtocart {
	background: #dd3b38;
	border-color: #dd3b38;
	margin-bottom: 0
}

.productView-details .button--addtocart:hover {
	background: #c88c02;
	border-color: #c88c02
}

.productView-details .button--wishlist {
	background: 0 0
}

.action-link.button--cart,
.action-link.button--cart:hover,
.action-link.button--wishlist,
.action-link.button--wishlist:hover {
	color: #333;
	background: transparent !important;
}

.action-link.button--cart.in-cart,
.action-link.button--cart.in-cart:hover {
	color: #dd3b38 !important;
}

.action-link.button--wishlist.in-wishlist,
.action-link.button--wishlist.in-wishlist:hover {
	color: #dd3b38 !important;
}

.action-link.button--cart.in-cart .fa-shopping-basket:before {
	content: "\f07a";
}

.action-link.button--wishlist.in-wishlist .fa-heart:before {
	content: "\f004";
}

.action-link.button--cart,
.action-link.button--wishlist,
.action-link.button--cart:hover,
.action-link.button--wishlist:hover,
.button-group .action-item a,
.button-group .action-item a:hover,
.button-group .action-item:hover a,
.button-group .action-item:hover a i,
.products-category .products-list .product-grid .product-item-container .button-group .action-item a,
.products-category .products-list .product-grid .product-item-container .button-group .action-item a i,
.products-category .products-list .product-list .product-item-container .right-block .button-group .action-item a,
.products-list .product-grid .product-item-container .button-group .action-item a,
.products-list .product-grid .product-item-container .button-group .action-item a i,
.products-list .product-grid .product-item-container .button-group .action-item:hover a,
.products-list .product-grid .product-item-container .button-group .action-item:hover a i,
.products-list .product-list .product-item-container .right-block .button-group .action-item a {
	background: transparent !important;
}

.button-group .action-item.wishlist .action-link,
.button-group .action-item.addToCart .action-link {
	color: #333;
}

.button-group .action-item.wishlist .action-link.in-wishlist,
.button-group .action-item.addToCart .action-link.in-cart {
	color: #dd3b38 !important;
}

.productView-details .productView-details__payment .footer-payment-icon {
	width: 3rem;
	fill: #666
}

.productView-details--bottom {
	margin-bottom: 35px
}

.productView-details--bottom .footer-payment-icons {
	text-align: left
}

.productView-details--bottom .footer-payment-icons img {
	margin-left: 0;
	margin-right: 10px
}

.productView-description {
	width: 100%
}

.productView-description .tabs-contents {
	margin: 0;
	padding: 0
}

.horizontal-tabs {
	margin-top: 30px;
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left;
	padding-left: 1rem;
	padding-right: 1rem;
	clear: both
}

.horizontal-tabs .tabs {
	border: 1px solid #e1e1e1;
	background: #f2f2f2
}

.horizontal-tabs .tabs .tab {
	margin: -1px 0 0 -1px;
	list-style: none;
	cursor: pointer;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	border-right: 1px solid #e1e1e1
}

.horizontal-tabs .tabs .tab-title {
	font-weight: 700;
	border: none;
	padding: 0;
	color: #222;
	padding: 11px 30px;
	margin: 0;
	border-radius: 0;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase
}

.horizontal-tabs .tabs .tab-title:hover {
	color: #dd3b38;
	background-color: #eee
}

.horizontal-tabs .tabs .is-active .tab-title {
	color: #fff !important;
	background: #dd3b38
}

.horizontal-tabs .tabs-contents {
	padding: 25px 25px 15px;
	display: block;
	margin: 0;
	border-style: solid;
	margin-top: -1px;
	border-width: 1px;
	border-color: #e6e6e6
}

.horizontal-tabs .tabs-contents .tab-content {
	padding: 0
}

.vertical-tabs {
	background-color: #fff;
	margin: 0 15px;
	padding: 0;
	border: 1px solid #e6e6e6;
	border-bottom: 1px solid #ddd;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 30px)
}

.vertical-tabs ul.tabs {
	border-bottom: medium none;
	margin: 0;
	min-height: 180px;
	padding: 0
}

.vertical-tabs ul.tabs li {
	border: none;
	border-bottom: 1px solid #ddd;
	clear: both;
	position: relative;
	width: 100%;
	padding: 5px 0;
	border-right: none
}

.vertical-tabs ul.tabs li a {
	padding: 5px 15px;
	border: none;
	text-transform: uppercase
}

.vertical-tabs ul.tabs li:before {
	content: "";
	width: 5px;
	height: 100%;
	left: -1px;
	position: absolute;
	top: 0;
	transition: all .3s ease-in-out 0s;
	z-index: 99
}

.vertical-tabs ul.tabs li:hover a {
	color: #dd3b38;
	border: none
}

.vertical-tabs ul.tabs li:hover:before {
	background-color: #dd3b38
}

.vertical-tabs ul.tabs li.is-active {
	border-left-color: #dd3b38
}

.vertical-tabs ul.tabs li.is-active:before {
	background-color: #dd3b38
}

.vertical-tabs ul.tabs li.is-active a {
	background: 0 0;
	color: #dd3b38
}

.vertical-tabs .tab-content {
	border: 0;
	border-left: 1px solid #e6e6e6;
	min-height: 200px;
	margin-bottom: 0;
	padding: 20px
}

.productView-related {
	padding: 0;
	margin-top: 0
}

.productView-related .nav-tabs {
	display: block;
	vertical-align: top;
	margin: 0 0 10px;
	border-bottom: 1px solid #ebebeb;
	background-color: transparent
}

.productView-related .nav-tabs li {
	background-color: transparent;
	border: 0
}

.productView-related .nav-tabs li.tab-last {
	margin-left: 50px
}

.productView-related .nav-tabs li.tab-last a {
	padding-left: 0
}

.productView-related .nav-tabs li.tab-last a:before {
	content: '';
	width: 1px;
	height: 16px;
	background-color: #ddd;
	position: absolute;
	top: 20px;
	left: -25px
}

.productView-related .nav-tabs li a {
	display: inline-block;
	padding: 12px 0;
	text-decoration: none;
	font-size: 16px;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	position: relative
}

.productView-related .nav-tabs li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 2px;
	transition: all .2s ease 0s;
	background-color: #dd3b38;
	left: 0
}

.productView-related .nav-tabs>li.is-active>a,
.productView-related .nav-tabs>li>a:hover {
	border: none;
	color: #dd3b38;
	background: 0 0
}

.productView-related .nav-tabs>li.is-active>a:after,
.productView-related .nav-tabs>li>a:hover:after {
	width: 100px
}

.productView-related .product-grid .product-item-container {
	margin-bottom: 0
}

.productView-related .tab-content .slick-slider .slick-next,
.productView-related .tab-content .slick-slider .slick-prev {
	top: -43px;
	bottom: auto;
	width: 28px;
	height: 28px;
	background: 0 0;
	padding: 0;
	text-align: center;
	margin-right: 10px
}

.productView-related .tab-content .slick-slider .slick-next:before,
.productView-related .tab-content .slick-slider .slick-prev:before {
	background: 0 0;
	font-family: FontAwesome;
	font-size: 26px;
	border-radius: 3px;
	line-height: 26px;
	width: 100%;
	height: 100%;
	color: #afafaf
}

.productView-related .tab-content .slick-slider .slick-next:hover:before,
.productView-related .tab-content .slick-slider .slick-prev:hover:before {
	background: #dd3b38;
	color: #fff
}

.productView-related .tab-content .slick-slider .slick-next {
	right: 0;
	left: auto
}

.productView-related .tab-content .slick-slider .slick-next:before {
	content: ""
}

.productView-related .tab-content .slick-slider .slick-prev {
	right: 32px;
	left: auto
}

.productView-related .tab-content .slick-slider .slick-prev:before {
	content: ""
}

.productView-related .tab-content .slick-slider .slick-next,
.productView-related .tab-content .slick-slider .slick-prev {
	top: -40px
}

.productView-price .price-section {
	font-size: 22px
}

.productView-price .price-section--saving {
	font-size: 16px;
	font-weight: 400;
	color: #495057
}

.productView-info {
	clear: both;
	color: #666;
	line-height: 24px
}

.productView-info .productView-info-dl {
	margin: 0
}

.productView-info .productView-info-name {
	min-width: 150px;
	float: left;
	margin: 0;
	font-weight: 400
}

.productView-info .productView-info-value {
	display: block;
	overflow: hidden;
	margin: 0
}

.productReviews {
	margin-bottom: 0;
	border: none
}

.productReviews h4.toggle-title {
	margin: 10px 0
}

.productReviews .productReview {
	width: 100%
}

.form-field--increments .form-increment {
	border: 1px solid #d7d7d7;
	display: inline-block
}

.form-field--increments .form-increment .button {
	display: block;
	background: 0 0;
	border: none;
	width: 40px;
	height: 20px
}

.form-field--increments .form-input--incrementTotal {
	width: 55px;
	height: 40px;
	border: none;
	padding: 0;
	text-align: center;
	float: left;
	border-radius: 0;
	border-right: 1px solid #ddd
}

.productView-options {
	margin-bottom: 0
}

.productView-options .form-action {
	vertical-align: top
}

.productView-options .form-field {
	margin-bottom: 1rem
}

.writeReview-productImage-container:after {
	padding-bottom: 108%
}

.account {
	margin-bottom: 1.5rem
}

.account-head {
	margin-bottom: 3rem;
	text-align: center
}

.account-head .alertBox {
	padding-left: 3rem;
	padding-right: 3rem;
	text-align: left
}

.account-content {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left
}

@media (min-width:992px) {
	.account-content--fixed {
		width: 66.66667%
	}
}

@media (min-width:992px) {
	.account-content--fixedSmall {
		width: 50%
	}
}

.account-sidebar {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left
}

@media (min-width:992px) {
	.account-sidebar {
		width: 33.33333%
	}

	.account-content--fixedSmall+.account-sidebar {
		float: right
	}
}

.login--row .panel {
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	overflow: hidden
}

.login--row .page-heading {
	margin: 0 10px 15px
}

.login--row .forgot-password {
	display: inline-block;
	vertical-align: middle;
	color: #999;
	line-height: 37px
}

.login--row .forgot-password:hover {
	color: #dd3b38
}

.login--row .login-form {
	margin: 0;
	padding-right: 30px
}

.login--row .form-actions {
	text-align: left
}

.login--row .new-customer-fact-list {
	margin-right: 1.2rem;
	margin-bottom: 4.8rem;
	line-height: 22px
}

.login--row .new-customer-fact-list .new-customer-fact {
	padding: 0
}

.login--row .new-customer-intro {
	margin-bottom: 1rem
}

.login--row .panel-body {
	margin: 0
}

.navBar--sub .navBar-action,
.navBar--sub .navBar-item.is-active {
	font-size: 1.2rem
}

.storeLocation>h3 {
	margin: 0 0 1rem
}

.storeLocation .store-address,
.storeLocation .store-phone {
	margin-bottom: 20px
}

#map-canvas {
	height: 400px;
	width: 100%;
	margin-bottom: 30px
}

.page--sitemap .simple-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.page--sitemap .simple-list h3 {
	margin: 0
}

.page--sitemap .bold-list>li>a {
	font-weight: 700;
	text-transform: uppercase;
	color: #999
}

.page--sitemap .bold-list>li>a:hover {
	color: #dd3b38
}

.page--sitemap .simple-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	bottom: -.8em
}

.page--sitemap .simple-list li {
	margin: 0;
	padding: 0 0 12px
}

.page--sitemap .simple-list ul a {
	color: #999
}

.page--sitemap .simple-list ul a:hover {
	color: #dd3b38
}

.page--sitemap .simple-list .checkbox {
	padding-left: 0
}

.page--sitemap .simple-list .checkbox input[type=checkbox] {
	margin-right: 10px
}

.page--sitemap .simple-list .icon {
	margin-right: 9px
}

.page--sitemap .arrow-list ul>li {
	padding-left: 30px;
	position: relative
}

.page--sitemap .arrow-list li:before {
	margin-right: 5px;
	font-size: 14px;
	font-family: FontAwesome;
	display: inline-block;
	content: ""
}

.cart-header-item {
	font-size: 11px;
	font-weight: 700;
	min-height: 41px;
	padding: 10px 20px 9px;
	letter-spacing: .05em;
	text-transform: uppercase;
	border-bottom: 1px solid #d0d0d0;
	background: #e8e3e3
}

.cart-item-info:not(.cart-item-quantity) {
	font-size: 18px
}

.cart-total-label,
.cart-total-value {
	font-size: 14px;
	float: left;
	padding: 1rem 0;
	color: #000
}

.cart-total:last-child>.cart-total-label {
	font-size: 1.5rem
}

.cart-total-grandTotal {
	font-size: 2rem;
	font-weight: 700;
	position: relative
}

.cart-actions .button--primary {
	width: 100%;
	max-width: 300px
}

@media (min-width:768px) {
	.cart-item {
		padding: 0
	}

	.cart-item-block {
		display: table-cell;
		padding: 0 10px
	}

	.cart-item-figure {
		float: none;
		width: 20%;
		text-align: left
	}

	.cart-total-label,
	.cart-total-value {
		padding: 5px 10px
	}
}

.Content .ExpressCheckout {
	padding-top: 60px
}

.ExpressCheckoutBlock {
	padding: 0;
	border: none
}

.page--sitemap h3 {
	margin: 0 0 20px;
	font-size: 21px
}

@media (min-width:1261px) {
	.cart-totals {
		width: 100%
	}

	.cart-totals .cart-total-label {
		text-align: right
	}

	.cart-totals .cart-total-value {
		width: 30%
	}
}

.compareTable-removeProduct {
	text-align: center;
	background: #ccc
}

.compareTable-product .card-body {
	padding: 1em;
	text-align: left
}

.compareTable-product .price-section {
	font-size: 18px
}

.compareTable-product .card-title {
	font-size: 16px
}

.navUser-item {
	display: block
}

.brandGrid {
	padding: 0
}

.brandGrid li {
	list-style: none
}

.brandGrid li .card-body {
	text-align: center;
	margin: 10px 0
}

#search-results-heading {
	width: 100%;
	margin-bottom: 2rem
}

nav.navBar--sub {
	width: 100%
}

nav.navBar--sub ul.navBar-section {
	position: relative;
	border: 0;
	width: 100%;
	float: left
}

nav.navBar--sub ul.navBar-section:after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #e5e5e5
}

nav.navBar--sub ul.navBar-section li.navBar-item {
	position: relative;
	z-index: 1;
	display: table;
	float: left;
	height: 45px;
	margin: 0;
	margin-left: -1px;
	border: 0;
	min-width: 70px
}

nav.navBar--sub ul.navBar-section li.navBar-item.is-active .navBar-action,
nav.navBar--sub ul.navBar-section li.navBar-item.is-active a {
	border-bottom-color: #fff;
	background: #fff;
	position: relative
}

nav.navBar--sub ul.navBar-section li.navBar-item.is-active .navBar-action:before,
nav.navBar--sub ul.navBar-section li.navBar-item.is-active a:before {
	content: '';
	height: 2px;
	width: 100%;
	background-color: #000;
	position: absolute;
	top: -1px;
	left: 0
}

nav.navBar--sub ul.navBar-section li.navBar-item .navBar-action,
nav.navBar--sub ul.navBar-section li.navBar-item a {
	font-size: 13px;
	font-weight: 700;
	display: block;
	display: table-cell;
	padding: 8px 15px 3px;
	transition: background .3s ease 0s;
	vertical-align: middle;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #e5e5e5;
	background: #f7f8f9
}

.about-demo-1 {
	text-align: center
}

.about-demo-1 p {
	line-height: 22px;
	color: #666
}

.about-demo-1 h3.title.font-ct {
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px
}

.about-demo-1 .image-about-us {
	margin-bottom: 30px
}

.about-demo-1 .about_wrapper {
	margin-bottom: 60px
}

.about-demo-1 .our-team-content {
	border-top: 1px solid #ececec;
	padding-top: 50px
}

.about-demo-1 .our-team-content h3.title {
	margin-bottom: 20px
}

.about-demo-1 .our-team-content p.dec {
	padding: 0 20%;
	margin-bottom: 47px
}

.about-demo-1 .our-team-content .member-image img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	margin-bottom: 17px
}

.about-demo-1 .our-team-content .member .name-member {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px
}

.about-demo-1 .about-banner {
	margin-top: 73px
}

.about-demo-1 .about-banner .title {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 14px
}

.about-demo-1 .about-banner .image {
	margin-bottom: 24px
}

.button-404>a {
	margin: 0 10px
}

.content_404 {
	margin: 40px 0 80px;
	overflow: hidden
}

.content_404 .form-fieldset {
	width: 80%
}

.content_404 p {
	margin-bottom: 1em
}

.content_404 h1 {
	color: #222;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 1.5em
}

/* PAGE - FAQ & Gallery =======================================================*/
.page--information .module-content {
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 20px
}

.page--information .module-content .list-box li {
	position: relative;
	padding-left: 15px
}

.page--information .module-content .list-box li:before {
	position: absolute;
	display: block;
	top: 16px;
	background: #999;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	left: 0
}

.page--information .title-under {
	position: relative;
	margin-bottom: 50px
}

.page--information .title-under:after {
	content: "";
	position: absolute;
	display: block;
	height: 4px;
	width: 68px;
	background: #dd3b38;
	bottom: -10px
}

.page--information .title-under.text-center:after {
	left: 50%;
	margin-left: -34px
}

.page--information .media-box-link--arrow .icon {
	font-size: 30px
}

.page--information .media-box-link--figure .icon {
	font-size: 70px;
	width: 70px;
	height: 70px
}

.page--information .media-box-link {
	display: table-row;
	width: 100%;
	height: 100%;
	background-color: #dd3b38;
	cursor: pointer;
	color: #fff;
	transition: all .3s ease-in-out
}

.page--information .media-box-link h4 {
	color: #fff;
	transition: all .3s ease-in-out
}

.page--information .media-box-link--arrow,
.page--information .media-box-link--content,
.page--information .media-box-link--figure {
	display: table-cell;
	padding: 6% 0;
	vertical-align: middle
}

.page--information .media-box-link--figure {
	width: 23%
}

.page--information .media-box-link--content {
	padding-right: 5%;
	width: 67%
}

.page--information .media-box-link--arrow {
	width: 10%;
	vertical-align: middle
}

.page--information .media-box-link:hover {
	background-color: #495057
}

.page--information .content--gallery .row {
	margin: 0 -8px
}

.page--information .content--gallery .col-md-1,
.page--information .content--gallery .col-md-10,
.page--information .content--gallery .col-md-11,
.page--information .content--gallery .col-md-12,
.page--information .content--gallery .col-md-2,
.page--information .content--gallery .col-md-3,
.page--information .content--gallery .col-md-4,
.page--information .content--gallery .col-md-5,
.page--information .content--gallery .col-md-6,
.page--information .content--gallery .col-md-7,
.page--information .content--gallery .col-md-8,
.page--information .content--gallery .col-md-9,
.page--information .content--gallery .col-sm-1,
.page--information .content--gallery .col-sm-10,
.page--information .content--gallery .col-sm-11,
.page--information .content--gallery .col-sm-12,
.page--information .content--gallery .col-sm-2,
.page--information .content--gallery .col-sm-3,
.page--information .content--gallery .col-sm-4,
.page--information .content--gallery .col-sm-5,
.page--information .content--gallery .col-sm-6,
.page--information .content--gallery .col-sm-7,
.page--information .content--gallery .col-sm-8,
.page--information .content--gallery .col-sm-9 {
	padding: 0 8px
}

.page--information .content--gallery .popup-gallery {
	margin: 0 0 15px 0;
	display: block
}

.page--information .content--gallery .popup-gallery.popup--video {
	position: relative;
	z-index: 2;
	background: #000
}

.page--information .content--gallery .popup-gallery.popup--video img {
	opacity: .6
}

.page--information .content--gallery .popup-gallery.popup--video:before {
	content: "\f01d";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	z-index: 4;
	left: 50%;
	top: 50%;
	font-size: 52px;
	color: rgba(255, 255, 255, .9);
	margin: -9px 0 0 -20px
}

.page--information .content--gallery .popup-gallery img {
	transition: .3 opacity ease-in-out
}

.page--information .content--gallery .popup-gallery:hover img {
	opacity: .7
}

.page--information ul.yt-accordion {
	list-style: none;
	margin: 0
}

.page--information ul.yt-accordion .yt-accordion-group {
	margin-bottom: 3px
}

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading {
	color: #333;
	font-size: 15px;
	padding: 9px 15px;
	margin: 0;
	line-height: 22px;
	cursor: pointer;
	background: #f1f1f1;
	text-transform: capitalize;
	position: relative
}

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading .fa {
	margin-right: 10px
}

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading:hover {
	background: #dd3b38;
	color: #fff
}

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading.active {
	background: #dd3b38;
	color: #fff
}

.page--information ul.yt-accordion .yt-accordion-group .accordion-heading.active:before {
	border: 8px solid #dd3b38;
	border-color: #dd3b38 transparent transparent transparent;
	content: "";
	position: absolute;
	top: 100%;
	left: 30px
}

.page--information ul.yt-accordion .yt-accordion-inner {
	padding: 15px 15px 10px 15px;
	background: #f1f1f1
}

.page--information dl dd,
.productView dl dd {
	margin-bottom: 15px
}

.page--information .simple-list,
.productView .simple-list {
	margin: 10px 0 6px 0;
	padding: 0;
	clear: both
}

.page--information .simple-list li,
.productView .simple-list li {
	padding: 0 0 7px 18px;
	position: relative;
	list-style-type: none
}

.page--information .simple-list li:before,
.productView .simple-list li:before {
	position: absolute;
	display: block;
	top: 10px;
	left: 0;
	font-family: FontAwesome;
	content: "\f111";
	font-size: .53em;
	line-height: 1em
}

.page--information .simple-list li a,
.productView .simple-list li a {
	color: #999
}

.page--information .simple-list li a:hover,
.productView .simple-list li a:hover {
	color: #dd3b38
}

.page--information .simple-list ul,
.productView .simple-list ul {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
	position: relative;
	bottom: -.8em
}

.page--information .title-decimal,
.productView .title-decimal {
	font-size: 20px;
	position: relative;
	padding: 5px 0 10px 69px
}

@media (min-width:1200px) {

	.page--information .title-decimal,
	.productView .title-decimal {
		font-size: 24px
	}
}

.page--information .title-decimal:before,
.productView .title-decimal:before {
	content: attr(data-content);
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 0;
	line-height: 40px;
	background: #5bc0de;
	width: 44px;
	height: 44px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	left: 0
}

.page--information .decimal-list,
.productView .decimal-list {
	padding: 0;
	margin: 10px 0;
	list-style-type: none;
	counter-reset: myCounter;
	display: inline-block;
	width: 100%
}

.page--information .decimal-list ol,
.productView .decimal-list ol {
	counter-reset: sub-myCounter 0
}

.page--information .decimal-list>li,
.productView .decimal-list>li {
	padding: 0;
	position: relative;
	z-index: 5;
	margin-bottom: 15px;
	overflow: hidden
}

.page--information .decimal-list>li:before,
.productView .decimal-list>li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	color: #fff;
	background: #495057;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	float: left;
	font-size: 15px;
	margin-right: 10px
}

.page--information .decimal-list>li>:first-child,
.productView .decimal-list>li>:first-child {
	line-height: 26px;
	margin: 0
}

.page--information .decimal-list>li ol,
.productView .decimal-list>li ol {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none
}

.page--information .decimal-list>li ol>li>:first-child,
.productView .decimal-list>li ol>li>:first-child {
	margin-top: 0;
	font-size: 14px
}

.page--information .decimal-list>li ol>li:before,
.productView .decimal-list>li ol>li:before {
	counter-increment: sub-myCounter;
	content: counter(myCounter) "." counter(sub-myCounter);
	font-size: 14px;
	display: inline-block;
	text-align: center;
	float: left;
	margin-top: -4px;
	margin-right: 10px
}

.page--information .tags,
.productView .tags {
	margin: 15px 0
}

.page--information .tags .label,
.productView .tags .label {
	border: none;
	border-radius: 2px;
	margin: 0 2px 5px 0;
	font-size: 11px;
	padding: 12px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400
}

.page--information .swatch-item,
.productView .swatch-item {
	width: 100%;
	min-height: 100px;
	position: relative;
	background: #333;
	color: #fff;
	margin-bottom: 24px;
	padding: 20px
}

.page--information .swatch-item.color-brand-primary,
.productView .swatch-item.color-brand-primary {
	background: #234269
}

.page--information .swatch-item.color-brand-secondary,
.productView .swatch-item.color-brand-secondary {
	background: #f87831
}

.page--information .swatch-item.color-brand-warning,
.productView .swatch-item.color-brand-warning {
	background: #f0ad4e
}

.page--information .swatch-item.color-brand-danger,
.productView .swatch-item.color-brand-danger {
	background: #d9534f
}

.page--information .swatch-item.color-brand-info,
.productView .swatch-item.color-brand-info {
	background: #5bc0de
}

.page--information .swatch-item.color-brand-success,
.productView .swatch-item.color-brand-success {
	background: #dd3b38
}

.page--information .swatch-item.color-gray-darker,
.productView .swatch-item.color-gray-darker {
	background: #212529
}

.page--information .swatch-item.color-gray-dark,
.productView .swatch-item.color-gray-dark {
	background: #343a40
}

.page--information .swatch-item.color-gray,
.productView .swatch-item.color-gray {
	background: #495057
}

.page--information .swatch-item.color-gray-light,
.productView .swatch-item.color-gray-light {
	background: #adb5bd;
	color: #495057
}

.page--information .swatch-item.color-gray-lighter,
.productView .swatch-item.color-gray-lighter {
	background: #ced4da;
	color: #495057
}

.page--information .swatch-item.color-gray-lightest,
.productView .swatch-item.color-gray-lightest {
	background: #e9ecef;
	color: #495057
}

.page--information .color-custom,
.productView .color-custom {
	color: #dd3b38
}

.page--information .color-white,
.productView .color-white {
	color: #fff
}

.page--information .color-dark,
.productView .color-dark {
	color: #000
}

.page--information .bg-custom,
.productView .bg-custom {
	background: #dd3b38
}

.page--information .bg-black,
.productView .bg-black {
	background: #000
}

.page--information a.underline,
.productView a.underline {
	text-decoration: underline
}

.page--information a.underline:hover,
.productView a.underline:hover {
	text-decoration: none
}

.page--information .card .card-body,
.productView .card .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.header {
	width: 100%;
	z-index: 20
}

.header .navUser-section {
	margin-bottom: 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0
}

.header-top {
	background-color: #111;
	border-bottom: 1px solid #111;
	color: #999;
	position: relative
}

.header-top a {
	color: #999
}

.header-top a:hover {
	color: #dd3b38
}

.header-top ul.list-inline {
	margin: 10px 0
}

.header-top .navUser {
	padding: 0;
	position: static;
	transform: translateY(0);
	z-index: 2;
	float: right;
	width: auto;
	padding-right: 115px
}

.header-top .text-right {
	z-index: 999
}

.header-top .navUser-section+.navUser-section .navUser-item:before {
	display: none
}

.header-top .navUser-section .icon-heart-o {
	fill: #999;
	vertical-align: sub;
	margin-right: 5px
}

.header-top .navUser-section .icon-heart-o:hover {
	fill: #dd3b38
}

.header-top .navUser-section .fa {
	font-size: 14px;
	padding-right: 5px
}

.header-top .navUser-section .navUser-item+.navUser-item {
	padding: 0 10px;
	padding-right: 0
}

.header-top .navUser-section .navUser-item:before {
	content: "|";
	display: inline-block;
	float: right;
	margin: 10px 0;
	transform: translateX(10px);
	color: #999
}

.header-top .navUser-section .navUser-item:last-child:before {
	display: none
}

.header-top .navUser-section .navUser-item {
	position: relative
}

.header-top .navUser-section .navUser-item .dropdown-menu {
	right: 0 !important;
	left: inherit !important
}

.header-top .navUser-section .navUser-item .dropdown-menu:after,
.header-top .navUser-section .navUser-item .dropdown-menu:before {
	display: none
}

.header-top .navUser-section .navUser-action {
	padding: 10px;
	text-transform: capitalize;
	font-weight: 400
}

.header-top .navUser-section .navUser-action.is-open {
	color: #dd3b38
}

.header-top .navUser-section .navUser-action.my-account {
	padding-right: 4px
}

.header-top .navUser-section .navUser-action svg {
	fill: #999999;
	stroke: #999999
}

.header-top .navUser-section+.navUser-section {
	margin: 0
}

.header-top .header-bottom__search {
	position: relative;
	float: right;
	padding: 7px 3px 7px 10px
}

.header-top .header-bottom__search h5 {
	margin: 0;
	text-transform: capitalize
}

.header-top .header-bottom__search h5 .expander {
	display: inline-block;
	padding: 5px 0;
	background: 0 0;
	color: #999
}

.header-top .header-bottom__search h5 .expander i {
	padding: 0;
	margin-right: 6px
}

.header-top .header-bottom__search h5 .expander:hover {
	color: #dd3b38
}

.header-top .header-bottom__search .btn-outline-secondary {
	border: none;
	position: relative
}

.header-top .header-bottom__search .sb-quickSearch {
	position: absolute;
	top: 100%;
	right: 0;
	width: 300px;
	display: none
}

.header-top .cart-button--wishlist {
	padding-top: 10px;
	padding-left: 10px;
	display: inline-block
}

.header-center {
	padding: 16px 0
}

.header-center .navPages-horizontal {
	z-index: 990
}

.header-center .navPages-horizontal ul a {
	color: #333
}

.header-center .navPages-horizontal ul a:hover {
	color: #dd3b38
}

@media (min-width:1200px) {
	.header-center {
		border-bottom: 1px #ddd solid
	}

	.header-center .navPages-horizontal {
		margin: 0 -15px;
		margin-top: 6px
	}
}

.header-center .navUser-item {
	position: absolute;
	right: 15px;
	top: -63px;
	width: 100px;
	height: 137px;
	padding-top: 20px;
	background: linear-gradient(170deg, #FF2222, #B31414);
	text-align: center
}

.header-center .navUser-item .cart-button {
	font-size: 14px;
	font-weight: 600;
	color: #fff
}

.header-center .navUser-item .cart-button:hover {
	color: #111
}

.header-center .navUser-item .cart-button .text-shopping-cart {
	display: block;
	text-transform: uppercase
}

.header-center .navUser-item .cart-button .icon-shopping-cart {
	display: inline-block
}

.header-center .navUser-item .cart-button .countPill {
	display: inline-block;
	background: 0 0;
	font-size: 13px;
	color: #c6fcff;
	font-weight: 600;
	width: auto
}

.header-center .navUser-item .dropdown-menu {
	position: absolute;
	right: 0;
	top: 100% !important;
	left: inherit !important;
	min-width: 280px;
	margin: 0;
	border-radius: 0;
	background: #fff
}

.header-bottom {
	background-color: #dd3b38;
	box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, .2);
	min-height: 57px
}

.header-bottom-right,
.header-bottom__search {
	position: static
}

.header-center .navPages {
	text-align: left;
	margin-top: 8px;
	height: auto
}

.logo_center .col-sm-3 {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	text-align: center
}

.navbar-logo>a {
	display: inline-block
}

.navbar-phone {
	display: inline-block;
	margin-top: 15px
}

.navbar-phone .icon-headset_mic {
	fill: #dd3b38;
	float: left;
	margin-right: 10px
}

.header-logo {
	margin: 5px 0;
	display: inline-flex;
	align-items: center
}

.header-logo-image-container {
	display: inline-block;
	width: 47px
}

.header-logo-text {
	display: inline-flex;
	flex-direction: row;
	align-items: baseline;
	margin-left: 10px;
	vertical-align: middle;
	white-space: nowrap
}

.logo-main {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .5px
}

.logo-sub {
	font-size: 20px;
	color: #dd3b38;
	letter-spacing: 1px;
	margin-left: 6px;
	font-weight: 700
}

@media (min-width:551px) {
	.header-logo-text {
		font-size: 24px;
		padding-bottom: 0;
		padding-top: 0
	}
}

@media (min-width:992px) {
	.logo-main {
		font-size: 22px
	}

	.logo-sub {
		font-size: 20px
	}
}

@media (min-width:992px) {
	.header-logo-image {
		max-height: none
	}
}

.navUser-section .dropdown-menu {
	border: 1px solid rgba(0, 0, 0, .15);
	box-shadow: none;
	background: #fff;
	padding: 0;
	list-style: none
}

@media (min-width:1261px) {

	.navUser-section .dropdown-menu.is-open:after,
	.navUser-section .dropdown-menu.is-open:before {
		width: 0;
		content: "";
		border-color: transparent transparent #d2d2d2
	}

	.navUser-section .dropdown-menu.is-open:after {
		border-color: transparent transparent #fff
	}
}

.mobileMenu-toggle {
	display: inline-block;
	font-size: 0;
	width: 42px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
	position: absolute;
	z-index: 50;
	background: linear-gradient(to bottom, #474747 0, #212121 100%);
	border: 1px solid #000;
	border-radius: 5px;
	margin: 5px 10px
}

@media (min-width:992px) {
	.mobileMenu-toggle {
		display: none
	}
}

.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::after,
.mobileMenu-toggle .mobileMenu-toggleIcon::before {
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	transform: rotate(0);
	transition: transform .1s ease-in, top .1s ease-in 150ms, bottom .1s ease-in 150ms;
	width: 1.53846rem
}

.mobileMenu-toggle .mobileMenu-toggleIcon {
	top: 17px;
	transition: background-color 10ms ease-in .1s
}

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
	top: -.5rem
}

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
	bottom: -.5rem
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
	background-color: transparent;
	transition-delay: 0.1s
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after,
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
	background-color: #fff;
	bottom: auto;
	top: auto;
	transition: transform .1s ease-in 150ms, top .1s ease-in, bottom .1s ease-in
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
	top: 0;
	transform: rotate(45deg)
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
	bottom: 0;
	transform: rotate(-45deg)
}

.sb-quickSearch {
	z-index: 50;
	position: relative
}

.sb-searchpro {
	z-index: 55;
	position: relative;
	margin-top: 0
}

.sb-searchpro .input-group .form-control {
	border-radius: 28px 0 0 28px;
	border: none;
	text-indent: 15px;
	height: 42px;
	border: 1px solid silver
}

.sb-searchpro .input-group .btn {
	border-radius: 0 28px 28px 0;
	background: #2d2d2d;
	border: 0;
	font-size: 16px;
	height: 43px;
	padding: 0 8px;
	min-width: 68px;
	text-align: center
}

.dropdown--quickSearch {
	padding: 0;
	max-height: 300px;
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, .15);
	overflow-y: scroll
}

.dropdown--quickSearch.is-open {
	width: calc(100% - 78px) !important;
	left: 10px !important
}

.dropdown--quickSearch .quickSearchResults .modal-close {
	color: #999;
	right: .75rem;
	left: auto
}

.dropdown--quickSearch .quickSearchMessage {
	margin: 15px;
	font-size: 18px
}

.dropdown--quickSearch .products-list {
	padding: 0;
	display: inline-block;
	width: 100%;
	margin: 0
}

.dropdown--quickSearch .products-list .product-layout .product-item-container {
	width: 100%;
	margin-bottom: 0;
	float: none;
	border: none;
	padding: 10px;
	border-bottom: 1px solid #e5e5e5
}

.dropdown--quickSearch .products-list .product-layout .product-item-container:hover {
	background: #efefef
}

.dropdown--quickSearch .products-list .product-layout .product-item-container .left-block {
	width: 60px
}

.dropdown--quickSearch .products-list .product-layout .product-item-container .right-block {
	margin: 0;
	overflow-y: hidden
}

.header-bottom__cart {
	margin-top: 8px
}

.header-bottom__cart .cart-button {
	width: 36px;
	height: 36px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px;
	position: relative;
	text-align: center;
	transition: box-shadow .2s ease-in-out
}

.header-bottom__cart .cart-button .countPill {
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: -4px;
	color: #222;
	overflow: hidden;
	text-align: center;
	right: -10px;
	box-shadow: 1px 0 3px rgba(0, 0, 0, .4)
}

.header-bottom__cart .cart-button svg {
	margin: 8px 0 0;
	fill: #545454
}

.header-bottom__cart .cart-button:hover {
	box-shadow: 0 0 0 6px rgba(255, 255, 255, .2)
}

.header-bottom__cart .cart-button:hover svg {
	fill: #dd3b38
}

.header-bottom__cart .cart-button--compare {
	margin: 0 10px
}

.header-bottom__cart .dropdown-menu {
	transform: translate(45px, 47px);
	min-width: 315px
}

.header-bottom__cart .dropdown-menu.is-open:before {
	right: 12px
}

.header-bottom__cart .dropdown-menu.is-open:after {
	right: 14px
}

.navUser-item--account .fa,
.navUser-item--cart .fa {
	font-size: 18px
}

.navUser-item--account .countPill,
.navUser-item--cart .countPill {
	position: absolute;
	display: block;
	top: 4px;
	right: 10px;
	z-index: 2;
	background: #df8f90
}

.navUser-item--cart .dropdown-menu {
	transform: translate(45px, 50px);
	min-width: 315px
}

.previewCart .previewCartItem {
	padding: 5px 0
}

.previewCart .previewCartItem-image {
	padding: 0;
	width: 60px
}

.previewCart .previewCartItem-content {
	padding: 10px
}

.previewCart .previewCartItem-name {
	margin-bottom: 10px
}

.previewCart .previewCartItem-price {
	color: #dd3b38;
	font-weight: 600
}

.previewCart .previewCartAction {
	padding: 1rem 0 .5rem
}

.previewCart .previewCartAction .button {
	color: #fff
}

.navbar-compact .header-cart {
	display: none
}

.navbar-compact .navPages-horizontal ul.navPages-list>li.navPages-item .navPages-action {
	padding: .3rem 1.14286rem
}

@media (min-width:992px) {
	.navbar-compact .header-logo-image {
		max-width: 150px
	}
}

.navPages-container {
	z-index: 990
}

.footer {
	margin-top: 135px;
	background: url("../img/vendor/bg-foot.jpg") no-repeat top center;
	background-size: cover;
	background-color: #333
}

.footer-top {
	clear: both;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
	list-style-type: none;
	margin-top: -105px
}

.footer-bottom {
	padding: 21px 0;
	color: #eee
}

.footer-bottom a:hover {
	color: #fff
}

.footer-center .footer-center__first {
	padding: 48px 0 54px
}

.footer-center .footer-center__two {
	background: rgba(0, 0, 0, .7);
	padding: 60px 0
}

.footer-center .footer-center__two .footer-info-heading {
	margin-bottom: 0;
	text-transform: none;
	font-size: 18px;
	color: #ddd;
	font-weight: 600;
	float: left;
	margin-right: 50px;
	line-height: 40px;
	margin-top: 0
}

@media (min-width:992px) {
	.footer-info-col--social {
		-ms-flex-preferred-size: unset;
		flex-basis: unset
	}
}

.footer-info-col--social .media {
	margin-bottom: 15px
}

.footer-info-col--social>p {
	padding-right: 30px
}

div.sb-banner--services {
	margin-bottom: 0;
	padding-top: 40px;
	background: #fff
}

div.sb-banner--services .block-content {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff
}

div.sb-banner--services .banners {
	padding: 57px 0 15px 0;
	transition: all .3s ease;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
	position: relative
}

div.sb-banner--services .banners:first-child {
	border-left: none
}

div.sb-banner--services .banners .banner-figure {
	width: 80px;
	line-height: 76px;
	height: 80px;
	color: #fff;
	background: #dd3b38;
	position: absolute;
	top: 0;
	font-size: 24px;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	transition: all .5s;
	border-radius: 100%;
	text-align: center
}

div.sb-banner--services .banners .banner-figure i {
	line-height: 80px
}

div.sb-banner--services .banners .banner-figcaption {
	margin-left: 10px;
	text-align: center
}

div.sb-banner--services .banners .banner-figcaption__title {
	color: #111;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 2px;
	transition: all .3s ease;
	text-transform: capitalize;
	margin-top: 0
}

div.sb-banner--services .banners .banner-figcaption__text {
	text-transform: capitalize;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	margin-bottom: 1rem;
	transition: all .3s ease
}

.footer-info-heading {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 24px;
	text-transform: uppercase
}

.footer-info-list {
	list-style: none;
	margin: 0 0 30px
}

.footer-info-list li {
	padding: 3px 0
}

.footer-info-list li a {
	display: inline-block;
	color: #ddd;
	font-size: 14px;
	transition: all .3s ease 0s;
	position: relative;
	padding-left: 15px
}

.footer-info-list li a:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 10px;
	left: 0;
	background: #fff
}

.footer-info-list a:hover {
	color: #dd3b38
}

.footer-info-list li a:hover {
	color: #dd3b38
}

.footer-info-list li a:hover:before {
	background: #dd3b38
}

.footer-info address {
	padding-left: 27px;
	line-height: 25px;
	min-height: 32px;
	color: #ddd;
	font-size: 14px;
	padding-top: 5px
}

.footer-info address>i {
	position: absolute;
	z-index: 2;
	transform: translateX(-27px);
	color: #ddd;
	line-height: 31px;
	font-size: 16px;
	text-align: center;
	float: left;
	border-radius: 3px;
	margin-right: 10px
}

.footer-info address:last-child {
	font-size: 20px;
	font-weight: 500;
	color: #dd3b38
}

.footer-info address a {
	color: #ddd
}

.footer-socials .socialLinks .socialLinks-item {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: rgba(204, 204, 204, .3);
	border-radius: 50%;
	margin-bottom: 0;
	transition: box-shadow .2s ease-in-out;
	margin-left: 7px;
	margin-right: 0
}

.footer-socials .socialLinks .socialLinks-item svg {
	fill: white
}

.footer-socials .socialLinks .socialLinks-item:hover {
	background-color: #dd3b38;
	box-shadow: 0 0 0 4px rgba(253, 184, 25, .4)
}

.footer-socials .socialLinks .socialLinks-item:hover svg {
	fill: white
}

.footer-socials .socialLinks .socialLinks-item .icon {
	width: 1.1rem;
	height: 1.1rem
}

.footer-newsletter .form {
	margin: 0
}

.footer-newsletter .form-field {
	margin: 0
}

.footer-newsletter .input-group {
	width: 428px;
	margin: 0 auto
}

.footer-newsletter .input-group .button--primary,
.footer-newsletter .input-group .form-control {
	margin-bottom: 0;
	min-height: 42px
}

.footer-newsletter .input-group .form-control {
	border-radius: 20px 0 0 20px;
	text-indent: 15px;
	border: none;
	background: #1c1c1c;
	outline: 0;
	box-shadow: none;
	color: #fff
}

.footer-newsletter .input-group .button--primary {
	border-radius: 0 20px 20px 0;
	background: #1c1c1c;
	border: 1px solid #1c1c1c;
	color: #fff;
	padding: 0 15px
}

.footer-newsletter .input-group .button--primary:hover {
	color: #fff;
	background-color: #c88c02;
	border-color: #c88c02
}

.footer-newsletter .button--primary {
	font-weight: 600;
	text-transform: uppercase
}

.footer-copyright>.powered-by {
	font-size: 1rem;
	margin: 0
}

.custom_categories {
	border-top: 1px solid #e0e0e0;
	text-align: center;
	width: 100%;
	clear: both;
	padding: 20px 0 0 0
}

.custom_categories .navPages {
	text-align: center
}

.custom_categories ul.navPages-list {
	text-align: center;
	width: auto !important
}

.custom_categories ul.navPages-list>li.navPages-item .icon,
.custom_categories ul.navPages-list>li.navPages-item .navPage-subMenu {
	display: none
}

.custom_categories ul.navPages-list>li.navPages-item a {
	color: #999
}

.custom_categories ul.navPages-list>li.navPages-item a:hover {
	color: #dd3b38
}

.footer-payment-icons {
	text-align: right
}

.footer-payment-icons img {
	margin-left: 10px
}

@media (min-width:551px) {
	.footer-geotrust-ssl-seal {
		bottom: 0;
		position: absolute;
		right: 16px
	}
}

.footer-geotrust-ssl-seal table {
	margin: auto
}

.expander {
	display: none
}

@media only screen and (max-width:991px) {
	.collapsed-block .footer-info-heading {
		border-bottom: 1px solid #e2e2e2;
		padding-bottom: 15px;
		margin-bottom: 15px;
		margin-top: 0;
		font-size: 13px;
		cursor: pointer
	}

	.collapsed-block .expander {
		display: inline-block;
		float: right;
		color: #adadad;
		font-size: 22px;
		margin-top: -4px
	}

	.collapsed-block .footer-info-heading.open .fa:before {
		content: "\f139"
	}

	.collapsed-block .footer-info-list {
		display: none
	}

	.collapsed-block.is-open .footer-info-list {
		display: block
	}
}

.listingtabs2 .block-title,
.sb-deals .block-title,
.sb-latestblog .block-title {
	font-size: 32px;
	color: #111;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 11px;
	line-height: 100%;
	text-align: center
}

.listingtabs2 .block-title span,
.sb-deals .block-title span,
.sb-latestblog .block-title span {
	color: #dd3b38
}

.listingtabs2 .block-title a,
.sb-deals .block-title a,
.sb-latestblog .block-title a {
	color: #111
}

.listingtabs2 .sub-title,
.sb-deals .sub-title,
.sb-latestblog .sub-title {
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-bottom: 40px
}

@media (max-width:1359px) {

	.listingtabs2 .slick-next,
	.listingtabs2 .slick-prev,
	.sb-deals .slick-next,
	.sb-deals .slick-prev,
	.sb-latestblog .slick-next,
	.sb-latestblog .slick-prev {
		display: none !important
	}
}

.listingtabs2 .sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next,
.listingtabs2 .sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%
}

.listingtabs2 .sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-next:before,
.listingtabs2 .sb-listing-tabs .ltabs-container .tab-content .slick-slider .slick-prev:before {
	border-radius: 50% !important;
	line-height: 50px !important
}

div.sb-promotion {
	margin: 9px 0;
	height: 25px;
	overflow: hidden
}

div.sb-promotion strong {
	color: #fff;
	font-size: 14px
}

div.sb-latestblog {
	clear: both;
	padding-bottom: 40px
}

div.sb-latestblog .slick-slider .slick-next,
div.sb-latestblog .slick-slider .slick-prev {
	top: -43px;
	bottom: auto;
	width: 28px;
	height: 28px;
	background: 0 0;
	padding: 0;
	text-align: center;
	margin-right: 10px
}

div.sb-latestblog .slick-slider .slick-next:before,
div.sb-latestblog .slick-slider .slick-prev:before {
	background: 0 0;
	font-family: FontAwesome;
	font-size: 26px;
	border-radius: 3px;
	line-height: 26px;
	width: 100%;
	height: 100%;
	color: #afafaf
}

div.sb-latestblog .slick-slider .slick-next:hover:before,
div.sb-latestblog .slick-slider .slick-prev:hover:before {
	background: #dd3b38;
	color: #fff
}

div.sb-latestblog .slick-slider .slick-next {
	right: 0;
	left: auto
}

div.sb-latestblog .slick-slider .slick-next:before {
	content: ""
}

div.sb-latestblog .slick-slider .slick-prev {
	right: 32px;
	left: auto
}

div.sb-latestblog .slick-slider .slick-prev:before {
	content: ""
}

div.sb-latestblog .blog-post-figure {
	position: relative
}

div.sb-latestblog .slick-list {
	margin: 0 -10px
}

div.sb-latestblog .blog-post {
	margin-bottom: 0;
	margin: 0 5px
}

div.sb-latestblog .blog-post .blog-thumbnail {
	margin: 0
}

div.sb-latestblog .blog-post .blog-date {
	font-family: Open Sans;
	position: absolute;
	top: 15px;
	z-index: 2;
	left: 15px;
	font-size: 14px;
	color: #fff;
	background: #dd3b38;
	text-align: center;
	padding: 13px 12px;
	text-transform: capitalize
}

div.sb-latestblog .blog-post .blog-date .post-date-day {
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	display: block
}

div.sb-latestblog .blog-post .blog-header {
	padding: 20px 0 0 0;
	text-align: left;
	border: 1px #ddd solid;
	border-top: 0
}

div.sb-latestblog .blog-post .blog-header .entry-top {
	padding: 0 0
}

div.sb-latestblog .blog-post .blog-header .blog-title {
	padding: 0 20px;
	margin-bottom: 22px
}

div.sb-latestblog .blog-post .blog-header .blog-title a {
	text-transform: capitalize;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
	color: #111
}

div.sb-latestblog .blog-post .blog-header .blog-title a:hover {
	color: #dd3b38
}

div.sb-latestblog .blog-post .blog-header .article-description {
	padding: 0 20px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	line-height: 23px;
	margin-bottom: 33px
}

div.sb-latestblog .blog-post .blog-header .readmore {
	text-align: center;
	border-top: 1px #ddd solid
}

div.sb-latestblog .blog-post .blog-header .readmore .btn--readmore {
	color: #333;
	font-size: 14px;
	height: 57px;
	line-height: 55px;
	display: inline-block;
	vertical-align: top;
	transition: all .3s
}

div.sb-latestblog .blog-post .blog-header .readmore .btn--readmore:hover {
	color: #dd3b38;
	background: 0 0;
	text-decoration: underline
}

div.sb-latestblog .slick-slider .slick-next,
div.sb-latestblog .slick-slider .slick-prev {
	transform: translateY(-45px)
}

div.sb-latestblog .slick-slider .slick-next,
div.sb-latestblog .slick-slider .slick-prev {
	opacity: 0;
	transition: all .4s ease;
	top: 33% !important;
	width: 50px !important;
	background: #eee !important;
	height: 50px !important;
	line-height: 50px !important;
	border-radius: 50% !important
}

div.sb-latestblog .slick-slider .slick-next:before,
div.sb-latestblog .slick-slider .slick-prev:before {
	height: 50px !important;
	line-height: 50px !important;
	border-radius: 50% !important
}

div.sb-latestblog:hover .slick-slider .slick-next,
div.sb-latestblog:hover .slick-slider .slick-prev {
	opacity: 1
}

div.sb-latestblog .slick-slider .slick-next {
	right: -80px !important;
	left: inherit
}

div.sb-latestblog .slick-slider .slick-prev {
	left: -80px !important;
	right: inherit
}

.banners {
	padding: 0;
	background: 0 0;
	color: #495057;
	text-align: left
}

.sb-banner {
	border: none
}

.sb-banner .block-content {
	padding: 0;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.sb-banner.sb-banner--feature_category .flex-row {
	margin: 0 -15px
}

.sb-banner.sb-banner--feature_category .flex-row .banners {
	margin: 0 15px
}

div.sb-banner--feature_category,
div.sb-latestblog {
	border: none
}

div.sb-banner--feature_category .banners,
div.sb-latestblog .banners {
	text-align: center
}

div.sb-banner--feature_category .banners .banner-figure,
div.sb-latestblog .banners .banner-figure {
	border-radius: 50%;
	overflow: hidden;
	width: 130px;
	height: 130px;
	display: inline-block;
	position: relative
}

div.sb-banner--feature_category .banners .banner-figure a:before,
div.sb-latestblog .banners .banner-figure a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	border: 1px #ddd solid;
	opacity: 1;
	background: 0 0
}

div.sb-banner--feature_category .banners .banner-figure a:after,
div.sb-latestblog .banners .banner-figure a:after {
	display: none
}

div.sb-banner--feature_category .banners .banner-figure a:hover:before,
div.sb-latestblog .banners .banner-figure a:hover:before {
	border: 2px #dd3b38 solid
}

div.sb-banner--feature_category .banners .banner-figure a:hover:after,
div.sb-latestblog .banners .banner-figure a:hover:after {
	display: none
}

div.sb-banner--feature_category .banners .banner-figcaption,
div.sb-latestblog .banners .banner-figcaption {
	margin: 0
}

div.sb-banner--feature_category .banners .banner-figcaption__title,
div.sb-latestblog .banners .banner-figcaption__title {
	margin: 0;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	transition: all .3s ease 0s;
	display: block
}

div.sb-banner--feature_category .banners .banner-figcaption__title:hover,
div.sb-latestblog .banners .banner-figcaption__title:hover {
	color: #dd3b38
}

div.sb-banner--slideshow {
	margin-bottom: 0
}

div.sb-brand--static_brand {
	background: #eee;
	padding: 95px 0
}

@media (min-width:1200px) {
	div.sb-brand--static_brand {
		margin-bottom: 80px
	}
}

div.sb-brand--static_brand .sb-brand--carousel {
	margin: 0 -15px
}

div.sb-brand--static_brand .sb-brand--carousel .sb-brand--item {
	text-align: center;
	padding: 0 15px
}

div.sb-brand--static_brand .sb-brand--carousel a {
	position: relative;
	display: block
}

div.sb-brand--static_brand .sb-brand--carousel a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px transparent solid
}

div.sb-brand--static_brand .sb-brand--carousel a:hover:before {
	border: 2px #dd3b38 solid
}

div.sb-brand--static_brand .sb-brand--carousel img {
	margin: 0 auto
}

div.sb-brand--static_brand .sb-brand--carousel .slick-prev {
	left: -3px;
	z-index: 5
}

div.sb-brand--static_brand .sb-brand--carousel .slick-next {
	right: -3px;
	z-index: 5
}

div.sb-brand--static_brand .sb-brand--carousel .slick-next,
div.sb-brand--static_brand .sb-brand--carousel .slick-prev {
	margin: 0;
	opacity: 0;
	transition: all .5s ease
}

div.sb-brand--static_brand .sb-brand--carousel .slick-next:before,
div.sb-brand--static_brand .sb-brand--carousel .slick-prev:before {
	opacity: .5;
	transform: scale(.7)
}

div.sb-brand--static_brand .sb-brand--carousel:hover .slick-next,
div.sb-brand--static_brand .sb-brand--carousel:hover .slick-prev {
	opacity: 1
}

div.sb-banner--sidebarBanner .block-content {
	padding: 0 !important
}

.extraslider--banner_no .block-content {
	display: block;
	margin: 0
}

.home_section4 {
	overflow: hidden;
	margin: 0 -15px;
	clear: both;
	margin-bottom: 21px
}

div.extraslider--home1 {
	float: left;
	width: 33.3%;
	padding: 0 15px
}

div.extraslider--home1 .block-title {
	text-transform: uppercase;
	color: #111;
	font-size: 24px;
	border-bottom: 1px #ddd solid;
	position: relative;
	margin-bottom: 39px;
	padding-bottom: 9px;
	text-align: left;
	margin-top: 29px
}

div.extraslider--home1 .block-title:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	background: #111
}

div.extraslider--home1 .block-title span {
	color: #dd3b38
}

div.extraslider--home1 .slick-slider .slick-next,
div.extraslider--home1 .slick-slider .slick-prev {
	top: -43px;
	bottom: auto;
	width: 28px;
	height: 28px;
	background: 0 0;
	padding: 0;
	text-align: center;
	margin-right: 10px
}

div.extraslider--home1 .slick-slider .slick-next:before,
div.extraslider--home1 .slick-slider .slick-prev:before {
	background: 0 0;
	font-family: FontAwesome;
	font-size: 26px;
	border-radius: 3px;
	line-height: 26px;
	width: 100%;
	height: 100%;
	color: #afafaf
}

div.extraslider--home1 .slick-slider .slick-next:hover:before,
div.extraslider--home1 .slick-slider .slick-prev:hover:before {
	background: #dd3b38;
	color: #fff
}

div.extraslider--home1 .slick-slider .slick-next {
	right: 0;
	left: auto
}

div.extraslider--home1 .slick-slider .slick-next:before {
	content: ""
}

div.extraslider--home1 .slick-slider .slick-prev {
	right: 32px;
	left: auto
}

div.extraslider--home1 .slick-slider .slick-prev:before {
	content: ""
}

div.extraslider--home1 .productCarousel {
	margin: 0;
	max-width: 100%
}

div.extraslider--home1 .productCarousel-slide {
	padding: 0
}

div.extraslider--home1 .products-list .product-list .product-item-container {
	width: 100%;
	margin-bottom: 15px;
	min-height: 95px
}

div.extraslider--home1 .products-list .product-list .product-item-container:hover .left-block a:before {
	opacity: 1
}

div.extraslider--home1 .products-list .product-list .product-item-container:last-child {
	margin-bottom: 0
}

div.extraslider--home1 .products-list .product-list .product-item-container .left-block {
	width: 160px;
	border: none;
	margin-right: 15px;
	padding: 0
}

div.extraslider--home1 .products-list .product-list .product-item-container .left-block a {
	display: block
}

div.extraslider--home1 .products-list .product-list .product-item-container .left-block a:before {
	position: absolute;
	border: 2px solid #dd3b38;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
	content: "";
	opacity: 0;
	transition: all .5s
}

div.extraslider--home1 .products-list .product-list .product-item-container .right-block {
	margin-left: 0;
	padding: 0;
	overflow: hidden
}

div.extraslider--home1 .products-list .product-list .product-item-container .right-block .card-title {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

div.extraslider--home1 .slick-slider .slick-next,
div.extraslider--home1 .slick-slider .slick-prev {
	opacity: 0;
	transition: all .4s ease
}

div.extraslider--home1:hover .slick-slider .slick-next,
div.extraslider--home1:hover .slick-slider .slick-prev {
	opacity: 1
}

div.extraslider--home1 .slick-slider .slick-next {
	margin-right: 0;
	right: -8px
}

div.extraslider--home1 .slick-slider .slick-next:hover:before {
	color: #dd3b38;
	background: 0 0
}

div.extraslider--home1 .slick-slider .slick-prev {
	right: 4px
}

div.extraslider--home1 .slick-slider .slick-prev:hover:before {
	color: #dd3b38;
	background: 0 0
}

.alignBanner--right .sb-listing-tabs .ltabs-heading {
	direction: rtl
}

.alignBanner--right .sb-listing-tabs .ltabs-heading .block-title {
	border-radius: 7px 0 0 0;
	margin: 0 -9px 0 0
}

.alignBanner--right .sb-listing-tabs .ltabs-heading .block-title:before {
	left: auto;
	right: 1px;
	transform: rotate(-90deg)
}

.alignBanner--right .sb-listing-tabs .ltabs-container .productCarousel .productCarousel-slide .product-item-container:before {
	right: auto;
	left: 0
}

div.sb-deals {
	position: relative;
	z-index: 1
}

div.sb-deals .slick-slider .slick-next,
div.sb-deals .slick-slider .slick-prev {
	top: -43px;
	bottom: auto;
	width: 28px;
	height: 28px;
	background: 0 0;
	padding: 0;
	text-align: center;
	margin-right: 10px
}

div.sb-deals .slick-slider .slick-next:before,
div.sb-deals .slick-slider .slick-prev:before {
	background: 0 0;
	font-family: FontAwesome;
	font-size: 26px;
	border-radius: 3px;
	line-height: 26px;
	width: 100%;
	height: 100%;
	color: #afafaf
}

div.sb-deals .slick-slider .slick-next:hover:before,
div.sb-deals .slick-slider .slick-prev:hover:before {
	background: #dd3b38;
	color: #fff
}

div.sb-deals .slick-slider .slick-next {
	right: 0;
	left: auto
}

div.sb-deals .slick-slider .slick-next:before {
	content: ""
}

div.sb-deals .slick-slider .slick-prev {
	right: 32px;
	left: auto
}

div.sb-deals .slick-slider .slick-prev:before {
	content: ""
}

div.sb-deals .block-content {
	margin: 0;
	position: relative
}

div.sb-deals .block-content .sb-extraslider-image {
	padding: 0
}

div.sb-deals .countdown--box {
	position: absolute;
	width: 80px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	top: 50%;
	left: 50%;
	padding: 0;
	margin: 0;
	padding: 10px 0;
	z-index: 9;
	transform: translate(-50%, -50%);
	border-radius: 80px
}

@media (max-width:767px) {
	div.sb-deals .countdown--box {
		min-width: 265px;
		padding: 0
	}
}

div.sb-deals .countdown--box .time-item {
	padding: 20px 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	clear: both;
	min-width: 34px;
	position: relative;
	background: 0 0
}

@media (max-width:1300px) {
	div.sb-deals .countdown--box .time-item {
		padding: 10px 0;
		min-width: 45px
	}
}

div.sb-deals .countdown--box .time-item:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: .5;
	height: 1px;
	width: 34px;
	background-color: #dd3b38
}

@media (max-width:767px) {
	div.sb-deals .countdown--box .time-item:before {
		height: 34px;
		width: 1px;
		right: -6px;
		bottom: 20px;
		left: inherit
	}
}

div.sb-deals .countdown--box .time-item:last-child:before {
	display: none
}

div.sb-deals .countdown--box .time-item .num-time {
	font-size: 24px;
	font-weight: 600;
	color: #dd3b38;
	line-height: 28px
}

@media (max-width:1300px) {
	div.sb-deals .countdown--box .time-item .num-time {
		font-size: 18px
	}
}

div.sb-deals .countdown--box .time-item .name-time {
	font-size: 14px;
	color: #999
}

@media (max-width:767px) {
	div.sb-deals .countdown--box .time-item .name-time {
		font-size: 12px
	}
}

div.sb-deals .sb-deals-items {
	border-top: 1px solid #e1e1e1;
	border-bottom: none;
	padding: 5px;
	margin-bottom: 0;
	position: static
}

div.sb-deals .sb-deals-items .sb-deals-image-thumb {
	margin: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	cursor: pointer
}

div.sb-deals .sb-deals-items .sb-deals-image-thumb .sale-flag-discount {
	top: 15px;
	right: 15px
}

div.sb-deals .sb-deals-items .slick-current .sb-deals-image-thumb {
	border-color: #dd3b38
}

div.sb-deals .sb-deals-items .sb-deals-title {
	font-size: 13px;
	color: #7d7d7d;
	text-transform: capitalize;
	text-align: center;
	white-space: nowrap;
	margin: 0 10px 10px
}

div.sb-deals .sb-deals-items .sb-deals-title a {
	color: #999
}

div.sb-deals .sb-deals-items .sb-deals-title a:hover {
	color: #dd3b38
}

div.sb-deals .sb-deals-items .slick-next,
div.sb-deals .sb-deals-items .slick-prev {
	top: 30%;
	width: 36px;
	height: 50px;
	background: #e0e0e0;
	border-radius: 3px
}

div.sb-deals .sb-deals-items .slick-next:before,
div.sb-deals .sb-deals-items .slick-prev:before {
	line-height: 50px
}

div.sb-deals .sb-deals-items .slick-prev {
	left: 1.5rem;
	right: auto
}

div.sb-deals .sb-deals-items .slick-next {
	right: 1rem;
	left: auto
}

div.sb-deals .sb-deals-detail {
	padding: 8px 20px;
	margin-bottom: 0
}

div.sb-deals .sb-deals-detail .flag-badges {
	top: 50px;
	left: 23%
}

div.sb-deals .sb-deals-detail .left-block {
	position: relative;
	z-index: 1
}

div.sb-deals .sb-deals-detail .right-block .card-title {
	font-size: 17px;
	margin: 20px 0 10px
}

div.sb-deals .sb-deals-detail .right-block .card-title>a {
	color: #999
}

div.sb-deals .sb-deals-detail .right-block .card-title>a:hover {
	color: #dd3b38
}

div.sb-deals .sb-deals-detail .right-block .description {
	border-top: 1px solid #e1e1e1;
	margin: 10px 0;
	padding-top: 20px
}

div.sb-deals .sb-deals-detail .right-block .price-section {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: 700
}

div.sb-deals .sb-deals-detail .right-block .price-section .price--withoutTax {
	font-size: 22px;
	color: #dd3b38
}

div.sb-deals .sb-deals-detail .slick-next,
div.sb-deals .sb-deals-detail .slick-prev {
	display: none !important
}

.page-builder img {
	opacity: 1 !important
}

.page-content {
	padding-bottom: 30px
}

.sb-blockquote {
	background: #f7f8fa;
	padding: 29px 25px 26px;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px
}

.sb-blockquote i {
	font-size: 36px;
	line-height: 26px;
	color: #ccc
}

.sb-blockquote .title {
	font-size: 30px;
	line-height: 40px;
	font-family: Hind, sans-serif;
	font-weight: 500;
	font-style: italic;
	color: #191919;
	display: inline-block;
	margin-top: 15px;
	transition: all .2s linear;
	-ms-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear
}

.sb-blockquote .title-description {
	font-size: 12px;
	display: block;
	margin-top: 14px;
	color: #999
}

.ss-audio {
	width: 100%;
	outline: 0;
	box-shadow: none
}

.post-image .ss-carousel .owl-carousel {
	direction: rtl
}

.post-image .owl-carousel .owl-item img {
	width: auto
}

#big-section-article-template .ss-carousel {
	margin-bottom: 20px
}

#big-section-article-template .ss-carousel .owl-nav div.owl-next,
#big-section-article-template .ss-carousel .owl-nav div.owl-prev {
	top: 50%;
	border-radius: 4px;
	position: absolute;
	height: 38px;
	width: 38px;
	line-height: 36px;
	border: none;
	opacity: 1;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0;
	margin-top: -19px;
	opacity: 0;
	color: #999;
	text-align: center;
	transition: all .2s ease-in-out 0s
}

#big-section-article-template .ss-carousel .owl-nav div.owl-next:before,
#big-section-article-template .ss-carousel .owl-nav div.owl-prev:before {
	display: none
}

#big-section-article-template .ss-carousel .owl-nav div.owl-next:hover,
#big-section-article-template .ss-carousel .owl-nav div.owl-prev:hover {
	background-color: #111;
	border-color: #111;
	color: #fff
}

#big-section-article-template .ss-carousel .owl-nav div.owl-prev {
	left: 15px;
	right: auto
}

#big-section-article-template .ss-carousel .owl-nav div.owl-prev:hover {
	background-position: 0 0
}

#big-section-article-template .ss-carousel .owl-nav div.owl-next {
	left: auto;
	right: 15px
}

#big-section-article-template .ss-carousel:hover .owl-nav div.owl-next,
#big-section-article-template .ss-carousel:hover .owl-nav div.owl-prev {
	opacity: 1
}

.ss-link {
	color: #222;
	margin-bottom: 15px;
	display: block
}

.ss-link:hover {
	color: #dd3b38
}

.products-category .products-list {
	margin: 0 -10px
}

.products-category .products-list .product-layout {
	padding: 0;
	
}

.products-list .product-layout {
	transition: all .5s ease 0s;
	display: block
}

.products-list .product-layout .product-item-container:focus {
	outline: 0 !important
}

.products-list .product-layout .product-item-container .product-card__gallery {
	position: absolute;
	z-index: 90;
	top: 0;
	visibility: hidden;
	transition: all .3s ease-in 0s;
	margin: 10px;
	width: 45px
}

.products-list .product-layout .product-item-container .product-card__gallery.product-card__left {
	transform: translateX(-100%);
	left: 0
}

.products-list .product-layout .product-item-container .product-card__gallery.product-card__right {
	transform: translateX(100%);
	right: 0
}

.products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom {
	top: auto;
	bottom: 0;
	margin: 0;
	left: 0;
	font-size: 0;
	box-align: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	box-orient: horizontal;
	box-direction: normal;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	width: 100%
}

.products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img {
	width: 20px;
	height: 8px;
	background: #999;
	margin: 1px;
	border: none;
	display: inline-block
}

.products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img.thumb-active {
	border: none;
	width: 60px;
	background: #dd3b38
}

.products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img img {
	display: none
}

.products-list .product-layout .product-item-container .product-card__gallery .item-img {
	padding: 1px;
	background: #fff;
	border: 1px solid #eaeaea;
	margin: 0 0 3px;
	cursor: pointer;
	opacity: .6
}

.products-list .product-layout .product-item-container .product-card__gallery .item-img.thumb-active {
	opacity: 1;
	border: 1px solid #ccc
}

.products-list .product-layout .product-item-container .countdown--box {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	width: 170px;
	transition: all .2s ease-in-out;
	transform: scale(1) translateX(-50%)
}

.products-list .product-layout .product-item-container .left-block {
	position: relative;
	overflow: hidden;
	padding: 10px
}

.products-list .product-layout .product-item-container .left-block .lazyloaded {
	display: inline-block
}

.products-list .product-layout .product-item-container .right-block .card-title>a {
	color: #333
}

.products-list .product-layout .product-item-container .right-block .card-title>a:hover {
	color: #dd3b38
}

.products-list .product-layout .product-item-container .right-block .card-text {
	color: #999;
	margin-bottom: 0;
	font-size: 13px;
	min-height: 24px
}

.products-list .product-layout .product-item-container .compare {
	padding: 0;
	width: 32px;
	transition: bottom .6s ease-in-out;
	color: #dd3b38
}

.products-list .product-layout .product-item-container .compare .form-check-label {
	padding: 3px 2px;
	cursor: pointer
}

.products-list .product-layout .product-item-container .compare .form-check-input {
	margin: 8px 3px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	opacity: 0
}

.products-list .product-layout .product-item-container .compare .form-check-input:checked+.form-check-label .fa:before {
	content: "\f00c"
}

.products-list .product-layout .product-item-container:hover .product-card__gallery {
	visibility: visible;
	transform: translateX(0)
}

.products-list .product-layout .product-item-container:hover .countdown--box {
	transform: translate(-50%, 50%);
	opacity: 0;
	visibility: hidden
}

.products-list .product-layout .product-item-container:hover .quickview {
	opacity: 1;
	top: 40%
}

.products-list .product-grid .product-item-container {
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	overflow: hidden
}

.products-list .product-grid .product-item-container:before {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #e8e8e8;
	pointer-events: none;
	z-index: 1;
	content: "";
	transition: all .5s
}

.products-list .product-grid .product-item-container .description,
.products-list .product-grid .product-item-container>.list-block {
	display: none
}

.products-list .product-grid .product-item-container .button-group {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 0;
	left: 0;
	z-index: 9
}

.products-list .product-grid .product-item-container .button-group .action-item {
	overflow: hidden;
	bottom: -70px;
	position: relative;
	vertical-align: middle;
	color: #bfbfbf;
	line-height: 48px;
	border: none;
	height: 50px;
	display: inline-block;
	background: #fff;
	border-radius: 25px;
	border: 1px solid #fff;
	min-width: 50px;
	text-align: center;
	opacity: 0;
	padding: 0 10px;
	visibility: hidden
}

.products-list .product-grid .product-item-container .button-group .action-item a {
	display: block;
	padding: 0
}

.products-list .product-grid .product-item-container .button-group .action-item a i {
	color: #bfbfbf;
	line-height: 48px
}

.products-list .product-grid .product-item-container .button-group .action-item.button-quickview {
	transition: all .3s ease 0s
}

@media (max-width:767px) {
	.products-list .product-grid .product-item-container .button-group .action-item.button-quickview {
		display: none
	}
}

.products-list .product-grid .product-item-container .button-group .action-item.addToCart {
	transition: all .5s ease 0s
}

.products-list .product-grid .product-item-container .button-group .action-item.addToCart a {
	position: relative;
	font-size: 0;
	top: 0
}

.products-list .product-grid .product-item-container .button-group .action-item.addToCart a:before {
	content: "\f291";
	width: 30px;
	height: 50px;
	position: absolute;
	left: 0;
	font-size: 14px;
	top: 0;
	color: #bfbfbf;
	font-family: FontAwesome
}

.products-list .product-grid .product-item-container .button-group .action-item.wishlist {
	transition: all .7s ease 0s
}

.products-list .product-grid .product-item-container .button-group .action-item.wishlist .action-link {
	height: 48px
}

.products-list .product-grid .product-item-container .button-group .action-item.wishlist form {
	margin: 0
}

.products-list .product-grid .product-item-container .button-group .action-item:hover {
	background-color: #dd3b38;
	border-color: #dd3b38;
	color: #333
}

.products-list .product-grid .product-item-container .button-group .action-item:hover a {
	color: #333
}

.products-list .product-grid .product-item-container .button-group .action-item:hover a:before {
	color: #333
}

.products-list .product-grid .product-item-container .button-group .action-item:hover a i {
	color: #333
}

.products-list .product-grid .product-item-container .left-block {
	position: relative;
	text-align: center
}

@media (min-width:1200px) {
	.products-list .product-grid .product-item-container .left-block {
		min-height: 175px
	}
}

.products-list .product-grid .product-item-container .left-block .product-image-container {
	text-align: center
}

.products-list .product-grid .product-item-container .left-block .product-image-container a {
	display: inline-block
}

.products-list .product-grid .product-item-container .right-block {
	clear: both;
	padding: 10px;
	text-align: center;
	position: relative
}

.products-list .product-grid .product-item-container .right-block h4 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	margin: 0;
	padding-bottom: 5px
}

.products-list .product-grid .product-item-container:hover:before {
	opacity: 1;
	border-width: 2px;
	border-color: #dd3b38
}

.products-list .product-grid .product-item-container:hover .button-group .action-item {
	bottom: 0;
	opacity: 1;
	visibility: visible
}

.products-list .product-grid .product-item-container:hover .button-group .action-item:hover {
	background-color: #dd3b38;
	color: #333
}

@media (min-width:1681px) {
	.products-list .product-grid-4:nth-child(4n+1) {
		clear: both !important
	}
}

@media (min-width:1681px) {
	.products-list .product-grid-5:nth-child(5n+1) {
		clear: both !important
	}
}

.products-list .product-list .product-item-container {
	float: left;
	margin-bottom: 30px;
	width: 100%
}

.products-list .product-list .product-item-container .left-block {
	width: 270px;
	float: left;
	border: 1px solid #eaeaea
}

.products-list .product-list .product-item-container .left-block .product-image-container {
	text-align: center
}

.products-list .product-list .product-item-container .button-group {
	text-align: center;
	z-index: 9
}

.products-list .product-list .product-item-container .button-group>div {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 50%;
	margin: 2px 0;
	opacity: 0
}

.products-list .product-list .product-item-container .button-group>div i {
	color: #bfbfbf
}

.products-list .product-list .product-item-container .button-group>div.button-quickview {
	transition: all .3s ease 0s
}

.products-list .product-list .product-item-container .button-group>div.addToCart {
	transition: all .5s ease 0s
}

.products-list .product-list .product-item-container .button-group>div.wishlist {
	transition: all .7s ease 0s
}

.products-list .product-list .product-item-container .button-group>div:hover {
	background: #dd3b38
}

.products-list .product-list .product-item-container .button-group>div:hover i {
	color: #fff
}

.products-list .product-list .product-item-container .right-block {
	overflow: hidden;
	padding: 0 20px 0 30px
}

.products-list .product-list .product-item-container .right-block .ratings .rating--small {
	margin-bottom: 9px
}

.products-list .product-list .product-item-container .right-block .button-group .action-item {
	height: 32px;
	display: inline-block;
	vertical-align: top;
	border-radius: 100%;
	color: #dd3b38;
	border: 1px solid #dd3b38;
	min-width: 32px;
	text-align: center
}

.products-list .product-list .product-item-container .right-block .button-group .action-item:hover {
	background-color: #dd3b38;
	color: #333 !important
}

.products-list .product-list .product-item-container .right-block .button-group .action-item a {
	color: #fff
}

.products-list .product-list .product-item-container .right-block .button-group .action-item.addToCart {
	padding: 0 15px;
	padding-bottom: 3px;
	line-height: 29px;
	color: #fff;
	border-radius: 16px;
	background: #dd3b38;
	transition: bottom .2s ease-in-out
}

.products-list .product-list .product-item-container .right-block .button-group .action-item.wishlist {
	padding: 0;
	width: 32px;
	transition: bottom .4s ease-in-out;
	color: #dd3b38
}

.products-list .product-list .product-item-container .right-block .button-group .action-item.wishlist .action-link {
	height: 30px
}

.products-list .product-list .product-item-container .right-block .button-group .action-item.compare {
	padding: 0;
	width: 32px;
	transition: bottom .6s ease-in-out;
	color: #dd3b38
}

.products-list .product-list .product-item-container .right-block .button-group .action-item.compare .form-check-label {
	padding: 5px 2px
}

.products-list .product-list .product-item-container .right-block .description {
	margin-bottom: 20px
}

.products-list .product-list .product-item-container:hover .sale-flag-discount {
	opacity: 0
}

.products-list .product-list .product-item-container:hover .button-group>div {
	opacity: 1
}

.products-list .product-table:last-child .product-item-container {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px
}

.products-list .product-table-header {
	display: none
}

@media (min-width:992px) {
	.products-list .product-table-header {
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		border: 1px solid #d0d0d0;
		background: #e8e3e3;
		color: #333;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .05em;
		text-transform: uppercase
	}

	.products-list .product-table-header>div {
		border-left: 1px solid #d0d0d0;
		padding: 10px
	}

	.products-list .product-table-header>div:first-child {
		border-left: 0
	}

	.products-list .product-table-header-title {
		width: 66%
	}

	.products-list .product-table-header-price {
		width: 135px
	}

	.products-list .product-table-header-actions {
		width: 19.1%;
		text-align: center
	}
}

.products-list .product-table .product-item-container {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #dbdbdb
}

.products-list .product-table .button-group {
	width: 20%;
	padding: 10px;
	text-align: center
}

.products-list .product-table .button-group a {
	color: #fff
}

.products-list .product-table .button-group .addToCart {
	text-transform: uppercase;
	padding: 9px 20px;
	background: #eeeeee;
	color: #333;
	border-radius: 3px;
}

.products-list .product-table .button-group .addToCart.in-cart {
	background: transparent !important;
	color: #dd3b38;
	border-color: #dd3b38
}

.products-list .product-table .button-group .addToCart:hover {
	background: linear-gradient(315deg, #26DC74, #0AD321);
	color: #fff;
}
.products-list .product-table .button-group .addToCart a:hover {
	background: linear-gradient(315deg, #26DC74, #0AD321);
	color: #fff;
}
.products-list .product-table .button-group .addToCart a {
	color: #fff;
}

.products-list .product-table .button-group .compare,
.products-list .product-table .button-group .wishlist {
	padding: 9px 20px;
	background: #eee;
	color: #333;
	border-radius: 3px;
	border: none;
	display: inline-block;
}

.products-list .product-table .button-group .compare:hover,
.products-list .product-table .button-group .wishlist:hover {
	background: linear-gradient(170deg, #FF2222, #B31414);
	border-color: #dd3b38;
	color: #fff
}

.products-list .product-table .button-group .compare .form,
.products-list .product-table .button-group .wishlist .form {
	margin: 0
}

.products-list .product-table .left-block {
	width: 25%;
	min-width: 64px
}

.products-list .product-table .left-block .button-group {
	display: none
}

.products-list .product-table .right-block {
	width: 75%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.products-list .product-table .right-block>* {
	border-left: 1px solid #dbdbdb;
	box-sizing: border-box;
	margin: 0;
	padding: 10px
}

.products-list .product-table .right-block h4 {
	width: 35%;
	font-weight: 400;
	font-size: 14px
}

.products-list .product-table .right-block .price-section {
	width: 20%
}

.products-list .product-table .right-block .price-section .price {
	display: block
}

.products-list .product-table .right-block .button-group {
	width: 30%;
	display: block !important
}

.products-list .product-table .right-block .product-table-oem {
	width: 100%;
	border-left: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	padding: 8px 10px
}

.products-list .product-table .right-block .description,
.products-list .product-table .right-block .product-colors {
	display: none
}

.sb-instagram--home2Instagram .block-content {
	margin: 0 -10px
}

.sb-instagram--home2Instagram .block-content .banners {
	width: 33%;
	padding: 0 10px;
	float: left;
	margin-bottom: 20px
}

.sb-instagram--home2Instagram .block-content .banners .banner-figure {
	border-radius: 4px;
	overflow: hidden
}

.slick-slide {
	height: auto
}

.clear {
	clear: both
}

.no-padding {
	padding: 0 !important
}

.hidden {
	display: none !important
}

@keyframes myeffect-slideshow {
	0% {
		opacity: 0;
		transform: translateY(-300px);
		-webkit-transform: translateY(-300px);
		-moz-transform: translateY(-300px);
		-ms-transform: translateY(-300px);
		-o-transform: translateY(-300px)
	}

	100% {
		opacity: 1;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0)
	}
}

@media (max-width:480px) {
	.home4--style div.extraslider--home3 .block-item-timer .countdown--box .time-item {
		width: 50%;
		padding: 0;
		margin: 0
	}

	.home4--style div.extraslider--home3 .block-viewall a {
		margin: 5px 0
	}

	.home2--style .sb-banner--home2Banner2 {
		overflow: hidden
	}

	.home2--style .sb-banner--home2Banner2 .block-content {
		overflow-x: scroll;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.home2--style .sb-banner--home2Banner2 .banners {
		margin-bottom: 10px
	}
}

@media (max-width:767px) {
	.module .block-title {
		font-size: 18px;
		margin-top: 7px
	}

	.module .sub-title {
		margin-bottom: 20px
	}

	div.extraslider--home1 .block-title {
		font-size: 18px
	}

	::-webkit-scrollbar {
		width: .3em;
		height: .3em
	}

	::-webkit-scrollbar-thumb {
		background: #eee
	}

	::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, .1)
	}

	body {
		scrollbar-face-color: #eeeeee;
		scrollbar-track-color: rgba(255, 255, 255, 0.1)
	}

	.modal {
		min-height: 550px;
		right: auto;
		overflow-y: scroll
	}

	.modal-body {
		overflow: visible
	}

	.form-prefixPostfix {
		display: block
	}

	.header-top .navUser {
		text-align: left
	}

	.header-bottom-left {
		height: 50px
	}

	.header-bottom__search {
		padding: 0;
		width: 100%
	}

	.header-bottom__cart .cart-button {
		margin: 0 3px
	}

	.banners--top {
		display: none
	}

	.header .navUser-section .navUser-item {
		float: left
	}

	.navbar-phone {
		margin-top: 0
	}

	.default--style .section-slideshow {
		overflow: hidden
	}

	.default--style .section-slideshow .block-slideshow__left {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}

	.default--style .section-slideshow .block-slideshow__right {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0
	}

	.default--style .sb-banner--slideshow .block-content {
		display: -ms-flexbox;
		display: flex
	}

	.section-slideshow .slick-slider .heroCarousel-content .heroCarousel-title {
		top: 25%
	}

	.section-slideshow .slick-slider .heroCarousel-content .heroCarousel-description {
		width: 80%
	}

	.section-slideshow .slick-slider .heroCarousel-content .heroCarousel-description h3.description-tilte {
		font-size: 24px
	}

	.sb-banner.sb-banner--feature_category .flex-row .banners {
		margin-bottom: 20px
	}

	div.sb-banner--feature_category .banners .banner-figure,
	div.sb-latestblog .banners .banner-figure {
		width: 100px;
		height: 100px
	}

	div.sb-banner.sb-banner--feature_category,
	div.sb-banner.sb-latestblog {
		overflow-x: scroll
	}

	div.sb-banner.sb-banner--feature_category .banners,
	div.sb-banner.sb-latestblog .banners {
		-ms-flex: 0 0 45%;
		flex: 0 0 45%
	}

	div.sb-banner.sb-banner--feature_category .banners .banner-figcaption__title,
	div.sb-banner.sb-latestblog .banners .banner-figcaption__title {
		font-size: 12px
	}

	div.sb-deals {
		width: 100%
	}

	div.sb-deals .product-item-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	div.sb-deals .sb-deals-detail .left-block {
		width: 100%;
		margin: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}

	div.sb-deals .sb-deals-detail .right-block {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}

	div.sb-deals .sb-deals-detail .right-block .description {
		display: none
	}

	div.sb-deals .sb-deals-detail .right-block .card-title {
		margin: 0 0 10px
	}

	div.sb-deals .sb-deals-detail .right-block .price-section {
		margin: 0
	}

	div.extraslider--home1 {
		width: 100%
	}

	div.sb-listing-tabs .ltabs-heading {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	div.sb-listing-tabs .ltabs-heading ul.tabs {
		width: 100%
	}

	div.sb-listing-tabs .ltabs-container .ltabs-items-image {
		display: none
	}

	div.sb-listing-tabs .ltabs-container .ltabs-items-container {
		width: 100%;
		overflow: hidden
	}

	div.sb-listing-tabs .slick-slider .slick-next,
	div.sb-listing-tabs .slick-slider .slick-prev {
		visibility: hidden
	}

	div.sb-listing-tabs .product-item-container .img-responsive {
		max-height: 164px;
		margin: 0 auto
	}

	.alignBanner--right div.sb-listing-tabs .ltabs-container {
		border: none;
		border-right: 1px solid #e8e8e8
	}

	.extraslider--new {
		width: 100%;
		clear: both
	}

	.extraslider--featured {
		width: 100%;
		clear: both
	}

	div.sb-banner--services {
		overflow-x: scroll
	}

	div.sb-banner--services .banners {
		-ms-flex: 0 0 55%;
		flex: 0 0 55%
	}

	.footer-center .collapsed-block {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.footer-info-list {
		margin-bottom: 30px
	}

	.footer-info {
		width: 100%
	}

	.footer-socials {
		-ms-flex-pack: center !important;
		justify-content: center !important;
		margin-top: 15px
	}

	.footer-center .footer-center__two {
		padding: 20px 0
	}

	.footer-center .footer-center__first {
		padding: 35px 0 27px
	}

	.footer-newsletter .form {
		width: 100%
	}

	.footer-newsletter .footer-info-heading {
		display: none
	}

	.footer-newsletter .form-field {
		padding: 10px 0 0
	}

	.footer-newsletter .input-group {
		width: 100%;
		margin: 0
	}

	.footer-copyright {
		text-align: center
	}

	.footer-payment-icons {
		text-align: center;
		margin-top: 20px
	}

	.custom_categories {
		border-top: none;
		margin-top: 0
	}

	.custom_categories ul.navPages-list>li.navPages-item a {
		padding: .28571rem 0
	}

	.home2--style div.sb-deals .products-list .product-layout .product-item-container .left-block {
		padding-right: 0
	}

	.home2--style div.sb-deals .products-list .product-layout .product-item-container .right-block {
		padding: 0 20px
	}

	.home2--style .section-slideshow .slick-slider .heroCarousel-content {
		position: relative;
		transform: translateY(-20%);
		width: 100%
	}

	.home2--style .sb-banner--home2Banner1 {
		overflow: hidden
	}

	.home2--style .sb-banner--home2Banner1 .block-content {
		overflow-x: scroll;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.home2--style .sb-banner--home2Banner1 .banners {
		margin-bottom: 10px
	}

	.home2--style .section-slideshow {
		margin-top: 10px
	}

	.home2--style .sb-banner--feature_category2 .block-content {
		overflow-y: hidden
	}

	.home2--style .sb-banner--feature_category2 .block-content .banners {
		min-width: 119px;
		margin: 0 20px
	}

	.home2--style .sb-banner--feature_category2 .block-content .banners .banner-figcaption__title {
		font-size: 13px
	}

	.home2--style .sb-banner--slideshow .block-content {
		display: -ms-flexbox;
		display: flex;
		margin: 0 -5px;
		margin-top: 10px
	}

	.home2--style .sb-banner--slideshow .block-content .banners {
		padding: 0 5px
	}

	.home2--style .sb-banner--home2_services {
		padding: 20px 30px
	}

	.home2--style .supperCategory .spcat--category--all {
		padding: 5px 15px
	}

	.home2--style .supperCategory .spcat--category--all>li {
		width: 49%;
		display: inline-block
	}

	.home2--style .supperCategory .sb-supper-category .spcat-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.home2--style .supperCategory .sb-supper-category .spcat-container .spcat-items-container {
		border-top: none;
		border-bottom: none;
		border: 1px solid #e8e8e8
	}

	.home2--style .sb-category-slider .spcat-heading {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.home2--style .sb-category-slider .spcat-heading .block-title {
		min-width: calc(100% + 9px)
	}

	.home2--style .listingtabs2 .sb-listing-tabs .ltabs-heading ul.tabs .tab-title {
		padding: 1px 4px;
		margin-bottom: 0
	}

	.home2--style .footer-center .footer-center__first .footer-info-heading:before,
	.home2--style .footer-center .footer-center__first:before {
		display: none
	}

	.home2--style .footer-center .footer-center__first .footer-block {
		padding: 10px 0 0
	}

	.home2--style .footer-center .footer-center__two .footer-newsletter {
		padding: 0 15px 15px
	}

	.home2--style .footer-center .footer-center__two .footer-socials {
		margin: 0 0 20px
	}

	.home2--style .footer-center .footer-center__two {
		padding: 20px 0 20px 0
	}

	.home2--style .module {
		margin-bottom: 20px
	}

	.home2--style div.sb-deals {
		margin-bottom: 10px
	}

	.home2--style .sb-banner--home2_services,
	.home2--style .section-slideshow,
	.home2--style div.sb-latestblog {
		margin-bottom: 40px
	}

	.home2--style .listingtabs2 {
		margin-top: 20px
	}

	.home2--style .sb-listing-tabs .ltabs-heading ul.tabs {
		text-align: left
	}

	.home2--style .listingtabs2 .ltabs-heading h3 {
		font-size: 18px
	}

	.home2--style .listingtabs2 .ltabs-heading:before {
		top: 13px
	}

	.home2--style div.sb-banner--feature_category .block-title,
	.home2--style div.sb-latestblog .block-title {
		font-size: 18px
	}

	.home2--style div.sb-banner--feature_category .block-title:before,
	.home2--style div.sb-latestblog .block-title:before {
		top: 1px
	}

	.home2--style.default div.sb-deals .products-list .product-layout .product-item-container .product-card__gallery {
		right: 10px
	}

	.home2--style.default div.sb-deals .products-list .product-layout .product-item-container .product-card__gallery .item-img {
		width: 55px;
		margin: 0 0 10px
	}

	.home2--style.default div.sb-deals .slick-slider .slick-next,
	.home2--style.default div.sb-deals .slick-slider .slick-prev {
		width: 26px;
		height: 26px;
		top: -43px
	}

	.home2--style.default div.sb-deals .slick-slider .slick-next:before,
	.home2--style.default div.sb-deals .slick-slider .slick-prev:before {
		font-size: 18px;
		line-height: 25px
	}

	.home2--style.default div.sb-deals .slick-slider .slick-prev {
		right: 40px
	}

	.home3--style .module {
		margin-bottom: 30px
	}

	.home3--style .sb-banner--home3Banner1,
	.home3--style .sb-banner--home3Services,
	.home3--style div.sb-banner--home3FeatureCat {
		overflow: hidden
	}

	.home3--style .sb-banner--home3Banner1 .block-content,
	.home3--style .sb-banner--home3Services .block-content,
	.home3--style div.sb-banner--home3FeatureCat .block-content {
		overflow-x: scroll
	}

	.home3--style .sb-banner--home3Banner1 .banners,
	.home3--style .sb-banner--home3Services .banners,
	.home3--style div.sb-banner--home3FeatureCat .banners {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}

	.home3--style div.extraslider--home3 .products-list .product-grid .product-item-container {
		margin-left: 0;
		margin-right: 0
	}

	.home3--style .footer-top {
		padding: 40px 30px
	}

	.home3--style .custom_categories {
		padding: 0 10px 30px
	}

	.home4--style .sb-banner--home3Banner1,
	.home4--style .sb-banner--home3Services,
	.home4--style .sb-banner--home4BlockBanner2 {
		overflow: hidden
	}

	.home4--style .sb-banner--home3Banner1 .block-content,
	.home4--style .sb-banner--home3Services .block-content,
	.home4--style .sb-banner--home4BlockBanner2 .block-content {
		overflow-x: scroll
	}

	.home4--style .sb-banner--home3Banner1 .banners,
	.home4--style .sb-banner--home3Services .banners,
	.home4--style .sb-banner--home4BlockBanner2 .banners {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}

	.home4--style div.extraslider--home3 .products-list .product-grid .product-item-container {
		margin-left: 0;
		margin-right: 0
	}

	.home4--style .header-center .container {
		position: relative
	}

	.home4--style .header-bottom__cart {
		position: absolute;
		z-index: 2;
		bottom: -77px
	}

	.home4--style .header-bottom__cart .cart-button {
		width: 40px;
		height: 40px
	}

	.home4--style .header-bottom__cart .cart-button--wishlist {
		box-shadow: 0 0 0 1px #fff inset
	}

	.modal-header-title {
		font-size: 16px
	}

	.products-list .product-list .product-item-container .left-block {
		width: 100px
	}

	.products-list .product-list .product-item-container .right-block {
		padding: 0 10px
	}

	.products-list .product-list .product-item-container .right-block .button-group,
	.products-list .product-list .product-item-container .right-block .description {
		display: none
	}

	.products-list .product-list .product-item-container .product-card__gallery {
		display: none
	}

	.products-category .products-list .product-grid .button-group .compare,
	.products-list .product-layout .button-group .compare {
		display: none !important
	}

	.pagination-list {
		margin-top: 1.5rem
	}

	.filters-panel .list-view {
		float: right
	}

	.product-item-container .compare {
		display: none
	}

	.productView-options {
		text-align: left
	}

	.productView-description .tabs-contents {
		padding: 10px
	}

	.productView-description .tabs .tab {
		width: 100%;
		border: none
	}

	.productView-description .tabs .tab-title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.productView-related .nav-tabs li:last-child {
		margin: 0
	}

	.productView-related .product-grid .product-item-container {
		border: none
	}

	.productView-options .form-action {
		margin-bottom: 10px
	}

	.dropdown--quickSearch.is-open {
		width: 100% !important
	}

	.quickSearchResults .modal-close {
		display: block
	}

	.custom_categories ul.navPages-list {
		list-style: none
	}

	.custom_categories ul.navPages-list .navPages-item {
		display: inline-block;
		padding: 0 10px
	}

	nav.navBar--sub ul.navBar-section li.navBar-item {
		width: 100%
	}

	.blog-category .product-list .blog-post-figure {
		float: none;
		width: auto
	}

	.blog-post .blog-meta span.blog-date,
	.blog-post .blog-meta>span.blog-author {
		display: block
	}

	.section-slideshow .heroCarousel .slick-next,
	.section-slideshow .heroCarousel .slick-prev {
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin-top: 0;
		top: 50%
	}

	.section-slideshow .heroCarousel .slick-next:before,
	.section-slideshow .heroCarousel .slick-prev:before {
		height: 60px
	}

	.sb-listing-tabs .ltabs-heading ul.tabs li {
		padding: 0
	}

	.sb-listing-tabs .ltabs-heading ul.tabs li .tab-title {
		padding: 5px 9px;
		font-size: 11px
	}

	div.sb-brand--static_brand {
		padding: 25px 0
	}

	div.sb-latestblog {
		padding-bottom: 0
	}

	div.extraslider--home1 .slick-slider .slick-next,
	div.extraslider--home1 .slick-slider .slick-prev {
		top: -38px
	}

	div.extraslider--home1 .products-list .product-list .product-item-container .left-block {
		width: 100px
	}

	.home2--style.default .products-list .product-grid .product-item-container .right-block .button-group .action-item.quickview {
		display: none
	}

	.home2--style.default .block-title {
		font-size: 18px
	}

	.home2--style.default .block-title:before {
		top: 0
	}
}

@media (min-width:768px) and (max-width:991px) {
	.modal {
		min-height: 550px;
		right: auto;
		overflow-y: scroll
	}

	.modal-body {
		overflow: visible
	}

	.previewCartCheckout {
		width: 50%;
		float: right
	}

	.previewCart .productView {
		width: 50%;
		float: left
	}

	.form-prefixPostfix {
		display: block
	}

	.dropdown--quickSearch.is-open {
		width: 100% !important
	}

	.quickSearchResults .modal-close {
		display: block
	}

	.custom_categories ul.navPages-list {
		list-style: none
	}

	.custom_categories ul.navPages-list .navPages-item {
		display: inline-block;
		padding: 0 10px
	}

	.productView-options .form-action {
		width: 100%;
		margin-bottom: 5px;
		padding: 0
	}

	.navbar-phone {
		margin-top: 0;
		float: right
	}

	.section-slideshow .block-slideshow__left {
		max-width: 100%
	}

	.section-slideshow .block-slideshow__right {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0
	}

	div.sb-banner.sb-banner--feature_category .block-content,
	div.sb-banner.sb-latestblog .block-content {
		overflow-x: scroll
	}

	div.sb-banner.sb-banner--feature_category .banners,
	div.sb-banner.sb-latestblog .banners {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%
	}

	div.sb-deals {
		width: 100%
	}

	div.extraslider--home1 {
		width: 100%
	}

	.sb-listing-tabs .ltabs-heading ul.tabs .tab-title {
		padding: 8px .8rem 5px;
		font-size: 12px
	}

	.sb-listing-tabs .product-item-container .img-responsive {
		max-height: 164px;
		margin: 0 auto
	}

	.extraslider--new {
		width: 100%;
		clear: both
	}

	.extraslider--featured {
		width: 100%;
		clear: both
	}

	div.sb-banner--services .banners {
		-ms-flex: 0 0 29%;
		flex: 0 0 29%
	}

	.footer-center .collapsed-block {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.footer-info-list {
		margin-bottom: 30px
	}

	.footer-info {
		width: 100%
	}

	.footer-socials {
		-ms-flex-pack: center !important;
		justify-content: center !important;
		margin-top: 15px
	}

	.custom_categories {
		border-top: none;
		margin-top: 0
	}

	.tab {
		float: left
	}

	.home2--style .section-slideshow .slick-slider .heroCarousel-content {
		position: relative;
		transform: translateY(-60%);
		width: 100%
	}

	.sb-supper-category .spcat-container .spcat-items-container {
		border-right: 1px solid #e8e8e8
	}

	div.sb-banner--home3FeatureCat .block-content {
		overflow-x: scroll
	}

	div.sb-banner--home3FeatureCat .banners {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%
	}

	.sb-banner.sb-banner--feature_category .flex-row .banners {
		margin-bottom: 20px
	}

	div.sb-deals .countdown--box {
		width: 70px
	}

	div.sb-deals .countdown--box .time-item {
		padding: 0 0
	}

	div.sb-deals .countdown--box .time-item .num-time {
		font-size: 14px
	}

	div.sb-deals .countdown--box .time-item .name-time {
		font-size: 12px
	}

	.footer-center .footer-center__two .footer-info-heading {
		font-size: 14px;
		margin-right: 20px
	}

	.default--style .footer-newsletter .input-group {
		width: 290px
	}

	.home2--style.default div.sb-deals .products-list .product-layout .product-item-container .right-block {
		padding-left: 20px
	}

	.home2--style.default div.sb-deals .products-list .product-layout .product-item-container .product-card__gallery {
		right: 15px
	}

	.home2--style .section-slideshow {
		margin-top: 10px
	}

	.home2--style div.sb-banner--feature_category2 .block-content {
		overflow-y: hidden
	}

	.home2--style div.sb-banner--feature_category2 .block-content .banners {
		min-width: 119px;
		margin: 0 20px
	}

	.home2--style div.sb-banner--feature_category2 .block-content .banners .banner-figcaption__title {
		font-size: 13px
	}

	.home2--style .footer-center .footer-center__first .footer-info-heading:before,
	.home2--style .footer-center .footer-center__first:before {
		display: none
	}

	.home2--style .footer-center .footer-center__first .footer-block {
		padding: 10px 0 0
	}

	.home2--style .home2--style.default div.sb-deals .products-list .product-layout .product-item-container .product-card__gallery {
		right: 20px
	}

	.home2--style .home2--style.default div.sb-deals .products-list .product-layout .product-item-container .right-block {
		padding-left: 20px
	}

	.home2--style .section-slideshow,
	.home2--style div.sb-banner--feature_category2 {
		margin-bottom: 50px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	html {
		font-size: 13px
	}

	.modal {
		min-height: 630px;
		right: auto;
		overflow-y: scroll
	}

	.modal-body {
		overflow: visible
	}

	.form-prefixPostfix {
		display: block
	}

	.navbar-phone {
		padding: 0;
		background: 0 0
	}

	.verticalCategories .navPages-item>.navPages-action {
		padding: 7px 0
	}

	.verticalCategories .loadmore {
		height: 45px
	}

	.form-minMaxRow .form-field:last-child {
		width: 100%;
		margin: 10px 0
	}

	.navPages-horizontal ul.navPages-list>li.navPages-item .navPages-action {
		padding: .78571rem 8px
	}

	.sb-banner .flex-row {
		margin: 0 -5px
	}

	.sb-banner .flex-row .banners {
		margin: 0 5px
	}

	div.sb-deals .sb-deals-detail {
		height: 340px
	}

	div.sb-deals .sb-deals-items .sb-deals-image-thumb {
		margin: 5px
	}

	div.extraslider--home1 .products-list .product-list .product-item-container .left-block {
		margin-right: 5px
	}

	div.extraslider--home1 .productCarousel-slide {
		padding: 15px 0 15px
	}

	div.extraslider--home1 .sb-extraslider-image {
		background: #f5f5f5
	}

	.sb-listing-tabs .ltabs-container .ltabs-items-container--image {
		width: calc(100% - 195px)
	}

	.sb-listing-tabs .ltabs-container .ltabs-items-image .banners {
		overflow: hidden;
		height: 521px
	}

	.sb-listing-tabs .product-item-container .img-responsive {
		max-height: 155px;
		margin: 0 auto
	}

	.footer-center .footer-center__two .footer-info-heading {
		font-size: 14px;
		margin-right: 20px
	}

	.footer-newsletter .input-group {
		width: 290px
	}

	.productView-options .form-action {
		margin-bottom: 10px
	}

	.default--style .header-center .col-lg-6,
	.default--style .header-center .navbar-container {
		padding: 0
	}

	.default--style .header-center .navUser-item {
		height: 129px
	}

	.home2--style .section-slideshow .slick-slider .heroCarousel-content {
		position: relative;
		transform: translateY(-100%);
		width: 100%
	}

	.listingtabs2 .sb-listing-tabs .ltabs-heading ul.tabs .tab-title {
		padding: 1px 6px
	}

	.sb-supper-category .spcat-container .spcat-items-container {
		border-right: 1px solid #e8e8e8
	}

	div.extraslider--home1 .block-title {
		font-size: 20px
	}

	div.extraslider--home1 .slick-slider .slick-next,
	div.extraslider--home1 .slick-slider .slick-prev {
		top: -45px
	}
}

@media (min-width:1200px) {
	.container {
		position: relative;
		max-width: 1200px
	}

	.default--style .navPages-horizontal ul.navPages-list>li.hasMegamenu .navPage-subMenu {
		width: 890px
	}

	.home2--style .navPages-horizontal ul.navPages-list>li.hasMegamenu .navPage-subMenu {
		width: 890px
	}

	.home2--style .container {
		position: relative;
		max-width: 1630px
	}
}

@media (min-width:1649px) {
	.home2--style .section-slideshow {
		overflow: hidden;
		position: relative;
		z-index: 5
	}

	.home3--style .container {
		position: static
	}

	.home3--style .section-slideshow {
		overflow: hidden;
		position: relative;
		z-index: 5
	}

	.home3--style .section-slideshow .container {
		position: relative;
		z-index: -1
	}

	.home3--style .section-slideshow .sb-loadeding {
		margin: 0 15px
	}

	.home4--style .section-slideshow {
		overflow: hidden;
		position: relative;
		z-index: 5
	}

	.home4--style .section-slideshow .sb-loadeding {
		margin: 0 15px
	}
}

.jstree-children,
.jstree-container-ul,
.jstree-node {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none
}

.jstree-node {
	white-space: nowrap
}

.jstree-anchor {
	display: inline-block;
	color: #000;
	white-space: nowrap;
	padding: 0 4px 0 1px;
	margin: 0;
	vertical-align: top
}

.jstree-anchor:focus {
	outline: 0
}

.jstree-anchor,
.jstree-anchor:active,
.jstree-anchor:hover,
.jstree-anchor:link,
.jstree-anchor:visited {
	text-decoration: none;
	color: inherit
}

.jstree-icon {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center
}

.jstree-icon:empty {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center
}

.jstree-ocl {
	cursor: pointer
}

.jstree-leaf>.jstree-ocl {
	cursor: default
}

.jstree .jstree-open>.jstree-children {
	display: block
}

.jstree .jstree-closed>.jstree-children,
.jstree .jstree-leaf>.jstree-children {
	display: none
}

.jstree-anchor>.jstree-themeicon {
	margin-right: 2px
}

.jstree-anchor>.jstree-themeicon-hidden,
.jstree-no-icons .jstree-themeicon {
	display: none
}

.jstree-hidden {
	display: none
}

.jstree-rtl .jstree-anchor {
	padding: 0 1px 0 4px
}

.jstree-rtl .jstree-anchor>.jstree-themeicon {
	margin-left: 2px;
	margin-right: 0
}

.jstree-rtl .jstree-node {
	margin-left: 0
}

.jstree-rtl .jstree-container-ul>.jstree-node {
	margin-right: 0
}

.jstree-wholerow-ul {
	position: relative;
	display: inline-block;
	min-width: 100%
}

.jstree-wholerow-ul .jstree-leaf>.jstree-ocl {
	cursor: pointer
}

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
	position: relative
}

.jstree-wholerow-ul .jstree-wholerow {
	width: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.vakata-context {
	display: none
}

.vakata-context,
.vakata-context ul {
	margin: 0;
	padding: 2px;
	position: absolute;
	background: #f5f5f5;
	border: 1px solid #979797;
	box-shadow: 2px 2px 2px #999
}

.vakata-context ul {
	list-style: none;
	left: 100%;
	margin-top: -2.7em;
	margin-left: -4px
}

.vakata-context .vakata-context-right ul {
	left: auto;
	right: 100%;
	margin-left: auto;
	margin-right: -4px
}

.vakata-context li {
	list-style: none;
	display: inline
}

.vakata-context li>a {
	display: block;
	padding: 0 2em 0 2em;
	text-decoration: none;
	width: auto;
	color: #000;
	white-space: nowrap;
	line-height: 2.4em;
	text-shadow: 1px 1px 0 #fff;
	border-radius: 1px
}

.vakata-context li>a:hover {
	position: relative;
	background-color: #e8eff7;
	box-shadow: 0 0 2px #0a6aa1
}

.vakata-context li>a.vakata-context-parent {
	background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
	background-position: right center;
	background-repeat: no-repeat
}

.vakata-context li>a:focus {
	outline: 0
}

.vakata-context .vakata-context-hover>a {
	position: relative;
	background-color: #e8eff7;
	box-shadow: 0 0 2px #0a6aa1
}

.vakata-context .vakata-context-separator>a,
.vakata-context .vakata-context-separator>a:hover {
	background: #fff;
	border: 0;
	border-top: 1px solid #e2e3e3;
	height: 1px;
	min-height: 1px;
	max-height: 1px;
	padding: 0;
	margin: 0 0 0 2.4em;
	border-left: 1px solid #e0e0e0;
	text-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	border-radius: 0
}

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
	color: silver;
	background-color: transparent;
	border: 0;
	box-shadow: 0 0 0
}

.vakata-context li>a>i {
	text-decoration: none;
	display: inline-block;
	width: 2.4em;
	height: 2.4em;
	background: 0 0;
	margin: 0 0 0 -2em;
	vertical-align: top;
	text-align: center;
	line-height: 2.4em
}

.vakata-context li>a>i:empty {
	width: 2.4em;
	line-height: 2.4em
}

.vakata-context li>a .vakata-contextmenu-sep {
	display: inline-block;
	width: 1px;
	height: 2.4em;
	background: #fff;
	margin: 0 .5em 0 0;
	border-left: 1px solid #e2e3e3
}

.vakata-context .vakata-contextmenu-shortcut {
	font-size: .8em;
	color: silver;
	opacity: .5;
	display: none
}

.vakata-context-rtl ul {
	left: auto;
	right: 100%;
	margin-left: auto;
	margin-right: -4px
}

.vakata-context-rtl li>a.vakata-context-parent {
	background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
	background-position: left center;
	background-repeat: no-repeat
}

.vakata-context-rtl .vakata-context-separator>a {
	margin: 0 2.4em 0 0;
	border-left: 0;
	border-right: 1px solid #e2e3e3
}

.vakata-context-rtl .vakata-context-left ul {
	right: auto;
	left: 100%;
	margin-left: -4px;
	margin-right: auto
}

.vakata-context-rtl li>a>i {
	margin: 0 -2em 0 0
}

.vakata-context-rtl li>a .vakata-contextmenu-sep {
	margin: 0 0 0 .5em;
	border-left-color: #fff;
	background: #e2e3e3
}

#jstree-marker {
	position: absolute;
	top: 0;
	left: 0;
	margin: -5px 0 0 0;
	padding: 0;
	border-right: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0
}

#jstree-dnd {
	line-height: 16px;
	margin: 0;
	padding: 4px
}

#jstree-dnd .jstree-copy,
#jstree-dnd .jstree-icon {
	display: inline-block;
	text-decoration: none;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px
}

#jstree-dnd .jstree-ok {
	background: green
}

#jstree-dnd .jstree-er {
	background: red
}

#jstree-dnd .jstree-copy {
	margin: 0 2px 0 2px
}

.jstree-default .jstree-icon,
.jstree-default .jstree-node {
	background-repeat: no-repeat;
	background-color: transparent
}

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
	transition: background-color .15s, box-shadow .15s
}

.jstree-default .jstree-hovered {
	background: #e7f4f9;
	border-radius: 2px;
	box-shadow: inset 0 0 1px #ccc
}

.jstree-default .jstree-clicked {
	background: #beebff;
	border-radius: 2px;
	box-shadow: inset 0 0 1px #999
}

.jstree-default .jstree-no-icons .jstree-anchor>.jstree-themeicon {
	display: none
}

.jstree-default .jstree-disabled {
	background: 0 0;
	color: #666
}

.jstree-default .jstree-disabled.jstree-hovered {
	background: 0 0;
	box-shadow: none
}

.jstree-default .jstree-disabled.jstree-clicked {
	background: #efefef
}

.jstree-default .jstree-disabled>.jstree-icon {
	opacity: .8;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
}

.jstree-default .jstree-search {
	font-style: italic;
	color: #8b0000;
	font-weight: 700
}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
	display: none !important
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
	background: 0 0;
	box-shadow: none
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
	background: #e7f4f9
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked {
	background: 0 0
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
	background: #e7f4f9
}

.jstree-default>.jstree-striped {
	min-width: 100%;
	display: inline-block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat
}

.jstree-default>.jstree-wholerow-ul .jstree-clicked,
.jstree-default>.jstree-wholerow-ul .jstree-hovered {
	background: 0 0;
	box-shadow: none;
	border-radius: 0
}

.jstree-default .jstree-wholerow {
	box-sizing: border-box
}

.jstree-default .jstree-wholerow-hovered {
	background: #e7f4f9
}

.jstree-default .jstree-wholerow-clicked {
	background: #beebff;
	background: linear-gradient(to bottom, #beebff 0, #a8e4ff 100%)
}

.jstree-default .jstree-node {
	min-height: 24px;
	line-height: 24px;
	margin-left: 24px;
	min-width: 24px
}

.jstree-default .jstree-anchor {
	line-height: 24px;
	height: 24px
}

.jstree-default .jstree-icon {
	width: 24px;
	height: 24px;
	line-height: 24px
}

.jstree-default .jstree-icon:empty {
	width: 24px;
	height: 24px;
	line-height: 24px
}

.jstree-default.jstree-rtl .jstree-node {
	margin-right: 24px
}

.jstree-default .jstree-wholerow {
	height: 24px
}

.jstree-default .jstree-icon,
.jstree-default .jstree-node {
	background-image: url("../img/vendor/jstree/32px.png")
}

.jstree-default .jstree-node {
	background-position: -292px -4px;
	background-repeat: repeat-y
}

.jstree-default .jstree-last {
	background: 0 0
}

.jstree-default .jstree-open>.jstree-ocl {
	background-position: -132px -4px
}

.jstree-default .jstree-closed>.jstree-ocl {
	background-position: -100px -4px
}

.jstree-default .jstree-leaf>.jstree-ocl {
	background-position: -68px -4px
}

.jstree-default .jstree-themeicon {
	background-position: -260px -4px
}

.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default>.jstree-no-dots .jstree-node {
	background: 0 0
}

.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
	background-position: -36px -4px
}

.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
	background-position: -4px -4px
}

.jstree-default .jstree-disabled {
	background: 0 0
}

.jstree-default .jstree-disabled.jstree-hovered {
	background: 0 0
}

.jstree-default .jstree-disabled.jstree-clicked {
	background: #efefef
}

.jstree-default .jstree-checkbox {
	background-position: -164px -4px
}

.jstree-default .jstree-checkbox:hover {
	background-position: -164px -36px
}

.jstree-default .jstree-checked>.jstree-checkbox,
.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox {
	background-position: -228px -4px
}

.jstree-default .jstree-checked>.jstree-checkbox:hover,
.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
	background-position: -228px -36px
}

.jstree-default .jstree-anchor>.jstree-undetermined {
	background-position: -196px -4px
}

.jstree-default .jstree-anchor>.jstree-undetermined:hover {
	background-position: -196px -36px
}

.jstree-default .jstree-checkbox-disabled {
	opacity: .8;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
}

.jstree-default>.jstree-striped {
	background-size: auto 48px
}

.jstree-default.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
	background-position: 100% 1px;
	background-repeat: repeat-y
}

.jstree-default.jstree-rtl .jstree-last {
	background: 0 0
}

.jstree-default.jstree-rtl .jstree-open>.jstree-ocl {
	background-position: -132px -36px
}

.jstree-default.jstree-rtl .jstree-closed>.jstree-ocl {
	background-position: -100px -36px
}

.jstree-default.jstree-rtl .jstree-leaf>.jstree-ocl {
	background-position: -68px -36px
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default.jstree-rtl>.jstree-no-dots .jstree-node {
	background: 0 0
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
	background-position: -36px -36px
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
	background-position: -4px -36px
}

.jstree-default .jstree-themeicon-custom {
	background-color: transparent;
	background-image: none;
	background-position: 0 0
}

.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl {
	background: url("../img/vendor/jstree/throbber.gif") center center no-repeat
}

.jstree-default .jstree-file {
	background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat
}

.jstree-default .jstree-folder {
	background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat
}

.jstree-default>.jstree-container-ul>.jstree-node {
	margin-left: 0;
	margin-right: 0
}

#jstree-dnd.jstree-default {
	line-height: 24px;
	padding: 0 4px
}

#jstree-dnd.jstree-default .jstree-er,
#jstree-dnd.jstree-default .jstree-ok {
	background-image: url("../img/vendor/jstree/32px.png");
	background-repeat: no-repeat;
	background-color: transparent
}

#jstree-dnd.jstree-default i {
	background: 0 0;
	width: 24px;
	height: 24px;
	line-height: 24px
}

#jstree-dnd.jstree-default .jstree-ok {
	background-position: -4px -68px
}

#jstree-dnd.jstree-default .jstree-er {
	background-position: -36px -68px
}

.jstree-default.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==")
}

.jstree-default.jstree-rtl .jstree-last {
	background: 0 0
}

.jstree-default-small .jstree-node {
	min-height: 18px;
	line-height: 18px;
	margin-left: 18px;
	min-width: 18px
}

.jstree-default-small .jstree-anchor {
	line-height: 18px;
	height: 18px
}

.jstree-default-small .jstree-icon {
	width: 18px;
	height: 18px;
	line-height: 18px
}

.jstree-default-small .jstree-icon:empty {
	width: 18px;
	height: 18px;
	line-height: 18px
}

.jstree-default-small.jstree-rtl .jstree-node {
	margin-right: 18px
}

.jstree-default-small .jstree-wholerow {
	height: 18px
}

.jstree-default-small .jstree-icon,
.jstree-default-small .jstree-node {
	background-image: url("../img/vendor/jstree/32px.png")
}

.jstree-default-small .jstree-node {
	background-position: -295px -7px;
	background-repeat: repeat-y
}

.jstree-default-small .jstree-last {
	background: 0 0
}

.jstree-default-small .jstree-open>.jstree-ocl {
	background-position: -135px -7px
}

.jstree-default-small .jstree-closed>.jstree-ocl {
	background-position: -103px -7px
}

.jstree-default-small .jstree-leaf>.jstree-ocl {
	background-position: -71px -7px
}

.jstree-default-small .jstree-themeicon {
	background-position: -263px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default-small>.jstree-no-dots .jstree-node {
	background: 0 0
}

.jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl {
	background-position: -39px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl {
	background-position: -7px -7px
}

.jstree-default-small .jstree-disabled {
	background: 0 0
}

.jstree-default-small .jstree-disabled.jstree-hovered {
	background: 0 0
}

.jstree-default-small .jstree-disabled.jstree-clicked {
	background: #efefef
}

.jstree-default-small .jstree-checkbox {
	background-position: -167px -7px
}

.jstree-default-small .jstree-checkbox:hover {
	background-position: -167px -39px
}

.jstree-default-small .jstree-checked>.jstree-checkbox,
.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox {
	background-position: -231px -7px
}

.jstree-default-small .jstree-checked>.jstree-checkbox:hover,
.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
	background-position: -231px -39px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined {
	background-position: -199px -7px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined:hover {
	background-position: -199px -39px
}

.jstree-default-small .jstree-checkbox-disabled {
	opacity: .8;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
}

.jstree-default-small>.jstree-striped {
	background-size: auto 36px
}

.jstree-default-small.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
	background-position: 100% 1px;
	background-repeat: repeat-y
}

.jstree-default-small.jstree-rtl .jstree-last {
	background: 0 0
}

.jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl {
	background-position: -135px -39px
}

.jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl {
	background-position: -103px -39px
}

.jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl {
	background-position: -71px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node {
	background: 0 0
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
	background-position: -39px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
	background-position: -7px -39px
}

.jstree-default-small .jstree-themeicon-custom {
	background-color: transparent;
	background-image: none;
	background-position: 0 0
}

.jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl {
	background: url("../img/vendor/jstree/throbber.gif") center center no-repeat
}

.jstree-default-small .jstree-file {
	background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat
}

.jstree-default-small .jstree-folder {
	background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat
}

.jstree-default-small>.jstree-container-ul>.jstree-node {
	margin-left: 0;
	margin-right: 0
}

#jstree-dnd.jstree-default-small {
	line-height: 18px;
	padding: 0 4px
}

#jstree-dnd.jstree-default-small .jstree-er,
#jstree-dnd.jstree-default-small .jstree-ok {
	background-image: url("../img/vendor/jstree/32px.png");
	background-repeat: no-repeat;
	background-color: transparent
}

#jstree-dnd.jstree-default-small i {
	background: 0 0;
	width: 18px;
	height: 18px;
	line-height: 18px
}

#jstree-dnd.jstree-default-small .jstree-ok {
	background-position: -7px -71px
}

#jstree-dnd.jstree-default-small .jstree-er {
	background-position: -39px -71px
}

.jstree-default-small.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==")
}

.jstree-default-small.jstree-rtl .jstree-last {
	background: 0 0
}

.jstree-default-large .jstree-node {
	min-height: 32px;
	line-height: 32px;
	margin-left: 32px;
	min-width: 32px
}

.jstree-default-large .jstree-anchor {
	line-height: 32px;
	height: 32px
}

.jstree-default-large .jstree-icon {
	width: 32px;
	height: 32px;
	line-height: 32px
}

.jstree-default-large .jstree-icon:empty {
	width: 32px;
	height: 32px;
	line-height: 32px
}

.jstree-default-large.jstree-rtl .jstree-node {
	margin-right: 32px
}

.jstree-default-large .jstree-wholerow {
	height: 32px
}

.jstree-default-large .jstree-icon,
.jstree-default-large .jstree-node {
	background-image: url("../img/vendor/jstree/32px.png")
}

.jstree-default-large .jstree-node {
	background-position: -288px 0;
	background-repeat: repeat-y
}

.jstree-default-large .jstree-last {
	background: 0 0
}

.jstree-default-large .jstree-open>.jstree-ocl {
	background-position: -128px 0
}

.jstree-default-large .jstree-closed>.jstree-ocl {
	background-position: -96px 0
}

.jstree-default-large .jstree-leaf>.jstree-ocl {
	background-position: -64px 0
}

.jstree-default-large .jstree-themeicon {
	background-position: -256px 0
}

.jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default-large>.jstree-no-dots .jstree-node {
	background: 0 0
}

.jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl {
	background-position: -32px 0
}

.jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl {
	background-position: 0 0
}

.jstree-default-large .jstree-disabled {
	background: 0 0
}

.jstree-default-large .jstree-disabled.jstree-hovered {
	background: 0 0
}

.jstree-default-large .jstree-disabled.jstree-clicked {
	background: #efefef
}

.jstree-default-large .jstree-checkbox {
	background-position: -160px 0
}

.jstree-default-large .jstree-checkbox:hover {
	background-position: -160px -32px
}

.jstree-default-large .jstree-checked>.jstree-checkbox,
.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox {
	background-position: -224px 0
}

.jstree-default-large .jstree-checked>.jstree-checkbox:hover,
.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
	background-position: -224px -32px
}

.jstree-default-large .jstree-anchor>.jstree-undetermined {
	background-position: -192px 0
}

.jstree-default-large .jstree-anchor>.jstree-undetermined:hover {
	background-position: -192px -32px
}

.jstree-default-large .jstree-checkbox-disabled {
	opacity: .8;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
}

.jstree-default-large>.jstree-striped {
	background-size: auto 64px
}

.jstree-default-large.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
	background-position: 100% 1px;
	background-repeat: repeat-y
}

.jstree-default-large.jstree-rtl .jstree-last {
	background: 0 0
}

.jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl {
	background-position: -128px -32px
}

.jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl {
	background-position: -96px -32px
}

.jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl {
	background-position: -64px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node {
	background: 0 0
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
	background-position: -32px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
	background-position: 0 -32px
}

.jstree-default-large .jstree-themeicon-custom {
	background-color: transparent;
	background-image: none;
	background-position: 0 0
}

.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl {
	background: url("../img/vendor/jstree/throbber.gif") center center no-repeat
}

.jstree-default-large .jstree-file {
	background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat
}

.jstree-default-large .jstree-folder {
	background: url("../img/vendor/jstree/32px.png") -256px 0 no-repeat
}

.jstree-default-large>.jstree-container-ul>.jstree-node {
	margin-left: 0;
	margin-right: 0
}

#jstree-dnd.jstree-default-large {
	line-height: 32px;
	padding: 0 4px
}

#jstree-dnd.jstree-default-large .jstree-er,
#jstree-dnd.jstree-default-large .jstree-ok {
	background-image: url("../img/vendor/jstree/32px.png");
	background-repeat: no-repeat;
	background-color: transparent
}

#jstree-dnd.jstree-default-large i {
	background: 0 0;
	width: 32px;
	height: 32px;
	line-height: 32px
}

#jstree-dnd.jstree-default-large .jstree-ok {
	background-position: 0 -64px
}

#jstree-dnd.jstree-default-large .jstree-er {
	background-position: -32px -64px
}

.jstree-default-large.jstree-rtl .jstree-node {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==")
}

.jstree-default-large.jstree-rtl .jstree-last {
	background: 0 0
}

@media (max-width:768px) {
	#jstree-dnd.jstree-dnd-responsive {
		line-height: 40px;
		font-weight: 700;
		font-size: 1.1em;
		text-shadow: 1px 1px #fff
	}

	#jstree-dnd.jstree-dnd-responsive>i {
		background: 0 0;
		width: 40px;
		height: 40px
	}

	#jstree-dnd.jstree-dnd-responsive>.jstree-ok {
		background-image: url("../img/vendor/jstree/40px.png");
		background-position: 0 -200px;
		background-size: 120px 240px
	}

	#jstree-dnd.jstree-dnd-responsive>.jstree-er {
		background-image: url("../img/vendor/jstree/40px.png");
		background-position: -40px -200px;
		background-size: 120px 240px
	}

	#jstree-marker.jstree-dnd-responsive {
		border-left-width: 10px;
		border-top-width: 10px;
		border-bottom-width: 10px;
		margin-top: -10px
	}
}

@media (max-width:768px) {
	.jstree-default-responsive .jstree-icon {
		background-image: url("../img/vendor/jstree/40px.png")
	}

	.jstree-default-responsive .jstree-leaf>.jstree-ocl,
	.jstree-default-responsive .jstree-node {
		background: 0 0
	}

	.jstree-default-responsive .jstree-node {
		min-height: 40px;
		line-height: 40px;
		margin-left: 40px;
		min-width: 40px;
		white-space: nowrap
	}

	.jstree-default-responsive .jstree-anchor {
		line-height: 40px;
		height: 40px
	}

	.jstree-default-responsive .jstree-icon,
	.jstree-default-responsive .jstree-icon:empty {
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	.jstree-default-responsive>.jstree-container-ul>.jstree-node {
		margin-left: 0
	}

	.jstree-default-responsive.jstree-rtl .jstree-node {
		margin-left: 0;
		margin-right: 40px
	}

	.jstree-default-responsive.jstree-rtl .jstree-container-ul>.jstree-node {
		margin-right: 0
	}

	.jstree-default-responsive .jstree-checkbox,
	.jstree-default-responsive .jstree-ocl,
	.jstree-default-responsive .jstree-themeicon {
		background-size: 120px 240px
	}

	.jstree-default-responsive .jstree-leaf>.jstree-ocl {
		background: 0 0
	}

	.jstree-default-responsive .jstree-open>.jstree-ocl {
		background-position: 0 0 !important
	}

	.jstree-default-responsive .jstree-closed>.jstree-ocl {
		background-position: 0 -40px !important
	}

	.jstree-default-responsive.jstree-rtl .jstree-closed>.jstree-ocl {
		background-position: -40px 0 !important
	}

	.jstree-default-responsive .jstree-themeicon {
		background-position: -40px -40px
	}

	.jstree-default-responsive .jstree-checkbox,
	.jstree-default-responsive .jstree-checkbox:hover {
		background-position: -40px -80px
	}

	.jstree-default-responsive .jstree-checked>.jstree-checkbox,
	.jstree-default-responsive .jstree-checked>.jstree-checkbox:hover,
	.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
	.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
		background-position: 0 -80px
	}

	.jstree-default-responsive .jstree-anchor>.jstree-undetermined,
	.jstree-default-responsive .jstree-anchor>.jstree-undetermined:hover {
		background-position: 0 -120px
	}

	.jstree-default-responsive .jstree-anchor {
		font-weight: 700;
		font-size: 1.1em;
		text-shadow: 1px 1px #fff
	}

	.jstree-default-responsive>.jstree-striped {
		background: 0 0
	}

	.jstree-default-responsive .jstree-wholerow {
		border-top: 1px solid rgba(255, 255, 255, .7);
		border-bottom: 1px solid rgba(64, 64, 64, .2);
		background: #ebebeb;
		height: 40px
	}

	.jstree-default-responsive .jstree-wholerow-hovered {
		background: #e7f4f9
	}

	.jstree-default-responsive .jstree-wholerow-clicked {
		background: #beebff
	}

	.jstree-default-responsive .jstree-children .jstree-last>.jstree-wholerow {
		box-shadow: inset 0 -6px 3px -5px #666
	}

	.jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow {
		box-shadow: inset 0 6px 3px -5px #666;
		border-top: 0
	}

	.jstree-default-responsive .jstree-children .jstree-open+.jstree-open {
		box-shadow: none
	}

	.jstree-default-responsive .jstree-checkbox,
	.jstree-default-responsive .jstree-icon,
	.jstree-default-responsive .jstree-node,
	.jstree-default-responsive .jstree-node>.jstree-ocl,
	.jstree-default-responsive .jstree-themeicon {
		background-image: url("../img/vendor/jstree/40px.png");
		background-size: 120px 240px
	}

	.jstree-default-responsive .jstree-node {
		background-position: -80px 0;
		background-repeat: repeat-y
	}

	.jstree-default-responsive .jstree-last {
		background: 0 0
	}

	.jstree-default-responsive .jstree-leaf>.jstree-ocl {
		background-position: -40px -120px
	}

	.jstree-default-responsive .jstree-last>.jstree-ocl {
		background-position: -40px -160px
	}

	.jstree-default-responsive .jstree-themeicon-custom {
		background-color: transparent;
		background-image: none;
		background-position: 0 0
	}

	.jstree-default-responsive .jstree-file {
		background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
		background-size: 120px 240px
	}

	.jstree-default-responsive .jstree-folder {
		background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
		background-size: 120px 240px
	}

	.jstree-default-responsive>.jstree-container-ul>.jstree-node {
		margin-left: 0;
		margin-right: 0
	}
}

.home-categories {
	max-width: 600px;
	margin: 0 auto;
}
.subcats-list {
	text-align: left;
}
li:has(.show-more){
	list-style: none;
}
.show-more {
	text-decoration: underline;
}

/* Mobile fixes */
.mobile-cart-link {
	display: none;
}

.mobile-menu-overlay {
	display: none;
}

@media (max-width:991px) {
	body.mobile-menu-open,
	body.open-sboff {
		overflow: hidden;
	}

	.header-m-container {
		display: block;
		background: #fff;
		border-bottom: 1px solid #e6e6e6;
		position: sticky;
		top: 0;
		z-index: 1000;
	}

	.header-mobile .header-m-container {
		overflow: visible;
	}

	.header-m-container .container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.mheader-top {
		padding: 8px 0;
	}

	.mheader-top .align-items-center {
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr) 44px 44px;
		align-items: center;
		gap: 8px;
		position: relative;
	}

	.mheader-top .megamenu-container {
		min-width: 0;
	}

	.mheader-top .logo-container {
		min-width: 0;
	}

	.mheader-top .header-logo {
		margin: 0;
		max-width: 100%;
	}

	.mheader-top .header-logo-image-container {
		width: 38px;
		flex: 0 0 38px;
	}

	.mheader-top .header-logo-image {
		max-width: 38px;
		height: auto;
	}

	.mheader-top .header-logo-text {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		margin-left: 8px;
		line-height: 1.05;
		overflow: hidden;
		white-space: normal;
	}

	.mheader-top .logo-main,
	.mheader-top .logo-sub {
		font-size: 15px;
		line-height: 1.1;
		letter-spacing: 0;
		margin-left: 0;
		white-space: nowrap;
	}

	a.mobileMenu-toggle,
	a.mobileMenu-togglehori,
	header .mobileMenu--vertical {
		float: none;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
		position: relative;
		background: #dd3b38;
		border: 0;
		border-radius: 4px;
	}

	a.mobileMenu-toggle .mobileMenu-toggleIcon,
	a.mobileMenu-togglehori .mobileMenu-toggleIcon,
	header .mobileMenu--vertical .mobileMenu-toggleIcon {
		left: 8px;
		top: 19px;
		width: 24px;
		font-size: 0;
	}

	a.mobileMenu-toggle .mobileMenu-toggleIcon::before,
	a.mobileMenu-toggle .mobileMenu-toggleIcon::after,
	a.mobileMenu-togglehori .mobileMenu-toggleIcon::before,
	a.mobileMenu-togglehori .mobileMenu-toggleIcon::after,
	header .mobileMenu--vertical .mobileMenu-toggleIcon::before,
	header .mobileMenu--vertical .mobileMenu-toggleIcon::after {
		width: 24px;
	}

	a.mobileMenu-togglehori {
		color: #333;
		text-align: center;
		text-decoration: none;
	}

	a.mobileMenu-togglehori .bar-icon {
		display: block;
		font-size: 20px;
		line-height: 1;
	}

	a.mobileMenu-togglehori .tab-label {
		display: block;
		font-size: 11px;
		line-height: 1.1;
	}

	.header-bottom__search {
		position: static !important;
		float: none;
	}

	.header-bottom__search h5 {
		margin: 0;
	}

	.header-bottom__search h5 .expander {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 0 !important;
		border: 1px solid #ddd !important;
		border-radius: 4px;
		background: #fff !important;
		color: #333 !important;
		font-size: 0 !important;
	}

	.header-bottom__search h5 .expander i {
		font-size: 18px;
		margin: 0;
	}

	.header-bottom__search .sb-quickSearch {
		display: none;
		position: absolute;
		left: 12px;
		right: 12px;
		top: calc(100% + 8px);
		width: auto;
		padding: 10px;
		background: #fff;
		border: 1px solid #e6e6e6;
		box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
		z-index: 1002;
	}

	.header-bottom__search.is-open .sb-quickSearch {
		display: block;
	}

	.header-bottom__search .sb-searchpro .input-group {
		flex-wrap: nowrap;
	}

	.header-bottom__search .sb-searchpro .form-input {
		height: 42px;
		min-width: 0;
	}

	.mobile-cart-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		position: relative;
		color: #333;
		border: 1px solid #ddd;
		border-radius: 4px;
		background: #fff;
	}

	.mobile-cart-link .fa {
		font-size: 18px;
	}

	.mobile-cart-link .countPill {
		position: absolute;
		top: -6px;
		right: -6px;
		min-width: 18px;
		height: 18px;
		padding: 0 4px;
		line-height: 18px;
		font-size: 11px;
		background: #dd3b38;
		color: #fff;
	}

	.mobile-menu-overlay {
		position: fixed;
		inset: 0;
		z-index: 1089;
		width: 100%;
		height: 100%;
		padding: 0;
		border: 0;
		background: rgba(0, 0, 0, .45);
	}

	body.mobile-menu-open .mobile-menu-overlay {
		display: block;
	}

	.navPages-container {
		top: 0;
		right: 0;
		width: min(86vw, 320px);
		max-width: 320px;
		height: 100dvh;
		padding: 16px;
		overflow-y: auto;
		z-index: 1090;
	}

	.navPages-container .mobileMenu-close {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		margin: 0 0 12px auto;
		padding: 0;
	}

	.mobile-verticalCategories {
		display: block;
	}

	.navPage-subMenu {
		display: none;
		position: static;
		width: 100%;
		box-shadow: none;
		border: 0;
		padding: 0;
	}

	.navPage-subMenu.is-open {
		display: block;
	}

	.main-body {
		padding-top: 14px;
	}

	.products-category .products-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.products-category .product-layout {
		padding-left: 8px;
		padding-right: 8px;
	}

	.products-list .product-grid .product-item-container {
		margin-bottom: 16px;
		border: 1px solid #e8e8e8;
		overflow: visible;
	}

	.products-list .product-grid .product-item-container:before {
		display: none;
	}

	.products-list .product-grid .product-item-container .right-block {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px;
		align-items: center;
		padding: 10px;
		text-align: left;
	}

	.products-list .product-grid .product-item-container .right-block h4 {
		grid-column: 1 / -1;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		line-height: 1.25;
	}

	.products-list .product-grid .product-item-container .price-section {
		margin: 0;
		min-width: 0;
	}

	.products-list .product-grid .product-item-container .button-group {
		position: static;
		display: flex;
		gap: 8px;
		justify-content: flex-end;
		min-width: 0;
		margin: 0;
	}

	.products-list .product-grid .product-item-container .button-group .action-item {
		visibility: visible;
		opacity: 1;
		bottom: auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 42px;
		width: 42px;
		height: 42px;
		line-height: 42px;
		padding: 0;
		border: 1px solid #ddd;
		border-radius: 4px;
		background: #fff;
	}

	.products-list .product-grid .product-item-container .button-group .action-item a,
	.products-list .product-grid .product-item-container .button-group .action-item a i {
		width: 100%;
		height: 100%;
		line-height: 42px;
		text-align: center;
	}

	.products-list .product-grid .product-item-container .button-group .action-item.addToCart a:before {
		display: none;
	}

	.products-list .product-grid .product-item-container .button-group .action-item.addToCart a {
		font-size: 16px;
	}

	.filters-panel {
		gap: 10px;
	}

	.filters-panel .view-mode,
	.filters-panel .short-by-show,
	.filters-panel .actionBar-section,
	.filters-panel .form-field {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}

	.filters-panel .float-right {
		float: none !important;
	}

	.open-sidebar {
		display: none !important;
	}

	.cart-header {
		display: none;
	}

	.cart-list,
	.cart-item,
	.cart-item-block,
	.cart-item-title,
	.cart-item-info {
		display: block;
		width: 100%;
	}

	.cart-item {
		padding: 14px 0;
	}

	.cart-item-title {
		height: auto;
		padding: 0;
		margin-bottom: 10px;
	}

	.cart-item-title h4,
	.cart-item-name {
		margin: 0;
		line-height: 1.25;
	}

	.cart-item-info {
		clear: both;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-top: 8px;
		font-size: 15px !important;
	}

	.cart-item-label,
	.cart-item-value {
		float: none;
		width: auto;
		padding: 0;
		margin: 0;
		text-align: left;
	}

	.cart-item-quantity .form-increment {
		display: inline-flex;
		align-items: center;
		margin: 0;
		border: 1px solid #ddd;
		border-radius: 4px;
		overflow: hidden;
	}

	.form-increment .button {
		min-width: 42px;
		min-height: 42px;
		padding: 0;
	}

	.form-input--incrementTotal {
		width: 48px;
		height: 42px;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.cart-remove {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		margin-left: 8px;
	}

	.cart-actions {
		display: grid;
		gap: 10px;
	}

	.cart-actions .button {
		width: 100%;
		max-width: none;
		margin: 0;
	}

	.checkout-form .form-input,
	.checkout-form .button {
		width: 100%;
	}
}

@media (max-width:480px) {
	.products-category .product-layout {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:992px) {
	.row>.page-content:only-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
