@import url('https://fonts.googleapis.com/css?family=Nunito:400,700,800|Roboto:400,700&display=swap&subset=latin-ext');

body { margin: 0; background-color: #f4f4f4; }
html { color: #333; }
html, button, input, select, textarea { font-size: 100%; font: normal 14px  'Roboto', sans-serif; }

h4 { font-size: 1em; margin: 0; }
a { text-decoration: none; color: #333; }
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: #D2071D; }
.req { color: #F85422; }
img { max-width: 100%; }
a img { border: 0; }
input[type='text'], input[type='password'], input[type='email'], input[type='search'], textarea { padding: 5px 10px; color: #666; border: 1px solid #D1D5D7; -webkit-appearance: none; border-radius: 0; }
select { padding: 5px 25px 5px 10px; background-color: #fff; color: #666; border: 1px solid #D1D5D7; 
background-image: url(../img/layout/arrow-select.svg); background-position: calc(100% - 10px) 50%; background-repeat: no-repeat; -webkit-appearance: none; border-radius: 0;
-webkit-appearance: none;  -moz-appearance: none; appearance: none; }
select::-ms-expand { display: none;}
input[type="submit"] { -webkit-appearance: none;  }

.hidden { display: none; }
.req-info { color: #838D94; font-size: 12px; }
a.print { color: #ff0033; padding-left: 25px; background-image: url(../img/layout/print-icon.svg); background-position: 0 50%; background-repeat: no-repeat; }

/* buttony ------------------------------------------------------------------------------ */
.btn { border: 0; height: 40px; min-width: 100px; padding: 0 10px;  font-weight: bold; cursor: pointer; }
.btn-min { border: 0; height: 20px; cursor: pointer; font-size: 12px; border: 1px solid #D1D5D7; }
.btn-small { border: 0; height: 25px; font-weight: bold; cursor: pointer; }
.btn-large { border: 0; height: 50px; padding: 0 20px; font-weight: bold; cursor: pointer; text-transform: uppercase; }

a.btn, span.btn { display: inline-block; min-width: 80px; text-align: center; line-height: 40px; height: 40px; padding: 0 10px; text-decoration: none;}
a.btn-min, span.btn-min { display: inline-block; line-height: 20px; height: 20px; padding: 0 5px; text-decoration: none;}
a.btn-small, span.btn-small { display: inline-block; line-height: 25px; height: 25px; padding: 0 10px; text-decoration: none;}
a.btn-large, span.btn-large { display: inline-block; line-height: 50px; height: 50px; text-decoration: none; text-transform: uppercase; }

.color1 { background-color: #ff0033; color: #fff; border-radius: 5px; }
.color2 { background-color: #333333; color: #fff; border-radius: 5px; }
.color3 { background-color: #838D94; color: #fff; border-radius: 5px; }
.color4 { background-color: #F5F6F7; color: #333; border-radius: 5px; }

/* nagłówki ------------------------------------------------------------------------------ */
.header-content { clear: both; margin-bottom: 10px; }
.header-content h1, .header-content strong { font-size: 22px; margin: 0; display: inline-block; font-family: "Nunito"; font-weight: 800; color: #2a445f; }
.header-content .more { text-align: right; }

h1.title { font-size: 32px; margin: 0 0 30px 0; font-weight: 800; font-family: 'Nunito'; color: #2a445f; } 
h2.title { font-size: 32px; margin: 0 0 20px 0; font-weight: 800; font-family: 'Nunito'; color: #2a445f; }

.header-more { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: relative; }
.header-more a.more { position: absolute; right: 0; font-size: 12px; background-color: #e2e2e2; min-width: 68px; padding: 0 16px; box-sizing: border-box; text-align: center; line-height: 24px; text-decoration: none; }

/* kontentery strony ------------------------------------------------------------------------------ */
.container-max { max-width: 1410px; padding: 0 20px; margin: 0 auto; position: relative; }
.container-max-header { margin-bottom: 30px;  }
/* #start-page .container-max-header { background-color: #f4f4f4; } */
.container-max-banner { margin-bottom: 60px; }
.container-max-start { margin-bottom: 20px; }
.container-max-default { margin-bottom: 20px; }
.container-max-bottom { background-color: #f4f4f4; margin-bottom: 20px; margin-top: 100px; }

/* nagłówek strony ------------------------------------------------------------------------------ */

/* blok nad nagłówkiem */
#header-top { border-bottom: 1px solid #e2e2e2; }
#header-top #top-menu { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; padding: 6px 0; }
#header-top #top-menu .info-top > div { display: inline-block; color: #333333; }
#header-top #top-menu .info-top > div::before { content: ''; display: inline-block; width: 17px; height: 17px; margin-right: 12px; vertical-align: middle; background-position: center; background-repeat: no-repeat; color: #333333; }
#header-top #top-menu .info-top > div:first-of-type { margin-right: 45px; }

#header-top #top-menu .info-top .nav-tel::before { background-image: url(../img/layout/tel-icon.svg); }
#header-top #top-menu .info-top .nav-mail::before { background-image: url(../img/layout/email-icon.svg); }

#header-top #top-menu .info-top .nav-tel span { font-size: 12px; color: #999; }

#header-top #top-menu .login-header .icon { display: inline-block; margin: 0 auto; width: 18px; position: relative; height: 18px; margin-right: 13px; background-image: url(../img/layout/account-icon.svg); vertical-align: middle; background-repeat: no-repeat; background-position: 50% 50%; }


/* blok - dodatkowe menu */
#top-menu ul { margin: 0 0 0 10px; list-style-type: none; }
#top-menu li { display: inline-block; margin-right: 5px; line-height: 30px; font-size: 12px; }
#top-menu li a { color: #838D94; }

/* blok - wersje językowe */
#lang-box { font-size: 12px; }
#lang-box-wrapper { float: right; position: relative; }
#lang-box-bar { margin: 0; padding: 0 10px; list-style-type: none; display: inline-block; }
#lang-box-bar li { display: inline-block; padding: 0; line-height: 30px; margin-right: 10px; white-space: nowrap; }
#lang-box-bar li span { color: #838D94; }
#lang-box-bar li:last-child { margin-right: 0; }
#lang-box-bar .change { cursor: pointer; color: #333; margin-right: 25px; position: relative; }
#lang-box-bar .change::after { content:''; position: absolute; top: calc(50% - 10px); right: -25px; width:20px; height: 20px; 
	background-image: url(../img/layout/arrow-down.svg);
	background-position:  50% 50%; background-repeat: no-repeat;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
 }
#lang-box-bar .change:hover::after { background-color: rgba(0,0,0,0.1); }
#lang-box-bar .act::after { background-image: url(../img/layout/arrow-up.svg); } 
#lang-settings { display: none; position: absolute; min-width: 100%; z-index: 110; right: 0; }
#lang-settings-wrapper { background-color: #fff; border: 1px solid #EBEEF0; 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; }

/* nagłówek główny */
#header-main { padding: 10px 0; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-align-items: center; align-items: center; }

/* nagłówek - logo */
#header-main #logo-wrapper { -webkit-flex:1 1 calc(28.333% - 10px); flex:1 1 calc(28.333% - 10px); margin-right: 10px; }
#header-main #logo { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-align-content: center; align-content: center; -webkit-flex-direction: column; flex-direction: column; }
#header-main #logo a { outline: 0; -webkit-align-self: flex-start; align-self: flex-start; }
#header-main #logo img { display: block; }

/* nagłówek - ikony z linkami */
#header-main .header-right { -webkit-flex:1 1 28.333333333%; flex:1 1 28.333333333%; }
#header-main .icon-box { 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-main .icon-box > a { display: flex; align-items: center; margin-left: 32px; text-decoration: none; text-align: center; position: relative; }
#header-main .icon-box > a:first-child { margin-left: 0; }
#header-main .value { position: absolute; font-weight: bold; right: -7px; top: -7px; background-color: #ff0033; width: 24px; height: 16px; line-height: 16px; text-align: center; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; color: #fff; font-size: 11px; }
#header-main .title { display: inline-block; color: #2a445f; text-align: left; margin-left: 18px; }

#header-main .favorite-header .title { color: #333; }
#header-main .v0 .title { color: #2a445f; } 
#header-main .v0 .value { display: none; } 
#header-main .icon-box .icon { margin: 0 auto; width: 42px; position: relative; height: 34px; background-repeat: no-repeat; background-position: 50% 50%; }
#header-main .cart-header .icon { background-image: url(../img/layout/cart-icon.svg); }
#header-main .favorite-header .icon { background-image: url(../img/layout/favorite-icon.svg); }
#header-main .cart-header .title span { display: block; }
#header-main .cart-header .title span:first-of-type { display: block;  font-size: 24px; font-family: 'Nunito'; font-weight: 700; }
#header-main .cart-header .title span:last-of-type { opacity: 0.6; }

/* nagłówek - wyszukiwarka */
.header-search-list {display:none;position:absolute;z-index:1000;background-color:#fff;left: 0;width: 100%;}
#startpage-log .header-search-list { display: none !important; }
#search-results { background-color:#fff; border:1px solid #9A9A9A; line-height:normal; -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.3); -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.3); box-shadow: 0 5px 5px rgba(0,0,0,0.3); }
#search-results .product-list { margin:0; }
#search-results .product { clear:both; padding:5px 0; border-bottom:1px solid #F3F3F3; }
#search-results .product:last-child { border-bottom: 0; }
#search-results .product-box { display:table; width:100%; padding:0; }
#search-results .product-img { display:table-cell; vertical-align:top; width:72px; padding:0; text-align:center; }
#search-results .product-img img { max-height:60px; display: block; margin: 0 auto; }
#search-results .product h4 { font-size:13px; margin:0; font-weight: normal; }
#search-results .product p { margin:0; color:#999; font-size:12px;}
#search-results .description { display:table-cell; vertical-align:top; padding-left: 10px; }
#search-results .price { display:table-cell; width: 120px; vertical-align:top; text-align:right; }
#search-results .price strong { font-size:16px; }
#search-results .pages { float:left; width:100%;  }
#search-results .pages-top { border-bottom: 1px solid #E9E9E9; padding-bottom: 5px; }
#search-results .pages-bottom { border-top: 1px solid #E9E9E9; padding-top: 5px; }
#search-results a.prev { float:left; color: #50BEEF; font-weight: bold; }
#search-results a.next { float:right; color: #50BEEF; font-weight: bold; }
#search-results .not-exists { padding: 10px; font-size: 12px; }
#search-results .not-exists h3 { font-size: 14px; margin: 0 0 10px 0; }

#search-results .search-items { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex;  }
#search-results .search-item1 { -webkit-flex: 1 1; flex: 1 1; padding: 20px; border-right: 1px solid #E9E9E9; }
#search-results .search-item2 { -webkit-flex: 3 3; flex: 3 3; padding: 10px 20px; }
#search-results .search-item1 p { line-height: 1.3em; margin: 0 0 5px 0;font-size: 12px; }
#search-results .search-item1 p:first-child { margin-bottom: 20px; font-size: 14px; }
#search-results .search-item1 a { outline: 0; }
#search-results .search-item1 p.active { font-weight: bold; }
#search-results .search-item1 p a > span { color: #999; }
#search-results .search-item1 h5 { font-size: 16px; font-weight: normal; padding: 0; margin: 0 0 10px 0; font-family: 'PT Serif', Arial, sans-serif; line-height: 1.3em; }

#header-search { position: relative; -webkit-flex:1 1 46.333333333%; flex:1 1 46.333333333%; }
#header-search #search { position: relative; }
#header-search fieldset { padding: 0 120px 0 0; margin: 0; background-color: #fff; border: 0; position: relative; border-radius: 4px; }
#header-search legend { display: none; }
#header-search #query { height: 46px; padding: 0 10px; width: 100%; border: 0; border-radius:4px;
	-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 #search-btn { position: absolute; right: 0; top: 0; width: 120px; height: 46px; font-size: 16px; line-height: 48px; padding: 0 25px 0 45px; border: 0; border-radius: 4px; color: #fff; background-color: #ff0033; background-image: url(../img/layout/search-btn-white.svg); background-repeat: no-repeat; background-position: 25px 50%; cursor: pointer; }
#header-search a#header-search-adv { position: absolute; right: 0; top: 0; text-indent: -9999px; font-size: 0; width: 40px; height: 42px; background: url(../img/layout/adv-btn.svg) 50% 50% no-repeat; }

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

/* bloki w bocznym menu */
.box-left { margin-bottom: 30px; }
.box-left-content { padding: 15px; }
.box-left .box-left-header { font-size: 18px; font-weight: normal; color: #2a445f; margin: 0 0 10px 0; height: 30px; line-height: 30px; background-color: #F5F6F7; background-position: calc(100% - 15px) center; background-repeat: no-repeat; }
.box-left .box-title { font-size: 1em; margin: 0 0 10px 0; }



/* producenci na stronie startowej */
#box-producer { margin-bottom: 70px; }
#box-producer header h2.title { font-size: 18px; }
#box-producer ul { margin: 0; list-style-type: none; display: flex; justify-content: space-between; align-items: center; background: #fff; padding: 41px 25px; border-radius: 5px; }

/* menu klienta */
#box-client { padding: 25px; border: 2px solid #fff; border-radius: 5px; }
#box-client header h5.box-left-header { font-size: 18px; font-family: 'Nunito'; font-weight: 400; color: #2a445f; margin-bottom: 10px; padding: 0; }
#box-client .box-left-content { padding: 0; }
#box-client .box-left-content a { text-decoration: none; color: #2a445f; }
#box-client ul { margin: 0; list-style-type: none; }
#box-client li { margin-bottom: 10px; }
#box-client li:last-child { margin-bottom: 0; }
#box-client #logout a { color: #ff335c; }
#box-client p { color: #838D94; }

#box-client .box-left-content a:hover { color: #ff0033 !important; }

/* ostatnio oglądane */
#last-viewed { padding: 25px; border: 2px solid #fff; border-radius: 5px; }
#last-viewed .box-left-header { margin-bottom: 20px; }
#last-viewed ul { margin: 0; list-style-type: none; }
#last-viewed li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #EBEEF0; }
#last-viewed .product { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; }
#last-viewed .product-img { width: 80px; margin-right: 10px; text-align: center; }
#last-viewed .product-img a { display: block; }
#last-viewed .product-img img { display: block; margin: 0 auto; }
#last-viewed .description { -webkit-flex: 1 1; flex: 1 1; }
#last-viewed .product h4 { font-size: 12px; line-height: 1.5em; font-weight: normal; margin-bottom: 5px; }
#last-viewed .product .price strong { font-size: 14px; font-weight: normal; }
#last-viewed .product .price del { font-size: 12px; }

/* tagi */
#banner-cat,
#tags { padding: 25px; border: 2px solid #fff; border-radius: 5px; }
/* #tags .box-left-header { margin-bottom: 10px; } */
#tags ul { margin: 0; list-style-type: none; }
#tags li {  margin: 0; }
#tags li a { text-decoration: none; }
#tags li a:hover { color: #ff0033; }
#tags .active { font-weight: bold; }

/* główne menu */
#main-menu { border-bottom: 2px solid #2a445f; }
#main-menu ul { margin: 0; list-style-type: none;  }
#main-menu .categories {  display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; position: relative; }
#main-menu .categories > li { margin: 0; }
#main-menu .categories > li:nth-last-of-type(2) { margin: 0 0 0 auto; }
#main-menu .categories > li > img { display: none; }
#main-menu .categories > li > a { display: block; padding: 0 20px; font-size: 16px; line-height: 45px; color: #2a445f; text-align: center; font-weight: bold; font-family: 'Nunito'; text-decoration: none; }
#main-menu .categories > li > a:hover, #main-menu .categories > li:hover > a { color: #ff0033;}
#main-menu .categories > li > a > span { display: none; }

#main-menu .categories > li > ul { 
	position: absolute; left: 0; z-index: 200; padding: 20px; width: calc(100% - 40px); 
	border-top: 1px solid #D1D5D7; background-color: #F7F8F9;
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2); box-shadow: 0 2px 8px rgba(0,0,0,0.2); 
	opacity: 0; visibility: hidden;
	-moz-column-count: 4; -webkit-column-count: 4; column-count: 4;
	-webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px;
 }
 
#main-menu .categories > li:hover > ul { opacity: 1; visibility: visible;  }
#main-menu .categories > li > ul > li { padding-bottom: 10px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }
#main-menu .categories > li > ul > li > ul { -webkit-flex: 0 0 100%; flex: 0 0 100%; } 
#main-menu .categories > li > ul > li > a { font-weight: bold; margin-bottom: 5px; } 
#main-menu .categories > li span { color: #838D94; }
#main-menu .categories > li > ul > li > ul ul { display: none; } 


#main-menu2 ul li { margin-bottom: 12px; }
#main-menu2 ul li a { font-size: 16px; color: #2a445f; text-decoration: none; }
#main-menu2 ul li a:hover { color: #ff0033; }

.main-cat-hide { display:none; }

/* mobile menu */
.slicknav_btn { position: relative; display: block; vertical-align: middle;  cursor: pointer; margin: 0; text-decoration:none; height: 40px; line-height: 40px; padding: 0 10px; font-weight: bold; background-repeat: no-repeat; }
#mobileMenu .slicknav_btn { border-top: 1px solid #333; border-bottom: 1px solid #333; background-image: url(../img/layout/menu-icon.svg); background-position: 10px 50%; padding-left: 40px;  }
#clientMenu .slicknav_menu { border:2px solid #fff; border-radius: 5px; }
#clientMenu .slicknav_btn { background-color: #F5F6F7; background-image: url(../img/layout/menu-icon-color.svg); background-position: 10px 50%; padding-left: 40px; }
#clientMenu .slicknav_nav { border-top: 1px solid #EBEEF0;}
#clientMenu .slicknav_menu .slicknav_menutxt { color: #2a445f; font-family: 'Nunito'; font-size: 18px; font-weight: 400; text-transform: none; }
#articlesMenu .slicknav_btn { background-color: #F5F6F7; background-image: url(../img/layout/menu-icon.svg); background-position: 10px 50%; padding-left: 40px;  }

#start-page #clientMenu { display: none; }

.slicknav_open { }
.slicknav_menu  .slicknav_menutxt { display: block; float: left; text-transform: uppercase; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_nav { clear: both; margin:0; padding:0; background-color: #F5F6F7; }
.slicknav_nav, .slicknav_nav ul { list-style: none; overflow:hidden; }
.slicknav_nav ul, .slicknav_nav li { display: block }
.slicknav_nav > li { border-bottom: 1px solid #EBEEF0; }
.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; color: #fff; background-color: #999999; float: right; }
.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; }

/* menu boczne */
#side-menu > ul { padding: 25px 0; border: 2px solid #fff; border-radius: 5px; }
#side-menu ul { margin: 0; list-style-type: none; }
#side-menu .categories > li { margin-bottom: 9px; padding: 0 25px; }
#side-menu .categories > li > span > a { font-size: 16px; }
#side-menu .categories > .activeSubcategory, #side-menu .categories > .active {  padding: 0; border-bottom: 0; }
#side-menu .categories > .activeSubcategory  > .main-cat, #side-menu .categories > .active  > .main-cat { display: block; padding: 0px 25px; background-color: #F5F6F7; }
#side-menu .categories > .activeSubcategory > .main-cat a, #side-menu .categories .active > a, #side-menu .categories .active > .main-cat a { font-size: 16px; color: #ff0033; text-decoration: none; }
#side-menu .categories > li > ul { display: none; }
#side-menu .categories > .activeSubcategory > ul, #side-menu .categories > .active > ul { display: block; }
#side-menu .categories > li > ul > li { padding: 5px 30px 5px 40px; }
#side-menu .categories > li > ul ul { margin: 5px 0 5px 10px; }
#side-menu .categories > li > ul ul li { margin-bottom: 5px; }
#side-menu .categories a { color: #2a445f; text-decoration: none; }
#side-menu .categories > li > ul ul li:last-child { margin-bottom: 0; }
#side-menu .categories a:hover { color: #ff0033 !important;  }
#side-menu .categories li img { display: block; margin-bottom: 5px; }
#side-menu .categories li a > span { color: #838D94; }
#side-menu #box-left-best > li { margin: 0; padding: 5px 15px; border-bottom: 1px solid #EBEEF0; font-weight: bold; }

#start-page #side-menu .categories > li > ul { visibility: hidden; opacity: 0; display: flex; flex-direction: column; max-height: 420px; flex-wrap: wrap; position: absolute; left: calc(23.333% + 8px); top: 0px; z-index: 1000; width: calc(100% - 25.2%); padding: 20px 0; background-color: #f4f4f4; border: 2px solid #fff; border-radius:5px; min-height: 271px; box-sizing: border-box; overflow: auto; }
#start-page #side-menu .categories > li:hover > ul { visibility: visible; opacity: 1; }
#start-page #side-menu .categories a { font-size: 16px; }

#box-left-best { display: none; }
/* hit dnia */
#hits { margin-bottom: 30px; padding: 25px; border: 2px solid #ff0033; border-radius: 5px; background-color: #fff; }
#hits h2.title { font-size: 18px; font-family: 'Nunito'; font-weight: 800; color: #2a445f; margin-bottom: 20px; }

.product-hit .product-img-wrapper { margin: 0 auto; max-width: 400px; padding: 10px; } 
.product-hit .product-img { width:100%; padding-bottom: 75%; position:  relative;  } 
.product-hit .product-img-link { position: absolute; top: 0; left: 0; bottom: 0; right: 0; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; } 
.product-hit .product-img-link img { max-height: 100%; }
.product-hit .description { padding-top: 5px; }
.product-hit h3 { font-size: 16px; margin: 0 0 28px 0; font-weight: bold; text-align: center; }
.product-hit h5 { display: none; margin: 0 0 10px 0; font-size: 1em; }
.product-hit .producer-hit { font-size: 12px; color: #999999; margin-bottom: 15px; text-align: center; }
.product-hit .desc-short { font-size: 12px; color: #999999; text-align: center; font-weight: bold; }
.product-hit .price-item { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin-bottom: 15px; }
.product-hit .price { font-family: 'Nunito'; font-weight: 800; color: #333333; margin-bottom: 10px; }
.product-hit .price .title { display: none; }
.product-hit .price .pprice { font-size: 18px; font-weight: 800; }
.product-hit .prom-price .pprice { color: #ff0033;  }
.product-hit del { margin-right: 5px; font-size: 12px; }
.product-hit a.add-to-cart, .product-hit a.ask { display: none; }

#hits .bx-wrapper { position: relative; margin: 0 auto; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y; }
#hits .bx-pager { z-index: 200; position: absolute; bottom: 10px; right: 10px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-justify-content: center; justify-content: center; }
#hits .bx-pager-item { margin-right: 5px; }
#hits .bx-pager-item:last-child { margin-right: 0; }
#hits .bx-pager a { text-indent: -9999px; font-size: 0; display: block; text-decoration: none; width: 15px; height: 15px; background-color: #EBEEF0; outline: 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;  }
#hits .bx-pager a.active { background-color: #F85422; }

/* o firmie - strona glowna */
#about-us { margin-bottom: 30px; padding: 25px; border: 2px solid #e2e2e2; border-radius: 5px; }
#about-us h2.title { font-size: 18px; font-family: 'Nunito'; font-weight: 800; color: #2a445f; margin-bottom: 20px; }

#about-us .about-content p { color: #999999; text-align: justify; margin-bottom: 28px; }
#about-us .about-content a { display: block; font-size: 12px; width: 68px; line-height: 24px; background: #e2e2e2; text-align: center; text-decoration: none; }


/* zakładki na stronie głównej */
#startbox-header { margin-bottom: 20px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-end; align-items: flex-end; }
#startbox-header ul { padding: 0; margin: 0; list-style-type: none; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; }
#startbox-header ul li { padding: 0; margin: 0 5px 0 0; background: #F5F6F7;  }
#startbox-header ul li:last-child { margin-right: 0; }
#startbox-header ul li a { display: block; padding: 0 20px; height: 40px; line-height: 40px; color: #333; text-align: center; text-decoration: none; font-weight: bold; text-transform: uppercase;  }
#startbox-header ul li.active { background: #F85422; }
#startbox-header ul li.active a { color: #fff; }
#startbox-header a.more { display: none; color: #F85422; }
#startbox .product-list { margin-bottom: 70px; }

#startbox .product-list .bx-wrapper { max-width: 100% !important; }
#startbox .product-list .bx-viewport { padding: 30px 0; border-left: 30px solid #fff; border-right: 30px solid #fff; background-color: #fff; max-width: 100% !important; height: 100% !important; box-sizing: border-box; border-radius: 5px; }
#startbox .product-list .bx-controls { position: relative; margin-top: 30px; }
#startbox .product-list .bx-pager { display: flex; justify-content: center; align-items: center; }

#startbox .product-list .bx-pager .bx-pager-item { margin-right: 10px; }
#startbox .product-list .bx-pager .bx-pager-item:last-of-type { margin-right: 0; }
#startbox .product-list .bx-pager a { text-indent: -9999px; font-size: 0; display: block; text-decoration: none; width: 12px; height: 12px; background-color: #e2e2e2; outline: 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;  }
#startbox .product-list .bx-pager a.active { background-color: #ff0033; width: 16px; height: 16px; }

#startbox .product-list .bx-controls-direction a { position: absolute; background-repeat: no-repeat; background-position: 50% 50%; top: calc(50% - 20px); width: 30px; height: 40px;  text-indent: -9999px; font-size: 0; outline: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#startbox .product-list .bx-controls-direction a.disabled { display: none; }
#startbox .product-list a.bx-prev { background-image: url(../img/layout/controls-prev.svg); left: 40%; }
#startbox .product-list a.bx-next { background-image: url(../img/layout/controls-next.svg); right: 40%; }

#index-banner { margin-bottom: 20px; }
#index-banner h3 { margin: 0 0 20px 0; font-size: 36px; font-weight: normal; float: left; width: 45%; line-height: 1.2em; letter-spacing: -1px; }
#index-banner p { font-size: 16px; }

.banners-small { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-justify-content: space-between; justify-content: space-between; margin-bottom: 70px; }
.banners-small .banner { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-justify-content: space-between; justify-content: space-between; align-items: flex-end; width: 50%; background: #fff; padding: 40px 30px; border-radius: 5px; }
.banners-small .banner:first-of-type { margin-right: 30px; }
.banners-small .banner h4 { margin: 0 0 20px 0; font-size: 24px; font-weight: 800; font-family: 'Nunito'; color: #2a445f; }
.banners-small .banner p { color: #999; }

/* slider */
.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; width:100%; }
.page-slider .bxslider { margin: 0; padding: 0; list-style: none; }
.page-slider > .bxslider > li { display: none; }
.page-slider > .bxslider > li:first-child { display: block; }
.page-slider .bx-viewport { -webkit-transform: translatez(0); border-radius: 5px; }
.page-slider .bx-controls { position: relative; margin-top: 20px; }
.page-slider .bx-pager { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; justify-content: center; align-items: center; }
.page-slider .bx-pager-item { margin-right: 10px; }
.page-slider .bx-pager-item:last-child { margin-right: 0; }
.page-slider .bx-pager a { text-indent: -9999px; font-size: 0; display: block; text-decoration: none; width: 12px; height: 12px; background-color: #e2e2e2; outline: 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;  }
.page-slider .bx-pager a.active { background-color: #ff0033; width: 16px; height: 16px; } 
.page-slider .bx-wrapper .bx-controls-direction a { position: absolute; background-repeat: no-repeat; background-position: 50% 50%; top: calc(50% - 20px); width: 30px; height: 40px;  text-indent: -9999px; font-size: 0; outline: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.page-slider .bx-wrapper .bx-controls-direction a.disabled { display: none; }
.page-slider .bx-wrapper a.bx-prev { background-image: url(../img/layout/controls-prev.svg); left: 40%; }
.page-slider .bx-wrapper a.bx-next { background-image: url(../img/layout/controls-next.svg); right: 40%; }


/* strona listy produktów ------------------------------------------------------------------------------ */
#breadcrumbs { font-size: 12px; margin: 0 0 20px 0; }
#breadcrumbs > ol { list-style-type: none; margin: 0; padding: 0; }
#breadcrumbs > ol > li { margin: 0; display: inline-block; }
#banner-user { margin-bottom: 20px; }

/* lista produktów */
.product-list { margin: 0 0 20px 0; }
.product-list .note { text-align: center; margin: 20px; }

.product h4 { margin-bottom: 25px; font-size: 16px; }
.product h5 { margin: 0 0 10px 0; font-size: 12px; font-weight: normal; color: #999; }
.product .producer { font-size: 12px; color: #999; margin-bottom:22px; display: none;}
.product .price { font-family: "Nunito"; font-weight: 800; }
.product .price .pprice { font-size: 18px;  white-space: nowrap; font-weight: 800; }
.product .prom-price .pprice { color: #ff0033; }
.product .price .title { display: none; }
.product del { margin-right: 5px; font-size: 12px; }
.product .price .installment strong { }
.product .desc-short { font-size: 12px; color: #999; }
#startbox .product .desc-short { display: none; }

.legzemplarzy strong { display: inline-block; position: relative; top: 1px; width: 50px; height: 10px; background: url(../img/layout/liczba-egzemplarzy.svg) 0 0 no-repeat; }
.legzemplarzy .el10 { background-position: 0 -10px; }
.legzemplarzy .el30 { background-position: 0 -20px; }
.legzemplarzy .el50 { background-position: 0 -30px; }
.legzemplarzy .el70 { background-position: 0 -40px; }
.legzemplarzy .el100 { background-position: 0 -50px; }
.product-list .legzemplarzy { margin-bottom: 5px; }

.prom-txt { margin-bottom: 5px; }
.prom-txt em { font-size: 12px; color: #999; padding: 2px 0; display: block; font-style: normal; font-weight: bold; }
.delivery { margin-bottom: 5px; }

.product .remove-fav { white-space: nowrap; color: #ff0033; display: inline-block; }

.prom-icons  { position: absolute; bottom: 8px; left: 0;  margin: 0;  z-index:100; display: flex; justify-content: center; width:100%; }
.prom-icons em { display: inline-block; margin-right: 1px; line-height: 26px; padding: 0 13px; font-style: normal; font-size: 12px; font-weight: bold; text-transform: uppercase; border-radius: 5px; }
.prom-icons em.new { background-color: #2a445f; color: #fff; }
.prom-icons em.bestseller { background-color: #4EAFCB; color: #fff; }
.prom-icons em.preview { background-color: #ff9900; color: #fff; }


a.add-to-cart { display: inline-block; min-width: 80px; height: 30px; line-height: 30px; padding: 0 10px; background: #ff0033; color: #fff; text-align: center; font-weight: bold; text-decoration: none; text-transform: uppercase; font-size: 13px; }
a.ask { display: inline-block; min-width: 80px; height: 30px; line-height: 30px; padding: 0 10px; background-color: #838D94; color: #fff; text-align: center; font-weight: bold; text-decoration: none; text-transform: uppercase; font-size: 13px; }
a.add-to-cart, a.ask { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.product-list-content { margin-bottom: 10px; }
#start-page .product-list-content { margin-bottom: 0; }

/* lista produktów wiersz */
.product-list-default .product { margin-bottom: 20px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; background: #fff; border-radius: 5px; }
.product-list-default .product-img { width: 240px; padding: 10px; margin-right: 20px; text-align: center; position:  relative; border: 1px solid #F0F2F5; border-bottom-color: #D1D5D7; 
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05); -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05); box-shadow: 0 1px 0 rgba(0,0,0,0.05); 
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	-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; 
 }
.product-list-default .product:hover .product-img { 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); }
.product-list-default .product-img-link { outline: 0; display: block; } 
.product-list-default .product-description { padding: 20px; -webkit-flex: 1 1; flex: 1 1;  }  
.product-list-default .description-wrapper { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; }  
.product-list-default .description { -webkit-flex: 1 1; flex: 1 1; margin-right: 20px; }
.product-list-default .price { min-width: 200px; text-align: right; }
.product-list-default .price .item { display: block; margin: 0 0 5px 0;}
.product-list-default a.add-to-cart, .product-list-default a.ask { margin-top: 5px; }
.product-list-default .amount { margin: 0 0 10px 0; }

/* lista produktów prosta */
.simple .prom-icons  { position: static; top: auto; left: auto; margin-bottom: 5px; }

/* blok zdjecia dla galeria i slider */
.product-list-gallery .product-box,
.product-list-slider .product-box { 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%; }

.product-list-gallery .product-box .product-box-item1,
.product-list-slider .product-box .product-box-item1 { flex: 1 1; }

.product-list-gallery .product-box .product-box-item2,
.product-list-slider .product-box .product-box-item2 { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-direction: column; flex-direction: column; }

.product-list-gallery .product-img-warpper2,
.product-list-slider .product-img-warpper2  { position: relative; margin-bottom: 10px; 
 -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;
}
.product-list-gallery .product:hover .product-img-warpper2,
.product-list-slider .product:hover .product-img-warpper2 { 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); }  
.product-list-gallery .product-img-warpper,
.product-list-slider .product-img-warpper { max-width: 240px; margin: 0 auto; }
.product-list-gallery .product-img,
.product-list-slider .product-img { display: block; padding-bottom: 150%; position:  relative; }
.product-list-gallery .product-img-link,
.product-list-slider .product-img-link { position: absolute; top: 0; left: 0; bottom: 0; right: 0;  display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.product-list-gallery .product-img-link img,
.product-list-slider .product-img-link img { max-height: 100%; }
/*.product-list-gallery .prom-txt,
.product-list-slider .prom-txt { position: absolute; bottom: 0; left: 0; margin-bottom: 0; z-index:100; }*/

/* lista produktów galeria */
.product-list-gallery { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding: 30px; background-color: #fff; border-radius: 5px; box-sizing: border-box; }
.product-list-gallery .product { margin-bottom: 40px; margin-right: 20px; }
/* .product-list-gallery .description h5 { display: none; } */

.product-list-gallery .price { margin-bottom: 10px; }
.product-list-gallery .price .item { display: block; margin: 0 0 5px 0;}
.product-list-gallery .installment { display: none; }
.product-list-gallery a.add-to-cart, .product-list-gallery a.ask { display: none; }

.gallery2 .product { width: calc(50% - 10px); }
.gallery2 .product:nth-child(2n) { margin-right: 0; }
/* .gallery2 .product-img-warpper { max-width: 600px; } */
.gallery3 .product { width: calc(33.333333333% - 13.333333333px); }
.gallery4 .product { width: calc(25% - 15px); }
.gallery5 .product { width: calc(20% - 16px); }
/* .gallery5 .product-img-warpper { padding: 5px; } */

#startbox .product-list-gallery { padding: 0 30px; background: none; }
#startbox .product-list-gallery .product { margin-bottom: 0; }

/* lista produktów slider */
.product-list-slider  { clear: both; margin-bottom: 50px; }
.product-list-slider #podobne-content, .product-list-slider #recommended-content { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; }
.product-list-slider .product { width: 235px; float: left; }
.product-list-slider .description h5 { display: none; }
.product-list-slider .desc-short { margin-bottom: 10px; display: none; }
.product-list-slider .price { margin-bottom: 10px; }
.product-list-slider a.add-to-cart, .product-list-slider a.ask { display: none; }
.product-list-slider .bx-wrapper { position: relative; margin: 0; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y; max-width: 100% !important; }
.product-list-slider .bx-viewport { background: #fff; padding: 30px 0; border-left: 30px solid #fff; border-right: 30px solid #fff; border-radius: 5px; box-sizing: border-box; }
.product-list-slider .bx-controls { position: relative; margin-top: 30px; }
.product-list-slider .bx-pager { display: flex; justify-content: center; align-items: center; }

.product-list-slider .bx-pager .bx-pager-item { margin-right: 10px; }
.product-list-slider .bx-pager .bx-pager-item:last-of-type { margin-right: 0; }
.product-list-slider .bx-pager a { text-indent: -9999px; font-size: 0; display: block; text-decoration: none; width: 12px; height: 12px; background-color: #e2e2e2; outline: 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;  }
.product-list-slider .bx-pager a.active { background-color: #ff0033; width: 16px; height: 16px; }

.product-list-slider .bx-controls-direction a { position: absolute; background-repeat: no-repeat; background-position: 50% 50%; top: calc(50% - 20px); width: 30px; height: 40px;  text-indent: -9999px; font-size: 0; outline: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.product-list-slider .bx-controls-direction a.disabled { display: none; }
.product-list-slider a.bx-prev { background-image: url(../img/layout/controls-prev.svg); left: 40%; }
.product-list-slider a.bx-next { background-image: url(../img/layout/controls-next.svg); right: 40%; }


#promotion-list-start { margin-bottom: 40px; }

#recommended-list header, #podobne-list header { text-align: center; }

/* buttony akcji */
.product-actions { position: absolute; z-index: 110; top: 5px; right: 25px; list-style-type: none; opacity: 0; visibility: hidden;
	-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;
 }
.product-actions li { float: left; margin-left: 5px; }
.product-actions li:first-child { margin-left: 0; }
.product-actions a, .product-actions label { text-align:center; position: relative; display: block; width: 24px; height: 24px; background-color: #fff; border: 1px solid #ddd; cursor: pointer; }
.product-actions a::after, .product-actions label::after { content:''; position: absolute; top: 0; bottom:0; right: 0; left: 0; background-position: 50% 50%; background-repeat: no-repeat; opacity: 0.6;
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	-o-transition: opacity 0.1s ease-out;
	-ms-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out;
 }
.product-actions a:hover::after, .product-actions label:hover::after { opacity: 1; }
.product-actions .add-to-fav::after { background-image: url(../img/layout/fav-icon.svg); }
.product-actions .expand::after { background-image: url(../img/layout/expand-icon.svg); }
.product-actions .add-to-comp::after { background-image: url(../img/layout/compare-icon.svg); }
.product:hover .product-actions { opacity: 1; visibility: visible; 
	-webkit-transform: translate(20px,0); 
	-moz-transform: translate(20px,0); 
	-o-transform: translate(20px,0); 
	-ms-transform: translate(20px,0); 
	transform: translate(20px,0); 
}
.product-actions input[type="checkbox"] { margin: 0; display: none; }
.product-actions input[type="checkbox"]:checked + label { border-color: #F85422; }

/* promocje na liście produktów */
#promotion-list-cat { padding-bottom: 10px; }
#promotion-list-cat header h3 { font-size: 20px; margin: 0 0 30px 0; font-family: "Nunito"; font-weight: 800; color: #2a445f; }

/* najciekawsze na stronie startowej */
#promotion-list-start .product h3 { font-size: 14px; margin: 0 0 5px 0; line-height: 1.3em; height: 2.6em; overflow: hidden; }


/* produkt w popup */
.product-popup-wrapper { width: calc(100% - 40px); margin: 0 20px; max-width: 1048px; }
.product-popup { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-align-items: center; align-items: center; }
.product-popup .product-popup-item { width: 60%; }
.product-popup .product-popup-item.item2 { border-left: 1px solid #EBEEF0; flex: 1 1 40%; padding-left: 20px; margin-left: 20px;  }
.product-popup .description h4 { font-size: 20px; margin: 0 0 10px 0;  }
.product-popup .description h5 { font-weight: bold; font-size: 14px; padding: 0; margin: -5px 0 10px 0; color: #838D94; }
.product-popup .desc-short { margin-bottom: 10px; color: #838D94; }
.product-popup .price { margin-bottom: 10px; }
.product-popup .price strong { font-size: 24px; white-space: nowrap; }
.product-popup .prom-price .pprice { color: #ff0033; font-weight: bold; }
.product-popup .price del { font-size: 16px; margin-right: 5px; }
.shopping-box-popup { margin-bottom: 20px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; }
.shopping-box-popup .item { margin-bottom: 10px; }
.shopping-box-popup .item1 { margin-right: 10px; }
.product-popup .producer { margin-bottom: 0; }
.product-popup .producer a { color: #ff0033; }
.product-popup .delivery { margin-bottom: 0; }
.product-popup .list-gallery { margin: 0; list-style-type: none; }
.product-popup .product-img-warpper2 { max-width: 600px; margin: 0 auto 10px auto; }
.product-popup .product-img-warpper { width:100%; padding-bottom: 75%; position:  relative; }
.product-popup .product-img-link { cursor: grab; position: absolute; top: 0; left: 0; bottom: 0; right: 0; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; } 
.product-popup .product-img-link img { max-height: 100%; }
.product-popup .bx-wrapper { position: relative; margin: 0 auto; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y; }
.product-popup .bx-pager { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-justify-content: center; justify-content: center; }
.product-popup .bx-pager-item { margin: 0 5px; }
.product-popup .bx-pager a { text-indent: -9999px; font-size: 0; display: block; text-decoration: none; width: 10px; height: 10px; background-color: #EBEEF0; outline: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  }
.product-popup .bx-pager a.active { background-color: #ff0033; }
.product-popup .bx-controls-direction a { position: absolute; background-color: rgba(25,25,26,0.04); background-repeat: no-repeat; background-position: 50% 50%; top: calc(50% - 20px); width: 30px; height: 40px; text-indent: -9999px; font-size: 0; outline: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.product-popup a.bx-prev { background-image: url(../img/layout/controls-prev.svg); left: 0; }
.product-popup a.bx-next { background-image: url(../img/layout/controls-next.svg); right: 0; }
.product-popup a.disabled { display: none; }

/* filtry produktów */
.filters { clear: both; margin-bottom: 20px; padding: 30px; border: 2px solid #fff; border-radius: 5px; }
.filters header h3 { font-size: 18px; margin: 0 0 10px 0; display: inline-block; font-family: "Nunito"; font-weight: 400; color: #2a445f; }
.filters header .expand { margin-bottom: 10px; display: none; }
.filters ul {  margin: 0; list-style-type: none; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; flex-direction: column; }
.filters li { padding: 0; margin: 0 0 10px 0; width: 100%; }
.filters li:last-of-type { width: 100% !important;  }
.filters select { width: 100%; height: 35px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; }
.filters input[type='text'] { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } 
 
.filters .active { border-color: #ff0033 !important; }
.filters .filters-item { position: relative; }
.filters .show-options { line-height: 33px; color: #666; color: #2a445f; font-size:16px;}
.filters-options { position: relative; z-index: 150;
	-webkit-transition: all 0.05s ease-out;
   -moz-transition: all 0.05s ease-out;
   -o-transition: all 0.05s ease-out;
   -ms-transition: all 0.05s ease-out;
   transition: all 0.05s ease-out;
}
.filters-options-show { opacity: 1; visibility: visible;  }
.filters-options label { display: block; margin-bottom: 5px; }
.filters-options label:hover { background-color: #F5F6F7; }
.filters-options-radio { max-height: 300px; overflow-y: auto; }
.filters-options-checkbox .cont { max-height: 250px; overflow-y: auto; margin-bottom: 10px; border-bottom: 1px solid #EBEEF0; background-color: #fff; padding: 5px; }
.filters a.filters-remove { font-size: 12px; color: #ff0033; text-decoration: none; padding-left: 15px; background: url(../img/layout/eraser-icon.svg) 0 50% no-repeat; display: none; }

.filters-options-range .cont-warpper { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-justify-content: space-between; justify-content: space-between; align-items: center; }
.filters-options-range .cont-warpper .cont-item1 { margin-right: 5px; }
.filters-options-range .cont-warpper .cont-item2 { margin-left: 5px; }

.filters-options-range .items { width: 100%; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-align-items: center; align-items: center; }
.filters-options-range .items > .item1 { margin-right: 5px; } 
.filters-options-range .items > .item2 { -webkit-flex: 1 1; flex: 1 1; } 

#slider-range { border: 0; height: 6px; margin: 10px 7px 20px 7px; background: #D3D3D3; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;   }
#slider-range .ui-slider-handle { border: 0; height: 14px; width: 14px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; margin: 0 -7px; background: #fff; top: -4px; -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0,0,0,0.3); }
#slider-range .ui-slider-range { background: #ff0033; }

/* stronicowanie na liście produktów */
.list-nav { clear: both; margin-bottom: 10px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: space-between; justify-content: space-between; }
.list-nav.nav-top { margin-bottom: 20px; }
.list-nav .pages { margin: 0; }
.list-nav .pages li { display: inline; margin: 0 5px 0 0; }
.list-nav .pages li a { text-decoration: none; }
.list-nav .pages li a:hover { text-decoration: underline; }
.list-nav .pages li a.aktywna { background-color: #ff0033; padding: 2px 5px; color: #fff; }
.list-nav .pages a.prev { }
.list-nav .pages a.next { }

/* sortowanie na liście aukcji */
.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: #F5F6F7; background-position: 50% 50%; background-repeat: no-repeat; }
.sortB a.sort-up {  background-image: url(../img/layout/arrow-up.svg); }
.sortB a.sort-down { background-image: url(../img/layout/arrow-down.svg); }

/* przełącznik widoku na liście produktów */
.list-nav .view  { margin: 0; list-style-type: none; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex;}
.list-nav .view li { margin: 0 0 0 5px; }
.list-nav .view li span { }
.list-nav .view li a { display: block; opacity: 0.4; width: 20px; height: 19px; border: 1px solid transparent;  text-indent: -9999px; font-size: 0; background-position: 50% 50%; background-repeat: no-repeat; outline: 0; }
.list-nav .view li a:hover { border-color: #EBEEF0;  }
.list-nav .view li.widok-galeria a { background-image: url(../img/layout/widok-galeria-icon.svg); }
.list-nav .view li.widok-prosty a { background-image: url(../img/layout/widok-prosty-icon.svg); }
.list-nav .view li.widok-pelny a { background-image: url(../img/layout/widok-pelny-icon.svg); }
.list-nav .view li a.active { border-color: #EBEEF0; opacity: 1; }

/* liczba produktów na stronie */
.number-products { padding: 0; margin: 0; list-style-type: none; }
.number-products li { display: inline; margin: 0 0 0 5px; }
.number-products a.active { background-color: #ff0033; padding: 2px 5px; color: #fff;  }

/* porównanie przycisk */
#compare-btn { font-weight: bold; font-size: 12px; background: url(../img/layout/compare-icon.svg) 0 50% no-repeat; padding-left: 20px; }


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

/* strona produktu ------------------------------------------------------------------------------ */
#product-container { border-bottom: 1px solid #D1D5D7; margin-bottom: 10px; }

/* zdjęcie i galeria produktu */
.product-left { float: left; width: calc(50% - 20px); margin-bottom: 20px; margin-right: 20px; background: #fff; padding: 30px; box-sizing: border-box; border-radius: 5px; }
.product-left .product-img-warpper2 { margin-bottom: 20px; position: relative; text-align: center; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.product-left .product-img-warpper { max-width: 600px; margin: 0 auto; }
.product-left .product-img { display: block; padding-bottom: 75%; position:  relative; }
.product-left .product-img-link { position: absolute; top: 0; left: 0; bottom: 0; right: 0; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; } 
.product-left .product-img-link img { max-height: 100%; }

.product-left ul.gallery { margin: 0; list-style-type: none; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.product-left ul.gallery li { width: 90px; margin-right: 5px; margin-bottom: 5px; }
.product-left ul.gallery li a { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; height: calc(100% - 10px); padding: 5px;  -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
/* .product-left .prom-icons  { top: 10px; left: 10px; } */

/* dane produktu */
.product-right { float: right; width: 50%; margin-bottom: 20px; background: #fff; padding: 30px; box-sizing: border-box; border-radius: 5px; }
.product-right h1 { font-size: 24px; margin: 0 0 10px 0; }
.product-right h2 { font-weight: bold; font-size: 14px; padding: 0; margin: 0 0 20px 0; color: #838D94; }
.product-right .producer-logo { float: right; margin-bottom: 20px; border: 1px solid #EBEEF0; background-color: #fff; padding: 5px; }
.product-right .producer-logo img { display: block; max-width: 100px; max-height: 50px; }
.product-right .producer { margin: 0 0 20px 0; }
.product-right .producer a { color: #ff0033; }

/* boks z ceną */
.price-box { clear: both; border-top: 1px solid #D1D5D7; border-bottom: 1px solid #D1D5D7; padding: 20px 0 10px 0; margin: 0 0 20px 0; }
.price-box .price { margin-bottom: 20px; }
.price-box .price strong { font-size: 24px; }
.price-box .price del { font-size: 16px; margin-right: 5px; }
.price-box .wholesale-price { margin-top: -10px; }
.price-box .wholesale-price strong { color: #F85422; }

/* boks z buttonami  */
.shopping-box { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.shopping-box .item { margin-bottom: 10px; } 
.shopping-box .item1 { flex: 1 1; margin-right: 10px; }
.shopping-box .item2 { flex: 3 3; }
.shopping-box .item-box { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-align-items: center; align-items: center; }
.shopping-box .item2-box { -webkit-flex-wrap: wrap; flex-wrap: wrap; } 
 
a.add-to-cart2 { white-space: nowrap; display: block; height: 50px; line-height: 50px;  background: #ff0033; border-radius: 5px; margin-right: 10px; padding: 0 25px; font-size: 16px; color: #fff; text-align: center;  font-weight: bold; text-decoration: none;  text-transform: uppercase; }
a.ask2 { white-space: nowrap; display: block; height: 50px; line-height: 50px; background-color: #838D94; margin-right: 10px; padding: 0 25px; font-size: 16px; color: #fff; text-align: center; font-weight: bold; text-decoration: none; text-transform: uppercase;  }
.add-to-favorites { margin: 10px 0; }
.availability-info { display: inline-block; background: url(../img/layout/availability-icon.svg) 100% 50% no-repeat; padding-right: 25px; }

/* ilość produktów */
.product-quantity b { color: #838D94; font-weight: normal; margin-right: 5px; }
.product-quantity span { margin-right:5px; }
.product-quantity input[type='text'] { padding: 0 10px; height: 50px; width: 100%; min-width: 50px; text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
}
.product-quantity-box { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-align-items: center; align-items: center; }

/* boks z opcjami i wariantami */
#fparametry p { margin: 0 0 10px 0; }
#fparametry p:last-child { margin: 0; }
#fparametry ul { margin: 0; list-style-type: none; }
#fparametry select { min-width: 100px; max-width:100%; }

.product-options { margin-bottom: 10px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } 
.product-options .poptions-label { flex: 1 1; min-width: 100px; margin-right: 10px; font-weight: normal; color: #838D94; }
.product-options .poptions { flex: 3 3; min-width: 200px; }
.product-options select { width: 100%; }
.product-options .poption-item { display: block; }

/* boks z zstawami */
.product-set { margin-bottom: 10px; }
.product-set a { color: #ff0033; }
.product-set li { margin-bottom: 10px; }

/* boks z ratami */
#raty-items { padding-left: calc(25% + 10px); }
.raty-item { float: left; margin: 0 10px 10px 0; }
.raty-item a, .raty-item img { display: block; }

.preview-box { margin-bottom: 5px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.preview-box > p { margin-right: 10px; color: #838D94; -webkit-flex: 1 1; flex: 1 1; min-width: 100px; }
.preview-box > ul { margin: 0; list-style-type: none; -webkit-flex: 3 3; flex: 3 3; min-width: 200px; }
.preview-box > ul a { font-size: 12px; display: inline-block; text-decoration: none; padding: 0 10px; background-color: #2A445F; color: #fff; height: 24px; line-height: 24px; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.preview-box > ul li { display: inline-block; margin-right:5px; }

.format-box .item2 > span { display: inline-block; width: 30px; height: 22px; margin-right:5px; background-position: 0 50%; background-repeat: no-repeat; }
.format-box .item2 > .mobi { background-image: url(../img/layout/Mobi-icon.svg); }
.format-box .item2 > .epub { background-image: url(../img/layout/Epub-icon.svg); }
.format-box .item2 > .pdf { background-image: url(../img/layout/Pdf-icon.svg); }

/* boks z informcjami o produkcie */
.product-items { margin-bottom: 5px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } 
.product-items .item1 { flex: 1 1; min-width: 100px; margin-right: 10px; color: #838D94; }
.product-items .item2 { flex: 3 3; min-width: 200px; }
#delivery-costs ul { margin: 0; list-style-type: none; }

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

.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: #838D94; 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; background: #fff; padding: 30px; border-radius: 5px; }
ul.tabs { margin: 0 0 20px 0; list-style-type: none; display:-webkit-box; display:-moz-box; display:-ms-flexbox;  display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: relative; }
ul.tabs::after { content:''; position: absolute; bottom: 10px; width:100%; height: 0; border-top:1px solid #D1D5D7; }
ul.tabs li { margin: 0 0 10px 0; position: relative; border-bottom: 1px solid #D1D5D7; }
ul.tabs a { display: block; color: #838D94; font-weight: bold; padding: 0 20px; outline: 0; text-decoration: none; height: 40px; line-height: 40px; overflow: hidden; }
ul.tabs .active { z-index: 100; position: relative; }
ul.tabs .active a { color: #333; }
ul.tabs .active::after { content:''; position: absolute; bottom: -2px; width:100%; height: 0; border-top:3px solid #ff0033; }
ul.tabs .hl a { color: #ff0033; }

.tab-content { display: none; clear: both; overflow: hidden; max-width: 1000px; }
.tab-header { margin: 0 0 10px 0; font-size: 16px; display: none; }
#formNotification .tab-header { display: block; }

/* bloki z opisem i danymi technicznymi */
.tab-desc { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; }
.tab-desc > .tab-desc-item.item1 { -webkit-flex: 3 3; flex: 3 3; }
.tab-desc > .tab-desc-item.item2 { -webkit-flex: 2 2; flex: 2 2; margin-left: 20px; }

/* opis produktu */
.desc-text { margin-bottom: 20px; }

.desc-text .book-spec dl { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0; line-height: 1.5em; }
.desc-text .book-spec dt { -webkit-flex: 0 1 calc(35% - 10px); flex: 0 1 calc(35% - 10px); margin: 0 10px 5px 0; padding: 0; color: #999; }
.desc-text .book-spec dd { -webkit-flex: 0 1 65%; flex: 0 1 65%; margin: 0 0 5px 0; padding: 0; }
.book-desc { line-height: 1.5em; margin-bottom: 40px; }

/* dane techniczne */
.desc-table { margin: 0 0 20px 0; }
.desc-table .category { font-weight: bold; padding: 5px 10px; border-bottom: 1px solid #EBEEF0; }
.desc-table ul { margin: 0; padding: 5px 10px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.desc-table ul li { list-style-type: none; }
.desc-table ul .attribute { -webkit-flex: 1 1; flex: 1 1; margin-right: 10px; }
.desc-table ul .attribute-value { -webkit-flex: 1 1; flex: 1 1; margin-right: 10px; }
.desc-table ul .attribute-icon { -webkit-flex: 0 1 15px; flex: 0 1 15px; }
.desc-table ul .attribute-icon a, .desc-table ul .attribute-icon img { display: block; }

/* zestaw */
.tab-set .set-item { border-bottom: 1px solid #EBEEF0; margin: 0 0 20px 0; }
.tab-set .set-item:last-child { border-bottom: 0; }
.tab-set h4 { font-size: 16px; margin-bottom: 10px; }
.tab-set h4 a { color: #F85422; }
.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.svg) right 20px no-repeat;}
.tab-set .item:last-child { background: url(../img/layout/sum-item.svg) right 20px no-repeat;}
.tab-set h5 { font-size: 1em; font-weight: normal; margin: 0 10px 5px 0; color: #838D94; }
.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; }
.tab-set .price del { display: block; }

/* 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 .btn, .form-product .copy { margin-left: 200px; }
.form-product .g-recaptcha { margin-left: 200px; margin-bottom: 10px; }


/* 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.svg) 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: #838D94; }
#your-review { clear: both; padding: 10px 0 0 0; margin: 10px 0 0 0; border-top: 1px solid #EBEEF0; }
#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 0 40px 0; list-style-type: none; }
#buttons-bottom li { display: inline-block; margin: 0 10px 0  0;}
#buttons-bottom a { display: block; width: 16px; height: 16px; background-position: 50% 50%; background-repeat: no-repeat; opacity: 0.6; }
#buttons-bottom .print-btn { background-image: url(../img/layout/print-icon.svg); }
#buttons-bottom .compare { background-image: url(../img/layout/compare-icon.svg); }
#buttons-bottom .error { background-image: url(../img/layout/error-icon.svg); }


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

/* lista aukcji */
.auction-list-content { margin-bottom:10px; border: 1px solid #EBEEF0; background-color: #fff; }
.auction-list .product { border-bottom: 1px solid #EBEEF0; 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: #838D94; }
.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: #838D94; 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: #F5F6F7; }
.auction-right .auction-right-box { padding: 20px; }
#auction-container h1 { font-size: 30px; margin: 0 0 10px 0; color: #F85422; 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 #EBEEF0; padding-bottom: 10px; margin-bottom: 10px; }
.auction-history ul p { margin: 0; }
.auction-history span { display: inline-block; min-width: 100px; color: #838D94; }

/* 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: #F85422; }
#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 #EBEEF0; width: 100%; }
.comparison-table td, .comparison-table th { border: 1px solid #EBEEF0; padding: 5px 10px; }
.comparison-table th { text-align: left; background-color: #eee; }
.comparison-header { margin-bottom: 10px; }


/* koszyk ------------------------------------------------------------ */
#cart-empty h4 { margin-bottom: 10px; color: #ff0033; }

.cart-container { background: #fff; padding: 30px; }
#cart-steps { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin-bottom: 20px; border-bottom: 1px solid #EBEEF0; padding-bottom: 20px; }
#cart-steps.cart-step1 { border-bottom: 0; padding-bottom: 0; } 
#cart-steps .box { color: #CCD1D4; margin-right: 20px; }
#cart-steps .box:last-child { margin-right: 0; }
#cart-steps .active { color: #333; }
#cart-steps .box h5 { font-size: 18px; margin: 0; text-transform: uppercase; }
#cart-steps .box h5 span { font-weight: normal; }
#cart-steps .box p {  margin: 0; font-size: 12px; }

.container-cart { margin-bottom: 40px; }
.container-cart .cart-box { margin-bottom: 20px; }
.container-cart .cart-box-list { border: 1px solid #EBEEF0; }
#step1 .cart-box-list { margin-bottom: 5px; }
.remove-all { text-align: right; font-size: 12px; margin-bottom: 10px; }

.container-cart .box-grey { background-color: #F5F6F7;  }
.container-cart h4.block-title { margin-bottom: 10px; font-size: 18px; }
.container-cart h5 { margin: 0 0 10px 0; font-size: 14px; }

.cart-show-list .show { color: #ff0033; cursor: pointer; margin-right: 25px; position: relative; }
.cart-show-list .show::after { content:''; position: absolute; top: calc(50% - 10px); right: -25px; width:20px; height: 20px; 
	background-image: url(../img/layout/arrow-down.svg);
	background-position:  50% 50%; background-repeat: no-repeat;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
 }
.cart-show-list .show:hover::after { background-color: rgba(0,0,0,0.1); }
.cart-show-list .show.act::after { background-image: url(../img/layout/arrow-up.svg); } 

#step2 .cart-show-list, #step3 .cart-show-list { text-align: right; }
#step2 .cart-show-list .show, #step3 .cart-show-list .show { font-size: 12px; }
#step4 .cart-show-list .show { margin-right: 0; margin-left: 25px; }
#step4 .cart-show-list .show::after { left: -25px; right: auto; }

.container-cart .more { color: #ff0033; }
.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; padding: 10px 19px; border-bottom: 1px solid #EBEEF0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; }
.cart-list li { margin: 0; margin-right: 20px; }
.cart-list li:last-child { margin-right: 0; }
.cart-list-header { background: #F5F6F7; font-weight: bold; border: 0; }

.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-product .type { color: #999999; }

.cart-list .cart-cena { width: 15%; text-align: right; }
.cart-list .cart-ilosc { width: 15%; }
.cart-list .cart-ilosc input[type='text'] { width: 30px; padding-right: 5px; padding-left: 5px; text-align: center; }
.cart-list .cart-ilosc-cont { display: inline-block; margin-bottom: 5px;  }
.cart-list .cart-wartosc { text-align: right; width: 15%; }
.cart-list .cart-usun { text-align: right; -webkit-flex: 1 1; flex: 1 1; }
.cart-list .cart-usun a { color: #ff0033;  }
.cart-list .name { display: none; color: #838D94; }
.cart-list .more {  margin-left: 5px; }

.cart-list2, .cart-listB { padding-top: 5px; padding-bottom: 5px; }
.cart-list2 .cart-product strong, .cart-listB .cart-product strong { font-weight: normal; }

.cart-suma { clear: both; margin:0; list-style-type: none; color: #ff0033; padding: 10px 19px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.cart-suma .title { font-weight: bold; -webkit-flex: 1 1; flex: 1 1; text-align: right; margin-right: 5px; }
.cart-suma .wartosc { margin-right: calc(20% - 60px); }
.cart-suma .wartosc strong { white-space: nowrap; }

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

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

.container-cart #gift-box { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.container-cart .gift { flex: 0 1 calc(50% - 10px); padding: 5px 0; margin-right: 20px; border-bottom: 1px solid #EBEEF0; }
.container-cart .gift:nth-child(2n) { margin-right: 0; }
.container-cart .gift-wrapper { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; } 
.container-cart .gift-select { margin-right: 10px; }
.container-cart .gift-img { width: 80px; margin-right: 10px;  }
.container-cart .gift-img img { margin: 0 auto; }
.container-cart .gift-parameter { -webkit-flex: 1 1; flex: 1 1; margin-right: 10px; }
.container-cart .gift-parameter p { line-height: 1.2em; margin: 0; }
.container-cart .gift-price  { width: 20%; text-align: right; }

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

.select2 { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex;   }
.select2 .side { -webkit-flex: 1 1 50%; flex: 1 1 50%; }
.select2 .side:nth-child(2n) { margin-left: 20px; }

#fcartmethods select { max-width: 100%; }
.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; vertical-align: middle; }
.fmethods.fmethods-delivery li label .img-wrapper { display: inline-block; vertical-align: middle; width: 50px; text-align: center; margin: 0 5px; }
.fmethods.fmethods-delivery li label img { display: inline-block; vertical-align: middle;  max-width:50px; max-height:30px; }
.fmethods p { margin-top: 0.5em; }

.call { display: inline; position: relative; z-index: 2; }
.call img.help { position: relative; top: 2px; z-index: 1; opacity: 0.6; }
.call p.desc { width: 190px; line-height: 1.3em; margin: 0; font-size: 12px; background-color: #555; color: #fff; text-align: center; padding: 5px;
	 position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -100px; visibility: hidden; opacity: 0;
	 -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    transition: opacity 0.3s; 
 }
.call p.desc::after { content: ""; position: absolute; top: 100%; left: calc(50% - 2px); margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; }
.call:hover p.desc { visibility: visible; opacity: 1; }

.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 #EBEEF0; }
.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%; image-rendering: -webkit-optimize-contrast; }
.payment-option input[type="radio"] { margin: 0; display: none; }
.payment-option input[type="radio"]:checked + label { border-color: #ff0033; -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; }

.choice-wrapper { margin: 5px 0 0 20px; }

#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: #838D94; }

#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: #ff0033;  }

#to-cart { list-style-type: none; margin: 0; padding: 10px 0; border-top: 1px solid #EBEEF0; border-bottom: 1px solid #EBEEF0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }

#cart-options { margin: 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 #EBEEF0; }
.cart-tabs li { float: left; position: relative; top: 1px; }
.cart-tabs a { display: block; background: #F5F6F7; border: 1px solid #EBEEF0; 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'] { 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 a { text-decoration: underline; }
.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: 25%; margin-bottom: 5px; }
#ankieta li:last-child label { margin-right: 5px; }
#ankieta li input[type='text'] { max-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+ */ }

#confirm-order { list-style-type: none; margin: 0; padding-bottom: 20px; border-bottom: 1px solid #EBEEF0;
	-moz-column-count: 2; -webkit-column-count: 2; column-count: 2;
	-webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px;
 }
#confirm-order span { display: inline-block; min-width: 200px; }

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

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

.cart-info { color: #D2071D; border: 2px solid #D2071D; 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; font-size: 16px; margin-bottom: 20px; }
.windowcart-buttons { margin: 0 -5px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.windowcart-buttons a { -webkit-flex: 1 1; flex: 1 1; text-align: center; white-space: nowrap; margin: 0 5px; margin-bottom: 10px; }

/* wyszukiwanie zaawansowane ------------------------------------------------------------------------------ */
#search-adv header { padding: 20px; background: #F5F6F7; 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; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
#search-adv ul li { width: calc(33.333333333% - 6.666666667px); margin-bottom: 5px; padding-bottom: 5px; margin-right: 10px; border-bottom: 1px solid #EBEEF0; }
#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: #ff0033; }
#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 #EBEEF0; }

/* 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'] { 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; }
#regulations a { text-decoration: underline; }

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

#login-index h4, #register-box h4 { margin-bottom: 10px; font-size: 16px; } 

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


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

/* schowek  ------------------------------------------------------------------------------ */
#safe-empty h4 { margin-bottom: 10px; color: #ff0033; }

/* 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 .box-left-header { background-image: url(../img/layout/menu-icon.svg); }
#articles-menu ul { margin: 0; list-style-type: none; }
#articles-menu li { margin: 0; padding: 6px 15px; border-bottom: 1px solid #EBEEF0; }
#articles-menu .categories .active { font-weight: bold; }

.articles .linked { border-bottom: 1px solid #EBEEF0; 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: #838D94; }

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

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

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

#article h4.title { margin-bottom: 10px; }
#article .article-content { border-bottom: 1px solid #EBEEF0; margin-bottom: 20px; padding-bottom: 20px; }
#comment-list { margin-bottom: 20px; border-bottom: 1px solid #EBEEF0; }
#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: #838D94; font-style: normal; }
#comment-list .reply { padding-left: 20px; margin-left: 20px; border-left: 1px solid #EBEEF0; }
#comment-list .reply-btn { color: #ff0033; font-size: 12px; }

#article-products { margin-bottom: 20px; }
#article-products .product { float: left; width: 49%; padding: 10px 0; margin: 0 1% 0 0; border-bottom: 1px solid #EBEEF0; }
#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; background-color: #fff; padding: 30px 25px 40px; border-radius: 5px; }
#start-articles .article-item { width: calc(33.333333333% - 13.333333333px); margin-right: 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 { font-size: 12px; color: #999; }
#start-articles h4 { margin-bottom: 10px; font-size: 16px; }
#start-articles .cont .more {  display: none; margin: 0; }
#start-articles .cont .more a { color: #F85422; } 
#start-articles .article-img { margin-bottom: 20px; }
#start-articles .article-img img { display: block; margin: 0 auto; }
#start-articles .article-desc { display:none; }

/* Lista kategorii  ------------------------------------------------------------------------------ */
#categories-list h4 { text-transform: uppercase; margin-bottom: 5px; }
#categories-list h4 a { color: #ff0033; }
#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: #ff0033; }
#producer-list ul { margin: 0 0 20px 0; list-style-type: none; border-bottom: 1px solid #EBEEF0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: flex-end; align-items: flex-end; }
#producer-list ul:last-child { border: 0; margin: 0; }
#producer-list ul li { width: calc(33.333333333% - 13.333333333px); margin-right: 20px; margin-bottom: 20px; }
#producer-list .producer-logo { display: block; }
#producer-list .producer-logo img { max-width: 100px; max-height: 50px;}

/* mapa kategorii  ------------------------------------------------------------------------------ */
#category-map .category {  float: left; width: calc(33.333333333% - 13.333333333px); margin-right: 20px; margin-bottom: 20px ; }
#category-map h3 { text-transform: uppercase; margin: 0 10px 10px 0; font-size: 1em; }
#category-map h3 a { color: #ff0033; }
#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 #EBEEF0; } 
#order-history li { float: left; width: 30.33%; margin: 0 3% 10px 0; }  
#order-history .item1 b { margin-right: 10px; }  
#order-history span { color: #838D94; }  
#order-history a.more { color: #ff0033; } 
#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: #F5F6F7; 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 #EBEEF0; }
#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: #838D94; display: none; }
#order-info .sum { clear: both; text-align: right; }
#order-info #confirm-order { margin-bottom: 10px; }

.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/download-files.svg) 0 50% 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 #EBEEF0; }
#order-item-info li:last-child {  border: 0; }
#order-item-info li.first { color: #838D94; }
#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 #EBEEF0;}
#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 #EBEEF0; 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 { display: block; position: relative; font-size: 12px; color: #fff; }
.label-check a { text-decoration: underline; color: #fff; }
#contact-form .label-check { width: auto; max-width: none; color: #000; }
#contact-form .label-check a { color: #000; }

#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 { padding-top: 45px; border-top: 1px solid #e2e2e2; }
.container-bottom .box-bottom { float: left; width: calc(25% - 15px); margin-right: 20px; margin-bottom: 20px; }
.container-bottom .box-bottom .title { margin-bottom: 20px; font-size: 16px; font-weight: bold; font-family: "Nunito"; color: #999; }
.container-bottom .box-bottom ul { margin: 0; list-style-type: none; }
.container-bottom .box-bottom ul li { margin-bottom: 10px; }
.container-bottom a.all { color: #ff0033; }

.container-bottom .contact-info-item1 { margin-bottom: 10px; }
.container-bottom .contact-info-item1 strong { font-size: 24px; display: block; margin-bottom: 5px; }
.container-bottom .contact-info-item1 a { color: #ff0033; }
.container-bottom .contact-info-item2 { margin-bottom: 20px; }

.container-bottom .contact-info-item1 span { font-size: 12px; color: #999; }
.container-bottom .contact-info-item3 { margin-bottom: 30px; }
.container-bottom .contact-info-item3 a { display: inline-block; font-size: 12px; line-height: 25px; padding: 0 15px; background-color: #E2E2E2; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

#social-links { margin: 0; list-style-type: none; }
#social-links li { display: inline-block; }
#social-links a { display: block; text-indent: -9999px; font-size: 0; text-decoration: none; width: 88px; height: 40px; background-repeat: no-repeat; background-position: 50% 50%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } 
#social-links .fb-icon { background-color: #39599F; background-image: url(../img/layout/fb-icon.svg); }
#social-links .in-icon { background-color: #E4405F; background-image: url(../img/layout/in-icon.svg); }
#social-links .yt-icon { background-color: #FF0000;; background-image: url(../img/layout/yt-icon.svg); }

#footer { text-align: center; font-size: 12px; padding-bottom: 60px; }
#footer .selly { line-height: 25px; white-space: nowrap; }
#footer .selly img { vertical-align: middle; }
#footer .selly a { color: #F86300; text-decoration: none; font-size: 12px; }
#footer .selly a:hover { text-decoration: underline; }
#footer .selly:last-of-type img { margin-left: 14px; }
#footer .payment img { opacity: 0.6; }
#footer .footer-logos { display: flex; position: relative; justify-content: center; align-items: center; margin-bottom: 50px; }
#footer .footer-logos p:first-of-type { margin-right: 21px; padding-right: 21px; border-right: 1px solid #e2e2e2; font-size: 12px; }
#footer .footer-logos p:first-of-type img { opacity: 0.65; }
#footer .footer-logos p { -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); margin-bottom: 0; }
#footer .footer-logos:before, #footer .footer-logos:after { content: ''; display: block; position: absolute; top: 50%; width: 26%; max-width: 360px; border-top: 1px solid #e2e2e2; }
#footer .footer-logos:before { left: 0; }
#footer .footer-logos:after { right: 0; }

/* newsletter */
.box-newsletter-wrapper { margin-bottom: 30px; background-image: url(../img/layout/newsletter-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; border-radius:5px; }
.box-newsletter { padding: 25px; }
.box-newsletter .newsletter-item1 { font-size: 18px; font-weight: 800; font-family: "Nunito"; margin-bottom: 30px; color: #fff; }
.box-newsletter .newsletter-item2 { position: relative; }
.box-newsletter .title { font-size: 22px; font-weight: bold; margin-bottom: 10px; }
#newsletter-form fieldset { position: relative; border: 0; padding: 0; margin: 0;  }
#newsletter-form .cont { position: relative;  padding: 0 48px 0 0; border-radius: 5px; background-color: #fff; margin-bottom: 25px; }
#newsletter-form input[type='text'] { height: 48px; padding: 0 20px; width: 100%; line-height: 38px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 0; background: #fff; border-radius: 5px; }
#newsletter-form .info { margin-bottom: 20px; }
#newsletter-form p .label-check span.agree { color: #fff; text-align: justify; }
#newsletter-form p .label-check span.agree a { color: #ff0033 }
#subscribe-btn { position: absolute; right: 0; top: 0; height: 48px; width: 48px; box-sizing: border-box; padding: 15px; border-radius: 5px; }
.unsubscribe-wrapper { display: block; margin-top: 30px; }
#unsubscribe-btn { font-size: 12px; background-color: transparent; color: #fff; border: 0; cursor: pointer; }

/* Hide the browser's default checkbox */
/*#newsletter-form p .label-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}*/
  
/* Create a custom checkbox */
#newsletter-form p .label-check .checkmark {
	position: relative;
	display: inline-block;
    top: 5px;
    height: 20px;
	width: 20px;
	border-radius: 4px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
	box-sizing: border-box;
	margin-right: 10px;
}

/* On mouse-over, add a grey background color */
#newsletter-form p .label-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#newsletter-form p .label-check input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
#newsletter-form p .label-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#newsletter-form p .label-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#newsletter-form p .label-check .checkmark:after {
    left: 3px;
    top: 4px;
    width: 12px;
    height: 7px;
	border-left: 2px solid #ff0033;
	border-bottom: 2px solid #ff0033;
	box-sizing: border-box;
	transform: rotate(-45deg);
}

/* 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.svg) calc(100% - 5px) bottom no-repeat; }

#widget-allegro { position: fixed; width: 400px; top: 210px; right: -400px; color: #000; z-index: 200;}
#widget-allegro .cont { background-color: #F5F6F7; border: 1px solid #EBEEF0; padding: 10px; position: relative; z-index: 999; }
#widget-allegro .allegro-icon { position: absolute; top: -1px; left: -35px; width: 35px; height: 85px; background: #F5F6F7 url(../img/layout/allegro-widget-icon.svg) 50% 50% 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.svg) 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; }

/* 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: 1300px; margin: 0 auto; padding: 0 20px; }
#selly-cookies a.close { float: right; margin: 0.5em 0 0 0; }

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

@media only screen and (max-width: 479px) {
	/* kontentery strony */
	.container-max { padding: 0 10px; }
	/* bloki layoutu strony */
	.sbox { padding: 15px; }
 
	/* nagłówek */	
#search-results .product h4 { font-size: 12px; }
#search-results .price strong { font-size: 14px; }
#search-results .search-items { -webkit-flex-direction: column; flex-direction: column;  }
#search-results .search-item1 { padding: 10px 20px; border-right: 0; -webkit-order: 2; order: 2; }
#search-results .search-item2 { padding: 10px; }
#search-results .search-item1 p { margin-bottom: 5px; }

	#header-main #logo img { max-height: 50px; }  
	#header-main .icon-box .title {  display: none; }
	#header-main .icon-box > a { margin-left: 10px; }
    #header-search #query { height: 38px; }
    #header-search #search-btn { width: 100px; height: 38px; line-height: 38px; padding: 0 15px 0 25px; background-position: 13px 50%; }
	/* strona startowa */
	#startbox-header ul li { -webkit-flex: 1 1; flex: 1 1; }
	#startbox-header ul li a { padding: 0 5px; }
	#startbox-header a.more { font-size: 12px; }
	#box-producer ul { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
	.page-slider .bx-pager a { width: 10px; height: 10px; }
	.page-slider .bx-wrapper .bx-controls-direction { display: none; }
    #hits .bx-pager a { width: 10px; height: 10px; }
    
    #startbox .product-list a.bx-prev, .page-slider .bx-wrapper a.bx-prev, .product-list-slider a.bx-prev { left: 10%; }
    #startbox .product-list a.bx-next, .page-slider .bx-wrapper a.bx-next, .product-list-slider a.bx-next { right: 10%; }

    .banners-small { flex-direction: column; align-items: center; }
    .banners-small .banner { width: unset; padding: 30px; }
    .banners-small .banner:first-of-type { margin-right: 0; margin-bottom: 30px; }

    #startbox .header-more, #start-articles .header-more { flex-direction: column; margin-bottom: 20px; }
    #startbox .header-more a.more, #start-articles .header-more a.more { position: relative; }

    /* strona kategorii */
    .filters,
    .product-list-slider .bx-viewport { padding: 15px; }
    .filters li { width: 100%; margin-right: 0; }
    .product-list-gallery { padding: 15px; }
	.product-list-default .product { -webkit-flex-direction: column; flex-direction: column; }
	.product-list-gallery .product { margin-right: 10px; }
	.gallery2 .product, .gallery3 .product, .gallery4 .product, .gallery5 .product { width: calc(50% - 5px); }
	.gallery3 .product:nth-child(2n), .gallery4 .product:nth-child(2n), .gallery5 .product:nth-child(2n) { margin-right: 0; }	
	.product-list-default .product-img { width: auto; margin-right: 0; margin-bottom: 10px; }
	.product-list-gallery .product-img-warpper, .product-list-slider .product-img-warpper { padding: 5px; }	
	.product-list-gallery .product h4, .product-list-slider .product h4 { font-size: 12px; }
	.product-list-gallery .product h5, .product-list-slider .product h5 { font-size: 12px; }
    .product-list-gallery .product .price .pprice, .product-list-slider .product .price .pprice { font-size: 16px; }	
    
    .prom-icons { flex-direction: column; align-items: center; }
    .prom-icons em { font-size: 11px; line-height: 24px; padding: 0 5px; }
    .prom-icons em.new { margin-right: 0; margin-bottom: 1px; }
    .product-actions { margin: 0; }
	
	/* mapa kategorii */
	/* #category-map .category { width: 100calc; margin-right: 0; } */
	
	/* strona produktu */
	#raty-items { padding-left: 0; }
	.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 */
	.container-cart .cont { padding: 10px; }
	.cart-list { padding-left: 9px; padding-right: 9px; }
	.cart-suma { padding-left: 9px; padding-right: 9px; }
	.container-cart .gift-img  { display: none; }
	#total-order li span { width: auto; }
	#to-cart { -webkit-flex-direction: column; flex-direction: column; text-align: center; }
	#to-cart li:first-child { margin-bottom: 10px; }
	#to-cart a { display: block; }
	#to-cart input[type='submit'] { width: 100%; }
	.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: #EBEEF0;  }
	.cart-data label.text { display: block; width: 100%; margin-bottom: 5px; }
	.cart-data li input[type='text'], .cart-data li input[type='password'] { width: 100%; }
	#confirm-order li { margin-bottom: 5px; }
	#confirm-order span { display: block; width: 100%; }
	#ankieta li { width: 50%; }
	
	/* wyszukiwanie zaawansowane */
	#search-adv h4 { display: block; margin-bottom: 10px; }
	#search-adv header { padding: 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+ */	
	}
	#search-adv .cont { padding: 10px; }
	#search-adv ul li { width: 100%; margin-right: 0; }
	
	/* 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'] { 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; }

	/* lista producentów  ------------------------------------------------------------------------------ */
	#producer-list ul li { width: 100%; margin-right: 0; }

	/* stopka */
	.container-bottom { padding-bottom: 20px; }
	.container-bottom .box-bottom { width: 100%; margin-right: 0; margin-bottom: 0; border-bottom: 1px solid #EBEEF0; }
	.container-bottom .cont { display: none; }
	.container-bottom .cont.active { padding-bottom: 10px; }
	.container-bottom .box-bottom .title { cursor: pointer; padding: 10px 0; margin-bottom: 0; position: relative; }
	.container-bottom .box-bottom .title::after{ content:''; position: absolute; right: 0; top:50%; margin-top:-5px; width:0; height:0; border-top:5px solid transparent; border-bottom:5px solid transparent; border-left:5px solid #333; }
    
    #footer .footer-logos { flex-direction: column; }
    #footer .footer-logos p:first-of-type { margin-right: 0; margin-bottom: 10px; padding-right: 0; border-right: 0; }

    #blog .article-wrapper { flex-direction: column; align-items: center; }
    #blog .article-wrapper .post { width: 100%; margin-bottom: 20px; margin-right: 0; }
	/* newsletter */
	#newsletter-form .cont { -webkit-flex-wrap:wrap; flex-wrap:wrap; }
	#subscribe-btn { margin-right: 0; }
	.unsubscribe-wrapper { -webkit-flex: 1 1 100%; flex: 1 1 100%; margin-top: 10px; text-align: right; }
	
	/* 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) {
	/* stopka */
	.container-bottom .cont { display: block !important; }
	.container-bottom .title { pointer-events: none; }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
   .header-search-list { min-width:440px; }
	#search-results .search-item1 { padding: 20px 10px; }
   #search-results .search-item2 { padding: 10px; }
	/* strona startowa */
    #box-producer ul { -moz-column-count: 3; -webkit-column-count: 3; column-count: 3; }
    
    #startbox .product-list a.bx-prev, .page-slider .bx-wrapper a.bx-prev, .product-list-slider a.bx-prev { left: 25%; }
    #startbox .product-list a.bx-next, .page-slider .bx-wrapper a.bx-next, .product-list-slider a.bx-next { right: 25%; }

	/* strona kategorii */
	.filters li { width: calc(50% - 20px); }
	.filters li:nth-child(2n) { margin-right: 0; }
	.gallery3 .product, .gallery4 .product { width: calc(50% - 10px); }
	.gallery3 .product:nth-child(2n), .gallery4 .product:nth-child(2n) { margin-right: 0; }
	.gallery5 .product { width: calc(33.333333333% - 13.33333334px); }
	.gallery5 .product:nth-child(3n) { margin-right: 0; }	
	.product-list-default .product-img { width: 33.333333333%; max-width: 180px; }
	
	
	
	/* 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 zaawansowane */
	#search-adv ul li { width: calc(50% - 5px); }
	#search-adv ul li:nth-child(2n) { margin-right: 0; }
	
	/* historia zamówień */
	#order-history li { width: 47%; }
	#order-history li:nth-child(2n+1) { clear: both; } 
	#order-products span.name { display: inline; }
	
	/* lista producentów */
	#producer-list ul li { width: calc(50% - 10px); }
	#producer-list ul li:nth-child(2n) { margin-right: 0; }
	
}

@media only screen and (min-width: 480px) and (max-width: 980px) {
    /*strona kategorii*/
    .filters li { margin-right: 40px; }
	/* koszyk */
	#ankieta li { width: 33.333333333%; }
	
	/* stopka */
	.container-bottom .box-bottom { width: calc(50% - 10px); }
	.container-bottom .box-bottom:nth-child(2n) { margin-right: 0; }
	.container-bottom .box-bottom:nth-child(2n+1) { clear: both; }
	}

@media only screen and (max-width: 767px) {
	/* nagłówek */
	#header-main { -webkit-flex-wrap:wrap; flex-wrap:wrap; }
	#header-main #logo-wrapper { -webkit-flex: 1 1 calc(50% - 10px); flex: 1 1 calc(50% - 10px); margin-bottom: 15px; }
	#header-main .header-right { -webkit-flex:1 1 50%; flex:1 1 50%; margin-bottom: 10px; }	
	#header-search { -webkit-flex:1 1 100%; flex:1 1 100%; -webkit-order: 3; order: 3; }

	#lang-box { text-align: center; }
	#lang-box-wrapper { float: none; display: inline-block; }
    #lang-settings { text-align: left;}
    #header-top #top-menu { -webkit-justify-content: flex-end; justify-content: flex-end; }
    #header-top #top-menu .info-top { display: none; }

	/* bloki layoutu strony */
	.side50 { float: none; width: auto; }

    
	/* strona startowa */
	#index-banner h3 { float: none; width: auto; font-size: 30px; }
	#index-banner p { font-size: 14px; }
	
	#startbox-header { -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: stretch; align-items: stretch; }
	#startbox-header .startbox-header-item.item1 { -webkit-order: 2; order: 2; }
    #startbox-header .startbox-header-item.item2 { -webkit-order: 1; order: 1; margin-bottom: 5px; text-align: right; }
    
    #start-page .container-max-start > .container-max { display: flex; flex-direction: column; }
    #start-page .container-side { order: 2; }
    #start-page .container-main { order: 1; }

	.product-hit-items { -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: stretch; align-items: stretch; }
	.product-hit-item.item1 { margin-bottom: 10px; }
    .product-hit-item.item2 { border-left: 0; }
    
    #start-page .container-side, #start-page .container-main { float: none; width: 100%; }

    .product-hit .product-img-wrapper { max-width: 260px; }

    .container-max-banner { margin-bottom: 35px; }
    #startbox .product-list, .banners-small, #box-producer { margin-bottom: 45px; }

    .container-max-bottom { margin-top: 45px; }
    #box-producer ul { display: block; }
    #box-producer ul li { display: flex; height: 95px; justify-content: center; align-items: center; }
    
	
	/* strona kategorii */
	.list-nav { -webkit-flex-direction: column; flex-direction: column; }
	.list-nav > .item { margin-bottom: 10px; }
	.list-nav > .item:last-child { margin-bottom: 0;  }
	
	.product-list-default .description-wrapper { -webkit-flex-direction: column; flex-direction: column; }
	.product-list-default .description { margin-right: 0; margin-bottom: 10px; }
	.product-list-default .price { text-align: left; }	 	
    .product-list .legzemplarzy, .product-list .amount { display: none; }
    
    /* mapa kategorii */
	#category-map .category { width: calc(50% - 10px); }
	#category-map .category:nth-child(2n) { margin-right: 0; }
	#category-map .category:nth-child(2n+1) { clear: both; }
	
	/* produkt w popup */
	.product-popup { -webkit-flex-direction: column; flex-direction: column; }
	.product-popup .product-popup-item { width: 100%; }
	.product-popup .product-popup-item.item2 { width: 100%; margin-left: 0; padding-left: 0;  border: 0; }
	.product-popup .bx-pager { display: none; }	
	
	/* strona produktu */
	.product-left, .product-right { float: none; width: auto; margin-right: 0; }
	ul.tabs li { width: 50%; }
	ul.tabs a { padding: 0; margin-right: 10px; }
	.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, .form-product .g-recaptcha { 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%; }
	
	/* strona aukcji */	
	.auction-list .product-box { display: block; }
	.auction-left, .auction-right { float: none; width: auto; }
	
	/* koszyk */
	.cart-list { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
	.cart-list li { margin-right: 10px; margin-bottom: 5px; }
	.cart-list-header li { display: none; } 
	.cart-list-header li.cart-product { display: block; margin-bottom: 0; } 
	.cart-list .cart-product { width: 100%; margin-right: 0; -webkit-order: 1; order: 1;}	
	.cart-list .cart-cena { width: calc(50% - 5px); text-align: left; -webkit-order: 2; order: 2; }
	.cart-list .cart-wartosc { width: calc(50% - 5px); margin-right: 0; -webkit-order: 3; order: 3;  }
	.cart-list .cart-ilosc { width: auto; -webkit-order: 4; order: 4; }
	.cart-list .cart-ilosc-cont { margin-bottom: 0; }
	.cart-list .cart-usun { margin-right: 0; -webkit-order: 5; order: 5;}	
	.cart-list .name { display: inline-block; }
	.cart-list2 .cart-product { width: auto; margin-right: 10px; }
	.cart-list2 .cart-wartosc { width: auto; -webkit-flex: 1 1; flex: 1 1; }
	.cart-list2 .cart-cena, .cart-list2 .cart-ilosc { display: none; }
	.cart-suma .title { text-align: left; }
	.cart-suma .wartosc { margin-right: 0; }
	.select2 { -webkit-flex-direction: column; flex-direction: column; }
	.select2 .side:first-child { margin-bottom: 20px; }
	.select2 .side:nth-child(2n) { margin-left: 0; }
	.container-cart #gift-box { -webkit-flex-direction: column; flex-direction: column; }
	.container-cart .gift { -webkit-flex: 1 1 100%; flex: 1 1 100%; margin-right: 0;  }
	.cart-data-s { max-width: none; }
	.cart-data-s .btn-large { margin-left: 0; }
	.ceneo-box { padding: 20px; background-image: none;}
	
	/* 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; }

	/* lista producentów */
	#producer-list ul { padding-bottom: 10px; margin-bottom: 10px; }
	#producer-list ul li { margin-bottom: 0; }
	#producer-list .producer-logo { display: none; }

	/* 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; }
 
    #selly-cookies { font-size: 12px; }
    #footer .footer-logos:before, #footer .footer-logos:after { display: none; }
}

@media only screen and (min-width: 768px) {
   .header-search-list { min-width:700px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }		
	#search-results .search-item1 { -webkit-flex: 1 1; flex: 1 1; }
   #search-results .search-item2 { -webkit-flex: 2.5 2.5; flex: 2.5 2.5; }	
	/* strona kategorii */
	.gallery3 .product:nth-child(3n) { margin-right: 0; }
	
	/* mapa kategorii */
	#category-map .category:nth-child(3n) { margin-right: 0; }
	#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) { margin-right: 0; }	
	
	/* historia zamówień */
	#order-history li:nth-child(3n+1) { clear: both; } 
	
	/* lista producentów */
	#producer-list ul li:nth-child(3n) { margin-right: 0; }
}


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

@media only screen and (min-width: 768px) and (max-width: 980px) {
    /*strona główna*/
    #startbox .product-list a.bx-prev, .page-slider .bx-wrapper a.bx-prev, .product-list-slider a.bx-prev { left: 30%; }
    #startbox .product-list a.bx-next, .page-slider .bx-wrapper a.bx-next, .product-list-slider a.bx-next { right: 30%; }
    /* strona kategorii */
    .filters li { width: calc(33.333333333% - 26.666666667px); }
    .filters li:nth-child(3n) { margin-right: 0; }
    .filters-options-checkbox .cont { max-height: 150px; }

	.gallery4 .product { width: calc(33.333333333% - 13.333333333px); }
	.gallery4 .product:nth-child(3n) { margin-right: 0; }
	.gallery5 .product { width: calc(25% - 15px); }
    .gallery5 .product:nth-child(4n) { margin-right: 0; }
    
    #start-page .container-side { float: left; width: 23.3%; }
    #start-page .container-main { float: right; width: 74.3%; }
	/* strona produktu */
	ul.tabs a { padding: 0 15px; }
	
	/* porównanie produktów */
	#product-comparison .product { width: 33.33%; }
	#product-comparison .product:nth-child(3n+1) { clear: both;} 
}


@media only screen and (max-width: 980px) {
	/* nagłówek */
	#top-menu { display: none; }
	#mobileMenu {  margin-bottom: 10px; }
	#articlesMenu { margin-bottom: 10px; }
	.js #articles-menu { display:none;	}
	.js #main-menu { display:none;	}
	.js #box-client { display:none;	}
    .js .slicknav_menu { display:block;	}
    #header-main .cart-header .title span:first-of-type { font-size: 18px; }
    
	/* elementy strony */
    .container-side, .container-main { float: none; width: auto; margin-bottom: 20px;}
    
    .banners-small .banner { flex-direction: column; -webkit-align-items: flex-start; align-items: flex-start; }

	/* strona kategorii */
	.box-left { display: none; }
    .filters header .expand { display: inline-block; margin-left: 25px; margin-bottom: 0;}
    .filters header h3 { margin: 0; }
    .filters form { display: none; }
    .filters ul { flex-direction: row; margin-top: 15px; }
    

	/* strona produktu */
	.tab-desc { -webkit-flex-direction: column; flex-direction: column; }
	.tab-desc > .tab-desc-item.item1 { margin-bottom: 20px; }
	.tab-desc > .tab-desc-item.item2 { margin-left: 0; }

	/* koszyk */
	#cart-steps .box { display: none; }
	#cart-steps .active { display: block; margin-bottom: 0; }
	#cart-steps .box h5 { display: inline-block; margin: 0 10px 0 0; }
	#cart-steps .box p { display: inline-block; }
	#confirm-order { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; }
	
	/* stopka */
	.box-newsletter { -webkit-flex-direction: column; flex-direction: column;  } 
	.box-newsletter .newsletter-item1 { width: auto; margin-right: 0; margin-bottom: 10px; }
}


@media only screen and (min-width: 981px) and (max-width: 1200px) {
    .header-search-list { min-width: 600px; }	
    /*strona glowna*/
    #start-page #side-menu .categories > li > ul { max-height: 420px; width: calc(100% - 25.8%); }
    #side-menu .categories > li > ul > li { padding: 5px 20px; }

	/* strona kategorii */
	.product-list-default .product-img { width: 180px; }
}

@media only screen and (min-width: 981px) {
	/* strona kategorii */
	.gallery4 .product:nth-child(4n) { margin-right: 0; }
	.gallery5 .product:nth-child(5n) { margin-right: 0; }
	.filters form { display: block !important; }
	
	/*----MS Edge Browser CSS ----*/	
	@supports (display:-ms-grid) {
		.gallery4 .product:nth-child(4n) { margin-right: -1px; }
	}
	
	/* stopka */
	.container-bottom .box-bottom:nth-child(4n) { margin-right: 0; }
}

@media only screen and (min-width: 1201px) {
    .header-search-list { min-width: 750px; }
	/* strona kategorii */
	.filters li:nth-child(4n) { margin-right: 0; }
	
	/*----MS Edge Browser CSS ----*/	
	@supports (display:-ms-grid) {
		.filters li:nth-child(4n) { margin-right: -1px; }
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
	/*strona glowna*/
    #start-page #side-menu .categories > li > ul { max-height: 420px; width: calc(100% - 25.2%); }
    #side-menu .categories > li > ul > li { padding: 5px 30px; }
}