html {
	background: #FFF;
}

body > a {
	display: none;
}

#header .cart {
	display: none;
}

#footer .content {
	display: none;
}

#footer .bottom {
	color: #000;
	background: #FFF;
}

#topmenu {
	display: none;
}

#nav {
	display: none;
}

#item {
	display: flex;
}

#item > * {
	flex: 1 0 50%;
}

#item i.fa-print {
	display: none;
}

#item h1 {
	color: #000;
	font-weight: 400;
	margin-top: 15px;
}

#item .variant {
	display: none;
}

#item .item-info .price {
	color: #000;
}

#item .item-info .control {
	display: none;
}

.tabs {
	display: flex;
	flex-direction: column-reverse;
}

.tabs > .tab-title {
	display: none !important;
}

.tabs > .tab-page {
	display: none;
}

.tabs > .tab-page.params,
.tabs > .tab-page.description {
	border-top: none;
	display: block !important;
}

a.tab-navratilsro,
a.tab-sale-out,
#heurekaTableft,
#heurekaIfrBoxleft {
	display: none !important;
}