@import url('https://fonts.googleapis.com/css?family=Exo:500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,600&display=swap');

html, body, form, input, textarea, h1, h2, h3, h4, h5, h6, p, ul, li {margin: 0; padding: 0;}
html, body {width: 100%; height: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, form, label {display: block;}
img {border: 0; -ms-interpolation-mode: bicubic;}
:focus {outline: 0;}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
body {
	background: #fafafa;
}
body, table, td, th {
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #000;
}
table th {
	font-weight: 700;
}
button, input, optgroup, select, textarea {
	font: inherit;
	color: inherit;
	border: 0 none;
}
a, button {
	cursor: pointer;
}

a {
	color: #ee3c41;
	text-decoration: none;
	transition: 0.3s all;
}
a:hover {
	color: #dc3236;
	text-decoration: none;
}

b, strong { font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	margin: 20px 0;
	color: #000;
}
h1 { font-size: 51px; line-height: 55px; }
h2 { font-size: 26px; line-height: 32px; }
h3 { font-size: 21px; line-height: 25px; }
h4 { font-size: 16px; line-height: 21px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 10px; line-height: 20px; }
p { margin: 20px 0; }
ul { list-style-type: none; }
ul li {
	background: url('../icons/circle-icon-red.svg') no-repeat left 10px;
	background-size: 6px 6px;
	padding: 0 0 3px 13px;
}
body.dimmed {
	overflow: hidden;
}
.mobilemenu {
	display: none;
	align-items: center;
	background: transparent;
	padding: 10px 6px;
}
.mobilemenu > div {
	overflow: hidden;
	float: right;
	margin-left: 8px;
	width: 24px;
}
.mobilemenu > div > span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: 0.3s all;
}
.mobilemenu > div > span + span {
	margin: 5px 0 0 0;
}
.mobilemenu > span {
	display: block;
	float: left;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.mobilemenu.active > div {
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobilemenu.active > div > span {
	margin: 0;
	position: absolute;
}
.mobilemenu.active > div > span:nth-child(1) {
	transform: rotate(45deg);
}
.mobilemenu.active > div > span:nth-child(2) {
	display: none;
}
.mobilemenu.active > div > span:nth-child(3) {
	transform: rotate(-45deg);
}
.mobile-menu {
	display: none;
	width: 100%;
	height: calc(100% - 120px);
	position: absolute;
	background: #fff;
	z-index: 2000;
	overflow-y: auto;
	padding: 10px 20px 40px 20px;
}
.mobile-menu.active {
	display: block;
}
header.sticky .mobile-menu {
	position: fixed;
	height: calc(100% - 50px);
}
.mobile-menu .menu-links a {
	display: block;
	color: #000;
}
.mobile-menu .menu-links > a {
	font-size: 17px;
	padding: 10px 0;
	border-top: 1px solid #f5f5f5;
	font-weight: 500;
}
.mobile-menu .menu-links > a:first-child {
	border-color: #fff;
}
.mobile-menu .menu-links a + div {
	margin: 6px 0 12px;
}
.mobile-menu .menu-links a + div:not(.active) {
	display: none;
}
.mobile-menu .menu-links a + div > a {
	font-size: 15px;
	padding: 5px 0 5px 40px;
}
.mobile-menu .menu-links a + div > a + div > a {
	padding-left: 30px;
}
.mobile-menu .menu-links > a + div > a + div > a {
	padding: 3px 0 3px 50px;
	font-size: 14px;
	font-weight: 500;
}
.mobile-menu .menu-links > a + div > a + div > a:before {
	display: block;
	content: "";
	float: left;
	border-left: 1px solid #ee3c41;
	height: 23px;
	position: relative;
	left: -10px;
}
.mobile-menu .menu-links .aside-controller {
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	background: url('../icons/expand-icon-black.svg?v2') no-repeat;
	background-size: 28px 28px;
	background-position: center center;
	margin: -8px 0px 0;
	transition: 0.3s transform ease;
}
.mobile-menu .menu-links .aside-controller.menu-open {
	transform: rotate(180deg);
}
.mobile-menu .menu-links a {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
.mobile-menu .menu-links .open-by-default .aside-controller {
	transform: rotate(180deg);
}
.mobile-menu .menu-links .open-by-default .aside-controller.menu-open {
	transform: rotate(0deg);
}
/*
.mobile-menu .menu-links .open-by-default + div {
	display: block !important;
}
*/
.mobile-menu .cat-image-eccbc87e4b5ce2fe28308fd9f2a7baf3 {
	background-size: 30px 30px !important;
}
.mobile-menu .cat-image-e4da3b7fbbce2345d7772b0674a318d5 {
	background-size: 22px 22px !important;
}
.mobile-menu .cat-image-8977ecbb8cb82d77fb091c7a7f186163 {
	background-size: 30px 30px !important;
}
.mobile-menu .cat-image-45c48cce2e2d7fbdea1afc51c7c6ad26 {
	background-size: 21px 21px !important;
}
/*
.mobile-menu .cat-image-6512bd43d9caa6e02c990b0a82652dca {
	background-size: 23px 23px !important;
}
*/
.mobile-menu .cat-image-c51ce410c124a10e0db5e4b97fc2af39 {
	background-size: 27px 27px !important;
}
.mobile-menu .cat-image-9bf31c7ff062936a96d3c8bd1f8f2ff3 {
	background-size: 27px 27px !important;
}
.mobile-menu .cat-image-58e16dc760ca166c476403499ff5c59b {
	background-size: 28px 28px !important;
}

/*
.mobile-menu .cat-image-e369853df766fa44e1ed0ff613f563bd {
	background-size: 22px 22px !important;
}
.mobile-menu .cat-image-68d30a9594728bc39aa24be94b319d21 {
	background-size: 22px 22px;
}
.mobile-menu .cat-image-3416a75f4cea9109507cacd8e2f2aefc {
	background-size: 22px 22px;
}
.mobile-menu .cat-image-a5bfc9e07964f8dddeb95fc584cd965d {
	background-size: 22px 22px;
}
.mobile-menu .cat-image-6e0917469214d8fbd8c517dcdc6b8dcf {
	background-size: 21px 21px;
}
*/


.mobile-menu .cat-image-eccbc87e4b5ce2fe28308fd9f2a7baf3 {
	background-image: url('../icons/menu-icons/icon-motorcycle-black.svg');
}
.mobile-menu .cat-image-e4da3b7fbbce2345d7772b0674a318d5 {
	background-image: url('../icons/menu-icons/icon-motorbike-helmet-black.svg');
}
.mobile-menu .cat-image-8977ecbb8cb82d77fb091c7a7f186163 {
	background-image: url('../icons/menu-icons/icon-atv-black.svg');
}
.mobile-menu .cat-image-45c48cce2e2d7fbdea1afc51c7c6ad26 {
	background-image: url('../icons/menu-icons/icon-accessories-black.svg');
}
.mobile-menu .cat-image-6512bd43d9caa6e02c990b0a82652dca {
	/* background-image: url('../icons/menu-icons/icon-wheels-black.svg'); */
	background-image: none;
}
.mobile-menu .cat-image-58e16dc760ca166c476403499ff5c59b {
	background-image: url('../icons/menu-icons/icon-escooter-black.svg');
}
.mobile-menu .cat-image-c51ce410c124a10e0db5e4b97fc2af39 {
	background-image: url('../icons/menu-icons/icon-grill-black.svg');
}
.mobile-menu .cat-image-9bf31c7ff062936a96d3c8bd1f8f2ff3 {
	background-image: url('../icons/menu-icons/icon-sale-black.svg');
}

/*
.mobile-menu .cat-image-e369853df766fa44e1ed0ff613f563bd {
	background-image: url('../icons/menu-icons/icon-discounted-black.svg');
}
.mobile-menu .cat-image-68d30a9594728bc39aa24be94b319d21 {
	background-image: url('../icons/menu-icons/icon-maintenance-black.svg');
}
.mobile-menu .cat-image-3416a75f4cea9109507cacd8e2f2aefc {
	background-image: url('../icons/menu-icons/icon-spare-parts-black.svg');
}
.mobile-menu .cat-image-a5bfc9e07964f8dddeb95fc584cd965d {
	background-image: url('../icons/menu-icons/icon-leasing-black.svg');
}
.mobile-menu .cat-image-6e0917469214d8fbd8c517dcdc6b8dcf {
	background-image: url('../icons/menu-icons/icon-contact-black.svg');
}
*/


.mobile-menu .service-booking-cta {
	height: 40px;
	justify-content: center;
	margin-top: 20px;
}
header.sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2000;
}
.headersticky {
	display: none;
}
.headersticky.sticky {
	display: block;
}
.gray-btn {
	background-color: #efefef;
	color: #000;
	transition: 0.3s background-color;
}
.gray-btn:hover {
	background-color: #e2e0e0;
	color: #000;
}
.darker-red-btn {
	background-color: #991b1e;
	color: #fff;
	transition: 0.3s background-color;
}
.darker-red-btn:hover {
	background-color: #a52629;
}
.cta-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
	z-index: 1;
	padding: 8px 15px;
}
.cta-btn:before,
.cta-btn:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	background: #fff;
	z-index: -1;
	transition: 0.3s all;
	background-color: transparent;
	border-left: 2px solid #ee3c41;
	border-right: 2px solid #ee3c41;
}
.cta-btn:before {
	top: 0;
	transform: skew(20deg);
	border-top: 2px solid #ee3c41;
}
.cta-btn:after {
	top: calc(100% / 2);
	transform: skew(-20deg);
	border-bottom: 2px solid #ee3c41;
}
.cta-btn:hover {
	color: #fff;
}
.cta-btn:hover:before,
.cta-btn:hover:after {
	background: #dc3236;
}
.arrow-btn {
	position: relative;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	z-index: 1;
	padding: 0 20px;
}
.arrow-btn:before,
.arrow-btn:after {
	content: "";
	position: absolute;
	left: 5px;
	width: calc(100% - 10px);
	height: 50%;
	background: #ee3c41;
	z-index: -1;
	transition: 0.3s all;
}
.arrow-btn:before {
	top: 0;
	transform: skew(20deg);
}
.arrow-btn:after {
	top: calc(100% / 2);
	transform: skew(-20deg);
}
.arrow-btn:hover {
	color: #fff;
}
.arrow-btn:hover:before,
.arrow-btn:hover:after {
	background: #dc3236;
}
.arrow-btn.border-only {
	color: #ee3c41;
}
.arrow-btn.border-only:before,
.arrow-btn.border-only:after {
	background-color: transparent;
	border-left: 2px solid #ee3c41;
	border-right: 2px solid #ee3c41;
}
.arrow-btn.border-only:before {
	border-top: 2px solid #ee3c41;
}
.arrow-btn.border-only:after {
	border-bottom: 2px solid #ee3c41;
}
.arrow-btn.border-only:hover {
	color: #fff;
}
.arrow-btn.border-only:hover:before,
.arrow-btn.border-only:hover:after {
	background: #ee3c41;
}
.arrow-btn-hover:hover {
	position: relative;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	z-index: 1;
	padding: 0 15px;
}
.arrow-btn-hover:hover:before,
.arrow-btn-hover:hover:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	background: #ee3c41;
	z-index: -1;
	transition: 0.3s all;
}
.arrow-btn-hover:hover:before {
	top: 0;
	transform: skew(20deg);
}
.arrow-btn-hover:hover:after {
	top: calc(100% / 2);
	transform: skew(-20deg);
}
.arrow-btn-hover:hover:hover {
	color: #fff;
}
.arrow-btn-hover:hover:before,
.arrow-btn-hover:hover:after {
	background: #dc3236;
}
.external-btn {
	background: url('../icons/external-link-icon-gray.svg') no-repeat;
	background-size: 15px 15px;
	background-position: left top 4px;
	padding-left: 20px;
}
.content-wrapper {
	margin: 0 auto;
	width: 1500px;
}
.content-wrapper:after {
	display: block;
	content: "";
	clear: both;
}
.header-section {
	background: #fff;
	height: 155px;
	overflow: hidden;
	margin-top: -46px;
}
.header-section:after {
	display: block;
	content: "";
	clear: both;
}
.header-section > div {
	height: inherit;
}
.header-section .veltmotocenter-logo {
	float: left;
	width: 332px;
	display: flex;
	height: inherit;
	position: relative;
	flex-direction: column;
	justify-content: center;
}
.header-section .veltmotocenter-logo:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-top: 155px solid #fff;
	border-right: 50px solid #525252;
}
.header-section .veltmotocenter-logo .logo {
	display: block;
	width: 245px;
	height: auto;
	z-index: 200;
}
.header-section .veltmotocenter-logo .open-times {
	font-size: 11px;
	line-height: 1;
	color: #717171;
	margin-top: 5px;
}
.header-section .right {
	float: left;
	width: calc(100% - 332px);
	height: inherit;
}
.header-section .mobile-quick-contacts {
	display: none;
}
.upper-bar {
	height: 46px;
	background: #fff;
	position: relative;
	margin-left: -15px;
	padding-left: 15px;
	z-index: 10;
}
.upper-bar > div {
	height: inherit;
	display: flex;
}
.upper-bar .shortcuts {
	display: flex;
	align-items: center;
	height: inherit;
	float: left;
	padding-left: 21.5%;
	border-bottom: 3px solid transparent;
}
.upper-bar .shortcuts a {
	font-family: 'Exo', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 17px;
	color: #000;
	text-transform: uppercase;
	display: flex;
	height: inherit;
	align-items: center;
	border-top: 3px solid transparent;
}
.upper-bar .shortcuts a:hover {
	color: #868686;
}
.upper-bar .shortcuts a.active {
	border-color: #ee3c41;
}
.upper-bar .shortcuts a + a {
	margin-left: 30px;
}
.upper-bar .shortcuts .service-booking-cta {
	height: 39px;
	margin-left: 20px;
}
.upper-bar .shortcuts .service-booking-cta:hover {
	color: #fff;
}
.upper-bar .header-search {
	height: inherit;
	margin-left: auto;
	position: relative;
	z-index: 1000;
	padding-left: 20px;
	padding-right: 5px;
	margin-right: -5px;
}
.upper-bar .header-search:before,
.upper-bar .header-search:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: -1;
	transition: 0.3s all;
	border-left: 1px solid #ccc;
	background: #ececec;
}
.upper-bar .header-search:before {
	top: 0;
	transform: skew(20deg);
}
.upper-bar .header-search:after {
	top: calc(100% / 2);
	transform: skew(-20deg);
}
.upper-bar .header-search input {
	width: 158px;
	height: inherit;
	float: left;
	color: #878787;
	background: #ececec;
}
.upper-bar .header-search input::placeholder {
	font-size: 14px;
	color: #878787;
}
.upper-bar .header-search button {
	background: url('../icons/search-icon-gray.svg') no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	background-color: #ececec;
	width: 45px;
	height: inherit;
	float: left;
}
.upper-bar .header-search .ajax_search {
	display: none;
	z-index: 1200;
	position: absolute;
	top: 45px;
	right: 4px;
	left: -4px;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 0 5px rgba(90, 90, 90, 0.27);
}
.upper-bar .header-search .ajax_search a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 19px;
}
.upper-bar .header-search .ajax_search .category_name {
	display: block;
	padding: 6px 10px;
	border-bottom: 1px solid #f1f1f1;
}
.upper-bar .header-search .ajax_search .category_name:hover {
	background: #f1f1f1;
}
.upper-bar .header-search .ajax_search .category_name span {
	display: block;
	font-size: 12px;
	line-height: 1;
	color: #8c8c8c;
}
.upper-bar .header-search .ajax_search .category_name b {
	display: block;
	color: #ee3c41;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}
.upper-bar .header-search .ajax_search .category_name:hover {
	color: #000;
}
.upper-bar .header-search .ajax_search .products {
	margin-bottom: 10px;
	overflow: hidden;
}
.upper-bar .header-search .ajax_search .products > a {
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #525252;
	font-weight: 500;
}
.upper-bar .header-search .ajax_search .products > a:hover {
	background: #f1f1f1;
}
.upper-bar .header-search .ajax_search .products > a img {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.upper-bar .header-search .ajax_search .all-results {
	display: block;
	background: #58585a;
	color: #fff;
	text-align: center;
	padding: 8px 5px;
	font-size: 14px;
	margin: 0 10px;
}
.upper-bar .header-search .ajax_search.on {
	display: block;
}
.upper-bar .header-shopcart {
	padding: 0 18px;
}
.upper-bar .header-shopcart span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.header-section .lower-bar {
	background: url('../img/header-bg.png') no-repeat center center;
	background-color: #4b4b4b;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	position: relative;
	padding-top: 46px;
}
.header-section .lower-bar:after {
	content: "";
	background: #525252;
	position: absolute;
	height: 100%;
	right: -100%;
	width: 100%;
}
.header-section .lower-bar .quick-contacts {
	display: flex;
	align-items: flex-start;
}
.header-section .lower-bar .quick-contacts > div + div {
	margin-left: 80px;
}
.header-section .lower-bar .quick-contacts > div > * {
	display: block;
}
.header-section .lower-bar .quick-contacts > div i {
	color: #fff;
	font-size: 13px;
	font-style: normal;
	float: left;
	margin-right: 6px;
}
.header-section .lower-bar .quick-contacts > div b,
.header-section .lower-bar .quick-contacts > div a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	float: left;
	overflow: hidden;
}
.header-section .lower-bar .quick-contacts > div a {
	font-size: 14px;
	letter-spacing: 0.5px;
}
.header-section .lower-bar .quick-contacts > div u {
	text-decoration: none;
	font-weight: 300;
}
.header-section .lower-bar .quick-contacts a:hover {
	color: #ee3c41;
}
header {
	background: #ee3c41;
}
header nav {
	display: flex;
	justify-content: space-evenly;
	margin: 0 -26px;
}
header nav > div {
	padding: 0 26px;
	cursor: pointer;
}
header nav > div:hover,
header nav > div.active {
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}
header nav > div:hover > a,
header nav > div.active > a {
	color: #000;
}
header nav > div > a {
	display: flex;
	align-items: center;
	height: 82px;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	text-transform: uppercase;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	transition: none;
}
header nav .separator{
	width: 2px;
	height: 34px;
	background: #d83135;
	position: relative;
	top: 24px;
}
header nav > div:hover > a:after{
	background: transparent;
}
.cat-image-eccbc87e4b5ce2fe28308fd9f2a7baf3 {
	background-image: url('../icons/menu-icons/icon-motorcycle-red.svg');
}
header nav .cat-image-eccbc87e4b5ce2fe28308fd9f2a7baf3 {
	background-size: 40px 40px !important;
	padding-left: 50px;
}
.cat-image-e4da3b7fbbce2345d7772b0674a318d5 {
	background-image: url('../icons/menu-icons/icon-motorbike-helmet-red.svg');
}
header nav .cat-image-e4da3b7fbbce2345d7772b0674a318d5 {
	background-size: 30px 30px !important;
	padding-left: 40px;
}
.cat-image-8977ecbb8cb82d77fb091c7a7f186163 {
	background-image: url('../icons/menu-icons/icon-atv-red.svg');
}
header nav .cat-image-8977ecbb8cb82d77fb091c7a7f186163 {
	background-size: 40px 40px !important;
	padding-left: 50px;
}
.cat-image-45c48cce2e2d7fbdea1afc51c7c6ad26 {
	background-image: url('../icons/menu-icons/icon-accessories-red.svg');
}
header nav .cat-image-45c48cce2e2d7fbdea1afc51c7c6ad26 {
	background-size: 26px 26px !important;
	padding-left: 35px;
}
.cat-image-6512bd43d9caa6e02c990b0a82652dca {
	background-image: url('../icons/menu-icons/icon-wheels-red.svg');
}
header nav .cat-image-6512bd43d9caa6e02c990b0a82652dca {
	background-size: 30px 30px !important;
	padding-left: 40px;
}
.cat-image-58e16dc760ca166c476403499ff5c59b {
	background-image: url('../icons/menu-icons/icon-escooter-red.svg');
}
header nav .cat-image-58e16dc760ca166c476403499ff5c59b {
	background-size: 34px 34px !important;
	padding-left: 40px;
}
.cat-image-c51ce410c124a10e0db5e4b97fc2af39 {
	background-image: url('../icons/menu-icons/icon-grill-red.svg');
}
header nav .cat-image-c51ce410c124a10e0db5e4b97fc2af39 {
	background-size: 30px 30px !important;
	padding-left: 35px;
}
.cat-image-9bf31c7ff062936a96d3c8bd1f8f2ff3 {
	background-image: url('../icons/menu-icons/icon-sale-red.svg');
}
header nav .cat-image-9bf31c7ff062936a96d3c8bd1f8f2ff3 {
	background-size: 32px 32px !important;
	padding-left: 40px;
}
header nav > div:hover .cat-image-eccbc87e4b5ce2fe28308fd9f2a7baf3,
header nav > div.active .cat-image-eccbc87e4b5ce2fe28308fd9f2a7baf3 {
	background-image: url('../icons/menu-icons/icon-motorcycle-black.svg');
}
header nav > div:hover .cat-image-e4da3b7fbbce2345d7772b0674a318d5,
header nav > div.active .cat-image-e4da3b7fbbce2345d7772b0674a318d5 {
	background-image: url('../icons/menu-icons/icon-motorbike-helmet-black.svg');
}
header nav > div:hover .cat-image-8977ecbb8cb82d77fb091c7a7f186163,
header nav > div.active .cat-image-8977ecbb8cb82d77fb091c7a7f186163 {
	background-image: url('../icons/menu-icons/icon-atv-black.svg');
}
header nav > div:hover .cat-image-45c48cce2e2d7fbdea1afc51c7c6ad26,
header nav > div.active .cat-image-45c48cce2e2d7fbdea1afc51c7c6ad26 {
	background-image: url('../icons/menu-icons/icon-accessories-black.svg');
}
header nav > div:hover .cat-image-6512bd43d9caa6e02c990b0a82652dca,
header nav > div.active.cat-image-6512bd43d9caa6e02c990b0a82652dca {
	background-image: url('../icons/menu-icons/icon-wheels-black.svg');
}
header nav > div:hover .cat-image-58e16dc760ca166c476403499ff5c59b,
header nav > div.active .cat-image-58e16dc760ca166c476403499ff5c59b {
	background-image: url('../icons/menu-icons/icon-escooter-black.svg');
}
header nav > div:hover .cat-image-c51ce410c124a10e0db5e4b97fc2af39,
header nav > div.active .cat-image-c51ce410c124a10e0db5e4b97fc2af39 {
	background-image: url('../icons/menu-icons/icon-grill-black.svg');
}
header nav > div:hover .cat-image-9bf31c7ff062936a96d3c8bd1f8f2ff3,
header nav > div.active .cat-image-9bf31c7ff062936a96d3c8bd1f8f2ff3 {
	background-image: url('../icons/menu-icons/icon-sale-black.svg');
}
header nav > div > div {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	overflow-y: auto;
	color: #fff;
	z-index: 2000;
	max-height: 0;
	min-width: 100%;
	height: auto;
	background: #fff;
}
header nav > div.active > div {
	max-height: calc(100% - 60px);
	/* transition-delay: 0.2s; */
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
header.sticky nav > div > div {
	position: fixed;
}
header nav .main-sub-menu {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
}
header nav .main-sub-menu .shop-categories-section {
	flex: 1;
}
header nav .main-sub-menu .shop-pages-section {
	width: 300px;
	background: #f7f7f7;
	padding: 30px;
}
header nav .main-sub-menu .shop-pages-section:empty {
	display: none;
}
header nav .main-sub-menu .shop-categories-section > div {
	margin-bottom: 40px;
	float: left;
	width: calc(100% / 3);
	padding-right: 20px;
}
header nav .main-sub-menu .shop-categories-section > div:first-child {
	padding-left: 0;
}
header nav .main-sub-menu .shop-categories-section > div:nth-child(3n+1) {
	clear: left;
}
header nav .main-sub-menu .shop-categories-section > div:nth-child(4),
header nav .main-sub-menu .shop-categories-section > div:nth-child(7) {
	padding-left: 0;
}
header nav .main-sub-menu.col-2 > div {
	width: calc(100% / 2);
}
header nav .main-sub-menu .submenu-section > div .menu-category-image {
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	height: auto;
	margin-right: 20px;
}
header nav .main-sub-menu .submenu-section > div .menu-category-image:empty {
	display: block;
}
header nav .main-sub-menu .submenu-section > div .menu-links {
	overflow: hidden;
}
header nav .main-sub-menu .submenu-section > div h2 {
	/* font-size: 24px; */
	font-size: 21px;
	font-weight: 600;
	line-height: 24px;
	color: #000;
	margin: 0 0 12px;
}
header nav .main-sub-menu .submenu-section > div h2 a {
	color: #000;
}
header nav .main-sub-menu .submenu-section > div h2 a:hover {
	color: #991b1e;
}
header nav .main-sub-menu .shop-categories-section > div .menu-links .menu-links-inner {
	columns: 2;
}
header nav .main-sub-menu .menu-links-inner > a {
	display: block;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	color: #848484;
	background: url('../icons/arrow-right-red.svg') no-repeat left top 5px;
	background-size: 10px 10px;
	padding-left: 14px;
}
header nav .main-sub-menu .menu-links-inner > a + a {
	margin-top: 6px;
}
header nav .main-sub-menu .submenu-section > div a:hover {
	color: #000;
}
header nav .main-sub-menu .all-products {
	font-size: 14px;
	display: block;
	float: left;
	margin-top: 20px;
	font-weight: bold;
	padding: 7px 18px;
	background: #5d5d5d;
}
header nav .main-sub-menu .all-products:hover {
	background: #6ba223;
	color: #fff;
}
header nav .menu-brands {
	background: #f7f7f7;
	height: 120px;
}
header nav .menu-brands-inner {
	display: flex;
	align-items: center;
	height: inherit;
}
header nav .menu-brands a {
	display: block;
	float: left;
}
header nav .menu-brands a + a {
	margin-left: 30px;
}
header nav .menu-brands a img {
	display: block;
	filter: grayscale(100%);
	width: auto;
	height: 50px;
	transition: 0.3s all;
}
header nav .menu-brands a img:hover {
	filter: grayscale(0%);
}
header nav > div[data-menu-id="c51ce410c124a10e0db5e4b97fc2af39"] > div {
	display: none !important;
}
header nav > div[data-menu-id="8977ecbb8cb82d77fb091c7a7f186163"] .main-sub-menu > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
header nav > div[data-menu-id="8977ecbb8cb82d77fb091c7a7f186163"] .main-sub-menu > div .menu-category-image {
	width: 80px;
}
header nav > div[data-menu-id="8977ecbb8cb82d77fb091c7a7f186163"] .main-sub-menu > div h2 {
	font-size: 19px;
}
header nav > div[data-menu-id="58e16dc760ca166c476403499ff5c59b"] .main-sub-menu > .shop-categories-section > div {
	width: calc(100% / 2);
}
header .mobile-header-bar {
	display: none;
}
.emo {
	height: 654px;
	position: relative;
	background: #303030;
}
.emo:after {
	content: "";
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.42) 68%, rgba(54,54,54,0.42) 75%, rgba(255,255,255,0.11) 100%);

}
.emo .content-wrapper {
	height: inherit;
	position: relative;
}
.emo .slide {
	height: 100%;
	width: inherit;
	opacity: 0;
	visibility: hidden;
	transition: 0.7s all;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;

}
.emo .slide:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: rgba(37, 37, 37, 0.25);*/
	background: rgba(184, 232, 255, 0.01);
}
.emo .slide.active {
	opacity: 1;
	visibility: visible;
}
.emo .slide-captions {
	position: relative;
	height: inherit;
}
.emo .slide-captions h2 {
	color: #fff;
	font-size: 48px;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
}
.emo .slide-captions p {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	margin: 15px 0 30px;
}
.emo .slide-captions .emo-link {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	line-height: 48px;
}
.emo .slide-captions .emo-link:before {
	background: transparent;
	border-top: 2px solid #ee3c41;
	border-left: 2px solid #ee3c41;
	border-right: 2px solid #ee3c41;
}
.emo .slide-captions .emo-link:after {
	background: transparent;
	border-bottom: 2px solid #ee3c41;
	border-left: 2px solid #ee3c41;
	border-right: 2px solid #ee3c41;
}
.emo .slide-captions .emo-link:hover {
	color: #000;
}
.emo .slide-captions .emo-link:hover:before,
.emo .slide-captions .emo-link:hover:after {
	background: #fff;
	border-color: #fff;
}
.emo .slide-captions .slide-caption {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 6;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: inherit;
	width: 100%;
}
.emo .slide-captions .slide-caption.active {
	opacity: 1;
	visibility: visible;
	transition: 2s all;
}
.emo .slide-caption.align-left {
	align-items: flex-start;
}
.emo .slide-caption.align-right {
	align-items: flex-end;
}
.emo .slide-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -13px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	z-index: 50;
}
.emo .slide-nav > div {
	width: 26px;
	height: inherit;
	border-radius: 50%;
	background: #fff;
	float: left;
	cursor: pointer;
	transition: 0.3s all;
	border: 5px solid #fff;
	box-shadow: 0 0 5px rgba(179, 179, 179, 0.50);
}
.emo .slide-nav > div + div {
	margin-left: 5px;
}
.emo .slide-nav > div.active {
	background: #ee3c41;
}
.emo .slide-nav > div.active:hover {
	background: #a7a7a7;
}
.emo .slide-nav > div:hover {
	background: #a7a7a7;
}
.main-categories > div {
	padding-top: 40px;
	padding-bottom: 40px;
}
.main-categories .main-categories-inner {
	position: relative;
	margin: 0 0 -40px -40px;
}
.main-categories .main-categories-inner:after {
	display: block;
	content: "";
	clear: both;
}
.main-categories .main-categories-inner > a {
	display: block;
	float: left;
	margin: 0 0 40px 40px;
	background: #fff;
	box-shadow: 0 0px 15px rgba(136, 136, 136, 0.23);
	padding: 71px 0 80px 49px;
	position: relative;
	top: 0;
	height: 360px;
	background-position: right top;
	background-repeat: no-repeat;
	transition: 0.3s all;
}
.main-categories .main-categories-inner > a:nth-child(1),
.main-categories .main-categories-inner > a:nth-child(2),
.main-categories .main-categories-inner > a:nth-child(3),
.main-categories .main-categories-inner > a:nth-child(4),
.main-categories .main-categories-inner > a:nth-child(7),
.main-categories .main-categories-inner > a:nth-child(8),
.main-categories .main-categories-inner > a:nth-child(11),
.main-categories .main-categories-inner > a:nth-child(12) {
	width: calc(100% / 3 - 40px);
}
.main-categories .main-categories-inner > a:nth-child(5),
.main-categories .main-categories-inner > a:nth-child(6),
.main-categories .main-categories-inner > a:nth-child(9),
.main-categories .main-categories-inner > a:nth-child(10),
.main-categories .main-categories-inner > a:nth-child(13) {
	width: calc((100% / 3) * 2 - 40px);
}
.main-categories .main-categories-inner > a:hover {
	box-shadow: 0 0px 5px rgba(136, 136, 136, 0.23);
	top: -5px;
}
.main-categories .main-categories-inner > a h2 {
	font-size: 24px;
	font-weight: 600;
	font-style: italic;
	line-height: 24px;
	color: #000;
	margin: 0;
}
.main-categories .main-categories-inner > a .desc {
	font-size: 18px;
	font-weight: 400;
	color: #646464;
	margin-top: 20px;
	max-width: 180px;
}
.main-categories .main-categories-inner > a:nth-child(6) .desc,
.main-categories .main-categories-inner > a:nth-child(9) .desc,
.main-categories .main-categories-inner > a:nth-child(10) .desc {
	max-width: 400px;
}
.main-categories .main-categories-inner > a:nth-child(5) .desc {
	max-width: 500px;
}
.main-categories .main-categories-inner > a:nth-child(13) .desc {
	max-width: 290px;
}
.main-categories .main-categories-inner > a .arrow-btn-hover {
	display: block;
	color: #ee3c41;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	bottom: 49px;
	padding: 5px 10px;
	margin-left: -10px;
	cursor: pointer;
}
.main-categories .main-categories-inner > a .arrow-btn-hover:hover {
	color: #fff;
}
.special-offers {
	background: #f1f1f1;
	padding: 50px 0;
	position: relative;
}
.special-offers .special-offers-inner {
	position: relative;
	margin: 20px 0 -40px -40px;
	overflow: hidden;
}
.special-offers .special-offers-inner > a {
	float: left;
	width: calc(100% / 5 - 40px);
	margin: 20px 0 40px 40px;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}
.special-offers .special-offers-inner > a:hover {
	box-shadow: 0 0px 15px rgba(136, 136, 136, 0.23);
	background: #fff;
}
.special-offers .special-offers-inner > a img {
	display: block;
	width: 100%;
	height: auto;
}
.special-offers .special-offers-inner > a h2 {
	color: #ee3c41;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 6px;
}
.special-offers .special-offers-inner > a .price {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.special-offers .special-offers-inner > a .old-price {
	color: #9b9b9b;
	font-size: 12px;
	font-weight: 500;
	text-decoration: line-through;
}
.special-offers .section-title {
	font-size: 22px;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.special-offers .section-title:before,
.special-offers .section-title:after {
	content: '';
	flex: 1 0 20px;
	border-top: 2px solid #dadada;
	margin: 4px 20px 0 0;
	border-bottom: 2px solid #dadada;
	height: 6px;
}
.special-offers .section-title:after {
	margin: 4px 0 0 20px;
}
.special-offers .section-title a {
	color: #000;
}
.product-badges {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	z-index: 8;
}
.product-badge {
	display: flex;
	align-items: center;
	height: 26px;
	padding: 0 6px 0 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
	position: relative;
	float: left;
}
.product-badge:after {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	bottom: 0;
	border-bottom: 26px solid transparent;
}
.product-badge + .product-badge {
	margin-top: 4px;
}
.product-badge.new {
	background: #4b4b4b;
}
.product-badge.new:after {
	border-left: 10px solid #4b4b4b;
}
.product-badge.discount {
	background: #ee3c41;
}
.product-badge.discount:after {
	border-left: 10px solid #ee3c41;
}
.product-badge.used {
	background: #757575;
}
.product-badge.used:after {
	border-left: 10px solid #757575;
}
.product-badge.demo {
	background: #757575;
}
.product-badge.demo:after {
	border-left: 10px solid #757575;
}
.page-head .page-head-background {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
	padding: 20px 0;
	position: relative;
}
.page-head .page-head-background:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(37, 37, 37, 0.88);
}
.page-head .page-head-text {
	color: #c5c5c5;
	font-size: 14px;
	line-height: 19px;
	position: relative;
	z-index: 4;
}
.page-head .page-heading {
	background: #f1f1f1;
	padding: 20px 0;
}
.page-head .page-heading > div {
	z-index: 5;
	display: flex;
	justify-content: flex-start;
}
.page-head h1 {
	margin: 0 0 8px;
	font-size: 29px;
	line-height: 32px;
}
.page-head .breadcrumbs a {
	display: block;
	float: left;
	color: #969696;
	font-size: 14px;
	line-height: 19px;
}
.page-head .breadcrumbs a + a:before {
	display: block;
	float: left;
	content: "";
	background: url('../icons/arrow-right-gray.svg') no-repeat left top 4px;
	background-size: contain;
	width: 11px;
	height: 14px;
	margin: 0 3px;
}
.page-head .breadcrumbs a:hover {
	color: #000;
}
.page-head .brand-logos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	margin-left: auto;
	min-height: 60px;
	padding: 0 15px;
	margin-right: 10px;
}
.page-head .brand-logos .brand-logos-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: inherit;
	flex-wrap: wrap;
	position: relative;
	margin: 0 0 -5px -15px;
}
.page-head .brand-logos a {
	display: block;
	margin: 0 0 5px 15px;
}
.page-head .brand-logos img {
	display: block;
	width: auto;
	height: 50px;
}
.page-head .list-sorting {
	display: flex;
	align-items: center;
	height: inherit;
	border-radius: 5px;
	margin-left: auto;
}
.page-head .list-sorting .select-opt {
	z-index: 8;
	position: relative;
	background: #fff;
}
.page-head .list-sorting .mobile-filtering-toggle {
	display: none;
}
.mobile-filtering-toggle {
	display: none;
}
.page-head .brand-logos + .list-sorting {
	margin-left: initial;
}
main {
	overflow: hidden;
}
main > div {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sidebar {
	float: left;
	width: 300px;
}
.sidebar + .content {
	float: left;
	width: calc(100% - 300px);
	padding-left: 60px;
}
.sidebar .submenu a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 11px 14px;
	background: #525252;
	color: #fff;
}
.sidebar .submenu a + a {
	border-top: 1px solid #4b4b4b;
}
.sidebar .submenu a.active {
	background: #4b4b4b;
	font-weight: 700;
}
.sidebar .submenu a:hover {
	background: #4b4b4b;
}
.sidebar .brand-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 10px 20px rgb(236, 236, 236);
	padding: 30px 20px;
	display: none;
}
.sidebar .brand-logos > a {
	display: block;
}
.sidebar .brand-logos > a + a {
	margin-top: 20px;
}
.sidebar .brand-logos > a img {
	display: block;
	max-width: 150px;
	max-height: 28px;
}
.shop-filters {
	width: 280px;
	float: left;
}
.shop-filters .filter-block {
	background: #fff;
	box-shadow: 0 10px 20px rgb(236, 236, 236);
	padding-bottom: 20px;
}
.shop-filters .filter-block + .filter-block {
	margin-top: 20px;
}
.shop-filters .filter-block .filter-block-inner {
	padding: 10px 20px 0 20px;
	max-height: 240px;
	overflow-y: auto;
}
.shop-filters .filter-block .filter-block-label {
	font-size: 16px;
	font-weight: bold;
	padding: 14px 20px;
	background: #fff;
	position: relative;
}
.shop-filters .filter-block .label-checkbox + .label-checkbox {
	margin-top: 7px;
}
.shop-filters .filter-block .label-checkbox > span {
	width: 26px;
	height: 26px;
	min-width: 26px;
	min-height: 26px;
}
.shop-filters .filter-block .label-checkbox > div {
	align-items: flex-start;
	padding-top: 4px;
}
.shop-filters .filter-block .filter-label {
	font-size: 13px;
	line-height: 17px;
	margin-right: 15px;
}
.shop-filters .filter-block .filter-result-quantity {
	background: #ee3c41;
	color: #fff;
	font-size: 10px;
	margin-left: auto;
	width: 20px;
	min-width: 20px;
	height: 18px;
	min-height: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 4px;
}
.shop-filters .filter-block .label-checkbox.disabled > span {
	background: #e6e6e6;
}
.shop-filters .filter-block .label-checkbox.disabled > div {
	color: #aaa;
}
.shop-filters .filter-block .label-checkbox.disabled .filter-result-quantity {
	background: #e6e6e6;
	color: #aaa;
}
.shop-filters + .content {
	float: left;
	width: calc(100% - 280px);
	padding-left: 60px;
}
.content {
	width: 100%;
}
.content:after {
	display: block;
	content: "";
	clear: both;
}
.content > h2:first-child,
.content > h3:first-child,
.content > p:first-child {
	margin-top: 0;
}
.content strong {
	font-weight: 700;
}
.content pre {
	margin: 0;
	white-space: normal;
	font-family: 'Exo 2', sans-serif;
	display: inline-block;
}
.content table {
	width: 100% !important;
	border-collapse: collapse;
}
.content table thead {
	background: #e2e2e2;
}
.content table thead th {
	font-size: 15px;
	border-top: 0 none;
	padding: 8px 8px;
}
.content table tbody td {
	font-size: 15px;
	border-top: 1px solid #dddddd;
	padding: 5px 8px;
}
.content table tbody td pre {
	white-space: nowrap;
}
.content table tbody tr:nth-child(even) {
	background: #f5f5f5;
}
.content table td p,
.content table th p {
	margin: 0;
}
hr {
	position: relative;
	border: 0;
	clear: both;
}
hr:after {
	display: block;
	content: "";
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .05), #cacaca, rgba(0, 0, 0, .05));
}
.columned-text {
	position: relative;
	margin: 0 0 40px -20px;
	clear: both;
}
.columned-text:after {
	display: block;
	content: "";
	clear: both;
}
.columned-text > div {
	float: left;
	margin: 0 0 0 20px;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 8px rgba(214, 214, 214, 0.32);
	border-bottom: 4px solid #ee3c41;
}
.columned-text > div > h2:first-child {
	margin-top: 0;
}
.columned-text.columns-2 > div {
	width: calc(100% / 2 - 20px);
}
.columned-text.columns-3 > div {
	width: calc(100% / 3 - 20px);
}
.columned-text.columns-0 > div {
	width: calc(100% / 3 - 20px);
}
.columned-text > div > h3:first-child,
.columned-text > div > p:first-child {
	margin-top: 0;
}
.content-text:empty {
	display: none;
}
.columned-text img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.gallery-md {
	position: relative;
	margin: 0 0 -15px -15px;
}
.gallery-md > div {
	float: left;
	width: calc(100% / 6 - 15px);
	margin: 0 0 15px 15px;
	transition: 0.3s all;
}
.gallery-md > div img {
	display: block;
	width: 100%;
	height: auto;
}
.gallery-md > div:hover {
	opacity: 0.8;
}
.shop-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.shop-list:empty {
	display: none;
}
.shop-list:after {
	display: block;
	content: "";
	clear: both;
}
.shop-list .product {
	float: left;
	width: calc(100% / 6);
	padding: 20px;
	background: #fff;
	position: relative;
	border: 1px solid #f1f1f1;
	margin: 0 0 -1px -1px;
	transition: 0.3s box-shadow;
}
.shop-list .product:nth-child(5n+1) {
	clear: left;
}
.shop-filters + .content .shop-list .product {
	width: calc(100% / 4);
}
.shop-filters + .content .shop-list .product:nth-child(5n+1) {
	clear: none;
}
.shop-filters + .content .shop-list .product:nth-child(4n+1) {
	clear: left;
}
.shop-list .product:hover {
	position: relative;
	z-index: 7;
	box-shadow: 0 0px 15px rgba(136, 136, 136, 0.51);
}
.shop-list .product:hover .product-bottom .cart-cta {
	background-color: #ee3c41;
	background-image: url('../icons/shopcart-icon-white.svg');
}
.shop-list .product img {
	display: block;
	width: 100%;
	height: auto;
}
.shop-list .product .brand-logo img {
	display: block;
	width: auto;
	height: 50px;
	margin: 0 auto;
}
.shop-list .product h2 {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 10px;
	text-align: center;
	display: block;
	color: #ee3c41;
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	overflow: hidden;
	height: 36px;
}
.shop-list .product .product-parameters {
	margin-bottom: 10px;
}
.shop-list .product .product-parameters > div {
	color: #616161;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	padding: 4px 0;
	display: flex;
	align-items: center;
}
.shop-list .product .product-parameters > div + div {
	border-top: 1px solid #f3f3f3;
}
.shop-list .product .product-parameters .parameter-label {

}
.shop-list .product .product-parameters .parameter-value {
	margin-left: auto;
	font-weight: 700;
}
.shop-list .product .product-parameters + .product-bottom {
	border-top: 1px solid #fff;
}
.shop-list .product .product-parameters:empty + .product-bottom {
	border-top: 1px solid #f5f5f5;
}
.shop-list .product .product-bottom {
	padding: 10px 0;
	border-top: 1px solid #f5f5f5;
	display: flex;
	align-items: flex-start;
	min-height: 72px;
}
.shop-list .product .product-bottom .product-price .price {
	font-size: 20px;
	font-weight: 400;
	color: #000;
}
.shop-list .product .product-bottom .product-price .price span {
	font-size: 15px;
	position: relative;
	top: -3px;
}
.shop-list .product .product-bottom .cart-cta {
	display: block;
	float: right;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-image: url('../icons/shopcart-icon-black.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px 26px;
	background-color: #f1f1f1;
	margin-left: auto;
	cursor: pointer;
	transition: 0.3s background-color;
}
.shop-list .product .product-bottom .cart-cta:hover {
	background-color: #e2e2e2;
}
.shop-list .product .leasing-note {
	font-size: 12px;
	line-height: 15px;
	color: #616161;
	margin-top: 6px;
}
.shop-list .product .old-price {
	color: #9b9b9b;
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	text-decoration: line-through;
}
.shop-list .product .free-transport {
	background-image: url('../icons/delivery-icon-red.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 19px 19px;
	clear: both;
	font-size: 12px;
	line-height: 15px;
	color: #5a5a5a;
	padding-left: 22px;
}
.shop-list + .accessories {
	margin-top: 40px;
}
.shop-list:empty + .accessories {
	margin-top: 0;
}
.accessories + .accessories {
	margin-top: 40px;
}
.accessories > h2 {
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 40px;
	display: flex;
	align-items: center;
}
.accessories > h2:after {
	content: "";
	height: 2px;
	background: #f1f1f1;
	flex: 1;
	margin-top: 6px;
	margin-left: 20px;
}
.page-numbers {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	margin: 20px 0 -5px -5px;
}
.page-numbers > a {
	background: #fff;
	border: 1px solid #ececec;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 5px rgba(204, 204, 204, 0.35);
	color: #000;
	font-weight: 600;
	font-size: 12px;
	margin: 0 0 5px 5px;
}
.page-numbers > a.active {
	background: #ee3c41;
	color: #fff;
}
.page-numbers > a:hover {
	background: #ee3c41;
	color: #fff;
}
.product-overview .product-quick-view:after {
	display: block;
	content: "";
	clear: both;
}
.product-overview .product-left {
	float: left;
	width: 400px;
}
.product-overview .product-left .product-images {
	position: relative;
}
.product-overview .product-left .product-images .main-image img {
	display: block;
	width: 100%;
	height: auto;
}
.product-overview .product-left .product-images .thumbs {
	position: relative;
	margin: 5px 0 -5px -5px;
	overflow: hidden;
	max-height: 280px;
}
.product-overview .product-left .product-images .thumbs > a {
	display: block;
	float: left;
	width: calc(100% / 4 - 5px);
	margin: 0 0 5px 5px;
}
.product-overview .product-left .product-images .thumbs > a:nth-child(4n+1) {
	clear: left;
}
.product-overview .product-left .product-images .thumbs img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #f1f1f1;
	transition: 0.3s border-color;
}
.product-overview .product-left .product-images .thumbs img:hover {
	border-color: #ee3c41;
}
main .product-overview .product-left .product-images .thumbs .video {
	position: relative;
}
main .product-overview .product-left .product-images .thumbs .video:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../icons/play-button-icon.svg') 50% 50% no-repeat;
	background-size: 35px 35px;
	background-color: rgba(0, 0, 0, 0.21);
}
main .product-overview .product-left .product-images .limit-thumbs {
	max-height: 280px;
	padding-bottom: 82px;
}
main .product-overview .product-left .product-images .limit-thumbs.show-all {
	max-height: 100%;
}
main .product-overview .product-left .product-images .thumbs.limit-thumbs:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 82px;
	z-index: 5;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(250,250,250,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(250,250,250,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.65) 0%,rgba(250,250,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#fafafa',GradientType=0 );
}
main .product-overview .product-left .product-images .thumbs:not(.limit-thumbs) .more-images-toggle {
	display: none;
}
.product-overview .product-left .product-images .thumbs.limit-thumbs .more-images-toggle {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	transition: 0.3s color;
	margin-bottom: 28px;
	z-index: 10;
}
.product-overview .product-left .product-images .thumbs.limit-thumbs .more-images-toggle:hover {
	color: #565655;
}
.product-overview .product-right {
	float: right;
	width: calc(100% - 400px);
	padding-left: 60px;
}
.product-overview .product-right .product-information {
	float: left;
	width: calc(100% - 320px);
	padding-right: 60px;
}
.product-overview .product-right .indivy-leasing-note {
	display: flex;
	align-items: center;
}
.product-overview .product-right .indivy-leasing-note img {
	display: block;
	width: auto;
	height: 19px;
	margin-right: 8px;
}
.product-overview .product-right .indivy-leasing-note .text {
	color: #2b0a57;
	font-size: 13px;
	line-height: 1.2;
}
.product-overview .product-right .product-description {
	border-top: 1px solid #efefef;
}
.product-overview .product-right .product-description .product-info .less-content p:last-child,
.product-overview .product-right .product-description .product-info .more-content p:last-child {
	margin-bottom: 10px;
}
.product-overview .product-right .product-description .product-info .less-content ul:last-child,
.product-overview .product-right .product-description .product-info .more-content ul:last-child {
	margin-bottom: 7px;
}
.product-overview .product-right .product-description h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}
.product-overview .product-right .product-description p {
	font-weight: 300;
}
.product-overview .product-right .product-description p sup {
	margin-top: -4px;
	display: inline-block;
	font-size: 10px;
}
.product-overview .product-right .product-description .product-manuals a {
	background: url('../icons/pdf-icon-gray.svg');
	background-size: 22px 22px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 26px;
	display: block;
}
.product-overview .product-right .product-description .custom-links {
	margin-top: 10px;
}
.product-overview .product-right .product-description .custom-links h2 {
	margin-bottom: 12px;
}
.product-overview .product-right .product-description .custom-links .more-cta {
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	padding: 6px 0;
	cursor: pointer;
	transition: 0.3s all;
	margin: 3px 14px 3px 0;
}
.product-overview .product-right .product-description .custom-links .more-cta:after {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #ee3c41;
	position: relative;
	top: 8px;
	transition: 0.3s width;
}
.product-overview .product-right .product-description .custom-links .more-cta:hover:after {
	width: 40px;
}
.product-overview .product-right .product-description .custom-links .custom-link.more-cta {
	color: #000;
}
.product-overview .product-right .product-description .custom-links .custom-link.more-cta:after {
	background: #ee3c41;
}
.product-overview .product-right .product-description .custom-links .more-cta:hover {
	color: #636363;
}

.product-overview .more-content {
	position:  relative;
	transition: 500ms all;
}
.product-overview .show-more {
	background: #fff;
	display: inline-block;
	padding: 2px 10px;
	border: 2px solid #eaeaea;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: 0.3s all;
}
.product-overview .show-more:hover {
	background: #f1f1f1;
}
.product-overview .product-right .product-availability {
	clear: both;
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #efefef;
	display: flex;
	align-items: center;
	min-height: 51px;
}
.product-overview .product-right .product-availability .product-note {
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 19px 19px;
	padding: 0 0 0 26px;
	position: relative;
}
.product-overview .product-right .product-availability .product-note + .product-note {
	margin-top: 10px;
}
.product-overview .product-right .product-availability .delivery-time {
	background-image: url('../icons/delivery-icon-red.svg');
}
.product-overview .product-right .product-availability .product-note.free-delivery {
	font-size: 15px;
	font-weight: 500;
	color: #ee3c41;
}
.product-overview .product-right .product-availability .product-note.free-delivery-from {
	font-size: 15px;
	font-weight: 500;
	color: #ee3c41;
}
.product-overview .product-right .product-availability .available-in-shop {
	background-image: url('../icons/tick-icon-green.svg');
}
.product-overview .product-right .product-availability .brand-logo {
	margin-left: auto;
}
.product-overview .product-right .product-availability .brand-logo img {
	display: block;
	width: auto;
	height: 50px;
}
.product-overview .product-right .product-price-block {
	display: flex;
	flex-wrap: wrap;
}
.product-overview .product-right .product-price-block:after {
	display: block;
	content: "";
	clear: both;
}
.product-overview .product-right .product-price-block .cart-cta {
	height: 50px;
	display: inline-flex;
	font-size: 16px;
	margin-left: auto;
	white-space: nowrap;
}
.product-overview .product-right .product-price-block .price-wrap-ajax {
	display: flex;
	flex-direction: column;
}
.product-overview .product-right .product-price-block .product-price {
	float: left;
}
.product-overview .product-right .product-price-block .product-price > div {
	float: left;
}
.product-overview .product-right .product-price-block .product-price > div .price {
	font-size: 30px;
	font-weight: 500;
	color: #000;
	white-space: nowrap;
}
.product-overview .product-right .product-price-block .product-price.discount > div .old-price {
	font-size: 17px;
	line-height: 1;
	margin-top: 12px;
	color: #6b6b6b;
	text-decoration: line-through;
}
.product-overview .product-right .product-price-block .product-price > div .wo-vat {
	margin-top: 12px;
	font-size: 13px;
	line-height: 1;
	color: #7d7d7d;
	white-space: nowrap;
}
.product-overview .product-right .product-price-block .product-code {
	margin-top: 5px;
	font-size: 13px;
	color: #a7a6a6;
}
.product-overview .product-right .cart-wrap {
	display: flex;
	margin-bottom: 20px;
	flex: 1;
	justify-content: flex-end;
}
.product-overview .product-right .product-variations {
	margin-left: auto;
	display: flex;
	position: relative;
	margin: 0 0 -10px -10px;
}
.product-overview .product-right .product-variations > select {
	float: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-image: url('../icons/expand-icon-black.svg');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: right 10px top 16px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 0 32px 0 14px;
	border: 2px solid #e4e4e4;
	cursor: pointer;
	transition: 0.3s background-color;
	display: flex;
	align-items: center;
	height: 50px;
	margin: 0 0 10px 10px;
}
.product-overview .product-right .product-variations > select:hover {
	background-color: #e4e4e4;
}
.product-overview .product-right .product-price-block .product-variations + .cart-cta {
	float: left;
	margin-left: 10px;
}
.additional-information {
	float: right;
	width: 320px;
}
.product-support > div {
	position: relative;
	z-index: 1;
}
.product-support h3 {
	margin-top: 0;
	font-size: 17px;
	line-height: 21px;
	font-weight: 600;
	position: relative;
	z-index: 11;
}
.product-support .contact-method {
	overflow: hidden;
}
.product-support .contact-method + .contact-method {
	margin-top: 9px;
}
.product-support .contact-method span {
	display: block;
	float: left;
	clear: both;
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	color: #848383;
}
.product-support .contact-method a {
	display: block;
	float: left;
	clear: both;
	font-size: 15px;
	color: #000;
	font-weight: 500;
	white-space: nowrap;
}
.product-support .velt-person {
	display: block;
	position: relative;
	z-index: 10;
	transition: none;
}
.product-support .velt-person img {
	display: block;
	width: auto;
	height: 210px;
	position: absolute;
	right: -7px;
	bottom: 40px;
	z-index: -1;
}
.product-support .velt-person:hover img {
	opacity: 0.7;
}
.product-support .velt-person .velt-person-text {
	position: absolute;
	z-index: 12;
	bottom: 68px;
	right: -39px;
	color: #000;
	font-size: 10px;
	font-weight: 400;
	visibility: hidden;
	width: 90px;
	display: flex;
	align-items: center;
}
.product-support .velt-person .velt-person-text span {
	display: block;
	width: 18px;
	height: 18px;
	background: url('../icons/hand-cursor-icon.svg') no-repeat center center;
	background-size: contain;
	margin-left: 2px;
}
.product-support .velt-person:hover .velt-person-text {
	visibility: visible;
}
.product-support .query-cta {
	font-size: 14px;
	height: 40px;
	margin-top: 20px;
	justify-content: center;
}
.transport-help {
	display: flex;
	align-items: center;
	margin: 30px 0;
}
.transport-help img {
	display: block;
	width: 100px;
	height: auto;
}
.transport-help > div {
	margin-left: 20px;
}
.transport-help > div h4 {
	margin: 0;
	text-transform: uppercase;
}
.transport-help > div span {
	font-size: 15px;
	line-height: 18px;
	color: #5a5a5a;
}
.leasing-information {
	text-align: center;
	background: #efefef;
	padding: 20px;
}
.leasing-information .calculated-price {
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
}
.leasing-information .calculated-price span {
	color: #ee3c41;
	white-space: nowrap;
}
.leasing-information .leasing-note {
	font-size: 14px;
	line-height: 19px;
	color: #5f5f5f;
	margin: 10px 0 15px;
}
.leasing-information .leasing-cart-cta {
	display: inline-flex;
	justify-content: center;
	height: 35px;
	font-size: 14px;
}
.leasing-information .leasing-info-cta {
	display: block;
	font-size: 13px;
	color: #5f5f5f;
	text-decoration: underline;
	margin-top: 5px;
}
.leasing-information .leasing-providers > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	margin: 14px 0 -6px -12px;
}
.leasing-information .leasing-providers img {
	display: block;
	max-height: 30px;
	margin: 0 0 6px 12px;
}
.leasing-information .leasing-providers .leasing-montonio {
	height: 15px;
}
.leasing-for-companies {
	text-align: center;
	padding: 20px;
	border-radius: 4px;
	background: #efefef;
	margin-top: 20px;
}
.leasing-for-companies .title {
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 10px;
}
.leasing-for-companies img {
	display: block;
	width: 100px;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
.leasing-for-companies .about {
	font-size: 13px;
	line-height: 17px;
	color: #929292;
}
.product-overview .product-more {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 2px solid #f1f1f1;
}
.product-overview .product-more:after {
	display: block;
	content: "";
	clear: both;
}
.product-overview .product-more h2 {
	font-size: 28px;
	line-height: 32px;
	margin-top: 0;
}
.product-overview .product-longer-description {
	float: left;
	width: calc(100% - 600px);
	padding-right: 60px;
}
.product-overview .product-longer-description-inner {
	columns: 2;
	column-gap: 50px;
}
.product-overview .product-longer-description-inner > p:first-child {
	margin-top: 0;
}
.product-overview .product-longer-description.no-description {
	display: none;
}
.product-specifications {
	width: 100%;
	background: #efefef;
	padding: 30px;
	border-top: 3px solid #ee3c41;
	margin-top: 50px;
	display: none;
}
.product-specifications.active {
	display: block;
}
.product-specifications h2 {
	margin: 0 0 20px;
}
.product-specifications .extrafield-row {
	overflow: hidden;
	padding: 6px 0;
	position: relative;
	left: 0;
	transition: 0.3s left;
	cursor: default;
}
.product-specifications .extrafield-row:hover {
	left: 10px;
}
.product-specifications .extrafield-row .label {
	float: left;
	width: 200px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
}
.product-specifications .extrafield-row .value {
	float: right;
	width: calc(100% - 200px);
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	padding-right: 30px;
}
.product-longer-description.no-description + .product-specifications {
	width: 100%;
}
.product-longer-description.no-description + .product-specifications .product-specifications-inner {
	columns: 2;
}
.product-specifications .close-specifications {
	background: #fff;
	display: inline-block;
	padding: 2px 10px;
	border: 2px solid #eaeaea;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: 0.3s all;
	margin-top: 10px;
}
.product-specifications .close-specifications:hover {
	background: #f1f1f1;
}
.connected-products {
	padding-top: 40px;
}
.connected-products .shop-list .product {
	width: calc(100% / 6);
}
.connected-products .shop-list .product:nth-child(5n+1) {
	clear: none;
}
.connected-products .shop-list .product:nth-child(6n+1) {
	clear: left;
}
.shop-categories {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 0 1px 1px;
}
.shop-categories .category-item {
	width: calc(100% / 6);
	margin: 0 0 -1px -1px;
	padding: 20px 40px;
	border: 1px solid #f1f1f1;
	background: #fff;
	transition: 0.3s box-shadow;
}
.shop-categories .category-item:hover {
	position: relative;
	z-index: 20;
	box-shadow: 0 0px 15px rgba(136, 136, 136, 0.51);
}
.shop-categories .category-item .category-image img {
	display: block;
	width: 100%;
	max-width: 208px;
	height: auto;
	margin: 0 auto;
}
.shop-categories .category-item h2 {
	font-size: 19px;
	line-height: 1.2;
	color: #000;
	text-align: center;
	margin: 20px 0 0;
}
.shop-categories .category-item .category-links {
	display: none;
}
.shop-categories .category-item .category-links a {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: #ee3c41;
}
.shop-categories .category-item .category-links a + a {
	margin-top: 10px;
}
.form-products > div {
	display: flex;
	align-items: center;
}
.form-products .image img {
	display: block;
	width: 100px;
	height: 100px;
}
.form-products .info {
	font-size: 15px;
	font-weight: 700;
	margin-left: 15px;
}
.shopcart {
	float: left;
	width: 360px;
}
.shopcart .shopcart-products {
	background: #fff;
	padding: 30px;
}
.shopcart .shopcart-products .shopcart-product + .shopcart-product {
	margin-top: 20px;
}
.shopcart .left-block {
	position: relative;
}
.shopcart .available-in-shop {
	color: #929292;
	font-size: 14px;
	line-height: 18px;
	margin-left: 10px;
}
.shopcart .left-block .product-image {
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto;
}
.shopcart .left-block .remove-product {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-image: url('../icons/close-icon-white.svg');
	background-color: #ee3c41;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}
.shopcart .right-block {
	text-align: center;
}
.shopcart .right-block h2 {
	color: #ee3c41;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 6px;
}
.shopcart .right-block .price {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.shopcart .right-block .old-price {
	color: #9b9b9b;
	font-size: 12px;
	font-weight: 500;
	text-decoration: line-through;
}
.shopcart .right-block .quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 28px;
	margin: 10px 0;
}
.shopcart .right-block .quantity .button2 {
	width: 28px;
	height: inherit;
	background-color: #ee3c41;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.3s background-color;
	border-radius: 4px;
}
.shopcart .right-block .quantity .button2:hover {
	background-color: #dc3236;
}
.shopcart .right-block .quantity .quantity-input {
	width: 32px;
	height: inherit;
	text-align: center;
	background: #efefef;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	margin: 0 5px;
}
.shopcart .right-block .quantity .btn-plus {
	background-image: url('../icons/plus-icon-white.svg');
}
.shopcart .right-block .quantity .btn-minus {
	background-image: url('../icons/minus-icon-white.svg');
}
.shopcart .right-block .product-total {
	font-size: 16px;
}
.shopcart .right-block .product-total span {
	font-weight: 500;
}
.shopcart .shopcart-actions {
	margin-top: 20px;
}
.shopcart .shopcart-actions > a {
	display: block;
	padding: 5px 12px;
	text-align: center;
	font-size: 13px;
}
.shopcart .shopcart-actions > a + a {
	margin-top: 6px;
}
.shopcart .giftcard {
	background: #ee3c41;
	padding: 20px 30px;
}
.shopcart .giftcard > span {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
}
.shopcart .giftcard form {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.shopcart .giftcard form input#gift_code {
	height: 40px;
	font-size: 13px;
	border: 0 none;
	box-shadow: none;
	padding: 0 12px;
	color: #000;
	width: 160px;
	border-radius: 0;
}
.shopcart .giftcard form input#gift_code::placeholder {
	color: #000;
}
.shopcart .giftcard form button#gcB {
	height: 40px;
	padding: 0 12px;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.shopcart .giftcard .coupon-activated {
	color: #fff;
	font-weight: 400;
	text-align: center;
}
.shopcart .sc-order-total {
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	text-align: center;
}
.shopcart .sc-order-total b {
	font-size: 15px;
	font-weight: 300;
}
.shopcart .sc-order-total span {
	font-size: 17px;
	font-weight: 500;
}
.shopcart .sc-order-total .you-save span {
	color: #ee3c41;
}
.checkout {
	float: left;
	width: calc(100% - 360px - 50px);
	margin-left: 50px;
	padding: 10px 30px 30px;
	background: #fff;
}
.checkout.form .form-row > div input,
.checkout.form .form-row > div textarea,
.checkout.form .form-row > div select {
	background-color: #fbfbfb !important;
}
.checkout .form-row .field-comment {
	display: block;
	color: #9a9a9a;
	font-size: 14px;
	line-height: 19px;
}
.checkout div.payment-options {
	display: block;
}
.checkout .payment-options .payment-options-inner > div {
	position: relative;
	margin: 0 0 -10px -10px;
}
.checkout .payment-options .payment-options-inner h4 {
	margin: 12px 0 12px 10px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
.checkout .payment-options .payment-options-inner > div:after {
	display: block;
	content: "";
	clear: both;
}
.checkout .payment-options .paying-note {
	background: #fff;
	border: 1px solid #ee3c41;
	margin-bottom: 0;
}
.checkout .payment-options .label-checkbox-outer {
	float: left;
	display: flex;
	flex-direction: column;
	margin: 0 0 10px 10px;
}
.checkout .payment-options .label-checkbox {
	margin: 0;
	padding: 7px 10px;
	border: 1px solid #efefef;
	border-radius: 4px;
	display: flex;
	align-items: center;
}
.checkout .payment-options .label-checkbox:hover {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.checkout .payment-options .label-checkbox > span {
	box-shadow: 2px 2px 2px 0px #ededed inset;
	border: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 10px;
	width: 22px;
	height: 22px;
	min-width: 22px;
	min-height: 22px;
	background-size: 14px 14px;
}
.checkout .payment-options .label-checkbox img {
	width: 88px;
	height: auto;
}
.checkout .payment-options .label-checkbox > div {
	font-size: 14px;
}
.checkout .payment-options .short-description {
	font-size: 13px;
	line-height: 1.2;
	color: #552c7f;
	margin-top: 4px;
}
.checkout div.delivery-options {
	display: block;
}
.checkout .delivery-options .label-checkbox > div {
	display: block;
}
.checkout .delivery-options .delivery-time {
	display: block;
	color: #9a9a9a;
	font-size: 14px;
	line-height: 18px;
}
.checkout .delivery-options .delivery-note {
	margin-top: 10px;
	background: #fff9dc;
	border: 1px solid #fcd640;
}
.checkout .agree .label-checkbox {
	display: flex;
	align-items: center;
}
.checkout .agree .label-checkbox > div {
	display: block;
}
.checkout .agree .i-agree {
	display: block;
	font-size: 16px;
	line-height: 19px;
}
.checkout .total-prices {
	margin: 10px 0;
	border-top: 1px solid #ececec;
	padding-top: 20px;
	overflow: hidden;
}
.checkout .total-prices .order-total b {
	font-weight: 300;
	font-size: 19px;
}
.checkout .total-prices .order-total span {
	font-weight: 700;
	font-size: 22px;
}
.checkout .total-prices .you-save {
	margin-top: 5px;
}
.checkout .total-prices .you-save b {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 300;
	margin-right: 6px;
}
.checkout .total-prices .you-save span {
	display: block;
	float: left;
	font-size: 17px;
	font-weight: 700;
	color: #ff0000;
	white-space: nowrap;
	width: 100px;
	text-align: left;
}
.checkout .checkout-note {
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	background: #fff9dc;
	border: 1px solid #fcd640;
}
.checkout .block-margin {
	padding-top: 30px;
}
.sticky-order-total {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 200;
	box-shadow: 0px 0 15px rgb(0, 0, 0, 0.3);
	padding: 12px 20px 22px 20px;
	display: none;
}
.sticky-order-total > div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	float: left;
	height: inherit;
}
.sticky-order-total .you-save {
	margin-right: 8px;
}
.sticky-order-total .you-save > span:first-child {
	color: #000;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
}
.sticky-order-total .you-save > span:last-child {
	color: #ee3c41;
}
.sticky-order-total .free-transport {
	font-size: 11px;
	color: #929292;
	justify-content: flex-end;
	padding-top: 8px;
}
.sticky-order-total .order-total {
	float: right;
	text-align: right;
}
.sticky-order-total b {
	font-weight: normal;
	color: #000;
	font-size: 12px;
	line-height: 1;
}
.sticky-order-total span {
	font-weight: bold;
	font-size: 23px;
	line-height: 1;
	margin-top: 2px;
	color: #000;
}
.brands {
	background: #fff;
	box-shadow: 0 0 20px rgba(187, 187, 187, 0.40);
}
.brands > div {
	height: 100px;
}
.brands .brands-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: inherit;
}
.brands .brands-inner .slick-slide > div {
	display: flex;
	align-items: center;
}
.brands .brands-inner .slick-slide .logo-outer a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.brands .brands-inner img {
	display: block;
	filter: grayscale(100%);
	transition: 0.3s all;
	width: auto;
	height: 55px;
}
.brands .brands-inner img:hover {
	filter: grayscale(0%);
}
.about-us {
	background: #4b4b4b;
	overflow: hidden;
}
.about-us > div {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.about-us .left {
	float: left;
	position: relative;
	margin: 0 0 -56px -56px;
	width: 66%;
}
.about-us .left > div {
	float: left;
	width: calc(100% / 2 - 56px);
	margin: 0 0 56px 56px;
}
.about-us .left > div > div > img {
	display: block;
	float: left;
	margin-right: 30px;
	width: 40px;
	height: 40px;
}
.about-us h4 {
	color: #ee3c41;
	font-style: italic;
	margin: 0 0 10px;
	overflow: hidden;
}
.about-us p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 18px;
	color: #a7a7a7;
	overflow: hidden;
}
.about-us .banks {
	position: relative;
	margin: 10px 0 -12px -12px;
	overflow: hidden;
	left: -12px;
}
.about-us .banks img {
	display: block;
	float: left;
	width: 88px;
	height: 31px;
	margin: 0 0 12px 12px;
	background: #fff;
}
.about-us .about-velt p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.about-us .about-velt a {
	color: #fff;
}
.about-us .about-velt a:hover {
	color: #9a9898;
}
.about-us .about-velt .facebook {
	background: url('../icons/facebook-icon.svg') no-repeat center left;
	background-size: 36px 36px;
	padding-left: 44px;
	min-height: 28px;
	display: flex;
	align-items: center;
}
.about-us a {
	display: block;
	color: #fff;
}
.about-us .footer-video {
	float: right;
	width: calc(100% - 66%);
}
.about-us .footer-video:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(75,75,75,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(75,75,75,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(75,75,75,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#00000000',GradientType=1 );
	display: none;
}
.about-us .footer-video a {
	position: relative;
}
.about-us .footer-video a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../icons/play-button-icon.svg') no-repeat center center;
	background-size: 70px 70px;
}
.about-us .footer-video img {
	display: block;
	width: 100%;
	height: auto;
}
footer {
	background: #fff;
}
footer > div {
	padding: 50px 0;
}
footer .useful {
	overflow: hidden;
}
footer .shops {
	float: left;
}
footer .shops h3 {
	font-size: 18px;
	font-style: italic;
	margin-top: 0;
}
footer .shops > div {
	float: left;
	padding-left: 55px;
	background: url('../icons/contact-map-icon.png') no-repeat left top;
	background-size: 37px 45px;
}
footer .shops > div + div {
	margin-left: 70px;
}
footer .shops > div.no-map-marker {
	background: none;
	padding-left: 0;
}
footer .shops > div > div + h3 {
	margin-top: 20px;
}
footer .shops > div span {
	display: block;
	color: #636363;
	font-size: 14px;
}
footer .shops > div span.no-icon {
	padding-left: 19px;
}
footer .shops > div span a {
	color: #636363;
}
footer .shops > div span a:hover {
	color: #000;
}
footer .shops .with-icon {
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: left center;
	padding-left: 22px;
}
footer .shops .location-icon {
	background-image: url('../icons/location-marker-icon-gray.svg');
}
footer .shops .phone-icon {
	background-image: url('../icons/phone-icon-gray.svg');
}
footer .shops .email-icon {
	background-image: url('../icons/email-icon-gray.svg');
}
footer .additional-information {
	float: right;
	/* margin-top: 46px; */
}
footer .additional-information .links {
	columns: 2;
}
footer .additional-information .links a {
	display: block;
	background: url('../icons/arrow-right-red.svg') no-repeat center left;
	background-size: 12px 12px;
	padding-left: 16px;
	font-size: 14px;
	color: #636363;
}
footer .additional-information .links a:hover {
	color: #000;
}
footer .additional-information .badges {
	margin-top: 30px;
	text-align: right;
}
footer .additional-information .badges .eee {
	display: inline-block;
	width: 90px;
	max-width: 100%;
	height: auto;
}
footer .company-legal {
	clear: both;
	padding-top: 30px;
	position: relative;
	margin: 30px 0 -5px -20px;
	border-top: 1px solid #efefef;
	text-align: center;
}
footer .company-legal span {
	font-size: 13px;
	line-height: 15px;
	color: #636363;
	margin: 0 0 5px 20px;
}
.sticky-booking {
	display: none;
}
.redirect-message {
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 999999;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s opacity;
}
.redirect-message.active {
	visibility: visible;
	opacity: 1;
}
.redirect-message > div {
	background: #fff;
	width: 410px;
	max-width: 100%;
	padding: 30px;
	margin: 0 auto 0;
	border-radius: 4px;
	text-align: center;
}
.redirect-message h2 {
	margin: 0 0 10px;
}
.redirect-message p {
	margin: 10px 0;
	line-height: 1.3;
}
.redirect-message .soojuskiirgur-address {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}
.redirect-message .soojuskiirgur-address > span:last-child {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ccc;
}
.redirect-message .soojuskiirgur-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.redirect-message img {
	display: block;
	height: 51px;
	width: auto;
}
.hide {
	display: none !important;
}
h3.inbank,
div.svea,
div.finecon,
div.inbank {
	display: none;
}
.shop-filters-mobile {
	display: none;
}
.site-message {
	padding: 20px;
	background: #efefef;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
}
.site-message.success-message {

}
.lemodal-window,
.lemodal-window *,
.lemodal-window *:before,
.lemodal-window *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: sans-serif;
}
.lemodal-content-holder {
	display: none;
}
.lemodal-window {
	display: block;
	position: fixed;
	z-index: 11000;
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.lemodal-window > div {
	display: block;
	position: absolute;
	left: 25%;
	right: 25%;
	top: 30px;
	bottom: 30px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 4px;
}
.lemodal-content {
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	height: calc(100% - 54px);
	padding: 30px;
}
.lemodal-content > div > h2:first-child {
	margin-top: 0;
}
.lemodal-content.lemodal-iframe {
	padding: 10px;
}
.lemodal-content > iframe {
	width: 100%;
	height: 100%;
	border: 0 none;
}
.lemodal-footer {
	display: block;
	overflow: hidden;
	padding: 10px;
	height: 54px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.lemodal-footer span {
	cursor: pointer;
	background: #5cb85c;
	color: #fff;
	line-height: 26px;
	padding: 4px 20px;
	float: right;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.3s all;
	display: block;
	margin: 0 0 0 10px;
	border-radius: 4px;
}
.lemodal-footer span:hover {
	opacity: 0.9;
	box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;
}
span.lemodal-close {
	font-size: 13px;
	background: #E60005;
}
.shopcart-confirmation {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	align-items: center;
	padding: 20px;
	z-index: 999999;
}
.shopcart-confirmation > div {
	position: relative;
	background: #fff;
	width: 600px;
	max-width: 100%;
	padding: 30px 30px 35px 30px;
	margin: 0 auto 0;
	top: calc(50% - 91px);
	text-align: center;
	border-radius: 4px;
}
.shopcart-confirmation h3 {
	color: #5f5f5f;
}
.shopcart-confirmation .shopcart-confirmation-options {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.shopcart-confirmation .shopcart-confirmation-options .btn {
	display: inline-flex;
	height: 42px;
}
.shopcart-confirmation .shopcart-confirmation-options .goto-checkout span {
	width: 26px;
	height: 26px;
	background-image: url('../icons/shopcart-icon-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 4px;
}
.shopcart-confirmation .shopcart-confirmation-options .continue-shopping {
	color: #000;
}
.shopcart-confirmation .shopcart-confirmation-options .continue-shopping:before,
.shopcart-confirmation .shopcart-confirmation-options .continue-shopping:after {
	background: #eaeaea;
}
.shopcart-confirmation .shopcart-confirmation-options .continue-shopping:hover:before,
.shopcart-confirmation .shopcart-confirmation-options .continue-shopping:hover:after {
	background: #dedede;
}
.show-mobile {
	display: none;
}
.error {
	border:1px solid red !important;
}
.select-opt {
	cursor: pointer;
	position: relative;
	background: #f1f1f1;
	transition: 0.3s border-radius;
}
.select-opt.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select-opt.hidden {
	display: none;
}
.select-opt > b {
	line-height: 16px;
	display: block;
	padding: 14px 40px 14px 20px;
	background-image: url('../icons/arrow-down-icon-gray.svg');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 24px 24px;
	font-weight: normal;
	color: #9e9e9e;
	transition: 0.3s background-color;
}
.select-opt.active > b {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select-opt.selected > b {
	font-size: 12px;
	font-weight: 300;
	color: #666;
	font-weight: normal;
}
.select-opt > b span {
	display: block;
	max-height: 0;
	overflow: hidden;
}
.select-opt.selected > b span {
	font-size: 15px;
	font-weight: 300;
	max-height: 50px;
	color: #000;
	white-space: nowrap;
}
.select-opt.selected > b span a {
	color: #000;
}
.select-opt > div {
	display: block;
	max-height: 0;
	background: #fff;
	position: absolute;
	z-index: 1000;
	width: 100%;
	visibility: hidden;
}
.select-opt.active > div {
	visibility: visible;
	max-height: 300px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
.selection .select-opt.active > div {
	border: 0 none;
}
.select-opt > div div {
	display: block;
	padding: 6px 20px;
	cursor: pointer;
	font-size: 14px;
	color: #000;
}
.select-opt > div div a {
	color: #000;
	transition: none;
}
.select-opt > div div.active {
	background: #ee3c41;
	color: #fff;
}
.select-opt > div div.active a {
	color: #fff;
	font-weight: 500;
}
.select-opt > div div.disabled {
	color: #ccc;
}
.select-opt > div div:not(.active):hover {
	background: #f3f3f3;
	color: #000;
}
.select-opt ::-webkit-scrollbar {
    width: 12px;
}
.select-opt ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(78, 78, 78, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 5px;
}
.select-opt ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 5px;
    background: rgba(199, 199, 199, 0.4);
    -webkit-box-shadow: inset 0 0 6px rgba(183, 183, 183, 0.5);
}
.select-opt ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(199, 199, 199, 0.4);
}
.label-checkbox {
	cursor: pointer;
	clear: both;
	margin: 0;
	overflow: hidden;
	display: block;
}
.label-checkbox + .label-checkbox {
	margin-top: 10px;
}
.label-checkbox input {
	display: none !important;
}
.label-checkbox > span {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	min-width: 30px;
	min-height: 30px;
	margin: 0 10px 0 0;
	background: #fff;
	background-size: 14px 14px;
	box-shadow: 1.5px 2.5px 3px 0px rgba(0,0,0,0.05) inset;
	border: 1px solid #ddd;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-radius: 4px;
	transition: 0.3s border-color;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 18px;
}
.label-checkbox.active > span {
	background-image: url('../icons/checkmark-icon-red.svg');
}
.label-checkbox:hover > span {
	border: 1px solid #ee3c41;
}
.label-checkbox.active > span {
	background-position: center center;
}
.label-checkbox > div {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.label-checkbox.disabled > span {
	border: 1px solid #ccc;
}
.label-checkbox.disabled a {
	color: #aaa;
}
.form .form-row {
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.form .form-row:after {
	display: block;
	content: "";
	clear: both;
}
.form .form-row > label {
	width: 250px;
	float: left;
	line-height: 19px;
	padding-right: 10px;
}
.form .form-row > label h3 {
	margin: 0;
}
.form .form-row > label .note {
	display: block;
	clear: both;
	font-style: italic;
	color: #a2a2a2;
	font-size: 12px;
	line-height: 1;
	margin-top: 4px;
}
.form .form-row > label b {
	color: #8a8a8a;
	font-size: 20px;
	font-weight: normal;
	position: relative;
	top: 2px;
}
.form .form-row > div {
	width: calc(100% - 250px);
	float: right;
	position: relative;
}
.form .form-row > div input,
.form .form-row > div textarea,
.form .form-row > div select {
	width: 100%;
	height: 42px;
	padding: 0 10px;
	transition: 0.5s background, 0.5s border, 0.5s color;
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 4px;
	-webkit-appearance: none;
}
.form .form-row > div textarea {
	height: 140px;
	padding: 10px;
}
.form .form-row > div input:focus,
.form .form-row > div textarea:focus,
.form .form-row > div select:focus {
	border-color: #ee3c41;
}
.form .form-row > div input:read-only,
.form .form-row > div textarea:read-only,
.form .form-row > div input:disabled,
.form .form-row > div textarea:disabled,
.form .form-row > div select:disabled {
	background-color: #efefef;
}
.form .form-row > div select {
	background-image: url('../icons/expand-icon-black.svg');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: right 10px top 14px;
	background-color: #fff;
}
.form .form-row > div > b {
	position: absolute;
	top: 12px;
	right: 10px;
	color: #b1b1b1;
	font-size: 28px;
	font-weight: normal;
}
.form .form-row > div > button {
	width: 100%;
	padding: 12px 15px;
	font-weight: bold;
	background: #ee3c41;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	transition: 0.3s all;
	border-radius: 4px;
}
.form .form-row > div > button:hover {
	background: #a52629;
}
.form .label-checkbox {
	margin: 6px 0;
}
.security-code > div {
	display: flex;
	align-items: center;
}
.form .security-code input {
	float: left;
}
.form .security-code img {
	float: left;
}
.form div.two-in label {
	float: left;
    text-align: center;
    width: 110px;
    margin: 0 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 42px;
}
.form div.two-in input {
	float: left;
	width: calc(100% / 2 - 55px - 10px);
}
.form .tel input.country-code {
    float: left;
    width: 80px;
    text-align: center;
}
.form .tel input.number {
    float: right;
    width: calc(100% - 90px);
    margin-left: 10px;
}
.form .form-error,
.form .form-row.form-error > div b,
.form .form-row.form-error a {
	color: #ff0000;
}
.form .form-error input,
.form .form-error select,
.form .form-error textarea,
.form .form-field-error {
	border-color: #ff0000 !important;
	color: #ff0000 !important;
}
.form .form-error-msg {
	display: block;
	border: 3px solid #ff0000;
	color: #ff0000;
	font-weight: 700;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.form .label-checkbox-comment {
	display: none;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	background: #fff9dc;
	border: 1px solid #fcd640;
	margin: 10px 0;
}
.form .label-checkbox.active + .label-checkbox-comment {
	display: block;
}
.form .label-checkbox-comment .store-info > span {
	display: block;
}
.form .label-checkbox-comment .store-info > span + span {
	margin-top: 4px;
}
.content-img {
	display: block;
	width: 100%;
	height: auto;
}
#content-img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.empty {
	display: none;
}
.slick-slide {
	margin: 0px 20px;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: inherit;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	height: inherit;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	min-height: 1px;
}
[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;
}
/* *******|| LAZYLOAD ANIMATION STARTS ||******* */
@keyframes appear {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.appear {
	opacity: 0;
}
.appear.lazyloaded {
	opacity: 1;
	animation: appear 0.7s forwards;
}
/* *******|| LAZYLOAD ANIMATION ENDS ||******* */