@font-face {
    font-family: 'AllerBold';
    src: url('../fonts/aller_bd.eot');
    src: url('../fonts/aller_bd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_bd.woff') format('woff'),
         url('../fonts/aller_bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AllerRegular';
    src: url('../fonts/aller_rg.eot');
    src: url('../fonts/aller_rg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_rg.woff') format('woff'),
         url('../fonts/aller_rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family:Verdana,  sans-serif;
    line-height:18px;
    font-size:12px;
    margin:0;
    padding:0;
}

.separator-line { border-bottom: 1px solid #E7E7E7; padding-top: 10px;}

.mr20 { margin-right: 20px !important; }
.mr10 { margin-right: 10px !important; }
.mr0 { margin-right: 0px !important; }
.pb10 { padding: 10px;}
.pbottom20 { padding-bottom: 20px; }

.invi-field { display: none; }
p {
    line-height:18px;
}

img {
    border:none;
}

.left {
    float:left;
}

.right {
    float:right;
}

.clear {
    clear:both;
}

.gray {
    color:#b6b6b6;
}

.bold{
	font-weight: bold;
}

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


.blue {
    color:#5391ca;
}

.gi {
    font-family:Georgia,  serif;
    font-style:italic;
    margin:0 10px;
}

.wraper{
	width: 1000px;
	height: inherit;
	margin: 0 auto;
	position: relative;
}

div#header{
	background: url('../images/top_header_bg.png') top repeat-x;
	height: 136px;
	width:100%;
}

div#logo {
    position:absolute;
    height:100px;
    width:250px;
    left:32px;
    top:25px;
}

div#slogan{
    position:absolute;
    height:100px;
    width:365px;
    left:263px;
    top:15px;
    border-left: 1px solid #c6c6c6;
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
}

div#user-top-panel {
    position:absolute;
    top:15px;
    right:0px;
    width:295px;
    height:35px;
    line-height: 35px;
    padding: 0 10px;
    font-size:12px;
    background: rgba(0,0,0,0.1);
}

#compare-top
{
	height: 25px;
    line-height: 18px;
    padding: 0 0 0 10px;
    position: absolute;
    right: 175px;
    top: 61px;
    width: 130px;
}
#compare-top .mini-compare
{
	background: url("../images/compare-icon.png") no-repeat scroll 0px 2px rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    font-size: 8px;
    height: 18px;
    margin-right: 12px;
    width: 18px;
}
#compare-top-count { font-weight: bold; }

div#cart-top {
    position:absolute;
    top:85px;
    right:0px;
    width:305px;
    height:25px;
	line-height: 18px;
    padding: 0 0px 0px 10px;
}

div#cart-mini {
    position:absolute;
    right:30px;
    top:110px;
    border:1px solid #c7c7c7;
    width:300px;
    background:#fff;
    z-index:1000;
}

div#menu{
	background: url('../images/menu_bg.png') top repeat-x;
	height: 41px;
	width:100%;
	z-index: 1209;
}

div#slider{
	height: 426px;
	width:100%;
	margin: 5px 0;
	background: url('../images/baner_bg.png') repeat-x;
}

div#content{
	background: #fff /*url('../images/content_bg.png') repeat-x*/;
}

div#start{
	/*border-top: 4px solid #171717;*/
	background: #fff;
	/*margin-top: -75px;*/
	float: left;
	width: 960px;
	min-height: 300px;
	padding: 0 20px;
}

div#main{
	background: #fff;
	border-top: 4px solid #171717;
	width: 960px;
	min-height: 300px;
	margin-top: 5px;
	padding: 0 20px;
	padding-top: 18px;

}

#nav
{
	position: absolute;
	bottom: 80px;
	right: 12px;
	z-index: 2000;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
}
#nav a
{
	width: 20px;
	height: 20px;
	border: solid 1px #DFDFDF;
	text-align: center;
	line-height: 20px;
	display: block;
	float: left;
	margin-left: 6px;
	background-color: #EFF3F5;
	color: #303030;
}
#nav a.activeSlide
{
	color: #FFF;
	background-color: #5191CB;
}

div#newsletter{
	background: #fff url('../images/newsletter_bg.png') repeat-x;
	height: 94px;
	padding-top: 30px;
}

div#menu-bottom{
	padding-top: 30px;
	padding-bottom: 20px;
}

div#logos{
	min-height: 114px;
	padding: 1px 0;
	/*overflow: hidden;*/
	text-align: center;
}

div#logos div.wraper{
	padding: 0 25px;
}

div#technologies{
	background: #efefef;
	height: 142px;
	overflow: hidden;
	text-align: center;
}

div#footer-baner-box{
	background: #fff;
	padding-bottom: 1px;
	padding-top: 10px;
	overflow: hidden;
	text-align: center;
}

div#footer-baner-box p,
div#technologies p{
	padding: 0 25px;
	margin:0;
}

div#footer{
	background: #f3f5f5 url('../images/footer_bg.png');
	height: 120px;
	padding-top: 15px;
}

/* SEARCH */
#search { position: relative;}
/* SEARCH */
.search-input{
	width: 240px;
	height: 25px;
	border: 1px solid #a3a4a8;
	background: rgba(255,255,255, 0.3);
	line-height: 24px;
	padding:0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #252525;
	position: absolute;
	top: 0; left: 0;
}

.search-submit{
	height: 27px;
    background: url('../images/menu_bg.png') top repeat-x;
    border: 1px solid #000;
    width: 90px;
    color: #fff;
    font-weight: bold;
	position: absolute;
	top: 0px;
	left: 251px;
	cursor: pointer;
}

/* USER TOP PANEL */
.lock{
    background:url(../images/sprite.png) no-repeat;
    display:inline-block;
    width:18px;
    height:18px;
    font-size:8px;
    background-position:-115px 0px;
    vertical-align: middle;
    margin-right: 15px;
}

/* MINI CART */
.mini-cart {
    background:url(../images/sprite.png) no-repeat;
    display:inline-block;
    width:18px;
    height:18px;
    font-size:8px;
    background-position:-115px -18px;
    margin-right: 12px;
	float:left;
}

div.cart-mini-header {
    border-bottom:2px solid #c7c7c7;
    padding:5px 10px;
}

div.cart-mini-content {
    font-size:10px;
    padding:5px 10px;
}

div.cart-mini-footer {
    border-top:1px solid #c7c7c7;
    padding:5px 10px;
}

/* TOP MENU*/

div.menu-top-hover{
	display:none;
	position: absolute;
	z-index:10;
	background: rgba(255,255,255,0.9);
	border: 1px solid #a19fa0;
	border-top: 5px solid #fff;
	width: 200px; /*999px (orginal)*/
	left:-1px;
	-webkit-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.75);
	padding: 10px 0;
}

div.menu-top-hover ul{
	margin:0;
	padding:0 10px;
	list-style: none;
}

div.menu-top-hover li{
	font-weight: bold;
	color: #737373;
	font-size: 13px;
	font-family: 'AllerBold', sans-serif;
	line-height: 18px !important;
	border: none;
	background: none;
	float:none;
}

div.menu-top-hover li:hover{
	background: none !important;
	text-decoration: underline;
}

/* Nowe podmenu
div.menu-top-hover ul{
	margin:0;
	padding:0 15px;
	list-style: none;
	width: 640px;
	float: left;
}

div.menu-top-hover li{
	float: left;
	width: 280px;
	height: 75px;
	margin:0 15px;
	padding: 20px 0;
	border-bottom: 1px solid #d3d3d3;
	font-weight: bold;
	color: #737373;
	font-size: 14px;
	font-family: 'AllerBold', sans-serif;
	line-height: 18px;

}

div.menu-top-hover li img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

div.menu-top-hover li:hover img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
}

div.menu-top-hover li:hover{
	color: #000;
}

div.menu-top-hover li:hover span{
	color: #666;
}


div.menu-top-hover li span{
	font-size: 10px;
	font-family: 'Verdana', sans-serif;
	color: #afafaf;
	padding-right: 10px;
}
*/
div.menu-top-baner{
	border-left: 1px solid #d3d3d3;
	float: right;
	padding: 0 20px;
}

div.menu-top-baner img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

div.menu-top-baner:hover img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
}

#menu .menu-tel-box{
        float: right;
	border:none;
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(199,199,199,1) 0%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,199,199,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(199,199,199,1) 0%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(199,199,199,1) 0%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(199,199,199,1) 0%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(199,199,199,1) 0%,rgba(253,253,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */

        color: #CF0F0F;
        display: block;
        font-family: Verdana,sans-serif;
        font-size: 12px;
        font-weight: bold;
        height: 41px;
        line-height: 41px;
        text-decoration: none;
        padding: 0 20px;

}
#menu .menu-tel-box .line-sm {
    line-height: 14px;
    font-size: 11px;
    padding: 6px 16px 0px 0px;
    float: left;
}




.menu-top-hover ul.menu-top li:last-child
{
	float: none;
	background: 0;
}
.menu-top-hover ul.menu-top .menu-top-item
{
	line-height: 32px;
	height: 32px;
}

.menu-top-hover ul.menu-top .menu-top-item a
{
	line-height: 32px;
	height: 32px;
}

ul.menu-top li:hover div.menu-top-hover{
	display: block;
}

ul.menu-top li.menu-top-item:hover{
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(199,199,199,1) 0%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,199,199,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(199,199,199,1) 0%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(199,199,199,1) 0%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(199,199,199,1) 0%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(199,199,199,1) 0%,rgba(253,253,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
}

ul.menu-top li.menu-top-item:hover a{
	color: #000;
}

ul.menu-top li.menu-top-item a.children
{
	padding-right: 20px;
	background: url(../images/menu-arrow.png) 68px 16px no-repeat transparent;
}

.menu-top-indicator {
    position:absolute;
    display:block;
    left:0;
    top:15px;
    width:10px;
    height:10px;
    text-indent:-999em;
    overflow:hidden;
    background:url(../images/sprite.png) no-repeat -100px -25px;
	margin-left:5px;
}

li > .menu-top-indicator {
    top:15px;
    background-position:-100px -25px;
}

li:focus > .menu-top-indicator, li:hover > .menu-top-indicator, li:active > .menu-top-indicator {
    background-position:-100px -40px;
}

li.menu-top-item {
    float:left;
    margin:0;
	height: 41px;
	line-height: 41px;
	padding: 0 12px;
	border-left: 1px solid #000;
	border-right: 1px solid #666;
	position:relative;
}

a.menu-top-anchor {
    display:block;
    height:41px;
    line-height: 41px;
    font-size:12px;
    color:#fff;
    text-decoration:none;
    font-family: Verdana, sans-serif;
	font-weight: bold;
}

ul.menu-top, ul.menubottom, ul.cart-route-list, .sf-menu, .sf-menu * {
    list-style:none;
    margin:0;
    padding:0;
}

/* MENU BOTTOM */
ul.menubottom{
	margin-left:25px;
	font-family: Verdana, arial, sans-serif;
}

ul.menubottom li ul{
	margin-top: 15px;
	margin-right: 17px;
	margin-left: 0;
}

li.menubottom-item {
    float:left;
    font-weight:700;
    font-size:11px;
    margin:0 0px;
	font-size: 12px;
}

li.menubottom-item a{
	color: #5191cb;
	text-decoration: none;
}

li.menubottom-item li.menubottom-item {
    text-transform:none;
    float:none;
    font-size:10px;
    margin:0px 0;
	font-weight: normal;
}

li.menubottom-item li.menubottom-item a.menubottom-anchor {
    color:#979797;
	cursor: pointer;
}

/* NEWSLETTER FORM */
div#newsletter-form{
	height: 45px;
	margin:0 25px;
	border-top: 2px solid #d2d2d2;
	border-bottom: 2px solid #f8f8f8;
	-webkit-box-shadow: 0px 10px 15px -15px rgba(50, 50, 50, 0.6);
	box-shadow: 0px 10px 15px -15px rgba(50, 50, 50, 0.6);
	position: relative;
}

div#newsletter-form .evenlope{
	background:url(../images/sprite.png) no-repeat;
    width:16px;
    height:14px;
    font-size:8px;
    background-position:-115px -38px;
	position: absolute;
	top: 18px;
	left: 25px;
}

div#newsletter-form .title{
	font-size: 16px;
	font-weight: bold;
	font-family: 'AllerBold', sans-serif;
	position: absolute;
	top: 16px;
	left: 52px;
}

div#newsletter-form .desc{
	font-size: 12px;
	font-weight: bold;
	font-family: 'AllerBold', sans-serif;
	color: #7b7676;
	position: absolute;
	top: 17px;
	left: 260px;
}

.newsletter-form{

}

.newsletter-form-email{
	width: 140px;
	height: 24px;
	border: 1px solid #a3a4a8;
	background: rgba(255,255,255, 0.3);
	line-height: 24px;
	padding:0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #7b7676;
	font-family: 'AllerBold', sans-serif;
	position: absolute;
	top: 11px;
	right: 134px;
}

.newsletter-form-submit{
	height: 26px;
    background: url('../images/menu_bg.png') top repeat-x;
    border: none;
    width: 110px;
	text-align: center;
    color: #fff;
    font-weight: bold;
	position: absolute;
	top: 11px;
	right: 25px;
}



/* UI STARS */
.ui-stars-star, .ui-stars-cancel {
    float:left;
    display:block;
    overflow:hidden;
    text-indent:-999em;
    cursor:pointer;
}

.ui-stars-star a, .ui-stars-cancel a {
    width:16px;
    height:16px;
    display:block;
    position:relative;
    background:url(../images/jquery.ui.stars.gif) no-repeat 0 0;
    line-height: 16px;
    font-size: 8px;
}

.ui-stars-icon {
    width:16px;
    height:16px;
    display:inline-block;
    position:relative;
    background:url(../images/jquery.ui.stars.gif) no-repeat 0 0;
    line-height: 16px;
    font-size: 8px;
}

.ui-stars-star a {
    background-position:0 -32px;
}

.ui-stars-cancel-hover a {
    background-position:0 -16px;
}

.ui-stars-star-disabled, .ui-stars-star-disabled a, .ui-stars-cancel-disabled a {
    cursor:default!important;
}

.stars-off .ui-stars-icon {
    width:10px;
    height:10px;
    display:inline-block;
    position:relative;
    background:url(../images/jquery.ui.stars.gif) no-repeat 0 0;
    line-height: 10px;
    font-size: 1px;
}

.stars-off .ui-stars-star a {
    background-position:0 -100px;
    width:10px;
    height:10px;
    margin-top:3px;
    line-height: 10px;
    font-size: 1px;
}

.stars-off .ui-stars-star-on a, .stars-off .ui-stars-star-on {
    background-position:0 -120px;
    width:13px;
    height:13px;
    line-height: 13px;
    font-size: 1px;
}

.ui-stars-star-on a, .ui-stars-star-on, .ui-stars-star-hover a {
    background-position:0 -64px;
}

/* ODSYŁACZE */
#dywany{
    background:url('../images/dywany_bg.png') no-repeat scroll 0 0 transparent;
    padding:10px;
	padding-left: 5px;
    width:345px;
    height:402px;
    position:fixed;
    margin-top: -200px;
    left: -310px;
    top:50%;
    z-index:50;
	color: #111;
	font-size: 11px;
}

#dywany a{
	color: #111;
}

#dywany a:hover{
	color: #333;
}
.zamknij{
    background-position:0px 0px -262px 0px;
}

#fotele{
    background:url('../images/fotele_bg.png') no-repeat scroll 0 0 transparent;
    padding:10px;
	padding-left: 5px;
    width:345px;
    height:502px;
    position:fixed;
    margin-top: -70px;
    left: -310px;
    top:50%;
    z-index:50;
	color: #111;
	font-size: 11px;
}

#fotele a{
	color: #111;
}

#fotele a:hover{
	color: #333;
}

/***
** OLD STYLES
***/

div#sidebar {
    width:150px;
    float:left;
    margin: 0;
    margin-right:9px;
}


div#breadcrumbs {
    margin-bottom:10px;
    font-size:11px;
	width: 500px;
	height: 20px;
	overflow: hidden;
}
div#breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#breadcrumbs ol li {
  display: inline;
}

div.sidebar-filters {
    background:#fcfcfc;
    border:1px solid #e7e7e7;
    padding:0 10px;
}


h2.sidebar-header, #table_filter h2 {
    font-size:18px;
    margin-top:0px;
    margin-bottom: 5px;
    font-family:Georgia,  serif;
    font-weight:400;
    padding:10px 5px;
    padding-top: 0;
    line-height: auto;
    color: #5391ca;
    border-bottom: 5px solid #5391ca;
}


div.sidebar-menu {
    margin:0 10px;
}


h4.sidebar-menu-header {
    font-size:12px;
    margin:0 0 5px;
    padding:0;
}


select.sidebar-menu-select {
    font-size:11px;
    border:1px solid #e7e7e7;
    background:#fff;
    width:130px;
    padding:5px;
}


ul.shop-category-list {
    list-style:none;
    font-weight:700;
    font-size:11px;
    margin:0;
    padding:0;
}


ul.shop-category-list ul.shop-category-list {
    font-weight:400;
    margin:0 0 0 10px;
}

li.shop-category-list-item a.shop-category-list-anchor{
    color: #5391ca;
}

li.shop-category-list-item a.selected, #left_menu li.selected > a, #left_menu li li.selected{
    color: #5391ca !important;
    text-decoration: underline;
}

li.shop-category-list-item li.shop-category-list-item a.shop-category-list-anchor{
    color: #000;
}

li.shop-category-item a.a_active {
    color:#7ab2e1;
    text-decoration:underline;
}


div.sidebar-box p {
    margin-left:0!important;
}

div#media-column {
    width:270px;
    overflow: hidden;
}


div#variant-column {
    width:390px;
    margin-left:10px;
}


div.variants {
    border:1px solid #e7e7e7;
}


div.variants-title {
    background:#f5f5f5;
    height:53px;
    line-height:53px;
    border-bottom:1px solid #e7e7e7;
    padding-left:15px;
    *padding-top: 15px;
    *height: 38px;
}


select.variants-select {
    border:1px solid #e7e7e7;
    width:200px;
    font-size:11px;
    padding:5px;
    background:#ffe09d;
}


div.variant-wraper {
    width:670px;
    margin:0;
    margin-left:10px;
}


div#desc-column {
    width:270px;
}




h1.product-header {
    font-size:24px;
    font-family:Georgia,  serif;
    font-weight:400;
    margin:10px 0 0;
    padding: 0px 0px 12px 0px;
}


div.desc-column-top {
    height:278px;
    overflow:hidden;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
}


div.product-heading {
    height:120px;
    padding-left:5px;
}


div.desc p {
    margin-top:0;
    margin-bottom:10px;
}


h2.desc-header {
    font-size:14px;
    margin:24px 0 18px;
}


div.desc ul.product-parameters {
    list-style:none;
    margin-top:10px;
    color:#3d3d3d;
    padding:0;
}


ul.product-parameters li:last-child {
    color:#cf0f0f!important;
}


ul.product-parameters {
    list-style:none;
    margin-top:10px;
    color:#3d3d3d;
    padding:0 0 5px 0;
    margin-left: 0px;
}

.wariant-popup .product-parameters {
	overflow: hidden;
	height: 125px;
}


div.wariant-pokrowiec-desc {
    font-size:11px;
    margin:15px 20px;
}


div.wariant-color {
    vertical-align:middle;
    margin:10px 20px;
}


ul.wariant-color-list {
    list-style:none;
    display:inline-block;
    margin:0;
    padding:0;
}


li.wariant-color-item {
    float:left;
    vertical-align:middle;
    border:2px solid #c7c7c7;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    line-height:10px;
    font-size:8px;
    height:20px;
    margin:0 3px;
}


li.color-selected {
    border:2px solid red;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}


table.warianty {
    width:100%;
    border-collapse:collapse;
    border-top:1px solid #e7e7e7;
}


table.warianty th {
    font-family:Georgia,  serif;
    font-size:14px;
    text-align:left;
    border-bottom:1px solid #e7e7e7;
    padding:8px 0 8px 10px;
}


table.warianty td {
    border-bottom:1px solid #e7e7e7;
    font-size:11px;
    padding:5px 0 5px 10px;
}


a.to-cart {
    display:block;
    background:#5391ca;
    margin-right:5px;
    font-weight:700;
    color:#fff;
    font-size:11px;
    padding:3px 5px;
}


a.to-cart:hover {
    text-decoration:underline;
    color: #fff;
}


span.light-cart {
    background:url(../images/sprite.png) no-repeat;
    background-position:-100px -53px;
    display:inline-block;
    width:12px;
    height:12px;
    line-height:8px;
    vertical-align:middle;
    margin-right:5px;
}


div.media-gallery {
    height:270px;
    width:268px;
    border:1px solid #e7e7e7;
	position:relative;
}


div.popular-item {
    width:192px;
    margin:10px;
}


div.popular-item-desc {
    height:75px;
}


div.product-opinion {
    padding-bottom:10px;
    padding-right:10px;
}


div.product-opinion-form {
    border-top:1px solid #c7c7c7;
    border-right:2px solid #c7c7c7;
    width:310px;
    margin-left:10px;
}


input.form-normal, textarea.form-normal {
    border:1px solid #c7c7c7;
    padding:5px 10px;
}


.opinion-button {
    display:block;
    font-size:18px;
    margin-top:15px;
    font-family:Georgia,  serif;
    margin-right:15px;
    background:#5391ca;
    border:none;
    color:#fff;
    padding:10px 15px;
}


div.opinion-form {
    font-size:11px;
    margin:0 15px;
}


div.opinion-left {
    width:555px;
    border-right:1px solid #e7e7e7;
}


div.opinion-right {
    width:362px;
    padding:10px 15px;
}


div.technologie {
    margin-bottom:14px;
}


div.technologie-item {
    margin-left:12px;
    margin-bottom:12px;
    position:relative;
}


div.technologie-item-desc {
    display:none;
    position:absolute;
    background:#f4f4f4;
    border:1px solid #e7e7e7;
    bottom:60px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    width:280px;
    font-size:11px;
    margin:0;
    padding:10px;
    left:0;
	z-index:2099;
}


div.technologie-item-desc p {
    margin:0;
    padding:0 0 10px;
}


div.coment-item {
    font-size:10px;
    margin:25px 0;
}


h3.coment-item-heading {
    font-size:12px;
    margin:0;
}


span.coment-item-date {
    font-style:italic;
    color:#a8a8a8;
}


p.coment-item-content {
    margin-bottom:0;
    margin-top:5px;
}


div.product-rating {
    font-size:11px;
    font-weight:400;
    margin-top:5px;
}

.product-rating .compareSwitch { position: relative; top: 2px; }


div.gallery-slide-wrap {
    overflow:hidden;
    width:218px;
    height:63px;
    float:left;
}


div.gallery-slide {
    height:61px;
    position:absolute;
    top:0;
    margin-top:201px;
    border-top:1px solid #e7e7e7;
    background:#fff;
    width:270px;
    z-index:998;
}


ul.gallery-nav {
    list-style:none;
    margin:0;
    padding:0;
}


li.gallery-nav-item {
    border:1px solid #e7e7e7;
    float:left;
    margin:10px 3px 0;
}


div.gallery-slide-up {
    width:25px;
    height:61px;
    background:url(../images/sprite.png) no-repeat;
    background-position:0 0;
    font-size:8px;
    cursor:pointer;
    float:left;
}


div.gallery-slide-down {
    width:25px;
    height:61px;
    background:url(../images/sprite.png) no-repeat;
    background-position:-25px 0;
    font-size:8px;
    cursor:pointer;
    float:right;
}


div.gallery-slider-prev {
    width:40px;
    height:201px;
    background:url(../images/sprite.png) no-repeat;
    background-position:0 -50px;
    font-size:8px;
    position:absolute;
    left:0;
    top:0;
    z-index:99;
    cursor:pointer;
}


div.gallery-slider-next {
    width:40px;
    height:201px;
    background:url(../images/sprite.png) no-repeat;
    background-position:-40px -50px;
    font-size:8px;
    position:absolute;
    right:0;
    top:0;
    z-index:99;
    cursor:pointer;
}


div.calculator {
    border:1px solid #e7e7e7;
    background:#f5f5f5;
    padding:10px 0 10px 10px;
}


div.calculator-form {
    margin-top:10px;
}


input.caluculator-input {
    width:40px;
}


h1.heading {
    font-size:24px;
    font-family:Georgia,  serif;
    font-weight:400;
    margin:0 0 18px;
    padding:0;
}


div.products-group {
    margin-top:14px;
}

div.products-movie{
	border: 1px solid #e2e2e2;
	margin-bottom: 20px;
	height: 230px;
}

div.products-movie .movie-box{
	width: 348px;
	height: 230px;
	padding-right: 10px;
	overflow: hidden;
}

div.products-movie .movie-box p{
	margin: 6px 0;
}

div.products-movie .movie-box ol{
	margin: 6px 0;
}

div.products-movie .movie-box h1,
div.products-movie .movie-box h2,
div.products-movie .movie-box h3,
div.products-movie .movie-box h4
{
	margin: 6px 0;
}

div.products-movie .movie{
	width:420px;
	height: 230px;
	overflow: hidden;
}

div.products-movie .movie p{
	margin:0;
	padding:0;
}

div.products-list {
    width:800px;
    height: 100%;
}


div.products-list div.products-list-item {
    margin-bottom:17px;
}


div.products-list-item {
    width:185px;
    height:341px;
    position:relative;
    border:1px solid #e2e2e2;
    margin:0 7px;
	background: #fff;
}
.products-list-item-compare
{
	display: none;
	position: absolute;
	padding: 2px;
	top: 46px;
	left: 5px;
	z-index: 5;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	color: #ff9600;
	font-weight: bold;
}

div.products-list-item p{
    margin:0;
    padding:0;
}

div.products-item-desc {
    height:165px;
    font-size:11px;
    border:1px solid #fff;
    margin:0 10px;
}


div.products-item-more {
    font-weight:700;
    color:#5391ca;
    margin:0 15px;
    padding-top: 5px;
}


h3.products-item-header {
    font-size:11px;
    text-transform:uppercase;
    height:40px;
    margin: 8px 0 5px;
    padding:0;
}


ul.products-gallery-thumb {
    list-style:none;
    width:63px;
    margin:0;
    padding:0;
}


ul.products-gallery-thumb li {
    height:48px;
}


div.wariant-popup {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:165px;
    height:299px;
    background:#fff;
    font-size:11px;
    padding:5px 10px 10px;
}


div.wariant-popup-arrow {
    margin-bottom:-19px;
    height:9px;
    width:100%;
    *margin-bottom: -29px;
}


span.wariant-popup-icon {
    display:inline-block;
    width:10px;
    height:9px;
    background:url(../images/sprite.png) no-repeat;
    background-position:-100px 0;
    margin-left:15px;
}


div.products-item-group {
    position:absolute;
    right:0;
    top:0;
    z-index:10;
}


div#oceny-popup {
    position:absolute;
    margin-top:20px;
    width:215px;
    border:1px solid #e7e7e7;
    background:#fff;
    z-index:10;
    font-size:11px;
    padding:10px 15px;
}


div.oceny-arrow {
    width:11px;
    height:9px;
    border:1px solid #e7e7e7;
    margin-top:3px;
    margin-left:10px;
    color:#bd2323;
    font-size:7px;
    line-height:9px;
    background:url(../images/sprite.png) no-repeat;
    background-position:-100px -66px;
}


div.oceny-gwiazdki {
    width:70px;
}


div.progress {
    width:91px;
    border:1px solid #e7e7e7;
    height:8px;
    margin:5px 10px 0;
}


div.progress-bar {
    background:#bd2323;
    height:8px;
}


div.main-box {
    width:550px;
    height:341px;
    overflow:hidden;
	border: 1px solid #e7e7e7;
}

div.main-box p{
	margin:0;
	padding:0;
}

#newsletter_submit {
    border:none;
    background:#fff;
    font-weight:700;
    color:#cf0f0f;
    margin:10px 0;
}


#newsletter_email {
    border:1px solid #c7c7c7;
    color:#c7c7c7;
    width:140px;
    padding:5px;
}


div.sidebar-box select {
    border:1px solid #c7c7c7;
    width:148px;
    padding:5px;
}


.incurr {
    font-weight:700;
    color:#5391ca;
    margin:0 5px;
}


.innum {
    margin:0 5px;
}


div.filters_count {
    width:200px;
    text-align:right;
	line-height: 48px;
	float: right;
}


div.filter-sort {
    margin-right:20px;
}


.filter-select {
    border:1px solid #c7c7c7;
    font-size:11px;
    margin:0 5px;
    padding:2px 5px;
}


div#zadaj_pytanie_form input#temat, div#zadaj_pytanie_form textarea#tresc, div#zadaj_pytanie_form input#podpis, div#zadaj_pytanie_form input#email, div#polec_znajomemu_form input#email2, div#polec_znajomemu_form input#temat, div#polec_znajomemu_form textarea#tresc, div#polec_znajomemu_form input#podpis, div#polec_znajomemu_form input#email {
    width:220px;
}


.zadaj-pytanie-button {
    border:none;
    font-weight:700;
    color:#fff;
    background:#5391ca;
    margin:10px 0;
    padding:5px 10px;
}


div.rejestracjaBoxIn h1.auth-heading {
    padding-left:0!important;
}


h1.auth-heading {
    font-family:Georgia,  serif;
    color:#3a3a3a;
    font-weight:400;
    font-size:24px;
}


h3.auth-heading {
    font-family:Georgia,  serif;
    color:#3a3a3a;
    font-weight:400;
    font-size:16px;
    margin-bottom:5px;
}


div.auth-box-column {
    width:160px;
    line-height:18px;
    background:#f1f1f1;
    padding:10px 15px;
}


div.auth-register-tabelka {
    border-top:1px solid #e7e7e7;
    padding:10px 15px;
}


div.auth-form-column div.auth-form {
    float:left;
    width:338px;
    border-top:1px solid #e7e7e7;
    padding:10px 15px;
}


div.auth-form-column div.rejestracjaBoxIn {
    width:340px;
    float:right;
}


input.auth-input {
    border:1px solid #c7c7c7;
    width:185px;
    background:#f1f1f1;
    margin:5px 0;
    padding:5px;
}

input.coupon_code{
   border:1px solid #e7e7e7;
    width:100px;
    margin:5px 0;
    padding:5px;
}


textarea.auth-textarea {
    border:1px solid #c7c7c7;
    background:#fcfcfc;
    padding:5px;
}


input.auth-submit, a.auth-red {
    border:none;
    background:#5391ca;
    font-weight:700;
    color:#fff;
    font-size:12px;
    margin:10px 0;
    padding:10px;
}

input.coupon-submit{
    border:none;
    background:#5391ca;
    font-weight:700;
    color:#fff;
    font-size:12px;
    margin:10px 10px;
    padding:5px 10px;;
}


a.auth-forgoten {
    color:#999;
}


div.cart-route {
    height:35px;
    line-height:35px;
    border-bottom:1px solid #e7e7e7;
    padding:0 15px;
}


li.cart-route-item {
    float:left;
    margin-right:10px;
    font-size:14px;
    font-family:Georgia,  serif;
}


div.cart-box-column {
    width:160px;
    padding:0;
}


div.cart-box-column p {
    margin:0;
    padding:0;
}


div.cart-main {
    width:750px;
    border:1px solid #e7e7e7;
}


h1.cart-heading {
    font-family:Georgia,  serif;
    color:#3a3a3a;
    font-weight:400;
    font-size:24px;
    line-height:53px;
    margin:0;
    padding:0 0 0 15px;
}


table.cart-table {
    border-collapse:collapse;
    width:100%;
    line-height:18px;
    border-top:1px solid #e7e7e7;
    font-size:11px;
}


table.cart-table thead {
    background:#f1f1f1;
}


table.cart-table tr {
    border-bottom:1px solid #e7e7e7;
}


.cart-count-column {
    width:20px;
    text-align:center;
}


.cart-photo-column {
    width:90px;
    text-align:center;
}


.cart-qty-column {
    text-align:center;
    width:120px;
    vertical-align:middle;
}


.cart-new-price-column {
    width:80px;
    text-align:center;
}


.cart-subtotal-column {
    width:150px;
    text-align:right;
}

.rebate-type{
    width: 70px;
    text-align: center;
}

.cart-total-price-label {
    text-align:right;
}


h3.cart-total-price-header {
    font-size:18px;
    font-family:Georgia,  serif;
}


img.cart-item-image {
    margin:8px 0;
}


span.cart-item-name {
    font-weight:700;
    font-size:14px;
    font-family:Georgia,  serif;
}
.cart-item-price { font-weight:700; font-size:14px; font-family:Georgia,serif; margin-left: 7px; }

.cart-addon-item .nameBox .cart-item-name,
.cart-addon-item .nameBox .cart-item-price,
.cart-addon-item .nameBox .info-box
{
    position: relative;
    left: -32px;
}


.przelicz-button {
    color:#5391ca;
    background:none;
    border:none;
    display:inline!important;
    cursor:pointer;
}


.remove-one, .add-one {
    height:18px;
    font-weight:700;
    font-size:14px!important;
    padding-top:7px;
    line-height:14px;
    text-align:center;
    float:left;
}


.add-one {
    color:#22b318;
}


.cart-input {
    border:1px solid #e7e7e7;
    text-align:center;
    width:20px!important;
    float:left;
    padding:5px;
}


.cart-item-subtotal {
    font-weight:700;
    font-size:22px;
    font-family:Georgia,  serif;
}


.main-button {
    display:block;
    font-size:18px;
    margin-top:15px;
    font-family:Georgia,  serif;
    margin-right:15px;
    padding:10px 15px;
}


.button-blue:hover {
    color:#fff;
}


.button-gray {
    background:#f1f1f1;
    border:none;
    color:#999;
}


.button-blue {
    background:#5391ca;
    border:none;
    color:#fff;
}


div.order-cart-column {
    width:300px;
    border:1px solid #e7e7e7;
    margin-top:20px;
}


div.order-login-column {
    width:375px;
}


div.order-login-column h1.auth-heading {
    height:21px;
    padding-left:15px;
}


div.order-login-column div.auth-form {
    border-top:1px solid #e7e7e7;
    padding:15px 20px;
}


div.order-data-column {
    width:374px;
    border-right:1px solid #e7e7e7;
}


div.order-form-data-container {
    border-top:1px solid #e7e7e7;
    padding-left:15px;
}


div.order-resume-shipping-item {
    width:240px;
}


.zamowienie-navi-link-current, .zamowienie-navi-link-active, .zamowienie-navi-link-disabled {
    font-size:14px;
    margin:0 10px;
}


.zamow-arrows {
    font-size:14px;
}


.zamow-footer {
    border-top:1px solid #e7e7e7;
}


div.order-shipping-column {
    width:638px;
    margin-left:20px;
}


table.shipping-table {
    border-collapse:collapse;
    width:100%;
    line-height:18px;
    border-top:1px solid #e7e7e7;
}


table.shipping-resume-table {
    border-collapse:collapse;
    width:100%;
    border-top:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7;
}


table.shipping-resume-table td {
    padding:0 10px;
}


.shipping-checkbox {
    width:40px;
    text-align:center;
}


.shipping-aditional {
    width:100px;
    text-align:right;
}


div.shipping-field {
    border-bottom:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
    padding:2px 15px;
}


h3.shipping-heading {
    font-size:12px;
    margin:0;
}


h3.shipping-dropdown-heading {
    font-size:16px;
    font-family:Georgia,  serif;
}


select.cart_shipping_type {
    border:1px solid #e7e7e7;
    background:#fff;
    padding:5px;
}


.shipping-price {
    font-size:14px;
    line-height:20px;
    font-weight:700;
}


div.shipping-box {
    width:300px;
}
.shipping-box-rel {
	position: relative;
	float: left;
}
.shipping-box-abs {
	position: absolute;
	top: 0px; right: -303px;
	width: 300px;
}
.italic {
	font-style: italic;
}


.wyslij-button {
    background:#5391ca;
    border:none;
    font-size:14px;
    margin-top:13px;
    font-family:Georgia,  serif;
    cursor:pointer;
    color:#fff;
    padding:10px 15px;
}


div.order-message {
    border:solid 1px #b8e78b;
    background:#cff89a;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding:10px 15px;
}


div.order-message-error {
    border:solid 1px #c97877;
    background:#eda3a2;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding:10px 15px;
}

div.order-message-message{
    width: 850px;
}



div.user-panel {
    border:1px solid #e7e7e7;
    margin-top:-18px;
}


h2.panel-heading {
    font-family:Georgia,  serif;
    color:#3a3a3a;
    font-size:20px;
    padding-left:15px;
    font-weight:400;
}


div.panel-order {
    width:555px;
    border-top:1px solid #e7e7e7;
}


div.panel-user {
    width:392px;
    border-top:1px solid #e7e7e7;
    border-left:1px solid #e7e7e7;
}


div.panel-user-item {
    border-top:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7;
    padding:0 15px 10px;
}


.panel-cart-date {
    width:130px;
}


.panel-cart-nr {
    width:80px;
}


.panel-cart-price {
    width:70px;
    text-align:right;
}


.panel-cart-more {
    width:70px;
    text-align:center;
}


.panel-button {
    background:#5391ca;
    font-size:16px;
    font-weight:700;
    font-family:Geogria,  serif;
    margin-top:5px;
    border:none;
    color:#fff;
    padding:10px 15px;
}

.panel-button:hover {
    color: #fff;
}


.back-to-panel {
    line-height:35px;
    font-size:16px;
    color:#aaa;
    font-family:Georgia,  serif;
}


div.order-details {
    width:500px;
    border-top:1px solid #e7e7e7;
    border-right:1px solid #e7e7e7;
    padding:0 15px;
}


div.order-details div.order-resume-shipping-item h2.order-heading {
    font-size:16px;
}


div.order-cart {
    width:417px;
    border-top:1px solid #e7e7e7;
}


div.order-cart h2.order-heading {
    padding-left:10px;
}


div.order-payment {
    border-top:1px solid #e7e7e7;
    padding:0 15px;
}


h1.site-heading {
    font-size:26px;
    font-family:Georgia,  serif;
    font-weight:400;
    margin-bottom:26px;
    line-height: 32px;
}


div.main a {
    color:#444;
}


div#error-404 {
    background:url(../images/404_bg.jpg) no-repeat;
    width:960px;
    height:570px;
    position:relative;
}


div#error-404-txt {
    position:absolute;
    font-size:18px;
    line-height:26px;
    color:#aaa;
    font-family:Georgia,  serif;
    left:75px;
    top:180px;
}


div#error-404-txt a {
    color:#b0360f;
}

.cloud-zoom-lens {
    border:2px solid #e7e7e7;
    background-color:#fff;
    cursor:move;
    margin:-4px;
}


.cloud-zoom-title {
    font-family:Arial,  Helvetica,  sans-serif;
    position:absolute!important;
    background-color:#000;
    color:#fff;
    width:100%;
    text-align:center;
    font-weight:700;
    font-size:10px;
    top:0;
    padding:3px;
}


.cloud-zoom-big {
    border:2px solid #e7e7e7;
    overflow:hidden;
}


.cloud-zoom-loading {
    color:#FFF;
    background:#222;
    border:1px solid #000;
    padding:3px;
}


a, a div.wariant-popup {
    color:#000;
    text-decoration:none;
}
.red, .error, .remove-one {
    color:#cf0f0f !important;
}


.bold, div#polec_znajomemu_form label {
    font-weight:700;
}


div#product-switch, div.desc {
    font-size:11px;
}

div.wariant-pokrowiec, tr.row-hide {
    display:none;
}


div.popular-item-image, div.products-item-gallery {
    height:144px;
	width: 185px;
	overflow: hidden;
}


td.form-error input, td.form-error textarea, td.form-error input.auth-input {
    background:#fef1ec;
    border:1px solid #cd0a0a;
}


#calculate-cost, .innext {
    margin-left:10px;
}


div.products-heading, .shipping-desc {
    width:400px;
}


a:hover div.wariant-popup, a.remove-one:hover, a.add-one:hover {
    text-decoration:none;
}


div.rejestracjaBoxIn, .panel-newsletter {
    background:#f1f1f1;
    padding:10px 20px;
}


h2.auth-heading, h2.order-heading {
    font-family:Georgia,  serif;
    color:#3a3a3a;
    font-weight:400;
    font-size:20px;
    margin:10px 0;
    line-height: 28px;
}


div.auth-form-column, div.auth-register-form {
    width:748px;
    border:1px solid #e7e7e7;
}


div.auth-register-form h1.auth-heading, div.auth-form-column h1.auth-heading, div.user-panel h1.auth-heading {
    padding-left:15px;
    line-height: 36px;
    margin:0;
}


table.cart-table th, table.cart-table td, table.shipping-table td {
    padding:10px;
}


.cart-name-column, div.panel-order table.cart-table th {
    text-align:left;
}


div.order-resume-shipping, div.order-finish-box {
    border-top:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7;
    padding:10px 15px;
}

#colorbox,  #cboxOverlay,  #cboxWrapper {
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    overflow:hidden;
}


#cboxOverlay {
    position:fixed;
    width:100%;
    height:100%;
}


#cboxMiddleLeft,  #cboxBottomLeft {
    clear:left;
}


#cboxContent {
    position:relative;
}


#cboxLoadedContent {
    overflow:auto;
}


#cboxLoadedContent iframe {
    display:block;
    width:100%;
    height:100%;
    border:0;
}


#cboxTitle {
    margin:0;
}


#cboxLoadingOverlay,  #cboxLoadingGraphic {
    position:absolute;
    top:0;
    left:0;
    width:100%;
}


#cboxPrevious,  #cboxNext,  #cboxClose,  #cboxSlideshow {
    cursor:pointer;
}


#cboxOverlay {
    background:#000;
}


#colorbox {
}


#cboxContent {
    margin-top:20px;
}


#cboxLoadedContent {
    background:#000;
    padding:5px;
}


#cboxTitle {
    position:absolute;
    top:-20px;
    left:0;
    color:#ccc;
}


#cboxCurrent {
    position:absolute;
    top:-20px;
    right:0px;
    color:#ccc;
}


#cboxSlideshow {
    position:absolute;
    top:-20px;
    right:90px;
    color:#fff;
}


#cboxPrevious {
    position:absolute;
    top:50%;
    left:5px;
    margin-top:-32px;
    background:url(../images/controls.png) no-repeat top left;
    width:28px;
    height:65px;
    text-indent:-9999px;
}


#cboxPrevious.hover {
    background-position:bottom left;
}


#cboxNext {
    position:absolute;
    top:50%;
    right:5px;
    margin-top:-32px;
    background:url(../images/controls.png) no-repeat top right;
    width:28px;
    height:65px;
    text-indent:-9999px;
}


#cboxNext.hover {
    background-position:bottom right;
}


#cboxLoadingOverlay {
    background:#000;
}


#cboxLoadingGraphic {
    background:url(../images/loading.gif) no-repeat center center;
}


#cboxClose {
    position:absolute;
    top:5px;
    right:5px;
    display:block;
    background:url(../images/controls.png) no-repeat top center;
    width:38px;
    height:19px;
    text-indent:-9999px;
}


#cboxClose.hover {
    background-position:bottom center;
}



.fb_ltr {
    *width: 90px !important;
}

.comment-hide{
    display:none;
}

.discount-form{
    height: 45px;
}

#main-popular{

}

#main-popular .products-list-item{
    margin-left: 2px;
    margin-right: 3px;
    margin-bottom:10px;
}

#creator-wraper{
  position: relative;
  width: 950px;
  height: 470px;

}

#creator{
  z-index: 5;
  position: absolute;
  top:0;
  width: 950px;
  height: 470px;
}

#blank-line{
  position: absolute;
  bottom: 0;
  height: 32px;
  width: 950px;
  background: #fff;
  z-index: 99 !important;
}

#creator-loader{
	position: absolute;
	z-index: 1;
	width: inherit;
	text-align: center;
	top: 50px;
}

#main .static-rating{
	width: 75px;
	opacity: 1;
}


#shipping-form td{
	border-collapse: collapse;
	padding:0;
	margin:0;
}
#shipping-form .disabled { color: #bbbbbb; }

.cooperate-form{
	border: 1px solid #c7c7c7;
}

.cooperate-form legend{
	font-weight: bold;
	font-size: 12px;
}


/* HOME PAGE */
#start-kategorie{
	margin: 0 30px;
	margin-bottom: 30px;
}

.bright-header{
	border-bottom: 1px solid #cfcfcf;
}

.bright-bg-title{
	height: 39px;
	line-height: 38px;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	padding: 0 15px;
	background: url('../images/heading_bg.png') repeat-x;
}

.bright-bf-corner{
	height: 39px;
	width: 26px;
	display: inline-block;
	background: url('../images/heading_corner_bg.png') repeat-x;
}

.bright-conent{
	background: #fdfdfd;
	padding: 0 20px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 5px 10px rgba(100, 100, 100, 0.6);
	-moz-box-shadow: 0px 5px 10px rgba(100, 100, 100, 0.6);
	box-shadow: 0px 5px 10px rgba(100, 100, 100, 0.6);
}

.dark-header{
	border-bottom: 2px solid #1f1f1f;
}

.dark-bg-title{
	height: 36px;
	line-height: 35px;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	padding: 0 15px;
	background: url('../images/heading_dark_bg.png') repeat-x;
	color: #fff;
}

.dark-bg-corner{
	height: 36px;
	width: 21px;
	display: inline-block;
	background: url('../images/heading_dark_corner_bg.png') repeat-x;
}

.dark-content{
	padding: 0;
	-webkit-box-shadow: 0px 15px 10px -15px rgba(100, 100, 100, 0.6);
	-moz-box-shadow: 0px 15px 10px -15px rgba(100, 100, 100, 0.6);
	box-shadow: 0px 15px 15px -15px rgba(100, 100, 100, 0.6);
}

.start-kategorie-list{
	list-style: none;
	margin:0;
	padding:0;
}

#piakowe_cat{
	height: 258px;
	border-bottom: 1px solid #d7d7d7;
	background: url('../images/main/piankowy_cat.jpg') bottom no-repeat;
}

#bonellowe_cat{
	height: 270px;
	border-bottom: 1px solid #d7d7d7;
	background: url('../images/main/bonellowe_cat.jpg') bottom no-repeat;
}

#stref7_cat{
	height: 270px;
	border-bottom: 1px solid #d7d7d7;
	background: url('../images/main/7stref_cat.jpg') bottom no-repeat;
}

#lateksowy_cat{
	height: 275px;
	border-bottom: 1px solid #d7d7d7;
	background: url('../images/main/lateksowy_cat.jpg') bottom no-repeat;
}

.start-categorie-conent{
	width: 420px;
	padding: 0 5px;
}

.start-categorie-conent p{
	font-size: 15px;
	font-family: 'AllerRegular', sans-serif;
	line-height: 22px;
	color: #c0c0c0;
}

.start-categorie-conent p u{
	font-size: 18px;
}

p.start-kategorie-title{
	font-size: 28px;
	color: #202020;
	font-family: 'AllerBold', sans-serif;
}

.start-blue-button{
	padding: 5px 15px;
	background: #91aac0;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
}

#start-artykuly{
	margin: 0 30px;
	margin-bottom: 30px;
}

.thinking_art{
	height: 240px;
	border-bottom: 1px solid #d7d7d7;
	background: url('../images/main/thinking_art.jpg') bottom no-repeat;
}

.baby_art{
	height: 283px;
	border-bottom: 1px solid #d7d7d7;
	background: url('../images/main/baby_art.jpg') bottom no-repeat;
}

.start-artykuly-content{
	width: 590px;
	padding: 0 5px;
	padding-top: 10px;
}

.start-artykuly-content p{
	font-size: 15px;
	font-family: 'AllerRegular', sans-serif;
	line-height: 22px;
	color: #c0c0c0;
}

.start-artykuly-content p.start-kategorie-title{
	font-size: 28px;
	color: #202020;
	font-family: 'AllerBold', sans-serif;
}

#start-specjalne{
	margin: 0 30px;
	margin-bottom: 30px;
}

#kalkulator-spec{
	height: 315px;
	border-bottom: 2px solid #1f1f1f;
	background: url('../images/main/kalkulator.jpg') bottom no-repeat;
}

#poduszka-spec{
	height: 315px;
	border-bottom: 1px solid #d7d7d7;
	background: url('../images/main/poduszka_spec.jpg') bottom no-repeat;
}

#poduszka2-spec{
	height: 310px;
	border-bottom: 2px solid #1f1f1f;
	background: url('../images/main/poduszka2_spec.jpg') bottom no-repeat;
}

#doradca-spec{
	height: 340px;
	border-bottom: 2px solid #1f1f1f;
	background: url('../images/main/doradca.jpg') bottom no-repeat;
}

.start-spec-content{
	width: 420px;
	padding: 0 30px;
	padding-top: 30px;
	color: #7f7f7f;
	font-size: 10px;
	font-family: 'Verdana', sans-serif;
	line-height: 18px;
	font-weight: bold;
}

.start-spec-content2{
	width: 340px;
	padding: 0 30px;
	padding-top: 30px;
	color: #7f7f7f;
	font-size: 10px;
	font-family: 'Verdana', sans-serif;
	line-height: 18px;
	font-weight: bold;
	margin-left: 270px;
}

.start-spec-content .start-kategorie-title,
.start-spec-content2 .start-kategorie-title{
	font-size: 28px;
	color: #202020;
	font-family: 'AllerBold', sans-serif;
	font-weight: bold;
	margin-top: 0;
	line-height: 30px;
}

.start-spec-content2 .start-kategorie-title{
	margin-bottom: 10px;
}

span.black-background{
	background: #000;
	color: #fff;
	padding: 0 5px;
	font-size: 16px;
	font-family: 'AllerBold', sans-serif;
	font-weight: bold;
	margin:5px 0;
	display:inline-block;
	line-height: 28px;
}

#start-akcesoria{
	margin: 0 30px;
	margin-bottom: 30px;
}

#start-akcesoria .bright-conent{
	padding:0;
	padding-bottom: 2px;
	background: #f9f7f7;
	border-bottom: 1px solid #d2d2d2;
}

#start-akcesoria .bright-bg-title{
	padding: 0 30px;
}

#start-akcesoria-box{
	width: 131px;
	height: 135px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 50px;
	margin-right: 20px;
	background: url('../images/main/akcesoria_bg.png') no-repeat;
	font-family: 'Verdana', sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7f7f7f;
}

#start-akcesoria-list{
	list-style:none;
	margin:0;
	padding:0;
	margin-right: 10px;
}

#start-akcesoria-list li{
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	margin:0 1px;
}

#start-akcesoria-list span{
	display: inline-block;
	border-top: 1px solid #e3e3e3;
	font-size: 10px;
	font-weight: bold;
	color: #7f7f7f;
	line-height: 26px;
	margin-top: 15px;
	padding:0 10px;
}

#start-darmowa-dostawa{
	margin: 30px;
}

#wirtualny-doradca{
	margin: 30px;
}

#wirtualny-doradca-content{
	width: 490px;
	background: url('../images/main/kompas.png') center center no-repeat;
	font-weight: bold;
}

#wirtualny-doradca-content .start-kategorie-title{
	margin-top: 10px;
}

.wirtualny-doradca-content{
	color: #7f7f7f;
	font-size: 10px;
}

.wirtualny-doradca-subtitle{
	font-weight: normal;
	font-size: 18px;
	font-family: 'AllerRegular', sans-serif;
	margin-bottom: 0px;
}

#start-promocje{
	background: url('../images/gray_pattern.png');
	margin: 30px;
	padding: 10px;
}

#start-promocje-title{
	width: 170px;
}

#start-promocje-content{
	width: 748px;
	border: 1px solid #b1b1b1;
	background: #fbfbfb;
}

.start-promocje-box1{
	width: 495px;
	height: 403px;
	padding: 25px;
	border-bottom: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	background: url('../images/main/mossel_materac.jpg') top right no-repeat;
}

.start-promocje-baner1{
	border-bottom:1px solid #b1b1b1;
}

.start-promocje-box2{
	width: 495px;
	height: 402px;
	padding: 25px;
	border-left: 1px solid #b1b1b1;
	background: #fff url('../images/main/keto_materac.jpg') top right no-repeat;
}

.start-promocje-heading{
	font-family: 'AllerBold', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 37px;
	margin-bottom: 5px;
	display: inline-block;
	padding-right: 15px;
	background: rgba(255,255,255, 0.7);
}

.start-promocje-price{
	color: #f02801;
	font-family: 'AllerBold', sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	margin-top: 30px;
}

.start-promocje-name{
	font-family: 'AllerRegular', sans-serif;
	font-size: 18px;
	color: #91aac0;
	text-decoration: underline;
	margin: 20px 0;
}

.start-promocje-desc{
	font-family: 'AllerRegular', sans-serif;
	font-size: 15px;
	color: #c0c0c0;
	line-height: 24px;
	margin-bottom: 10px;
}

.start-pattern-button{
	background: url('../images/heading_dark_bg.png');
	padding: 5px 15px;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
}

#start-oferty-specjalne{
	width: 590px;
	margin-right: 25px;
	margin-top: 20px;
}

#start-oferty-specjalne .bright-conent{
	background: #fbf9fa;
	padding: 8px;
}

#start-oferty-specjalne .products-list-item{
	margin: 0 3px;
	margin-bottom: 8px;
}

#start-oferty-list{
	list-style: none;
	margin:0;
	padding:0;
}

#start-oferty-list li{
	display: inline-block;
	width: 155px;
	margin: 0 10px;
	margin-top: 30px;
	border-bottom: 1px solid #000;
}

.start-oferty-title{
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

.start-oferty-price{
	font-family: 'AllerRegular', sans-serif;
	font-size: 24px;
	line-height: 34px;
}
#left_side
{
	float: left;
	width: 160px;
}
#left_menu
{
	position: relative;
}
#left_menu table.filters_box
{
	margin-bottom: 10px;
	width: 100%;
}

.hidden
{
	display: none;
}
#proposo
{
	margin: 0 5px 10px;
	font-size: 12px;
	padding: 5px 10px;
	background-color: #f9f9f9;
	border-radius: 5px;
	border: 1px solid #5391CA;
	text-align: center;
}
#filter_view
{
	margin-bottom: 3px;
	float: left;
	width: 500px;
}

#filter_view table
{
	width: 100%;
	margin-top: -5px;
}
#filter_view table td
{
	width: 50%;
	vertical-align: top;
}
#filter_view p
{
	margin: 0;
	padding: 2px;
	display: none;
}
#filter_view span
{
	display: inline-block;
	line-height: 15px;
	color: #555;
}
#filter_view span.filter_val{
	padding-right: 15px;
}

#filter_view span.ico
{
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: -0.1em;
}

#filter_view span.main_filter span.ico
{
	background: url('images/ui-icons_228ef1_256x240.png') no-repeat;
	background-position: -32px -192px;
	margin-right: 4px;
}

#filter_view span.filter_val span.ico
{
	background: url('ui-lightness/images/ui-icons_222222_256x240.png') no-repeat;
	background-position: -80px -128px;
	margin-left: 4px;
}

#filter_view span.filter_val
{
	display: none;
	border-radius: 4px;
	background-color: #FBFFFE;
	padding: 3px 4px;
	margin: 0 4px 2px 0;
	font-size: 12px;
	color: #666;
}
#filter_view span.minus
{
	display: none;
	font-weight: bold;
}

#filter_view span:hover
{
	cursor: pointer;
}
#table_filter
{
	font-size: 11px;
}

#table_filter tr span
{
	vertical-align: 0.2em;
}
#table_filter .tool_click
{
	cursor: pointer;
	background-color: #DEDEDE;
	font-weight: bold;
	padding: 0 5px 0 0;
	line-height: 13px;
	border-radius: 7px;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}

#table_filter .tool_selected, #table_filter .tool_click:hover
{
	background-color: #7ab2e1;
	color: #FFF;
}

#table_filter .filters_tool
{
	position: relative;
	margin-top: 3px;
}

#table_filter .filters_tip
{
	position: absolute;
	display: none;
	background-color: #5391ca;
	opacity: 0.9;
	border: 1px solid #aaa;
	padding: 7px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	min-height: 30px;
	min-width: 180px;
	max-width: 220px;
	color: #FFF;
	text-align: left;
	z-index: 300;
	bottom: 14px;
	left: 14px;
}

#table_filter .filters_tip div.ix
{
	float: right;
	font-size: 13px;
	cursor: pointer;
	line-height: 1px;
}

div.loader
{
	background: url('../images/loader.gif') no-repeat center center;
	height: 30px;
}

#filters_hider
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	background-color: #F3F5F5;
}
#filter_cleaner
{
	float: left;
}
#prod_counter
{
	float: right;
	line-height: 40px;
}

.rest
{
	text-indent: 20px;
	font-size: 1.5em;
	color: #333;
}

#stripe{
	text-align: center;
	padding: 3px 0;
}
#stripe .shopsButton {
    background-color: #5191cb;
    border: 1px solid #5191cb;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    padding: 0px 10px;
    line-height: 12px;
    margin: 0px 20px;
    text-align: center;
}
#advisor
{
	margin-bottom: 10px;
	background-color: beige;
	position: relative;
}
#advisor > div.left
{
	width: 560px;
	margin-top: 10px;
}
#advisor > div.right
{
	width: 220px;
	background: url('../images/doradca_right_bg.png') 0 0 repeat-x transparent;
	color: #DEDEDE;
	position: relative;
}
#answers
{
	margin: 10px 0;
	font-size: 11px;
}
#advisor > div.left > div.left
{
	height: 100%;
}
#adv_header
{
	font-size: 30px;
	border-left: 5px solid #444;
}

#adv_header span
{
       display: inline-block;
       line-height: 21px;
       margin-bottom: 5px;
       text-indent: 10px;
}

#adv_header strong
{
    display: inline-block;
    line-height: 23px;
    text-indent: 10px;
}

#adv_prev
{
	font-weight: bold;
        font-family: 'Verdana';
	color: #fff;
	font-size: 12px;
        background: url('../images/doradca_back.png') no-repeat;
        padding: 5px 15px 6px 33px;
	position: absolute;
	bottom: 10px;
	left: 15px;
        z-index: 200;
}
#adv_quest
{
	float: right;
	width: 360px;
	text-align: center;
	margin-right: 20px;
}
#adv_quest table
{
    margin: 0 auto;
}
#adv_quest p
{
	margin-top: 0;
	font-weight: bold;
	font-size: 14px;
}
.answer, .answer_ok
{
	display: inline-block;
	border-radius: 10px;
	min-width: 150px;
	padding: 2px 10px;
	border: 2px solid #c7c7c7;
        border-bottom-width: 1px;
	background: url('../images/doradca_answer_butt.png') repeat-x;
	margin-bottom: 5px;
        font-weight: bold;
        color: #434243;
}
.answer:hover, .answer_ok:hover
{
    background: url('../images/doradca_answer_butt_h.png') repeat-x;
    opacity: 0.8;
    border-color: #191819;
    color: #fefefe;
}
.answer_ok
{
    margin-top: 5px;
    min-width: 40px;
}
.answer_field
{
    text-align: center;
}
.ans_position
{
    display: block !important;
    position: relative;
    text-align: center;
}

.ans_position div
{
	width: 8px;
	margin-left: 18px;
	font-size: 12px;
	font-weight: bold;
}
.quest_selected .ans_position div
{
	position: absolute;
	padding: 6px 8px 6px 7px;
	background: url('../images/doradca_selc.png') no-repeat;
	top: 0;
	left: 4px;
	width: 15px;
	margin-left: 5px;
	z-index: 100;
	color: #FFF;
}

.quest_selected .ans_name div
{
      background-color: rgb(186, 186, 186);
    /* RGBa with 0.6 opacity */
        background-color: rgba(186, 186, 186, 0.3);
	padding: 2px 10px 2px 20px;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	margin-top: 2px;
        box-shadow: 0 0 14px 3px #111;
        color: #FFF;
}
.quest_selected .ans_name div a
{
	color: #FFF;
        border: none;
        outline: none;
}

.ans_name div
{
	padding-left: 20px;
	line-height: 20px;
}
.ans_item
{
	color: #666;
}
.ans_item a, div.done
{
	color: #CCC;
}

.adv_special
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#adv_start
{
    background: url('../temp/advisor/start.jpg') no-repeat center;
    background-color: #FFF;
    z-index: 250;
}
#adv_start a
{
    display: block;
    bottom: 37px;
    position: absolute;
    left: 396px;
    font-size: 20px;
    color: #fff;
    padding: 9px 25px 10px;
    font-weight: bold;
}
#adv_start a:hover
{
    border-radius: 20px;
    background-color: #49BE15;
}

#adv_end
{
    background: url('../temp/advisor/end.jpg') no-repeat left 75%;
    z-index: 150;
    background-color: #FFF;
}
#adv_end a
{
    display: block;
    bottom: 10px;
    position: absolute;
    right: 40px;
    font-size: 14px;
    color: #fff;
    padding: 5px 35px 5px 14px;
    font-weight: bold;
}

.menu-top-anchor .menu-tel-box { width: 255px; }
.menu-tel-box .tel { float: left; width: 32px; height: 41px; background: url(../images/tel.png) 0px 12px no-repeat transparent; }
.menu-tel-box .kom { float: left; margin-left: 0px; width: 24px; height: 41px; background: url(../images/kom.png) 4px 9px no-repeat transparent; }
.menu-tel-box .nr { float: left; }
.sbox_images
{
		border-collapse: collapse;
		border-spacing: 0;
		width: auto;
		margin: 0 auto;
}
.sbox_images td
{
		padding: 0;
		text-align: center;
		vertical-align: middle;
		position: relative;
}
.sbox_images td img:hover
{
		cursor: pointer;
}
.special_box
{
		margin-top: 5px;
		border-top: 4px solid #171717;
		border-bottom: 4px solid #171717;
}
#start > .special_box
{
		margin: 0 -20px;
}
.ui-widget-header.sbox_dialog_title
{
		background: #423;
}
#box_footer_partners
{
		margin: 10px 25px 0;
}

.ui-dialog .ui-widget-header
{
	background: 0;
	background-color: #92ACC3;
	color: #FFF;
}

.nobordertop { border-top: 0 !important;}

.start-special-box { float: left; margin: -80px 0px 0px 3px; }

#box_footer_partners {
    margin: 10px 25px 0;
}

.cart-main #cart-ajax-popup { padding: 0px; }
#cart-ajax-popup { padding: 0px 15px 15px 15px; }
.gratis-list { overflow: hidden; margin: 0; padding: 0; font-family: verdana, arial, helvetica, sans-serif; float: left; }
.gratis-list li { display: block; float: left; width: 160px; padding: 5px;}

.gratis-list li:hover .box,
.gratis-list li:hover .second-box,
.gratis-list li.selected:hover .box
{
	border-color: #92ACC3;
}
.gratis-list li.selected .box
{
	border-color: #5391ca;
}
.gratis-list .title { text-align: center; font-size: 14px; margin: 0; padding: 7px 0px;}
.gratis-list .box { border: solid 1px #eae7e7; padding: 5px; }
.gratis-list .second-box { border: solid 1px #FFF; }
.gratis-list .img { height: 110px; text-align: center; }
.gratis-list .desc { height: 75px; font-size: 11px; padding-top: 10px; }
.gratis-list .old-price {  font-size: 18px; text-decoration: line-through; text-align: right; }
.gratis-list .price { color: #d80f0f; font-size: 27px; text-align: right; padding: 10px 0px 8px 0px; }
.gratis-list .price span { font-size: 22px; }
.gratis-list .more { font-size: 10px; text-align: right; color: #5391CA; }
.gratis-list .less { font-size: 10px; text-align: right; }
.gratis-list .price-container { padding: 0px 5px 0px 0px;}
.gratis-list .price-container .no-price { padding: 31px 0px 33px 0px; text-align: center; line-height: 27px; font-size: 27px; color: #AFAFAF; }
.gratis-list .greyed { color: #AFAFAF; }

.gratis-product-box .back,
.gratis-list .btn-selected,
.gratis-list .select
{
	display: block;
	margin: 10px auto 5px auto;
	width: 100px;
	color: #fdfdfd;
	font-size: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 6px 15px;
	background-color: #5391ca;
	text-align: center;
}
.gratis-list .btn-selected { background-color: #B5C401; }
.gratis-list .btn-selected { display: none; }
.gratis-list li.selected .btn-selected { display: block; }
.gratis-list li.selected .select { display: none; }


.gratis-list-details {}
.gratis-list-details .item { display: none; }

.gratis-list-box .box-title {}
.gratis-list-box .box-title {}


.gratis-product-box { padding: 25px 0px 0px 0px; }
.gratis-product-box .gallery { width: 290px; }
.gratis-product-box .product { width: 520px; }
.gratis-product-box .product .head
{
	font-family: Georgia,serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0px 0px 16px 0px;
    padding: 0;
}
.gratis-product-box .product .parametry { font-size: 11px; }
.gratis-product-box .product .opis { font-size: 11px; }
.gratis-product-box .back
{
	width: 80px;
}

.gratis-success-info { margin: 0 auto; width: 355px; padding: 30px 0px 20px 0px; }
.gratis-success-info .img { width: 36px; height: 33px; float:left;}
.gratis-success-info .text { line-height: 33px; float: left; margin-left: 10px; font-size: 16px; font-weight: bold; }

.link-color { color: #5391CA; }
.produkt-czas-realizacji
{
	font-size: 11px;
	padding: 5px;
}

.regulamin-link
{
	color: #5391CA;
}
.showMoreBtn {
	color: #5391CA;
	cursor: pointer;
}

.cookies-link
{
	position: absolute;
	top: 5px;
	left: 38px;
	font-size: 11px;
	color: #5391CA;
}
.cookies-link:hover
{
	text-decoration: underline;
}

.order-resume-shipping .change-data
{
	display: block;
	margin: 5px 0px 0px 2px;
	float: left;
}

.ui-dialog .ui-dialog-buttonpane .ui-button
{
	background-image: none;
	background-color: #5391CA;
	color: #FFF;
	font-family: Georgia,serif;
    font-size: 16px;
}


#cancel-order-content { width: 470px; }
#cancel-order-content .dropdown { padding: 4px 10px; width: 468px; }
#cancel-order-content .text { padding: 6px 10px; margin: 10px 0px; width: 448px; height: 60px; }
#cancel-order-content .cancelInfo { display: none; }
#cancel-order-content .submit { float: right; margin-top: 10px; cursor: pointer; }
#cancel-order-content .cancelInfo p { padding: 0px 0px 10px 0px; margin: 0; }


.paramPopupBox { overflow: hidden; margin: 1px 1px 1px 1px; border: 1px solid #EAE7E7; padding: 5px;}
.paramPopupBox .img { float: left; margin-right: 20px; }
.paramPopupBox .head { float: left; width: 470px; margin: 0; padding: 0px 0px 8px 0px; }
.paramPopupBox .desc { float: left; width: 350px; height: 115px; line-height: 17px; }

.paramPopupBox .button-selected,
.paramPopupBox .button
{
	display: block;
	margin: 80px 0px 0px 20px;
	width: 120px;
	color: #fdfdfd;
	font-size: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 6px 0px;
	background-color: #5391ca;
	text-align: center;
	float: left;
	cursor: pointer;
}
.paramPopupBox .button-selected { background-color: #B5C401; }

#variantsPopupContent .paramsPopup .selected { border-color: #5391CA; }
#variantsPopupContent .paramsPopup .paramPopupBox:hover { border: solid 2px #92ACC3; margin: 0px 0px 0px 0px; }



.paramPopupBoxSimple { float: left; width: 150px; margin: 1px 11px 21px 1px; }
.paramPopupBoxSimple .head { width: 150px; text-align: center; }
.paramPopupBoxSimple .img { margin-right: 0px; min-height: 158px;}

.paramPopupBoxSimple .button-selected,
.paramPopupBoxSimple .button { margin: 10px; }

#variantsPopupContent .paramsPopupSimple .selected { border-color: #5391CA; }
#variantsPopupContent .paramsPopupSimple .paramPopupBox:hover { border: solid 2px #92ACC3; margin: 0px 10px 20px 0px; }

.zagiel-link { display: none; }
.raty-payu-link { display: none; }

.ratyTable
{
	font-size: 10px;
	float: right;
	color: #B1B1B1;
	width: 400px;
	line-height: 12px;
}
.ratyTable a { color: #B1B1B1; }
.ratyTable a:hover { color: #444; }


.addon-add
{
	display: block;
	width: 90px;
	float: right;
	padding: 4px 0px;
	text-align: center;
	font-family: Georgia,serif;
	font-size: 12px;
}


#newsletter-popup { background: url(../images/newsletter-bg.jpg?ver=2) 0 0 no-repeat transparent; }

#newsletter-popup .newsletter-popup-content { height: 75px;}
#newsletter-popup .newsletter-content-top { text-align: center; display: block; font-size: 14px; }
#newsletter-popup .newsletter-content-middle { text-align: center; display: block; font-size: 14px; }
#newsletter-popup .newsletter-content-bottom { text-align: center; display: block; font-size: 14px; }
#newsletter-popup .newsletter-content-bottom span { font-weight: bold; color: #CF0F0F; }

#newsletter-popup .newsletter-popup-form {}
#newsletter-popup .newsletter-popup-form-container
{
	position: relative;
	display: block;
	height: 45px;
}
#newsletter-popup .newsletter-form-email-confirm {
	width: 252px;
	height: 26px;
	border: 1px solid #a3a4a8;
	background: rgba(255,255,255, 0.3);
	padding:0 5px;
	font-weight: bold;
	color: #7b7676;
	position: absolute;
	top: 8px;
	left: 20px;
}
#newsletter-popup .newsletter-form-submit-confirm {
	height: 28px;
    background: url('../images/menu_bg.png') top repeat-x;
	border: 0;
    width: 170px;
	text-align: center;
    color: #fff;
    font-weight: bold;
	position: absolute;
	top: 8px;
	right: 20px;
}
#newsletter-popup .newsletter-popup-info { display: block; color: #040404; font-size: 11px; text-align: center; padding-bottom: 7px;}
#newsletter-popup .newsletter-popup-conditions { display: block; color: #A3A3A3; font-size: 10px; }
#newsletter-popup .newsletter-popup-policy { display: block; color: #A3A3A3; font-size: 10px; }
#newsletter-popup .newsletter-popup-policy a { color: #5391CA }

#newsletter-popup .newsletter-popup-conditions p,
#newsletter-popup .newsletter-popup-policy p
{
	line-height: 15px;
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
}
#newsletter-popup .newsletter-popup-policy { line-height: 15px; }
.filter_materace_info p { margin: 0; padding: 0; }

#right_side_article .site-heading { display: none; }

#right_side_timer .top-text { font-size: 20px; text-align: center; padding: 0px 0px 10px 0px; color: #5290C9; }




.pageKontakt { padding-top: 20px; }
.pageKontakt .boxVer { border: solid 1px #d8d8d8; width: 318px; height: 540px; float: left;}
.pageKontakt .boxHor { border: solid 1px #d8d8d8; margin-top: 20px; padding: 10px; }

.pageKontakt .boxVerTel {  }
.pageKontakt .boxVerMap {  }
.pageKontakt .boxVerRek {  }


.boxVerMap .mapBox { 
    text-align: center; 
    padding: 125px 0px 0px 0px; 
    background: url(../images/nowy_kontakt/mapka_pusta.png) -5px 45px no-repeat transparent;
    height: 336px;
    box-sizing: border-box;
    color: #5191cb;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.boxVerMap .mapBox .count {
    font-size: 70px;
    line-height: 60px;
    display: block;
    font-weight: 400;
    padding-bottom: 14px;
}
.boxVerMap .mapLink { text-align: center; margin-top: 64px; display: block; }
.boxVerMap .salonyList { margin: 0; padding: 0; list-style: none; }
.boxVerMap .salonyList li { overflow: hidden; padding: 3px 0px 1px 10px; background-repeat: no-repeat; background-position: 18px center; }
.boxVerMap .salonyList .text
{
	float: left;
	line-height: 17px;
	font-family: 'AllerRegular';
	font-size: 12px;
	color: #898989;
	padding-left: 6px;
	display: block;
}


.boxVerTel
{
	background-image: url(../images/nowy_kontakt/person.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: 'AllerRegular';
	position: relative;
}
.boxVerTel .phone { color: #cf0f0f; text-align: right; font-size: 46px; padding: 20px 0px 0px 0px; line-height: 46px; }
.boxVerTel .smallPhone { color: #72706f; text-align: right; font-size: 24px; line-height: 30px; }
.boxVerTel .infoline { color: #231f1c; font-size: 16px; text-align: right; padding-top: 25px; }
.boxVerTel .infoline div { }
.boxVerTel .infoline span { color: #7b7978; font-size: 16px; line-height: 20px; display: block; padding-top: 3px; padding-bottom: 6px; text-align: left; float: right; width: 120px; }
.boxVerTel .email { padding-top: 30px;}
.boxVerTel .email .mailLink { background-color: #8ea8c0; display: block; color: #FFF; width: 298px; line-height: 40px; font-size: 18px; text-align: center; }



.boxVerRek .zam_head
{
	font-family: 'AllerRegular';
	color: #898989;
	font-size: 14px;
	padding: 30px 0px 8px 0px;
}
.boxVerRek #orderIdInput
{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	width: 146px;
	float: left;
	border: solid 1px #E6E6E6;
	padding: 0;
	margin: 0;
}
.boxVerRek #orderIdCheckBtn
{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	background-color: #000;
	color: #FFF;
	display: block;
	font-family: 'AllerRegular';
	border: solid 1px #000;
	width: 110px;
	float: right;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/nowy_kontakt/arr-search.png) 106px 8px no-repeat #000;
}
.boxVerRek .returnsBox { padding-top: 45px; }
.boxVerRek .returnsBox #returnDialogBtn
{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	background-color: #000;
	color: #FFF;
	display: block;
	font-family: 'AllerRegular';
	border: solid 1px #000;
	width: 218px;
	padding-left: 22px;
	margin: 20px auto;
	font-weight: bold;
	background: url(../images/nowy_kontakt/arr-rec.png) 214px 8px no-repeat #000;
}

.boxVerRek .returnList { margin: 0; padding: 0; list-style: none; }
.boxVerRek .returnList li { overflow: hidden; padding: 7px 0px 7px 4px;}
.boxVerRek .returnList .marker
{
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(../images/nowy_kontakt/marker.png);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
.boxVerRek .returnList .text
{
	float: left;
	line-height: 30px;
	font-family: 'AllerRegular';
	font-size: 16px;
	color: #898989;
	padding-left: 6px;
}

.boxHor { font-family: 'AllerRegular'; overflow: hidden;}
.boxHor .map { width: 360px; float: left; height: 325px; }
.boxHor .info { width: 600px; float: right; }
.boxHor .info .headBox{ background: url(../images/nowy_kontakt/big_line.png) 0 bottom no-repeat; overflow: hidden; padding-bottom: 4px; }
.boxHor .info .headBox h2 { float: left;  font-size: 34px; line-height: 30px; color: #cf0f0f; margin: 0; padding: 0; }
.boxHor .info .headBox h2 span {display: block; padding-left: 84px; font-size: 24px; }
.boxHor .info .headBox .address { float: right; width: 210px; font-size: 16px; line-height: 19px; color: #72706f; position: relative; height: 55px;}
.boxHor .info .headBox .address span { display: block; position: absolute; bottom: 0px;}

.boxHor .info .infoBox { overflow: hidden; padding-top: 25px; }
.boxHor .info .infoBox .photoBox { float: left; width: 430px; }
.boxHor .info .infoBox .photoBox h5 { color: #5191cb; font-size: 28px; line-height: 28px; margin: 0; padding: 0; font-weight: normal; }
.boxHor .info .infoBox .photoBox .photos { overflow: hidden; }
.boxHor .info .infoBox .photoBox .photos .img { float: left; margin-right: 4px; }
.boxHor .info .infoBox .hourBox { float: right; width: 160px; }
.boxHor .info .infoBox .hourBox .hourHead {  color: #231F1C; font-size: 16px; padding-bottom: 15px; }
.boxHor .info .infoBox .hourBox .hours { color: #7b7978; font-size: 16px; line-height: 20px; }
.boxHor .info .infoBox .hourBox .hours span { display: block; padding-bottom: 6px; }


.orderStateDialog { width: 680px; height: 400px; font-family: 'AllerRegular'; }
.orderStateDialog .headBox { padding: 20px 15px 0px 15px; }
.orderStateDialog .headBoxText { font-size: 18px; padding-bottom: 4px;  }
.orderStateDialog .headBoxBorder { border: solid 1px #E6E6E6; padding: 8px; color: #5191CB; font-size: 24px; text-align: center;}
.orderStateDialog .hrLine { padding: 25px 0px 0px 0px; text-align: center;}

.orderStateDialog .stateBox { width: 400px; margin: 20px auto 0px auto; }
.orderStateDialog .stateBoxText { font-size: 20px; padding-bottom: 10px; }
.orderStateDialog .stateBoxBorder { border: solid 1px #E6E6E6; padding: 15px 0px; text-align: center; color: #CF0F0F; font-size: 30px; }

.orderStateDialog .infoBox { float: left; width: 440px; overflow: hidden; }
.orderStateDialog .baseInfo { padding: 40px 0px 10px 15px; line-height: 30px; color: #5191CB; font-size: 15px; }
.orderStateDialog .baseInfo span { color: #898989; }
.orderStateDialog .attentionInfo .hrLine { padding: 10px 0px;}
.orderStateDialog .attentionInfo { color: #898989; font-size: 13px;}
.orderStateDialog .attentionInfo span { color: #CF0F0F; font-size: 15px; }

.orderStateDialog .imgBox { float: right; position: relative; width: 220px; height: 220px; }
.orderStateDialog .imgBox .imgAbsolute { z-index: 2; position: absolute; bottom: 20px; right: 0px; }
.orderStateDialog .closeBtn { z-index: 5; position: absolute; bottom: 0px; right: 10px; text-align: center; display: block; background-color: #000; color: #FFF; width: 110px; line-height: 26px; }


.orderStateDialogError { font-family: 'AllerRegular'; }
.orderStateDialogError .head { text-align: center; font-size: 22px; font-weight: normal; padding: 20px 0px; color: #CF0F0F; }


.reclamationForm { font-family: 'AllerRegular'; font-size: 14px; }
.reclamationForm .reclamationTable { width: 100%; }
.reclamationForm .head { text-align: center; font-size: 22px; font-weight: normal; }
.reclamationForm .formHead { color: #d11c1c; background: url(../images/nowy_kontakt/big_line.png) 0 bottom no-repeat; padding-bottom: 4px;  }
.reclamationForm .formField { overflow: hidden; padding: 8px 0px 8px 0px; }
.reclamationForm .formField label { color: #6c91c3; width: 220px; text-align: right; display: block; float: left; padding-right: 10px; line-height: 22px; }
.reclamationForm .formField input { float: left; width: 268px; border: solid 1px #f1f0f0; height: 20px; padding: 0px 4px; color: #72706F; font-size: 12px; }

.reclamationForm .formContent { }
.reclamationForm .formContent .formContentWrapper { padding: 10px 15px 0px 15px; }
.reclamationForm .formContent .formContentHead { color: #72706f; }
.reclamationForm .formContent .checkItemBox { overflow: hidden; padding: 12px 0px 12px 0px; }
.reclamationForm .formContent .item1 { margin-right: 90px; }
.reclamationForm .formContent .item2 { margin-right: 90px; }
.reclamationForm .formContent .item3 {}
.reclamationForm .formContent .checkItem { float: left; font-size: 15px; cursor: pointer; }
.reclamationForm .formContent .checkItemMark { float: left; background: url(../images/nowy_kontakt/radio-inactive.png) 2px 2px no-repeat; width: 20px; height: 20px; }
.reclamationForm .formContent .checkItemMarkSelected { background: url(../images/nowy_kontakt/radio-active.png) 2px 2px no-repeat; }
.reclamationForm .formContent .checkItemRadio {}
.reclamationForm .formContent .checkItemLabel { float: left; margin-left: 2px; cursor: pointer;}

.reclamationForm .formContent .secHead { color: #72706f; }
.reclamationForm .formContent .formText { border: solid 1px #f1f0f0; width: 484px; height: 45px; padding: 5px; color: #72706F; font-size: 12px; margin: 2px 0px 15px 0px; }
.reclamationForm #reclamationFormSubmit { background-color: #537eb8; color: #FFF; padding: 6px 0px; text-align: center; width: 140px; margin: 30px auto 20px auto; display: block;  }

.reclamationForm .uploadBtn { display: block; float: right; color: #FFF; background-color: #000; padding: 3px 10px; text-align: center; width: 110px; cursor: pointer;}
.reclamationForm .uploadQueue {  }
.reclamationForm .uploadQueue .odd { background-color: #F4F4F4; }
.reclamationForm .uploadQueue .even { background-color: #FFF; }
.reclamationForm .uploadQueue .queueItem { font-size: 12px; overflow: hidden; width: 330px; padding: 5px 10px; }
.reclamationForm .uploadQueue .itemFile { float: left; color: #6C91C3; }
.reclamationForm .uploadQueue .itemDelete { color: #D11C1C;  float: right; }
.reclamationForm .uploadProgress { text-align: center; border: solid 1px #D11C1C; padding: 4px 0px; margin-top: 5px; color: #72706F; display: none; }


.reclamationForm .errors { border: solid 1px #D11C1C; color: #D11C1C; padding: 6px; margin: 6px 0px 0px 0px; }


.reclamationInstruction { font-family: 'AllerRegular'; padding-top: 41px; text-align: center; width: 250px; margin-left: 10px;}
.reclamationInstruction h3 { color: #5681b9; font-weight: normal; margin: 0; padding: 0px 0px 10px 0px; }
.reclamationInstruction .blueBox { border: solid 2px #5681b9; padding: 15px 5px; font-size: 12px; color: #848382; line-height: 14px; }
.reclamationInstruction .circle
{
	border: solid 2px #5681b9;
	color: #5681b9;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 8px auto;
}

.reclamationInstruction .pdfIcon
{
	background: url(../images/nowy_kontakt/kontakt_pdf_icon.png) 4px 0 no-repeat transparent;
	display: block;
	width: 50px;
	height: 20px;
	padding-top: 40px;
	text-align: center;
	margin: 12px auto 10px auto;
}

.reclamationInstruction .company { font-size: 14px; color: #5681b9; padding: 10px 0px; line-height: 16px; }
.reclamationInstruction .redSentence { padding-top: 20px; color: #9e0100; }
.reclamationInstruction .redMark { color: #9e0100; }








.reclamationFormSuccess { font-family: 'AllerRegular'; font-size: 12px; line-height: 16px; background: url(../images/nowy_kontakt/person2.jpg) 0 bottom no-repeat transparent; }
.reclamationFormSuccess .head { color: #cf0f0f; font-size: 24px; line-height: 28px; text-align: center; padding: 20px 0px 20px 0px; font-weight: normal; }
.reclamationFormSuccess .text1 { color: #615e5d; padding: 0px 30px 10px 130px; text-indent: 25px; }
.reclamationFormSuccess .text2 { color: #615e5d; padding: 0px 30px 10px 130px; text-indent: 25px; }
.reclamationFormSuccess .thx { text-align: right; padding: 30px 10px 0px 0px; }

.hidden-file { width: 0; height: 0; overflow: hidden; }



.leaveContactBox {
	border: solid 2px #7aabd7;
	padding: 25px 40px;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
}
.leaveContactBox .text {
	color: #5191cb;
	font-size: 24px;
	line-height: 38px;
	font-weight: 300;
	float: left;
	padding-left: 20px;
}
.leaveContactBox .text span {
	color: #5191cb;
	font-size: 24px;
	font-weight: 700;
}
.leaveContactBox .form {
	float: right;
}
.leaveContactBox .form .label {
	color: #535353;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #535353;
}
.leaveContactBox .form .input {
	height: 40px;
	width: 170px;
	border: solid 1px #5191cb;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	color: #535353;
	margin-right: 4px;
}
.leaveContactBox .form .submit {
	height: 40px;
	width: 150px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 18px;
	background-color: #5191cb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	border: solid 1px #5191cb;
	color: #FFF;
	cursor: pointer;
}

.leaveContactBox .message {
	text-align: center;
	padding: 10px 20px 0px 20px;
	font-size: 14px;
	display: none;
}


.contactBottom { margin-bottom: 30px; }
.contactBottom .contactForm {
    float: left;
    width: 65%;
}
.contactBottom .accountInfo {
    float: right;
    width: 30%;
}


.addon-wariant-selector { margin-left: 5px; }
.cart-addon-item .addon-add { color: #5391CA; font-size: 13px; }
.cart-addon-item td { padding: 5px 10px !important; }
.cart-table .cart-addon-item { border-bottom: 0; }
.cart-table .cart-addon-item-empty { border-bottom: 0;}
.cart-table .cart-addon-item-empty td { padding: 2px; }
.cart-addon-item .cart-name-column .nameBox{
    padding-top: 10px;
}

.info-box { position: relative; }
.info-box .info-box-click
{
	background-color: #DEDEDE;
    border-radius: 7px;
    color: #333333;
    cursor: pointer;
    font-family: "Times New Roman",Times,serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    padding: 1px 5px;
	margin: 2px 0px 0px 10px;
}
.info-box .info-box-click:hover { background-color: #7AB2E1; color: #FFF; }
.info-box .info-box-close { cursor: pointer; float: right; font-size: 13px; line-height: 1px; }
.info-box .info-box-content
{
	background-color: #FFF;
    border: 1px solid #AAAAAA;
    border-radius: 10px 10px 10px 0;
    bottom: 14px;
    display: none;
    left: -154px;
    width: 360px;
    min-height: 30px;
    opacity: 0.9;
    padding: 7px;
    position: absolute;
    text-align: left;
    z-index: 300;
}
.cart-service-heading
{
	color: #3A3A3A;
    font-family: Georgia,serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 43px;
    margin: 0;
    padding: 0 0 0 15px;
}

.lozka-list {}
.lozka-list .products-list-item {
    width: 384px;
    height: 448px;
}
.lozka-list .products-item-gallery {
    width: 384px;
    height: 250px;
}
.lozka-list .wariant-popup {
    width: 344px;
    height: 446px;
    padding: 0px 20px 0px 20px;
}
.lozka-list .products-list-item-compare{
    left: 15px;
    top: 40px;
}
.lozka-list .products-item-more {
    text-align: right;
}
.lozka-list .product-parameters-item {
    overflow: hidden;
    height: 18px;
    line-height: 18px;
}
.lozka-list .product-parameters-item b {
    float: right;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}







.compare-box-container {  }
.compare-box { position: relative; padding: 10px 0px 40px 0px; }
.compare-box .compare-del { font-size: 11px; color: #CF0F0F; }
.compare-box table { border-spacing: 0; border-collapse: collapse; }

.compare-box .compare-header { width: 270px; }
.compare-box .compare-header th { height: 210px; }
.compare-box .compare-header .compare-row { border-bottom: 1px solid #E7E7E7; height: 26px; padding-left: 14px;}
.compare-box .compare-header .odd { background-color: #f9f9f9; }
.compare-box .compare-header .even { background-color: #EFEFEF; }


.compare-box .compare-table th { height: 210px; font-weight: normal; border-right: 1px solid #E7E7E7;}
.compare-box .compare-table .compare-content { width: 241px;}
.compare-box .compare-table .compare-row { border-bottom: 1px solid #E7E7E7; border-right: solid 1px #E7E7E7; text-align: center; height: 26px; }
.compare-box .compare-table .compare-button { width: 130px; margin: 0 auto;}
.compare-box .compare-table .compare-price{ font-size: 12px; }
.compare-box .compare-table .compare-price span{ font-size: 13px; font-weight: bold; }
.compare-box .compare-table .compare-title { height: 40px; }
.compare-box .compare-table .odd { background-color: #FFF; }
.compare-box .compare-table .even { background-color: #f9f9f9; }
.compare-box .compare-table .different { background-color: #CCC;}
.productCompareBtn { color: #FF9600; font-weight: bold; }
.compareShowDiff,
.compareHideDiff
{
	color: #5391CA;
}


.compare-box .rating-container { margin: 0 auto; }
.compare-box .big-box-content
{
	width: 730px;
	overflow: hidden;
}

.big-box-gradient-left
{
	position: absolute;
	top: 0px;
	left: 270px;
	bottom: 28px;
	width: 6px;
	background: url(../images/compare-left-shadow.png) 0 0 repeat-y transparent;
}
.big-box-gradient-right
{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 28px;
	width: 6px;
	background: url(../images/compare-right-shadow.png) 0 0 repeat-y transparent;
}


.compare-slider-box
{
	position: absolute;
	background-color: #5391CA;
	width: 980px;
	padding: 8px 10px 8px 10px;
	z-index: 5;
	overflow: hidden;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.compare-slider { height: 10px; width: 704px; float: right; }
.compare-slider-box .compare-slider-text { font-size: 11px; color: #FFF; float: left; font-weight: bold; }
.compare-slider .ui-slider-handle { top:.2em; height: 1.5em; }
.compare-slider .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }
.compare-slider-box .ui-widget-content { border: 0; top: 3px;}

.rating-container
{
	background: url(../images/jquery.ui.stars.gif) 0px -32px repeat-x transparent;
	height: 16px;
	width: 80px;
}
.rating-stars
{
	background: url(../images/jquery.ui.stars.gif) 0px -64px repeat-x transparent;
	height: 16px;
}

.emptyCompareBox
{
	padding: 10px;
	margin: 10px;
	text-align: center;
	border: solid 1px #5191CB;
	overflow: hidden;
}
.emptyCompareBoxIcon
{
	float: left;
	padding-left: 110px;
	padding-top: 20px;
}

.emptyCompareBoxText
{
	float: left;
	padding-left: 40px;
	padding-top: 30px;
	text-align: left;
}

.compareTutorial {}
.compareTutorial ol li { }


.salonyListBox { text-align: left; padding-bottom: 20px; width: 960px; margin: 0 auto; }
.salonyListBox .head { color: #898989; font-size: 14px; }
.salonyListBox li
{
    padding:0;
    margin:0;
    width:33%;
    float:left;
    display:block;
    height: 160px;
}

.salonyList { margin: 0; padding: 0; list-style: none; overflow: hidden; }
.salonyList li { float: left; }
.salonyList li h2
{
	color: #5391CA;
	font-family: 'AllerRegular';
	font-weight: normal;
}
.salonyList li h2 a{
	color: #5391CA;
}
.salonyList li p
{
	color: #898989;
    font-family: 'AllerRegular';
    font-size: 16px;
    line-height: 22px;
	margin: 0;
	padding: 0 !important;
}

.is-sticky #menu {
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 2px 15px #aaa;
}

.premiumLink {
	color: #FFF;
	background: url("../images/menu_bg.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
	text-align: center;
	margin-bottom: 10px;
	line-height: 12px;
	padding: 10px 10px;
	display: block;
}

.filterPremiumBox { }
.filterPremiumBox .filterPremiumHead { font-size: 20px; padding: 0px 0px 10px 10px; }

.filterPremiumBox .expandArrow { border-top: solid 2px #5391ca; margin-bottom: 10px; width: 790px; }
.filterPremiumBox .expandArrow .cssBottom
{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 12px 0 12px;
	border-color: #5391ca transparent transparent transparent;
	float: right;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
.filterPremiumBox .expandArrow .cssBottom div { position: absolute; bottom: 15px; left: -24px; color: #5391ca; font-size: 12px; }

.filterPremiumBox .expandArrowBottom { border-bottom: solid 2px #5391ca; margin-bottom: 30px; width: 790px;}
.filterPremiumBox .expandArrowBottom .cssTop
{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 13px 12px;
	border-color: transparent transparent #5391ca transparent;
	float: right;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
.filterPremiumBox .expandArrowBottom .cssTop div { position: absolute; bottom: -34px; left: -16px; color: #5391ca; font-size: 12px; }


.premium1 { position: relative; overflow: auto; height: 100%; }
.premium1 .head1 { font-family: 'AllerRegular',helvetica,sans-serif; position: absolute; top: 10px; left: 100px; font-size: 26px; line-height: 26px; color: #fff;}
.premium1 .head2 { position: absolute; top: 65px; left: 100px; font-size: 18px; line-height: 18px; color: #000; font-family: 'AllerBold',helvetica,sans-serif;}
.premium1 .head3 { position: absolute; top: 85px; left: 100px; font-size: 24px; line-height: 24px; color: #000; font-family: 'AllerBold',helvetica,sans-serif;}
.premium1 .list { position: absolute; top: 120px; left: 115px; margin: 0; padding: 0; font-family: 'AllerRegular',helvetica,sans-serif; font-size: 16px; width: 240px;}
.premium1 .list li { padding: 6px 0px;}

.premium2 { position: relative; overflow: auto; height: 100%; font-family: 'AllerRegular',helvetica,sans-serif; }
.premium2 .head1 { position: absolute; top: 10px; left: 50px; font-size: 26px; line-height: 26px; color: #fff;}
.premium2 .head2 { position: absolute; top: 55px; left: 50px; font-size: 23px; line-height: 23px; color: #F9A84A; }
.premium2 .text { position: absolute; top: 100px; right: 40px; width: 280px; font-size: 14px; line-height: 19px; }
.premium2 .more { font-family: 'AllerBold',helvetica,sans-serif; font-size: 24px; position: absolute; bottom: 54px; right: 90px; color: #FFF; }
.premium2 .price1 { position: absolute; bottom: 120px; right: 460px; }


.premium3 { position: relative; overflow: auto; height: 100%; font-family: 'AllerRegular',helvetica,sans-serif; }
.premium3 .head1 { position: absolute; top: 11px; left: 415px; font-size: 26px; line-height: 26px; color: #fff;}
.premium3 .head2 { position: absolute; top: 56px; left: 415px; font-size: 23px; line-height: 23px; color: #F9A84A; }
.premium3 .text { position: absolute; top: 50px; left: 40px; width: 280px; font-size: 14px; line-height: 19px; }
.premium3 .more { font-family: 'AllerBold',helvetica,sans-serif; font-size: 24px; position: absolute; bottom: 48px; left: 67px; color: #FFF; }
.premium3 .price1 { position: absolute; bottom: 97px; right: 170px; }


.premium4 { position: relative; overflow: auto; height: 100%; font-family: 'AllerRegular',helvetica,sans-serif; }
.premium4 .head1 { position: absolute; top: 10px; left: 50px; font-size: 26px; line-height: 26px; color: #fff;}
.premium4 .head2 { position: absolute; top: 55px; left: 50px; font-size: 23px; line-height: 23px; color: #F9A84A; }
.premium4 .text { position: absolute; top: 100px; right: 40px; width: 280px; font-size: 14px; line-height: 19px; }
.premium4 .more { font-family: 'AllerBold',helvetica,sans-serif; font-size: 24px; position: absolute; bottom: 46px; right: 90px; color: #FFF; }
.premium4 .price1 { position: absolute; bottom: 118px; right: 460px; }

.premium5 { position: relative; overflow: auto; height: 100%; font-family: 'AllerRegular',helvetica,sans-serif; }
.premium5 .head1 { position: absolute; top: 265px; right: 40px; font-size: 22px; line-height: 26px; color: #507fb9; text-align: center; }
.premium5 .text { position: absolute; top: 350px; right: 30px; width: 280px; font-size: 14px; line-height: 19px; color: #507fb9; }
.premium5 .more { font-family: 'AllerBold',helvetica,sans-serif; font-size: 24px; position: absolute; bottom: 50px; right: 90px; color: #FFF; }
.premium5 .price2 { position: absolute; bottom: 160px; left: 30px; }


.premium6 { position: relative; overflow: auto; height: 100%; font-family: 'AllerRegular',helvetica,sans-serif; }
.premium6 .head1 { position: absolute; top: 10px; left: 0px; font-size: 22px; line-height: 26px; color: #507fb9; text-align: center; width: 265px; }
.premium6 .text { position: absolute; top: 250px; left: 25px; width: 210px; font-size: 12px; line-height: 15px; }
.premium6 .more { font-family: 'AllerBold',helvetica,sans-serif; font-size: 24px; position: absolute; top: 372px; left: 50px; color: #FFF; }
.premium6 .price3 { position: absolute; top: 140px; left: 157px; }


.premium7 { position: relative; overflow: auto; height: 100%; font-family: 'AllerRegular',helvetica,sans-serif; }
.premium7 .head1 { position: absolute; top: 10px; left: 0px; font-size: 22px; line-height: 26px; color: #507fb9; text-align: center; width: 260px; }
.premium7 .text { position: absolute; top: 250px; left: 25px; width: 210px; font-size: 12px; line-height: 15px; }
.premium7 .more { font-family: 'AllerBold',helvetica,sans-serif; font-size: 24px; position: absolute; top: 372px; left: 50px; color: #FFF; }
.premium7 .price3 { position: absolute; top: 140px; left: 157px; }


.premium8 { position: relative; overflow: auto; height: 100%; font-family: 'AllerRegular',helvetica,sans-serif; }
.premium8 .head1 { position: absolute; top: 10px; left: 0px; font-size: 22px; line-height: 26px; color: #507fb9; text-align: center; width: 260px; }
.premium8 .text { position: absolute; top: 250px; left: 25px; width: 210px; font-size: 12px; line-height: 15px; }
.premium8 .more { font-family: 'AllerBold',helvetica,sans-serif; font-size: 24px; position: absolute; top: 372px; left: 50px; color: #FFF; }
.premium8 .price3 { position: absolute; top: 140px; left: 157px; }


.premium9 { position: relative; overflow: auto; height: 100%; font-family: 'AllerRegular',helvetica,sans-serif; }
.premium9 .head1 { position: absolute; top: 10px; left: 50px; font-size: 26px; line-height: 26px; color: #fff;}

.premium10 { position: relative; overflow: auto; height: 100%; font-family: 'AllerRegular',helvetica,sans-serif; }
.premium10 .head1 { position: absolute; top: 20px; left: 0px; font-size: 22px; line-height: 26px; color: #000; text-align: center; width: 265px; font-weight: bold;}
.premium10 .head1 .big { font-size: 34px; line-height: 34px; }
.premium10 .more { font-family: 'AllerBold',helvetica,sans-serif; font-size: 23px; position: absolute; top: 278px; left: 50px; color: #FFF; font-weight: bold; }
.premium10 .price3 { position: absolute; top: 152px; left: 157px; }


.premium11 { position: relative; overflow: auto; height: 100%; font-family: 'AllerRegular',helvetica,sans-serif; }
.premium11 .head1 { position: absolute; top: 20px; left: 0px; font-size: 22px; line-height: 26px; color: #000; text-align: center; width: 260px; font-weight: bold;}
.premium11 .head1 .big { font-size: 34px; line-height: 34px;  }
.premium11 .more { font-family: 'AllerBold',helvetica,sans-serif; font-size: 23px; position: absolute; top: 278px; left: 50px; color: #FFF; font-weight: bold; }
.premium11 .price3 { position: absolute; top: 152px; left: 157px; }


.premium12 { position: relative; overflow: auto; height: 100%; font-family: 'AllerRegular',helvetica,sans-serif; }
.premium12 .head1 { position: absolute; top: 20px; left: 0px; font-size: 22px; line-height: 26px; color: #000; text-align: center; width: 260px; font-weight: bold; }
.premium12 .head1 .big { font-size: 34px; line-height: 34px;  }
.premium12 .more { font-family: 'AllerBold',helvetica,sans-serif; font-size: 23px; position: absolute; top: 278px; left: 50px; color: #FFF; font-weight: bold; }
.premium12 .price3 { position: absolute; top: 152px; left: 157px; }




.price1 { color: #cf0f0f; position: relative; font-family: 'AllerRegular',helvetica,sans-serif; }
.price1 .price_from { position: absolute; top: 5px; left: 5px; font-size: 14px; width: 50px;  }
.price1 .price_old {  position: absolute; top: 0px; left: 48px; font-size: 20px; font-weight: bold; width: 80px; text-decoration: line-through; }
.price1 .price_new {  position: absolute; top: 32px; left: 0px; font-size: 38px; font-weight: bold; width: 120px;}
.price1 .price_size {  position: absolute; top: 57px; left: 25px; font-size: 15px; width: 70px; text-align: center; }

.price2 { color: #cf0f0f; position: relative; font-family: 'AllerRegular',helvetica,sans-serif; }
.price2 .price_from { position: absolute; top: 10px; left: 17px; font-size: 18px; width: 70px;  }
.price2 .price_old {  position: absolute; top: 5px; left: 70px; font-size: 23px; font-weight: bold; width: 110px; text-decoration: line-through; }
.price2 .price_new {  position: absolute; top: 40px; left: 0px; font-size: 46px; font-weight: bold; width: 175px;}
.price2 .price_size {  position: absolute; top: 75px; left: 33px; font-size: 18px; width: 100px; text-align: center; }


.price3 { color: #cf0f0f; position: relative; font-family: 'AllerRegular',helvetica,sans-serif; }
.price3 .price_from { position: absolute; top: 25px; left: 6px; font-size: 10px; width: 70px;  }
.price3 .price_old {  position: absolute; top: 21px; left: 35px; font-size: 13px; font-weight: bold; width: 60px; text-decoration: line-through; }
.price3 .price_new {  position: absolute; top: 40px; left: 0px; font-size: 24px; font-weight: bold; width: 95px;}
.price3 .price_size {  position: absolute; top: 62px; left: 7px; font-size: 10px; width: 80px; text-align: center; line-height: 12px;}



.filterPremiumContent .newpr1 {
    position: relative;
    width: 790px;
    height: 388px;
    background: url(../images/premium/premium01.jpg) 0 0 no-repeat transparent;
}
.newpr1 .head { 
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #5a97cd; 
    font-size: 27px;
    line-height: 27px;
    font-weight: 600;
}
.newpr1 .head span {
    display: block;
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
}
.newpr1 .text {
    float: right;
    width: 270px;
    color: #58595b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.newpr1 .text .span1 {
    display: block;
    padding: 15px 0px;
    font-weight: bold;
}
.newpr1 .text .span2 {
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding-top: 40px;
}
.filterPremiumContent .price-premium {
    color: #8b023e;
    font-family: 'Open Sans', sans-serif;
}
.filterPremiumContent .price-premium .from {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
}
.filterPremiumContent .price-premium .pricePrice {
    font-size: 46px;
    line-height: 46px;
    font-weight: bold;
}
.filterPremiumContent .price-premium .size {
    font-size: 15px;
    line-height: 15px;
    padding-left: 10px;
}
.filterPremiumContent .price-premium .more-btn {
    color: #5191cb;
    font-size: 10px;
    border: solid 1px #5191cb;
    border-radius: 3px;
    background-color: #FFF;
    display: block;
    width: 100px;
    text-align: center;
    padding: 6px 0px;
    margin: 20px auto 0px auto;
}

.filterPremiumContent .newpr1 .price-premium {
    position: absolute;
    top: 100px;
    left: 180px;
}


.filterPremiumContent .newpr2 {
    position: relative;
    width: 790px;
    height: 814px;
    background: url(../images/premium/premium02.jpg) 0 0 no-repeat transparent;
}

.filterPremiumContent .newpr2 .price-premium1 {
    position: absolute;
    top: 345px;
    left: 190px;
}
.filterPremiumContent .newpr2 .price-premium2 {
    position: absolute;
    top: 345px;
    left: 620px;
}
.filterPremiumContent .newpr2 .price-premium3 {
    position: absolute;
    top: 650px;
    left: 200px;
}
.filterPremiumContent .newpr2 .head {
    font-size: 50px;
    color: #0059ed;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    top: 50px;
    left: 30px;
}
.filterPremiumContent .newpr2 .text1 {
    font-size: 18px;
    line-height: 18px;
    color: #58595b;
    width: 140px;
    position: absolute;
    bottom: 174px;
    right: 112px;
    text-align: center;
}
.filterPremiumContent .newpr2 .text1 span{
    display: block;
    font-size: 28px;
    line-height: 28px;
    padding: 4px 0px;
    font-weight: bold;
}
.filterPremiumContent .newpr2 .text2 {
    color: #b4aea2;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    width: 280px;
    position: absolute;
    bottom: 50px;
    right: 40px;
    font-family: 'Open Sans', sans-serif;
}


.filterPremiumContent .newpr3 {
    position: relative;
    width: 790px;
    height: 603px;
    background: url(../images/premium/premium03.jpg) 0 0 no-repeat transparent;
}

.filterPremiumContent .newpr3 .head {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 400px;
    font-family: 'Open Sans', sans-serif;
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
}
.filterPremiumContent .newpr3 .head span{
    padding-top: 6px;
    display: block;
    font-size: 58px;
    line-height: 66px;
    font-weight: 800;
} 
.filterPremiumContent .newpr3 .more-btn {
    color: #5191cb;
    font-size: 14px;
    border: solid 1px #5191cb;
    border-radius: 3px;
    background-color: #FFF;
    display: block;
    width: 150px;
    text-align: center;
    padding: 9px 0px;
    position: absolute;
    bottom: 100px;
    right: 100px;
}

.filterPremiumContent .newpr4 {
    position: relative;
    width: 790px;
    height: 317px;
    background: url(../images/premium/premium04.jpg) 0 0 no-repeat transparent;
}
.filterPremiumContent .newpr4 .head {
    position: absolute;
    top: 40px;
    right: 35px;
    text-align: right;
    color: #2d5981;
    font-size: 46px;
    line-height: 46px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.filterPremiumContent .newpr4 .head span{
    display: block;
    padding-top: 12px;
    color: #FFF;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
}

.filterPremiumContent .newpr51 {
    width: 256px;
    float: left;
}
.filterPremiumContent .newpr52 {
    width: 265px;
    float: left;
}
.filterPremiumContent .newpr53 {
    width: 269px;
    float: left;
}

.filterPremiumContent .newpr51 .price-premium,
.filterPremiumContent .newpr52 .price-premium,
.filterPremiumContent .newpr53 .price-premium
{
    width: 160px;
    margin: 0 auto;
}
.filterPremiumContent .newpr51 .head,
.filterPremiumContent .newpr52 .head,
.filterPremiumContent .newpr53 .head
{
    font-family: 'Open Sans', sans-serif;
    color: #3e3e3e;
    font-size: 18px;
    text-align: center;
    padding: 14px 0px 14px 0px;
    font-weight: 700;
    
}

.filterPremiumContent .newpr6 {
    margin-top: 20px;
    width: 790px;
    height: 29px;
    background: url(../images/premium/premium06.jpg) 0 0 no-repeat transparent;
}



.newFooter {}
.newFooter .header {
	color: #3c599b;
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	line-height: 36px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font-weight: 300;
}
.newFooter .facebookBox {
	display: box;
	width: 490px;
	height: 128px;
	float: left;
}
.newFooter .newsletterBox{
	width: 490px;
	height: 126px;
	border: solid 1px #cccccc;
	float: left;
}
.newFooter .newsletterBox .newsHeader {
	font-family: 'Open Sans', sans-serif;
	color: #58595b;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	padding-top: 16px;
	padding-bottom: 20px;
}
.newFooter .newsletterBox .form {
	overflow: hidden;
	float: left;
	width: 250px;
	padding-left: 20px;
	padding-top: 4px;
	margin-right: 10px;
}
.newFooter .newsletterBox .form .email {
	border: solid 1px #cccccc;
	border-right: 0;
	height: 22px;
	padding: 4px 10px;
	float: left;
	width: 180px;
	color: #58595b;
}
.newFooter .newsletterBox .form .submit {
	border: solid 1px #5d97cc;
	background-color: #5d97cc;;
	height: 32px;
	float: left;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, arial, sans-serif;
}
.newFooter .newsletterBox .text {
	float: left;
	width: 200px;
	font-family: Verdana, arial, sans-serif;
	color: #58595b;
	font-size: 12px;
}

.newFooter .smHeader {
	color: #58595b;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	margin: 40px 0px 30px 0px;
	padding: 0px;
	font-weight: 300;
}
.newFooter .wygoda .img {
	display: block;
	float: left;
	width: 238px;
	height: 128px;
	border: solid 1px #ccc;
}
.newFooter .wygoda .mrg {
	margin-right: 13px;
}


.promo-indicator {
	position: absolute;
	top: 0px;
	right: -10px;
	background: url(../images/mdc-30.png) 0 0 no-repeat transparent;
	width: 43px;
	height: 34px;
}

.productShops {
    
}
.productShops .shopsHead{
    background: url(../images/przetestuj_copy.png) 0 0 no-repeat transparent;
    height: 67px;
}
.productShops .shopLink{
    display: block;
    padding: 5px 0px 5px 15px;
    margin-bottom: 1px;
    background-color: #F5F5F5;
}
.productShops .shopLink:hover {
    color: #5391ca;
}


.mainBoxPartners {
    border: 1px solid #d8d8d8;
    text-align: center;
    min-height: 350px;
}
.mainBoxPartners .mapBox {
    text-align: center; 
    padding: 60px 0px 0px 0px; 
    background: url(../images/nowy_kontakt/mapka_pusta_main.png) center 0px no-repeat transparent;
    height: 264px;
    box-sizing: border-box;
    color: #5191cb;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.mainBoxPartners .mapBox a {
    color: #5191cb;
}
.mainBoxPartners .mapBox .count {
    font-size: 70px;
    line-height: 60px;
    display: block;
    font-weight: 400;
    padding-bottom: 14px;
}
.mainBoxPartners .mapLink { 
    text-align: center; 
    margin-top: 64px; 
    display: block; 
}


.partnerProducts {
    
}
.partnerProducts .productsList {
    margin-top: 20px;
    margin-bottom: 40px;
}
.partnerProducts .productsList .item{
    float: left;
    min-width: 195px;
    max-width: 25%;
}
.partnerProducts .productsList .name{
    height: 70px;
    display: block;
    background-color: #B5CEFF;
    text-align: center;
    padding: 10px 0px;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 12px;
    border: solid 1px white;
}
.partnerProducts .productsList .img{
    display: block;
    min-height: 195px;
}


.menu-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-contact li {
    line-height: 14px;
    padding: 3px 0px;
}
.menu-contact li a {
    font-size: 11px;
}
.menu-contact li a:hover {
    color: #5391ca;
}
.menu-contact li .salonMdc {
    font-size: 11px;
}



.sklep-main-img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.sklepy-head {
    color: #5191cb;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    padding: 18px 0 18px;
    text-align: center;
}
.sklepy-lista {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.sklepy-lista li {
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 15px;
}
.sklepy-lista li a{
    color: #5191cb;
}


.popup-info {
    border: solid 1px red;
    padding: 4px 6px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}
.popup-info p {
    margin: 0;
    padding: 0;
}
.popup-info .popup-info-trigger{
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 6px;
    font-weight: bold;
    color: #5391ca;
}


.search-product-list div.products-list-item {
    margin-bottom: 17px;
}


.materac-view div#media-column {
    width: 560px;
}

.materac-view div#breadcrumbs {
    margin-top: 10px;
    margin-bottom: 0px;
}

.materac-view div.variant-wraper {
    width: 390px;
}

.materac-view div#desc-column {
    width: 560px;
}

.materac-view div#product-switch {
    margin-top: 10px;
}

.materac-view h1.product-header {
    margin-top: 0px;
    line-height: 30px;
}
.materac-view div.media-gallery {
    width: 558px;
    height: 482px;
}
.materac-view div.technologie-item {
    margin-left: 13px;
}

.materac-view div.desc {
    position: relative;
}
.materac-view div.desc fieldset:first-of-type {
    position: absolute;
    top: 0;
    right: 0;
    width: 290px;
}

.materac-view div#media-column {
    overflow: visible;
}

.materac-view div#main {
    margin-top: 0px;
    padding-top: 13px;
}


.materac-view .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.materac-view .video-container iframe,
.materac-view .video-container object,
.materac-view .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.materac-view .social-box {
    text-align: right; 
    font-size: 11px;
    float: left;
    padding: 6px 0px 6px 3px;
    overflow: hidden;
}
.materac-view .social-box iframe {
    float: left;
}
.materac-view .social-box .opinion_popup {
    line-height: 16px;
    display: block;
    float: right;
    margin-right: 10px;
    margin-left: 40px;
    margin-top: 4px;
}
.materac-view .social-box .share-friend {
    border-left: solid 1px #171717;
    padding-left: 10px;
    line-height: 16px;
    display: block;
    float: right;
    margin-top: 4px;
}




.main-cat-description {}
.main-cat-description h1{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 26px;
    font-family: Georgia, serif;
    font-weight: 400;
    line-height: 32px;

}
.main-cat-description p{
    font-size: 11px;
    line-height: 18px;
}
.main-cat-description a{
    font-weight: 700;
    color: #5391ca; 
}

.outlet-list {}
.outlet-list li {
    margin-bottom: 10px;
}


.outlet-btn {
    position: fixed;
    left: 0;
    top: 35%;
    display: block;
    cursor: pointer;
    z-index: 50;
}
.outlet-btn:hover {
    opacity: 0.8;
}


.cd-top {
  display: inline-block;
  height: 54px;
  width: 54px;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 20;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url(../images/to-top.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top.cd-fade-out:hover {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}

.no-touch .cd-top:hover {
  opacity: 1;
}

.gratisRamka { border: solid 1px #DFDFDF; padding: 8px 5px;}
.gratisRamka .gratisRamkaText { font-weight: bold;  line-height: 15px;}
.gratisRamka .gr-list { list-style: none; margin: 0; padding: 0; padding-top: 6px;}
.gratisRamka .gr-item {}
.gratisRamka .gr-item .gr-title { color: #5391ca; font-weight: bold; }
.gratisRamka .gr-item .gr-title .gr-title-in { color: #000; font-weight: normal; }
.gratisRamka .gr-item .gr-realamount { font-weight: bold; }
.gratisRamka .gr-item .gr-amount { text-decoration: line-through;}
.gratisRamka .gr-item .gr-diff { font-weight: bold; color: #cf0f0f; }
.gr-list-details .back{ display: none;}


.productMap {}
.productMap .map{}
.productMap .head{
    background: url(../images/przetestujHead.png) 0 0 no-repeat transparent;
    height: 67px;
    line-height: 50px;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    padding-left: 20px;
}
.productMap .shopsListCount {
    background-color: #f5f5f5;
    padding: 13px;
    font-size: 12px;
    font-weight: bold;
    color: #5391ca;
    overflow: hidden;
}
.productMap .shopsListCount .shopsListCounterBox {
    float: right;
}
.productMap .shopsList {
    margin-top: 10px;
    position: relative;
    max-height: 320px;
    overflow: hidden;
}
.productMap .shopItem {
    border-bottom: solid 1px #cccccc;
    padding: 10px 0px;
}
.productMap .shopItem .fa-map-marker {
    float: left;
    padding: 15px 13px 5px 13px;
    color: #cd100e;
}
.productMap .shopItem .shopItemText {
    float: left;
    width: 310px;
    cursor: pointer;
}
.productMap .shopItem .expander {
    float: right;
    margin-right: 10px;
    padding: 12px 10px 0px 10px;
    color: #a3a4a8;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}
.productMap .shopItem .expanded {
    padding-top: 19px;
}
.productMap .shopItem .expandable {
    display: none;
    min-height: 40px;
    padding-left: 32px;
    position: relative;
}
.productMap .shopItem .expandable .shopGoTo {
    position: absolute;
    bottom: 0;
    right: 16px;
    
    border: solid 1px #5191cb;
    border-radius: 3px;
    color: #5191cb;
    padding: 4px 10px;
    display: block;
    width: 100px;
    text-align: center;
}

.productMap .shopItem .shopHtmlTooltip {
    display: none;
}

.productMap .wariantsHead {
    color: #5391ca;
    font-weight: bold;
    padding: 8px 0px 6px 0px;
}

.productMap .shopWariantsTable {
    width: 60%;
}
.productMap .shopWariantsTable th{
    font-size: 12px;
    font-weight: bold;
    width: 50%;
    text-align: left;
}
.productMap .shopWariantsTable td{
    font-size: 12px;
    font-weight: normal;
}
.productMap .shopsListNoRes {
    display: none;
    padding-top: 15px;
    color: #a8a8a8;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}
.productMap .shopsListNoRes .shopsListMore{
    border: solid 1px #5191cb;
    border-radius: 3px;
    color: #5191cb;
    padding: 4px 10px;
    display: block;
    width: 120px;
    text-align: center;
    float: left;
    margin: 15px 0px 0px 30px;
}
.productMap .shopsListNoRes .shopsListAll{
    border: solid 1px #5191cb;
    border-radius: 3px;
    color: #5191cb;
    padding: 4px 10px;
    display: block;
    width: 120px;
    text-align: center;
    float: right;
    margin: 15px 30px 0px 0px;
}

.productMap .searchBox {
    padding-bottom: 12px;
}
.productMap .searchBox .codeVal{
    float: left;
    color: #979797;
    border: solid 1px #e1e2e1;
    padding: 0px 4px;
    width: 126px;
    height: 36px;
    margin-right: 10px;
}
.productMap .searchBox .searchDistanceLabel{
    float: left;
    text-align: right;
    font-size: 11px;
    line-height: 14px;
    margin-right: 10px;
    padding-top: 4px;
    width: 74px;
}
.productMap .searchBox .distanceVal{
    float: left;
    color: #979797;
    border: solid 1px #e1e2e1;
    padding: 0px 4px;
    width: 80px;
    height: 36px;
}
.productMap .searchBox .searchBtn{
    float: right;
    background-color: #5391ca;
    padding: 0px 14px;
    border: solid 1px #5391ca;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    height: 36px;
    cursor: pointer;
}
.productMap .searchBox .searchBtn:hover {
    text-decoration: underline;
}

.searchNoResults {
    padding-top: 8px;
    margin-left: -10px;
}
.searchNoResults .noResCol{
    border: solid 1px #e1e2e1;
    padding: 20px;
    float: left;
    width: 246px;
    min-height: 264px;
    margin: 0px 10px 20px 10px;
    box-sizing: border-box;
}
.searchNoResults .noResColHead{
    color: #5391ca;
    font-weight: bold;
    padding-bottom: 6px;
}

.searchNoResults .noResCol ul{
    margin: 0;
    padding: 0px 0px 0px 12px;
    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGElEQVQImWMInnjqPzJmYGBgYKBQEBsAAM3nKtHbsbutAAAAAElFTkSuQmCC");
}
.searchNoResults .noResCol ul li {
    padding: 4px 0px;
}

.searchNoResults .noResCol a{
    line-height: 18px;
}
.searchNoResults .noResCol a:hover {
    text-decoration: underline;
}















/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}









@media (max-width: 1000px) {
  .cd-top {
    visibility: hidden;
  }
  .cd-top.cd-is-visible {
    visibility: hidden;
  }
}