.T4270.S9217 .links .item{
	border-radius: 19px;
}

.T4270  {
	margin: 0px;
	min-height: 70px;
}

.T4270 .specialfont { margin: 0; }

.T4270 .logo  {
	order: 1;
	display: block;
	text-decoration:none;
	min-height: 70px;
}

.T4270 .logo img {
	color: #fff;
	width: auto;
	height: 70px;
}

header {
	position: relative;
	position: sticky;
	position: -webkit-sticky;
	/*position: fixed;*/
	top: 0px;
	left: 0;
	right: 0;
	z-index: 9999999;
	background-color: #333 !important;
	color: #fff;
	min-height: 70px;
}

.T4270 > .maxwidth, .T4270.maxwidth { position: relative; }


header .bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.T4270 .links { 
	position: absolute; 
	top: 20px; right: 50px; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: flex-end; 
	flex-direction: row-reverse; 
}

.T4270 .withcart .links { right: 170px; }

.T4270 .links .item {
	text-decoration: none;
	cursor: pointer;
	transition: 250ms;
	line-height: 40px;
	color: var(--menu_button_font_color,rgba(255,255,255,0.4));
	text-transform: uppercase;
	background-color: var(--menu_button_bg_color);
	margin: 0 10px;
	padding: 0 20px;
}

.T4270 .links .item:hover {
	transform: scale(1.1);
}


.T4270 .navicon {
	order: 6;
	cursor: pointer;
	font-size: 35px;
	line-height: 45px;
	transition: 250ms;
	padding: 10px;
}

.T4270 .navicon:hover {
	transform: scale(1.2);
}

.T4270 input[type='checkbox'] {
	position: absolute;
    visibility: hidden;
}

.T4270 nav  {
	border-top: 1px solid rgba(255,255,255,0.1);
	display: none;
}

.T4270 nav .items {   
	display: none;
	padding: 30px 0px 30px 0px;
	margin: 0;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}

.T4270 nav .items .item {
	width: 33.33%; 
}   
.T4270 nav .items .item a {
	display: block;
	color: rgba(255,255,255,0.6);
	text-decoration: none;
}

.T4270 nav .items .item a:hover {    
	color: rgba(255,255,255,1);
}

.T4270 nav .items .item.on > a {    
	color: rgba(255,255,255,1);
}

.T4270 nav .items .item > a {   
	padding: 0px 10px 15px 0px; 
}

/* Submenu */
.T4270 nav .items .item ul {
	list-style-type: none;
	margin: 0 0 1rem 0;
	padding: 0;
}
.T4270 nav .items .item ul li {
	width: 100%;
}

.T4270 nav .items .item ul li > a {   
	padding: 0px 10px 7px 0px; 
}

.T4270 nav .items .subheadline {   
	margin-top: 2px; 
	opacity: 0.6;
}

.T4270 .navwrapper .infobar {
	
}

.T4270 .navwrapper .infobar a,
.T4270 .navwrapper .infobar span {
	color: #FFF;
	border-right: 1px solid #999;
	margin: 0 15px 0 0;
	padding: 0 15px 0 5px;
}

.T4270 .navwrapper .infobar.infobar-bottom {
	padding: 10px 0 25px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
	display: none;
}
.T4270 .navwrapper .infobar.infobar-bottom a,
.T4270 .navwrapper .infobar.infobar-bottom span {
	border-right: 0;
	margin: 0 15px 0 0;
	padding: 0;
}
.T4270 .navwrapper .infobar:after {
	display: block;
	content: "";
	clear: both;
}
.T4270 .navwrapper .infobar .leftside {
	float: left;
}
.T4270 .navwrapper .infobar .rightside {
	float: right;
}

.T4270 .navwrapper .infobar.infobar-bottom .light {
	color: rgba(255,255,255,0.4);
	text-decoration: none;
}




.T4270 input[type='checkbox']:checked ~ .navwrapper nav { display: block; }
.T4270 input[type='checkbox']:checked ~ .navwrapper .infobar.infobar-bottom { display: block; }
.T4270 input[type='checkbox']:checked ~ .bar .navicon span { display: none; }
.T4270 input[type='checkbox']:checked ~ .bar .navicon:after { content: '\00d7'; font-size: 45px; line-height: 45px; }

.T4270 #header-phone { color: #FFF; text-decoration: none; order: 4; }
.T4270 #header-cart { margin-right: 60px; top: 23px; order: 3; }
.T4270 #header-cart #cart-sum { color: #FFF; padding-left: 0px; }
.T4270 #cart-content {
	order: 5;
}@media all and (min-width: 1024px) and (max-width: 1279px) {
	.T4270 #header-cart { top: 25px; }
}

@media all and (min-width: 768px) and (max-width:1023px) {
	.T4270 #header-cart { margin-right: 0px; top: 25px; }

}

@media all and (min-width: 568px) and (max-width: 767px) {
	.T4270 > .maxwidth, .T4270.maxwidth { position: static; }
	
	.T4270 .links { position: static; top: auto; right: auto; padding: 0px 10px; justify-content: center; }

	.T4270 .links .item {
		float: none;
		margin-right: 15px; 
	}

	header .navwrapper { 
		position: relative; 
		display: none; 
	}
	.T4270 nav {   
		display: block;
		padding: 10px 10px 12px 10px;
	}

	.T4270 input[type='checkbox']:checked ~ .navwrapper { display: block; }

	.T4270 #header-cart { margin-right: 10px; top: 25px; }
}

@media all and (max-width: 567px) {


	
	header { min-height: 56px; }	
	.T4270 > .maxwidth, .T4270.maxwidth { position: static; }

	.T4270  { min-height: 56px; }
	.T4270 .navicon { font-size: 30px; line-height: 57px; padding: 0px; }

	.T4270 .logo  { min-height: 50px; }
	.T4270 .logo img { width: auto; height: 50px; }
	
	.T4270 .links { 
		justify-content: center;
		position: static; top: auto; right: auto; 
		padding: 2px 0px 0px 0px; 
		border-top: 1px solid rgba(255,255,255,0.2);
		border-bottom: 1px solid rgba(255,255,255,0.2);
		margin: 5px 0px 15px 0px;
	}

	.T4270 .links.alwaysvisible {
		margin: 0;
		padding: 5px 0 3px 0;
		border-bottom-width: 0;
	}


	.T4270 .links .item {
		float: none;
		margin-right: 15px; 
		font-size: 16px !important;
		line-height: 200% !important;
	}

	header .navwrapper { 
		position: relative; 
		display: none; 
		margin-top: 1.5rem;
	}
	
	.T4270 nav { display: block; padding: 0px 0px 10px 0px; }
	.T4270 input[type="checkbox"]:checked ~ .navwrapper nav { border-top-width: 0; }
	.T4270 nav .items {  padding: 0px; margin-right: -10px; }
	.T4270 nav .items .item {   width: 50%; }
	.T4270 nav .items .item > a { padding: 0px 10px 10px 0px;}
	.T4270 nav .items .name {  font-size: 1.4rem !important; }
	.T4270 nav .items .item ul li a {  font-size: 0.9rem !important; padding-bottom: 3px; }
	.T4270 nav .items .subheadline {  font-size: 12px !important; margin-top: 4px; }

	.T4270 input[type='checkbox']:checked ~ .navwrapper { display: block; }


	.T4270 #header-cart { margin-right: 10px; top: 18px; }
		
}

.S6841 nav .item .name { text-transform: uppercase; }@media all and (max-width: 567px) {
	.T4270.S9215 nav .items .item {  width: 100%; }
	.T4270.S9215 nav .items .name { font-size: 2rem !important; }
	.T4270.S9215 nav .items .item ul { display: none; }
	.T4270.S9215 nav .items .item ul.active { display: block; }
	.T4270 nav .items .item ul li a {
    	font-size: 1.3rem !important;
    	padding-bottom: 7px;
	}
}