@charset "UTF-8";

#totop img {
	position: fixed;
	right: 2%;
	bottom: 3%;
	z-index: 4;
}

#totop:hover {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	#totop img {
		position: fixed;
		right: 2%;
		bottom: 3%;
		z-index: 4;
		width: 35%;
	}
}

.footer:before {
	left: 0;
	border-top-color: #00347c;
	border-left-color: #00347c;
}

.footer:before,
.footer:after {
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	content: '';
}

.kids-pain #totop {
	display: none !important;
}

.kids-cold #totop {
	display: none !important;
}

.products-lunaj #totop {
	display: none !important;
}

.icon-new_window {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 15px !important;
	height: 15px !important;
	transform: translateY(-50%);
}

.relative {
	position: relative !important;
}
