/*Fonts*/
@font-face {
	font-family: "Hardwear Display";
	src: url("../fonts/HardwearDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/HardwearDisplay-ExtraBold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: optional;
}

@font-face {
	font-family: "Hardwear Sharp Round";
	src: url("../fonts/HardwearSharpRnd-Bold.woff2") format("woff2"), url("../fonts/HardwearSharpRnd-Bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: optional;
}

@font-face {
	font-family: "Quadrant Text Mono";
	src: url("../fonts/QuadrantTextMono-Regular.woff2") format("woff2"), url("../fonts/QuadrantTextMono-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: optional;
}

@font-face {
	font-family: "Roboto Serif";
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/RobotoSerif-latin-400.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Roboto Serif";
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(../fonts/RobotoSerif-latin-700.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: feather;
	src: url(../fonts/feather-webfont.eot);
	src: url(../fonts/feather-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/feather-webfont.woff) format("woff"), url(../fonts/feather-webfont.ttf) format("truetype"), url(../fonts/feather-webfont.svg#feather) format("svg");
	font-weight: 400;
	font-style: normal
}

.font-quadrant-text-mono {
	font-family: "Quadrant Text Mono";
}

/* Sichtbarer Bereich verbreitern */
/*@media (min-width: 1400px) {*/
/*	.container {*/
/*		width: 1370px;*/
/*		max-width: 1370px;*/
/*	}*/
/*}*/

/*Header*/
.site-header .topbar {
	background-color: #000000;
}

.site-header .toolbar .toolbar-item > a {
	color: rgba(255, 255, 255, 0.9);
}

.site-header .toolbar .toolbar-item:hover > a, .site-header .toolbar .toolbar-item.active, .site-header .toolbar .toolbar-item.active > a {
	color: #505050;
}

.site-header .search-box-wrap .input-group .form-control:focus, .site-header .mobile-search .input-group .form-control:focus {
	background-color: #f5f5f5;
}

.mobile-menu .toolbar .toolbar-item > a {
	color: #505050;
}

/*Slider auto height */
.hero-slider {
	/*min-height: 500px !important;*/
	/*min-height: auto !important;*/
	min-height: unset;
}

.hero-slider > .owl-carousel {
	/*min-height: 500px !important;*/
	/*min-height: auto !important;*/
	min-height: unset;
}

/* Gleiche Höhe der Spalten in der Gridansicht*/
.grid [class*="col-"] {
	margin-bottom: 30px;
}

.grid .product-card {
	height: 100%;
	margin-bottom: 0 !important;
}

/* Gridabstand */
.grid-gap10 {
	grid-gap: 10px;
}

.w-70 {
	width: 70px !important;
}

/* Artikel in der Listenansicht */
.product-card .product-thumb {
	height: 350px;
}

.product-card .product-thumb > img {
	width: auto !important;
}

.product-card .product-title.bezeichnung {
	min-height: 60px;
}

.product-card .product-category.zusatztext {
	min-height: 36px;
}

.product-card .product-category.zusatztext .weitereVarianten {
	font-size: 14px;
	background-color: #fff8b0 !important;
}

.product-card .product-category.zusatztext .weitereVarianten a {
	color: #232323;
	text-decoration: none;
}

.product-gallery .product-thumbnails > li > a {
	max-height: 70px;
}

.product-gallery .product-thumbnails > li > a > img {
	max-height: inherit;
}

.gallery-item > a {
	max-height: 350px;
}

.gallery-item > a > img {
	width: auto;
	max-height: inherit;
}

.pswp img {
	object-fit: contain;
}

.widget-cart > .entry .entry-delete a,
.dropdown-product-item > a.dropdown-product-remove {
	color: #f44336;
	text-decoration: none;
}

/* Artikel im Warenkorb */
.shopping-cart .text-right {
	white-space: nowrap;
}

.shopping-cart .product-thumb {
	height: 120px;
}

.shopping-cart-footer.gesamtnetto .column {
	font-size: 14px;
}

.shopping-cart-footer.gesamtsteuer .column {
	font-size: 14px;
}

.widget-cart > .entry a {
	height: 90px;
}

.mw-100 {
	max-width: 100% !important;
}

.mw-110 {
	min-width: 110px !important;
}

.widget-categories ul > li.has-children.expanded > ul, .widget-links ul > li.has-children.expanded > ul {
	max-height: 100% !important;
}

tr[data-href] {
	cursor: pointer;
}

/*readonly Elemente*/
.form-control.disabled {
	display: flex;
	background-color: #f5f5f5;
	cursor: not-allowed;
}

.form-control.disabled > .disabled-value {
	align-self: center !important;
}

option:disabled {
	/*color: red;*/
	font-style: italic;
}

.bg-sale {
	background-color: #f44336 !important;
}

.bg-new {
	background-color: #f44336 !important;
}

.bg-aktion {
	background-color: #f44336 !important;
}

/* Embed YouTube Video */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Varianten */
.variante-typ-bild .variante-selected {
	padding: 5px !important;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	background-color: #ffffff;
}

.variante-typ-kachel .variante-item {
	display: block;
	margin-bottom: 0;
	min-height: 1.5rem;
	padding-left: 0;
}

.variante-typ-kachel .variante-label {
	border: 1px solid #e5e5e5;
	color: inherit;
	margin-left: 0;
	min-width: 3rem;
	padding: .5rem;
	text-align: center;
	text-decoration: inherit;
	transition: all .1s ease-in-out;
	cursor: pointer;
	font-family: "Hardwear Sharp Round";
}

.variante-typ-kachel .variante-selected .variante-label {
	border: 1px solid #232323;
}

.variante-typ-kachel .variante-disabled .variante-label {
	background-color: #f5f5f5;
	color: #999999;
	text-decoration: line-through;
	cursor: auto;
}


/* ContentBuilder */
/* Text Formatting */
.font-thin {
	font-weight: 100 !important;
}

.font-extralight {
	font-weight: 200 !important;
}

.font-light {
	font-weight: 300 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-semibold {
	font-weight: 600 !important;
}

.font-bold {
	font-weight: 700 !important;
}

.font-extrabold {
	font-weight: 800 !important;
}

.font-black {
	font-weight: 900 !important;
}

.italic {
	font-style: italic !important;
}

.not-italic {
	font-style: normal !important;
}

.display .italic {
	font-style: italic !important;
}

.display .not-italic {
	font-style: normal !important;
}

.underline {
	-webkit-text-decoration-line: underline !important;
	text-decoration-line: underline !important;
}

.line-through {
	-webkit-text-decoration-line: line-through !important;
	text-decoration-line: line-through !important;
}

.no-underline {
	-webkit-text-decoration-line: none !important;
	text-decoration-line: none !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.lowercase {
	text-transform: lowercase !important;
}

.capitalize {
	text-transform: capitalize !important;
}

.normal-case {
	text-transform: none !important;
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.sub, .sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.sup {
	top: -0.3em;
	vertical-align: super;
}

.sub {
	bottom: -0.25em;
	vertical-align: sub;
}

.tracking--100 {
	letter-spacing: -0.1em !important
}

.tracking--75 {
	letter-spacing: -0.075em !important
}

.tracking--50, .tracking-tighter {
	letter-spacing: -0.05em !important
}

.tracking--25, .tracking-tight {
	letter-spacing: -0.025em !important
}

.tracking-0, .tracking-normal {
	letter-spacing: 0em !important
}

.tracking-25, .tracking-wide {
	letter-spacing: 0.025em !important
}

.tracking-50, .tracking-wider {
	letter-spacing: 0.05em !important
}

.tracking-75 {
	letter-spacing: 0.075em !important
}

.tracking-100, .tracking-widest {
	letter-spacing: 0.1em !important
}

.tracking-125 {
	letter-spacing: 0.125em !important
}

.tracking-150 {
	letter-spacing: 0.15em !important
}

.tracking-175 {
	letter-spacing: 0.175em !important
}

.tracking-200 {
	letter-spacing: 0.2em !important
}

.tracking-225 {
	letter-spacing: 0.225em !important
}

.tracking-250 {
	letter-spacing: 0.25em !important
}

.tracking-275 {
	letter-spacing: 0.275em !important
}

.tracking-300 {
	letter-spacing: 0.3em !important
}

.tracking-325 {
	letter-spacing: 0.325em !important
}

.tracking-350 {
	letter-spacing: 0.350em !important
}

.tracking-375 {
	letter-spacing: 0.375em !important
}

.tracking-400 {
	letter-spacing: 0.4em !important
}

.tracking-425 {
	letter-spacing: 0.425em !important
}

.tracking-450 {
	letter-spacing: 0.450em !important
}

.tracking-475 {
	letter-spacing: 0.475em !important
}

.tracking-500 {
	letter-spacing: 0.5em !important
}

.leading-05 {
	line-height: 0.5 !important
}

.leading-06 {
	line-height: 0.6 !important
}

.leading-07 {
	line-height: 0.7 !important
}

.leading-08 {
	line-height: 0.8 !important
}

.leading-09 {
	line-height: 0.9 !important
}

.leading-10, .leading-none {
	line-height: 1 !important
}

.leading-11 {
	line-height: 1.1 !important
}

.leading-12 {
	line-height: 1.2 !important
}

.leading-tight {
	line-height: 1.25 !important
}

.leading-13 {
	line-height: 1.3 !important
}

.leading-snug {
	line-height: 1.375 !important
}

.leading-14 {
	line-height: 1.4 !important
}

.leading-15, .leading-normal {
	line-height: 1.5 !important
}

.leading-16 {
	line-height: 1.6 !important
}

.leading-relaxed {
	line-height: 1.625 !important
}

.leading-17 {
	line-height: 1.7 !important
}

.leading-18 {
	line-height: 1.8 !important
}

.leading-19 {
	line-height: 1.9 !important
}

.leading-20, .leading-loose {
	line-height: 2 !important
}

.leading-21 {
	line-height: 2.1 !important
}

.leading-22 {
	line-height: 2.2 !important
}

.leading-23 {
	line-height: 2.3 !important
}

.leading-24 {
	line-height: 2.4 !important
}

.leading-25 {
	line-height: 2.5 !important
}

.leading-26 {
	line-height: 2.6 !important
}

.leading-27 {
	line-height: 2.7 !important
}

.leading-28 {
	line-height: 2.8 !important
}

.leading-29 {
	line-height: 2.9 !important
}

.leading-30 {
	line-height: 3 !important
}

/* Opacity */
.opacity-0 {
	opacity: 0 !important
}

.opacity-2 {
	opacity: 0.02 !important
}

.opacity-4 {
	opacity: 0.04 !important
}

.opacity-5 {
	opacity: 0.05 !important
}

.opacity-6 {
	opacity: 0.06 !important
}

.opacity-8 {
	opacity: 0.08 !important
}

.opacity-10 {
	opacity: 0.1 !important
}

.opacity-12 {
	opacity: 0.12 !important
}

.opacity-15 {
	opacity: 0.15 !important
}

.opacity-20 {
	opacity: 0.2 !important
}

.opacity-25 {
	opacity: 0.25 !important
}

.opacity-30 {
	opacity: 0.3 !important
}

.opacity-35 {
	opacity: 0.35 !important
}

.opacity-40 {
	opacity: 0.4 !important
}

.opacity-45 {
	opacity: 0.45 !important
}

.opacity-50 {
	opacity: 0.5 !important
}

.opacity-55 {
	opacity: 0.55 !important
}

.opacity-60 {
	opacity: 0.6 !important
}

.opacity-65 {
	opacity: 0.65 !important
}

.opacity-70 {
	opacity: 0.7 !important
}

.opacity-75 {
	opacity: 0.75 !important
}

.opacity-80 {
	opacity: 0.8 !important
}

.opacity-85 {
	opacity: 0.85 !important
}

.opacity-90 {
	opacity: 0.9 !important
}

.opacity-95 {
	opacity: 0.95 !important
}

.opacity-100 {
	opacity: 1 !important
}

.size-12 {
	font-size: 12px !important
}

.size-13 {
	font-size: 13px !important
}

.size-14 {
	font-size: 14px !important
}

.size-15 {
	font-size: 15px !important
}

.size-16 {
	font-size: 16px !important
}

.size-17 {
	font-size: 17px !important
}

.size-18 {
	font-size: 18px !important
}

.size-19 {
	font-size: 19px !important
}

.size-21 {
	font-size: 21px !important
}

.size-24 {
	font-size: 24px !important
}

.size-28 {
	font-size: 28px !important
}

.size-32 {
	font-size: 32px !important
}

.size-35 {
	font-size: 35px !important
}

.size-38 {
	font-size: 38px !important
}

.size-42 {
	font-size: 42px !important
}

.size-46 {
	font-size: 46px !important
}

.size-48 {
	font-size: 48px !important
}

.size-50 {
	font-size: 50px !important;
	overflow-wrap: break-word;
}

.size-54 {
	font-size: 54px !important;
	overflow-wrap: break-word;
}

.size-60 {
	font-size: 60px !important;
	overflow-wrap: break-word;
}

.size-64 {
	font-size: 64px !important;
	overflow-wrap: break-word;
}

.size-68 {
	font-size: 68px !important;
	overflow-wrap: break-word;
}

.size-72 {
	font-size: 72px !important;
	overflow-wrap: break-word;
}

.size-76 {
	font-size: 76px !important;
	overflow-wrap: break-word;
}

.size-80 {
	font-size: 80px !important;
	overflow-wrap: break-word;
}

.size-84 {
	font-size: 84px !important;
	overflow-wrap: break-word;
}

.size-88 {
	font-size: 88px !important;
	overflow-wrap: break-word;
}

.size-92 {
	font-size: 92px !important;
	overflow-wrap: break-word;
}

.size-96 {
	font-size: 96px !important;
	overflow-wrap: break-word;
}

.size-100 {
	font-size: 100px !important;
	overflow-wrap: break-word;
}

.size-104 {
	font-size: 104px !important;
	overflow-wrap: break-word;
}

.size-108 {
	font-size: 108px !important;
	overflow-wrap: break-word;
}

.size-112 {
	font-size: 112px !important;
	overflow-wrap: break-word;
}

.size-116 {
	font-size: 116px !important;
	overflow-wrap: break-word;
}

.size-120 {
	font-size: 120px !important;
	overflow-wrap: break-word;
}

.size-124 {
	font-size: 124px !important;
	overflow-wrap: break-word;
}

.size-128 {
	font-size: 128px !important;
	overflow-wrap: break-word;
}

.size-132 {
	font-size: 132px !important;
	overflow-wrap: break-word;
}

.size-136 {
	font-size: 136px !important;
	overflow-wrap: break-word;
}

.size-140 {
	font-size: 140px !important;
	overflow-wrap: break-word;
}

.size-144 {
	font-size: 144px !important;
	overflow-wrap: break-word;
}

.size-148 {
	font-size: 148px !important;
	overflow-wrap: break-word;
}

.size-152 {
	font-size: 152px !important;
	overflow-wrap: break-word;
}

.size-156 {
	font-size: 156px !important;
	overflow-wrap: break-word;
}

.size-160 {
	font-size: 160px !important;
	overflow-wrap: break-word;
}

.size-164 {
	font-size: 164px !important;
	overflow-wrap: break-word;
}

.size-168 {
	font-size: 168px !important;
	overflow-wrap: break-word;
}

.size-172 {
	font-size: 172px !important;
	overflow-wrap: break-word;
}

.size-176 {
	font-size: 176px !important;
	overflow-wrap: break-word;
}

.size-180 {
	font-size: 180px !important;
	overflow-wrap: break-word;
}

.size-184 {
	font-size: 184px !important;
	overflow-wrap: break-word;
}

.size-188 {
	font-size: 188px !important;
	overflow-wrap: break-word;
}

.size-192 {
	font-size: 192px !important;
	overflow-wrap: break-word;
}

.size-196 {
	font-size: 196px !important;
	overflow-wrap: break-word;
}

.size-200 {
	font-size: 200px !important;
	overflow-wrap: break-word;
}

.size-204 {
	font-size: 204px !important;
	overflow-wrap: break-word;
}

.size-208 {
	font-size: 208px !important;
	overflow-wrap: break-word;
}

.size-212 {
	font-size: 212px !important;
	overflow-wrap: break-word;
}

.size-216 {
	font-size: 216px !important;
	overflow-wrap: break-word;
}

.size-220 {
	font-size: 220px !important;
	overflow-wrap: break-word;
}

.size-224 {
	font-size: 224px !important;
	overflow-wrap: break-word;
}

.size-228 {
	font-size: 228px !important;
	overflow-wrap: break-word;
}

.size-232 {
	font-size: 232px !important;
	overflow-wrap: break-word;
}

.size-236 {
	font-size: 236px !important;
	overflow-wrap: break-word;
}

.size-240 {
	font-size: 240px !important;
	overflow-wrap: break-word;
}

.size-244 {
	font-size: 244px !important;
	overflow-wrap: break-word;
}

.size-248 {
	font-size: 248px !important;
	overflow-wrap: break-word;
}

.size-252 {
	font-size: 252px !important;
	overflow-wrap: break-word;
}

.size-256 {
	font-size: 256px !important;
	overflow-wrap: break-word;
}

.size-260 {
	font-size: 260px !important;
	overflow-wrap: break-word;
}

.size-264 {
	font-size: 264px !important;
	overflow-wrap: break-word;
}

.size-268 {
	font-size: 268px !important;
	overflow-wrap: break-word;
}

.size-272 {
	font-size: 272px !important;
	overflow-wrap: break-word;
}

.size-276 {
	font-size: 276px !important;
	overflow-wrap: break-word;
}

.size-280 {
	font-size: 280px !important;
	overflow-wrap: break-word;
}

.size-284 {
	font-size: 284px !important;
	overflow-wrap: break-word;
}

.size-288 {
	font-size: 288px !important;
	overflow-wrap: break-word;
}

.size-292 {
	font-size: 292px !important;
	overflow-wrap: break-word;
}

.size-296 {
	font-size: 296px !important;
	overflow-wrap: break-word;
}

.size-300 {
	font-size: 300px !important;
	overflow-wrap: break-word;
}

.size-304 {
	font-size: 304px !important;
	overflow-wrap: break-word;
}

.size-308 {
	font-size: 308px !important;
	overflow-wrap: break-word;
}

.size-312 {
	font-size: 312px !important;
	overflow-wrap: break-word;
}

.size-316 {
	font-size: 316px !important;
	overflow-wrap: break-word;
}

.size-320 {
	font-size: 320px !important;
	overflow-wrap: break-word;
}

.size-324 {
	font-size: 324px !important;
	overflow-wrap: break-word;
}

.size-328 {
	font-size: 328px !important;
	overflow-wrap: break-word;
}

.size-332 {
	font-size: 332px !important;
	overflow-wrap: break-word;
}

.size-336 {
	font-size: 336px !important;
	overflow-wrap: break-word;
}

.size-340 {
	font-size: 340px !important;
	overflow-wrap: break-word;
}

.size-344 {
	font-size: 344px !important;
	overflow-wrap: break-word;
}

.size-348 {
	font-size: 348px !important;
	overflow-wrap: break-word;
}

.size-352 {
	font-size: 352px !important;
	overflow-wrap: break-word;
}

.size-356 {
	font-size: 356px !important;
	overflow-wrap: break-word;
}

.size-360 {
	font-size: 360px !important;
	overflow-wrap: break-word;
}

.size-364 {
	font-size: 364px !important;
	overflow-wrap: break-word;
}

.size-368 {
	font-size: 368px !important;
	overflow-wrap: break-word;
}

.size-372 {
	font-size: 372px !important;
	overflow-wrap: break-word;
}

.size-376 {
	font-size: 376px !important;
	overflow-wrap: break-word;
}

.size-380 {
	font-size: 380px !important;
	overflow-wrap: break-word;
}

.size-384 {
	font-size: 384px !important;
	overflow-wrap: break-word;
}

.size-388 {
	font-size: 388px !important;
	overflow-wrap: break-word;
}

.size-392 {
	font-size: 392px !important;
	overflow-wrap: break-word;
}

.size-396 {
	font-size: 396px !important;
	overflow-wrap: break-word;
}

.size-400 {
	font-size: 400px !important;
	overflow-wrap: break-word;
}

/* unishop1 */
/*--------------------------------*/
.sub-menu, .toolbar-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	margin-top: -7px !important;
	padding: 10px 0 !important;
	border: 1px solid #e1e7ec;
	border-radius: 5px;
	background-color: #ffffff;
	line-height: 1.5;
	box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
}

.sub-menu > li, .toolbar-dropdown > li {
	display: block;
	position: relative;
}

.sub-menu > li > a, .toolbar-dropdown > li > a {
	display: block;
	padding: 5px 20px !important;
	transition: color .3s;
	color: #606975;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
}

.sub-menu > li > a > i, .toolbar-dropdown > li > a > i {
	display: inline-block;
	margin-top: -2px;
	margin-right: 6px;
	font-size: .9em;
	vertical-align: middle;
}

.sub-menu > li.sub-menu-user, .toolbar-dropdown > li.sub-menu-user {
	display: table;
	width: 100%;
	padding: 4px 17px 6px;
}

.sub-menu > li.sub-menu-user .user-ava, .toolbar-dropdown > li.sub-menu-user .user-ava,
.sub-menu > li.sub-menu-user .user-info,
.toolbar-dropdown > li.sub-menu-user .user-info {
	display: table-cell;
	vertical-align: middle;
}

.sub-menu > li.sub-menu-user .user-ava, .toolbar-dropdown > li.sub-menu-user .user-ava {
	width: 44px;
}

.sub-menu > li.sub-menu-user .user-ava > img, .toolbar-dropdown > li.sub-menu-user .user-ava > img {
	display: block;
	width: 44px;
	padding: 3px;
	border: 1px solid #e1e7ec;
	border-radius: 50%;
}


.sub-menu > li.sub-menu-user .user-info,
.toolbar-dropdown > li.sub-menu-user .user-info {
	padding-left: 8px;
}

.sub-menu > li.sub-menu-user .user-info > .user-name, .toolbar-dropdown > li.sub-menu-user .user-info > .user-name {
	margin-bottom: 2px;
	font-size: 14px;
}

.sub-menu > li.sub-menu-user .user-info > span, .toolbar-dropdown > li.sub-menu-user .user-info > span {
	display: block;
}

.sub-menu > li.sub-menu-separator, .toolbar-dropdown > li.sub-menu-separator {
	margin-top: 5px;
	margin-bottom: 3px;
	border-top: 1px solid #e1e7ec;
}

.sub-menu > li:hover > a, .toolbar-dropdown > li:hover > a {
	color: #0da9ef;
}

.sub-menu > li.active > a, .toolbar-dropdown > li.active > a {
	color: #0da9ef;
}

.sub-menu > li.has-children > a, .toolbar-dropdown > li.has-children > a {
	padding-right: 35px !important;
}

.sub-menu > li.has-children > a::after, .toolbar-dropdown > li.has-children > a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .32em solid;
	content: '';
}

.sub-menu > li > .sub-menu, .toolbar-dropdown > li > .sub-menu {
	top: -4px;
	left: 100%;
	margin-left: -5px;
}

.mega-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -1px !important;
	border: 1px solid #e1e7ec;
	background-color: #ffffff;
	box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
	table-layout: fixed;
}

.mega-menu > li {
	display: table-cell !important;
	position: relative;
	padding: 25px !important;
	border-left: 1px solid #e1e7ec;
	vertical-align: top;
}

.mega-menu > li .mega-menu-title {
	display: block;
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e7ec;
	color: #9da9b9;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
}

.mega-menu > li:first-child {
	border-left: 0;
}

.mega-menu .sub-menu {
	display: block !important;
	position: relative;
	width: 100%;
	padding: 0 !important;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}

.mega-menu .sub-menu > li > a {
	padding: 5px 0 !important;
}

.offcanvas-menu {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.offcanvas-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.offcanvas-menu ul.menu {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.offcanvas-menu ul.menu.off-view {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.offcanvas-menu ul.menu.in-view {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.offcanvas-menu ul li {
	display: block;
}

.offcanvas-menu ul li a {
	display: block;
	padding: 15px 20px;
	transition: color .3s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-decoration: none;
}

.offcanvas-menu ul li a:hover {
	color: #0da9ef;
}

.offcanvas-menu ul li.back-btn > a {
	background-color: #313b47;
	color: #ffffff;
}

.offcanvas-menu ul li.back-btn > a::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 8px;
	border-top: .32em solid transparent;
	border-right: .37em solid;
	border-bottom: .32em solid transparent;
	content: '';
	opacity: .75;
}

.offcanvas-menu ul li.active > a {
	color: #0da9ef;
}

.offcanvas-menu ul li.has-children > span {
	display: block;
	position: relative;
	width: 100%;
}

.offcanvas-menu ul li.has-children > span > a {
	padding-right: 65px;
}

.offcanvas-menu ul li.has-children.active > span > a {
	color: #0da9ef;
}

.offcanvas-menu ul li.has-children .sub-menu-toggle {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	height: calc(100% - 1px);
	transition: background-color .3s;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	z-index: 1;
}

.offcanvas-menu ul li.has-children .sub-menu-toggle::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: .35em solid transparent;
	border-bottom: .35em solid transparent;
	border-left: .4em solid;
	content: '';
}

.offcanvas-menu ul li.has-children .sub-menu-toggle:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.offcanvas-menu ul li.has-children > .offcanvas-submenu {
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.offcanvas-menu ul li.has-children > .offcanvas-submenu.off-view {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

@-webkit-keyframes submenu-show {
	from {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes submenu-show {
	from {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes megamenu-show {
	from {
		-webkit-transform: translate3d(0, -9px, 0);
		transform: translate3d(0, -9px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes megamenu-show {
	from {
		-webkit-transform: translate3d(0, -9px, 0);
		transform: translate3d(0, -9px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}


.topbar {
	display: table;
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 30px;
	border-bottom: 1px solid #e1e7ec;
	background-color: #f5f5f5;
	z-index: 9010;
}

.topbar .topbar-column {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.topbar .topbar-column:last-child {
	text-align: right;
}

.topbar .topbar-column:first-child {
	text-align: left;
}

.topbar .topbar-column a:not(.social-button), .topbar .topbar-column span, .topbar .topbar-column p {
	color: #606975;
	font-size: 13px;
}

.topbar .topbar-column > a:not(.social-button), .topbar .topbar-column > span, .topbar .topbar-column > p {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.topbar .topbar-column > a:not(.social-button) > i, .topbar .topbar-column > span > i, .topbar .topbar-column > p > i {
	margin-top: -3px;
}

.topbar .topbar-column > a:not(.social-button) > i.icon-download, .topbar .topbar-column > span > i.icon-download, .topbar .topbar-column > p > i.icon-download {
	margin-top: -4px;
}

.topbar .topbar-column a:not(.social-button) {
	transition: color .3s;
	text-decoration: none;
}

.topbar .topbar-column a:not(.social-button):hover {
	color: #0da9ef;
}

.topbar .topbar-column:last-child > a:not(.social-button), .topbar .topbar-column:last-child > span, .topbar .topbar-column:last-child > p {
	margin-left: 20px;
}

.topbar .topbar-column:first-child > a:not(.social-button), .topbar .topbar-column:first-child > span, .topbar .topbar-column:first-child > p {
	margin-right: 20px;
}

.topbar.topbar-ghost, .topbar.topbar-dark {
	position: absolute;
	top: 0;
	left: 0;
	border-bottom-color: rgba(255, 255, 255, 0.15);
	background-color: rgba(255, 255, 255, 0.05);
}

.topbar.topbar-ghost .topbar-column a:not(.social-button):not(.dropdown-item), .topbar.topbar-ghost .topbar-column span, .topbar.topbar-ghost .topbar-column p, .topbar.topbar-dark .topbar-column a:not(.social-button):not(.dropdown-item), .topbar.topbar-dark .topbar-column span, .topbar.topbar-dark .topbar-column p {
	color: #ffffff;
}

.topbar.topbar-ghost .topbar-column a:not(.social-button):not(.dropdown-item):hover, .topbar.topbar-dark .topbar-column a:not(.social-button):not(.dropdown-item):hover {
	color: #0da9ef;
}

.topbar.topbar-ghost .lang-currency-switcher-wrap .lang-currency-switcher > .currency, .topbar.topbar-dark .lang-currency-switcher-wrap .lang-currency-switcher > .currency {
	border-left-color: rgba(255, 255, 255, 0.15);
}

.topbar.topbar-ghost .dropdown-toggle::after, .topbar.topbar-dark .dropdown-toggle::after {
	color: #ffffff;
}

.topbar.topbar-dark {
	position: relative;
}

.lang-currency-switcher-wrap {
	display: inline-block;
	position: relative;
	margin-left: 22px;
	cursor: pointer;
	vertical-align: middle;
}

.lang-currency-switcher-wrap .lang-currency-switcher > .language, .lang-currency-switcher-wrap .lang-currency-switcher > .currency, .lang-currency-switcher-wrap .lang-currency-switcher::after {
	display: inline-block;
	transition: color .3s;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
}

.lang-currency-switcher-wrap .lang-currency-switcher > .language {
	width: 20px;
}

.lang-currency-switcher-wrap .lang-currency-switcher > .currency {
	margin-left: 12px;
	padding: 4px 0 4px 12px;
	border-left: 1px solid #e1e7ec;
}

.lang-currency-switcher-wrap .lang-currency-switcher::after {
	margin-left: 6px;
	transition: all .3s;
}

.lang-currency-switcher-wrap .lang-currency-switcher:hover > .language, .lang-currency-switcher-wrap .lang-currency-switcher:hover > .currency, .lang-currency-switcher-wrap .lang-currency-switcher:hover::after {
	color: #0da9ef;
}

.lang-currency-switcher-wrap.show > .lang-currency-switcher .currency,
.lang-currency-switcher-wrap.show > .lang-currency-switcher::after {
	color: #0da9ef;
}

.lang-currency-switcher-wrap .dropdown-menu {
	right: 0;
	left: auto;
	padding-bottom: 12px;
}

.lang-currency-switcher-wrap .dropdown-item {
	padding-top: 4px;
	padding-bottom: 4px;
}

.lang-currency-switcher-wrap .dropdown-item > img {
	display: inline-block;
	width: 17px;
	margin-top: -1px;
	margin-right: 7px;
	vertical-align: middle;
}

.lang-currency-switcher-wrap .currency-select {
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.site-search {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transition: .3s;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}

.site-search > input {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	padding-right: 120px;
	padding-left: 30px;
	border: 0;
	background-color: #ffffff;
	color: #606975;
	font-size: 16px;
}

.site-search > input:focus {
	outline: 0;
}

.site-search > input::-moz-placeholder {
	color: #9da9b9;
	opacity: 1;
}

.site-search > input:-ms-input-placeholder {
	color: #9da9b9;
}

.site-search > input::-webkit-input-placeholder {
	color: #9da9b9;
}

.site-search .search-tools {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -20px;
	z-index: 5;
}

.site-search .search-tools .clear-search,
.site-search .search-tools .close-search {
	display: inline-block;
	transition: color .25s;
	cursor: pointer;
	vertical-align: middle;
}

.site-search .search-tools .clear-search {
	padding: 10px 0;
	color: #9da9b9;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.site-search .search-tools .clear-search:hover {
	color: #606975;
}

.site-search .search-tools .close-search {
	margin-left: 10px;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.site-search .search-tools .close-search:hover {
	color: #9da9b9;
}

.site-search.search-visible {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1200px) {
	.site-search > input {
		padding-right: 105px;
		padding-left: 15px;
	}

	.site-search .search-tools {
		right: 15px;
	}
}

.navbar {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 84px;
	border-bottom: 1px solid #e1e7ec;
	background-color: #ffffff;
	z-index: 9000;
}

.navbar.navbar-stuck {
	position: fixed;
	box-shadow: 0 3px 25px 0 rgba(47, 56, 68, 0.22);
	z-index: 9010;
}

.site-branding {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 5;
}

.site-branding .inner {
	display: table;
	height: 100%;
	min-height: 100%;
}

.site-logo,
.offcanvas-toggle {
	display: table-cell;
	vertical-align: middle;
}

.site-logo {
	width: 154px;
	padding: 12px 0 12px 25px;
	text-decoration: none;
}

.site-logo > img {
	display: block;
	width: 100%;
}

.site-logo.logo-stuck {
	display: none;
}

.navbar-ghost.navbar-stuck .site-logo {
	display: none;
}

.navbar-ghost.navbar-stuck .site-logo.logo-stuck {
	display: table-cell;
}

.offcanvas-toggle {
	width: 74px;
	transition: color .3s;
	border-right: 1px solid #e1e7ec;
	color: #606975;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

.offcanvas-toggle::before {
	display: inline-block;
	font-family: feather;
	content: '\e120';
}

.offcanvas-toggle:hover {
	color: #0da9ef;
}

.offcanvas-toggle.menu-toggle {
	display: none;
}

.site-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1;
}

.site-menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.site-menu ul > li > a {
	padding: 0 15px;
	transition: color .3s;
	color: #606975;
	font-size: 14px;
	font-family: "Hardwear Sharp Round";
	font-weight: 500;
	text-decoration: none;
}

.site-menu ul > li:hover > a {
	color: #0da9ef;
}

.site-menu ul > li.active > a {
	color: #0da9ef;
}

.site-menu > ul {
	display: table;
	height: 100%;
	min-height: 100%;
}

.site-menu > ul > li {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

.site-menu > ul > li > a {
	display: table;
	height: 100%;
	min-height: 100%;
	border-top: 1px solid transparent;
	letter-spacing: .05em;
	text-transform: uppercase;

	display: table-cell;
	vertical-align: middle;
}

.site-menu > ul > li > a > span {
	display: table-cell;
	vertical-align: middle;
}

.site-menu > ul > li.active > a {
	border-top-color: #0da9ef;
}

.site-menu ul > li:hover > .sub-menu {
	display: block;
	-webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.site-menu ul > li:hover > .mega-menu {
	display: table;
	-webkit-animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.site-menu ul > li:hover > .mega-menu .sub-menu {
	-webkit-animation: none;
	animation: none;
}

.site-menu > ul > li.has-megamenu {
	position: static;
}

.toolbar {
	position: absolute;
	top: 0;
	right: 30px;
	height: 100%;
	z-index: 5;
}

.toolbar .inner {
	display: table;
	height: 100%;
	min-height: 100%;
}

.toolbar .tools {
	display: table-cell;
	vertical-align: middle;
}

.toolbar .search, .toolbar .account, .toolbar .cart {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	margin-left: 6px;
	transition: background-color .35s;
	border: 1px solid #e1e7ec;
	border-radius: 50%;
	color: #606975;
	font-size: 17px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.toolbar .search > i, .toolbar .account > i, .toolbar .cart > i {
	line-height: 39px;
}

.toolbar .search > a, .toolbar .account > a, .toolbar .cart > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.toolbar .search:hover, .toolbar .account:hover, .toolbar .cart:hover {
	background-color: #f5f5f5;
}

.toolbar .account > a::after, .toolbar .cart > a::after {
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 18px;
	margin-top: -10px;
	content: '';
}

.toolbar .search > i {
	line-height: 40px;
}

.toolbar .cart {
	width: auto;
	padding: 0 16px;
	border-radius: 22px;
}

.toolbar .cart > a {
	border-radius: 22px;
}

.toolbar .cart > .count, .toolbar .cart > .subtotal {
	display: inline-block;
	margin-top: 2px;
	font-size: 14px;
	vertical-align: middle;
}

.toolbar .cart > .count {
	margin-left: 5px;
}

.toolbar .cart > .subtotal {
	margin-left: 11px;
	padding: 1px 0 1px 12px;
	border-left: 1px solid #e1e7ec;
}

@media (max-width: 1200px) {
	.toolbar .cart {
		padding: 0 14px;
	}

	.toolbar .cart > .subtotal {
		display: none;
	}
}

.toolbar-dropdown {
	margin-top: 7px !important;
	text-align: left;
}

.toolbar .account > .toolbar-dropdown {
	left: 50%;
	margin-left: -100px;
}

.toolbar .cart > .toolbar-dropdown {
	right: 0;
	left: auto;
	width: 260px;
	padding-right: 18px !important;
	padding-left: 18px !important;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group {
	display: table;
	width: 100%;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top: 1px solid #e1e7ec;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group:last-child {
	border-top: 0;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column {
	display: table-cell;
	vertical-align: top;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:first-child {
	padding-right: 6px;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:last-child {
	padding-left: 6px;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group .btn {
	margin: 0;
}

.dropdown-product-item {
	display: table;
	position: relative;
	width: 100%;
	padding: 9px 0;
	border-top: 1px dashed #d8e0e6;
}

.dropdown-product-item:first-child {
	border-top: 0;
}

.dropdown-product-item > .dropdown-product-thumb,
.dropdown-product-item > .dropdown-product-info {
	display: table-cell;
	vertical-align: top;
}

.dropdown-product-item > .dropdown-product-thumb {
	width: 55px;
	border-radius: 50%;
	overflow: hidden;
}

.dropdown-product-item > .dropdown-product-thumb > img {
	display: block;
	width: 100%;
}

.dropdown-product-item > .dropdown-product-remove {
	display: block;
	position: absolute;
	top: 12px;
	right: 0;
	color: #ff5252;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
}

.dropdown-product-item > .dropdown-product-info {
	padding-right: 15px;
	padding-left: 12px;
}

.dropdown-product-item .dropdown-product-title {
	display: block;
	padding-top: 2px;
	transition: color .3s;
	color: #606975;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.dropdown-product-item .dropdown-product-title:hover {
	color: #0da9ef;
}

.dropdown-product-item .dropdown-product-details {
	color: #9da9b9;
	font-size: 14px;
}

.toolbar .account:hover > .toolbar-dropdown,
.toolbar .cart:hover > .toolbar-dropdown {
	display: block;
	-webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navbar-ghost:not(.navbar-stuck),
.navbar-dark {
	position: absolute;
	top: 40px;
	border-bottom-color: rgba(255, 255, 255, 0.15);
	background-color: transparent;
}

.navbar-ghost:not(.navbar-stuck) .offcanvas-toggle,
.navbar-dark .offcanvas-toggle {
	border-right-color: rgba(255, 255, 255, 0.15);
	color: #ffffff;
}

.navbar-ghost:not(.navbar-stuck) .offcanvas-toggle:hover,
.navbar-dark .offcanvas-toggle:hover {
	color: #0da9ef;
}

.navbar-ghost:not(.navbar-stuck) .site-menu > ul > li > a,
.navbar-dark .site-menu > ul > li > a {
	color: #ffffff;
}

.navbar-ghost:not(.navbar-stuck) .site-menu > ul > li:hover > a,
.navbar-dark .site-menu > ul > li:hover > a {
	color: #0da9ef;
}

.navbar-ghost:not(.navbar-stuck) .site-menu > ul > li.active > a,
.navbar-dark .site-menu > ul > li.active > a {
	color: #0da9ef;
}

.navbar-ghost:not(.navbar-stuck) .toolbar .search, .navbar-ghost:not(.navbar-stuck) .toolbar .account, .navbar-ghost:not(.navbar-stuck) .toolbar .cart,
.navbar-dark .toolbar .search,
.navbar-dark .toolbar .account,
.navbar-dark .toolbar .cart {
	border-color: rgba(255, 255, 255, 0.15);
	color: #ffffff;
}

.navbar-ghost:not(.navbar-stuck) .toolbar .search:hover, .navbar-ghost:not(.navbar-stuck) .toolbar .account:hover, .navbar-ghost:not(.navbar-stuck) .toolbar .cart:hover,
.navbar-dark .toolbar .search:hover,
.navbar-dark .toolbar .account:hover,
.navbar-dark .toolbar .cart:hover {
	background-color: rgba(255, 255, 255, 0.07);
}

.navbar-ghost:not(.navbar-stuck) .toolbar .cart > .subtotal,
.navbar-dark .toolbar .cart > .subtotal {
	border-left-color: rgba(255, 255, 255, 0.15);
}

.navbar-ghost:not(.navbar-stuck) .toolbar .toolbar-dropdown-group,
.navbar-dark .toolbar .toolbar-dropdown-group {
	color: #606975;
}

.navbar-dark {
	position: relative;
	top: 0;
	border-bottom: 0;
}

@media (max-width: 1070px) {
	.navbar {
		min-height: 78px;
	}

	.toolbar {
		right: 15px;
	}

	.offcanvas-toggle.menu-toggle {
		display: table-cell;
	}

	.site-menu,
	.offcanvas-toggle.cats-toggle,
	.toolbar .account,
	.toolbar-dropdown {
		display: none !important;
	}

	.topbar {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 576px) {
	.offcanvas-toggle {
		width: 56px;
	}

	.site-logo {
		width: 145px;
		padding-left: 16px;
	}
}

.sidebar {
	width: 100%;
}

.sidebar-toggle {
	display: none;
}

@media (max-width: 991px) {
	.sidebar-offcanvas {
		display: none;
	}

	.sidebar-toggle {
		display: block;
		position: fixed;
		top: 50%;
		width: 48px;
		height: 48px;
		margin-top: -24px;
		border: 1px solid #e1e7ec;
		background-color: #ffffff;
		color: #606975 !important;
		font-size: 20px;
		box-shadow: 0 3px 10px 0 rgba(55, 66, 80, 0.2);
		cursor: pointer;
		z-index: 9900;
		text-decoration: none;
		text-align: center;
	}

	.sidebar-toggle > i {
		margin-top: -8px;
	}

	.sidebar-toggle.position-right {
		right: 0;
		transition: right .3s ease-in-out;
		border-top-left-radius: 24px;
		border-bottom-left-radius: 24px;
	}

	.sidebar-toggle.position-right.sidebar-open {
		right: -48px;
	}

	.sidebar-toggle.position-left {
		left: 0;
		transition: left .3s ease-in-out;
		border-top-right-radius: 24px;
		border-bottom-right-radius: 24px;
	}

	.sidebar-toggle.position-left.sidebar-open {
		left: -48px;
	}

	.offcanvas-open .sidebar-toggle {
		display: none;
	}
}

.icon-cross:before {
	content: "\e117"
}

.icon-head:before {
	content: "\e074"
}

.icon-bag:before {
	content: "\e106"
}

.offcanvas-wrapper {
	position: relative;
	min-height: 100vh;
	background-color: #ffffff;
	z-index: 10;
}

.offcanvas-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 290px;
	height: 100%;
	background-color: #374250;
	box-shadow: inset -4px 0 17px 0 rgba(0, 0, 0, 0.35);
	visibility: hidden;
	z-index: 1;
	overflow-y: auto;
}

.offcanvas-container.active {
	visibility: visible;
}

.offcanvas-header {
	padding: 28px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.offcanvas-header .offcanvas-title {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	font-weight: 500;
}

.site-backdrop {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	content: '';
	opacity: 0;
	z-index: 9980;
	position: fixed;
	transition: opacity .35s, visibility .35s;
	cursor: pointer;
	visibility: hidden;
}

.no-csstransforms3d .offcanvas-wrapper,
.no-csstransforms3d .navbar, .no-csstransforms3d .topbar {
	transition: left .4s ease-in-out, background-color .2s;
}

.no-csstransforms3d .site-backdrop {
	transition: left .4s ease-in-out, opacity .35s, visibility .35s;
}

.no-csstransforms3d .offcanvas-open .offcanvas-wrapper,
.no-csstransforms3d .offcanvas-open .site-backdrop,
.no-csstransforms3d .offcanvas-open .navbar, .no-csstransforms3d .offcanvas-open .topbar {
	left: 290px;
}

.no-csstransforms3d .offcanvas-open .site-backdrop {
	opacity: .2;
	visibility: visible;
}

.csstransforms3d .offcanvas-wrapper,
.csstransforms3d .navbar, .csstransforms3d .topbar {
	transition: -webkit-transform .4s ease-in-out, background-color .2s;
	transition: transform .4s ease-in-out, background-color .2s;
}

.csstransforms3d .site-backdrop {
	transition: -webkit-transform .4s ease-in-out, opacity .35s, visibility .35s;
	transition: transform .4s ease-in-out, opacity .35s, visibility .35s;
}

.csstransforms3d .offcanvas-open .offcanvas-wrapper,
.csstransforms3d .offcanvas-open .site-backdrop,
.csstransforms3d .offcanvas-open .navbar, .csstransforms3d .offcanvas-open .topbar {
	-webkit-transform: translate3d(290px, 0, 0);
	transform: translate3d(290px, 0, 0);
}

.csstransforms3d .offcanvas-open .site-backdrop {
	opacity: .2;
	visibility: visible;
}

.account-link {
	display: table;
	width: 100%;
	padding: 20px 18px;
	transition: background-color .3s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background-color: #313b47;
	text-decoration: none;
}

.account-link .user-ava,
.account-link .user-info {
	display: table-cell;
	vertical-align: middle;
}

.account-link .user-ava {
	width: 48px;
}

.account-link .user-ava > img {
	display: block;
	width: 48px;
	padding: 3px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
}

.account-link .user-info {
	padding-left: 8px;
}

.account-link .user-info > .user-name {
	margin-bottom: 2px;
	color: #ffffff;
}

.account-link .user-info > span {
	display: block;
}

.account-link:hover {
	background-color: #394453;
}

#mobile-menu .account {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	margin-left: 6px;
	transition: background-color .35s;
	border: 1px solid #e1e7ec;
	border-radius: 50%;
	color: #ffffff;
	font-size: 17px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

#mobile-menu .account i {
	line-height: 39px;
}

#mobile-menu .account > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

#mobile-menu .account > a::after {
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 18px;
	margin-top: -10px;
	content: '';
}
