/*
* --------------------------
* --------- Header ---------
* --------------------------
*/

.has-opened-menu.is-mobile .information-bar,
.mobile-search-is-open.is-mobile .information-bar {
	display: none;
}

.information-bar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 2px 20px;
	background-size: cover;
	cursor: default;
}

.information-bar[href] {
	cursor: pointer;
}

.information-bar .inner {
	width: 100%;
	max-width: 1300px;
	text-align: center;
	user-select: none;
}

.information-bar .inner .content {
	display: inline-block;
	vertical-align: middle;
}

.information-bar .inner .content .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	pointer-events: none;
}

.information-bar .inner .flipdown {
	display: inline-block;
	vertical-align: middle;
	width: 215px;
	height: 35px;
	margin-top: 4px;
	margin-left: 10px;
	overflow: visible;
}

.information-bar .inner .flipdown .rotor-group {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 35px;
	padding-right: 13px;
}

.information-bar .inner .flipdown .rotor-group:last-child {
	padding-right: 0;
}

.information-bar .inner .flipdown .rotor-group:not(:last-child):before,
.information-bar .inner .flipdown .rotor-group:not(:last-child):after {
	content: '';
	position: absolute;
	right: 5px;
	display: block;
	width: 3px;
	height: 3px;
	background-color: #9F9F9F;
	border-radius: 50%;
}

.information-bar .inner .flipdown .rotor-group:not(:last-child):before {
	top: 6px;
}

.information-bar .inner .flipdown .rotor-group:not(:last-child):after {
	top: 14px;
}

.information-bar .inner .flipdown .rotor-group-heading:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 43px;
	color: #FFFFFF;
	font-size: 10px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: normal;
	text-align: center;
	text-transform: lowercase;
}

.information-bar .inner .flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
	content: attr(data-before);
}

.information-bar .inner .flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
	content: attr(data-before);
}

.information-bar .inner .flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
	content: attr(data-before);
}

.information-bar .inner .flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
	content: attr(data-before);
}

.information-bar .inner .flipdown .rotor {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 24px;
	margin-right: 1px;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.40);
	perspective: 200px;
	overflow: hidden;
}

.information-bar .inner .flipdown .rotor:last-child {
	margin-right: 0;
}

.information-bar .inner .flipdown .rotor:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 11px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
}

.information-bar .inner .flipdown .rotor-top,
.information-bar .inner .flipdown .rotor-bottom {
	position: absolute;
	width: 21px;
	height: 12px;
	background-color: #DD1118;
	overflow: hidden;
}

.information-bar .inner .flipdown .rotor-top {
	background-color: #B30206;
}


.information-bar.light .inner .flipdown .rotor-top,
.information-bar.light .inner .flipdown .rotor-bottom {
	background-color: #FFFFFF;
	color: #000000;
}

.information-bar .inner .flipdown .rotor-leaf {
	position: absolute;
	z-index: 1;
	width: 21px;
	height: 24px;
	transform-style: preserve-3d;
	transition: transform 0s;
}

.information-bar .inner .flipdown .rotor-leaf.flipped {
	transform: rotateX(-180deg);
	transition: all 0.5s ease-in-out;
}

.information-bar .inner .flipdown .rotor-leaf-front,
.information-bar .inner .flipdown .rotor-leaf-rear {
	position: absolute;
	width: 21px;
	height: 12px;
	background-color: #DD1118;
	overflow: hidden;
	transform: rotateX(0deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.information-bar.light .inner .flipdown .rotor-leaf-front,
.information-bar.light .inner .flipdown .rotor-leaf-rear {
	background-color: #FFFFFF;
	color: #000000;
}

.information-bar .inner .flipdown .rotor-leaf-front {
	border-radius: 2px 2px 0 0;
	background-color: #B30206;
	line-height: 24px;
}

.information-bar.light .inner .flipdown .rotor-leaf-front {
	background-color: #FFFFFF;
	color: #000000;
}

.information-bar .inner .flipdown .rotor-leaf-rear {
	border-radius: 0 0 2px 2px;
	line-height: 0;
	transform: rotateX(-180deg);
}

.information-bar .inner .flipdown .rotor-top {
	border-radius: 2px 2px 0 0;
	line-height: 24px;
}

.information-bar .inner .flipdown .rotor-bottom {
	bottom: 0;
	border-radius: 0 0 2px 2px;
	line-height: 0;
}

.information-bar .inner .information-bar-timer {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	font-size: 0;
}

.information-bar .inner .information-bar-timer.visibility-hidden {
	visibility: hidden;
}

.information-bar .inner .information-bar-timer .information-bar-timer-number {
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 35px;
	margin-right: 4px;
	text-align: center;
}

.information-bar .inner .information-bar-timer .information-bar-timer-number:last-child {
	margin-right: 0;
}

.information-bar .inner .information-bar-timer .information-bar-timer-number .information-bar-timer-counter {
	position: relative;
}

.information-bar .inner .information-bar-timer .information-bar-timer-number .information-bar-timer-counter span {
	position: relative;
	z-index: 1;
}

.information-bar .inner .information-bar-timer .information-bar-timer-number .information-bar-timer-counter:before,
.information-bar .inner .information-bar-timer .information-bar-timer-number .information-bar-timer-counter:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 10px;
	background: #FFFFFF;
}

.information-bar .inner .information-bar-timer .information-bar-timer-number .information-bar-timer-counter:before {
	top: 1px;
	border-radius: 3px 3px 0 0;
	box-shadow: inset 0 0 10px rgba(37, 35, 36, 0.35);
}

.information-bar .inner .information-bar-timer .information-bar-timer-number .information-bar-timer-counter:after {
	bottom: 1px;
	border-radius: 0 0 3px 3px;
}

.information-bar .inner .information-bar-timer.red .information-bar-timer-number .information-bar-timer-counter span {
	color: #FFFFFF;
}

.information-bar .inner .information-bar-timer.red .information-bar-timer-number .information-bar-timer-counter:before,
.information-bar .inner .information-bar-timer.red .information-bar-timer-number .information-bar-timer-counter:after {
	background: #DD1018;
}

.information-bar .inner .information-bar-timer .information-bar-timer-number .information-bar-timer-label {
	position: relative;
	top: -2px;
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 14px;
	text-transform: lowercase;
}

header {
	position: relative;
	z-index: 100;
	background: #fff;
}

header .header-top {
	position: relative;
	border-bottom: 1px solid #E4E5E5;
	height: 34px;
	background: #fff;
	z-index: 15;
	transition: opacity .1s ease .1s,visibility 0ms linear .1s;
	transform-origin: top center;
}

header .header-top > .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 34px;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 20px;
}

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

	header .header-top > .inner,
	.information-bar > .inner {
		max-width: 1340px;
	}
}
@media only screen and (max-width: 1280px) {

	header .header-top > .inner,
	.information-bar > .inner{
		max-width: 1200px;
	}
}

header .header-top .header-contacts {
	display: inline-block;
	vertical-align: middle;
}

header .header-top .header-contacts li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 22px;
}

header .header-top .header-contacts li:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 7px;
	vertical-align: middle;
}

header .header-top .header-contacts li.email:before {
	background: url('/images/icons/icon-envelope-pale.svg');
}

header .header-top .header-contacts li.messenger:before {
	background: url('/images/icons/icon-messenger-pale-outline.svg');
}

header .header-top .header-contacts li.phone:before {
	background: url('/images/icons/icon-phone-pale.svg');
}

header .header-top .header-contacts li a {
	position: relative;
}

header .header-top .header-contacts li a:hover:after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #252324;
}

header .header-top .header-top-links {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
}

header .header-top .header-top-links .header-page-links-testimonial:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 7px;
	vertical-align: middle;
	background: url('/images/icons/icon-comment-star-pale.svg');
}

header .header-top .header-top-links a {
	position: relative;
}

header .header-top .header-top-links a:hover:after {
	content: '';
	position: absolute;
	bottom: 6px;
	right: 0;
	display: block;
	width: calc(100% - 35px);
	height: 1px;
	background: #252324;
}

header .header-bottom {
	display: block;
	position: relative;
	z-index: 10;
	background: #FFFFFF;
	height: 125px;
	transition: transform .1s ease,opacity 0ms linear .1s,visibility 0ms linear .1s;
	transform-origin: top center;
}

header.is-sticky .header-bottom {
	height: 64px;
}

header .header-bottom > .inner {
	position: relative;
	width: 100%;
	height: 80px;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 10;
	background: #fff;
}

header .header-bottom > .inner .left-column {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: 270px;
	height: 100%;
	float: left;
}

header .header-bottom > .inner .middle-column {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - (270px * 2));
	height: 100%;
}

header .header-bottom > .inner .right-column {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	width: 270px;
	height: 100%;
	float: right;
	margin-top: -6px;
}

header .header-bottom > .inner .right-column .block-profile-links .profile-link {
	position: relative;
	z-index: 16;
}

header .header-bottom > .inner .right-column .block-profile-links .profile-drop-down {
	display: none;
}

header .header-bottom > .inner .right-column .block-profile-links:hover .profile-drop-down,
header .header-bottom > .inner .right-column .block-profile-links.is-hovered .profile-drop-down {
	display: block;
}

header .header-bottom > .inner .right-column .block-profile-links .profile-drop-down.is-disabled,
header .header-bottom > .inner .right-column .block-profile-links .profile-drop-down.is-disabled {
	display: none !important;
}

header .header-bottom > .inner .right-column .block-profile-links:hover .profile-link:not(.is-logged):before,
header .header-bottom > .inner .right-column .block-profile-links.is-hovered .profile-link:not(.is-logged):before {
	background: #F3F3F3;
}

header .header-bottom > .inner .right-column .block-profile-links .profile-drop-down:before {
	content: '';
	position: absolute;
	top: -25px;
	left: 0;
	display: block;
	width: 100%;
	height: 25px;
	border-radius: 20px 20px 0 0;
}

header .header-bottom > .inner .right-column .block-profile-links .profile-drop-down:after {
	content: '';
	position: absolute;
	top: -61px;
	left: 10px;
	display: block;
	width: 200px;
	height: 61px;
	border-radius: 50px 50px 0 0;
}

header .header-bottom > .inner .right-column .block-cart-link .cart-drop-down {
	display: none;
}

header .header-bottom > .inner .right-column .block-cart-link:hover .cart-drop-down {
	display: block;
}

header .header-bottom > .inner .right-column .block-cart-link .cart-drop-down.is-disabled {
	display: none !important;
}

header .header-bottom > .inner .right-column .block-cart-link .cart-drop-down:before {
	content: '';
	position: absolute;
	top: -70px;
	right: 0;
	display: block;
	width: 70px;
	height: 70px;
}

header .header-bottom > .inner .right-column .block-cart-link .cart-drop-down:after {
	content: '';
	position: absolute;
	top: -40px;
	right: 43px;
	display: block;
	width: 70px;
	height: 20px;
	transform: rotate(-35deg);
}

header .header-bottom > .inner .right-column .block-cart-link .cart-drop-down .cart-drop-down-products:after {
	content: '';
	position: absolute;
	top: -25px;
	left: 0;
	display: block;
	width: 100%;
	height: 25px;
	border-radius: 20px 20px 0 0;
}

/*@media (min-width:1441px) and (max-width:1760px) {*/
/*	header .header-top > .inner {*/
/*		padding: 0 60px;*/
/*	}*/
/*	header .header-bottom > .inner {*/
/*		padding: 0 60px;*/
/*	}*/
/*}*/

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

	header .header-bottom > .inner {
		max-width: 1340px;
	}

	/*header .header-bottom > .inner .right-column {*/
	/*	width: 530px;*/
	/*}*/
}

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

	header {
		display: none;
	}
}


header .header-bottom.search-is-open > .inner .left-column {
	justify-content: normal;
	width: 270px;
	float: none;
}
header .header-bottom.search-is-open > .inner .right-column {
	float: none;
	justify-content: space-between;
	width: calc(100% - 300px);
	margin-left: 50px;
}

/*** LOGO ***/
header .header-bottom .logo {
	width: 200px;
	height: 27px;
	flex: 0 0 200px;
}


header .header-bottom .logo img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 5/1;
}
@media only screen and (max-width: 1340px) {

	header .header-bottom .logo {
		margin-right: 40px;
	}
}

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

	header .header-bottom .logo {
		margin-right: 20px;
	}
}

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

	header .header-bottom .logo {
		margin-right: 10px;
	}
}



/*** NAVIGATION ***/
header .header-bottom .navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	border-top: 1px solid #E4E5E5;
	border-bottom: 1px solid #E4E5E5;
	background: #F3F3F3;
}

header.is-sticky .header-bottom .navigation {
	transform-origin: top center;
}

header .header-bottom .navigation.show-sticky {
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
	transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
}

header .header-bottom .navigation.hide-sticky {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	transition: transform .1s ease,opacity 0ms linear .1s,visibility 0ms linear .1s;
	transform-origin: top center;
	transform: scaleY(0);
}

header .header-bottom .navigation.show-from-dropdown {
	height: 44px;
	opacity: 1 ;
}

header .header-bottom  .navigation .block-navigation {
	height: 100%;
}


header .header-bottom  .navigation .navigation-items {
	list-style: none;
	width: 100%;
	height: 100%;
	margin-left: -15px;
	padding: 0 20px;
	text-align: center;
}

/*@media (min-width:1441px) and (max-width:1450px) {*/
/*	header .header-bottom  .navigation .navigation-items {*/
/*		padding: 0 15px;*/
/*	}*/
/*}*/

header .header-bottom  .navigation .navigation-items .navigation-item {
	display: inline-flex;
	vertical-align: middle;
	padding: 0 26px;
	height: 100%;
	align-items: center;
}

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

	header .header-bottom  .navigation .navigation-items .navigation-item {
		padding: 0 12px;
	}
}

@media only screen and (max-width: 1340px) {
	header .header-bottom  .navigation .navigation-items {
		padding: 0 10px;
	}
	header .header-bottom  .navigation .navigation-items .navigation-item {
		padding: 0 10px;
	}
}


header .header-bottom .navigation .navigation-items .navigation-item .name {
	position: relative;
	display: flex;
	cursor: pointer;
}

/*header.is-sticky .header-bottom .navigation .navigation-items .navigation-item .name {*/
/*	padding-bottom: 22px;*/
/*}*/

header .header-bottom .navigation .navigation-items .navigation-item .name a.sale:before {
	content: '';
	position: absolute;
	display: block;
	top: -1px;
	right: -9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #DD1018;
}

header .header-bottom .navigation .navigation-items .navigation-item .name a.new:before {
	content: '';
	position: absolute;
	display: block;
	top: -1px;
	right: -9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #079048;
}

header .header-bottom .navigation .navigation-items .navigation-item.is-active .name:after {
	content: '';
	position: absolute;
	display: block;
	background: #252324;
	width: calc(100% + 20px);
	height: 3px;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}

/*header.is-sticky .header-bottom .navigation .navigation-items .navigation-item.is-active .name:after {*/
/*	bottom: 0;*/
/*}*/

header .header-bottom  .navigation .navigation-items .navigation-item:last-child {
	margin-right: 0;
}


/*sticky header*/
header.is-sticky {
	position: fixed;
	top: -34px;
	left: 0;
	right: 0;
	justify-content: space-between;
	transition: all 0.3s;
	border-bottom: 1px solid #E4E5E5;
}

header.is-sticky.hide-sticky {
	transform: translateY(-100%);
	transition: 1s all;
}

header.is-sticky .header-bottom > .inner {
	height: 64px;
}

header .dropdowns .dropdown {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	background: #fff;
	top: 125px;
	left: 0;
	right: 0;
	transition: transform .1s ease,opacity 0ms linear .1s,visibility 0ms linear .1s;
	transform-origin: top center;
	transform: scaleY(0);
	padding: 30px 0 10px;
}

header .dropdowns.is-open .dropdown {
	transform: scaleY(1);
	transition: none;
}

header .dropdowns.is-open .dropdown.is-focused {
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
	transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
}

header .header-bottom.search-is-open .dropdown {
	display: none;
}

header.is-sticky .dropdown {
	top: 108px;
}


header .dropdowns .dropdown.visible {
	opacity: 1;
	visibility: visible;
}

header .dropdowns  .dropdown .inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1700px;
	padding: 0 20px 55px 20px;
	margin: 0 auto;
}

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

	header .dropdowns .dropdown .inner {
		max-width: 1340px;
	}
}

header .dropdowns  .dropdown .inner .title {
	display: block;
	margin-bottom: 10px;
	text-align: left;
}

header .dropdowns  .dropdown .inner > div,
header .dropdowns  .dropdown .inner > a {
	white-space: normal;
	opacity: 0;
	transform: translateY(-10px);
	transition: transform .1s,opacity .1s;
	transition-delay: 0s;
}

header .dropdowns .dropdown.is-focused .inner > div,
header .dropdowns .dropdown.is-focused .inner > a {
	opacity: 1;
	transform: translateY(0);
	transition: transform 0.3s ease, opacity 0.2s linear;
	transition-delay: 0.2s;
}

header .dropdowns .dropdown .inner .childrens {
	flex: 0 1 620px;
	margin-right: 20px;
	vertical-align: top;
}

header .dropdowns .dropdown .inner .childrens .navigation-items-children {
	column-count: 2;
	grid-column-gap: 20px;
	column-gap: 20px;
	padding-top: 5px;
	margin-left: -10px;
}

header .dropdowns .dropdown .inner .childrens .navigation-items-children  .navigation-item-child{
	position: relative;
	display: grid;
	-ms-grid-rows: 1fr auto;
	grid-template-rows: 1fr auto;
	break-inside: avoid;
	padding: 0 10px;
}

header .dropdowns .dropdown .inner .childrens .navigation-items-children  .navigation-item-child:hover {
	z-index: 10;
}

header .dropdowns .dropdown .inner .childrens .navigation-items-children  .navigation-item-child:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% + 4px);
	top: -2px;
	left: 0;
	border-radius: 5px;
	z-index: 5;
	transition: 0.36s all;
}

header .dropdowns .dropdown .inner .childrens .navigation-items-children  .navigation-item-child:hover:after {
	background: #F3F3F3;
}

header .dropdowns .dropdown .inner .childrens .navigation-items-children .navigation-item-child span {
	z-index: 10;
	padding: 15px 0;
	border-bottom: 1px solid #E4E5E5;
	/*font-size: 14px;*/
	transition: 0.36s all;
}

header .dropdowns .dropdown .inner .childrens .navigation-items-children .navigation-item-child:hover span {
	border-bottom: 1px solid #F3F3F3;
}

header .dropdowns .dropdown .inner .brands {
	flex: 0 1 310px;
	margin-right: 20px;
	margin-top: -8px;
	margin-left: -8px;
	font-size: 0;
}

header .dropdowns .dropdown .inner .brands .title {
	margin-left: 8px;
	margin-bottom: 22px;
}

header .dropdowns .dropdown .inner .brands .brand {
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 8px);
	height: 54px;
	border: 1px solid #E4E5E5;
	margin-top: 8px;
	margin-left: 8px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	transition: 0.36s all;
}

header .dropdowns .dropdown .inner .brands .brand:hover {
	border: 1px solid #808080;
}

header .dropdowns .dropdown .inner .brands .brand img {
	display: block;
	margin: 0 auto;
	height: 100%;
	max-width: 100%;
}

header .dropdowns .dropdown .inner .banner {
	flex: 0 1 255px;
}

header .dropdowns .dropdown .inner .banner img {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/*header.is-sticky .header-bottom .navigation .navigation-items .navigation-item .name a.sale:before,*/
/*header.is-sticky .header-bottom .navigation .navigation-items .navigation-item .name a.new:before {*/
/*	top: 20px;*/
/*}*/


/*** SEARCH ***/
header .header-bottom .search-block {
	width: 680px;
	height: 44px;
}

header .header-bottom.search-is-open .search-block{
	top: -8px;
	left: -3px;
}

header .header-bottom .search-block .block-product-search {
	width: 100%;
}

header .header-bottom. .search-block .block-product-search .search-form {
	position: relative;
	width: 100%;
	height: 44px;
}

header .header-bottom .search-block .block-product-search .search-form .search-form-input {
	width: 100%;
	height: 44px;
	border: 1px solid #CCCCCC;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	padding: 0 48px 0 20px;
	transition: 0.36s all;
}

header .header-bottom .search-block .block-product-search .search-form .search-form-input:hover{
	border-color: #808080;
}

header .header-bottom .search-block .block-product-search .search .search-form .clear-field-button{
	display: none;
	position: absolute;
	width: 40px;
	height: 24px;
	background: url('/images/icons/icon-clear-all-dark@2x.svg') no-repeat center left;
	right: 60px;
	bottom: 10px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}

header .header-bottom .search-block .block-product-search .search[data-is-opened-dropdown="1"] .search-form .clear-field-button{
	display: block;
}

header .header-bottom .search-block .block-product-search .search-form .search-form-button {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: url('/images/icons/icon-search-dark.svg');
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

header .header-bottom .search-block .block-product-search .search-form .search-form-button .effect-ripple {
	display: none;
}

header .header-bottom .middle-column .search-block {
	/*position: initial;*/
	position: relative;
	width: 80%;
	margin-left: 0;
	transition: 0.16s ease-in-out width;
}

header .header-bottom.search-is-open  .middle-column .search-block {
	width: 100%;
}

/*@media screen and (max-width: 1440px) {*/
/*	header .header-bottom .middle-column .search-block {*/
/*		width: 480px;*/
/*	}*/
/*}*/

/*@media screen and (max-width: 1180px) {*/
/*	header .header-bottom .middle-column .search-block {*/
/*		width: 320px;*/
/*	}*/
/*}*/


.block-product-search .search-dropdown {
	/*opacity: 0;*/
	/*visibility: hidden;*/
	/*position: absolute;*/
	/*background: #fff;*/
	/*width: 100vw;*/
	/*height: fit-content;*/
	/*min-height: 360px;*/
	/*top: 0;*/
	/*left: calc(50% - 51vw + 11px);*/
	/*padding: 32px 0 60px 0;*/
	/*border-top: 1px solid #E4E5E5;*/
	/*z-index: 300;*/
	/*transition: transform .1s ease,opacity 0ms linear .1s,visibility 0ms linear .1s;*/
	/*transform-origin: top center;*/

	opacity: 0;
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	background: #fff;
	width: 100vw;
	min-height: 360px;
	top: 0;
	left: calc(50% - 51vw + 11px);
	right: 0;
	padding: 32px 0 60px 0;
	transition: transform .1s ease,opacity 0ms linear .1s,visibility 0ms linear .1s;
	transform-origin: top center;
	transform: scaleY(0);
	z-index: 300;
}

.block-product-search .search-dropdown.visible {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	transition: transform 0.25s ease, opacity 0ms, visibility 0ms;
}

.block-product-search .search-dropdown .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
	height: 48px;
	max-width: 1660px;
	margin: 0 auto;
}

@media screen and (max-width: 1023px) {
	.block-product-search .search-dropdown {
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 120;
		width: 100%;
		height: 100%;
		visibility: hidden;
		opacity: 0;
	}
}

@media screen and (max-width: 1023px) {
	.block-product-search .search-dropdown .inner {
		width: calc(100% - (20px * 2)) ;
	}
}

.block-product-search .search-dropdown .inner .close-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background: url('/images/icons/icon-times-dark.svg');
	cursor: pointer;
}

/*** HEADER ICONS ***/
header .header-bottom .header-actions-icons {
	width: 270px;
	height: 32px;
}



/*@media screen and (max-width: 1680px) {*/
/*	header .header-bottom .header-actions-icons {*/
/*		flex: 0 0 520px;*/
/*		width: 520px;*/
/*	}*/
/*}*/

header .header-bottom .header-actions-icons .items {
	width: 100%;
	font-size: 0;
	text-align: right;
}

header .header-bottom .header-actions-icons .items .list-item {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 25px;
	width: auto;
}

header .header-bottom .header-actions-icons .items .list-item:last-child {
	z-index: 200;
	position: relative;
}

header .header-bottom .header-actions-icons .items .list-item.cart-link-wrapper:hover .cart-link:after {
	background: #f3f3f3;
}

header .header-bottom .header-actions-icons .items .list-item.profile-item {
	width: 130px;
}

header .header-bottom .header-actions-icons .items .list-item.profile-item .block-profile-links {
	float: right;
}

header .header-bottom .header-actions-icons .items .list-item.profile-item .block-profile-links:after {
	content:'';
	clear: both;
}

header .header-bottom .header-actions-icons .profile-link {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	/*width: 130px;*/
}

header .header-bottom .header-actions-icons .profile-link:after {
	content: '';
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: url('../images/icons/icon-user-dark-large.svg') no-repeat center;
	z-index: 10;
	aspect-ratio: 1/1;
}

header .header-bottom .header-actions-icons .profile-link.is-logged:after {
	display: none;
}

header .header-bottom .header-actions-icons .profile-link:before {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	right: -8px;
	width: 48px;
	height: 48px;
	background: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 5;
	transition: 0.36s all;
}

header .header-bottom .header-actions-icons .profile-link.is-logged.is-hovered:before {
	display: none;
}

header .header-bottom .header-actions-icons .profile-link.is-hovered:before {
	background: #F3F3F3;
}

header .header-bottom .header-actions-icons .profile-link .welcome-text {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: right;
}

header .header-bottom .header-actions-icons .profile-link .welcome-text .name {
	position: relative;
}

header .header-bottom .header-actions-icons .profile-link .welcome-text .name .shadow {
	position: absolute;
	width: 45px;
	height: 21px;
	top: 0;
	right: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

header .header-bottom .header-actions-icons .profile-link .user {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: #252324;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	letter-spacing: 0;
	line-height: 40px;
	text-align: center;
}


header .header-bottom .header-actions-icons .profile-link .user:after{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url('/images/icons/icon-check-white-xsmall@2x.svg') no-repeat center center, #4184EF;
	top: -5px;
	right: -5px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 10;
}
header .header-bottom .header-actions-icons .profile-link .welcome-text .hello {
	margin-bottom: -4px;
}

.favourite-products-link {
	position: relative;
	display: inline-block;
}

.header-mobile .favourite-products-link {
	padding: 12px 6px;

}

.favourite-products-link:before {
	content: '';
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	background: url('../images/icons/icon-heart-dark-large.svg') no-repeat center;
	z-index: 10;
	aspect-ratio: 1/1;
}

.favourite-products-link:after{
	content: '';
	display: block;
	position: absolute;
	top: -8px;
	right: -8px;
	width: 48px;
	height: 48px;
	background: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 5;
	transition: 0.36s all;
}

.favourite-products-link:hover:after {
	background: #f3f3f3;
}

.favourite-products-link .favourite-products-count {
	position: absolute;
	top: -8px;
	right: -10px;
	width: 22px;
	height: 22px;
	background: none;
	border: 1px solid transparent;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 15;
}

.header-mobile .favourite-products-link .favourite-products-count {
	top: 2px;
	right: auto;
	left: 16px;
}

.favourite-products-link .favourite-products-count.has-favourites {
	background: #252324;
	border-color: #FFFFFF;
}


.favourite-products-link .favourite-products-count .count {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cart-link-wrapper {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.cart-link:before {
	content: '';
	display: block;
	position: relative;
	background: url('/images/icons/icon-cart-dark-alt-large.svg');
	width: 32px;
	height: 32px;
	z-index: 10;
	aspect-ratio: 1/1;
}
.cart-link[data-count="1"]:before {
	background: url('/images/icons/icon-cart-dark-alt-solid-large.svg');
}
.cart-link:after {
	content: '';
	display: block;
	position: absolute;
	top: -8px;
	right: -8px;
	width: 48px;
	height: 48px;
	background-color: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 5;
	transition: 0.36s all;
}
.cart-link.is-hovered:after {
	background: #f3f3f3;
}

.cart-link .ordered-products-count {
	display: none;
	position: absolute;
	top: -8px;
	right: -10px;
	width: 22px;
	height: 22px;
	background: #252324;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 15;
}

.header-mobile .cart-link .ordered-products-count {
	top: 0;
	right: auto;
	left: 16px;
}

.cart-link[data-count="1"] .ordered-products-count  {
	display: block;
}

.cart-link .ordered-products-count .count {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cart-drop-down {
	position: absolute;
	top: 60px;
	right: -20px;
	width: 420px;
	text-align: left;
}

.cart-drop-down .cart-drop-down-products {
	max-height: 470px;
	padding: 0 20px;
	background: #FFFFFF;
	border: 1px solid #E4E5E5;
	border-radius: 10px;
	box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
	overflow-y: auto;
	transition: all 0.36s ease-in-out;
}

.cart-drop-down .cart-drop-down-products::-webkit-scrollbar {
	width: 5px;
	border-radius: 0 10px 10px 0;
}

.cart-drop-down .cart-drop-down-products::-webkit-scrollbar-track {
	background: #E4E5E5;
	border-radius: 0 10px 10px 0;
}

.cart-drop-down .cart-drop-down-products::-webkit-scrollbar-thumb {
	background: #808080;
	border-radius: 0 10px 10px 0;
}

.cart-drop-down .block-order-cart-drop-down-product {
	padding: 25px 0 30px;
	border-bottom: 1px solid #E4E5E5;
	font-size: 0;
}

.cart-drop-down .block-order-cart-drop-down-product:last-child {
	border-bottom: 0;
}

.cart-drop-down .block-order-cart-drop-down-product .product-image {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	margin-right: 16px;
}

.cart-drop-down .block-order-cart-drop-down-product .product-image img {
	display: block;
	width: 100%;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 120px);
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .product-name-wrapper {
	max-height: 42px;
	overflow: hidden;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .product-size-quantity {
	margin-top: 8px;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .product-prices-wrapper {
	margin-top: 10px;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .product-prices-wrapper .product-quantity  {
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
	top: -1px;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .product-prices-wrapper .product-prices .price {
	display: inline-block;
	vertical-align: middle;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .product-prices-wrapper .product-prices .old-price {
	margin-left: 5px;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .product-prices-wrapper.has-black-friday {
	display: flex;
	align-items: center;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .product-prices-wrapper.has-black-friday .product-quantity {
	margin-right: 13px;
	white-space: nowrap;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .product-prices-wrapper.has-black-friday .product-prices {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	align-items: end;
	justify-content: end;
	width: 205px;
	padding: 3px 5px 3px 70px !important;
	background: #000;
	border-radius: 10px;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .product-prices-wrapper.has-black-friday .product-prices:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -6px;
	display: block;
	width: 72px;
	height: auto;
	aspect-ratio: 23 / 8;
	background: url('/images/bf-label.svg') no-repeat center;
	background-size: 100%;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .product-prices-wrapper.has-black-friday .product-prices .text-product-price-medium-sale,
.cart-drop-down .block-order-cart-drop-down-product .product-info .product-prices-wrapper.has-black-friday .product-prices .text-product-price-medium-regular {
	font-size: 15px;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .product-prices-wrapper.has-black-friday .product-prices .text-product-price-medium-sale {
	color: #FF2424;
	text-shadow: 1px 1px 1px #000000;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .product-prices-wrapper.has-black-friday .product-prices .old-price {
	color: rgba(255, 255, 255, 0.95);
	font-size: 14px;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .buttons {
	margin-top: 12px;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .buttons .add-to-favourites {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding-left: 20px;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .buttons .add-to-favourites .effect-ripple {
	display: none;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .buttons .add-to-favourites:before {
	content: '';
	position: absolute;
	display: block;
	top: -6px;
	left: -5px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	z-index: 5;
	transition: 0.36s all;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .buttons .add-to-favourites:hover:before{
	background: #F3F3F3;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .buttons .add-to-favourites:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: -2px;
	left: 0;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url('../images/icons/icon-heart-dark-small.svg') no-repeat center;
	z-index: 10;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .buttons .add-to-favourites .remove {
	display: none;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .buttons .add-to-favourites.is-favourite .remove {
	display: inline-block;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .buttons .add-to-favourites.is-favourite .add {
	display: none;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .buttons .add-to-favourites.is-favourite:after {
	background: url('../images/icons/icon-heart-dark-solid-small.svg') no-repeat center;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .remove-from-cart-button {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 10px;
	background: none;
	padding-left: 20px;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .remove-from-cart-button:before {
	content: '';
	position: absolute;
	display: block;
	top: -6px;
	left: -8px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	z-index: 10;
	transition: 0.36s all;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .remove-from-cart-button:hover:before{
	background: #F3F3F3;
}

.cart-drop-down .block-order-cart-drop-down-product .product-info .remove-from-cart-button:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -4px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 7px;
	background: url('../images/icons/icon-trash-dark-small.svg');
	z-index: 10;
}

.cart-drop-down .cart-drop-down-bottom {
	margin-top: 10px;
	padding: 25px 20px 30px;
	background: #FFFFFF;
	border: 1px solid #E4E5E5;
	border-radius: 10px;
	box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
	transition: all 0.36s ease-in-out;
}

.cart-drop-down .cart-drop-down-bottom .cart-drop-down-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cart-drop-down .cart-drop-down-bottom .cart-drop-down-total .cart-drop-down-total-value {
	white-space: nowrap;
	margin-left: 20px;
}

.cart-drop-down .cart-drop-down-bottom .checkout-link {
	margin-top: 25px;
}

.cart-drop-down .cart-drop-down-bottom .checkout-link:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background: url('../images/icons/icon-cart-white.svg');
}

.mobile-menu-overlay:before {
	content: '';
	opacity: 1;
	visibility: visible;
	z-index: 110;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	background: rgba(0,0,0,.9);
	transition-timing-function: ease-in;
	transition: all 0.3s;
}

.navigation-overlay:before {
	content: '';
	opacity: 1;
	visibility: visible;
	z-index: 80;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	transition-timing-function: ease-in;
	transition: opacity 0.25s, visibility 0s linear 0.25s;
}

.search-overlay:before {
	content: '';
	opacity: 1;
	visibility: visible;
	z-index: 80;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	transition-timing-function: ease-in;
	transition: opacity 0.25s, visibility 0s linear 0.25s;
}


@supports not (backdrop-filter: blur(4px)) {
	.navigation-overlay:before,
	.search-overlay:before {
		background-color: hsla(0, 0%, 7%, 0.36);
	}
}

@supports (backdrop-filter: blur(4px)) or (-webkit-backdrop-filter: blur(4px)) {
	.navigation-overlay:before,
	.search-overlay:before {
		background-color: hsla(0, 0%, 7%, 0.36);
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
	}
}

@media screen and (max-width: 1023px) {
	.search-overlay:before {
		opacity: 0;
		visibility: hidden;
	}
}

/*
 * ---------------------------
 * ------ Header mobile ------
 * ---------------------------
 */

.header-mobile {
	display: none;
	position: relative;
	z-index: 110;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

.header-mobile.is-sticky {
	position: fixed;
	transition: all 0.3s;
}

.header-mobile.is-sticky.hide-sticky {
	transform: translateY(-100%);
	transition: all 1s;
}

.header-mobile > .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 64px;
	padding: 0 6px;
	border-bottom: 1px solid #E4E5E5;
}

.header-mobile > .inner .left-column .mobile-menu-button {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 12px 6px;
	cursor: pointer;
}

.header-mobile > .inner .left-column .mobile-menu-button:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url('/images/icons/icon-bars-dark.svg');
}

.header-mobile > .inner .left-column .block-product-search-mobile {
	display: inline-block;
	vertical-align: middle;
}

.header-mobile > .inner .left-column .block-product-search-mobile .search-form-input {
	display: none;
}

.header-mobile > .inner .left-column .block-product-search-mobile .button-search-mobile {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 12px 6px;
}
.header-mobile > .inner .left-column .block-product-search-mobile .button-search-mobile:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url('/images/icons/icon-search-dark.svg');
}

.header-mobile > .inner .center-column .logo {
	width: 172px;
	margin-top: 9px;
}

.header-mobile > .inner .center-column .logo img {
	display: block;
	width: 172px;
	aspect-ratio: 5/1;
}

.header-mobile > .inner .right-column .block-favourite-products-link {
	display: inline-block;
	vertical-align: middle;
}

.header-mobile > .inner .right-column .block-cart-link{
	display: inline-block;
	vertical-align: middle;
}

.header-mobile > .inner .right-column .favourite-products-link:before {
	width: 24px;
	height: 24px;
	background: url('/images/icons/icon-heart-dark.svg');
}

.header-mobile > .inner .right-column .favourite-products-link:after {
	display: none;
}

.header-mobile > .inner .right-column .block-cart-link .cart-link {
	position: relative;
	padding: 10px 6px;
}

.header-mobile > .inner .right-column .block-cart-link .cart-link:before {
	width: 24px;
	height: 24px;
	background: url('/images/icons/icon-cart-dark-alt.svg') no-repeat;
}

.header-mobile > .inner .right-column .block-cart-link .cart-link[data-count="1"]:before {
	background: url('/images/icons/icon-cart-dark-alt-solid.svg') no-repeat;
}

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

	.header-mobile {
		display: block;
	}
}

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

	.header-mobile > .inner .center-column .logo {
		width: 140px;
	}

	.header-mobile > .inner .center-column .logo img {
		width: 140px;
	}
	.header-mobile > .inner .left-column .mobile-menu-button {
		padding: 12px 3px 12px 6px;
	}

	.header-mobile > .inner .left-column .block-product-search-mobile .button-search-mobile {
		padding: 12px 6px 12px 3px;
	}

	.header-mobile .favourite-products-link {
		padding: 12px 3px 12px 6px;
	}

	.header-mobile > .inner .right-column .block-cart-link .cart-link {
		padding: 12px 6px 12px 3px;
	}

	.header-mobile > .inner .right-column .block-cart-link .cart-link .ordered-products-count{
		top: 2px;
	}
}

/*
 * -----------------------------
 * -------- Breadcrumbs --------
 * -----------------------------
 */

.breadcrumbs {
	padding: 6px 0;
}

.breadcrumbs .breadcrumbs-inner {
	display: flex;
	align-items: center;
	max-width: 1700px;
	height: 32px;
	margin: 0 auto;
	overflow: hidden;
}

.breadcrumbs .back-button-link {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	margin-left: 20px;
	padding: 0 10px 0 5px;
	background: linear-gradient(to bottom, #ffffff 0%, #dedede 100%);
	box-shadow: 0 1px 1px #ffffff;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	white-space: nowrap;
	user-select: none;
	cursor: pointer;
}

.breadcrumbs .back-button-link span {
	display: inline-block;
	vertical-align: middle;
	color: #252324;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: initial;
	line-height: 30px;
}

.breadcrumbs .back-button-link:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: url('/images/icons/icon-chevron-left-dark.svg');
	background-size: 100%;
}

.breadcrumbs .list {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 0 11px;
	white-space: nowrap;
	overflow-y: auto;
}

.breadcrumbs .list .list-item {
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs .list .list-item:first-child {
	margin-left: 12px;
}

.breadcrumbs .list .list-item:last-child {
	margin-right: 12px;
}

.breadcrumbs .list .list-item:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 1px;
	margin: 0 5px;
	background: #9C9B9B;
}

.breadcrumbs .list .list-item:last-child:after {
	display: none;
}

.breadcrumbs .list .list-item .breadcrumb-link {
	font-size: 13px;
}

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

	.breadcrumbs {
		background: #F5F5F5;
	}

	.breadcrumbs .back-button-link {
		margin-left: 12px;
	}

	.breadcrumbs .back-button-link:hover {
		background: linear-gradient(to top, #ffffff 0%, #dedede 100%);
	}

	.breadcrumbs .back-button-link span {
		font-size: 12px;
	}

	.breadcrumbs .list .list-item .breadcrumb-link {
		font-size: 12px;
	}
}

/*
 * ---------------------------
 * -------- Login Box --------
 * ---------------------------
 */

.login-box {
	position: relative;
}

.block-login-box .login-box-form:before,
.login-box .login-box-form:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.55);
	visibility: hidden;
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.block-login-box.is-loaded .login-box-form:before,
.login-box.is-loaded .login-box-form:before {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;

	-webkit-animation-duration: 0.44s;
	-moz-animation-duration: 0.44s;
	-o-animation-duration: 0.44s;
	animation-duration: 0.44s;
}

.block-login-box.is-loading .login-box-form:before,
.login-box.is-loading .login-box-form:before {
	visibility: visible;
	opacity: 1;

	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;

	-webkit-animation-duration: 0.44s;
	-moz-animation-duration: 0.44s;
	-o-animation-duration: 0.44s;
	animation-duration: 0.44s;
}

.block-login-box .login-box-form:after,
.login-box .login-box-form:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	border: 5px solid rgba(0, 0, 0, 0.24);
	border-right-color: rgba(0, 0, 0, 0.94);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.block-login-box.is-loaded .login-box-form:after,
.login-box.is-loaded .login-box-form:after {
	-webkit-animation: rotating 0.75s infinite linear, fadeOut 0.44s;
	-o-animation: rotating 0.75s infinite linear, fadeOut 0.44s;
	animation: rotating 0.75s infinite linear, fadeOut 0.44s;
}

.block-login-box.is-loading .login-box-form:after,
.login-box.is-loading .login-box-form:after {
	visibility: visible;
	opacity: 1;

	-webkit-animation: rotating 0.75s infinite linear, fadeIn 0.44s;
	-o-animation: rotating 0.75s infinite linear, fadeIn 0.44s;
	animation: rotating 0.75s infinite linear, fadeIn 0.44s;
}

.login-box-forgotten-password-link {
	position: absolute;
	right: 0;
	z-index: 1;
	margin-top: -2px;
}

.login-box .form-buttons {
	margin-top: 25px;
}

.login-box .form-buttons .login-box-submit-button span{
	font-size: 14px;
}

/*
 * ---------------------------
 * - Registration Benefits -
 * ---------------------------
 */

.registration-benefits {
	margin-top: 30px;
}

.registration-benefits ul {
	margin-top: 25px;
	list-style: none;
}

.registration-benefits ul li {
	position: relative;
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 24px !important;
	background: none !important;
	color: #252324;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 21px;
}

.registration-benefits ul li:last-child {
	margin-bottom: 0 !important;
}

.registration-benefits ul li:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/icons/icon-check-success-small.svg');
}

/*
 * --------------------------
 * ---------- Main ----------
 * --------------------------
 */

.main {
	min-height: calc(100vh - 694px);
}

.main-top-text,
.main-bottom-text {
	position: relative;
	font-size: 0;
	height: 44px;
}

.main-top-text {
	background: #fff;
	border-bottom: 1px solid #E4E5E5;
}

.main-bottom-text {
	background: #F3F3F3;
	border-top: 1px solid #CCCCCC;
}

.main-top-text .benefits,
.main-bottom-text .benefits {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 20px;
	white-space: nowrap;
}

/*.main-top-text .benefits-mobile {*/
/*	display: none;*/
/*}*/

.main-top-text .benefits .benefit,
.main-bottom-text .benefits .benefit {
	flex: 0 1 auto;
	margin-right: 20px;
	padding: 10px 10px 10px 0;
}

.main-top-text .benefits .benefit:last-child,
.main-bottom-text .benefits .benefit:last-child {
	margin-right: 0;
}

.main-top-text .benefits .benefit:before,
.main-bottom-text .benefits .benefit:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.main-top-text .benefits .benefit.test:before,
.main-bottom-text .benefits .benefit.test:before {
	background: url('../images/icons/icon-eye-check-dark.svg') no-repeat center;
}

.main-top-text .benefits .benefit.availability:before,
.main-bottom-text .benefits .benefit.availability:before {
	background: url('../images/icons/icon-file-certificate-dark.svg') no-repeat center;
}

.main-top-text .benefits .benefit.delivery:before,
.main-bottom-text .benefits .benefit.delivery:before {
	background: url('../images/icons/icon-truck-dark.svg') no-repeat center;
}

.main-top-text .benefits .benefit.return:before,
.main-bottom-text .benefits .benefit.return:before {
	background: url('../images/icons/icon-arrow-right-arrow-left-dark.svg') no-repeat center;
}

.main-top-text .benefits .benefit.available,
.main-bottom-text .benefits .benefit.available,
.main-top-text .benefits .benefit.phone,
.main-bottom-text .benefits .benefit.phone {
	display: none;
}

.main-top-text .benefits .benefit > * ,
.main-bottom-text .benefits .benefit > * {
	display: inline-block;
	vertical-align: middle;
	color: #252324;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 21px;
	white-space: normal;
}

.main-top-text .swiper-button-prev,
.main-top-text .swiper-button-next,
.main-bottom-text .swiper-button-prev,
.main-bottom-text .swiper-button-next {
	position: absolute;
	top: 0;
	display: none;
	width: 36px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-radius: 0;
	transform: none;
}

.main-top-text.swiper .swiper-button-prev,
.main-top-text.swiper .swiper-button-next,
.main-bottom-text.swiper .swiper-button-prev,
.main-bottom-text.swiper .swiper-button-next {
	display: block;
}

.main-top-text .swiper-button-prev,
.main-bottom-text .swiper-button-prev {
	left: 0;
	background: url('../images/icons/icon-chevron-left-dark-small.svg') no-repeat center;
}

.main-top-text .swiper-button-next,
.main-bottom-text .swiper-button-next {
	right: 0;
	background: url('../images/icons/icon-chevron-right-dark-small.svg') no-repeat center;
}

.main-top-text .swiper-button-prev:after,
.main-top-text .swiper-button-next:after,
.main-bottom-text .swiper-button-prev:after,
.main-bottom-text .swiper-button-next:after {
	display: none;
}

body[data-matched-route-name="productSingle"] .main-top-text,
body[data-matched-route-name="home"] .main-bottom-text,
body[data-matched-route-name="productCategorySingle"] .main-bottom-text,
body[data-matched-route-name="productSearch"] .main-bottom-text,
body[data-matched-route-name="productFavourites"] .main-bottom-text,
body[data-matched-route-name="productSingle"] .main-bottom-text,
body[data-matched-route-name="testimonialList"] .main-bottom-text,
body[data-matched-route-name="orderCart"] .main-bottom-text,
body[data-matched-route-name="orderCheckoutSelect"] .main-bottom-text,
body[data-matched-route-name="customerRegister"] .main-bottom-text,
body[data-matched-route-name="customerLogin"] .main-bottom-text,
body[data-matched-route-name="customerForgottenPassword"] .main-bottom-text,
body[data-matched-route-name="customerProfile"] .main-bottom-text,
body[data-matched-route-name="customerOrders"] .main-bottom-text,
body[data-matched-route-name="customerAddresses"] .main-bottom-text,
body[data-matched-route-name="customerInvoiceDetails"] .main-bottom-text,
body[data-matched-route-name="contactSingle"] .main-bottom-text,
body[data-matched-route-name="staticPage"] .main-bottom-text,
body[data-matched-route-name="newsList"] .main-bottom-text,
body[data-matched-route-name="newsSingle"] .main-bottom-text,
body[data-matched-route-name="staticPageBrand"] .main-bottom-text,
body[data-matched-route-name="staticPageBrands"] .main-bottom-text,
body[data-matched-route-name="customerArchivedOrders"] .main-bottom-text,
body[data-matched-route-name="404"] .main-bottom-text {
	display: none;
}

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

	.main-top-text {
		background: #F3F3F3;
	}

	.main-top-text .benefits,
	.main-bottom-text .benefits {
		display: block;
		max-width: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	.main-top-text .benefits.swiper-wrapper,
	.main-bottom-text .benefits.swiper-wrapper {
		overflow: initial;
	}

	.main-top-text .benefits .benefit,
	.main-bottom-text .benefits .benefit {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		margin: 0;
		padding: 10px 36px;
		text-align: center;
	}

	.main-bottom-text {
		background: #F3F3F3;
	}


	body[data-matched-route-name="testimonialList"] .main-top-text,
	body[data-matched-route-name="orderCart"] .main-top-text,
	body[data-matched-route-name="orderCheckoutSelect"] .main-top-text,
	body[data-matched-route-name="customerRegister"] .main-top-text,
	body[data-matched-route-name="customerLogin"] .main-top-text,
	body[data-matched-route-name="customerForgottenPassword"] .main-top-text,
	body[data-matched-route-name="customerProfile"] .main-top-text,
	body[data-matched-route-name="customerOrders"] .main-top-text,
	body[data-matched-route-name="customerAddresses"] .main-top-text,
	body[data-matched-route-name="customerInvoiceDetails"] .main-top-text,
	body[data-matched-route-name="contactSingle"] .main-top-text,
	body[data-matched-route-name="staticPage"] .main-top-text,
	body[data-matched-route-name="newsList"] .main-top-text,
	body[data-matched-route-name="newsSingle"] .main-top-text,
	body[data-matched-route-name="customerArchivedOrders"] .main-top-text,
	body[data-matched-route-name="404"] .main-top-text{
		display: none;
	}

	body[data-matched-route-name="customerRegister"] .main-bottom-text,
	body[data-matched-route-name="customerLogin"] .main-bottom-text,
	body[data-matched-route-name="testimonialList"] .main-bottom-text,
	body[data-matched-route-name="customerForgottenPassword"] .main-bottom-text,
	body[data-matched-route-name="customerProfile"] .main-bottom-text,
	body[data-matched-route-name="customerOrders"] .main-bottom-text,
	body[data-matched-route-name="customerAddresses"] .main-bottom-text,
	body[data-matched-route-name="customerInvoiceDetails"] .main-bottom-text,
	body[data-matched-route-name="contactSingle"] .main-bottom-text,
	body[data-matched-route-name="staticPage"] .main-bottom-text,
	body[data-matched-route-name="newsList"] .main-bottom-text,
	body[data-matched-route-name="newsSingle"] .main-bottom-text,
	body[data-matched-route-name="customerArchivedOrders"] .main-bottom-text,
	body[data-matched-route-name="404"] .main-bottom-text {
		display: block;
	}
}

/*
 * ----------------------
 * ------ Carousel ------
 * ----------------------
 */

.carousel {
	overflow: hidden;
	font-size: 0;
}

.carousel .carousel-title {
	margin-bottom: 40px;
}

.carousel.swiper .carousel-title {
	position: relative;
	padding-right: 100px;
}

.carousel .carousel-title .swiper-button-prev,
.carousel .carousel-title .swiper-button-next {
	position: absolute;
	top: 0;
	display: none;
	width: 44px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	transition: 0.36s;
	z-index: 5;
}

.carousel .carousel-title .swiper-button-prev:hover,
.carousel .carousel-title .swiper-button-next:hover {
	border: 1px solid #808080;
	z-index: 10;
}

.carousel.swiper .carousel-title .swiper-button-prev,
.carousel.swiper .carousel-title .swiper-button-next {
	display: block;
}

.carousel.swiper .carousel-title .swiper-button-lock {
	display: none;
}

.carousel .carousel-title .swiper-button-prev {
	left: auto;
	right: 43px;
	background: #FFFFFF url('../images/icons/icon-chevron-left-dark.svg') no-repeat center;
	border-radius: 18px 0 0 18px;
}

.carousel .carousel-title .swiper-button-next {
	right: 0;
	background: #FFFFFF url('../images/icons/icon-chevron-right-dark.svg') no-repeat center;
	border-radius: 0 18px 18px 0;
}

.carousel .carousel-title .swiper-button-prev:after,
.carousel .carousel-title .swiper-button-next:after {
	display: none;
}

.carousel .carousel-items-wrapper .carousel-items {
	white-space: nowrap;
}

/*.carousel.swiper .carousel-title .swiper-button-prev,*/
/*.carousel.swiper .carousel-title .swiper-button-next {*/
/*	!*position: absolute;*!*/
/*	top: 50%;*/
/*	transform: translateY(-50%);*/
/*	height: 32px;*/
/*}*/

.carousel.swiper .carousel-title .swiper-button-prev:hover,
.carousel.swiper .carousel-title .swiper-button-next:hover {
	border: 1px solid #CCCCCC;
}

.carousel.swiper .carousel-title .swiper-button-prev.active,
.carousel.swiper .carousel-title .swiper-button-next.active {
	border: 1px solid #808080;
	z-index: 10;
}

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

	.carousel .carousel-title {
		padding: 0 20px;
	}

	.carousel .carousel-items-wrapper {
		max-width: 100%;
	}

	.carousel .carousel-items-wrapper .carousel-items {
		padding-bottom: 10px;
		overflow: auto;
	}
}

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

	.carousel .carousel-title {
		max-width: 740px;
		margin-bottom: 25px;
		padding: 0 12px;
	}
}

/*
 * -----------------------------
 * ----- Carousel Products -----
 * -----------------------------
 */

.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item {
	display: inline-block;
	vertical-align: top;
	width: calc((100% / 6) - 16.66667px);
	margin-right: 20px;
	white-space: normal;
}

.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item:last-child {
	margin-right: 0;
}

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

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item {
		width: calc(20% - 16px);
		margin-right: 20px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item:last-child {
		margin-right: 0;
	}
}

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

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item {
		width: calc(25% - 15px);
		margin-right: 20px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item:last-child {
		margin-right: 0;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item-link {
		padding: 0;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item-name-wrapper {
		padding: 0 10px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item-prices {
		padding: 7px 10px 0;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item .discount-label,
	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item .free-delivery-label {
		max-width: calc(100% - 20px);
		margin: 12px 10px 0;
	}
}

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

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item {
		width: 242px;
		margin-right: 30px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item:first-child {
		margin-left: 18px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item:last-child {
		margin-right: 18px;
	}
}

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

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item {
		width: 180px;
		margin-right: 16px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item:first-child {
		margin-left: 26px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item:last-child {
		margin-right: 26px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item-image-wrapper {
		padding-top: calc(100% - 20px);
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item-image-wrapper .product-list-item-image {
		left: 10px;
		width: calc(100% - 20px);
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item-name-wrapper {
		margin-top: 10px;
		padding: 0 12px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item-prices {
		padding: 8px 12px 0;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item .discount-label,
	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item .free-delivery-label {
		max-width: calc(100% - 24px);
		margin: 13px 12px 0;
		font-size: 10px;
		line-height: 14px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item-link .product-list-item-labels .label {
		font-size: 10px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item-name-wrapper .product-list-item-name {
		font-size: 13px;
		line-height: 21px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item-name-wrapper .product-list-item-type {
		font-size: 12px;
		line-height: 20px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item-prices .price.old-price {
		font-size: 13px;
	}

	.carousel .carousel-items-wrapper .carousel-items .block-product-carousel-item .product-list-item-prices .price {
		font-size: 14px;
	}
}

/*
 * --------------------------
 * -------- 404 Page --------
 * --------------------------
 */

.main-top-text + .page-not-found.main-top-text {
	display: none;
}

.error-page-text {
	padding: 60px 0;
	margin-bottom: 60px;
	background: #F3F3F3;
}
.error-page-text .image {
	width: 128px;
	height: 128px;
	background: url('../images/icon-404.svg');
	margin: 0 auto 30px auto;
}

.error-page-text .text {
	display: block;
	max-width: 530px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.error-page-text h1 {
	display: block;
	max-width: 530px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.error-page-text .button {
	margin: 0 auto;
	max-width: 336px;
}

.page-not-found .block-new-arrivals {
	margin: 0;
	padding-bottom: 60px;
	border-bottom: 1px solid #E4E5E5;
}

.page-not-found .block-brands {
	margin: 60px 0 0;
}

.page-not-found .block-bestsellers {
	margin: 60px 0 100px;
}

.page-not-found .block-latest-testimonials {
	margin: 1px 0 60px;
}

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

	.error-page-text {
		padding: 40px 0;
		margin-bottom: 40px;
	}

	.error-page-text h1 {
		font-size: 17px;
		line-height: 21px;
	}

	.page-not-found .block-new-arrivals {
		padding-bottom: 40px;
	}

	.page-not-found .block-bestsellers {
		margin: 40px 0 30px;
	}

	.page-not-found .block-latest-testimonials {
		margin: 1px 0 40px;
		padding: 30px 0 40px;
	}
	.page-not-found .block-brands {
		margin: 40px auto 1px;
		padding: 35px 12px 40px;
	}
}

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

	.error-page-text .text,
	.error-page-text h1,
	.error-page-text .button {
		max-width: calc(100% - 24px);
	}
}
/*
 * --------------------------
 * ----- Single Product -----
 * --------------------------
 */

.product-configurable-attribute-label {
	display: none;
}

.product-configurable-attribute-system-field {
	margin-top: -4px;
	margin-left: -4px;
}

.product-configurable-attribute-system-option {
	display: inline-block;
	width: calc((100% / 6) - 4px);
	margin-top: 4px;
	margin-left: 4px;
}

.product-configurable-attribute-system-option > span {
	display: block;
	padding: 10px 10px 9px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	color: #252324;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all 0.24s ease-in-out;
}

.product-configurable-attribute-system-option > span:hover {
	border-color: #252324;
}

.product-configurable-attribute-system-option[data-selected='1'] > span {
	background: #079048;
	border-color: #079048;
	color: #ffffff;
}

/*
 * ----------------------------------------------
 * ------ Homepage Newsletter Subscription ------
 * ----------------------------------------------
 */

.homepage-newsletter-subscription > .newsletter-subscription-form .newsletter-subscription-field {
	position: relative;
}

.homepage-newsletter-subscription > .newsletter-subscription-form .newsletter-subscription-field input {
	display: block;
	width: 100%;
	height: 48px;
	padding-right: 170px;
	padding-left: 25px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 24px;
}

.homepage-newsletter-subscription > .newsletter-subscription-form .newsletter-subscription-field input:focus {
	border-color: #252324;
}

.homepage-newsletter-subscription > .newsletter-subscription-form .newsletter-subscription-field button {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 140px;
	height: 40px;
}

.homepage-newsletter-subscription > .newsletter-subscription-form .newsletter-subscription-field button span {
	line-height: 38px;
}

.homepage-newsletter-subscription > .newsletter-subscription-form .homepage-newsletter-subscription-message {
	margin-top: 10px;
}

.homepage-newsletter-subscription > .newsletter-subscription-form .form-element-error,
.homepage-newsletter-subscription > .newsletter-subscription-form .form-element-success {
	position: absolute;
	margin-top: 0;
	font-size: 11px;
	line-height: 15px;
}

/*
 * ------------------------------------------
 * ----- Newsletter Subscription Pop-up -----
 * ------------------------------------------
 */

.newsletter-subscription-pop-up-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	width: 100%;
	height: 100%;
	padding: 62px 12px 40px;
	overflow: auto;
}

.newsletter-subscription-pop-up {
	position: relative;
	top: 50%;
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 10px;
	transform: translateY(-50%);
}

.newsletter-subscription-pop-up .pop-up-close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	display: block;
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	overflow: hidden;
}

.newsletter-subscription-pop-up .pop-up-close-button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/icons/icon-times-dark.svg') no-repeat center;
}

.newsletter-subscription-pop-up .pop-up-close-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.36s all;
}

.newsletter-subscription-pop-up-image {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.newsletter-subscription-pop-up-image .desktop {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 40 / 21;
}

.newsletter-subscription-pop-up-image .mobile {
	display: none;
}

.newsletter-subscription-pop-up-content {
	padding: 40px 30px;
	font-size: 0;
}

.newsletter-subscription-pop-up-content .newsletter-subscription > .newsletter-subscription-title {
	display: none;
	color: #252324;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21px;
}

.newsletter-subscription-pop-up-content .newsletter-subscription > .newsletter-subscription-text {
	display: none;
	color: #252324;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 21px;
}

.newsletter-subscription-pop-up-content .newsletter-subscription > .newsletter-subscription-form .newsletter-subscription-field {
	background: transparent;
}

.newsletter-subscription-pop-up-content .newsletter-subscription > .newsletter-subscription-form .newsletter-subscription-field input {
	padding-right: 250px;
	padding-left: 25px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 24px;
}

.newsletter-subscription-pop-up-content .newsletter-subscription > .newsletter-subscription-form .newsletter-subscription-field input:focus {
	border-color: #252324;
}

.newsletter-subscription-pop-up-content .newsletter-subscription > .newsletter-subscription-form .newsletter-subscription-field button {
	width: 220px;
}

.newsletter-subscription-pop-up-content .newsletter-subscription > .newsletter-subscription-form .newsletter-subscription-message {
	margin-top: 10px;
}

/*
 * -------------------------------
 * ----- Product Cart Pop-up -----
 * -------------------------------
 */

.single-product-cart-pop-up-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	width: 100%;
	height: 100%;
	padding: 60px 20px;
	overflow: auto;
}

.single-product-cart-pop-up {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 420px;
	width: calc(100% - 24px);
	background: #ffffff;
	border-radius: 10px;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.single-product-cart-pop-up-title {
	position: relative;
	padding: 18px 58px 19px;
	border-bottom: 1px solid #E4E5E5;
}

.single-product-cart-pop-up-title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #079048 url('../images/icons/icon-check-white-small.svg') no-repeat center;
	transform: translateY(-50%);
}

.single-product-cart-pop-up-title .pop-up-close-button {
	top: 50%;
	transform: translateY(-50%);
}

.single-product-cart-pop-up-content {
	padding: 25px 20px 30px;
	font-size: 0;
}

.single-product-cart-pop-up-image-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 90px;
}

.single-product-cart-pop-up-image-wrapper img {
	display: block;
	width: 100%;
}

.single-product-cart-pop-up-info {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 106px);
	margin-left: 16px;
}

.single-product-cart-pop-up-info .single-product-cart-pop-up-info-name {
	max-height: 42px;
	margin-top: 10px;
	overflow: hidden;
}
.single-product-cart-pop-up-info .single-product-cart-pop-up-info-configurable-attributes {
	margin-bottom: 10px;
}

.single-product-cart-pop-up-info .single-product-cart-pop-up-configurable-attribute-label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.single-product-cart-pop-up-info .single-product-cart-pop-up-configurable-attribute-value {
	display: inline-block;
	vertical-align: middle;
}

.single-product-cart-pop-up-info .single-product-cart-pop-up-info-prices .old-price {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	color: #252324;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.2px;
	line-height: normal;
	text-decoration: line-through;
}

.single-product-cart-pop-up-info .single-product-cart-pop-up-info-prices .price {
	display: inline-block;
	vertical-align: middle;
	color: #252324;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.2px;
	line-height: normal;
}

.single-product-cart-pop-up-info .single-product-cart-pop-up-info-prices .price.promo-price {
	color: #dd1018;
}

.single-product-cart-pop-up-info .single-product-cart-pop-up-info-prices.has-black-friday {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: end;
	min-height: 36px;
	padding: 3px 5px 3px 70px !important;
	background: #000;
	border-radius: 10px;
}

.single-product-cart-pop-up-info .single-product-cart-pop-up-info-prices.has-black-friday:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -6px;
	display: block;
	width: 72px;
	height: auto;
	aspect-ratio: 23 / 8;
	background: url('/images/bf-label.svg') no-repeat center;
	background-size: 100%;
}

.single-product-cart-pop-up-info .single-product-cart-pop-up-info-prices.has-black-friday .old-price {
	color: rgba(255, 255, 255, 0.95);
	font-size: 14px;
}

.single-product-cart-pop-up-info .single-product-cart-pop-up-info-prices.has-black-friday .price {
	font-size: 15px;
}

.single-product-cart-pop-up-info .single-product-cart-pop-up-info-prices.has-black-friday .price.promo-price {
	color: #FF2424;
	text-shadow: 1px 1px 1px #000000;
}

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

	.single-product-cart-pop-up-info .single-product-cart-pop-up-info-prices.has-black-friday {
		flex-direction: column-reverse;
		align-items: end;
	}
}

.single-product-cart-pop-up-expected-delivery {
	position: relative;
	padding: 25px 20px 30px;
}

.single-product-cart-pop-up-expected-delivery:before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	width: calc(100% - 40px);
	height: 1px;
	background: #E4E5E5;
}

.single-product-cart-pop-up-buttons {
	padding: 0 20px 30px;
}

.single-product-cart-pop-up-buttons button {
	margin-top: 10px;
}

.single-product-cart-pop-up-buttons .purchase span {
	font-size: 14px;
}

.single-product-cart-pop-up-benefits {
	padding: 30px 20px;
	font-size: 0;
}

.single-product-cart-pop-up-benefits ul {
	margin-top: -30px;
	margin-left: -20px;
}

.single-product-cart-pop-up-benefits ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
	margin-top: 30px;
	margin-left: 20px;
	padding-left: 50px;
}

.single-product-cart-pop-up-benefits ul li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
}

.single-product-cart-pop-up-benefits ul li.test:before {
	background: url('../images/icons/icon-eye-check-dark-xlarge.svg') no-repeat center;
}

.single-product-cart-pop-up-benefits ul li.availability:before {
	background: url('../images/icons/icon-file-certificate-dark-xlarge.svg') no-repeat center;
}

.single-product-cart-pop-up-benefits ul li.delivery:before {
	background: url('../images/icons/icon-truck-dark-xlarge.svg') no-repeat center;
}

.single-product-cart-pop-up-benefits ul li.return:before {
	background: url('../images/icons/icon-arrow-right-arrow-left-dark-xlarge.svg') no-repeat center;
}

.single-product-cart-pop-up-benefits ul li > * {
	color: #252324;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 19px;
}

/*
 * ----------------------------------
 * ----- Expected Delivery Date -----
 * ----------------------------------
 */

.expected-delivery-shipping-method-text {
	position: relative;
	padding-left: 22px;
}

.expected-delivery-shipping-method-text:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	background: #079048;
	border-radius: 50%;
}

.expected-delivery-shipping-method-text > div:nth-child(2) {
	position: relative;
	margin-top: 4px;
	padding-left: 21px;
}

.expected-delivery-shipping-method-text > div:nth-child(2):before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/icons/icon-calendar-dark-small.svg') no-repeat center;
}

/*
 * ---------------------------------
 * ---- Cookie policy agreement ----
 * ---------------------------------
 */

.cookie-policy-agreement {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	padding: 14px;
	background: #FFFFFF;
	border-radius: 4px;
	border-top: 1px solid #E4E5E5;
	text-align: center;
}

.cookie-policy-agreement > * {
	display: inline-block;
	vertical-align: middle;
}

.cookie-policy-agreement-button-learn-more {
	margin-left: 4px;
}

.cookie-policy-agreement-button-agree {
	height: 44px !important;
	width: 200px !important;
	display: inline-block !important;
	margin-left: 20px;
}

.cookie-policy-agreement-button-agree span {
	line-height: 34px !important;
}


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

	.cookie-policy-agreement {
		padding: 20px;
		text-align: left;
	}

	.cookie-policy-agreement > * {
		display: inline;
		vertical-align: middle;
	}

	.cookie-policy-agreement-button-agree {
		width: 200px !important;
		margin-top: 20px;
		margin-left: 0;
		display: block !important;
	}
}


@media only screen and (max-width: 750px) {
	.cookie-policy-agreement-button-agree {
		width: 100% !important;
	}
}

/*
 * --------------------------
 * ------- Pagination -------
 * --------------------------
 */

.paging-wrapper {
	width: 338px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.paging-navigation-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 3px);
	padding: 13px 38px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 22px;
	/*box-shadow:  0 0 0 0.25px #252324;*/
	text-align: center;
	transition: 0.36s all;
}

.paging-navigation-link:hover {
	border-color: #808080;
}

.paging-navigation-link:focus:before {
	background: rgba(37,35,36,0.4);
}

.paging-navigation-link.is-inactive {
	background: #E4E5E5;
	border-color: #E4E5E5;
	box-shadow:  0 0 0 0.25px #E4E5E5;
	color: rgba(37, 35, 36, 0.5);
	cursor: default;
}

.paging-navigation-link.is-inactive:hover:before {
	display: none;
}

.paging-navigation-link.is-inactive:before,
.paging-navigation-link.is-inactive:after {
	opacity: 0.5;
}

.paging-navigation-link-previous {
	margin-right: 6px;
}

.paging-navigation-link-previous:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 14px;
	display: block;
	width: 24px;
	height: 24px;
	background: url('../images/icons/icon-chevron-left-dark.svg') no-repeat center;
	transform: translateY(-50%);
}

.paging-navigation-link-next:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 14px;
	display: block;
	width: 24px;
	height: 24px;
	background: url('../images/icons/icon-chevron-right-dark.svg') no-repeat center;
	transform: translateY(-50%);
}

.paging-pages {
	margin-top: 20px;
}

.paging-page {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.paging-page:last-child {
	margin-right: 0;
}

.paging-page-link {
	width: 56px;
	padding: 9px 0;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 18px;
	line-height: 34px;
	text-align: center;
	transition: 0.36s all;
}

.paging-page-link:hover {
	border-color:#808080;

}

.paging-page-link.is-current {
	border-color: #252324;
	background-color: #252324;
	color: #fff;
}

.paging-page-dots .paging-page-dots-link {
	width: 28px;
	border: none;
	cursor: default;
}

/*
 * --------------------------
 * ------ Testimonials ------
 * --------------------------
 */
.testimonials-list > .title {
	border-bottom: 1px solid #E4E5E5;
}

.testimonials-list > .content {
	padding: 40px 0;
}

.testimonials-list .content > .inner {
	padding: 0 20px;
	max-width: 1700px;
	margin: 0 auto;
}

.testimonials-list .title > .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1700px;
	margin: 0 auto;
	padding: 25px 20px 26px;
}

.testimonials-list .title > .inner h1 {
	display: inline-block;
}

.testimonials-list .title > .inner .add-testimonial-button-wrapper {
	display: inline-block;
}

.testimonials-list .title > .inner .add-testimonial-button-wrapper {
	width: 100%;
	max-width: 200px;
}

.testimonials-list .content > .inner .testimonials {
	margin-left: -20px;
	font-size: 0;
}

.testimonials-list .content > .inner .testimonials .testimonial {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: calc(33.33% - 20px);
	min-height: 235px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 30px;
	border: 1px solid #E4E5E5;
	border-radius: 10px;
}

.testimonials-list .content > .inner .testimonials .testimonial .latest-testimonial-date {
	position: absolute;
	top: 27px;
	right: 20px;
}

.testimonials-list .content > .inner .testimonials .testimonial .testimonial-rating-wrapper {
	margin-bottom: 17px;
}

.testimonials-list .content > .inner .testimonials .testimonial .testimonial-rating-star {
	display: inline-block;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	background: url("/images/icons/icon-star-pale-small-solid.svg");
}

.testimonials-list .content > .inner .testimonials .testimonial .testimonial-rating-star.selected-star {
	background: url("/images/icons/icon-star-warning-small-solid.svg");
}

.testimonials-list .content > .inner .testimonials .testimonial .testimonial-rating-info {
	display: inline-block;
	margin-right: 10px;
}

.testimonials-list .content > .inner .testimonials .testimonial .testimonial-text {
	margin-bottom: 25px;
}

.testimonials-list .content > .inner .testimonials .testimonial .testimonial-name {
	position: relative;
}

.testimonials-list .content > .inner .testimonials .testimonial .testimonial-name:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 2px;
	margin-right: 5px;
	background: #252324;
	top: -1px;
}

.add-testimonial-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	width: 100%;
	height: 100%;
	padding: 60px 20px;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.3);
}

.add-testimonial-popup .content {
	position: relative;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.add-testimonial-popup .content > .title {
	padding: 18px 20px;
	border-bottom: 1px solid #E4E5E5;
}

.captcha-wrapper input {
	height: auto;
	line-height: initial;
}

.testimonial-wrapper > .title {
	position: fixed;
	width: 100%;
	background: #fff;
	padding: 18px 20px;
	border-bottom: 1px solid #E4E5E5;
	z-index: 5;
}

.testimonial-wrapper > form {
	position: relative;
	visibility: visible;
	padding: 25px 20px;
}

.testimonial-wrapper > form input.error,
.testimonial-wrapper > form textarea.error {
	border: 1px solid #DD1018;
}

.testimonial-wrapper > form textarea {
	padding: 10px 15px;
}

.testimonial-wrapper > form .testimonial-rating-wrapper .form-group-select {
	display: none;
}

.testimonial-wrapper > form .testimonial-rating-wrapper {
	margin-bottom: 30px;
	padding: 17px 15px;
	background: #F3F3F3;
	border-radius: 5px;
	font-size: 0;
}

.testimonial-wrapper > form .testimonial-rating-wrapper .label {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 50%;
}

.testimonial-wrapper > form .testimonial-rating-wrapper .testimonials {
	display: inline-block;
	width: 50%;
	text-align: right;
}

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

	.testimonial-wrapper > form .g-recaptcha {
		transform:scale(0.90);
		-webkit-transform:scale(0.90);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}

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

	.testimonial-wrapper > form .g-recaptcha {
		transform:scale(0.87);
		-webkit-transform:scale(0.87);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}

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

	.testimonial-wrapper > form .g-recaptcha {
		transform:scale(0.85);
		-webkit-transform:scale(0.85);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}

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

	.testimonial-wrapper > form .g-recaptcha {
		transform:scale(0.80);
		-webkit-transform:scale(0.80);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}


.testimonial-wrapper > form .testimonial-rating-wrapper .testimonials .testimonial-rating-star {
	display: inline-block;
	position: relative;
	top: -2px;
	vertical-align: middle;
	margin-right: 0;
	width: 16px;
	height: 16px;
	background: url("/images/icons/icon-star-pale-small-solid.svg");
}

.testimonial-wrapper > form .testimonial-rating-wrapper .testimonials .testimonial-rating-star.selected-star {
	background: url("/images/icons/icon-star-warning-small-solid.svg");
}

.testimonial-wrapper > form .testimonial-rating-wrapper .testimonials .testimonial-rating-info {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-left: 10px;
}

.testimonial-wrapper > form .recaptcha-error {
	display: none;
	margin-top: 10px;
}

.testimonial-wrapper > form button[type="submit"] {
	margin-top: 30px;
}

.testimonial-wrapper .element-success {
	display: none;
	position: relative;
	padding: 25px 20px;
}

.testimonial-wrapper .element-success.show {
	display: block;
}

.testimonial-wrapper .element-success .icon {
	display: block;
	position: relative;
	width: 56px;
	height: 56px;
	background: #079048;
	border-radius: 50%;
	margin: 0 auto 15px auto;
}

.testimonial-wrapper .element-success .icon:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	background: url('/images/icons/icon-check-white-large.svg');
}

.testimonial-wrapper .element-success .title {
	text-align: center;
	margin-bottom: 25px;
}

.testimonial-wrapper .continue-shopping-button {
	cursor: pointer;
}

.add-testimonial-pop-up .fancybox__content {
	padding: 0;
}

.add-testimonial-pop-up .fancybox__iframe {
	border-radius: 10px;
}

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

	.testimonials-list .title > .inner {
		max-width: 1220px;
		padding: 25px 12px 26px;
	}
	.testimonials-list .content > .inner {
		max-width: 1220px;
		padding: 0 12px;
	}
}

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

	.testimonials-list > .content {
		padding: 35px 0;
	}

	.testimonials-list .content > .inner .testimonials .testimonial {
		width: calc(50% - 20px);
	}
}

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

	.testimonials-list > .inner {
		padding-right: 12px;
		padding-left: 12px;
	}

	.testimonials-list .content > .inner .testimonials .testimonial {
		width: calc(100% - 20px);
		min-height: auto;
	}

	.testimonials-list .content > .inner .testimonials .testimonial .latest-testimonial-date {
		font-size: 12px;
	}
}

@media only screen and (max-width: 558px) {
	.testimonials-list .title > .inner {
		display: block;
	}

	.testimonials-list .title > .inner h1 {
		display: block;
	}

	.testimonials-list .title > .inner .add-testimonial-button-wrapper {
		display: block;
		margin-top: 20px;
	}
}
/*
 * __ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__
 * ----- Flash Messages -----
 * ‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾
 */

.flash-messages-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	text-align: center;
	-webkit-box-shadow: 0 1px 20px #262626;
	-moz-box-shadow: 0 1px 20px #262626;
	box-shadow: 0 1px 20px #262626;
	-webkit-transform: translate(0, -150%);
	-moz-transform: translate(0, -150%);
	-ms-transform: translate(0, -150%);
	-o-transform: translate(0, -150%);
	transform: translate(0, -150%);
	-webkit-animation: flash-message 7s;
	-o-animation: flash-message 7s;
	animation: flash-message 7s;
}

@keyframes flash-message {
	0%, 100% {
		-webkit-transform: translate(0, -150%);
		-moz-transform: translate(0, -150%);
		-ms-transform: translate(0, -150%);
		-o-transform: translate(0, -150%);
		transform: translate(0, -150%);
	}
	20%, 80% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.flash-message {
	padding: 14px;
}

.flash-message.success {
	background: #079048;
}

.flash-message.error {
	background: #DD1018;
}

/*
 * ---------------------------
 * ------- Back to top -------
 * ---------------------------
 */

.back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 50;
	display: block;
	width: 45px;
	height: 45px;
	background-color: rgba(37,35,34,0.9);
	border: 1px solid #808080;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity 0.45s ease-in-out;
	opacity: 0;
}

.back-to-top:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 6px;
	transform: translate(-50%, -50%);
	background: url('../images/icons/icon-chevron-up-white.svg') no-repeat center;
}

.back-to-top.is-visible {
	opacity: 1;
}

/*
 * --------------------------
 * --------- Footer ---------
 * --------------------------
 */

footer {
	background: #252324;
	font-size: 0;
}

footer .footer-top > .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1700px;
	margin: 0 auto;
	padding: 60px 20px;
}

/*@media (min-width:1441px) and (max-width:1760px) {*/
/*	footer .footer-top > .inner {*/
/*		padding: 60px 60px;*/
/*	}*/
/*}*/

footer .footer-top > .inner .footer-column {
	flex: 0 1 310px;
	margin-right: 40px;
}

footer .footer-top > .inner .footer-column.customer-services {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex: 0 1 660px;
}

footer .footer-top > .inner .footer-column.customer-services >.title {
	display: none;
}

footer .footer-top > .inner .footer-column.customer-services .content {
	flex: 0 1 310px;
}

footer .footer-top > .inner .footer-column.customer-services .content .title {
	margin-bottom: 25px;
}

footer .footer-top > .inner .footer-column.customer-services .content.first-column {
	margin-right: 40px;
}

footer .footer-top > .inner .footer-column.customer-services .content.second-column {
	margin-top: 47px;
}

footer .footer-top > .inner .footer-column.newsletter {
	flex: 0 1 490px;
	margin-right: 0;
	margin-left: 120px;
}

footer .footer-top > .inner .footer-column.newsletter .newsletter-subscription.has-loader.is-loading:after {
	border: 5px solid rgba(230, 230, 230, 0.24);
	border-right-color: rgba(255, 255, 255, 0.94);
}

footer .footer-top > .inner .footer-column > .title {
	margin-bottom: 25px;
}

footer .footer-top > .inner .footer-column > .content ul li {
	margin-bottom: 10px;
}

footer .footer-top > .inner .footer-column > .content ul li.red-dot a{
	position: relative;
}

footer .footer-top > .inner .footer-column > .content ul li.red-dot a:before{
	content: '';
	position: absolute;
	display: block;
	top: 2px;
	right: -9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #DD1018;
}

footer .footer-top > .inner .footer-column > .content ul li:last-child {
	margin-bottom: 0;
}

footer .footer-top > .inner .footer-column > .content ul li a {
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 21px;
	text-decoration: none;
}

footer .footer-top > .inner .footer-column > .content ul li a:hover {
	text-decoration: underline;
}

footer .footer-bottom {
	background: rgba(255, 255, 255, 0.07);
}

footer .footer-bottom > .inner {
	max-width: 1700px;
	margin: 0 auto;
	padding: 40px 20px;
}

/*@media (min-width:1441px) and (max-width:1760px) {*/
/*	footer .footer-bottom > .inner {*/
/*		padding: 40px 60px;*/
/*	}*/
/*}*/

footer .footer-bottom > .inner .footer-bottom-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .footer-bottom > .inner .footer-logo {
	display: block;
	width: 180px;
	aspect-ratio: 5/1;
}

footer .footer-bottom > .inner .social-links li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 10px;
}

footer .footer-bottom > .inner .social-links li:last-child {
	margin-right: 0;
}
footer .footer-bottom > .inner .social-links li a:before {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	right: -6px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	transition: 0.36s all;
}

footer .footer-bottom > .inner .social-links li a:hover:before{
	background: #434142;
}


footer .footer-bottom > .inner .social-links li a:after {
	content: '';
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
}

footer .footer-bottom > .inner .social-links li a.facebook:after {
	background: url('../images/icons/icon-facebook-white.svg') no-repeat center;
}

footer .footer-bottom > .inner .social-links li a.instagram:after {
	background: url('../images/icons/icon-instagram-white.svg') no-repeat center;
}

footer .footer-bottom > .inner .social-links li a.tik-tok:after {
	background: url('../images/icons/icon-tiktok-white.svg') no-repeat center;
}

footer .footer-bottom > .inner .social-links li a.pinterest:after {
	background: url('../images/icons/icon-pinterest-white.svg') no-repeat center;
}

footer .footer-bottom > .inner .social-links li a.twitter:after {
	background: url('../images/icons/icon-twitter-white.svg') no-repeat center;
}

footer .footer-bottom > .inner .footer-bottom-wrapper.copyright-integrator {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid rgba(228, 229, 229, 0.2);
}

footer .footer-bottom > .inner .footer-bottom-wrapper .copyright {
	margin-right: 20px;
}

footer .footer-bottom > .inner .footer-bottom-wrapper .integrator {
	text-decoration: none;
}

footer .footer-bottom > .inner .footer-bottom-wrapper .integrator:hover {
	text-decoration: underline;
}

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

	footer .footer-top > .inner {
		max-width: 1340px;
	}

	footer .footer-top > .inner .footer-column {
		flex: 0 0 180px;
		margin-right: 20px;
	}

	footer .footer-top > .inner .footer-column.newsletter {
		flex: 0 1 365px;
		margin-left: 0;
	}

	footer .footer-bottom > .inner {
		max-width: 1340px;
	}
}

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

	footer .footer-top > .inner {
		max-width: 1200px;
	}

	footer .footer-top > .inner .footer-column.categories {
		flex: 0 1 160px;
	}

	footer .footer-top > .inner .footer-column.customer-services {
		flex: 0 1 520px;
	}

	footer .footer-top > .inner .footer-column.about-us {
		flex: 0 1 210px;
	}

	footer .footer-top > .inner .footer-column.newsletter {
		flex: 0 1 380px;
		margin-left: 40px;
	}

	footer .footer-bottom > .inner {
		max-width: 1200px;
	}
}

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

	footer .footer-top > .inner {
		flex-wrap: wrap;
		padding: 60px 18px 40px;
	}

	footer .footer-top > .inner .footer-column {
		flex: 0 1 100% !important;
		margin-right: 0;
	}

	footer .footer-top > .inner .footer-column.categories {
		order: 2;
	}

	footer .footer-top > .inner .footer-column.customer-services {
		display: block;
		order: 3;
	}

	footer .footer-top > .inner .footer-column.customer-services >.title {
		display: block;
	}

	footer .footer-top > .inner .footer-column.customer-services .content {
		display: block;
		width: 100%;
		margin: 0;
	}
	footer .footer-top > .inner .footer-column.customer-services .content.second-column {
		margin-top: 0;
	}

	footer .footer-top > .inner .footer-column.customer-services .content.second-column ul {
		padding-top: 10px;
	}

	footer .footer-top > .inner .footer-column.customer-services .content .title {
		display: none;
	}

	footer .footer-top > .inner .footer-column.about-us {
		order: 4;
		border-bottom: 0 none !important;
	}

	footer .footer-top > .inner .footer-column.newsletter {
		flex: 0 1 100%;
		order: 1;
		margin-bottom: 30px;
		margin-left: 0;
	}

	footer .footer-top > .inner .footer-column.accordion {
		position: relative;
		padding: 20px 0;
		border-bottom: 1px solid rgba(228, 229, 229, 0.2);
	}

	footer .footer-top > .inner .footer-column.accordion[data-is-opened="1"] .title {
		color: #808080;
	}

	footer .footer-top > .inner .footer-column.accordion > .title {
		margin-bottom: 0;
	}

	footer .footer-top > .inner .footer-column.accordion > .title:after {
		content: '';
		position: absolute;
		top: 20px;
		right: 0;
		display: block;
		width: 24px;
		height: 24px;
		background: url('../images/icons/icon-chevron-down-white.svg') no-repeat center;
		transition: all 0.36s ease-in-out;
	}

	footer .footer-top > .inner .footer-column.accordion[data-is-opened='1'] .title:after {
		transform: rotate(180deg);
	}

	footer .footer-top > .inner .footer-column.accordion > .title ul li {
		margin-bottom: 8px;
	}

	footer .footer-top > .inner .footer-column.accordion .content {
		overflow: hidden;
		height: 0;
	}


	footer .footer-top > .inner .footer-column.accordion .content ul {
		padding-top: 23px;
	}

	footer .footer-bottom > .inner {
		padding: 40px 18px;
	}

	footer .footer-bottom > .inner .footer-bottom-wrapper:nth-child(2) {
		display: block;
	}

	footer .footer-bottom > .inner .footer-bottom-wrapper.copyright-integrator {
		margin-top: 40px;
		padding-top: 36px;
	}

	footer .footer-bottom > .inner .footer-bottom-wrapper .copyright {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.back-to-top {
		right: 25px;
		bottom: 25px;
	}
}

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

	footer .footer-top > .inner {
		max-width: 740px;
		padding: 60px 12px 40px;
	}

	footer .footer-bottom > .inner {
		max-width: 740px;
		padding: 35px 12px;
	}

	footer .footer-bottom > .inner .footer-bottom-wrapper {
		display: block;
	}

	footer .footer-bottom > .inner .footer-bottom-wrapper .footer-logo {
		margin: 0 auto;
	}

	footer .footer-bottom > .inner .footer-bottom-wrapper .social-links {
		display: block;
		width: fit-content;
		margin: 22px auto 0;
	}

	footer .footer-bottom > .inner .footer-bottom-wrapper .copyright {
		text-align: center;
	}
	footer .footer-bottom > .inner .footer-bottom-wrapper .integrator {
		display: block;
		margin: 0 auto;
		width: fit-content;
	}
}
