@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

#menu_glowne {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 12px;
}


/* ----------- STICKY --------------- */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 300px;
}
#menu_glowne a {
	text-decoration: none;
}

#menu1 {
	padding: 1em;
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	width: 100%;
	max-width: 1000px;
	display: table;
	border: none;
}
#menu1>li>a {
	text-transform: uppercase;
	font-size: 1.4em;
	color: #FFF;
}
#menu1>li>a>span {
	font-size: 0.7em;
}
#menu1 li {
	display: table-cell;
	width: 33%;
}
li#menu_szukaj {
	text-align: left;
	position: relative;
}
#szukajka {
	display: none;
	position: absolute;
	top: 0.5em;
	left: 0;
	z-index: 1000;
	padding: 0 5px 5px 0;
	background: #FFF;
	width: 33%;
	text-align: left;
}
#szukajka #fraza {
	font-size: 1.5em;
	border: 1px solid #CCC;
	padding: 0.2em;
	width: calc(100% - 100px);
}
#szukajka #szukaj_btn {
	background:url(../images/angle-double-right-solid.svg) no-repeat;
	background-size: 50%;
	background-position: 50%, center;
	//background-color: #C00;
    cursor:pointer;
    border:none;
    width: 50px;
	height: 2.3em;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
	vertical-align: top;
}
#szukajka #szukaj_close {
	display: inline-block;
	background:url(../images/times-solid.svg) no-repeat;
	background-size: 35%;
	background-position: 50%, bottom;
	//background-color: #C00;
	width: 50px;
	height: 2.6em;
	text-align: center;
	vertical-align: top;
	position: absolute;
	right: 0;
}
#szukajka_wyniki {
	//display: none;
	position: absolute;
	top: calc(3em + 5px);
	left: 0;
	z-index: 1000;
	background: #FFF;
	width: 50%;
	text-align: left;
	//border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#szukajka_wyniki ul {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	color: #333;
	font-size: 1.5em;
}
#szukajka_wyniki li {
	display: block;
	width: 100%;
	position: relative;
}
#szukajka_wyniki a {
	color: #333;
	display: block;
	padding: 0.5em;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	width: 100%;
}
#szukajka_wyniki a:hover {
	background: #EEE;
}
#szukajka_wyniki .nazwa {
	display: inline-block;
	width: 75%;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#szukajka_wyniki .cena {
	display: inline-block;
	width: 20%;
	text-align: right;
	font-weight: 700;
	color: #422;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
li#menu_cart {
	text-align: center;
	//position: absolute;
	//top: -2em;
	//right: 1em;
}
li#menu_cart #sztuk_w_koszyku {
	display: none;
	color: #FFF;
	border-radius: 0.5em;
	font-size: 0.8em;
	padding: 1px 2px;
	font-weight: 400;
	position: relative;
	top: -0.1em;
}
li#menu_logowanie {
	text-align: right;
}
#menu_hamicon {
	display: none;
}

#menu2 {
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	width: 100%;
	max-width: 1000px;
	background: #BBB;
	background: #f2f2f2;
	z-index: 50;
	display: table;
}
#menu2>li {
	display: table-cell;
	padding: 0;
}
#menu2 a {
	padding: 1em;
	display: inline-block;
}
#menu2>li>a {
	text-transform: uppercase;
	color: #a2004a;
}
#submenu {
	margin: 0;
	position: absolute;
	display: none;
	font-weight: 400;
}
#submenu li {
	min-width: 250px;
	list-style-type: none;
}
#submenu a {
	padding: 1em;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #CCC;
}

#menu2>li.tylko_mmenu {
	display: none;
}

#menu3 {
	padding: 1em;
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	width: 100%;
	max-width: 1000px;
	display: table;
	z-index: 0;
}
#menu3>li>a {
	text-transform: uppercase;
	font-size: 1em;
	color: #454142;
	display: inline-block;
	width: 150px;
	border: 2px solid #454142;
	border-radius: 5px;
	background: #FFF;
}
#menu3>li>span {
	text-transform: uppercase;
	font-size: 1em;
	color: #454142;
	display: inline-block;
	width: 150px;
	border: 2px solid #a2004a;
	border-radius: 5px;
	background: #FFF;
}
#menu3>li>a>span {
	font-size: 0.7em;
}
#menu3 li {
	display: table-cell;
	width: 33%;
}
#menu3 img {
	height: 31px;
}


@media all and (max-width: 700px) {
#menu3 {
	margin: 0;
	width: 100%;
	max-width: calc(100% - 40px);
	display: table;
	z-index: 0;
}	
#menu3>li>a {
	width: calc(100% - 10px);
}
#menu3>li>span {
	width: calc(100% - 10px);
}
	
#menu2>li.tylko_mmenu {
	display: block;
}
	
#menu1 li {
	display: table-cell;
	width: calc(33% - 40px);
}
#szukajka {
	width: 100%;
	background: #FFF;
}
#szukajka #fraza {
	width: calc(80% - 100px);
}

#szukajka_wyniki {
	width: 100%;

}
#szukajka_wyniki ul {
	font-size: 1em;
}
#szukajka_wyniki li {
	display: block;
	width: 100%;
	position: relative;
}

#menu_hamicon {
	display: block;
	text-align: right;
	font-size: 1.5em;
	padding: 10px 20px 0 0;
	color: #03853f;
}
#menu_hamicon a {
	color: #03853f;
}
#menu2 {
	display: none;
	width: 100%;
	padding: 0;
	overflow: auto;
	max-height: calc(100vh - 50px);
}
#menu2>li {
	display: block;
	padding: 0;
	text-align: center;
}
#menu2>li>a {
	display: block;
	width: 100%;
}
#submenu {
	position: relative;
	padding: 0;
}
#submenu li {
	width: 100%;
	display: block;
}
#submenu a {
	border-bottom: 1px solid #422618;
	color: #666;
	background: #FEFEFE;
}
#submenu a:hover {
	color: #333;
	background: #EEE;
}

/* ----------- STICKY --------------- */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.stickera {
  position: fixed;
  top: 120px;
  right: 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.stickera + .content {
  padding-top: 0px;
}
#alfabet {
	height: calc(100vh - 50px);
}	
	
}

@media all and (max-width: 400px) {

#menu1 li {
	display: table-cell;
	width: 25%;
}
#szukajka {
	width: 100%;
	background: #FFF;
}
#szukajka #fraza {
	width: calc(100% - 100px);
}

#szukajka_wyniki {
	width: 100%;

}
#szukajka_wyniki ul {
	font-size: 1em;
}
#szukajka_wyniki li {
	display: block;
	width: 100%;
	position: relative;
}
li#menu_hamicon {
	//width: 25%;
}
#menu1>li>a {
	font-size: 1.6em;
}
#menu1>li>a>span {
	display: none;
}
li#menu_cart #sztuk_w_koszyku {
	display: inline;
	top: -0.2em;
}
/* ----------- STICKY --------------- */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.stickera {
  position: fixed;
  top: 60px;
  right: 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.stickera + .content {
  padding-top: 0px;
}

#alfabet {
	height: calc(100vh - 60px);
}
#samtop {
	/*height: 120px;*/
}
/* ----------- STICKY --------------- */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 200px;
}
	
}