body { margin: 0; }
html {  color: #1F2127;  }
html, button, input, select, textarea { font-size: 100%;  font: normal 13px  'Lato', Arial, sans-serif; }

h4 { font-size: 1em; margin: 0; }
a { text-decoration: none; color: #1F2127; }
a:active, a:hover { text-decoration: underline; }
p { margin-bottom: 0.5em; margin-top: 0; line-height: 1.5em;}
ul { list-style-type: square; list-style-position: outside; margin: 0 0 0 1.5em; padding: 0; line-height: 1.5em; }
figure { margin: 0; }
.hidden { display: none; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; /* dla IE < 8 */ }
.clearer { clear: both; }
.center { text-align: center; }
.red, .error, .important { color: #ED1C24; }
.req { color: #ED1C24; }
img { max-width: 100%; }
a img { border: 0; }
input[type='text'], input[type='password'], input[type='email'], input[type='search'], textarea { border: 1px solid #d6d6d6; padding: 5px 4px; color: #1F2127; font-style: italic; background-color: #F0F0F0; }
select { border: 1px solid #d6d6d6; padding: 4px; background-color: #fff; color: #1F2127; font-style: italic; background-color: #F0F0F0; }
.hidden { display: none; }
.req-info { color: #999; font-size: 12px; }

input[type=checkbox].checkbox { display:none; }
input[type=checkbox].checkbox + label.label-checkbox { padding-left:25px; min-height:15px; display:inline-block; line-height:15px;
background-repeat:no-repeat; background-position: 0 0; vertical-align:middle; cursor:pointer;  }
input[type=checkbox].checkbox:checked + label.label-checkbox { background-position: 0 -50px; }
label.label-checkbox { background-image: url(../img/layout/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-min { border: 0; height: 20px; cursor: pointer; font-size: 12px; border: 1px solid #D1D5D7; }
a.btn-min, span.btn-min { display: inline-block; line-height: 20px; height: 20px; padding: 0 5px; text-decoration: none;}
.btn { border: 0; height: 36px; min-width: 100px; padding: 0 15px;  font-weight: bold; cursor: pointer; -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; font-size: 14px; }
.btn-small { border: 0; height: 28px; font-weight: bold; cursor: pointer; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.btn-large { border: 0; height: 36px; padding: 0 20px; font-weight: bold; cursor: pointer; -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; font-size: 16px; }
a.btn { display: inline-block; min-width: 80px; text-align: center; line-height: 36px; height: 36px; padding: 0 15px; text-decoration: none;}
a.btn-small { display: inline-block; line-height: 28px; height: 28px; padding: 0 10px; text-decoration: none;}
a.btn-large { display: inline-block; line-height: 36px; height: 36px; text-decoration: none; }

.color1 { background-color: #ED1C24; color: #fff;  }
.color2 { background-color: #3E434F; color: #fff;  }
.color3 { background-color: #3E434F; color: #fff;  }
.color4 { background-color: #EBEBEB; color: #333; }
a.print { background: url(../img/layout/print-icon.png) 0 50% no-repeat; padding-left: 20px; color: #ED1C24; font-family: Arial, sans-serif; font-size: 12px;}

.header-content { clear: both; margin-bottom: 10px; }
.header-content h1, .header-content strong { font-size: 1em; margin: 0; padding: 0;  display: inline-block; font-size: 30px; font-weight: 300; }
.header-content .more { text-align: right; }

.container-max { max-width: 1200px; padding: 0 20px; margin: 0 auto; }
.container-max-header {  }
.container-max-bottom { clear: both; background-color: #F0F0F0; border-top: 1px solid #D8D8D8; }

#header-main { clear: both; }
#header-main .header-top { display: table; width: 100%; height: 110px; }
#header-main #logo { display: table-cell; vertical-align: top; width: 250px; padding-right: 30px; padding-top: 20px; }
#header-main .header-right { display: table-cell; vertical-align: top; width: 190px; padding-top: 20px; text-align: right; }
#header-main .header-bottom { display: table-cell;vertical-align: top; padding-top: 20px; }
#header-main .icon-box { float: right; }
.container-max-header .cart-header a { background: url(../img/layout/cart-icon.png) 0 50% no-repeat; text-decoration: none; padding-left: 50px; font-weight: bold; font-size: 26px; white-space: nowrap; }
.container-max-header .cart-header p { color: #ed1c24; }

#header-main .safe-header { text-decoration: none; padding: 0 0 0 25px; background: url(../img/layout/safe-icon.png) 0 55% no-repeat; font-weight: bold;  }
.header-search form { margin-bottom: 15px; }
.header-search fieldset { border: 0; padding: 0; margin: 0; background-color: #f0f0f0; border: 1px solid #d8d8d8; height: 30px; position: relative; padding: 5px 60px 5px 20px; -webkit-border-radius: 21px; -moz-border-radius: 21px; border-radius: 21px; }
.header-search legend { display: none; }
.header-search #query { border: 0; float: left; width: 60%; font-size: 18px; font-style: normal; background-color: transparent; height: 30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
}
.header-search select { float: left; border: 0; border-left: 1px solid #D8D8D8; background-color: transparent;width: 40%; height: 30px;font-size: 15px; font-style: normal; }
.header-search .search-btn {  position: absolute; top: 0; right: 0; -webkit-border-radius: 21px; -moz-border-radius: 21px; border-radius: 21px;}

#header-banner { text-align: right; }
#header-banner strong { display: inline-block; color: #e53300; }

.headerB { position: fixed; top: 0; z-index: 200; width: 100%; right: 0; padding: 0; height: 44px; background-color:#fff;
-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);box-shadow:0 3px 3px rgba(0,0,0,0.1);
-webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; -ms-transition: all .2s ease-out; transition: all .2s ease-out;
opacity: 0; visibility: hidden;}
.headerBs { opacity: 1; visibility: visible; }
.headerB #logo-small { float: left; margin-right: 20px; margin-top: 7px;  }
.headerB #logo-small img { height: 30px; display: block; }
.headerB .header-search-wrapper { float:left; margin-top: 5px; width:50%; }
.headerB .header-search form { margin-bottom: 0; }
.headerB .header-search fieldset { padding-top: 1px; padding-bottom: 1px; padding-right: 50px; }
.headerB .header-search .search-btn { height: 32px; }

.container-max-header .cart-header2 { float: right; margin-top: 6px; }
.container-max-header .cart-header2 a { padding-left: 50px; font-size: 20px; display: inline-block;  height: 28px; line-height: 28px; }
.container-max-header .cart-header p { text-align: right; }

#lang-box { font-size: 12px; margin-right: 20px; }
#lang-box-wrapper { float: right; position: relative; }
#lang-box-bar { margin: 0; padding: 0 10px; list-style-type: none; display: inline-block; background-color: #f5f5f5; }
#lang-box-bar li { display: inline-block; padding: 5px 0; margin-right: 10px; white-space: nowrap; }
#lang-box-bar li span { color: #999; }
#lang-box-bar li:last-child { margin-right: 0; }
#lang-box-bar .change { background: url(../img/layout/arrow3.png) right 50% no-repeat; padding-right: 15px; cursor: pointer; color: #333; }
#lang-box-bar .act { background-image: url(../img/layout/arrow3b.png); }
#lang-settings { display: none; position: absolute; min-width: 100%; z-index: 110; right: 0; }
#lang-settings-wrapper { background-color: #fff; border: 1px solid #E5E5E5; padding: 10px; }
#lang-settings .item { float: left; width: 100%; margin-bottom: 10px; }
#lang-settings .col2 { width: 50%; }
#lang-settings .col3 { width: 33.33%; }
#lang-settings .title { font-weight: bold; }
#lang-settings ul { margin: 0; list-style-type: none; }
#lang-settings select { font-size: 12px; max-width: 100%; }
#lang-submit { clear: both; text-align: center; }

#header-account-top { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex;
 -webkit-justify-content: flex-end;  justify-content: flex-end; }

.header-account { padding: 5px 0; position: relative; }
.header-account > a { font-weight:bold; background: url(../img/layout/clientmenu-icon2.png) 0 50% no-repeat; padding-left: 20px; border: }
.header-account #account-box ul { list-style-type: none; margin:0; }
.header-account #account-box ul li { margin-bottom: 5px; background: url(../img/layout/arrow1.png) 0 50% no-repeat; padding-left: 10px; }
.header-account #account-box ul li:last-child { margin-bottom: 0; }

.header-account #account-box {
	position: absolute; border: 1px solid #e6e6e6; right: 0; width: 260px; z-index: 200;
	padding: 20px 19px; background-color: #f0f0f0;
	opacity: 0;
   visibility: hidden;
   -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   -ms-transition:all .3s ease-out;
   transition: all .3s ease-out;
   -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.4); -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.4); box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
 }

.header-account:hover #account-box {
	opacity: 1;
   visibility: visible;
    -webkit-transform: translate(0,5px);
	-moz-transform: translate(0,5px);
 	-o-transform: translate(0,5px);
 	-ms-transform: translate(0,5px);
   transform: translate(0,5px);
}

/* bloki layoutu strony */
.container-side {  float: left; width: 20%; clear: left; }
.container-main { float: right; width: 80%; }
.container-main-wrapper { margin-left: 20px; }
.content-box { clear: both; border: 1px solid #F0F0F0; background-color: #fff; margin-bottom: 20px; }
.sbox { padding: 20px; }
.side50 { float: left; width: 50%; }

/* bloki w bocznym menu */
.box-left { margin-bottom: 20px;  }
.box-left-content {  padding: 15px 7.9166667%; border: 1px solid #F0F0F0; }
.box-left .box-left-header { font-size: 1em; font-weight: bold; margin: 0; height: 40px; line-height: 40px; padding: 0 15px; text-transform: uppercase; color: #fff; background-color: #3E434F; background-position: right center; background-repeat: no-repeat; }
.box-left .box-title { font-size: 15px; margin: 0 0 10px 0; font-weight: bold; }

/* producenci na stronie startowej */
#box-producer ul { margin: 0 0 10px 0; list-style-type: none; }
#box-producer ul li { padding-left: 10px; background: url(../img/layout/arrow1.png) 0 50% no-repeat;  }
#box-producer .more { color: #ED1C24; }

/* menu klienta */
#box-client .box-left-header { background-image: url(../img/layout/clientmenu-icon.png); background-color: #EAE9E9; color: #ED1C24; }
#box-client ul { margin: 0; list-style-type: none; }
#box-client li { padding-left: 10px; background: url(../img/layout/arrow1.png) 0 50% no-repeat; margin-bottom: 5px;  }
#box-client #logout a { color: #ED1C24; }

/* ostatnio oglądane */
#last-viewed ul { margin: 0; list-style-type: none; }
#last-viewed li { margin-bottom: 10px; }
#last-viewed li:last-child { margin-bottom: 0; }
#last-viewed h4 { font-weight: normal; font-size: 13px; }
#last-viewed .price { font-weight: bold; font-size: 14px; }
#last-viewed del { margin: 0 5px 0 0; color: #ed1c24; font-size: 12px; }

/* tagi */
#tags .box-left-header { margin-bottom: 10px; }
#tags ul { margin: 0; list-style-type: none; }
#tags li {  margin: 0; display: inline; }
#tags .active { font-weight: bold; }
#tags h3 { font-weight: normal; margin: 0; display: inline; font-size: 1em;  }
#tags .tag9 { font-size: 2.7em; line-height: 1em;}
#tags .tag8 { font-size: 2.5em; line-height: 1em; }
#tags .tag7 { font-size: 2.3em; line-height: 1em; }
#tags .tag6 { font-size: 2.1em; line-height: 1em; }
#tags .tag5 { font-size: 1.9em; line-height: 1em; }
#tags .tag4 { font-size: 1.7em; line-height: 1em; }
#tags .tag3 { font-size: 1.5em; line-height: 1em; }
#tags .tag2 { font-size: 1.3em; line-height: 1em; }
#tags .tag1 { font-size: 1.1em; line-height: 1em; }

/* główne menu */
#main-menu-wrapper { margin-bottom: 15px; background: url(../img/layout/bg.png) 0 20px repeat-x; }
#start-page #main-menu-wrapper { margin-bottom: 25px; }

#main-menu { -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); box-shadow: 0 3px 3px rgba(0,0,0,0.2);position: relative; }
#main-menu .box-left-header { background-image: url(../img/layout/menu-icon.png); background-color: #ED1C24; }
#main-menu ul { margin: 0; list-style-type: none; }
#main-menu > ul { background: #EC1B23 url(../img/layout/top-menu.png) 0 0;}
#main-menu > ul > li { margin: 0; float: left; padding: 0; width: 12.5%; background: #EC1B23 url(../img/layout/top-menu.png) 0 0; overflow: hidden; }
#main-menu > ul > li > a { font-size: 14px; display: block; text-align:center; padding: 0 5%; line-height: 44px; color: #fff; text-decoration: none; border-right: 1px solid #ed1823; border-left: 1px solid #f2555c; text-shadow: 0 1px 0 #c9131d; font-weight: bold; white-space: nowrap;}
#main-menu > ul > li:hover > a  { background-color: #f0f0f0; color: #3e434f; text-shadow: none; border-right: 1px solid #f0f0f0; border-left: 1px solid #f0f0f0; }
#main-menu > ul > li > ul  { display: none; }
#main-menu > ul > li:hover > ul  { display: block; background-color: #f0f0f0; position: absolute; width: calc(100% - 20px); left: 0; margin: 0; padding: 15px 10px; z-index: 150; -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); box-shadow: 4px 4px 4px rgba(0,0,0,0.3); }
#main-menu > ul > li > ul > li { float: left; margin: 0 10px; width: calc(25% - 20px); }
#main-menu > ul > li > ul > li > a { padding: 5px 0; margin: 0; font-size: 15px; border-bottom: 1px solid #d8d8d8; color: #ed1c24; display: block; font-weight: bold; }
#main-menu > ul > li > ul > li > ul { margin: 10px 0; }
#main-menu > ul > li > ul > li > ul a { padding-left: 10px; margin: 0 0 2px 0; background: url(../img/layout/arrow4.png) 0 50% no-repeat; }
#main-menu .categories li img { display: none; }
#main-menu .categories li span { color: #999; }
#main-menu #box-left-best { display: none; }

/* mobile menu */
.slicknav_btn { position: relative; display: block; vertical-align: middle;  cursor: pointer; margin: 0; color: #fff; text-decoration:none; background: #3E434F url(../img/layout/menu-icon.png) right 0 no-repeat; height: 40px; line-height: 40px; padding: 0 15px; font-weight: bold; }
#mobileMenu .slicknav_btn { background: #EC1B23 url(../img/layout/top-menu.png) 0 0; height: 44px; line-height: 44px;  text-transform: uppercase; }
#mobileMenu .slicknav_btn .slicknav_menutxt  {  background: url(../img/layout/menu-icon.png) right 50% no-repeat; }
#clientMenu .slicknav_btn { background: #EAE9E9 url(../img/layout/clientmenu-icon.png) right 0 no-repeat; color: #ED1C24;  text-transform: uppercase;  }
#cmsMenu .slicknav_btn { font-size: 15px;  }

.slicknav_open {   }
.slicknav_menu { -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); box-shadow: 0 3px 3px rgba(0,0,0,0.2); }
.slicknav_menu  .slicknav_menutxt { display: block;}
.slicknav_menu .slicknav_icon {   }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_nav { clear: both; margin:0; padding:0; background-color: #f5f5f5; }
.slicknav_nav, .slicknav_nav ul { list-style: none; overflow:hidden; }
.slicknav_nav ul, .slicknav_nav li { display: block }
.slicknav_nav > li { border-bottom: 1px dotted #ccc; }
.slicknav_nav > li.slicknav_open {   }
.slicknav_nav ul { margin: 0; }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; font-weight: normal; margin: 0 0 0 0.4em; width: 20px; text-align: center;  display: inline-block; color: #fff; background-color: #999999; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; padding: 6px 15px; margin: 0; }
.slicknav_nav a { display: block; padding: 6px 15px; margin: 0; text-decoration:none; }
.slicknav_nav ul a { padding-left: 30px; }
.slicknav_nav ul ul a { padding-left: 45px; }
.slicknav_nav ul ul ul a { padding-left: 60px; }
.slicknav_nav ul ul ul ul a { padding-left: 75px; }
.slicknav_nav ul .slicknav_row { padding-left: 30px; }
.slicknav_nav ul ul .slicknav_row { padding-left: 45px; }
.slicknav_nav ul ul ul .slicknav_row { padding-left: 60px; }
.slicknav_nav ul ul ul ul .slicknav_row { padding-left: 75px; }
.slicknav_nav .active > a, .slicknav_nav .active > span > a, .slicknav_nav .activeSubcategory > span > a { font-weight: bold; }
.slicknav_nav > li > a, .slicknav_nav .slicknav_item  > a {  }
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a { display: inline; padding:0; margin:0; }
.slicknav_nav .slicknav_row:hover { background:#4D4D4D; }
.slicknav_nav .slicknav_item:hover a { color:#fff;  }
 .slicknav_nav a:hover{ background: #4D4D4D; color:#fff; }
.slicknav_nav a span { color: #999; }
.slicknav_nav .slicknav_txtnode { margin-left:15px; }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
.slicknav_nav img { display: none; }
.slicknav_menu { display:none; }

#left-menu { background-color: #F0F0F0; border-bottom: 1px solid #D8D8D8; }
#left-menu ul.categories { padding: 0; margin: 0; list-style-type: none;}
#left-menu ul.categories ul { margin: 0; padding: 10px 7.9166667% 15px 7.9166667%; border-left: 1px solid #D8D8D8; border-right: 1px solid #D8D8D8; }
#left-menu ul.categories ul ul { margin: 0; padding: 10px 0 0 0; border: 0;  }
#left-menu ul.categories li { padding: 0; margin: 0; list-style-type: none; }
#left-menu ul.categories > li > a { font-size: 15px; padding: 10px 40px 10px 8.3333333%; font-weight: bold; display: block; color: #fff; background: #3E434F url(../img/layout/arrow5.png) right 50% no-repeat; }
#left-menu ul.categories > li > ul > li > a { font-size: 15px; border-bottom: 1px solid #d8d8d8; padding: 5px 0; margin: 0; color: #ed1c24; display: block; font-weight: bold; }
#left-menu ul.categories > li > ul > li ul { margin-bottom: 5px; }
#left-menu ul.categories > li > ul > li > ul > li { margin-bottom: 2px; }
#left-menu ul.categories > li > ul > li > ul > li > ul { margin-left: 10px; padding-top: 5px;}
#left-menu ul.categories > li > ul > li ul a { background: url(../img/layout/arrow4.png) 0 50% no-repeat; padding: 0 0 0 10px; display: inline-block; }

#box-left-best { border-left: 1px solid #D8D8D8; border-right: 1px solid #D8D8D8; margin: 0; padding: 10px 7.9166667% 15px 7.9166667%; list-style-type: none; }
#box-left-best li { padding: 5px 0; margin: 0; border-bottom: 1px solid #d8d8d8; }
#box-left-best li a { font-weight: bold; font-size: 15px; color: #3e434e; display: block; }


/* hit dnia */
#hits { margin-bottom: 60px; }
#hits .title { background: #1A3C73 url(../img/layout/hit-icon.png) right 0 no-repeat; display: inline-block; width: 210px; height: 40px; line-height: 40px; padding: 0 15px; margin: 0; font-size: 14px; color: #fff; text-transform: uppercase; font-weight: bold; }
#hits a.more { float: right; color: #ED1C24; line-height: 40px; }
#hits-content { position: relative; }
.product-hit { clear: both; width: 100%; }
.product-hit .product-img { float: left; width: 46.9083156%; }
.product-hit .product-img a { text-align: center; display: block; padding: 20px; }
.product-hit .description { padding: 30px 0 20px 0; float: right; width: 53.0916844%; }
.product-hit .cont { padding: 0 20px; }
.product-hit h3 { font-size: 30px; margin: 0 0 10px 0; font-weight: normal; }
.product-hit h3 a { color: #ED1C24; }
.product-hit h5 { margin: 0 0 20px 0; font-size: 1em; }
.product-hit .price .item { float: left; margin-right: 30px; }
.product-hit .price strong { font-size: 30px; line-height: 50px; }
.product-hit .price strong.pprice { line-height: 1em; }
.product-hit del { color: #999; font-weight: bold; display: block; }

#hits .bx-pager { position: absolute; bottom: -30px; width: 100%; text-align: center; font-size: 0; }
#hits .bx-pager-item { display: inline-block; height: 15px; }
#hits .bx-pager a { text-indent: -9999px; display: inline-block; margin: 0 5px; text-decoration: none;  width: 15px; height: 15px; background-color: #e5e5e5; outline: 0;
-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;  }
#hits .bx-pager a.active { background-color: #ED1C24; }
#hits .bx-controls-direction a { position: absolute; display: none; z-index: 100; background-color: rgba(0,0,0,0.1); background-repeat: no-repeat; background-position: 50% 50%; top: 50%; margin-top: -30px; width: 30px; height: 60px; text-indent: -9999px; font-size: 0; outline: 0; }
#hits a.bx-prev { background-image: url(../img/layout/arrow-controls-prev.png); left: 0; }
#hits a.bx-next { background-image: url(../img/layout/arrow-controls-next.png); right: 0; }
#hits a.disabled { display: none; }

#fbanner-wrapper { position: fixed; top: 190px; width: calc((100% - 1240px) / 2); right: 0; }
#fbanner-right {  float: left; width: 100%; max-width: 300px; opacity: 0; visibility: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;
   }

/* zakładki na stronie głównej */
#startbox-header { background-color: #3E434F  }
#startbox-header ul { padding: 0; margin: 0; list-style-type: none;  }
#startbox-header ul li { float: left; padding: 0; margin: 0; border-right: 1px solid rgba(0,0,0,0.3); }
#startbox-header ul li a { display: block; padding: 0 20px; font-size: 15px; height: 44px; line-height: 44px; color: #F3F3F3; text-align: center; text-decoration: none; border-right: 1px solid rgba(255,255,255,0.2); font-weight: bold; }
#startbox-header ul li.active { background: #ed1c24;  }
#startbox-header ul li.active a { color: #fff; }
#startbox-header a.more { display: none; float: right; color: #fff; font-weight: bold; line-height: 44px; margin-right: 20px; padding-right: 20px; background: url(../img/layout/arrow2.png) right 50% no-repeat; }
#startbox .sbox1, #startbox .sbox2, #startbox .sbox3 { 	height: 0; 	margin-bottom: 0; opacity: 0; visibility: hidden; overflow: hidden; }
#startbox .sbox-show { height: auto; 	margin-bottom: 30px; opacity: 1; visibility: visible; overflow: visible; }
.startbox-headerB { margin-bottom: 10px; }

#index-banner { margin-bottom: 30px; }
#index-banner .cont > div { background-color: #f5f5f5; }
#index-banner .bx-wrapper { position: relative; margin: 0 auto; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y; }
#index-banner .bx-wrapper img { max-width: 100%; display: block; }
#index-banner .bxslider { margin: 0; padding: 0; list-style: none; }
#index-banner .bx-viewport { -webkit-transform: translatez(0); }
#index-banner .bx-wrapper .bx-controls-direction a { position: absolute; background-color: #E5E5E5; background-repeat: no-repeat; background-position: 50% 50%; top: 50%; margin-top: -30px; width: 30px; height: 60px; text-indent: -9999px; font-size: 0; outline: 0; }
#index-banner .bx-wrapper .bx-controls-direction a.disabled { display: none; }
#index-banner .bx-wrapper a.bx-prev { background-image: url(../img/layout/arrow-controls-prev.png); left: -15px; }
#index-banner .bx-wrapper a.bx-next { background-image: url(../img/layout/arrow-controls-next.png); right: -15px; }


/* slider */
.page-slider { margin-bottom: 30px; }
.page-slider .bx-wrapper { position: relative; margin: 0 auto; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y; }
.page-slider .bx-wrapper img { max-width: 100%; display: block; }
.page-slider .bxslider { margin: 0; padding: 0; list-style: none; }
.page-slider .bx-viewport { -webkit-transform: translatez(0); }
.page-slider .bx-wrapper .bx-controls-direction a { position: absolute; background-color: rgba(0,0,0,0.1); background-repeat: no-repeat; background-position: 50% 50%; top: 50%; margin-top: -20px; width: 30px; height: 40px; text-indent: -9999px; font-size: 0; outline: 0; }
.page-slider .bx-wrapper .bx-controls-direction a.disabled { display: none; }
.page-slider .bx-wrapper a.bx-prev { background-image: url(../img/layout/arrow-controls-prev.png); left: 0; }
.page-slider .bx-wrapper a.bx-next { background-image: url(../img/layout/arrow-controls-next.png); right: 0; }
.page-slider .bx-pager { position: absolute; bottom: 10px; left: 10px;  z-index: 99; }
.page-slider .bx-pager-item { float: left; }
.page-slider .bx-pager a { text-indent: -9999px; font-size: 0; float: left; margin: 3px 8px 0 0; text-decoration: none; width: 10px; height: 10px; background-color: #3e434f; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; outline: 0; }
.page-slider .bx-pager a:hover { text-decoration: none; }
.page-slider .bx-pager a.active { width: 16px; height: 16px; margin-top: 0; background-color: #ed1c24;  }

#start-banners > div { border: 1px solid #F0F0F0; margin-bottom: 30px; }
#start-banners header { margin: 0 0 10px 0;  display:table; width:100%; }
#start-banners header h2 { display: table-cell; margin: 0; }
#start-banners header span { display: table-cell; text-align:right; }
#start-banners header a { background: url(../img/layout/arrow2b.png) right 50% no-repeat; padding-right: 20px; }

#start-banners ul { margin:0; list-style-type:none; }
#start-banners li { float: left; text-align: center; width: 300px; }
#start-banners .box { border-right: 1px solid #F0F0F0; height: 260px; }
#start-banners .box a { display:block; }
#start-banners .box span { display:block; margin-bottom:15px; height:150px; }
#start-banners .box h4 { font-size:16px; margin: 0 0 5px 0; }
#start-banners .bx-wrapper { position: relative; margin: 0 auto; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y; }
#start-banners .bx-wrapper img { max-width: 100%; display: block; }
#start-banners .bx-viewport { -webkit-transform: translatez(0); }
#start-banners .bx-wrapper .bx-controls-direction a { position: absolute; background-color: #E5E5E5; background-repeat: no-repeat; background-position: 50% 50%; top: 50%; margin-top: -30px; width: 30px; height: 60px; text-indent: -9999px; font-size: 0; outline: 0; }
#start-banners .bx-wrapper .bx-controls-direction a.disabled { display: none; }
#start-banners .bx-wrapper a.bx-prev { background-image: url(../img/layout/arrow-controls-prev.png); left: -15px; }
#start-banners .bx-wrapper a.bx-next { background-image: url(../img/layout/arrow-controls-next.png); right: -15px; }


/* strona listy produktów ------------------------------------------------------------------------------ */
#breadcrumbs { margin: 0 0 15px 0; font-family: Arial, sans-serif; font-size: 11px; }
#breadcrumbs a { text-decoration: none; background: #f0f0f0 url(../img/layout/arrow7.png) right 50% no-repeat; padding: 0 20px; display: inline-block; height: 22px; line-height: 22px; }
#breadcrumbs > ol { list-style-type: none; margin: 0; padding: 0; }
#breadcrumbs > ol > li { margin: 0; display: inline-block; }

h1.title { font-size: 30px; margin: 0 0 20px 0; font-weight: 300; border-bottom: 1px solid #ED1C24; padding: 0 0 15px 0; }
h2.title { font-size: 30px; margin: 0 0 20px 0; font-weight: 300; }

/* lista produktów */
.product-list { margin: 0 0 30px 0; }
.product-listA .product-list-content { border: 1px solid #F0F0F0; background-color: #fff; }
.product-listB .product-box {  border: 1px solid #e5e5e5; }
.product-list .note { text-align: center; margin: 20px; }

.product h4 { margin-bottom: 10px; font-weight: normal; color: #3e434c;}
.product h5 { margin: 0 0 10px 0; font-size: 12px; font-weight: normal; }
.product .price strong { font-size: 18px;  }
.product .price .title { display: none; }
.product del { margin-right: 5px; }
.legzemplarzy { margin-bottom: 10px; }
.legzemplarzy strong {  display: inline-block; margin: 0 0 0 5px; position: relative; top: 2px; width: 60px; height: 12px;background: url(../img/layout/liczba-egzemplarzy.png) 0 0 no-repeat; }
.legzemplarzy .el10 { background-position: 0 -12px; }
.legzemplarzy .el30 { background-position: 0 -24px; }
.legzemplarzy .el50 { background-position: 0 -36px; }
.legzemplarzy .el70 { background-position: 0 -48px; }
.legzemplarzy .el100 { background-position: 0 -60px; }
.prom-txt { margin-bottom: 10px; }
.prom-txt em { color: #fff; padding: 2px 6px; font-style: normal; font-weight: bold; background-color: #F85422; display: inline-block; }
.delivery { margin-bottom: 5px; color: #58B311; }

.product .compare { padding: 0; margin: 0; list-style-type: none; color: #999; font-size: 12px; }
.product .compare li { margin: 0 10px 0 0; display: inline-block; text-align: right;}
.product .compare li:last-child { margin-right: 0; }
.product .add-to-safe { white-space: nowrap; color: #999; display: inline-block; font-weight: bold; }
.product .remove-safe { white-space: nowrap; color: #ED1C24; display: inline-block; line-height: 15px;  }

.prom-icons  { margin: 0; }
.prom-icons em { padding: 2px 6px; margin: 0 5px 5px 0; display: inline-block; font-style: normal; font-weight: bold; color: #fff; background-color: #33CCFF; text-transform: uppercase; }
.prom-icons em.new {  background-color: #1A9512; }
.prom-icons em.bestseller { background-color: #FF9900; }
.iconw { position: absolute; top: 0; left: 0; }
.iconp { position: absolute; bottom: 0; left: 0; }

a.add-to-cart { display: inline-block; min-width: 80px; height: 36px; line-height: 36px; padding: 0 20px; background: #ed1c24; color: #fff; text-align: center; font-weight: bold; text-decoration: none; font-size: 15px; }
a.add-to-cart span { padding-left: 30px; background:url(../img/layout/cart-icon2.png) 0 50% no-repeat; }
a.add-to-cart2 { display: inline-block; min-width: 80px; height: 36px; line-height: 36px; padding: 0 20px; background: #ed1c24; color: #fff; text-align: center; font-weight: bold; text-decoration: none; font-size: 15px; }
a.add-to-cart2 span { padding-left: 30px; background:url(../img/layout/cart-icon2.png) 0 50% no-repeat; }
a.ask { display: inline-block; min-width: 80px; height: 36px; line-height: 36px; padding: 0 20px; background-color: #3E434F; color: #fff; text-align: center; font-weight: bold; text-decoration: none; font-size: 15px; }
a.ask2 { display: inline-block; min-width: 80px; height: 36px; line-height: 36px; padding: 0 20px; background-color: #3E434F; color: #fff; text-align: center; font-weight: bold; text-decoration: none; font-size: 15px; }
a.add-to-cart, a.add-to-cart2, a.ask, a.ask2 { -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; }

.product-list-content { margin-bottom:10px; }
#start-page .product-list-content { margin-bottom: 0; }
.product-list-content .product-box { padding: 20px; }
.product-list-content del { font-size: 14px; color: #ed1c24; }
.product-list-content .producent { font-size: 12px; margin: 0; }
.product-list-content .producent a { text-decoration: underline; }

.product-list-default .product { border-bottom: 1px solid #F0F0F0; padding: 20px; }
.product-list-default .product:last-child { border: 0; }
.product-list-default .product-box { display: table; width: 100%; padding: 0; }
.product-list-default .product-img {  display: table-cell; width: 180px; padding-right: 20px; vertical-align: top; text-align: center; }
.product-list-default .img-box { position: relative; }
.product-list-default .description { display: table-cell; vertical-align: top; }
.product-list-default h4 { border-bottom: 1px solid #d8d8d8; padding: 0 0 10px 0; }
.product-list-default .amount { margin: 0 0 10px 0; }
.product-list-default .product .compare { margin-bottom: 0; }
.product-list-default .price { display: table-cell; width: 200px; vertical-align: top; text-align: center; }
.product-list-default .price .item { display: block; margin: 0 0 15px 0; }
.product-list-default .installment strong { color: #FF5B0B; white-space: nowrap; }
.product-list-default a.add-to-cart, .product-list-default a.ask {  margin-bottom: 10px; }
.product-listB .product-list-default .product { margin-bottom: 20px; border: 1px solid #e5e5e5;  }
.product-listB .product-list-default .product-box {  border: 0; }

.product-list-default .iconw { top: -20px; left: -20px; }
.product-list-default .iconp { bottom: 0px; left: -20px; }

.simple .prom-icons  { position: static; top: auto; left: auto; margin-bottom: 5px; }

.product-list-gallery .product { float: left;  text-align: center; }
.product-list-gallery .product-box { border-top: 1px solid #F0F0F0; }
.product-list-gallery .product-img { display: block; margin: 0 auto 10px 0; text-align: center; position: relative; }
.product-list-gallery h4 { line-height: 1.3em; height: 3.9em; overflow: hidden; margin-bottom: 0; }
.product-list-gallery .desc-short { line-height: 1.3em; max-height: 3.9em; overflow: hidden; margin-bottom: 10px; color: #999; }
.product-list-gallery .price { margin: 0 0 10px 0; }
.product-list-gallery .price .item { display: block; margin: 0 0 5px 0;}
.product-list-gallery .installment strong { color: #FF5B0B; white-space: nowrap; }
.product-list-gallery a.add-to-cart, .product-list-gallery a.ask {  margin-bottom: 10px; }
.product-list-gallery .iconw { top: -20px; left: -20px; }
.product-list-gallery .iconp { bottom: 0px; left: -20px; }

.gallery2 .product { width: 50%; }
.gallery3 .product { width: 33.33%; }
.gallery4 .product { width: 25%; }

.gallery2 .product-img { display: table; width: 100%;}
.gallery2 .product-img > div { display: table-cell; vertical-align: middle; }

.product-listB .gallery2 .product { width: 49%; margin-bottom: 20px; }
.product-listB .gallery2 .product:nth-child(2n) { float: right; }
.product-listB .gallery3 .product { margin: 0 2% 20px 0; width: 32%;}
.product-listB .gallery4 .product { margin: 0 2% 20px 0; width: 23.5%;}

.product-list-start .product { float: left;  text-align: center; width: 240px; }
.product-list-start .product-img { display: block; margin: 0 auto 10px 0; text-align: center; position: relative; height: 135px; }
.product-list-start .product-box { border-right: 1px solid #F0F0F0; height: 280px; }
.product-list-start h4 { line-height: 1.3em; height: 5.2em; overflow: hidden; margin-bottom: 0; }
.product-list-start .price { margin: 0 0 10px 0; }
.product-list-start .price del { font-weight: bold; }
.product-list-start .bx-wrapper { position: relative; margin: 0 auto; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y; }
.product-list-start .bx-viewport { -webkit-transform: translatez(0); }
.product-list-start .bx-wrapper .bx-controls-direction a { position: absolute; background-color: #E5E5E5; background-repeat: no-repeat; background-position: 50% 50%; top: 50%; margin-top: -30px; width: 30px; height: 60px; text-indent: -9999px; font-size: 0; outline: 0; }
.product-list-start .bx-wrapper .bx-controls-direction a.disabled { display: none; }
.product-list-start .bx-wrapper a.bx-prev { background-image: url(../img/layout/arrow-controls-prev.png); left: -15px; }
.product-list-start .bx-wrapper a.bx-next { background-image: url(../img/layout/arrow-controls-next.png); right: -15px; }
.view-all { text-align: right; display: none; }
.view-all a { display: inline-block; height: 40px; line-height: 40px; font-weight: bold; padding-right: 20px; background: url(../img/layout/arrow2b.png) right 50% no-repeat;}

#banner-user { margin-bottom: 20px; border-bottom: 1px solid #F0F0F0; }
#banner-user hr { border: 0; border-top: 1px solid #ED1C24; margin-bottom: 10px;  }

#recommended { margin-bottom: 20px; }
#recommended .product-list-content { margin-bottom: 0; }

/* najciekawsze na stronie startowej, promocje na liście produktów */
#promotion-list2 { max-width: 1200px; background-color: #fff; padding: 20px; }
#promotion-list2 .product { float: left; width: 25%; text-align: center; min-width: 180px; }
#promotion-list2 .product-box { padding: 20px; border-top: 1px solid #F0F0F0; }
#promotion-list2 .product-img { display: block; margin: 0 auto 10px 0; text-align: center; position: relative; }
#promotion-list2 h4 { line-height: 1.3em; height: 3.9em; overflow: hidden; margin-bottom: 0; }
#promotion-list2 .price { margin: 0 0 10px 0; }
#promotion-list2 del { font-size: 14px; color: #ed1c24; }
#promotion-list2 .product p { margin: 0; font-weight: bold; color: #ed1c24; }
#promotion-list2 .btn { margin: 0 5px 10px 5px;  }

/* filtry produktów */
.filters { clear: both; margin-bottom: 20px; }
.filters header h3 { font-size: 16px; margin: 0 0 20px 0; }
.filters ul {  margin: 0; list-style-type: none; float: left; width: 100%; }
.filters li { padding: 0 3% 0 0; margin: 0 0 10px 0; width: 30.3%; float: left; }
.filters li.wradio { padding: 0; width: 100%; }
.filters li.wradio span { margin-right: 5px; }
.filters label { margin-right: 5px; }
.filters select { width: 100%;  }
.filters .bottom { clear: both; }
.filters .btn { margin-right: 20px; }
.filters .more { display: inline-block; margin: 0; }
.filters .more a { color: #ED1C24; }

/* stronicowanie na liście produktów */
.list-nav { clear: both; margin-bottom: 10px; background-color: #F0F0F0; padding: 6px 15px; }
.list-nav ul.pages { float: right; margin: 0; }
.list-nav ul.pages li { display: inline; margin: 0 0 0 2px; }
.list-nav ul.pages li a { text-decoration: none; display: inline-block; margin: 2px 0; background-color: #3e434f; padding: 2px 7px;color: #fff;  }
.list-nav ul.pages li a:hover {   }
.list-nav ul.pages li a.aktywna { background-color: #ed1c24; }
.list-nav ul.pages a.prev { color: #3e434c; background: none; padding: 0; }
.list-nav ul.pages a.next { color: #3e434c; background: none; padding: 0; }
.nav-top ul.pages {  }

/* sortowanie na liście aukcji */
.sort { float: left; }
.sort  select { background-color: #fff; }
.sortB { clear: both; margin: 0 0 20px 0; list-style-type: none; float: right; }
.sortB li { display: inline; }
.sortB a { float: left; margin-left: 10px; }
.sortB a.sort-up, .sortB a.sort-down { margin-left: 5px; width: 20px; height: 20px; overflow: hidden; text-indent: -9999px; font-size: 0; background-color: #F5F5F5; background-position: 50% 50%; background-repeat: no-repeat; }
.sortB a.sort-up {  background-image: url(../img/layout/arrow3.png); }
.sortB a.sort-down { background-image: url(../img/layout/arrow3b.png); }

/* porównanie przycisk */
#compare-btn { float: left; font-weight: bold; text-decoration: none; margin: 4px 0; }

/* dodatkowe linki na stronie kategorii */
.additional { margin-bottom: 10px; border: 1px solid #E5E5E5; padding: 10px 20px; }
.additional:last-child { margin-bottom: 20px; }
.additional ul {  list-style-type: none; margin: 0; }
.additional li {  display: inline; margin-right: 10px; }
.additional li:first-child { font-weight: bold; }

/* strona produktu ------------------------------------------------------------------------------ */

/* zdjęcie i galeria produktu */
.product-left { float: left; width: 46.6666667%; margin-bottom: 20px; }
.product-left .product-img { margin-bottom: 20px; padding: 20px; position: relative; text-align: center; border: 1px solid #F0F0F0; }
.product-left #image-href-wrapper { display: table; width: 100%; text-align: center; }
.product-left #image-href-wrapper > div { display: table-cell; height: 440px; vertical-align: middle; }

.product-left ul.gallery { margin: 0 20px; text-align: center; list-style-type: none; }
.product-left ul.gallery li { margin: 0 5px 10px 5px;  display: inline-block; }
.product-left ul.gallery li a { display: inline-block; }
.product-left .prom-icons  { top: 10px; left: 10px; }

/* dane produktu */
.product-right { float: right; width: 53.3333333%; margin-bottom: 20px; }
.product-right .product-right-box { margin-left: 20px; }
#product-container .product-right h1 { font-size: 30px; margin: 0 0 10px 0; font-weight: 300; line-height: 1.2em; }
#product-container .product-right h2 { font-weight: 300; font-size: 20px; padding: 0; margin: 0 0 10px 0; color: #3E434E; }
#product-container .producer { margin-bottom: 10px; display: block;}
#product-container .producer-logo { float: right; border: 1px solid #E5E5E5; background-color: #fff; padding: 10px; }
#product-container .producer-logo img { display: block; max-width: 100px; max-height: 50px; }
#product-container .producer a { text-decoration: underline; }

/* boks z ceną */
.price-box { clear: both; margin: 0 0 20px 0; border-top: 1px solid #F0F0F0; padding-top: 15px; }
.price-box .price { margin-bottom: 10px; }
.price-box .price strong { font-size: 30px; }
.price-box .price del { color: #ed1c24; font-weight: bold; font-size: 14px; margin-right: 10px; }
.price-box .price em { font-style: normal; margin-right: 10px;  }
.price-box .installment-info { margin-bottom: 10px; }
.price-box .installment-info strong { color: #FF5B0B; font-size: 14px;}
.price-box ul { margin: 0 0 10px 0; list-style-type: none; }

a.add-to-safe2 { text-decoration: none; display: inline-block; font-weight: bold;  color: #3e434f; line-height: 36px; }
#product-container  a.add-to-cart2, #product-container  a.ask2 { margin-right: 10px; }
#product-container .shopping-box { background: #F9F1EC; border: 1px solid #FBCED0; padding: 19px 15px; margin: 0 0 15px 0; color: #3e434c; }
.raty-zero { margin-bottom: 10px; font-size: 16px; } 

#fparametry p { margin: 0 0 10px 0; }
#fparametry p:last-child { margin: 0; }
#fparametry select { min-width: 100px; max-width: 100%; }

.sbitem { display: inline-block; margin-right: 15px; margin-bottom: 15px; }
.sbitem:last-child { margin-right: 0; }

#ilosc-box { margin: 0; }
#ilosc-box label { margin: 0 10px 0 0; }
#ilosc-box input.text { width: 48px; padding: 0; height: 26px; text-align: center; margin: 0; background-color: #fff; }
#ilosc-box #btn-plus { border: 0;  width: 26px; height: 26px; background: #3e434f; color: #fff; }
#ilosc-box #btn-minus { border: 0;  width: 26px; height: 26px; background: #3e434f; color: #fff; }

.product-set a { color: #ED1C24; }
.availability { margin: 0; list-style-type: none; }
.availability li { margin-bottom: 10px; }
.availability a { text-decoration: underline; }

.product-items { margin: 0 0 20px 0; clear: both; }
.product-items p.title { margin-right: 15px; float: left; }
.product-items ul { margin: 0; float: left; }
.product-items ul li { list-style-type: none; }

.atrybut-desc-icon { cursor: pointer; }
#product-container .atrybut-desc { display: none; }

.prod-opinion { margin: 15px 0; }
.prod-opinion span { display: block; float: left; margin: 0 10px 0 0; width: 75px; height: 14px; background: url(../img/layout/stars.png) 0 bottom no-repeat; text-indent: -9999px; font-size: 0; }
.prod-opinion a { float: left; font-style: normal; line-height: 14px; margin: 0 5px 0 0; color: #ff6600; font-family: Arial, sans-serif; font-size: 11px;  }
.prod-opinion .prate5 { background-position: 0px 0px; }
.prod-opinion .prate4 { background-position: 0px -20px; }
.prod-opinion .prate3 { background-position: 0px -40px; }
.prod-opinion .prate2 { background-position: 0px -60px; }
.prod-opinion .prate1 { background-position: 0px -80px; }
.prod-opinion a.item2 { display: none; }
.op0 a.item2 { display: block; }
.op0 a.item1 { display: none; }

#product-container #product-banner-wrapper { margin-bottom: 15px; }
#product-container #product-banner { clear: both; margin: 0; list-style-type: none; }
#product-container #product-banner a { display: inline-block; border: 1px solid #F0F0F0; }
#product-container #product-banner img { max-width: 100%;  display: block; }

.product-shapes { border-bottom: 1px solid rgba(0,0,0,0.1); margin-bottom: 10px; }
.product-shapes ul { margin: 0; list-style-type:  none; }
.product-shapes li { float: left; width: 25%; margin-bottom: 10px; text-align: center; }
.product-shapes span { display: block; }
.product-shapes-size { border-bottom: 1px solid rgba(0,0,0,0.1); margin-bottom: 10px; }
.productShapeParams li { margin-bottom: 10px; }
.productShapeParams .titleParams { display: inline-block; min-width: 120px; }
.productShapeParams em { color: #666; font-size: 12px; display: inline-block; }
.productShapeParams .rangeParams em {display: block; }

.attributes-radio ul li { float: left; margin: 0 10px 10px 0; text-align: center;}
.attributes-radio span { display: block; }
.attributes-radio > div { margin-bottom: 0.5em; }


/* zakładki na karcie produktu */
.product-tabs { clear: both; margin: 0 0 20px 0; }
ul.tabs { margin: 0; list-style-type: none; background-color: #3E434F; }
ul.tabs li { float: left; padding: 0; margin: 0; border-right: 1px solid rgba(0,0,0,0.3); }
ul.tabs a {display: block; padding: 0 20px; font-size: 15px; height: 44px; line-height: 44px; color: #D9D9D9; text-align: center; text-decoration: none; border-right: 1px solid rgba(255,255,255,0.2); font-weight: bold; }
ul.tabs .active a { background: #ed1c24; color: #fff; }
ul.tabs .hl a { color: #fff; }
.tab-content { display: none; clear: both; overflow: hidden; border: 1px solid #F0F0F0; border-top: 0; padding: 20px; }
.tab-header { margin: 0 0 10px 0; font-size: 14px; }

/* opis produktu */
.desc-text { margin-bottom: 20px; }
.desc-table { margin: 0 0 20px 0; }
.desc-table .category { clear: both; width: 98%; padding: 5px 0 5px 2%; font-weight: bold; background-color: #EBEBEB; }
.desc-table ul { margin: 0; float: left; width: 100%; border-bottom: 1px solid #E5E5E5; }
.desc-table ul li { list-style-type: none; float: left; }
.desc-table ul .attribute { width: 40%; padding: 5px 2%; text-align: left; }
.desc-table ul .attribute-value { width: 40%; padding: 5px 2%; text-align: left; }
.desc-table ul .attribute-icon { width: 7%; padding: 5px 2%; text-align: left; }
.desc-table ul .attribute-icon img { float: left; }
.desc-text img { height: auto; }
.prize { background: #ed1c24; padding: 10px;color: #fff; text-align: center; margin: 0 0 20px; } 

/* zestaw */
.tab-set .set-item { border-bottom: 1px solid #E5E5E5; margin: 0 0 20px 0; }
.tab-set h4 { font-size: 16px; margin-bottom: 10px; }
.tab-set h4 a { color: #ED1C24; }
.tab-set .items { float: left; width: 80%; }
.tab-set .item { float: left; width: 25%; margin: 0 0 10px 0; background: url(../img/layout/plus-item.png) right 20px no-repeat;}
.tab-set .item:last-child { background: url(../img/layout/sum-item.png) right 20px no-repeat;}
.tab-set h5 { font-size: 1em; font-weight: normal; margin: 0 10px 5px 0; color: #999; }
.tab-set .item-img { text-align: center; margin: 0 10px 10px 0; height: 60px; }
.tab-set .price { float: right; text-align: right; margin: 0 0 20px 0; width: 20%; }
.tab-set .price span { display: block; margin: 0 0 10px 0; }
.tab-set .price strong { font-size: 16px; color: #ED1C24; }
.tab-set .price del { display: block; font-weight: bold; }

/* formularze karty produktu */
.form-product ul { margin: 0; list-style-type: none;}
.form-product ul li { clear: both; margin-bottom: 10px; }
.form-product label { float: left; display: block; width: 200px; }
.form-product input[type='text'], .form-product textarea { width: 100%; max-width: 350px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
}
.form-product .g-recaptcha {
  margin-left: 200px;
  margin-bottom: 10px;
}
.form-product .btn, .form-product .copy { margin-left: 200px; }

/* opinie o produkcie */
.reviews { clear: both; }
.reviews .average { margin: 0 0 10px 0; }
#review-list { margin: 0; list-style-type: none; }
#review-list li { margin: 0 0 10px 0; float: left; width: 100%; }
#review-list .rate { float: left; width: 20%; }
#review-list .rate span { margin-right: 5px; }
#review-list .rate-value { display: inline-block; width: 75px; height: 14px; background: url(../img/layout/stars.png) 0 0 no-repeat; }
#review-list .rate4 { background-position: 0px -20px; }
#review-list .rate3 { background-position: 0px -40px; }
#review-list .rate2 { background-position: 0px -60px; }
#review-list .rate1 { background-position: 0px -80px; }
#review-list .review { float: right; width: 80%; }
#review-list em { margin-left: 5px; color: #999; }
#your-review { clear: both; padding: 10px 0 0 0; margin: 10px 0 0 0; border-top: 1px solid #e5e5e5; }
#your-review p.title { font-weight: bold; margin: 0 0 5px 0; padding: 0; }
#your-review .item1 { float: left; width: 45%; }
#your-review .item1 ul { margin: 0; list-style-type: none; }
#your-review .item1 ul li { padding: 0; margin: 0; }
#your-review .item1 input { margin: 0 5px 0 0; }
#your-review .item1 label { cursor: pointer; }
#your-review .item1 label span { margin: 0 0 0 5px; font-size: 12px; }
#your-review .item1 label img { position: relative; top: 2px; }
#your-review .item2 { float: right; width: 55%; }
#your-review .item2 .btn { margin-left: 0; }

/* linki dodatkowe */
#buttons-bottom  { margin: 0; list-style-type: none; }
#buttons-bottom li { display: inline-block; margin: 0 25px 0 0;}
#buttons-bottom li:last-child { margin-right: 0; }
#buttons-bottom li a { padding: 0 0 0 22px; color: #999; text-decoration: none; white-space: nowrap; display: inline-block;  font-weight: bold; }
#buttons-bottom li a.printb { background: url(../img/layout/print-icon.png) 0 50% no-repeat; }
#buttons-bottom li a.error { background: url(../img/layout/error-icon.png) 0 50% no-repeat; }
#buttons-bottom li a.compare { background: url(../img/layout/compare-icon.png) 2px 50% no-repeat; }

#product-negotiation { display: none; }
.product-negotiation-cont { background-color: #fff; min-width: 600px; }

/* strona aukcji ------------------------------------------------------------------------------ */

/* lista aukcji */
.auction-list-content { margin-bottom:10px; border: 1px solid #e5e5e5; background-color: #fff; }
.auction-list .product { border-bottom: 1px solid #E5E5E5; padding: 20px; }
.auction-list .product:last-child { border: 0; }
.auction-list .highlight { background-color: #FFFFD4; }
.auction-list .product-box { display: table; width: 100%; }
.auction-list .product-img {  display: table-cell; width: 80px;  padding-right: 20px; vertical-align: top; text-align: center; }
.auction-list .description { display: table-cell; vertical-align: top; }
.auction-list .description span { color: #999; }
.auction-list .price { display: table-cell; width: 200px; vertical-align: top; text-align: right; }
.auction-list .price span { display: block; margin: 0 0 5px 0;}
.auction-info { margin: 10px 20px;  color: #999; font-size: 12px; }
.auction-list .note { text-align: center; margin: 20px; }

/* karta aukcji */
.auction-left { float: left; width: 46.9083156%; margin-bottom: 20px; }
.auction-left .product-img { margin-bottom: 20px; padding: 20px; position: relative; text-align: center; }
.auction-right { float: right; width: 53.0916844%; margin-bottom: 20px; background-color: #F5F5F5; }
.auction-right .auction-right-box { padding: 20px; }
#auction-container h1 { font-size: 30px; margin: 0 0 10px 0; color: #ED1C24; font-weight: normal; }
#auction-container .observed { text-align: right; }
.auction-price-box { clear: both; background-color: #EAE8E9; padding: 20px; margin: 0 -20px; }
.auction-price-box .price { margin-bottom: 10px; }
.auction-price-box .price strong { font-size: 24px; }
.auction-content { clear: both; margin: 0 20px 20px 20px; }
.auction-header { margin: 0 0 10px 0; }
.auction-history { clear: both; margin: 0 20px 20px 20px; }
.auction-history ul { margin: 0; list-style-type: none; }
.auction-history ul li { border-bottom: 1px solid #E5E5E5; padding-bottom: 10px; margin-bottom: 10px; }
.auction-history ul p { margin: 0; }
.auction-history span { display: inline-block; min-width: 100px; color: #999; }

/* porównanie produktów ------------------------------------------------------------------------------ */
#product-comparison .product { float: left; text-align: center; width: 25%; }
#product-comparison .product-box { padding: 20px; }
.product-comparison-content { margin-bottom: 20px; }
#product-comparison .remove { margin: 0 0 10px 0; }
#product-comparison .remove a { color: #ED1C24; }
#product-comparison .product-img { display: block; margin: 0 auto 10px 0; text-align: center; }
#product-comparison .price { margin: 0 0 10px 0; }
#product-comparison .price .item { display: block; margin: 0 0 5px 0;}
#product-comparison .note { text-align: center; margin: 20px 20px 0 20px; }
#comparison-table-box { overflow: auto; margin-bottom: 20px; }
.comparison-table { border-collapse: collapse; border: 1px solid #e5e5e5; width: 100%; }
.comparison-table td, .comparison-table th { border: 1px solid #e5e5e5; padding: 5px 10px; }
.comparison-table th { text-align: left; background-color: #eee; }
.comparison-header { margin-bottom: 10px; font-size: 16px; font-weight: bold; }
.comparison-header strong { font-size: 26px; font-weight: 300; }


/* koszyk ------------------------------------------------------------ */
#cart-empty h4 { margin-bottom: 10px; font-size: 22px; color: #ED1C24; font-weight: normal;  }

#cart-steps { background-color: #F5F5F5; padding: 20px; }
#cart-steps .box { margin-bottom: 20px; color: #999; }
#cart-steps .box:last-child { margin-bottom: 0; }
#cart-steps .active { color: #333; }
#cart-steps .box h5 { font-size: 16px; margin: 0 0 5px 0;}
#cart-steps .box h5 span { font-weight: normal; }
#cart-steps .box p {  margin: 0;  }

.container-cart { padding: 20px; }
.container-cart .cart-box { margin-bottom: 20px; }
.container-cart .box-grey { background-color: #F8F8F8;  }
.container-cart .box-grey input[type='text'],
.container-cart .box-grey input[type='password'],
.container-cart .box-grey input[type='email'],
.container-cart .box-grey input[type='search'],
.container-cart .box-grey textarea,
.container-cart .box-grey select { background-color: #fff; }

.container-cart h4.block-title { margin-bottom: 10px; font-size: 26px; font-weight: 300; }
.container-cart h5 { margin: 0 0 10px 0; font-size: 14px; }
.container-cart .more { color: #ED1C24; }
.container-cart .cont { padding: 20px; }
.container-cart textarea { width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
}

.cart-list { list-style-type: none; margin: 0; float: left; width: 100%; border-bottom: 1px solid #e5e5e5; }
.cart-list li { float: left; margin: 0; padding: 10px 0; }
.cart-list-header { background: #3E434F; border: 0; font-weight: bold; color: #fff; }
.cart-list-header span { margin-left: 20px;}

.cart-list .cart-product { width: 35%; }
.cart-list .cart-product .product { font-weight: bold; }
.cart-list .cart-product .product span { font-weight: normal; }
.cart-list .cart-product .product-img { float: left; margin-right: 10px; width: 80px; text-align: center; }
.cart-list .cart-product p { margin: 0; }
.cart-list .cart-cena { width: 15%; text-align: right; }
.cart-list .cart-ilosc { width: 21%; padding-left: 4%; }
.cart-list .cart-ilosc input[type='text'] { width: 30px; text-align: center; }
.cart-list .cart-ilosc .btn-small { margin-left: 5px;  }
.cart-list .cart-wartosc { width: 15%; text-align: right; }
.cart-list .cart-usun { width: 10%; float: right; text-align: right; }
.cart-list .cart-usun a { color: #ED1C24; }
.cart-list .name { display: none; color: #999; }
.cart-list .more {  margin-left: 5px; }

.cart-suma { clear: both; margin:0; list-style-type: none; text-align: right; color: #ED1C24; }
.cart-suma li { display: inline-block; padding: 10px 0; }
.cart-suma .remove { float: left; }
.cart-suma .title { margin-right: 10px; font-weight: bold; }
.cart-suma .wartosc { margin-right: 10%; font-weight: bold; white-space: nowrap; }

#discount-code input[type='text'] { max-width: 160px; margin: 0 5px 5px 0; }
#discount-code p { margin: 0; }

#freeDelivery { padding: 2px 0 2px 30px; background: url(../img/layout/info-icon.png) 0 50% no-repeat; }
#freeDelivery p { margin: 0; }
#freeDelivery #freeDeliveryAmount, #freeDelivery #freeDeliveryValue { font-weight: bold; color: #ED1C24; }

.container-cart .gift { float: left; width: 49%; padding: 10px 0; margin: 0 1% 0 0; border-bottom: 1px solid #e5e5e5; }
.container-cart .gift:nth-child(even) { clear: both; }
.container-cart .gift:nth-child(odd) { margin: 0 0 0 1%; }
.container-cart .gift-select  { float: left; width: 10%; text-align: center; }
.container-cart .gift-img  { float: left; min-height: 60px; width: 25%; }
.container-cart .gift-parameter  { float: left; width: 40%;  }
.container-cart .gift-parameter  p { line-height: 1.2em; padding: 0; margin: 0; }
.container-cart .gift-price  { float: right; width: 20%; text-align: right; }

.container-cart .disabled { color: #B3B3B3; }

.select2 { background-image: url(../img/layout/select2-bg.png); background-repeat: repeat-y; background-position: 50% 0 ;  }
.select2 .side { float: left; width: 50%; }

.fmethods { margin: 0; list-style-type: none;  }
.fmethods li { margin: 0 0 5px 0; line-height: 1.2em; }
.fmethods li input[type='radio'] { margin-right: 5px; }
.fmethods li label { margin-right: 5px; }
.fmethods p { margin-top: 0.5em; }
.fmethods a { text-decoration: underline; }
.fmethods-platnosci li { padding-left: 50px; }

.fmethods #epayment1  { background: url(../img/layout/ikony-koszyk/przelew-ico.png) 0 50% no-repeat; }
.fmethods #epayment2  { background: url(../img/layout/ikony-koszyk/przyodbiorze-ico.png) 0 50% no-repeat; }
.fmethods #epayment3  { background: url(../img/layout/ikony-koszyk/payu-ico.png) 0 50% no-repeat; }
.fmethods #epayment4  { background: url(../img/layout/ikony-koszyk/dotpay-ico.png) 0 50% no-repeat; }
.fmethods #epayment6  { background: url(../img/layout/ikony-koszyk/eraty-ico.png) 0 50% no-repeat; }
.fmethods #epayment9  { background: url(../img/layout/ikony-koszyk/cart-ico.png) 0 50% no-repeat; }
.fmethods #epayment11  { background: url(../img/layout/ikony-koszyk/transferuj-ico.png) 0 50% no-repeat; }
.fmethods #epayment21  { background: url(../img/layout/ikony-koszyk/platformaratalna-ico.png) 0 50% no-repeat; }
.fmethods #epayment27  { background: url(../img/layout/ikony-koszyk/ileasing-ico.png) 0 50% no-repeat; }

.fmethods #epayment29  { background: url(../img/layout/ikony-koszyk/bluemedia-ico.png) 0 0 no-repeat; }
.fmethods #epayment32  { background: url(../img/layout/ikony-koszyk/blik-ico.png) 0 50% no-repeat; }
.fmethods #epayment33  { background: url(../img/layout/ikony-koszyk/alior-ico.png) 0 50% no-repeat; }

img.help { position: relative; top: 2px; cursor: help;  z-index: 1;}
.call { display: inline; position: relative; z-index: 2;}
.call p.desc { display: none; position: absolute; left: 5px; top: 12px; padding: 5px 10px; background-color: #fff; width: 200px; border: 1px solid #3A4147; }

.payment-options { margin-top: 10px; }
.payment-option { float: left; margin: 0 5px 10px 5px; width: 70px; }
.payment-option-name { width: 100px; float: none; display: none; }
.payment-option-checked { display: inline-block; }
.payment-option label { cursor: pointer; display: block; background-color:#fff; margin: 0 !important; padding: 4px; border: 1px solid #E5E5E5; }
.payment-option-img { display:block; text-align:center; margin: 0 auto; width: 60px; height: 60px; }
.payment-option-img img { display: block; margin: 0 auto; max-height: 100%; }
.payment-option input[type="radio"] { margin: 0; display: none; }
.payment-option input[type="radio"]:checked + label { border-color: #F85422; -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2); box-shadow: 0 0 5px rgba(0,0,0,0.2); }
.payment-option .payment-option-name { display: block; width:100%; font-size: 10px; line-height: 1.2em; height: 2.5em; overflow: hidden; }
.payment-options .btn-all { font-size:12px; font-weight: normal; }

#payu-box .cont { padding: 10px; border: 1px solid #068AE1; background: #fff; }
#payu-box a { float: right; margin-left: 10px; }
#payu-box #payu_info { margin: 5px 0 0 0; color: #999;	}

#total-order { float: right; }
#total-order ul { margin: 0; list-style-type: none; }
#total-order li { margin: 0; text-align: right; }
#total-order li.last {  font-weight: bold; }
#total-order li span { display: inline-block; width: 150px; }
#total-order li em { font-style: normal; font-weight: bold; }
#total-order li.last { color: #ED1C24; }

#to-cart { list-style-type: none; margin: 0; }
#to-cart li { float: left; }
#to-cart li.item2 { float: right; text-align: right; }

#cart-options { margin: 0; border-top: 1px solid #e5e5e5; padding: 10px 0 0 0; list-style-type: none; }
#cart-options li { margin: 0 20px 10px 0; padding: 0; display: inline-block; }
#cart-options select { width: 150px; margin-right: 5px; margin-bottom: 10px; }
#cart-options input[type='text'] { width: 140px; margin-right: 5px; }

#step2 .ctab2 { display: none;}
.cart-tabs { margin: 0 0 20px 0; list-style-type: none; border-bottom: 1px solid #e5e5e5; }
.cart-tabs li { float: left; position: relative; top: 1px; }
.cart-tabs a { display: block; background: #EBEBEB; border: 1px solid #e5e5e5; padding: 0 20px; margin-right: 10px; outline: 0; font-weight: bold; text-decoration: none; height: 38px; line-height: 38px; overflow: hidden; }
.cart-tabs .active a { background-color: #fff; border-bottom-color: #fff;  }
.ctab-content .tab2 { display: none; }

.container-cart p.error { display: none; }
.container-cart p.preq { clear: both; }
.container-cart #invoiceForm { display: none; }

.cart-data { margin: 0; list-style-type: none; }
.cart-data li { margin: 0 0 10px 0; clear: both; }
.cart-data label.text { display: inline-block; width: 50%; }
.cart-data li input[type='text'], .cart-data li input[type='password'], .cart-data li select { width: 50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
}

.cart-data-s { max-width: 50%; }
.cart-data-s .btn-large { margin-left: 50%; }
#step3 .cart-data li, #step4 .cart-data li { margin-bottom: 0; }

#ankieta { margin: 0; list-style-type: none; }
#ankieta li { float: left; width: 33.33%; margin-bottom: 5px; }
#ankieta li:last-child { width: 100%; }
#ankieta li input[type='text'] { margin-left: 10px; }

#confirm-order { list-style-type: none; margin: 0 0 20px 0;}
#confirm-order span { display: inline-block; min-width: 200px; }

.box-paczkomaty { border: 1px solid #ED1C24; padding: 20px; }
.box-paczkomaty p:last-child { margin: 0; }

.box-payment { border: 1px solid #ED1C24; text-align: center; margin: 0 0 20px 0; padding: 20px; }
.box-payment p { margin: 0 0 20px 0; }

.cart-info { color: #ED1C24; border: 1px solid #ED1C24; background-color: #FFFCE7; padding: 20px; margin-bottom: 20px; }
.ceneo-box { padding: 20px 20px 20px 160px; background: #F8F8F8 url(../img/layout/zaufane-opinie.png) 20px 50% no-repeat;}

/* popup do koszyka ------------------------------------------------------------------------------ */
#windowcart {display: none; }
#windowcart-head { font-weight: bold; margin-bottom: 20px; font-size: 30px; font-weight: 300; }
a.windowcart-close { margin-right: 20px; }
a.windowcart-go { margin-left: 20px; }

/* wyszukiwanie zaawansowane ------------------------------------------------------------------------------ */
#search-adv header { padding: 20px; color: #fff; background: #37383A; margin-bottom: 20px; }
#search-adv h4 { display: inline; font-size: 16px; margin-right: 20px; }
#search-adv header input[type='text'] { margin-right: 10px; }
#search-adv header p { margin-bottom: 0; margin-top: 10px; }
#search-adv .cont { padding: 20px; }
#search-adv .title { font-weight: bold; margin: 0 0 10px 0; }
#search-adv ul { margin: 0 0 20px 0; list-style-type: none; }
#search-adv ul li { float: left; width: 33.33%; margin: 0 0 5px 0; padding-bottom: 5px; border-bottom: 1px solid #E5E5E5; }
#search-adv .cont input[type='text'] { width: 80px; }

/* wyszukiwanie nie znalezione  ------------------------------------------------------------------------------ */
#not-found { text-align: center;  }
#not-found .message { margin: 40px 0; font-weight: bold; }
#not-found .title { margin-right: 10px; }
#not-found p { margin-bottom: 20px; }

/* logowanie  ------------------------------------------------------------------------------ */
#login-box p { margin: 0 0 20px 0;  }
#login-box ul { margin: 0 0 10px 0; list-style-type: none;}
#login-box li { margin: 0 0 10px 0; clear: both; }
#login-box label { display: inline-block; width: 40%; max-width: 150px; }
#login-box input[type='text'], #login-box input[type='password'] { width: 60%; max-width: 350px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
}
#login-box .btn { margin-bottom: 20px;   }
#login-box .more { color: #ED1C24; }
#pass-form input[type='text'] { margin: 0 10px 10px 0; }

.error-box { text-align: center; font-weight: bold; padding: 30px 20px; border-bottom: 1px solid #E5E5E5; }

/* rejestracja  ------------------------------------------------------------------------------ */
#register-info h4 { font-size: 16px; margin-bottom: 20px;  }
#register-info ul { margin: 0 0 20px 1em;  }

.register-data { margin: 0 0 20px 0; list-style-type: none; }
.register-data li { margin: 0 0 10px 0; clear: both; }
.register-data label { display: inline-block; width: 50%; max-width: 200px; }
.register-data li input[type='text'], .register-data li input[type='password'], .register-data li input[type='email'],
.register-data li select  { width: 50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
}
#regulations { margin: 0 0 20px 0; list-style-type: none; }
#regulations li { margin: 0 0 10px 0; clear: both; }

#customer-data h4 { margin-bottom: 10px; }
#customer-data fieldset { border: 0; padding: 0; margin: 0; }
#customer-data legend { display: none; }

/* strony CMS  ------------------------------------------------------------------------------ */

.box-cms {  margin-bottom: 10px; }
.box-cms h4 { margin: 0;  padding: 10px 20px; background-color: #3E434F; color: #fff; font-size: 15px;  }
.box-cms ul { padding: 15px 20px; margin: 0; border: 1px solid #f0f0f0; list-style-type: none; background-color: #F5F5F5; }
.box-cms ul li { padding: 0; margin: 0 0 4px 0; }
.box-cms ul li a { text-decoration: none; }
.box-cms ul li a:hover { text-decoration: underline; }

.cms .b-film{text-align:center;width: 100%; clear:both;}
.cms .filmy{  display: inline-block;  width: 33%;}
.cms .filmy iframe{ max-width: 100% !important;}

.cms img { height: auto; }

/* +18  ------------------------------------------------------------------------------ */
#adult { text-align: center; }
#adult h4 { margin: 20px 0; color: #ED1C24; }
#adult .btn { margin: 0 10px; }

/* schowek  ------------------------------------------------------------------------------ */
#safe-empty h4 { margin-bottom: 10px; font-size: 22px; color: #ED1C24; font-weight: normal; }

/* Aktualności, Blog  ------------------------------------------------------------------------------ */
#blog-search { margin-bottom: 20px; }
#blog-search form { padding-right: 45px; position: relative;}
#blog-search input[type='search'] { width: 100%; height: 40px; padding: 0 5px;
-webkit-appearance: none;
 }
 #blog-search .btn-search { width: 45px; height: 40px; border: 0; cursor: pointer; position: absolute; right: 0; top: 0; font-weight: bold; }

#articles-menu { background-color: #f5f5f5; }
#articles-menu .box-left-header { background-image: url(../img/layout/menu-icon.png); background-color: #ED1C24; }
#articles-menu ul { margin: 0; list-style-type: none; }
#articles-menu li { margin: 0; padding: 6px 15px; border-bottom: 1px dotted #ccc; }
#articles-menu .categories .active { font-weight: bold; }

.articles .linked { border-bottom: 1px solid #E5E5E5; margin-bottom: 20px; padding-bottom: 20px; }
.articles-item:last-child .linked { border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
.articles .linked p { margin: 0; font-size: 12px; }
.articles .linked span { color: #999; }

.articles-item { margin-bottom: 20px; }
.articles-item .date, #article .date { margin: 0 0 5px 0; color: #999; text-align: right; }

.articles-item h3.title { font-size: 16px; margin: 0 0 10px 0; }
.articles-item h3.title a { color: #ED1C24; }

.articles-item .more { margin-bottom: 20px; }
.articles-item .more a { color: #ED1C24; }

#article h4.title { margin-bottom: 10px; }
#article .article-content { border-bottom: 1px solid #E5E5E5; margin-bottom: 20px; padding-bottom: 20px; }
#comment-list { margin-bottom: 20px; border-bottom: 1px solid #E5E5E5; }
#comment-list .comment { margin-bottom: 20px; }
#comment-list .user { margin-bottom: 5px;}
#comment-list .user strong { margin-right: 5px;}
#comment-list .user em { font-size: 12px; color: #999; font-style: normal; }
#comment-list .reply { padding-left: 20px; margin-left: 20px; border-left: 1px solid #E5E5E5; }
#comment-list .reply-btn { color: #ED1C24; font-size: 12px; }
.article-content iframe{ max-width: 100% !important;}
.article-content img { height: auto; }

#article-products { margin-bottom: 20px; }
#article-products .product { float: left; width: 49%; padding: 10px 0; margin: 0 1% 0 0; border-bottom: 1px solid #e5e5e5; }
#article-products .product:nth-child(2n) { margin: 0 0 0 1%; }
#article-products .product:nth-child(2n+1) { clear: both; }
#article-products .product-box { display: table; width: 100%; }
#article-products .product-img  { display: table-cell; width: 80px; padding-right: 20px; text-align: center; }
#article-products .description { display: table-cell; vertical-align: top; }
#article-products .description p { margin-bottom: 0; }

#start-articles { margin-bottom: 20px; }
#start-articles .cont { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
#start-articles .article-item { border-right: 1px solid #F0F2F5; border-bottom: 1px solid #D1D5D7; width: calc(33.333333333% - 34.333333333px); padding-right: 20px; padding-bottom: 20px; margin-right: 20px; margin-bottom: 20px; }
#start-articles .article-item:nth-child(3n) { margin-right: 0; }
#start-articles .items { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-direction: column; flex-direction: column; height: 100%; }
#start-articles .items .item1 { -webkit-flex: 1 1; flex: 1 1;}
#start-articles .date { margin:0; color: #838D94; text-align: right; font-size: 12px;}
#start-articles h4 { margin-bottom: 10px; }
#start-articles .more a { color: #F85422; } 
#start-articles .article-img { margin-bottom: 20px; }
#start-articles .article-img img { display: block; margin: 0 auto; }

/* Lista kategorii  ------------------------------------------------------------------------------ */
#categories-list h4 { text-transform: uppercase; margin-bottom: 5px; }
#categories-list h4 a { color: #ED1C24; }
#categories-list ul { margin: 0 0 20px 0; list-style-type: none; }
#categories-list ul li { display: inline-block; min-width: 16%; margin-right: 3%; }

/* Lista producentów  ------------------------------------------------------------------------------ */
#producer-list h4 { text-transform: uppercase; margin-bottom: 10px; }
#producer-list h4 a { color: #ED1C24; }
#producer-list ul { margin: 0 0 20px 0; list-style-type: none; border-bottom: 1px solid #e5e5e5; }
#producer-list ul:last-child { border: 0; margin: 0; }
#producer-list ul li { display: inline-block; min-width: 21%; margin-right: 3%; margin-bottom: 10px; }
#producer-list .producer-logo { display: block; text-align: center; }
#producer-list .producer-logo img { max-width: 100px; max-height: 50px;}

/* mapa kategorii  ------------------------------------------------------------------------------ */
#category-map .category { margin-bottom: 20px; float: left; width: 33.3%; }
#category-map .category:last-child { margin-bottom: 0; }
#category-map h3 { text-transform: uppercase; margin: 0 10px 10px 0; font-size: 1em; }
#category-map h3 a { color: #ED1C24; }
#category-map .category-img { margin: 0 10px 10px 0; }
#category-map .subcategory-cont { margin-right: 10px; }

/* historia zamówień  ------------------------------------------------------------------------------ */
#order-history ul { float: left; width: 100%; margin: 0 0 20px 0; list-style-type: none; border-bottom: 1px solid #E5E5E5; }
#order-history li { float: left; width: 30.33%; margin: 0 3% 10px 0; }
#order-history .item1 b { margin-right: 10px; }
#order-history span { color: #999; }
#order-history a.more { color: #ED1C24; }
#order-history p { margin: 0; }

#order-info .title { font-weight: bold; margin: 0 0 10px 0; }
#order-list-header { clear: both; float: left; width: 100%; background-color: #F5F5F5; margin: 0; list-style-type: none; }
#order-list-header li { float: left; padding: 10px 0; margin: 0; font-weight: bold; }
#order-list-header .name { width: 45%; }
#order-list-header .price { width: 20%; text-align: center;}
#order-list-header .number { width: 15%; text-align: center; }
#order-list-header .value { float: right; width: 20%; text-align: right; }
#order-list-header span { margin: 0 20px; }

#order-products .item { float: left; width: 100%; padding: 10px 0; border-bottom: 1px solid #e5e5e5; }
#order-products .product-img { float: left; width: 15%; text-align: center; overflow: hidden;  }
#order-products .description { float: left; width: 30%; }
#order-products .price { float: left;  width: 20%; text-align: center;  }
#order-products .number { float: left; width: 15%; text-align: center; }
#order-products .value { float: right; width: 20%; text-align: right; }
#order-products span.name { color: #999; display: none; }
#order-info .sum { clear: both; text-align: right; }

.download-files { margin: 0 0 40px 0; list-style-type: none; }
.download-files li { margin: 0 0 5px 0; padding: 0 0 0 20px; background: url(../img/layout/load-icon.png) 0 5px no-repeat; }
.download-files li .name {  margin-right: 20px; }

#order-item-info { margin: 0; list-style-type: none; }
#order-item-info li {  float: left; width: 100%; margin: 0 0 10px 0; padding-bottom: 10px; border-bottom: 1px solid #E5E5E5; }
#order-item-info li:last-child {  border: 0; }
#order-item-info li.first { color: #999; }
#order-item-info .item1 { width: 30%; float: left; }
#order-item-info .item2 { width: 65%; float: right; }

/* program partnerski ------------------------------------------------------------------------------ */
#pp h4 { margin-bottom: 20px; }
#pp textarea { width: 100%; max-width: 600px; margin: 0 0 40px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
}
#pp ul { margin: 0; list-style-type: none; }
#pp .pp-link { margin: 0 0 20px 0; list-style-type: none; border-bottom: 1px solid #e5e5e5;}
#pp .pp-link li { margin: 10px 0 0 0; float: left; position: relative; top: 1px; }
#pp .pp-link li a { display: block; background: #eae8e9; border: 1px solid #e5e5e5; padding: 0 20px; margin-right: 10px; outline: 0; text-decoration: none; height: 38px; line-height: 38px; overflow: hidden; }
#pp .pp-link li.active a { background-color: #fff; border-bottom-color: #fff;  }
#pp .pp-lista1 li { margin: 0; padding: 5px 0; list-style-type: none; border-bottom: 1px solid #F2F2F2; }
#pp .item1 { display: inline-block; min-width: 30%; margin-right: 10px; }
#pp .item2 { display: inline-block;}
#pp .item2 input[type='text'] { width: 50%; min-width: 220px; margin-right: 10px; margin-bottom: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
}
#pp .pp-tabela ul { display: table; width: 100%; padding: 5px 0; border-bottom: 1px solid #F2F2F2; }
#pp .pp-tabela ul:nth-child(2n) { background-color: #FAFAFA;  }
#pp .pp-tabela ul:first-child { font-weight: bold; }
#pp .pp-tabela1 li { display: table-cell; padding: 0 10px; }
#pp .pp-tabela1 li:nth-child(1) { width: 120px; }
#pp .pp-tabela1 li:nth-child(3) { width: 120px; text-align: right; }
#pp .pp-tabela1 li:nth-child(4) { width: 120px; text-align: right; }
#pp .pp-tabela2 li { display: table-cell; padding: 0 10px; width: 15%; text-align: center; }
#pp .pp-tabela2 li:nth-child(1) { width: auto; text-align: left; }
#pp span.name {  font-weight: bold; display: none; }
#pp .sum { font-weight: bold; }
#pp .pp-tabela1 .sum li:nth-child(1) { width: auto; text-align: right; }
#pp .pp-tabela1 .sum li:nth-child(2) { width: 120px; padding-right: 150px; text-align: right;}


/* formularze  ------------------------------------------------------------------------------ */
.form-default dl { clear: both; margin: 0 0 10px 0; }
.form-default dt { float: left; width: 40%; max-width: 300px; margin: 0; }
.form-default dd { display: inline-block; width: 60%; margin: 0; }
.form-default dt label { margin-right: 20px; margin-bottom: 10px; display: inline-block; }
.form-default dd input[type='text'], .form-default li input[type='password'] { width: 80%; max-width: 250px; }
.form-default dd textarea { width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
 }
.form-default h4 { margin-bottom: 10px; font-size: 16px; }
.form-default .submit-item label { width: 40%; max-width: 300px; display: inline-block; }
.form-default .ui-datepicker-trigger { float: none; }

#tableElements { width: 100%; }
#tableElements th { text-align: left; padding-bottom: 5px; font-weight: normal; }
#tableElements td { padding: 0 10px 10px 0; }
#tableElements .item1 { width: 260px; }
#tableElements .item1i { width: 100%; }
#tableElements .item2i { max-width: 100px; min-width: 50px; }


/* kontakt  ------------------------------------------------------------------------------ */
.contact-left { float: left; width: 50%; margin-bottom: 20px; }
#contact-form { float: right; width: 50%; margin-bottom: 20px; }
#contact-form ul { margin: 0; list-style-type: none; }
#contact-form li { margin: 0 0 10px 0; clear: both; }
#contact-form label { display: inline-block; width: 50%; max-width: 200px;  }
.form-default .recaptcha-wrapper, #contact-form .recaptcha-wrapper { display: inline-block; }
.form-default .g-recaptcha, #contact-form .g-recaptcha { margin-bottom: 5px; }
#contact-form .first label { float: left; }
#contact-form input[type='text'], #contact-form input[type='email'], #contact-form textarea { width: 50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
}
#contact-form h4 { margin-bottom: 10px; text-transform: uppercase; }

.label-check { font-size: 12px; }
.label-check a { text-decoration: underline; }
#contact-form .label-check { width: auto; max-width: none; }

#contact-map { clear: both; }
#contact-map iframe { width: 100%; max-width: 600px; }
#contact-map h4 { margin-bottom: 10px; text-transform: uppercase; }

/* stopka i panel dolny ------------------------------------------------------------------------------ */
.container-bottom { clear: both; margin-bottom: 20px; }
.container-bottom .item1 .box-bottom { float: left; width: 20%; }
.container-bottom .item1 .box-bottom1 { width: 40%; }
.container-bottom .cont { padding: 20px 20px 20px 0; }
.container-bottom .title {  text-transform: uppercase; margin-bottom: 10px; font-weight: bold; }
.container-bottom ul { margin: 0; list-style-type: none; }
.container-bottom .news .last { text-align: right; }
.container-bottom a.all { color: #ED1C24; }
.container-bottom .box-bottom1 .left { float: left; min-width: 50%; }
.container-bottom .box-bottom1 .left a { text-decoration: underline; }
.container-bottom .box-bottom1 .left a.btn { text-decoration: none; }
.container-bottom .item2 { border-bottom: 1px solid #D8D8D8;  }
.container-bottom .item2 .box-bottom { float: left; width: 50%; }

#banners-bottom { border-bottom: 1px solid #D8D8D8; background: url(../img/layout/banners-bottom.png) 0 0 repeat-x;}
#banners-bottom a { float: left; width: 25%; text-align: center; padding: 20px 0; }
#banners-bottom span { display: block; height: 110px; overflow: hidden; margin-bottom: 15px; }
#banners-bottom p { margin: 0; line-height: 1.3em; }

#footer { text-align: center; font-size: 12px; color: #999; padding-bottom: 20px; }

#footer .selly { line-height: 25px; white-space: nowrap; }
#footer .selly img { vertical-align: middle; }
#footer .selly a { color: #F85422; text-decoration: none; font-weight: bold; font-size: 11px; }

/* newsletter */
#newsletter-form fieldset { border: 0; padding: 0;}
#newsletter-form input[type='text'] { margin-bottom: 10px; margin-right: 5px; background-color: #fff; }
#newsletter-form .info { margin-bottom: 10px; }
#unsubscribe-btn { border: 0; background-color: transparent; cursor: pointer; }

/* widzety */
#widget-faceboox { width: 300px; top: 170px; right: -300px; background-color: #fff; position: fixed; z-index: 999; }
#widget-faceboox .cont { position: relative; }
#widget-faceboox .icon { position: absolute; width: 35px; height: 35px; left: -35px; background: #3B5998 url(../img/layout/facebook-widget-icon.png) 0 0 no-repeat; }

#widget-allegro { position: fixed; width: 400px; top: 210px; right: -400px; color: #000; z-index: 200;}
#widget-allegro .cont { background-color: #F5F5F5; border: 1px solid #e5e5e5; padding: 10px; position: relative; z-index: 999; }
#widget-allegro .allegro-icon { position: absolute; top: -1px; left: -35px; width: 35px; height: 85px; background: #f5f5f5 url(../img/layout/allegro-widget-icon.png) 0 0 no-repeat; }
#widget-allegro h3 { float: left; font-size: 1em; margin: 0; height: 22px; line-height: 22px; }
#widget-allegro .more { float: right; margin-bottom: 10px; font-size: 12px; line-height: 22px; height: 22px; padding: 0 10px; text-decoration: none; background-color: #F86300; color: #fff; }
#widget-allegro .pozyt { clear: both; margin-bottom: 10px; height: 40px; line-height: 40px; font-size: 16px; color: #fff; background-color: #6F9E25; padding: 0 10px; }
#widget-allegro .box1 { margin-bottom: 10px; background-color: #fff; padding: 10px; font-size: 12px; }
#widget-allegro .box1 p { margin: 0 0 5px 0; padding: 0; }
#widget-allegro .box1 ul { margin: 0; list-style-type: none; }
#widget-allegro .box1 ul li { margin: 0 0 5px 0; float: left; width: 100%; line-height: 14px; }
#widget-allegro .box1 ul li strong { float: left; width: 220px; font-weight: normal; }
#widget-allegro .box1 ul li div { float: right; width: 120px; text-align: right; font-weight: bold; background: url(../img/layout/stars.png) 0 bottom no-repeat; }
#widget-allegro .box1 ul li div.prate5 { background-position: 0 0; }
#widget-allegro .box1 ul li div.prate4 { background-position: 0 -20px; }
#widget-allegro .box1 ul li div.prate3 { background-position: 0 -40px; }
#widget-allegro .box1 ul li div.prate2 { background-position: 0 -60px; }
#widget-allegro .box1 ul li div.prate1 { background-position: 0 -80px; }

#widget-allegro .box2 { background-color: #fff; padding: 10px; font-size: 12px; }
#widget-allegro .top { margin: 0 0 4px 0; list-style-type: none; float: left; width: 100%; }
#widget-allegro .top li { float: left; text-align: center; width: 20%; }
#widget-allegro .main { margin: 0; list-style-type: none; float: left; width: 100%; }
#widget-allegro .main li { padding: 4px 0; float: left; text-align: center; width: 20%; }
#widget-allegro .main .item1 { text-align: left; }
#widget-allegro .pozytywne { color: #009b00; font-weight: bold; }
#widget-allegro .neutralne { color: #646464; font-weight: bold; }
#widget-allegro .negatywne { color: #ee3e2b; font-weight: bold; }
#widget-allegro .pozytywne .item1, #widget-allegro .negatywne .item1, #widget-allegro .neutralne .item1 { color: #000; font-weight: normal;}

/* popups */
#popup-page { display: none; }
#popup-exit { display: none; text-align: center; padding: 20px; }
#popup-exit h4 { font-size: 24px; margin-bottom: 20px; }
#popup-exit .items { min-width: 600px; margin: 0 auto;  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; }
#popup-exit .items a { border: 1px solid #F0F2F5; background-color: #F7F8F9; text-transform: uppercase; padding: 20px 10px; -webkit-flex: 1 1 calc(33.333333333% - 28.6px); flex: 1 1 calc(33.333333333% - 28.6px); margin-right: 10px; text-decoration: none;
 -webkit-transition: all 0.2s ease-out;
 -moz-transition: all 0.2s ease-out;
 -o-transition: all 0.2s ease-out;
 -ms-transition: all 0.2s ease-out;
 transition: all 0.2s ease-out;
 }
#popup-exit .items a:hover { border-color: #D1D5D7; -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); box-shadow: 0 0 10px rgba(0,0,0,0.2); }
#popup-exit .items a:last-child { margin-right: 0; }
#popup-exit .icon { display: block; margin: 0 auto 20px 0; }
#popup-exit .icon img { display: block; margin: 0 auto; }
#popup-exit .pbtn { display: inline-block; line-height: 40px; height: 40px; padding: 0 10px; font-weight: bold; }

#popup-newsletter { max-width: 600px; display: none; }
#popup-newsletter .title { font-size: 22px; font-weight: bold; margin-bottom: 10px; }
#popup-newsletter .info { margin-bottom: 20px; }
#popup-newsletter-form fieldset { border: 0; padding: 0; margin: 0; }
#popup-newsletter-form .cont { margin-bottom: 10px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; }
#popup-newsletter-form .input-wrapper { -webkit-flex: 1 1; flex: 1 1; }
#popup-newsletter-form input[type='text'] { width: 100%; height: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
}
#popup-newsletter-form .info { margin-bottom: 20px; }
#popup-newsletter-form .clauses p { line-height: 1.3em; }
#popup-newsletter-form .clauses p:last-child { margin-bottom: 0; }

/* informacja o cookies */
#selly-cookies { display: none; position: fixed; bottom: 0; padding: 10px 0; width: 100%; z-index: 10000;
background: #F1F1F1;  -moz-box-shadow: 2px 2px 10px #E6E6E6 inset; -webkit-box-shadow: 2px 2px 10px #E6E6E6 inset; box-shadow: 2px 2px 10px #E6E6E6 inset; }
#selly-cookies .cont { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
#selly-cookies a.close { float: right; margin: 0.5em 0 0 0; }

.warranty-box { padding: 10px 0; }
.warranty-box h3 { font-size: 16px; margin: 0 0 5px 0; padding: 0 0 5px 0; border-bottom: 1px solid #F0F0F0; }
.warranty-box table {  width: 100%; border-collapse: collapse; background-color: #fff; margin: 0 0 10px 0; }
.warranty-box table td { border: 1px solid #FFFFFF; text-align: center; padding: 2px 5px; }
.warranty-box table .row2 { background-color: #f4f4f4; }
.warranty-box table .hl { background-color: #FDE7CD; }
.warranty-box table .hl td { border-color:  #FFFFFF; }
.warranty-box table .hl2 { background-color: #3E434F; color: #fff; }
.warranty-box table .hl2 td { border-color: #545B6B; }
.warranty-box table .hl strong, .warranty-box table .hl2 strong { font-size: 16px; }

.warranty-box table .item1 { width: 40%; text-align: left; }
.warranty-box table .item2 { width: 20%; }
.warranty-box table .item3 { width: 20%; }
.warranty-box table .item4 { width: 20%; }
.warranty-box .product-img { float: left;  text-align: center; width: 80px; margin-left: 5px; }
.warranty-box h4 { font-size: 14px; font-weight: normal; margin: 0 0 10px 0; }
.warranty-box .description { margin-left: 95px; }
.warranty-box .price strong { font-size: 16px; }
.warranty-box .title { text-align: left; padding: 2px 0; }
.warranty-box .title strong { display: block; width: 40%; text-align: center; }
.warranty-box a { text-decoration: none; color: #FF6600; }
.warranty-box a:hover { text-decoration: underline; }
.warranty-box p { line-height: 1.3em; margin: 0; }
.warranty-box a.btn-large { color: #fff !important; margin: 0 auto; }
.warranty-box a.btn-large:hover { text-decoration: none; }

.warranty-box table .wo { font-size: 14px; }
.warranty-box table .hl3 .item1 { background-color: #3E434F; font-size: 14px; color: #fff; text-align: center;}
.warranty-box table .hl3 .item1b { background-color: #F4F4F4; font-size: 14px;text-align: center;}
.warranty-box table .hl3 .item2 { background-color: #FFE4AE; }
.warranty-box table .hl3 .item2 strong { font-size: 14px; }
.warranty-box table .hl3 .item3 { background-color: #EAEFF0; }
.warranty-box table .hl3 .item3 strong { font-size: 14px; }
.warranty-box table .hl3 .item4 { background-color: #FAFAFA; }
.warranty-box a.close { float: right; color: #ED1C24 !important; }

/* #livechatpop-window { display: none !important; visibility: hidden !important; } */
#__ceneo-widgets {top: 30px !important;}
#_opineo_container{top: 270px !important;}
#strefa-marek { display: none; position: fixed; width: 120px; background-color: #efefef; top: 130px; left: 0px; z-index: 200;
-moz-box-shadow: 1px 1px 2px #ECECEC; -webkit-box-shadow: 1px 1px 2px #ECECEC; box-shadow: 0 0 8px rgba(0,0,0,0.3);
-webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
}
#strefa-marek h4 { padding: 10px 0; font-size: 1em; margin: 0; text-align: center; color: #fff; text-transform: uppercase; background-color: #3F434F; }
#strefa-marek a { display: block; border-bottom: 1px solid #d9d9d9; text-align: center; padding: 0 10px; }
#strefa-marek a img { display: block; margin: 0 auto; }

.container-max-bottom #agdhome-popup { display: none; }
#agdhome-popup img { display: block; margin: 0 auto; }
.container-max-bottom .popup-link {  display: none; }

/* Media Queries  ------------------------------------------------------------------------------ */

@media only screen and (max-width: 479px) {
	/* nagłówek */
	.header-search form { margin-bottom: 10px; }
	.header-search fieldset { padding-left: 10px; padding-right: 50px;}
	.header-search #query { font-size: 14px; }
	.header-search select { font-size: 14px; }
	.container-max { padding: 0 10px; }
	.container-max-header .headerB .cart-header2 a { font-size: 14px; padding-left: 35px;}

	/* strona startowa */
	#start-banners header span { vertical-align: bottom; text-align:right; }
	#start-banners header a { display:block; float:right; width: 30px; height:30px;  font-size:0; padding:0; background-position:50% 50%; border: 1px solid #E5E5E5;  }

	.product-list-start .bx-wrapper a.bx-prev { left: -10px; }
	.product-list-start .bx-wrapper a.bx-next { right: -10px; }
	#index-banner .bx-wrapper a.bx-prev { left: -10px; }
	#index-banner .bx-wrapper a.bx-next { right: -10px; }
	#hits .title { width: 140px; }
	#startbox-header ul li {  width: calc(33.333333333% - 1px); }
	#startbox-header ul li a {  padding: 0; font-size: 14px; }

	/* strona kategorii */
	.filters li { padding: 0;  width: 100%; }
	.filters .more  { display: block; margin-top: 10px;}
	.gallery2 .product, .gallery3 .product, .gallery4 .product { width: 100%; }
	.product-listB .gallery2 .product, .product-listB .gallery3 .product, .product-listB .gallery4 .product { margin: 0 0 20px 0; width: 100%; }
	.product-list-default .product-img { display: block; width: auto; text-align: center; margin-bottom: 10px; padding-right: 0; }
	.product-list-default .description { display: block; width: 100%; margin-bottom: 20px; }
	.product-list-default .price { display: block; width: 100%; text-align: left; }
	.gallery2 .product:first-child .product-box { border-top: 0; }
	.gallery3 .product:first-child .product-box { border-top: 0; }
	.gallery4 .product:first-child .product-box { border-top: 0; }

	/* mapa kategorii */
	#category-map .category { width: 100%; }

	/* strona produktu */
	ul.tabs a { padding: 0 10px; }
	.tab-set .item { width: 50%; }
	.tab-set .item:nth-child(2n+1) { clear: both; }
	.product-shapes li { width: 50%; }

	/* porównanie produktów */
	#product-comparison .product { width: 100%; }

	/* strona aukcji */
	.auction-list .product-img { display: block; width: auto; text-align: center; margin-bottom: 10px; padding-right: 0; }
	.auction-list .description { display: block; width: 100%;}
	.auction-list .price { display: block; width: 100%; text-align: left; }

	/* koszyk */
	.cart-list .cart-cena { width: 100%; text-align: left; }
	.cart-list .cart-ilosc { width: 100%; padding-left: 0;}
	.cart-list .cart-wartosc { width: 100%; text-align: left; }
	.cart-list .cart-usun { width: 50%; }
	.container-cart .gift-img  { display: none; }
	.container-cart .gift-parameter  { width: 55%; }
	.container-cart .gift-price  { width: 30%; }
	#total-order li span { width: auto; }
	#to-cart li { float: none; width: 100%; margin-bottom: 10px; text-align: center;}
	#to-cart li.item2 { text-align: center; }
	a.btn-oz { line-height: normal; height: auto; padding: 10px 20px;}


	.cart-tabs { margin: 0 0 10px 0; border: 0; }
	.cart-tabs li { width: 50%; margin-bottom: 10px; }
	.cart-tabs a { display: block; padding: 0 10px; height: 38px; }
	.cart-tabs .active a { border-bottom-color: #E5E5E5;  }

	.cart-data label.text { display: block; width: 100%; margin-bottom: 5px; }
	.cart-data li input[type='text'], .cart-data li input[type='password'], .cart-data li select { width: 100%; }
	#confirm-order li { margin-bottom: 5px; }
	#confirm-order span { display: block; width: 100%; }

	#promotion-list2 .product { width: 100%; }
	#promotion-list2 .product:first-child .product-box { border-top: 0; }

	#ankieta li { width: 100%; }

	/* wyszukiwanie */
	#search-adv ul li { width: 100%; }
	#search-adv h4 { display: block; margin-bottom: 10px; }
	#search-adv header input[type='text'] { margin-bottom: 10px;
		width: 100%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
	}

	/* rejestracja */
	.register-data label { display: block; width: auto; max-width: none; margin-bottom: 5px; }
	.register-data li input[type='text'], .register-data li input[type='password'], .register-data li input[type='email'], .register-data li select { width: 100%; }

	/* historia zamówień */
	#order-history li { width: 100%; margin-right: 0; }
	#order-products span.name { display: block; }

	/* formularze */
.form-default dt { float: none; width: 100%; max-width: none; }
.form-default dd { display: inline-block; width: 100%; }
.form-default dt label { margin-right: 0; margin-bottom: 5px; }
.form-default .submit-item { text-align: center;  }
.form-default .submit-item label { width: 100%; max-width: none; }

	/* stopka */

	#footer .payment { display: none; }

	#banners-bottom { padding-top: 20px; }
	#banners-bottom a { width: 50%; padding: 0; margin-bottom: 20px; }
	#banners-bottom span {  padding: 0 10px; }

	/* kontakt */
	#contact-form label { display: block; width: 100%; margin-bottom: 5px; }
	#contact-form .first label { float: none; }
	#contact-form input[type='text'], #contact-form input[type='email'], #contact-form textarea { width: 100%; }

	/* widzety */
	#widget-faceboox { display: none; }
	#widget-allegro { display: none; }
}

@media only screen and (min-width: 480px) {

	.gallery3 .product-img { min-height: 140px; }
	.gallery4 .product-img { min-height: 140px; }
	.gallery2 .product:first-child .product-box, .gallery2 .product:nth-child(2) .product-box { border-top: 0; }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	/* strona startowa */

	/* strona kategorii */
	.filters li { padding: 0 3% 0 0;  width: 47%; }
	.filters li.first { padding: 0 3% 0 0;  width: auto; min-width: 47%}
	.gallery3 .product { width: 50%; }
	.gallery4 .product { width: 50%; }
	.gallery2 .product:nth-child(2n+1), .gallery3 .product:nth-child(2n+1), .gallery4 .product:nth-child(2n+1) { clear: both; }
	.product-listB .gallery3 .product { width: 49%; margin-right: 0; }
	.product-listB .gallery3 .product:nth-child(2n) {  float: right;}
	.product-listB .gallery4 .product { width: 49%; margin-right: 0; }
	.product-listB .gallery4 .product:nth-child(2n) {  float: right;}
	.product-list-default .product-img { display: block; float: left; width: 26.277372263%; padding-right: 0;}
	.product-list-default .img-box { margin-right: 20px; }
	.product-list-default .description { display: block; float: right; width: 73.722627737%; margin-bottom: 20px; }
	.product-list-default .price { display: block; float: right; width: 73.722627737%; text-align: left; }
	.simple .description, .simple .price { display: block; float: none; width: 100%; }
	.gallery3 .product:first-child .product-box, .gallery3 .product:nth-child(2) .product-box { border-top: 0; }
	.gallery4 .product:first-child .product-box, 	.gallery4 .product:nth-child(2) .product-box	 { border-top: 0; }

	/* mapa kategorii */
	#category-map .category { width: 50%; }
	#category-map .category:nth-child(2n+1) { clear: both; }

	/* strona produktu */
	.tab-set .item { width: 33.33%; }
	.tab-set .item:nth-child(3n+1) { clear: both; }

	/* porównanie produktów */
	#product-comparison .product { width: 50%; }
	#product-comparison .product:nth-child(2n+1) { clear: both;  }

	/* strona aukcji */
	.auction-list .product-img { display: block; float: left; width: 26.277372263%; padding-right: 0;}
	.auction-list .img-box { margin-right: 20px; }
	.auction-list .description { display: block; float: right; width: 73.722627737%; }
	.auction-list .price { display: block; float: right; width: 73.722627737%; text-align: left; }

	/* wyszukiwanie */
	#search-adv ul li { width: 50%; }
	#search-adv ul li:nth-child(2n+1) { clear: both; }

	/* historia zamówień */
	#order-history li { width: 47%; }
	#order-history li:nth-child(2n+1) { clear: both; }
	#order-products span.name { display: inline; }

	/* koszyk */
	.cart-list .cart-cena { width: 50%; text-align: left; }
	.cart-list .cart-ilosc { width: 50%; padding-left: 0;}
	.cart-list .cart-wartosc { width: 50%; text-align: left; }
	.cart-list .cart-usun { width: 50%; }
	#ankieta li { width: 50%; }

	#promotion-list2 .product { width: 50%; }
	#promotion-list2 .product:nth-child(2n+1) { clear: both; }
	#promotion-list2 .product:first-child .product-box, #promotion-list2 .product:nth-child(2) .product-box { border-top: 0; }

	/* stopka */
	#banners-bottom { padding-top: 20px; }
	#banners-bottom a { width: 33.33%; padding: 0; margin-bottom: 20px; }
	#banners-bottom span {  padding: 0 10px; }

}

@media only screen and (min-width: 480px) and (max-width: 980px) {

	}

@media only screen and (max-width: 767px) {
	/* nagłówek */
	#header-main .header-top { display: block; height: auto; position: relative; }
	#header-main #logo { float: left; display: block;  width: auto; padding: 10px 0; margin-bottom: 10px; }
	#header-main #logo img { width: 150px;  }
	#header-main .header-bottom { clear: both; display: block; padding-top: 0; }
	#header-main .header-right { display: block; width: auto; padding-top: 10px; position: absolute; top: 0; right: 0; }
	.container-max-header .cart-header a { background: url(../img/layout/cart-icon.png) 0 50% no-repeat; padding-left: 40px; font-size: 20px; height: 25px; line-height: 25px; background-size: auto 25px; }
	#header-main .safe-header { display: none; }

	.headerB #logo-small { float: left; margin-right: 10px; margin-top: 7px; width: 30px; overflow: hidden; }
	.headerB #logo-small img { max-width: none; }
	.container-max-header .cart-header2 { margin-top: 9px; }
	.headerB .header-search fieldset { padding-right: 40px; }
	.headerB .header-search #query { width: 100%; }
	.headerB .header-search select { display: none;}

	#lang-box { text-align: center; }
	#lang-box-wrapper { float: none; display: inline-block; }
	#lang-settings { text-align: left;}


	.side50 { float: none; width: auto; }
	#windowcart-head { font-size: 20px; }

	/* strona startowa */
	.page-slider { float: none; width: calc(100% - 2px); }
	.view-all { display: block; }

	.product-hit .product-img { float: none; width: auto; margin: 0 40px;}
	.product-hit .product-img a { padding: 20px 0; }
	.product-hit .description { padding-top: 20px; float: none; width: auto; background-color: #f5f5f5; }
	#hits .bx-pager { display: none; }
	#hits a.bx-prev, #hits a.bx-next { display: block; }
	#startbox-header a.more { display: none !important; }

	/* strona kategorii */
	 .list-nav ul.pages { float: none; margin: 0 0 10px 0; text-align: center; }
	.sort { clear: both; float: none; }
	.product-list-default .product-box { display: block; }
	.product-list-default a.add-to-cart, .product-list-default a.ask {  margin-right: 10px; }


	/* strona produktu */
	.product-left, .product-right { float: none; width: auto; }
	.product-right .product-right-box { margin-left: 0; }
	.product-left #image-href-wrapper > div { height: auto; }
	ul.tabs li { width: calc(50% - 1px); }
	.tab-set .items { width: 100%; }
	.tab-set .price { clear: both; width: auto; float: none; text-align: left; background-color: #F8F8F8; padding: 10px; }
	.tab-set .price span { display: inline-block; margin: 0 10px 10px 0; }
	.form-product label { width: 100%; margin: 0 0 5px 0; }
	.form-product .btn, .form-product .copy { margin-left: 0; }
	#review-list .rate, #review-list .review { float: none; width: auto; }
	.reviews .rate, .reviews .review { width: 100%; }
 	#your-review .item1 { width: 100%; margin: 0 0 10px 0; }
	#your-review .item2 { width: 100%; }
	.algsTextImg, .algsImgText, .algsImgImg, .algsTextText { -webkit-flex-direction: column; flex-direction: column; }
	.algsTextImg > :first-child, .algsImgText > :first-child, .algsImgImg > :first-child, .algsTextText > :first-child { margin-right: 0; margin-bottom: 20px; }
	.product-negotiation-cont { min-width: 0; }

	/* strona aukcji */
	.auction-list .product-box { display: block; }
	.auction-left, .auction-right { float: none; width: auto; }

	/* koszyk */
	.cart-box-header { display: none; }
	.cart-list-header li { display: none; }
	.cart-list-header li.cart-product { display: block; }
	.cart-list li { padding: 5px 0; }
	.cart-list .cart-product { width: 100%; }
	.cart-list .name { display: inline; }
	.cart-list2 .cart-product { width: auto; padding: 5px 0; margin-right: 10px;}
	.cart-list2 .cart-cena { display: none; }
	.cart-list2 .cart-ilosc { display: none; }
	.cart-list2 .cart-wartosc { width: auto; }
	.cart-suma { text-align: left; }
	.cart-suma .remove { display: none; }
	.container-cart .gift { width: 100%; margin: 0; }
	.container-cart .gift:nth-child(odd) { margin: 0; }
	.select2 { background-image: none;}
	.select2 .side { float: none; width: 100%; }
	.select2 .first { margin-bottom: 20px; }
	.select2 .first-grey { border-bottom: 4px solid #fff; }
	.cart-data-s { max-width: none; }
	.cart-data-s .btn-large { margin-left: 0; }
	a.windowcart-close { display: block; margin-right: 0;  margin-bottom: 10px; text-align: center; }
	a.windowcart-go { display: block; margin-left: 0; text-align: center; }
	.ceneo-box { padding: 20px; background-image: none;}

	#popup-exit { max-width: 100%; padding: 10px; }
	#popup-exit .items { min-width: 0; }
	#popup-exit .pbtn { display: block; font-size: 12px; }
	#popup-exit .items a { padding: 20px 0 0 0; -webkit-flex: 1 1 calc(33.333333333% - 8.6px); flex: 1 1 calc(33.333333333% - 8.6px);  }	
	
	/* histora zamówień */
	#order-list-header li { display: none; padding: 5px 0; }
	#order-list-header .name { display: block; }
	#order-products .product-img { width: 33.33%; margin: 0 0 10px 0; text-align: left; }
	#order-products .description { width: 66.66%; margin: 0 0 10px 0; text-align: left;}
	#order-products .price { width: 33.33%; clear: both; text-align: left;}
	#order-products .number { width: 33.33%; text-align: left;}
	#order-products .value { width: 33.33%; text-align: right;}

	/* program partnerski */
	#pp .pp-link li a { padding: 0 10px; }
	#pp .pp-tabela ul { display: block; }
	#pp .pp-tabela ul:first-child { display: none; }
	#pp .pp-tabela li { clear: both; display: block; margin-bottom: 10px; width: auto !important; text-align: left !important; }
	#pp span.name { display: block; float: left; min-width: 30%; margin-right: 10px; }
	#pp span.data { display: inline-block; }

/* strona kontakt */
	.contact-left { float: none; width: auto;  }
	#contact-form { float: none; width: auto; }

	/* blog */
	#article-products .product { float: none; width: 100%; margin: 0; }
	#article-products .product:nth-child(2n) { margin: 0; }
#start-articles .cont { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-flex-direction: column; flex-direction: column; }
#start-articles .article-item { width: auto; margin-right: 0; }

	/* stopka */
	.container-bottom .item1 { margin-bottom: 20px;}
	.container-bottom .item1 .box-bottom { width: 100%; }
	.container-bottom .item1 .box-bottom1 { width: 100%; }
	.container-bottom .contb { display: none; margin-top: 5px; margin-bottom: 10px; }
 	.container-bottom .item1 .cont { margin: 0; padding: 5px 0; border-bottom: 1px solid #E5E5E5;  }
 	.container-bottom .item1 .title { margin-bottom: 0; padding: 10px 0; background: url(../img/layout/arrow2b.png) right 50% no-repeat; cursor: pointer; }
 	.container-bottom .item2 .box-bottom { width: 100%; }
	.container-bottom .box-newsletter { width: 100%; border-bottom: 1px solid #D8D8D8; }
	.container-bottom .news { clear: both; width: 100% }

	#__ceneo-widgets { display: none; }
	#_opineo_container { display: none; }
}

@media only screen and (min-width: 768px) {

	#hits-content { background: #fff url(../img/layout/bg-area.png) 50% 0 repeat-y; }

	/* strona kategorii */
	.filters li.first { width: auto; min-width: 30.3%}
	.gallery2 .product:nth-child(2n+1), .gallery3 .product:nth-child(3n+1), .gallery4 .product:nth-child(4n+1) { clear: both;}
	.product-listB .gallery3 .product:nth-child(3n) { margin-right: 0; }
	.product-listB .gallery4 .product:nth-child(4n) { margin-right: 0; }
	.gallery2 .product-img > div { height: 420px; }
	.gallery3 .product:first-child .product-box,
	.gallery3 .product:nth-child(2) .product-box,
	.gallery3 .product:nth-child(3) .product-box { border-top: 0; }
	.gallery4 .product:first-child .product-box,
	.gallery4 .product:nth-child(2) .product-box,
	.gallery4 .product:nth-child(3) .product-box,
	.gallery4 .product:nth-child(4) .product-box	 { border-top: 0; }
	.gallery4 .product-box { padding: 20px 10px; }
	.gallery4 .iconw { left: -10px; }
	.gallery4 .iconp { left: -10px; }

	/* mapa kategorii */
	#category-map .category:nth-child(3n+1) { clear: both; }

	/* strona produktu */
	.tab-set .item:nth-child(4n+1) { clear: both; }

	/* wyszukiwanie */
	#search-adv ul li:nth-child(3n+1) { clear: both; }

	/* wyszukiwanie */
	#order-history li:nth-child(3n+1) { clear: both; }

	/* stopka */
	.container-bottom .contb { display: block !important; }
	.container-bottom .title { pointer-events: none; }
}


@media only screen and (min-width: 768px) and (max-width: 1239px) {
	/* strona kategorii */

	}


@media only screen and (min-width: 768px) and (max-width: 980px) {
	/* nagłówek */

	#header-main #logo { width: 200px; padding-right: 20px;  }
		.header-search fieldset { padding-left: 10px; padding-right: 50px;}


	/* strona produktu */
	ul.tabs li { width: calc(33.33% - 1px); }

	/* porównanie produktów */
	#product-comparison .product { width: 33.33%; }
	#product-comparison .product:nth-child(3n+1) { clear: both;}

	/* stopka */
	.container-bottom .item1 .box-bottom {  width: 50%; }
	.container-bottom .item1 .box-bottom:nth-child(2n+1) { clear: both; }
	.container-bottom .item1 .box-bottom1 { width: 50%; }

 	/* koszyk */
	#promotion-list2 .product { width: 33.333333333%; }
	#promotion-list2 .product:nth-child(3n+1) { clear: both; }
	#promotion-list2 .product:first-child .product-box, #promotion-list2 .product:nth-child(2) .product-box,
	#promotion-list2 .product:nth-child(3) .product-box { border-top: 0; }

}


@media only screen and (max-width: 980px) {
	/* nagłówek */
	#mobileMenu { margin-bottom: 5px; }
	#articlesMenu { margin-bottom: 10px; }
	#cmsMenu { margin-bottom: 10px; }
	.js #articles-menu { display:none;	}
	.js #main-menu { display:none;	}
	.js #box-client { display:none;	}
	.js .slicknav_menu { display:block;	}
	.js .cms-menu { display:none;	}

	/* elementy strony */
	.container-side, .container-main { float: none; width: auto; margin-bottom: 20px;}
	.container-main-wrapper { margin-left: 0; }
	.box-left { display: none; }

	/* strona startowa */
	#box-producer { display: block; }
	#box-producer ul { display: none; }

	/* koszyk */
	#cart-steps .box { display: none; }
	#cart-steps .active { display: block; margin-bottom: 0; }
	#cart-steps .box h5 { display: inline; margin: 0 10px 0 0; }
	#cart-steps .box p { display: inline; }

	.cms .filmy{  display: inline-block;  width: auto;}
}

@media only screen and (min-width: 981px) {
	 /* koszyk */
	#promotion-list2 .product:nth-child(4n+1) { clear: both; }
	#promotion-list2 .product:first-child .product-box, #promotion-list2 .product:nth-child(2) .product-box,
	#promotion-list2 .product:nth-child(3) .product-box, #promotion-list2 .product:nth-child(4) .product-box { border-top: 0; }

}
@media only screen and (min-width: 981px) and (max-width: 1199px) {
	/* strona kategorii */
	#main-menu > ul > li { width: 20%; }
	}

@media only screen and (min-width: 1461px)  {
	#fbanner-right {  opacity: 1; visibility: visible;}
}

@media only screen and (min-width: 1420px) {
	#strefa-marek { display: block; }
}