@CHARSET "UTF-8";

/*************************************
 * Szkielet strony
 *************************************/
.header-wrapper { padding: 0 0 10px; }
#footer {
	clear: both;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 14px;
	z-index: 10;
}

/*************************************
 * Tooba Cart - koszyk
 *************************************/
.cart-status-header {
	position: relative;
	display: inline-block;
	top: 10px;
	right: 0;
	width: auto;
	overflow: hidden;
	margin-top: 0;
	transition: .3s margin-top ease;
	text-align: left;
	line-height: normal;
}
.cart-status-header { display: none !important }
.cart-status-header.empty { margin-top: -70px; }
.cart-status-header a {
	position: relative;
	display: block;
	right: 0;
	z-index: 281;
	height: 60px;
	min-width: 160px;
	padding: 2px 5px 0;
	white-space: nowrap;
	background: #fff;
	border-style: solid;
	border-color: transparent;
	border-width: 1px 1px 0 1px;
	/*border-radius: 6px 6px 0 0;*/
}
.cart-status-header a>span {
	float: right;
}
.cart-status-header .cart-price {
	font-size: 20px;
	font-size: 2em;
	font-weight: 700;
	padding: 17px 0 0;
	color: #303030;
}
.cart-status-header.empty .cart-price {
	color: #ccc;
  	font-size: 14px;
  	font-size: 1.4em;
  	font-weight: 400;
	font-style: italic;
	text-transform: lowercase;
}
.cart-status-header>span.cart-count span {
	position: relative;
	display: block;
	width: 46px;
	height: 37px;
	text-decoration: none;
	background-position: -40px -70px;
}
.cart-status-header .cart-count {
	padding: 5px 18px 10px 0;
	margin-bottom: 0;
}
.cart-status-header .cart-count .count {
	position: absolute;
	right: -3px;
	bottom: -7px;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2em;
	padding: 1px 5px 0;
	background: #FF5A00;
	border-radius: 4px;
	border: solid 1px #fff;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	box-shadow: 0 1px 2px #ccc;
}
.cart-status-header.empty .cart-count .count { display: none; }
.cart-status-header .cart-count .cart-icon {
	background: url(/i-static/koszyk/shopping-cart-tooba-green.png) no-repeat;
	position: relative;
	display: block;
	width: 48px;
	height: 38px;
	text-decoration: none;
}

.main-content {
	/* position: relative; */
	padding-bottom: 40px;
	box-shadow: 0 6px 6px rgba(0,0,0,.1);
}

/*************************************
 * Stopka (Footer)
 *************************************/
.tooba-footer {
	padding: 30px 0;
	background: #f5f5f5;
}
#goToTop {
	display: none;
	position: absolute;
	top: 2px;
	right: 12px;
	width: 90px;
	background: transparent url(/i-static/footer/button_gototop.gif) no-repeat left bottom;
}
#goToTop a {
	display: block;
	padding: 12px 0 12px 34px;
	background: transparent url(/i-static/footer/gototop.gif) no-repeat 10px 50%;
	color: #4F4F4F;
}
#footer .footer-navi { display: inline-block; margin: 14px 40px 8px 26px; vertical-align: top; }
#footer .navi-caption { line-height: 22px; font-weight: bold; }
#footer li a {
	display: block;
	padding: 4px 12px;
	background: transparent url(/i-static/common/gt-green.gif) no-repeat 0 50%;
	color: #3C3C3C;
}
#copyright {
	flex: 1;
	align-self: center;
	padding-right: 12px;
	text-align: right;
}
#copyright p {
	margin: 0;
	padding: 6px 0;
}
@media (max-width: 979px) {
	#footer .footer-navi.projekty { display: none; }
}
@media (max-width: 669px) {
	#footer .footer-navi { margin-left: 10px; margin-right: 10px; }
}
@media (max-width: 499px) {
	#footer { min-height: 158px }
	#copyright { position: static }
}