body {
	background: #605f60 url(../images/body.jpg) no-repeat top center;
	padding:0;
	margin:0;
	font-family:Arial;
	font-size:13px;
}
a {
	text-decoration:none;
	font-size:11px;
	color:#FFF;
}
h1 {
	font-family: 'Arapey', serif;
	font-style:italic;
	font-size:22px;		
	font-weight:normal;
	margin-top:5px;
}
#site {
	max-width:960px;
	min-width:320px;
	margin:0px auto 20px auto;
}
.site-width {
	max-width:960px;
	min-width:320px;
	margin:0px auto 0 auto;
	position: relative;
}

/* HEADER - home */
#header {
	height:157px;
	position:relative;
	z-index:1;
}
#header .logo {
	position: absolute;
	top: 21px;
}
#header .lang {
	top:63px;
	position:absolute;
	right:0px;
}
#header .lang a {
	font-size:12px;
}
#header .lang a.active {
	color:#b02991;
}


.menu {
	position:absolute;
	padding:0px 20px;
	top:-30px;
	right:0px;
	width:575px;
	height:50px;
	background: transparent url(../images/home_menu_bg.png) no-repeat top center;
	text-align:right;
	z-index: 110;
}
.menu.menu-products {
	background:transparent url('../images/products_menu_bg.png') no-repeat -17px 0px;
	top: 2px; right: -20px; left: 0px; width: auto; background-size: 100% 50px;
}
.menu a {
	line-height:50px;
	margin-right: 20px;
	letter-spacing: 1px;
	font-weight:bold;
	font-size:13px;
	color:#FFF;
	
}
.menu a:hover {
	color:#f830c0;
}
.menu a.sklep {	
	color:#b02991;
}

/* #content-products .menu {
	height:66px;
	line-height:60px;
	text-align:right;
	padding:0px 20px;
}

#content-products .menu a {
	margin-left:20px;
} */

/* HEADER - products*/
#header-products {	
	position:relative;
	height:120px;
}
#header-products .logo{
	position:absolute;
	top:17px;
}	
#header-products .lang {
	position:absolute;
	right:0;
	top:28px;
}
#header-products .lang a.active {
		color:#b02991;
}
div.searchbox.searchbox-products{
	position:absolute;
	top:-50px;
	right:0;
	z-index: 2;
}

/* CONTENT */

	#content a {
		color:#000;
	}
	.slider-container {
		width: 100%;
		max-width:960px;
		max-height:359px;
		overflow:hidden;
	}
	.slider, .slider a , .slider a  img{
		width:100%;
		height:auto;
	}

	.home-bottom-bg {
		margin-top:8px; width: auto;
		background: transparent url(../images/home_grid_bg.png) repeat-y 0px 0px  ;
		min-height:207px;
		padding: 10px 10px 0;
	}

	.home-bottom-bg-bottom {
		background: transparent url(../images/home_grid_bg_bottom.png) no-repeat 0px 0px  ;
		width:100%;
		height:25px;
	}

	.home-bottom .products-grid{ flex-grow: 1; padding-top: 14px; }
	
	.home-bottom .products-grid .product:hover a{
		color:#f830c0;
	}
	.home-bottom .products-grid .product-container{ display: inline-block; min-width: 24%; width:24%; }
	.home-bottom .products-grid .product{
		display: inline-block;
		width: 100%;
	}
	
	.home-bottom .products-grid .product .image { margin:6px 6px 0px 6px; background: #fff; }
	.home-bottom .products-grid .product .image img { max-width: 100%; width:100%;}
	.home-bottom .products-grid .product .title{ 
		margin: -2px 6px 6px 6px;
		background: transparent url(../images/home_grid_title.png) no-repeat 0px 0px  ;
		background-size: 100% 100%;
		height:38px;
		display:block;
		line-height: 38px;
		text-align: center;
		color: #A01291;
		font-weight: bold;
		font-size: 15px;
		width: 100%;
	}	
	.home-bottom .products-grid .product .title:hover {
		color:#FF2BC5 !important;
	}
	.home-bottom .new, .new{
		margin-top: 14px;
	}
	.home-bottom .new, .new img {
		width:100%;
	}
	.home-bottom{
		min-height:207px;
		display: flex;
	}

#content-products {
	background-color:#F1F1F1;
	border-radius: 3px;
	overflow:hidden;
	padding-bottom:20px;
	padding-top: 56px; 
}	

#content-products a {
	color:#000;
}


	.main-content { display: flex;}

	#content-products .col-left {
		width:200px;
		padding:0px 20px;
		margin-top: 5px;
	}
	#content-products .col-right {
		flex-grow: 1;
		padding:0px 20px;
	}	
	#content-products .title_kolekcje {
		font-family: 'Arapey', serif;
		font-style:italic;
		font-size:22px;		
	}
	#content-products .products-categories {
		margin-top:10px;
		margin-bottom:18px;
	}
	#content-products .products-categories a{
		display:block;
		background:transparent url('../images/products-categories_bg.png') no-repeat 0px -55px;
		width:170px;
		height:49px;
		padding-left:30px;
		line-height:49px;
		margin-bottom:9px;
		font-size:13px;
		font-weight:bold;
		color:#a01592;
	}
	#content-products .products-categories a:hover, #content-products .products-categories a.active{
		background:transparent url('../images/products-categories_bg.png') no-repeat 0px 0px;
		color:#FFFFFF;
	}
	#content-products .products-nav {
		margin-top:5px;
		height:34px;		
		position:relative;
	}
	#content-products .products-nav .category-name{
		font-family: 'Arapey', serif;
		font-style:italic;
		font-size:22px;
	}
	#content-products .products-nav .pagination {
		position:absolute;
		top:-4px;
		right:0;
		font-size:13px;	
		width:auto;
	}
	#content-products .products-nav .pagination span.title{
		float:left;
		margin-top:0px;
		font-family: 'Arapey', serif;
		font-style:italic;
		font-size:18px;
		cursor:pointer;
	}
	#content-products .products-nav .pagination a {	
		width:28px;
		height:27px;
		float:left;
		position:relative;
		color:#6e6e6e;
	}
	#content-products .products-nav .pagination a span{
		position:absolute;
		top:6px;
		left:10px;
		width:12px;
		text-align:center;
	}
	#content-products .products-nav .pagination a:hover,#content-products .products-nav .pagination a.active {
		background:transparent url('../images/pagination_bg.png') no-repeat 0px 0px;
		color:#FFF;
	}
	#content-products .products-list {
		margin-right:-25px;
		overflow:hidden;
	}
	#content-products .products-list .product{
		float:left;
		margin:0px 13px 29px 0px
	}
	#content-products .products-list .product .image {
		border:1px solid #FFF;
		padding:4px;
		width:210px;
		height:280px;
		overflow:hidden;
	}
	#content-products .products-list .product .title{
		margin-top:4px;
		width:222px;
		height:39px;
		line-height:39px;
		text-align:center;
		overflow:hidden;
		background:transparent url('../images/products-list-name_bg.png') no-repeat 0px 0px;
	}
	#content-products .products-list .product .title a{		
		color:#a42096;
		display:block;
		font-size:13px;
		font-weight:bold;
	}
	#content-products .products-list .product:hover a {
		color:#f830c0;
	}
	#content-products .product-view {
		overflow:hidden;
		position:relative;
	}
	
	#content-products .product-images-container {
		max-width: 402px;
		width: 100%;
		float: left;
	}
	#content-products .product-image {
		border:2px solid #FFF;
		float:left;
		max-width: 373px;
	}
	#content-products .product-image .image{
		margin:4px;
		border:1px solid #888;
		overflow:hidden;
	}
	#content-products .product-image .image img.mini{
		max-width:363px;
		width: 100%;
	}
	#content-products .product-images {
		clear:both;
		width:373px;
		padding-top:20px;
	}
	#content-products .product-images a {
		margin-right:10px;
		border:1px solid #FFF;
		display:block;
		float:left;
	}
	#content-products .product-info .name{
		color:#a01291;
		font-weight:bold;
		font-size:30px;
		margin-bottom:40px;
	}
	#content-products .product-info .option {
		overflow:hidden;
		margin-bottom:25px;
	}
	#content-products .product-info .option .option-title {
		float:left;
		width:75px;
		font-family: 'Arapey', serif;
		font-style:italic;
		font-size:18px;
	}
	#content-products .product-info .option .option-value {
		float:right;
		width:203px;
		font-size:13px;
	}
	#content-products .product-info .option .option-desc {
		float:right;
		clear:both;
		margin-top:10px;
		font-size:13px;
	}
	#content-products .product-info {
		width:278px;
		float:right;
	}
/* FOOTER */
#footer {
	position:relative;
	height: 100px;
}
	#footer a {
		color:#000;
	}
	.copyright {
		position:absolute;
		font-size:10px;
		color:#dfdfdf;
		top:33px;
	}
	div.searchbox {
		position:absolute;
		top:33px;
		right:0px;
	}
	div.searchbox .string {
		background-color: #D1CFD1;
		border: 1px solid #b6b5b6;
		padding: 4px;
		margin: 0;
		border-radius: 3px;
		color:#5e5c5e;
		text-align:center;
	}
	div.searchbox .send {
		margin-top: -5px;
		vertical-align: middle;
	}
	div.searchbox .send:hover {
		opacity:0.7;
	}
#footer-products {
	margin-top:20px;
	position:relative;
	height: 100px;
	background-color:#F1F1F1;
	border-radius: 3px;
	overflow:hidden;
	padding:10px;
}
	#footer-products a {
		color:#000;
	}
	#footer-products .copyright {
		position:absolute;
		font-size:10px;
		color:#817f82;
		top:33px;
	}
	#footer-products .address {
		position:absolute;
		font-size:10px;
		color:#817f82;
		top:33px;
		right:20px;
	}
#komunikat {
	border: 1px dashed #999;
	padding: 10px;
	color: #BB038B;
}

.w2bslikebox {
	background: url("/images/facebook1.png") no-repeat scroll left center transparent !important;
	display: block; float: right; height: 270px; padding: 0 5px 0 46px; width: 275px;
	z-index: 99999; position: fixed; right: -280px; top: 20%;
}
.w2bslikebox div { border: none; position: relative; display: block; }
.w2bslikebox span { bottom: 10px; position: absolute; right: 6px; text-align: right; z-index: 99999;
	font: 9px "lucida grande", tahoma, verdana, arial, sans-serif; }
.w2bslikebox span a { color: #FF9D00; text-decoration: none; }
.w2bslikebox span a:hover { text-decoration: underline; }

.slider-container { display: none;}
.hamburger { display: none;}

@media (max-width: 1070px) {
	.main-content { flex-direction: column; margin: 0 20px 0 0;}
	#content-products .col-left { width: 100%; }
	#content-products .products-categories {width: 425px; display: inline-block; }
	#content-products .products-categories a {  display: inline-block; margin-right: 10px; }

	.home-bottom { flex-direction: column-reverse; }
	.home-bottom .new { width: 100%; margin-bottom: 15px; } 
	.home-bottom .new img { max-width: 100%; } 

	.w2bslikebox { background: url("/images/facebook2.png") no-repeat scroll left center transparent !important;  top: 0; height: 56px; }
	#header .lang, #header-products .lang { right: 65px; top: 20px;}
	#header .lang a, #header-products .lang a { font-size: 14px; padding: 3px 7px; }
	div.searchbox.searchbox-products { right: 56px; }
	
	#footer { margin: 0 30px; }
	#content-products .product-image { max-width: 373px; }
}

@media (max-width: 767px) {
	.hamburger { display: inline-block; background: url("/images/hamburger.png") no-repeat transparent; width: 40px; height: 40px; cursor: pointer;
		background-size: contain; margin: 10px 0 0 10px; }
	#header, #header-products { background: linear-gradient(90deg, rgba(178,176,179,1) 0%, rgba(240,240,240,1) 100%); height: 58px; 
		position: fixed; width: 100%; z-index: 115;}
	#content { padding-top: 58px; }
	#content-products { padding-top: 100px; }
	.menu-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); z-index: 110; display: none;}
	.menu-container.active { display: block;}
	.menu, .menu.menu-products { margin-top: 56px; width: 100%; height: auto; text-align: left; display: flex; flex-direction: column; 
		background: none; padding: 0;
		position: relative; top: inherit; right: inherit; } 
	.menu a { padding-left: 20px; margin-left:10px; margin-right:10px; background: transparent url(../images/home_menu_bg.png) repeat-y top left;}
	#header .logo, #header-products .logo { top: 5px; left: 62px; }
	#header .logo img, #header-products .logo img{ width: 100px; } 
	#header .lang, #header-products lang { top: 21px; position: absolute; right: 70px; }

		
	
	div.searchbox.searchbox-products { top: 72px;  right: 14px; }
	#content-products .products-nav { height: 55px; }
	.main-content { flex-direction: column;}
	#content-products .col-left { width: 100%; }
	#content-products .products-categories {width: 425px; display: inline-block; }
	#content-products .products-categories a {  display: inline-block; margin-right: 10px; }
}

@media (max-width: 576px) {

	#content-products .products-categories {width: 100%; display: inline-block; }
	.home-bottom .products-grid .product-container { width: 46%; vertical-align: top; }
	.copyright { top: 72px; left: 21px; }
	div.searchbox { top: 23px; left: 20px; }
	div.searchbox.searchbox-products { top: 68px; }
	#footer-products .address { top: 15px; left: 21px; }
	#footer-products .copyright { top: 93px; }
	#footer { margin: 0; }

	#content-products .products-categories { width: 100%; }
	#content-products .products-nav { margin-top: 19px; height: 85px; }
	#content-products .products-nav { height: auto; padding: 75px 0 20px; }
	#content-products .product-info { width: auto; padding-top: 36px; }
}



