@charset "utf-8";
/* CSS Document */

#hamburger {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 100;
	background-color: rgba(140,140,140,0.79);
	padding: 0px 6px 6px 6px;
	border-radius: 4px;
}
.producent {
	font-size:120%;
    padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    padding-right: 0px;
	line-height: 100%;
	text-transform: uppercase;
    color: #292974;
}