@import "mixins";

// letni

.well {
	border: 0 !important;
	background: rgba(245, 245, 245, 0.43);

	.login-info,
	.registration-info {
		background: rgba(233, 233, 233, 0.38);
	}
}

/*
* COLUMNS
*/

.layout-column {
	float: left;
	margin-left: 15px !important;
}

.contact,
.rma,
.productsearchlist,
.productpromotionlist,
.productnewslist,
.producerlist,
.newsletter,
.news,
.forgotpassword,
.staticcms,
.conditions,
.wishlist,
.clientorder,
.clientaddress,
.clientsettings,
.registration,
.clientlogin,
.finalization,
.checkout,
.cart,
.product,
.productincategory,
.mainside {
	&#layout-column-1 {
		padding: 10px 13px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #dbe3b7;
		margin-left: 4px !important;
		.radius(10px);
	}
}

.payment {
	&#layout-column-0 {
		padding: 10px 13px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #dbe3b7;
		margin-left: 0 !important;
		.radius(10px);
	}
}

.forgotpassword#layout-column-1 .layout-box,
.registration#layout-column-1 .layout-box,
.clientlogin#layout-column-1 .layout-box,
.payment#layout-column-0 .layout-box,
.product#layout-column-1 .layout-box {
	margin-bottom: 0 !important;
}

.registration#layout-column-1 .layout-box,
.clientlogin#layout-column-1 .layout-box,
.layout-box .article,
.payment#layout-column-0 .layout-box,
.finalization#layout-column-1 .layout-box,
.checkout#layout-column-1 .layout-box {
	background: transparent;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
* CART
*/

.basket-large {
	padding: 10px;
	background: #fff;
}

/*
* PRODUCT
*/

.productInfo,
#productInfo {
	background: #fff;
	padding: 10px;
	margin: 10px 0 0;

	&.productInfo {
		margin: 0;
	}

	h1 {
		margin: 0 0 10px;
		font-size: 20px;
		line-height: 24px;
		color: #6b6b6b;
	}

	.lab {
		float: left;
	}

	.prices {
		float: right;
		font-size: 14px;
		color: #a0a0a0;
		font-weight: bold;
		margin-right: 7px;
		margin-bottom: 5px;

		.price {
			color: #81a60e;

			&.promo {
				color: #EB1E25;
				font-size: 18px;
			}
		}

		.old {
			color: #ccc;
			text-decoration: line-through;
		}
	}

	.share {
		padding: 5px 0 0;
		margin: 10px 0 30px;
		border-top: 1px solid #b4c262;

		div#___plus_0 {
			width: 300px !important;
			position: relative;
			top: 4px;
		}
	}

	.image-large {

	    img {
	    	width: 280px;
			height: 420px;
			padding: 4px;
			border: 1px solid #ccc;
	    }
	}

	.image-slider {
		margin:10px 0 20px;
		width:290px;
		float:left;

		ul {
			list-style:none;
			margin: 0 0 0 -7px !important;
			padding:0;
			width:297px !important;

			li {
				float:left;
				width:67px;
				height:101px;
				margin: 0 0 7px 7px;
			}
		}
	}

	#gallery {
		width: 290px;
		margin: 0 10px 10px 0;
		float: left;
	}

	#addToCart {
		width: 424px;
		float: left;

		.del {
			font-weight: bold;
			font-size: 13px;
			color: #585858;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			line-height: 13px;
			margin: 0 0 15px;
			display: block;

			strong {
				color: #5d7d25;
			}
		}

		form {
			margin: 0;
			text-align: right;

			label {
				display: inline-block !important;
				font-size: 16px;
				font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
				font-weight: bold;
				color: #313717;
				line-height: 25px;
				margin: 12px 0 0;
			}

			select {
				display: inline-block;
				height: 25px;
				width: 215px;
				font-size: 12px;
				border: 1px solid #acacac;
				margin: 0 0 3px;
				text-transform: lowercase;
			}

			.hr {
				margin: 10px 0;
				background: transparent;
				height: 0;
				border-top: 1px dotted #5d7d25;
			}

			#add-cart {
				width: 151px;
				height: 38px;
				background: url('../img/koszyk_pl.png') no-repeat 0 0;
				text-indent: -99999px;
				border: 0;
				margin: 0;

				&:hover {
					background-position: 0 -38px !important;
				}
			}

			#addtoclip {
				width: 158px;
				padding: 0 0 0 20px;
				height: 30px;
				background: url('../img/ulubione.jpg') no-repeat 0 0;
				line-height: 30px;
				color: #1b1b1b;
				text-align: center;
				font-size: 8px;
				font-weight: bold;
				text-transform: uppercase;
				text-decoration: none;
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;				margin: 0;
				display: inline-block;

				&:hover {
					background-position: 0 -30px !important;
				}
			}

		}

		.short-des {
			margin: 20px 0;
		}
	}

}


/*
* CATEGORY
*/

.breadcrumbs {
	margin: 0 0 10px;
	list-style-type: none;

	li {
		display: inline-block;
	}

	li,
	a {
		color: #2387bd;
		font-weight: bold;
		font-size: 12px;
		line-height: 12px;
	}

	.divider {
		display: inline-block;
		text-indent: -99999px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 4px;
		border-color: transparent transparent transparent #2387bd;
		position: relative;
		top: 7px;
		margin: 0 3px;
	}
}

.cat-sort {
	text-align: right;
	margin: 0 0 10px;

	span {
		display: inline-block;
		font-size: 12px;
		line-height: 20px;
	}

	select {
		width: 150px;
		border: 1px solid #909090;
		height: 20px;
		margin: 0;
	}
}

.btm {
	border-top: 1px solid #cbcbcb;

	a {
		font-size: 10px;
		text-transform: uppercase;
		color: #6b6b6b;
		line-height: 24px;
		display: inline-block;
	}
}

/*
* PROD-SLIDER
*/

.prod-slider {
	text-align: left !important;
	position: relative;
	padding-bottom: 40px !important;

	.heading {
		text-transform: uppercase;
		margin: 0 0 40px !important;
	}

	ul {
		margin: 0 auto;
		list-style-type: none;

		.photo {
			float: left;
			width: 80px;

			img {
				max-width: 80px;
			}
		}

		.des {
			float: left;
			width: 90px;
			margin: 0 0 0 3px;

			a {
				font-size: 10px;
				line-height: 12px;
				text-decoration: underline;
				display: block;
			}

			span:not(.price) {
				display: block;
				font-size: 10px;
			}

			.prices {
				border-top: 1px solid #b4c262;

				span {
					font-size: 10px;
					line-height: 12px;
					color: #606060;
				}

				.old {
					text-decoration: line-through;
				}
			}
		}
	}

	.bx-controls-direction a {
		display: block;
		text-indent: -99999px;
		width: 32px;
		height: 32px;
		position: absolute;
		left: 81px;

		&.bx-prev {
			background: url(../img/prev-vertical.png) no-repeat center top;
			top: 25px;
		}

		&.bx-next {
			background: url(../img/next-vertical.png) no-repeat center top;
		}
	}
}

/*
* SIDEBAR
*/

.grn-box {
	background: rgb(219, 227, 183);
	padding: 5px;
	font-size: 12px;
	margin: 0 0 15px;
	text-align: center;
	.radius(10px);

	&.cart-prev {
		background: rgb(219, 227, 183) url(../img/koszyk_back.jpg) no-repeat -5px 5px;
		height: 80px;

		.heading {
			text-align: left;
			background: url(../img/koszyk_koszyka.jpg) no-repeat 5px 2px;
			padding: 0 0 0 25px;
		}

		p {
			margin: 0;
			line-height: 16px;
			font-size: 12px;
		}

		a {
			color: #6b6b6b;
		}
	}

	.heading {
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
		color: #404040;
		margin: 0 0 10px;
	}

	select {
		width: 150px;
		border: 1px solid #909090;
		font-size: 9px;
		height: 20px;
	}
}

.checkout .side-cats,
.finalization .side-cats {
	margin: 22px 0 290px !important;
}

.side-cats {
	background: rgb(219, 227, 183) url(../img/fog_body.jpg);
	padding: 0 5px;
	position: relative;
	margin: 37px 0 290px;
	text-align: center;

	&:after,
	&:before {
		display: block;
		position: relative;
		content: "_";
		text-indent: -9999px;
		position: absolute;
		left: 0;
		width: 185px;
	}

	&:before {
		height: 22px;
		background: url(../img/fog_top.jpg);
		top: -22px;
	}

	&:after {
		height: 274px;
		background: url(../img/fog_bottom.jpg);
		bottom: -274px;
	}

	h4 {
		color: rgb(182, 190, 141);
		font-size: 16px;
		margin: 0 0 10px;
	}

	.menu {
		margin: 0 0 10px;

		ul {
			margin: 0 0 0 15px;
			list-style-type: none;
		}

		li {
			background: url(../img/sm_dart.jpg) no-repeat left center;
			padding: 0 0 0 10px;
			text-align: left;
		}

		a {
			text-transform: lowercase;
			color: #6b6b6b;
			font-size: 12px;
			line-height: 16px;
		}
	}

	.live-chat {
		display: block;
		margin: 0 0 15px;
	}

	.flak {
		margin: 15px 0 0;
		display: block;
	}
}

.jjw {
	height: 162px;
	background: url(../img/JJWlogo.png) no-repeat  center top;
	position: relative;

	span {
		display: block;
		position: absolute;
		bottom: 0;
		font-size: 11px;
		line-height: 12px;
		color: #404040;
		text-align: center;
		width: 100%;
	}
}


/*
* PRODUCTS LIST
*/

.prod-list > div {
	background: #fff;
	margin: 0 0 10px;
	position: relative;
	.radius(10px);

	.photo,
	.des {
		float: left;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.photo {
		border-right: 1px solid #ccc;

		img {
			width: 140px;
			height: 210px;
			padding: 5px;
			border: 1px solid #ccc;
		}
	}

	.des {
		width: 571px;

		h3 {
			color: #3c3c3c;
			text-align: center;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			font-size: 16px;
			padding-bottom: 5px;
			border-bottom: 1px solid #ccc;
			text-align: center;
			margin: 0 0 10px;
		}

		ul {
			list-style-type: none;
			margin: 0;
			color: #404040;

			li {
				font-size: 12px;
				line-height: 14px;
			}

			a {
				text-transform: lowercase;
				color: #62901e;
				font-weight: bold;
				font-size: 10px;
			}
		}

		.prices {
			margin: 20px 0 0;
			font-size: 14px;
			color: #a0a0a0;
			font-weight: bold;
			margin-right: 7px;
			margin-bottom: 5px;

			.price {
				color: #81a60e;

				&.promo {
					color: #EB1E25;
					font-size: 18px;
				}
			}

			.old {
				color: #ccc;
				text-decoration: line-through;
			}
		}

		.add {
			width: 151px;
			height: 38px;
			background: url('../img/koszyk_pl.png') no-repeat 0 0;
			cursor: hand;
			cursor: pointer;
			position: absolute;
			bottom: 10px;
			right: 10px;
			text-indent: -99999px;

			&:hover {
				background-position: 0 -38px !important;
			}
		}

		.clip {
			position: absolute;
			bottom: 52px;
			right: 10px;
		}
	}
}


/*
* SLIDESHOW
*/

.carousel {
	margin-bottom: 0 !important;
}

.carousel-control {
	display: block;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	border: 0;
	top: 50%;
	margin-top: -21px;
	opacity: 1;
	.radius(0);

	&:hover {
		background-position: 0px -42px !important;
		opacity: 1;
	}

	&.left {
		background: url(../img/sc_prev.png) no-repeat;
		background-position: 0px 0px;
		left: 5px;
	}

	&.right {
		background: url(../img/sc_next.png) no-repeat;
		background-position: 0px 0px;
		right: 5px;
	}
}

.lab {
	margin: 0 0 15px;

	span {
		display: inline-block;
		text-indent: -9999px;
		height: 24px;

		&.lab-promotion {
			background: transparent url(../img/promocja.png) no-repeat left center;
			width: 141px;
		}

		&.lab-new {
			background: transparent url(../img/nowosc.png) no-repeat left center;
			width: 124px;
		}

		&.lab-bestseller {
			background: transparent url(../img/bestseller.png) no-repeat left center;
			width: 150px;
		}
	}

	strong.countdown {
		top: 2px;
		position: relative;
		left: 10px;
		color: #62901e;
	}
}


/*
* HEADER
*/

header {
	padding: 10px 0 0;
	height: 212px;
	position: relative;

	nav {
		height: 34px;
		line-height: 34px;
		background: url('../img/menu_bg_middle.png') no-repeat top center;
		margin: 0 0 12px;
		position: relative;

		&:after,
		&:before {
			display: block;
			content: "_";
			text-indent: -99999px;
			height: 5px;
			width: 100%;
			background: url('../img/menu_bg_top.png') no-repeat left bottom;
			position: absolute;
			top: -5px;
		}

		&:after {
			background: url('../img/menu_bg_bottom.png') no-repeat 2px top;
			height: 12px;
			bottom: -12px;
			top: auto;
		}

		ul {
			margin: 0;
			list-style-type: none;
			text-align: center;
			width: 860px;

			li {
				display: inline-block;
				line-height: 34px;

				a {
					display: block;
					font-weight: bold;
					font-size: 12px;
					color: #fff;
					padding: 0 15px;
					vertical-align: top;
					text-decoration: none;
					text-transform: uppercase;
					text-shadow: #6a3d37 1px 1px 1px;

					&:hover {
						text-decoration: none;
						background: url('../img/link_bg.png');
						color: #fff;
						text-shadow: #6a3d37 1px 1px 1px;
						padding: 0 14px;
						border-left: 1px solid #29759f;
						border-right: 1px solid #29759f;
					}
				}

				&.fb {
					position: relative;
					width: 67px;
					height: 15px;
					padding: 0 15px;

					> div {
						position: absolute;
						line-height: 22px;
						left: 15px;
					}
				}

				&.flag img {
					cursor: pointer;
				}
			}
		}
	}

	.logo {
		width: 110px;
		height: 95px;
		display: block;
		text-indent: -999999px;
		background: url(../img/logo_sk.png) no-repeat center center;
		margin: 0 0 0 15px;
	}

	#quickLogin {
		position: absolute;
		bottom: -12px;
		right: 0;
		width: 279px;
		height: 175px;
		background: url(../img/sekretarka_log.png) no-repeat right bottom;
		margin: 0;

		.login-content {
			padding: 79px 0 0;
			float: right;
			width: 199px;

			.help-block,
			.control-group {
				margin: 0;
			}

			h4 {
				color: #218ec7;
				font-size: 14px;
				line-height: 14px;
				margin: 0 0 5px;
			}

			button {
				background: url('../img/ok.png') no-repeat 0 -22px;
				width: 35px;
				height: 22px;
				border: 0px;
				margin: -25px 12px 0 0;
				padding: 0;
				text-indent: -9999px;
			}

			.reg {
				text-transform: lowercase;
				font-size: 12px;
				position: relative;
				top: -3px;
				display: block;
				padding: 0 0 0 5px;
			}
		}

		.input {

			input,
			label {
				float: left;
				font-size: 12px;
			}

			label {
				width: 40px;
				padding: 0 0 0 5px;
				text-transform: lowercase;
				line-height: 17px;
			}

			input {
				height: 17px;
				box-shadow: none;
				width: 130px;
				border: 1px solid #218ec7;
				.radius(0);
				padding: 0 5px;
				margin: 0 0 5px;
			}

			#quick-password {
				width: 90px;
			}
		}
	}
}

.top-cat {
	height: 72px;
	background-image: url('../img/slupki.png');
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-bottom: 10px;
	margin-left: 4px;


	ul {
		margin: 0 auto;
		list-style-type: none;
		width: 932px;
	}

	li {
		float: left;
	}

	a {
		display: block;
		height: 50px;
		width: 124px;
		background-repeat: no-repeat;
		background-position: 0 -51px;
		padding-right: 10px;
		text-indent: -9999px;

		&:hover {
			background-repeat: no-repeat;
			background-position: 0 0px;
			margin-top: 0px;
		}

		&.pakietowa {
			background-image: url('../img/pakietowa.png');
		}

		&.zdrowotna {
			background-image: url('../img/zdrowotna.png');
		}

		&.cat4465 {
			background-image: url('../img/dziecieca.png');
		}

		&.sportowa {
			background-image: url('../img/sportowa.png');
		}

		&.klasyczna {
			background-image: url('../img/klasyczna.png');
		}

		&.ekskluzywna {
			background-image: url('../img/ekskluzywna.png');
		}

		&.damska {
			background-image: url('../img/damska.png');
		}
	}

	li:last-child a {
		padding-right: 0;
	}
}

.search-bar {
	width: 918px;
	height: 37px;
	background-image: url("../img/search_bg.png");
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 35px;
	margin: 0 auto;
	padding-left: 15px;

	#top-newsletter,
	#product-search {
		float: left;
		margin: 0;

		input {
			border: 1px solid #bcd09a;
			color: rgb(101, 103, 53);
			width: 197px;
			height: 27px;
			float: left;
			padding-left: 5px;
			padding-top: 0;
			padding-bottom: 0;
			overflow: hidden;
			font-size: 14px;
			margin-bottom: 0;
			box-shadow: none;
			.radius(6px 0 0 6px);
		}

		button {
			border: 0px none;
			margin: 0px;
			padding: 0px;
			background-image: url("../img/loupe_se.png");
			background-color: transparent;
			background-repeat: no-repeat;
			-moz-background-inline-policy: continuous;
			width: 29px;
			height: 29px;
			cursor: pointer;
			float: left;
			text-indent: -99999px;
		}
	}

	b {
		color: #434441;
		font-weight: bold;
		padding: 7px 10px 0px 0px;
		float: left;
	}

	#top-newsletter {
		margin: 0;
		float: right !important;

		button {
			background-image: url("../img/ok_new.png");
		}

		.labels {
			display: inline-block;
			padding: 12px 0 0 10px;

			label {
				display: inline-block;
				width: auto;
				font-size: 12px;
				margin-left: 5px;

				input {
					width: auto;
					height: auto;
					margin-right: 5px;
				}
			}
		}
	}
}

/*
* FOOTER
*/

footer {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-top: 0;
	padding-bottom: 12px;
	.radius(0 0 15px 15px);

	.footer-menu {
		background: #f3d573 url('../img/bottom_top.jpg') no-repeat top center;

		h2 {
			padding: 50px 0px 0px 10px;
			line-height: 26px;
			height: 26px;
			text-indent: -9999px;
			margin: 0 0 25px;
			background: url(../img/czytaj_wiecej.png) no-repeat 10px bottom;
		}

		.menus {
			width: 950px;
			margin: 0 auto;
		}

		ul {
			list-style: none;
			float: left;
			margin: 0 0 20px;
			width: 25%;

			li {
				background: url(../img/bottom_dart.png) no-repeat left center;
				padding: 0 0 0 10px;
			}

			a {
				font-size: 15px;
				line-height: 19px;
				font-weight: bold;
				color: #404040;
			}
		}

		.surfing {
			float: left;
			width: 12.5%;
			height: 138px;
			background: url(../img/deska1.png) no-repeat center top;
		}
	}
}

.logos {
	margin: 18px auto 20px;
	text-align: center;

	ul {
		list-style-type: none;
		margin: 0 0 20px;
	}

	li {
		display: inline-block;
	}

	.dotpay {
		margin: 0 0 10px;
	}

	.footer-links {
		width: 958px;
		margin: 25px auto 0;
		color: #404040;
		line-height: 14px;
		font-size: 12px;

		a {
			color: #6b6b6b;
		}

		span {
			margin: 4px 0 0;
			display: block;
		}
	}
}

/*
* BODY
*/

body {
	background: #e3c37a url('../img/tlo_bg.jpg') repeat-x top left;
	font-family: tahoma, Arial, Helvetica, sans-serif !important;
}

.btn,
.btn-primary {
	color: #fff !important;
	text-shadow: none !important;
	.gradient(#7acc18,#468125);

	&:hover {
		color: #fff !important;
		.gradient(#7acc18,#468125);
	}
}

p {
	font-family: tahoma, Arial, Helvetica, sans-serif !important;
}

.well {
	box-shadow: none !important;
	.radius(0px) !important;
}

.main-bg {
	width: 100%;
	height: 100vh;
	background: url('../img/main_bg.jpg') no-repeat top center
}

.container {
	width: 1002px !important;
}

#content-top {
	padding: 12px 12px 0;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-bottom: 0;
	position: relative;
	.radius(15px 15px 0 0);

	&:before {
		display: block;
		content: "_";
		text-indent: -99999px;
		width: 259px;
		height: 29px;
		background: url('../img/slogan.png') no-repeat right bottom;
		position: absolute;
		top: -30px;
		border-bottom: 1px solid #fff;
	}

}

#content {
	background: #fff;
	padding: 12px;
	position: relative;
	border: 1px solid #e2e2e2;
	border-bottom: 0;
	border-top: 0;
	min-height: 200px;
}

input,
textarea {
	box-shadow: none !important;
}

/*
* LAYOUT BOX
*/

.layout-box {
	margin: 0 0 20px;
	position: relative;
}

.layout-box .layout-box-resize {
	position: absolute;
	right: -3px;
	top: 0;
	bottom: 0;
	width: 6px;
	cursor: col-resize;
}

.layout-box-place {
	margin: 0 0 20px;
	height: 34px;
	border: dashed 2px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: .2;
}

.layout-box-header {
	padding: 12px 14px;
	margin: 0;
}

.layout-box-header:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.layout-box-option-header-false .head-block {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
	height: 0 !important;
}

.layout-box-header h3 {
	line-height: 34px;
	padding: 0 2px;
	margin: 0;
	font-size: 1em;
}

.layout-box-icons {
	position: absolute;
	right: 1px;
	top: 2px;
	z-index: 20;
}

.layout-box-icons .layout-box-icon {
	display: inline;
	float: right;
	width: 29px;
	margin: 0;
	cursor: pointer;
}

.layout-box-icons .layout-box-icon:hover {
	opacity: .6;
}

.layout-box-icons .layout-box-move {
	cursor: move;
}

.layout-box-footer {
	padding: 5px 0;
	text-align: center;
}

.layout-box-footer p {
	margin: 0;
}

.layout-box-content {
	padding: 0;
}

.layout-box-content:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.layout-box-collapsed .layout-box-content,
.layout-box-collapsed .layout-box-footer {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
	height: 0 !important;
}

#live-search-results {
	left: 90px !important;
	top: -6px !important;
	right: auto !important;
}

table.logos {
	width: 100%;
}

.logos td {
	border: 0;
	vertical-align: middle;
}

.logos tr {
	background: #fff;
}

.logos tr:hover {
	background: #fff !important;
}

.logos td img {
	max-width: 65px;
	margin: 0 0 0 10px;
}