.breadcrumb__spaceship-safe-area {
	display: none
}

.account-menu {
	width: 280px;
	background-color: #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
	border-radius: 1.5px;
	color: #262626
}

.account-menu__form {
	padding: 0 30px 32px
}

.account-menu__form-title {
	text-align: center;
	padding: 32px 0 26px;
	font-weight: 500
}

.account-menu__form-button {
	margin-top: 32px;
	text-align: center
}

.account-menu__form-button .btn {
	padding-left: 28px;
	padding-right: 28px
}

.account-menu__form-link {
	font-size: 14px;
	text-align: center
}

.account-menu__form-link a {
	color: #6c757d;
	transition: color .1s
}

.account-menu__form-link a:hover {
	color: inherit
}

.account-menu__form-forgot {
	position: relative
}

.account-menu__form-forgot-link {
	position: absolute;
	top: 5px;
	bottom: 5px;
	border-radius: 2px;
	font-size: 12px;
	background: fff;
	color: #6c757d;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 7px;
	transition: background .1s, color .1s;
	right: 5px
}

.account-menu__form-forgot-link:hover {
	background: #333;
	color: #fff
}

.account-menu__form-forgot-link:active {
	background: #4d4d4d;
	color: #fff
}

.account-menu__divider {
	height: 1px;
	background: #ebebeb
}

.account-menu__user {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 14px 20px;
	color: inherit
}

.account-menu__user:hover {
	color: inherit;
	background: #f2f2f2
}

.account-menu__user-avatar {
	width: 44px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 14px
}

.account-menu__user-avatar img {
	border-radius: 100%;
	max-width: 100%
}

.account-menu__user-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.account-menu__user-name {
	font-size: 15px;
	line-height: 20px
}

.account-menu__user-email {
	font-size: 14px;
	line-height: 18px;
	color: #6c757d;
	margin-top: 1px
}

.account-menu__links {
	list-style: none;
	padding: 12px 0;
	margin: 0
}

.account-menu__links a {
	display: block;
	color: inherit;     text-align: left;
	font-size: 15px;
	padding: 5px 20px;
	font-weight: 500
}

.account-menu__links a:hover {
	background: #f2f2f2
}

.departments {
	position: relative
}

.departments__button {
	position: relative;
	fill: currentColor;
	border: none;
	border-radius: 2px;
	font-family: inherit;
	font-size: 15px;
	transition: background-color .2s, color .2s;
	padding: 5px 11px 5px 35px;
	text-align: left
}

.departments__button:focus {
	outline: none
}

.departments__button-icon {
	top: 10px;
	position: absolute;
	fill: currentColor;
	display: inline-block;
	transition: color .2s;
	left: 10px;
	transform: scaleX(1)
}

.departments__button-icon svg {
	display: block
}

.departments__button-arrow {
	display: none;
	fill: currentColor;
	position: absolute;
	top: calc(50% - 1px);
	transition: transform .2s, color .2s;
	right: 14px
}

.departments__button-arrow svg {
	display: block
}

.departments__menu {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	top: 100%;
	transform: translateY(-10px);
	transition: opacity .2s, transform .2s, visibility 0s .2s
}

.departments__body {
	border-radius: 1.5px;
	pointer-events: auto;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
	color: #262626;
	float: left
}

.departments__list {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500
}

.departments__item-link {
	color: inherit;
	display: block;
	position: relative
}

.departments__item-arrow {
	fill: #bfbfbf;
	position: absolute;
	top: calc(50% - 6px)
}

.departments__item-arrow svg {
	display: block
}

.departments__item-menu {
	display: none
}

.departments__item--hover .departments__item-link {
	background: #f2f2f2;
	color: inherit
}

.departments__megamenu {
	min-height: 100%;
	display: none;
	box-shadow: inset 1px 0 #ebebeb
}

.departments__megamenu--open {
	display: block
}

.departments__arrow {
	position: absolute;
	width: 31px;
	height: 21px;
	pointer-events: none;
	bottom: 100%;
	overflow: hidden
}

.departments__arrow:before {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	top: 100%;
	margin-top: -3.5px;
	background-color: #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
	border-radius: 1px;
	left: 50%;
	margin-left: -3.5px;
	transform: rotate(45deg) translateX(-.5px) translateY(-.5px)
}

.departments--open .departments__menu {
	transition-delay: 0s;
	visibility: visible;
	opacity: 1;
	transform: translateY(0)
}

.departments--open .departments__button-arrow {
	transform: rotate(180deg)
}

.departments__button {
	height: 100%;
	width: 230px;
	padding: 5px 37px 5px 43px;
	display: flex;
	align-items: center;
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.departments__button {
		width: 210px
	}
}

.departments__button-icon {
	top: calc(50% - 6px);
	left: 14px
}

.departments__button-arrow {
	display: block
}

.departments__arrow {
	width: 41px
}

@media (min-width:1400px) {
	.departments__list {
		width: 230px
	}

	.departments__list-padding {
		height: 14px
	}

	.departments__item-link {
		padding: 7px 29px 7px 20px
	}

	.departments__item-arrow {
		right: 14px;
		transform: scaleX(1)
	}

	.departments__megamenu {
		padding: 27px 30px 30px
	}

	.departments__megamenu--size--xl {
		width: 1120px
	}

	.departments__megamenu--size--lg {
		width: 902px
	}

	.departments__megamenu--size--md {
		width: 684px
	}

	.departments__megamenu--size--nl {
		width: 466px
	}

	.departments__megamenu--size--sm {
		width: 248px
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.departments__list {
		width: 210px
	}

	.departments__list-padding {
		height: 10px
	}

	.departments__item-link {
		padding: 6px 26px 6px 17px
	}

	.departments__item-arrow {
		right: 11px;
		transform: scaleX(1)
	}

	.departments__megamenu {
		padding: 17px 20px 20px
	}

	.departments__megamenu .row {
		margin: 0 -10px
	}

	.departments__megamenu .col,
	.departments__megamenu .col-1,
	.departments__megamenu .col-1of1,
	.departments__megamenu .col-1of2,
	.departments__megamenu .col-1of3,
	.departments__megamenu .col-1of4,
	.departments__megamenu .col-1of5,
	.departments__megamenu .col-2,
	.departments__megamenu .col-3,
	.departments__megamenu .col-4,
	.departments__megamenu .col-5,
	.departments__megamenu .col-6,
	.departments__megamenu .col-7,
	.departments__megamenu .col-8,
	.departments__megamenu .col-9,
	.departments__megamenu .col-10,
	.departments__megamenu .col-11,
	.departments__megamenu .col-12 {
		padding: 0 10px
	}

	.departments__megamenu--size--xl {
		width: 910px
	}

	.departments__megamenu--size--lg {
		width: 732px
	}

	.departments__megamenu--size--md {
		width: 554px
	}

	.departments__megamenu--size--nl {
		width: 376px
	}

	.departments__megamenu--size--sm {
		width: 198px
	}
}

.departments__button {
	background: #fff;
	color: #262626;
	font-weight: 500
}

.departments__button .departments__button-icon {
	color: #404040
}

.departments__button .departments__button-arrow {
	color: #bfbfbf
}

.departments--open .departments__button,
.departments__button:hover {
	background: #dc3545;
	color: #fff
}
.departments__button:hover svg, .departments__button:focus svg
{
    color:#fff;
}
.departments--open .departments__button .departments__button-icon,
.departments__button:hover .departments__button-icon {
	color: #fff
}

.departments--open .departments__button .departments__button-arrow,
.departments__button:hover .departments__button-arrow {
	color: rgba(0, 0, 0, .25)
}

.dropcart {
	width: 320px;
	background-color: #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
	border-radius: 1.5px;
	padding: 24px;
	color: #262626
}

.dropcart__list {
	list-style: none;
	padding: 0;
	margin: -8px 0 0
}

.dropcart__divider {
	height: 1px;
	background: #ebebeb;
	margin: 8px 0
}

.dropcart__item {
	display: -ms-flexbox;
	display: flex
}

.dropcart__item-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 70px
}

.dropcart__item-info {
	padding: 4px 0 5px;
	margin: 0 10px
}

.dropcart__item-name {
	font-size: 15px;
	line-height: 18px
}

.dropcart__item-name a {
	color: inherit;
	transition: color .2s
}

.dropcart__item-name a:hover {
	color: #cb1818
}

.dropcart__item-features {
	list-style: none;
	padding: 0;
	margin-top: 2px;
	font-size: 13px;
	line-height: 17px;
	color: #6c757d
}

.dropcart__item-meta {
	margin-top: 4px
}

.dropcart__item-meta,
.dropcart__item-remove {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.dropcart__item-remove {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	border: none;
	fill: currentColor;
	background-color: #fff;
	color: #ccc;
	margin-right: -13px
}

.dropcart__item-remove:hover {
	background-color: #f2f2f2;
	color: #999
}

.dropcart__item-remove:active {
	background-color: #ebebeb;
	color: gray
}

.dropcart__item-remove:focus {
	outline: none
}

.dropcart__item-price,
.dropcart__item-quantity {
	position: relative;
	height: 16px;
	z-index: 0;
	font-size: 11px;
	padding: 1px 10.82352px 0
}

.dropcart__item-price:before,
.dropcart__item-quantity:before {
	position: absolute;
	display: block;
	content: "";
	width: calc(100% - 5.82352px);
	height: 100%;
	top: 0;
	z-index: -1;
	border-radius: 2.5px 3px;
	left: 0;
	transform: skewX(-20deg);
	transform-origin: left bottom
}

.dropcart__item-quantity {
	color: #fff;
	font-weight: 500;
	padding-left: 6px;
	margin-right: -2.82352px
}

@media (-webkit-max-device-pixel-ratio:1),
(max-resolution:1dppx) {
	.dropcart__item-quantity {
		font-weight: 400
	}
}

.dropcart__item-quantity:after,
.dropcart__item-quantity:before {
	background: #274f9b
}

.dropcart__item-quantity:after {
	position: absolute;
	display: block;
	content: "";
	width: 8.32352px;
	height: 100%;
	top: 0;
	z-index: -1;
	left: 0;
	border-top-left-radius: 2.5px;
	border-bottom-left-radius: 2.5px
}

.dropcart__item-price {
	color: #262626;
	font-weight: 500
}

.dropcart__item-price:before {
	background: #ebebeb
}

.dropcart__totals {
	font-size: 15px;
	margin-top: 18px;
	margin-bottom: 24px
}

.dropcart__totals table {
	width: 100%
}

.dropcart__totals td,
.dropcart__totals th {
	padding: 0
}

.dropcart__totals th {
	font-weight: 500
}

.dropcart__totals td {
	text-align: right
}

.dropcart__totals tr+tr>* {
	padding-top: 4px
}

.dropcart__actions {
	display: -ms-flexbox;
	display: flex
}

.dropcart__actions>* {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.dropcart__actions>*+* {
	margin-left: 8px
}

.header {
	/* display: grid; */
	grid-template-columns: calc(100% / 2 - 1350px / 2) -webkit-min-content auto -webkit-max-content calc(100% / 2 - 1350px / 2);
	grid-template-columns: calc(100% / 2 - 1350px / 2) min-content auto max-content calc(100% / 2 - 1350px / 2);
	grid-template-rows: 34px auto auto
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.header {
		grid-template-columns: calc(100% / 2 - 1110px / 2) -webkit-min-content auto -webkit-max-content calc(100% / 2 - 1110px / 2);
		grid-template-columns: calc(100% / 2 - 1110px / 2) min-content auto max-content calc(100% / 2 - 1110px / 2)
	}
}

.header__megamenu-area {
	grid-column: 2/5;
	grid-row: 1
}

.header__topbar-classic-bg {
	grid-column: 1/6;
	grid-row: 1
}

.header__topbar-classic {
	grid-column: 2/5;
	grid-row: 1
}

.header__logo {
	grid-column: 2;
	grid-row: 2
}

.header__search {
	grid-column: 3/3;
	grid-row: 2
}

.header__navbar {
	grid-column: 1/6;
	grid-row: 3
}

.header__indicators {
	grid-column: 4;
	grid-row: 2
}

.header {
	position: relative;
	z-index: 10
}

@media (max-width:1199.98px) {
	.header {
		display: none
	}
}

.header__navbar {
	-ms-flex-item-align: center;
	align-self: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.header__logo {
	min-width: 230px;
	margin-right: 24px
}

.header__logo .logo__image {
	-ms-flex-pack: center;
	/* justify-content: center; */
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.header__logo {
		min-width: 210px
	}
}

.header__navbar {
	padding: 7px calc((100% - 1350px) / 2)
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.header__navbar {
		padding: 7px calc((100% - 1110px) / 2)
	}
}

.header__navbar-menu {
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%
}

.header__navbar-departments {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin-right: 24px;
	position: relative
}

.header__navbar-departments:after {
	display: block;
	position: absolute;
	content: "";
	background: transparent;
	width: 1px;
	height: 100%;
	top: 0;
	right: -12px
}

.header__navbar-phone {
	height: 100%
}

.header__search {
	/* margin-right: 24px; */
}

.header__indicators,
.header__search {
	-ms-flex-item-align: center;
	align-self: center;
	text-align: -webkit-center;
}

.header__indicators {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 16px 0
}

.header__indicators .indicator+.indicator {
	margin-left: 4px
}

.header {
	color: #262626;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
}

.header,
.header__topbar-classic-bg {
	background: #fff
}

.header {
	/* grid-template-rows: 0px auto auto; */
}

.header__topbar-classic-bg {
	border-bottom: 1px solid #ebebeb
}

.header__topbar-classic {
	padding-bottom: 1px
}

.header__navbar {
	height: 52px;
	background: #fff;
	color: #262626;
	border-top: 1px solid rgba(36,39,44,.1);
	height: 44px;
}

.header__navbar-departments:after {
	background: #ebebeb
}

.indicator {
	position: relative
}

.indicator__button {
	padding: 3px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	height: 54px;
	min-width: 54px;
	color: inherit;
	border-radius: 2px;
	background: transparent;
	border: none;
	padding-right: 12px
}

.indicator__button:focus {
	outline: none
}

.indicator__button:hover {
	color: inherit;
	text-decoration: none
}

.indicator__icon {
	position: absolute;
	padding: 8px;
	display: block;
	width: 48px;
	height: 48px
}

.indicator__icon svg {
	display: block;
	transform: scaleX(1)
}

.indicator__counter {
	position: absolute;
	top: 5px;
	font-size: 10px;
	line-height: 1;
	padding: 2px 3px 1px;
	border-radius: 6.5px;
	text-align: center;
	z-index: 0;
	right: 4px
}

.indicator__counter:before {
	display: block;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 2.5px;
	left: 0;
	right: 0;
	transform: skewX(-11deg)
}

.indicator__title,
.indicator__value {
	display: block;
	margin-left: 50px
}

.indicator__title {
	padding-top: 3px;
	margin-bottom: -3px;
	font-size: 13px
}

.indicator__value {
	font-size: 18px
}

.indicator__content {
	top: 100%;
	position: absolute;
	visibility: hidden;
	transform-origin: top;
	transform: rotateX(60deg);
	opacity: 0;
	transition: transform .2s, opacity .2s, visibility 0s .2s;
	right: 0
}

.indicator--trigger--click.indicator--open .indicator__content,
.indicator--trigger--hover:hover .indicator__content {
	z-index: 1;
	transition-delay: 0s, 0s, 0s;
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg)
}

.indicator--mobile .indicator__button {
	padding: 0 0 2px;
	height: 50px;
	width: 44px;
	min-width: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0
}

.indicator--mobile .indicator__icon {
	padding: 0;
	position: relative;
	height: auto;
	width: auto
}

.indicator--mobile .indicator__counter {
	top: -7px;
	right: -7px
}

.indicator__icon {
	fill: #262626
}

.indicator__title {
	color: #999
}

.indicator__value {
	font-weight: 500
}

.indicator--open .indicator__button,
.indicator:hover .indicator__button {
	background: #f2f2f2
}

.indicator__counter {
	color: #fff;
	font-weight: 500
}

@media (-webkit-max-device-pixel-ratio:1),
(max-resolution:1dppx) {
	.indicator__counter {
		font-weight: 400
	}
}

.indicator__counter:before {
	background-color: #274f9b
}

.logo__slogan {
	padding-top: 11px;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase
}

.logo__image {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	height: 100%
}

.logo__slogan {
	display: none
}

.logo__part-primary {
	fill: #274f9b
}

.logo__part-secondary {
	fill: #404040
}

.main-menu {
	height: 100%
}

.main-menu__list {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%
}

.main-menu__link {
	display: block;
	padding: 5px 11px;
	border-radius: 2px;
	color: #24272c;
	white-space: nowrap;
	font-size: 14px;
	/* text-transform: uppercase; */
}

.main-menu__link:hover {
	color: inherit
}

.main-menu__submenu {
	color: #262626
}

.main-menu__item--has-submenu .main-menu__link {
	position: relative; margin: 0 10px;
	/*padding-right: 23px*/
}

.main-menu__item--has-submenu .main-menu__link svg {
	top: 14px;
	position: absolute;
	fill: currentColor;
	right: 10px
}

.main-menu__item--submenu--menu {
	position: relative
}

.main-menu__item--submenu--menu .main-menu__submenu {
	position: absolute;
	z-index: 1;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transform: rotateX(45deg);
	transition: transform .2s, opacity .2s;
	left: 0
}

.main-menu__item--submenu--menu:hover .main-menu__submenu {
	visibility: visible;
	opacity: 1;
	transform: rotateX(0)
}

.main-menu__item--submenu--megamenu .main-menu__submenu {
	position: absolute;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transform: rotateX(45deg);
	transition: transform .2s, opacity .2s
}

.main-menu__item--submenu--megamenu:hover .main-menu__submenu {
	visibility: visible;
	opacity: 1;
	transform: rotateX(0)
}

.main-menu__megamenu {
	padding: 26px 30px 30px;
	background-color: #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .2)
}

@media (min-width:1400px) {
	.main-menu__megamenu--size--xxl {
		width: 1350px
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.main-menu__megamenu--size--xxl {
		width: 1110px
	}
}

@media (min-width:1400px) {
	.main-menu__megamenu--size--xl {
		width: 1130px
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.main-menu__megamenu--size--xl {
		width: 930px
	}
}

@media (min-width:1400px) {
	.main-menu__megamenu--size--lg {
		width: 910px
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.main-menu__megamenu--size--lg {
		width: 750px
	}
}

@media (min-width:1400px) {
	.main-menu__megamenu--size--md {
		width: 690px
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.main-menu__megamenu--size--md {
		width: 570px
	}
}

@media (min-width:1400px) {
	.main-menu__megamenu--size--nl {
		width: 470px
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.main-menu__megamenu--size--nl {
		width: 390px
	}
}

@media (min-width:1400px) {
	.main-menu__megamenu--size--sm {
		width: 250px
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.main-menu__megamenu--size--sm {
		width: 210px
	}
}

.main-menu__link {
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.main-menu__item--has-submenu .main-menu__link svg {
	top: calc(50% - 2px)
}

.main-menu .main-menu__link {
	font-weight: 500
}

.main-menu .main-menu__item--has-submenu .main-menu__link svg {
	color: #bfbfbf
}

.main-menu .main-menu__item:hover .main-menu__link {
	background-color: #f2f2f2
}

.megamenu {
	position: relative
}

.megamenu__image {
	position: absolute;
	bottom: 0;
	right: 0;
	transform-origin: bottom right
}

.megamenu__image img,
.megamenu__image picture {
	display: block
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.megamenu__image {
		transform: scale(.81)
	}
}

.megamenu-links {
	list-style: none;
	padding: 0;
	margin: 0
}

.megamenu-links__item {
	line-height: 18px
}

.megamenu-links__item+.megamenu-links__item {
	margin-top: 10px
}

.megamenu-links__item--has-submenu+.megamenu-links__item {
	margin-top: 24px
}

.megamenu-links__item-link {
	font-size: 16px;
	color: inherit;
	transition: color .15s;
	font-weight: 500
}

.megamenu-links__item-link:hover {
	color: #cb1818
}

.megamenu-links__item-link+.megamenu-links {
	border-top: 1px solid #ebebeb;
	padding-top: 12px;
	margin-top: 5px
}

.megamenu-links:not(.megamenu-links--root) .megamenu-links__item {
	line-height: 16px
}

.megamenu-links:not(.megamenu-links--root) .megamenu-links__item+.megamenu-links__item {
	margin-top: 9px
}

.megamenu-links:not(.megamenu-links--root) .megamenu-links__item-link {
	font-weight: 400;
	font-size: 14px;
	color: #6c757d
}

.megamenu-links:not(.megamenu-links--root) .megamenu-links__item-link:hover {
	color: #cb1818
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.megamenu-links__item-link {
		font-size: 15px
	}
}

.menu {
	color: #262626;
	background-color: #fff;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
	list-style: none;
	margin: 0;
	padding: 8px 0;
	width: 200px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500
}

.menu__submenu {
	position: absolute;
	top: -8px;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s;
	left: 100%
}

.menu__link {
	display: block;
	position: relative;
	padding: 5px 28px 5px 16px
}

.menu__link,
.menu__link:hover {
	color: inherit
}

.menu__arrow {
	fill: #bfbfbf;
	position: absolute;
	top: calc(50% - 5px);
	right: 14px
}

.menu__arrow svg {
	display: block;
	transform: scaleX(1)
}

.menu__item:hover>.menu__link {
	background: #f2f2f2
}

.menu__item:hover>.menu__submenu {
	opacity: 1;
	visibility: visible
}

.menu__item--has-submenu {
	position: relative
}

.phone__body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	height: 100%;
	padding: 4px 11px;
	border-radius: 2px;
	transition: background .12s;
	font-size: 14px;
}

.phone__body,
.phone__body:hover {
	color: #24272c;
}

.phone__title {
	font-size: 15px;
	margin-top: 1px;
	margin-right: 5px
}

.phone__body:hover {
	background: #f2f2f2
}

.phone__title {
	color: #999
}

.phone__number {
	font-weight: 500
}

.search__dropdown {
	color: #262626;
	background-color: #fff;
	/* box-shadow: 0 2px 20px rgba(0, 0, 0, .2); */
	position: absolute;
	top: 100%;
	border-radius: 1.5px;
	opacity: 0;
	transform: translateY(26px);
	visibility: hidden;
	transition: opacity .25s cubic-bezier(.645, .045, .355, 1), transform .25s cubic-bezier(.645, .045, .355, 1), visibility 0s .25s;
	left: 0;
	right: 0;
	border: 1px solid #efefef;
	border-top: 0;
}

.search__dropdown--open {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	transition-delay: 0s
}

.search__button-icon svg {
	display: block
}

.search__body {
	display: -ms-flexbox;
	display: flex;
	z-index: 0;
	position: relative;
	max-width: 560px;
	height: 38px
}

.search__button,
.search__input {
	background: transparent;
	border: none;
	font-family: inherit;
	padding: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0
}

.search__button:focus,
.search__input:focus {
	outline: none
}

.search__button {
	border: 2px solid transparent;
	fill: currentColor;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 9px;
	white-space: nowrap
}

.search__button,
.search__button-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.search__button-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-top: 1px;
	margin-left: 9px
}

.search__input {
	border: 1px solid #ededed;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 15px;
	border-radius: 2.5px;
	transition: background-color .2s, border-color .2s, color .2s;
	padding: 3px 37px 0 13px
}

.search__button--start {
	-ms-flex-order: -1;
	order: -1;
	border: 1px solid transparent;
	background-repeat: no-repeat;
	background-size: 5px 10px;
	border-radius: 2.5px;
	transition: color .15s, background-color .15s;
	background-color: #d63a4a;
	color: #ffffff;
	/*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 10'%3E%3Cpath fill='rgba(0, 0, 0, 0.35)' d='M4.503 4H.497c-.403 0-.639-.508-.408-.878L2.095.233a.469.469 0 0 1 .816 0l2 2.889c.231.37-.005.878-.408.878zM.497 6h4.006c.403 0 .639.504.408.871L2.905 9.737a.47.47 0 0 1-.816 0l-2-2.866C-.142 6.504.094 6 .497 6z'/%3E%3C/svg%3E");*/
	padding: 10px;
	margin-right: 5px;
	background-position: right 12px center;
	pointer-events: none;
}

.search__button--start .search__button-icon {
	fill: rgb(255 255 255 / 100%);
}

.search__button--start:hover {
	background-color: #000000;
}

.search__button--start:active {
	transition-duration: 0s;
	background-color: #ffca16
}

.search__button--end {
	transition: color .2s;
	position: absolute;
	height: 38px;
	width: 38px;
	border: none;
	right: 0
}

.search__dropdown--vehicle-picker {
	max-width: 440px
}

.search__dropdown-arrow {
	position: absolute;
	width: 46px;
	height: 21px;
	pointer-events: none;
	bottom: 100%;
	overflow: hidden
}

.search__dropdown-arrow:before {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	top: 100%;
	margin-top: -3.5px;
	background-color: #fff;
	border-radius: 1px;
	left: 50%;
	margin-left: -3.5px;
	transform: rotate(45deg) translateX(-.5px) translateY(-.5px)
}

.search__input {
	color: #262626;
	background-color: #ffffff;
	border-color: #ededed;
	border-radius: 4px;
}

.search__input::-webkit-input-placeholder {
	color: #6c757d
}

.search__input::-moz-placeholder {
	color: #6c757d
}

.search__input:-ms-input-placeholder,
.search__input::-ms-input-placeholder {
	color: #6c757d
}

.search__input::placeholder {
	color: #6c757d
}

.search__input:hover {
	border-color: #e0e0e0
}

.search__input:focus {
	background-color: #fff;
	border-color: #e5e5e5
}

.search__button--end {
	color: #b2b2b2
}

.search__button--end:hover {
	color: #404040
}

.suggestions {
	padding: 10px 10px;
}

.suggestions__group+.suggestions__group {
	margin-top: 10px;
	text-align: left;
}

.suggestions__group-title {
	padding: 3px 20px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	color: #999
}

.suggestions__category {
	display: block;
	padding: 6px 20px;
	color: inherit;
	font-size: 15px;
	line-height: 17px
}

.suggestions__category:hover {
	color: inherit;
	background: #f2f2f2
}

.suggestions__product {
	display: -ms-flexbox;
	display: flex;
	padding: 6px 6px;
	color: inherit;
	align-items: center;
}

.suggestions__product:hover {
	color: inherit;
	background: #f2f2f2
}

.suggestions__product-image {
	position: relative;
	border-radius: 1px;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
	background: #fff;
	margin-right: 10px;
	height: 100%;
	border-radius: 4px;
}

.suggestions__product-image:before {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: inherit;
	pointer-events: none;
	z-index: 1
}

.suggestions__product-info {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	/* padding-top: 4px; */
	min-width: 0
}

.suggestions__product-name {
	font-size: 15px;
	line-height: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
}

.suggestions__product-rating {
	display: -ms-flexbox;
	display: flex;
	margin-top: 2px
}

.suggestions__product-rating-stars {
	margin-right: 8px
}

.suggestions__product-rating-label {
	font-size: 13px;
	line-height: 1;
	color: #6c757d
}

.suggestions__product-price {
	white-space: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 1;
	font-size: 13px;
	font-weight: 700;
	padding-top: 3px;
	/* width: 70px; */
	margin-left: 14px;
	text-align: right;
}

.topbar {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	font-size: 14px;
	line-height: 1
}

.topbar__item-spring {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.topbar__item-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px
}

.topbar__link {
	transition: color .12s
}

.topbar__link-label {
	transition: inherit
}

.topbar__button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background: transparent;
	font-family: inherit;
	border: none;
	padding: 0 10px;
	transition: background .12s;
	height: 100%
}

.topbar__button:focus {
	outline: none
}

.topbar__button-label,
.topbar__button-title {
	transition: color .12s
}

.topbar__button-label {
	margin-right: 3px
}

.topbar__button--has-arrow {
	padding-right: 18px;
	padding-right: 22px
}

.topbar__button-arrow {
	position: absolute;
	fill: currentColor;
	top: calc(50% - 3px);
	right: 8px;
	right: 10px
}

.topbar__button-arrow svg {
	display: block
}

.topbar__menu {
	position: relative
}

.topbar__menu-body {
	visibility: hidden;
	transform-origin: top;
	transform: rotateX(60deg);
	opacity: 0;
	transition: transform .2s, opacity .2s, visibility 0s .2s;
	color: #262626;
	background-color: #fff;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
	position: absolute;
	width: 150px;
	padding: .5rem 0;
	font-size: 14px;
	line-height: 26px;
	z-index: 1;
	font-weight: 500;
	right: 0
}

.topbar__menu-item {
	display: block;
	padding: 3px 1rem;
	color: #262626
}

.topbar__menu-item:hover {
	color: #262626;
	background: #f2f2f2
}

.topbar__menu-item img {
	margin-right: 8px
}

.topbar__menu-item span {
	position: relative;
	top: 1px
}

.topbar__menu--open .topbar__menu-body {
	visibility: visible;
	transition-delay: 0s, 0s, 0s;
	opacity: 1;
	transform: rotateX(0deg)
}

.topbar--spaceship-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.topbar--classic {
	/*background: #fff*/
}

.topbar--classic .topbar__item-text {
	color: #262626;
	font-weight: 500
}

.topbar--classic .topbar__link {
	color: #999;
	font-weight: 400
}

.topbar--classic .topbar__link:hover {
	color: #262626
}

.topbar--classic .topbar__button-label {
	color: #999;
	font-weight: 400
}

.topbar--classic .topbar__button-title {
	color: #262626;
	font-weight: 500
}

.topbar--classic .topbar__button-arrow {
	color: #bfbfbf
}

.topbar--classic .topbar__button:hover,
.topbar--classic .topbar__menu--open .topbar__menu-button {
	background: #f2f2f2
}

.topbar--classic .topbar__button:hover .topbar__button-label,
.topbar--classic .topbar__menu--open .topbar__menu-button .topbar__button-label {
	color: #262626
}

.vehicle-picker__panel {
	display: none
}

.vehicle-picker__panel--active {
	display: block
}

.vehicle-picker__panel-body {
	padding: 20px 20px 28px
}

.vehicle-picker__text {
	font-size: 15px;
	color: #6c757d;
	margin-bottom: 8px
}

.vehicle-picker__text:first-child {
	margin-top: -5px
}

.vehicle-picker__actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 32px
}

.vehicle-picker__actions>*+* {
	margin-left: 20px
}

.search__car-selector-link a {
	font-size: 14px;
	color: #999
}

.search__car-selector-link a:hover {
	text-decoration: underline
}

.block-space--layout--spaceship-ledge-height {
	display: none
}
.header-social-link {
    display: flex;
    justify-content: end;
}


.header-social-link a {
	color: #fff;
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin: 0 5px;
	font-size: 12px;
	transition: all 0.3s ease;
	text-align: center;
	}
  
  /* Facebook */
  .header-social-link a.facebook {
	background-color: #1877F2;
  }
  
  /* YouTube */
  .header-social-link a.youtube {
	background-color: #FF0000;
  }
  
  /* Instagram */
  .header-social-link a.instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, 
				#fd5949 45%, #d6249f 60%, #285AEB 90%);
  }
  
  /* Twitter */
  .header-social-link a.twitter {
	background-color: #1DA1F2;
  }

  .header-social-link a.linkedin {
	background-color: #3d13a0;
  }

  .header-social-link a.skype {
	background-color: #1DA1F2;
  }

  .header-social-link a.whatsapp {
	background-color: #0c772c;
  }

  .header-social-link a.pinterest {
	background-color: #2c2aaa;
  }
  
  /* Optional: Hover effect */
  .header-social-link a:hover {
	opacity: 0.8;
	transform: scale(1.1);
  }
  .search__body ul {
	position: absolute;
	top: 47px;
	left: 40px;
	background: white;
	width: 400px;
}

.search__body ul li {
	list-style-type: none;
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 4px;
	text-align: center;
}

.header__search{
    z-index: 2;
    position: relative;
}
.suggestions__product{
    text-align: left;
}
a.suggestions__item.suggestions__product {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.suggestions__group-content2 {
    gap: 5px;
    display: flex;
    flex-direction: column;
}