body {
	overflow-x: hidden;
}
.header {
	width: 100%;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
	z-index: 100;
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.header .languages {
	margin-right: 0;
}

.header__wrapper {
	background-image: url("/Website2021/dist/images/new-images/header-bg.png");  /* cjw */
	background-size: cover;
	background-position: 0 0;
	background-color: #00050a;
	padding: 23px 0;
}

.header__wrapper .container {
	display: flex;
	align-items: center;
}

.header__logo {
	width: 100%;
	max-width: 306px;
	padding: 0 15px;
}

.header img {
	display: block;
	width: 100%;
}

.header__right {
	display: flex;
	flex: 1 0 0;
	padding-left: 7%;
	padding-right: 15px;
}

.header__options {
	display: flex;
	align-items: center;
	margin: 0 5% 0 0;
	list-style: none;
	font-size: 0;
	flex: 1 0 0;
	justify-content: flex-end;
}

.header__option:not(:last-of-type) {
	margin-right: 25px;
}

.header__option:not(:last-of-type) {
	margin-right: 10%;
}

.header__option a {
	display: block;
}

.header__option svg {
	max-width: 100%;
	height: auto;
}

.header__cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}

.header__cart span {
	margin-left: 10px;
}

.header__cart::before {
	width: 18px;
	height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: attr(data-cart-amount);
	font-family: "Swis721 Ex BT", Arial, sans-serif;
	color: #00050a;
	font-size: 10px;
	background-color: #cfd600;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	top: -1px;
	left: -7px;
}

.header__nav--main {
	position: relative;
}

.dropdown {
	width: calc(100% - 30px);
	left: 50%;
	transform: translate3d(-50%, 100%, 0);
}

.header--state2 {
	top: 0 !important;
}

.header--state2 .header__wrapper {
	padding: 15px 0;
}

.header--state2 .header__logo {
	max-width: 250px;
}

.header--state2 .header__nav-item {
	padding: 15px 0;
}

.languages .select2-container--open + .select2-container--open {
	left: auto;
	right: 0;
	width: 100%;
}

@media screen and (max-width: 31.25em) {
	.header__cart span:first-of-type::after {
		margin-right: 0;
	}
}
.header__cart span:last-of-type {
	font-family: "Swis721 Ex BT", Arial, sans-serif;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1rem;
	text-transform: uppercase;
}

.form--header {
	margin-right: 5%;
}

.header__navigation {
	width: 100%;
	background-color: #d0d62d;
}

.slider__boxes {
	padding: 0 3px;
	bottom : 10px;
}

.slider__boxes .slick-dots {
	position: relative;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	list-style: none;
}

.slider__boxes .slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #cbcbcb;
	border-radius: 50%;
}

.slider__boxes .slick-dots li button {
	display: none;
}
.slider__boxes .slick-dots li.slick-active {
	background-color: #2e2e2e;
}

.slider__boxes .slide {
	padding: 0 12px;
}

.box {
	display: flex;
	height: 270px;
	width: 100%;
	position: relative;
}
.box__image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.box__name {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #d0d62d;
	color: #000;
	font-family: "Swis721 Ex BT", Arial, sans-serif;
	font-size: 18px;
	line-height: 23px;
	width: calc(100% - 75px);
	height: 70px;
	padding: 10px 30px;
	display: flex;
	align-items: center;
}
.box__name:after {
	content: "";
	border-left: 0 solid transparent;
	border-right: 75px solid transparent;
	border-bottom: 70px solid #d0d62d;
	position: absolute;
	bottom: 0;
	right: -75px;
}

.shop__advertisments {
	list-style: none;
	margin: 20px 0 0 0;
}

.shop__advertisments li:not(:last-of-type) {
	margin-bottom: 17px;
}

.mobile__content .form--header {
	display: flex !important;
}
@media (max-width: 1024px) {
	.header__wrapper {
		padding: 15px 0;
	}

	.header__logo {
		max-width: 220px;
	}
	.header--state2 .header__logo {
		max-width: 200px;
	}

	.header__option:not(:last-of-type) {
		margin-right: 15px;
	}

	.header__option:not(:last-of-type) {
		margin-right: 15px;
	}

	.header__cart span:last-of-type {
		display: none;
	}

	.form--header {
		display: none;
	}
}

@media (max-width: 640px) {
	.header__logo {
		max-width: 200px;
	}

	.header--state2 .header__logo {
		max-width: 180px;
	}

	.header__options {
		margin-right: 15px;
	}

	.header__option svg {
		width: 22px;
		height: auto;
	}

	.header__cart svg {
		width: 20px;
		height: auto;
	}

	.header__hamburger:before {
		font-size: 22px;
	}

	.header__cart::before {
		width: 15px;
		height: 15px;
		font-size: 7px;
		left: -4px;
	}

	.box__name {
		font-size: 16px;
		line-height: 21px;
		width: calc(100% - 75px);
		height: 50px;
	}
	.box__name:after {
		content: "";
		border-left: 0 solid transparent;
		border-right: 75px solid transparent;
		border-bottom: 50px solid #d0d62d;
		position: absolute;
		bottom: 0;
		right: -75px;
	}
}

@media (max-width: 380px) {
	.header__logo {
		max-width: 160px;
	}

	.header--state2 .header__logo {
		max-width: 150px;
	}
}
