/* Generated by less 2.4.0 */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../images/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../images/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../images/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../images/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../images/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../images/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  font: 300 16px / 1.4em 'Roboto Slab', serif;
  margin: 0;
  min-height: 100%;
  position: relative;
  background: #ffffff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  color: #3366f8;
  text-decoration: none;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  color: #4d5d61;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 .5em 0;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
}
h1 {
  font-size: 1.75em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}
ul,
ol {
  margin: .75em 0 .75em 32px;
  padding: 0;
}
p {
  margin: .75em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clear {
  clear: both;
  display: block;
  position: relative;
  height: 0px;
  float: none;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.wrapper {
  position: relative;
  width: 990px;
  height: 100%;
  margin: 0 auto;
}
#h-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0);
  transition: all .4s ease;
}
#h-main .wrapper {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#h-main .logo {
  position: relative;
}
#h-main .logo .content-element {
  position: absolute;
  top: 20px;
  left: 0;
  transition: all .3s ease;
}
#h-main .logo .content-element p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 1;
  transition: all .4s ease;
}
#h-main .logo .content-element p.logo-white {
  z-index: 2;
}
#h-main .logo .content-element p.logo-blue {
  z-index: 1;
}
#h-main .logo img {
  transition: all .3s ease;
  width: 343px !important;
  height: 190px !important;
}
#h-main.small {
  background: #000066;
}
#h-main.small .logo .content-element {
  top: 2px;
  left: 45px;
}
#h-main.small .logo img {
  height: 80px !important;
  width: 144px !important;
}
#banner {
  position: relative;
}
#banner #banner-content {
  color: #ffffff;
  font: 700 45px / 45px 'Roboto Slab', serif;
  position: absolute;
  bottom: 17%;
  left: 0;
  width: 100%;
}
#banner #banner-content .content-element {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#banner #banner-content p {
  margin: 0;
  width: 30%;
  text-align: center;
}
#page-content {
  padding: 50px 0 60px;
}
#f-main {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  background: #006;
  font: 400 14px / 14px 'Roboto Slab', serif;
  height: 50px;
}
#f-main .wrapper {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1800px) {
  #banner #banner-content {
    font: 700 35px / 35px 'Roboto Slab', serif;
    bottom: 15%;
  }
}
@media (max-width: 1400px) {
  body {
    font-size: 14px;
  }
  .wrapper {
    width: 950px;
  }
  #banner #banner-content {
    font: 700 30px / 30px 'Roboto Slab', serif;
    bottom: 13%;
  }
  #page-content {
    padding: 40px 0 50px;
  }
  #f-main {
    font: 400 12px / 12px 'Roboto Slab', serif;
    height: 40px;
  }
}
@media (max-width: 970px) {
  .wrapper {
    width: 88%;
  }
  #banner #banner-content {
    font: 700 24px / 24px 'Roboto Slab', serif;
    bottom: 10%;
  }
  #h-main {
    position: relative;
  }
}
@media (max-width: 750px) {
  #page-content {
    padding-bottom: 70px;
  }
  #f-main {
    height: auto;
    padding: 15px 0px;
  }
  #f-main .wrapper {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #f-main .wrapper div {
    width: 100%;
    text-align: center;
  }
  #f-main .wrapper div.copyright {
    margin-bottom: 10px;
  }
}
@media (max-width: 570px) {
  #banner-content {
    display: none;
  }
}
/* WYGLAD ARTYKUŁU */
.-pc-article-image {
  position: relative;
}
.-pc-article-image img {
  float: left;
  margin: 0 10px 10px 0;
}
.-pc-article-header {
  font-size: 0.9em;
}
.-pc-article-header .h {
  margin: 0 5px 0 0;
}
.-pc-article-header .v {
  margin: 0 10px 0 0;
  font-weight: bold;
}
.-pc-article-footer {
  font-size: 0.9em;
}
.-pc-article-footer .h {
  margin: 0 5px 0 0;
}
.-pc-article-footer .v {
  margin: 0 10px 0 0;
  font-weight: bold;
}
.-pc-article-footer .-pc-article-share-on-facebook {
  margin: 0 10px;
}
.-pc-article-footer .-pc-article-back-button a {
  display: block;
  float: right;
  background: #fff;
  color: #ff348a;
  border: 0px solid #ff348a;
  background: none;
  transition: all .4s ease;
}
.-pc-article-footer .-pc-article-back-button a:hover {
  color: none;
  background: none;
  border: 0px solid #ffffff;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
  background-position: -6px -5px;
  background-color: #969494;
  border: 2px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  display: block;
  border: 2px solid #ffffff;
  background-color: #969494;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.fancybox-prev span {
  left: 10px;
  background-position: -2px -37px;
}
.fancybox-next span {
  right: 10px;
  background-position: -3px -73px;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*WYGLAD PRODUKTU */
/* POWIEKSZENIE ZDJĘCIA */
.-pc-product-image-zoom {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 5px;
}
.-pc-product-image-zoom .-pc-product-image-zoom-in {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .3;
  background: url('../images/gallery/zoom_in.png') center center no-repeat;
  background-size: 0 0;
  transition: all .4s ease;
}
.-pc-product-image-zoom:hover .-pc-product-image-zoom-in {
  background-color: #fff;
  background-size: 48px 48px;
}
/* KOLUMNY PRODUKTU */
.product-col-left {
  position: relative;
  float: left;
  width: 370px;
  text-align: center;
}
.product-col-right {
  position: relative;
  float: right;
  width: 320px;
}
/* OPIS PRODUKTU*/
.desc-title {
  font-size: 15px;
  margin: 15px 0 10px 0;
  padding: 10px 15px;
  background: #F8F6F6;
}
.description,
.details {
  clear: both;
}
/* WARIANTY PRODUKTOW */
.details table {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.details table tr th {
  background: #F8F6F6;
  padding: 9px 7px;
  white-space: nowrap;
}
.details table tr th:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.details table tr th:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.details table tr td {
  padding: 2px 7px;
  text-align: center;
}
.details table tr:nth-child(2) td {
  padding: 10px 7px 2px 7px;
}
.details table tr td input {
  text-align: center;
}
.details .form-inp-btn {
  float: right;
}
.details .price-promotion {
  display: block;
  font-size: 1.1em;
  color: #BF0500;
}
.details .price-old {
  display: block;
  text-decoration: line-through;
  font-size: 0.9em;
}
/* ATRYBUTY PRODUKTOW */
.attribute {
  border-bottom: 1px solid #D4D4D4;
  overflow: auto;
}
.attribute:last-child {
  border-bottom: none;
}
.atr-title {
  padding: 5px 0;
  border-right: 1px solid #D4D4D4;
  width: 49%;
  float: left;
}
.attribute .value {
  padding: 5px 0;
  float: right;
  width: 50%;
}
@media (max-width: 750px) {
  .-pc-product-image {
    width: 200px !important;
    height: 200px !important;
    float: left;
    width: 50%;
  }
  .-pc-product-list .-pc-product-list-row-item {
    width: 100% !important;
    float: none;
  }
  .-pc-product-list .-pc-product-list-row-item .-pc-product-list-item-wrapper {
    padding: 0 !important;
    border: 0 !important;
  }
  .-pc-product-list .list-item-odd,
  .-pc-product-list .list-item-even {
    border: 0 !important;
  }
}
@media (max-width: 450px) {
  .-pc-product-list-row-item .-pc-product-list-item-wrapper.two-cols .-pc-product-list-image {
    float: none !important;
    margin: auto;
  }
  .-pc-product-image {
    width: 200px !important;
    height: 200px !important;
    float: none;
    clear: both;
    width: 100%;
  }
}
/*KOSZYK*/
.basket-table {
  width: 100%;
  border-collapse: collapse;
}
.td-title {
  display: none;
}
.basket-table input {
  text-align: center;
}
.basket-table tr td {
  vertical-align: top;
}
.basket-table tr.header td {
  background: #D4D4D4;
  padding: 12px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border: 0;
}
.basket-table td {
  border-right: 1px solid #dbdada;
  border-bottom: 1px solid #dbdada;
  padding: 10px;
  text-align: center;
}
.basket-table tr:last-child td {
  border-bottom: 0;
}
.basket-table td:last-child {
  border-right: 0;
}
.basket-table td:first-child {
  text-align: left;
}
.basket-table .basket-table-product {
  width: 50%;
}
.basket-table .basket-table-count {
  width: 10%;
}
.basket-table .basket-table-price {
  width: 10%;
}
.basket-table .basket-table-price-count {
  width: 10%;
}
.basket-table .basket-table-action {
  width: 10%;
}
.basket-table-thumb {
  float: left;
  border: 1px solid #4a4646;
  margin-right: 10px;
}
.basket-table p {
  margin: 4px;
}
.basket-table-inp {
  width: 50px;
  border: 1px solid #4a4646;
  text-align: center;
}
.basket-table .price-promotion {
  display: block;
  font-size: 1.1em;
  color: #BF0500;
}
.basket-table .price-old {
  display: block;
  text-decoration: line-through;
  font-size: 0.9em;
}
.sum {
  position: relative;
  height: 50px;
  border-top: 4px solid #D4D4D4;
  border-bottom: 4px solid #D4D4D4;
}
.convert {
  left: 50%;
  margin: 0 0 0 -90px;
  position: absolute;
  top: 5px;
  min-width: 180px;
}
.convert-btn {
  float: left;
  margin-right: 20px;
}
.amount {
  float: right;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}
.basket .navigation {
  margin-top: 0px;
  border: 0;
  clear: both;
  position: relative;
  height: 25px;
}
.basket .navigation .prev {
  position: absolute;
  left: 0;
  top: 0;
}
.basket .navigation .next {
  position: absolute;
  right: 0;
  top: 0;
}
.basket .navigation .next .form-inp-btn,
.basket .navigation .prev .form-inp-btn {
  font-family: Verdana;
  font-size: 12px;
  padding: 7px 10px;
  margin: 0px;
  min-width: 100px;
}
.basket-message {
  font-size: 12px;
}
.basket-message p.red {
  color: #bf0500;
  text-align: center;
}
.basket-message textarea {
  width: 686px;
  border: 1px solid #4a4646;
  padding: 10px;
}
.basket-alert {
  width: 689px;
  border-radius: 3px;
  padding: 20px 10px;
  height: 55px;
  margin-bottom: 5px;
  background: #bf0500;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.basket-alert p {
  margin: 0 0 5px 0;
}
.partner-basket-details {
  padding: 15px 0;
}
.partner-basket p {
  float: left;
  margin: 3px 0 0 5px;
}
.partner-basket .parnter-box-basket-title {
  margin-left: 0;
  font-size: 11px;
}
.partner-basket .parnter-box-basket,
.partner-basket .parnter-box-basketcount {
  margin-left: 3px;
}
.parnter-box-basket-title {
  line-height: 23px;
  margin: 3px 0 0 0;
}
.parnter-box-basketcount {
  margin: 0;
  background: #F8F6F6;
  color: #231f20;
  text-align: center;
  font-size: 13px;
  float: left;
  height: 24px;
  min-width: 24px;
  line-height: 23px;
  border-radius: 1px;
}
.form-inp-btn.parnter-box-basket {
  margin: 3px 0 0 3px;
  font-size: 11px;
  float: left;
  line-height: 21px;
  height: 22px;
  width: 80px;
  padding: 0 8px;
  background: url("../../images/basket-color.png") no-repeat 55px 1px;
  text-align: left;
  transition: all .4s ease;
}
.form-inp-btn.parnter-box-basket:hover {
  color: #fff;
  background: #ff348a url("../../images/basket.png") no-repeat 55px 1px;
}
.basket-top {
  width: 73px;
  position: absolute;
  top: 15px;
  right: 0;
}
.basket .form-inp-btn {
  min-width: 85px;
  margin-right: 20px;
  float: left;
}
.basket .delivery-other {
  display: none;
  clear: both;
}
.basket-user .form-field-group {
  width: 48%;
  margin: 0 10px 5px 0;
  float: left;
  clear: none;
}
.basket-user .form-field-group-address,
.basket-user .form-field-group-message,
.basket-user .form-field-group-delivery-address,
.basket-user .form-field-group-delivery-company {
  width: 100%;
  margin: 0 0 5px 0;
}
.basket-user .form-field-group-company,
.basket-user .form-field-group-phone,
.basket-user .form-field-group-delivery-phone {
  margin-right: 0;
  width: 50%;
}
.basket-user .form-field-group-delivery-other {
  clear: both;
}
@media (max-width: 599px) {
  .basket-table .header {
    display: none;
  }
  .basket-table {
    display: block;
  }
  .basket-table tr {
    clear: both;
    display: block;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 3px solid #dbdada;
  }
  .basket-table tr:last-child {
    border: 0;
    padding: 0;
  }
  .basket-table tr td {
    display: inline-block;
  }
  .basket-table tr td {
    width: 100% !important;
    padding: 4px 0 !important;
    text-align: left !important;
    border: 0 !important;
  }
  .td-title {
    display: inline-block;
    width: 80px;
    marign: 0 10px 0;
    font-weight: bold;
  }
  .basket-table .basket-table-product {
    margin: 0 0 20px 0;
  }
  .basket-table-count .form-inp {
    width: 150px;
    padding: 3px 0;
    display: inline-block;
  }
  .basket-user .form-field-group {
    width: 48%;
  }
  .basket-user .form-field-group-address,
  .basket-user .form-field-group-message,
  .basket-user .form-field-group-delivery-address,
  .basket-user .form-field-group-delivery-company {
    width: 100%;
  }
  .basket-user .form-field-group {
    width: 100%;
    margin-right: 0;
  }
}
.col-left {
  width: 25%;
  float: left;
  margin: 0 3% 0 0;
}
.col-right {
  width: 72%;
  float: right;
}
.page-content-content {
  position: relative;
}
@media (max-width: 950px) {
  .show-col-left {
    display: block;
  }
  .col-left-wrapper {
    width: 250px;
    height: 100%;
    overflow-y: auto;
    padding: 140px 10px 0;
  }
  .col-left {
    transition: all .7s ease;
    background: none repeat scroll 0 0 #fff;
    float: none;
    height: 100%;
    left: -270px;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 270px;
  }
  .col-left.active {
    left: 0;
  }
  .col-right {
    width: 100%;
    float: none;
  }
}
@media (max-width: 750px) {
  .product-col-left {
    width: 100%;
    float: none;
  }
  .product-col-right {
    width: 100%;
    float: none;
  }
}
.n-top {
  padding: 39px 0;
  transition: all .4s ease;
}
.n-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.n-top .level-0 {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.n-top .level-0 li {
  margin: 0 20px;
}
.n-top .level-0 li:first-child {
  margin-left: 0;
}
.n-top .level-0 li:last-child {
  margin-right: 0;
}
.n-top .level-0 li a {
  display: block;
  color: #ffffff;
  font: 400 16px / 16px 'Roboto Slab', serif;
  position: relative;
  text-transform: uppercase;
}
.n-top .level-0 li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #3366f8;
  transition: all .4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
.n-top .level-0 li a:hover,
.n-top .level-0 li a.active,
.n-top .level-0 li a.hover {
  color: #fff;
}
.n-top .level-0 li a:hover:after,
.n-top .level-0 li a.active:after,
.n-top .level-0 li a.hover:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
#h-main.small .n-top {
  padding: 37px 0;
}
@media (max-width: 1200px) {
  .n-top .level-0 li a {
    font: 400 14px / 14px 'Roboto Slab', serif;
  }
}
@media (max-width: 970px) {
  .n-top {
    display: none;
  }
}
#show-menu {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #3366f8 url("../images/menu.png") center center no-repeat;
  transition: right .8s ease;
  z-index: 10002;
}
#show-menu.active {
  right: 270px;
}
#smart {
  background: #fff;
  width: 320px;
  position: fixed;
  right: -320px;
  top: 0;
  z-index: 10001;
  height: 100%;
  transition: right .8s ease;
  display: none;
  padding: 65px 0 0 0;
}
#smart.show {
  right: 0;
}
#smart ul {
  margin: 0;
  list-style: none;
}
#smart .level-0 {
  height: 86%;
  overflow: auto;
}
#smart .level-0 li {
  border-bottom: 1px solid #cfcfcf;
}
#smart .level-0 li a {
  display: block;
  font-size: 14px;
  color: #231f20;
  line-height: 18px;
  padding: 10px;
  font-weight: normal;
  position: relative;
}
#smart .level-0 li a:hover,
#smart .level-0 li a.active,
#smart .level-0 li a.hover {
  color: #3366f8;
}
#smart .level-0 li a .slide-level {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url("../images/slideLevel.png") no-repeat center -30px;
  transition: background-position 0.4s ease;
}
#smart .level-0 li a .slide-level.active {
  background-position: center 0px;
}
#smart .level-1 li a {
  padding: 8px 10px 8px 25px;
}
#smart .level-1 ul li a {
  padding: 8px 10px 8px 40px;
}
@media (max-width: 1000px) {
  #show-menu,
  #smart {
    display: block;
  }
}
#left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#left .level-0 li {
  margin: 5px 0;
}
#left .level-0 li:first-child {
  margin-top: 0;
}
#left .level-0 li a {
  background: #F8F6F6;
  border-left: 10px solid #32559C;
  display: block;
  line-height: 14px;
  font-size: 14px;
  padding: 15px 10px;
  color: #32559C;
  transition: all .4s ease;
}
#left .level-0 li a span {
  display: none;
}
#left .level-0 li a:hover,
#left .level-0 li a.active,
#left .level-0 li a.hover {
  color: #3FB8FC;
  border-color: #3FB8FC;
}
#left .level-1 li:first-child {
  margin-top: 5px;
}
#left .level-1 li a {
  font-size: 13px;
  line-height: 13px;
  padding: 10px;
  border-width: 0px;
  margin: 0 0 0 10px;
}
#left .level-2 li a {
  margin: 0 0 0 20px;
}
/*AJAX LOADER */
.loader {
  display: none;
}
.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: #ffffff;
  z-index: 1000;
}
.loader-image {
  position: absolute;
  top: 10%;
  left: 48%;
  width: 35px;
  height: 35px;
  z-index: 1001;
  background: url('../../images/ajax/loader1.gif') center center no-repeat;
}
/* 	LISTA ARTYKUŁÓW */
.-pc-articles-list.list {
  list-style: none;
  padding: 0;
  margin: 0;
  /* KOLUMNY */
}
.-pc-articles-list.list:after {
  content: " ";
  display: table;
}
.-pc-articles-list.list:after {
  clear: both;
}
.-pc-articles-list.list li {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  clear: both;
}
.-pc-articles-list.list li:after {
  content: " ";
  display: table;
}
.-pc-articles-list.list li:after {
  clear: both;
}
.-pc-articles-list.list li:last-child {
  border: none;
}
.-pc-articles-list.list .-pc-articles-list-row {
  margin: 0;
  padding: 0;
  list-style: none;
}
.-pc-articles-list.list .-pc-articles-list-row .list-item {
  float: left;
  width: 50%;
  clear: none;
  border: 0;
  padding: 0;
}
.-pc-articles-list.list .-pc-articles-list-row .list-item .-pc-articles-list-item-wrapper {
  padding: 0 10px;
}
.-pc-articles-list-item-wrapper {
  position: relative;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-title {
  position: relative;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-title .-pc-articles-list-image {
  float: left;
  margin: 0 10px 0 0;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-title .-pc-articles-list-name {
  font-size: 1.3em;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-header {
  font-size: 0.9em;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-header .h {
  font-weight: 700;
  padding-right: 3px;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-header .-pc-articles-list-author {
  margin: 0 5px 0 0;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-trailer {
  position: relative;
  clear: none;
  margin: 10px 0;
  font-size: 1em;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-footer {
  font-size: 0.9em;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-footer .h {
  font-weight: 700;
  margin: 0 5px 0 0;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-footer .v {
  margin: 0 10px 0 0;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-footer .-pc-articles-list-share-on-facebook {
  margin: 0 10px;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-footer .-pc-articles-list-more-button {
  display: block;
  float: right;
}
@media (max-width: 950px) {
  .list .-pc-articles-list-row .-pc-articles-list-row-item {
    width: 100% !important;
    margin: 10px 0 !important;
  }
}
/* Zaptayj o produkt */
.question {
  float: right;
  padding: 5px 0 20px 0;
  text-align: right;
}
.ask-form {
  position: absolute;
  top: 40px;
  right: 0;
  background: #D4D4D4;
  color: #231f20;
  width: 555px;
  padding: 20px 10px;
  display: none;
  z-index: 10;
}
.ask {
  position: relative;
  height: 35px;
  margin-top: 10px;
}
.ask-btn {
  width: 130px;
  position: absolute;
  right: 0;
}
.ask-group {
  padding-bottom: 20px;
  margin-right: 10px;
}
.ask-form-title {
  font-size: 13px;
  padding: 0 5px;
}
.ask-form-name {
  float: left;
  width: 202px;
}
.ask-form-company {
  float: left;
  width: 202px;
}
.ask-form-phone {
  float: right;
  width: 121px;
}
.ask-form-phone .ask-form-inp {
  width: 121px;
}
.ask-form-email {
  float: left;
  width: 202px;
}
.ask-form-productname {
  width: 333px;
  float: right;
}
.ask-form-productname .ask-form-inp {
  width: 333px;
  color: #777777;
}
.ask-form-message {
  clear: both;
  width: 555px;
}
.ask-form-message .ask-form-inp {
  width: 535px;
  padding: 10px;
  height: 90px;
}
.ask-form-token {
  width: 370px;
  float: left;
}
.ask-form-token .ask-form-title {
  float: left;
  line-height: 26px;
}
.ask-form-token .form-field-group {
  float: left;
  clear: none;
  width: 210px;
}
.ask-form-token .form-inp.token {
  width: 100px;
}
.ask-form-token .ask-form-inp {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.ask-form-submit {
  float: right;
}
.ask-form-inp-btn {
  background: #1d1818;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 4px 10px;
}
.ask-form-inp-btn:hover {
  background: #bf0500;
  cursor: pointer;
  text-decoration: none;
}
.ask-form-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top-right-radius: 3px;
  background: #505050;
  color: #e1e1e1;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
@media (max-width: 734px) {
  .ask-form {
    top: 300px;
  }
}
@media (max-width: 599px) {
  .ask-form {
    width: 100%;
  }
  .ask-group {
    width: 47% !important;
  }
  .ask-form-productname,
  .ask-form-message,
  .ask-form-token {
    width: 100% !important;
    margin-right: 0;
  }
  .ask-form-company,
  .ask-form-phone {
    margin-right: 0;
    width: 50% !important;
  }
  .ask-form-token .ask-form-title {
    width: 100%;
    float: none;
  }
  .ask-form-token .form-inp.token {
    width: 68%;
  }
  .ask-form-submit {
    float: none;
    clear: both;
    width: 33% !important;
    margin: auto;
  }
}
@media (max-width: 450px) {
  .ask-form {
    width: 92%;
    top: 400px;
  }
  .ask-group {
    width: 100% !important;
    margin: 0 !important;
  }
  .ask-form-token .form-inp.token {
    width: 62%;
  }
  .ask-form-submit {
    width: 33% !important;
  }
}
.partner-box {
  margin-top: 20px;
}
#partner-show-form {
  cursor: pointer;
}
#show-login-form {
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  margin: 10px 0 0 0;
}
#show-login-form:before {
  content: '';
  background: #0cc6c4 url('../images/shop/strzalka_login.png') center center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 2px;
  border-radius: 100%;
}
.partner-form {
  margin-top: 15px;
  display: none;
  position: relative;
}
.partner-form #website-user-login-form {
  width: auto;
}
.partner-form .form-field-group input {
  float: right;
}
.partner-form .form-header {
  display: none;
}
.partner-form .form-field-group {
  width: 175px;
  overflow: auto;
}
.partner-form .form-field-title {
  font-size: 11px;
  color: #808080;
  float: left;
  padding: 4px 5px 5px 0;
}
.partner-form .form-inp {
  width: 123px;
  padding: 3px 5px;
}
.partner-form .form-field-group.buttons {
  width: 67px;
  float: right;
  margin-top: -67px;
}
.partner-form .form-field-group .form-inp-btn {
  font-size: 13px;
  margin: 0;
  padding: 35px 7px 7px 7px;
}
.partner-form .-pc-field-group-remember {
  clear: both;
  padding: 0 0 0 40px;
  line-height: 18px;
  color: #808080;
  width: 130px;
}
/*ZALOGOWANY*/
.user-loged-in {
  position: relative;
  background: url('../images/strzalka_login.png') left center no-repeat;
  padding-left: 25px;
  margin: 10px 0 0 0;
  line-height: 21px;
}
.user-loged-in:before {
  content: '';
  background: #0cc6c4 url('../images/strzalka_login.png') center center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 3px;
  border-radius: 100%;
}
/*formularz logowania */
#website-user-login-form {
  width: 200px;
  margin: auto;
}
/*FORMULARZ KONTAKTOWY */
form {
  display: block;
}
.form-header {
  position: relative;
  padding: 10px 0;
  border-bottom: dashed 1px #323539;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.form-group {
  position: relative;
  clear: both;
  padding: 10px 0;
}
.form-group-header {
  position: relative;
  padding: 3px 10px;
  margin: -10px 0 10px;
  border-bottom: solid 1px #323539;
  font-size: 1em;
}
.form-field-group {
  position: relative;
  clear: both;
  margin: 0 0 10px;
}
.form-field-group.clear-margin {
  margin: 0;
}
.form-field-group.float-left {
  float: left;
}
.form-field-group.float-right {
  float: left;
}
.form-field-group.half {
  clear: none;
  width: 50%;
}
.form-field-group.buttons {
  text-align: center;
}
.form-field-title {
  position: relative;
  padding: 0 0 2px;
  font-family: 1em;
  font-family: inherit;
  font-weight: normal;
}
.form-field-description {
  position: relative;
  clear: both;
  padding: 2px 0 0;
  font-size: 0.8em;
}
.form-field-group .label-group {
  position: relative;
}
.form-inp,
.field-select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px;
  border: solid 1px #f2f2f2;
  background: #f2f2f2;
  font-size: 1em;
  font-family: inherit;
  transition: border-color 0.4s ease;
  outline: none;
}
.form-inp::-moz-placeholder,
.field-select::-moz-placeholder {
  color: #1a2937;
  opacity: 1;
}
.form-inp:-ms-input-placeholder,
.field-select:-ms-input-placeholder {
  color: #1a2937;
}
.form-inp::-webkit-input-placeholder,
.field-select::-webkit-input-placeholder {
  color: #1a2937;
}
textarea.form-inp {
  min-height: 150px;
}
.field-select {
  padding: 5px 0;
}
.field-select select,
.field-select option {
  font-family: inherit;
  font-size: 1em;
  display: block;
  width: 100%;
  border: none;
}
.form-inp:focus,
.form-inp.form-inp-focus,
.field-select.form-inp:focus,
.field-select.form-inp-focus {
  border-color: #323539;
}
.form-inp-error,
.field-select.form-inp-error,
.label-group.form-inp-error {
  border-color: #952222;
}
.label-group.form-inp-error {
  border-style: solid;
  border-width: 1px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-inp.token {
  display: inline;
  width: calc(100% - 109px);
}
img.token {
  vertical-align: middle;
}
.form-inp.disabled,
.disabled .form-inp {
  background: #fbfbfb;
  font-style: italic;
}
div[class*="contact_form"] .form-inp-btn {
  margin: auto;
  float: right;
}
.form-inp-btn {
  background: #000066;
  border: 0;
  cursor: pointer;
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 13px;
  padding: 9px 8px;
  text-align: center;
  transition: all 0.4s ease 0s;
}
.form-inp-btn:focus,
.form-inp-btn:hover {
  background: daren(#000066, 10%);
  color: #fff;
}
.form-inp-btn.disabled {
  opacity: 0.6;
  font-style: italic;
  font-weight: normal;
}
.form-require-text {
  display: none;
}
.form-require-mark,
.form-require-text {
  color: #952222;
}
.form-require-mark {
  margin: 0 0 0 5px;
}
.form-require-text {
  text-align: center;
  clear: both;
}
/*###################################
##### INDYWIDUALNE STYLE CSS#######
###################################*/
.contact_form_9:after,
.contact_form_10:after,
.contact_form_16:after {
  content: " ";
  display: table;
}
.contact_form_9:after,
.contact_form_10:after,
.contact_form_16:after {
  clear: both;
}
.contact_form_9 .form-field-group:not(.-pc-field-group-token):not(.-pc-field-group-message):not(.form-field-group-send-button),
.contact_form_10 .form-field-group:not(.-pc-field-group-token):not(.-pc-field-group-message):not(.form-field-group-send-button),
.contact_form_16 .form-field-group:not(.-pc-field-group-token):not(.-pc-field-group-message):not(.form-field-group-send-button) {
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 10px 0 0;
  clear: none;
  float: left;
}
.contact_form_9 .form-field-group:not(.-pc-field-group-token):not(.-pc-field-group-message):not(.form-field-group-send-button).-pc-field-group-phone,
.contact_form_10 .form-field-group:not(.-pc-field-group-token):not(.-pc-field-group-message):not(.form-field-group-send-button).-pc-field-group-phone,
.contact_form_16 .form-field-group:not(.-pc-field-group-token):not(.-pc-field-group-message):not(.form-field-group-send-button).-pc-field-group-phone {
  padding-right: 0;
}
@media (max-width: 450px) {
  .contact_form_9 .form-field-group:not(.-pc-field-group-token):not(.-pc-field-group-message):not(.form-field-group-send-button),
  .contact_form_10 .form-field-group:not(.-pc-field-group-token):not(.-pc-field-group-message):not(.form-field-group-send-button),
  .contact_form_16 .form-field-group:not(.-pc-field-group-token):not(.-pc-field-group-message):not(.form-field-group-send-button) {
    float: none;
    width: 100%;
    padding: 0;
  }
}
/* GALERIE */
.-pc-gallery {
  /* ZOOM */
  /*----------*/
  /* STANDARD */
  /*----------*/
}
.-pc-gallery .-pc-gallery-image-zoom-in {
  display: none;
}
.-pc-gallery .-pc-gallery-image-zoom {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.-pc-gallery .-pc-gallery-image-zoom .-pc-gallery-image-zoom-in {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .3;
  background: url('../images/gallery/zoom_in.png') center center no-repeat;
  background-size: 0 0;
  transition: all .4s ease;
}
.-pc-gallery .-pc-gallery-image-zoom:hover .-pc-gallery-image-zoom-in {
  background-color: #fff;
  background-size: 48px 48px;
}
.-pc-gallery.standard {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.-pc-gallery.standard li {
  margin: 10px;
  /* Opisy */
}
.-pc-gallery.standard li .name {
  display: block;
  position: relative;
  font-size: 1em;
}
.-pc-gallery.standard li .desc {
  display: block;
  position: relative;
  font-size: 0.8em;
  line-height: 1em;
}
.-pc-gallery.standard li img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.-pc-gallery.get-desc {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.-pc-gallery.get-desc .name {
  display: none !important;
}
.-pc-gallery.get-desc .desc {
  display: none !important;
}
.-pc-gallery.carousel {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hidden-desc {
  display: none;
  margin-top: 20px;
  padding: 25px 50px;
  color: #fff;
  background: #000066;
  transition: all .4s ease;
  position: relative;
}
.hidden-desc:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -11px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url('../images/arrow-top.png');
  width: 27px;
  height: 11px;
}
.hidden-desc p {
  text-align: justify;
}
.hidden-desc .title {
  color: #3366f8;
  font: 400 18px / 22px 'Roboto Slab', serif;
}
.hidden-desc .close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-align: center;
  line-height: 15px;
  transition: all .4s ease;
  color: #fff;
  cursor: pointer;
}
.hidden-desc .close:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  width: 15px;
  height: 15px;
  font-size: 16px;
}
.-pc-gallery-standard-zoom-title-desc-wrapper {
  position: relative;
  padding: 10px;
  color: #ffffff;
  background: #000;
}
/* SLICK Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 !important;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide .name {
  display: block;
  position: relative;
  font-size: 1em;
}
.slick-slide .desc {
  display: block;
  position: relative;
  font-size: 0.8em;
  line-height: 1em;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url(../images/ajax/loader1.gif) center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 21px;
  margin-top: -10.5px;
  padding: 0;
  cursor: pointer;
  text-indent: -5555px;
  z-index: 10;
}
.slick-prev {
  left: 10px;
  background: url(../images/gallery/slick-prev.png) center center no-repeat;
}
.slick-next {
  right: 10px;
  background: url(../images/gallery/slick-next.png) center center no-repeat;
}
[dir='rtl'] .slick-prev {
  right: 10px;
  left: auto;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 10px;
}
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px !important;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active a {
  background: #3366f8;
}
.slick-dots li a {
  display: block;
  background: #fff;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 100%;
  background: #4d5d61;
  text-indent: -5555px;
  transition: background .4s ease;
}
.slick-dots li a:hover,
.slick-dots li a:focus {
  background: #3366f8;
}
@media (max-width: 950px) {
  .get-desc img {
    max-height: 80px;
    width: auto !important;
  }
  .hidden-desc {
    padding: 20px 30px;
  }
}
@media (max-width: 750px) {
  .get-desc img {
    max-height: 70px;
  }
  .hidden-desc {
    padding: 15px 20px;
  }
}
@media (max-width: 570px) {
  .get-desc img {
    max-height: 60px;
  }
}
@font-face {
  font-family: Mici;
  src: url(font/gillsans-ultrabold.ttf);
}
#page-content img {
  max-width: 100%;
  height: auto !important;
}
h1,
h2 {
  color: #17333a;
  font: 400 36px / 36px 'Roboto Slab', serif;
  margin: 0 0 50px;
}
.flex-wrap {
  font: 300 18px / 24px 'Roboto Slab', serif;
  color: #fff;
  margin: 60px 0 35px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-wrap div {
  margin: 0 15px;
}
.flex-wrap div:first-child {
  margin-left: 0;
}
.flex-wrap div:last-child {
  margin-right: 0;
}
.flex-wrap div p {
  margin: 0;
}
.flex-wrap div a {
  color: #fff;
}
@media (max-width: 1400px) {
  .flex-wrap {
    font: 300 16px / 22px 'Roboto Slab', serif;
    margin: 40px 0 25px;
  }
  .flex-wrap div {
    margin: 0 10px;
  }
  h2 {
    font: 400 28px / 28px 'Roboto Slab', serif;
    margin: 0 0 40px;
  }
}
@media (max-width: 1200px) {
  h2 {
    font: 400 22px / 22px 'Roboto Slab', serif;
    margin: 0 0 30px;
  }
}
@media (max-width: 750px) {
  .flex-wrap {
    font: 300 14px / 18px 'Roboto Slab', serif;
  }
}
@media (max-width: 570px) {
  .flex-wrap {
    font: 300 14px / 20px 'Roboto Slab', serif;
    color: #000;
    margin: 60px 0 35px;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .flex-wrap div {
    margin: 15px 0;
    width: 100%;
  }
  .flex-wrap div:first-child {
    margin-top: 0;
  }
  .flex-wrap div:last-child {
    margin-bottom: 0;
  }
  .flex-wrap a {
    color: #000 !important;
  }
}
/* MAPA GOOGLE */
.-pc-gmap-wrapper {
  position: relative;
  background: #fff;
  font-size: .9em;
  font-family: inherit;
  color: #000;
}
.-pc-gmap-map {
  position: relative;
}
.-pc-gmap-map p {
  line-height: 1.2em;
}
.-pc-gmap-map input {
  border: solid 1px #000000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.-pc-gmap-directions {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 300px;
  padding: 1px;
  height: 300px;
  border: solid 1px #F1F1F1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  font-size: 12px;
}
.-pc-gmap-directions a {
  display: block;
  position: relative;
  padding: 5px;
  background: #000066;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all .4s ease;
}
.-pc-gmap-directions a:hover {
  background-color: dakren(#000066, 10%);
  color: #fff;
}
.-pc-gmap-directions .-pc-gmap-directions-content {
  position: relative;
  width: 100%;
  height: 273px;
  overflow-y: auto;
}
.-pc-gmap-directions .adp-placemark {
  margin: 10px 2px;
}
.-pc-gmap-directions .adp-placemark td {
  padding: 2px 5px;
  vertical-align: middle;
}
.-pc-gmap-directions .adp-placemark td.adp-text {
  font-size: 14px;
  font-weight: bold;
}
.-pc-gmap-directions .adp-placemark td img {
  height: 28px;
}
.-pc-gmap-directions .adp-summary {
  font-weight: bold;
  font-size: 1.2em;
  margin: 8px 0;
}
/* LISTA MARKERÓW */
.-pc-gmap-markers-list {
  position: relative;
  padding: 10px 0;
}
.-pc-gmap-markers-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.-pc-gmap-markers-list ul a {
  display: block;
}
.-pc-gmap-markers-list ul a img {
  border: none;
}
/*
###################################
##### INDYWIDUALNE STYLE CSS#######
###################################*/
/*MAPA KONTAKT */
.google_map_11,
.google_map_12,
.google_map_18 {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
  transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
}
@media (min-width: 1000px) {
  .google_map_11 .-pc-gmap-directions,
  .google_map_12 .-pc-gmap-directions,
  .google_map_18 .-pc-gmap-directions {
    height: 275px;
    left: 1px;
    transition: all .5s ease;
  }
  .google_map_11 .-pc-gmap-directions .-pc-gmap-directions-content,
  .google_map_12 .-pc-gmap-directions .-pc-gmap-directions-content,
  .google_map_18 .-pc-gmap-directions .-pc-gmap-directions-content {
    height: 245px;
  }
}
/*---------*/
/* Pagebar */
/*---------*/
.pagination {
  position: relative;
}
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination.top {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: solid 1px #b2b2b2;
}
.pagination.bottom {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: solid 1px #b2b2b2;
}
.pagination ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
.pagination ul li {
  display: inline;
  float: left;
  margin: 0 3px;
}
.pagination ul li a {
  display: block;
  padding: 3px 7px;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  color: #ffffff;
  border: none;
  background: #0cb5d9;
}
.pagination ul li a:hover,
.pagination ul li a.active,
.pagination ul li a.selected {
  color: #ffffff;
  border: none;
  background: #01d3ff;
}
.pagination .current-page {
  position: relative;
  float: right;
  margin: 1px 10px 0;
  text-align: center;
}
.pagination .current-elements {
  position: relative;
  float: right;
  margin: 1px 2px 0;
}
.pagination .items-on-page {
  position: relative;
  float: right;
  margin: 1px 10px 0;
}
.pagination .items-on-page .items-on-page-items a {
  margin: 0 2px;
}
.pagination .items-on-page .items-on-page-items a.selected {
  text-decoration: underline;
  font-weight: bold;
}
/*-------*/
/* Lista */
/*-------*/
.list {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list li {
  position: relative;
  margin: 5px 0;
}
/* KOMUNIKATY */
.message {
  display: none;
  position: relative;
  width: 100%;
  margin: 10px auto 10px;
  font-size: 12px;
  text-align: left;
  color: #000;
}
.message ul {
  margin: 0;
  padding: 5px 0 5px 20px;
  font-style: italic;
}
.message .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  overflow: hidden;
  opacity: .9;
  text-align: center;
  line-height: 15px;
  transform: rotate(0);
  transition: all .4s ease;
  transform-origin: center center;
  color: #000;
}
.message .close:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  width: 15px;
  height: 15px;
  font-size: 16px;
}
.message .close:hover {
  transform: rotate(90deg);
}
.message .message-wrapper {
  padding: 1px;
}
.message .message-body {
  padding: 15px 10px 15px 40px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.message .arrow-down {
  display: none;
  position: absolute;
  bottom: -9px;
  left: 10px;
  width: 19px;
  height: 10px;
  border-top: solid 1px;
  background: url('../images/messages/arrows_down.gif') 0px 0px no-repeat;
}
.message.error .message-wrapper {
  border-color: #e53720;
}
.message.error .message-body {
  background-color: #ff8878;
  background-image: url('../images/messages/error.gif');
}
.message.error .arrow-down {
  border-color: #ff8878;
  background-position: 0px -30px;
}
.message.warning .message-wrapper {
  border-color: #f69036;
}
.message.warning .message-body {
  background-color: #ffd08e;
  background-image: url('../images/messages/warning.gif');
}
.message.warning .arrow-down {
  border-color: #ffd08e;
  background-position: 0px -20px;
}
.message.ok .message-wrapper {
  border-color: #6ebd34;
}
.message.ok .message-body {
  background-color: #c6fd9e;
  background-image: url('../images/messages/ok.gif');
}
.message.ok .arrow-down {
  border-color: #c6fd9e;
  background-position: 0px -10px;
}
.message.info .message-wrapper {
  border-color: #99bad7;
}
.message.info .message-body {
  background-color: #d9f0ff;
  background-image: url('../images/messages/info.gif');
}
.message.info .arrow-down {
  border-color: #d9f0ff;
  background-position: 0px 00px;
}
/*------*/
/* FORM */
/*------*/
.form-field-group .message {
  position: absolute;
  width: 40%;
  bottom: 9px;
  right: -20%;
  opacity: .9;
  font-size: .9em;
  margin: 0px;
}
.form-field-group .message .message-body {
  padding-top: 5px;
  padding-bottom: 5px;
  background-position: 10px 4px;
}
.form-field-group .arrow-down {
  display: block;
}
/*------*/
/*----------------*/
/* FORM VALID MSG */
/*----------------*/
.form-field-valid-msg .message {
  left: 0px;
  right: auto;
  bottom: 34px;
  width: 100%;
}
/*----------------*/
/* WYSZUKIWARKI */
.search-box {
  position: relative;
}
.search-box .search-engine-text {
  width: 188px;
  margin: 0 7px 0 0;
  float: left;
}
.search-box .search-engine-submit {
  float: right;
}
.search-box .search-engine {
  width: 725px;
  float: left;
  padding: 13px 0px 13px 20px;
}
.search-box .search-engine .form-header {
  display: none;
}
.search-box .search-engine .bgr {
  position: relative;
  background: #4a4646;
  padding: 10px;
  width: 390px;
  height: 25px;
  border-radius: 3px;
}
.search-product-text {
  position: absolute;
  top: 10px;
  left: 10px;
}
.search-product-submit {
  position: absolute;
  top: 10px;
  right: 10px;
}
.search-product-submit input {
  border: none;
  border-radius: 2px;
  width: 322px;
  height: 26px;
  padding: 0 5px;
}
.search-product-submit input:hover {
  background: #1d1818;
}
.search-product-submit .form-inp-btn {
  cursor: pointer;
  width: 52px;
  line-height: 12px;
}
/* Wyszukiwarka zaawansowana */
.search-product-advanced-main {
  position: relative;
  float: left;
  width: 400px;
  background: #4a4646;
  padding: 10px;
  height: 25px;
  border-radius: 3px;
}
.search-product-advanced-main .form-inp {
  display: inline;
  border: none;
  border-radius: 2px;
  width: 334px;
  height: 26px;
  padding: 0 5px;
}
.search-product-advanced-main .form-inp-btn {
  background: #bf0500;
  border: none;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  width: 52px;
  margin: 0;
  min-width: 0;
  padding: 6px 0 7px 0;
  line-height: 12px;
}
.search-product-advanced-attributes-switch {
  position: relative;
  float: right;
  width: 265px;
  background: #534f4f;
  border-radius: 3px;
  padding: 14px 10px;
  color: #fff;
}
.search-product-advanced-attributes-switch:hover,
.search-product-advanced-attributes-switch:focus {
  color: #fff;
}
.search-product-advanced-attributes-switch:hover .ico,
.search-product-advanced-attributes-switch:focus .ico {
  background-color: #1d1818;
}
.search-product-advanced-attributes-switch .ico {
  display: block;
  top: 10px;
  right: 10px;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  background: #d61d6b url(../images/shop/filtr-show-arrows.gif) left -26px no-repeat;
  cursor: pointer;
  transition: background-position 1s ease;
}
.search-product-advanced-attributes-switch.open {
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: rgba(83, 79, 79, 0.95);
  padding-bottom: 16px;
}
.search-product-advanced-attributes-switch.open.ico {
  transition: background-position 1s ease;
  background-position: 0 0px;
}
.search-product-advanced-attributes {
  display: none;
  position: absolute;
  top: 60px;
  right: 0px;
  width: 705px;
  padding: 10px 10px 45px;
  background: rgba(83, 79, 79, 0.95);
  border-radius: 3px;
  border-top-right-radius: 0;
  font-size: 0.9em;
}
.search-product-advanced-attributes table {
  width: 100%;
  border: none;
  border-spacing: 0px;
  border-collapse: collapse;
  color: #fff;
}
.search-product-advanced-attributes table td {
  vertical-align: top;
}
.search-product-advanced-attributes table td .label-group label {
  display: block;
  margin: 0 0 2px;
  cursor: pointer;
}
.search-product-advanced-attributes table td .label-group label:hover {
  color: #fe3833;
}
.search-product-advanced-attributes .form-inp-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
}
.search-product-advanced-info-wrapper {
  position: relative;
  clear: both;
  width: 705px;
  margin: 0 0 0 275px;
  padding: 10px;
  background: #534f4f;
  border-radius: 3px;
  border-top-right-radius: 0;
  line-height: 15px;
  z-index: 2;
  color: #bebebe;
  font-size: 13px;
}
.search-product-advanced-info-wrapper-top-link {
  position: absolute;
  width: 285px;
  height: 15px;
  top: -15px;
  right: 0px;
  background: #534F4F;
}
/* filtrowanie produktów */
.search-product-filtr {
  position: relative;
}
.search-product-filtr .form-header {
  display: none;
}
.search-product-filtr-attributes-switch {
  position: relative;
  float: left;
  width: 265px;
  background: #f8f6f6;
  color: #231f20;
  padding: 14px 10px;
}
.search-product-filtr-attributes-switch:hover,
.search-product-filtr-attributes-switch:focus {
  color: #231f20;
}
.search-product-filtr-attributes-switch:hover .ico,
.search-product-filtr-attributes-switch:focus .ico {
  background-color: #1d1818;
}
.search-product-filtr-attributes-switch.open {
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: rgba(248, 246, 246, 0.95);
  padding-bottom: 16px;
}
.search-product-filtr-attributes-switch.open .ico {
  transition: background-position 1s ease;
  background-position: 0 0px;
}
.search-product-filtr-attributes-switch .ico {
  display: block;
  top: 10px;
  right: 10px;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #d61d6b url(../images/shop/filtr-show-arrows.gif) left -26px no-repeat;
  cursor: pointer;
  transition: background-position 1s ease, background-color 0.4s ease;
}
.search-product-filtr-attributes {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 97%;
  padding: 10px 10px 45px;
  background: rgba(248, 246, 246, 0.95);
  border-radius: 3px;
  border-top-left-radius: 0;
  font-size: 0.9em;
  z-index: 110;
}
.search-product-filtr-attributes table {
  width: 100%;
  border: none;
  border-spacing: 0px;
  border-collapse: collapse;
  color: #231f20;
}
.search-product-filtr-attributes table td {
  vertical-align: top;
}
.search-product-filtr-attributes table td .label-group label {
  display: block;
  margin: 0 0 2px;
  cursor: pointer;
}
.search-product-filtr-attributes table td .label-group label:hover {
  color: #fe3833;
}
.search-product-filtr-attributes .form-inp-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
  font-size: 11px;
}
.search-product-filtr-attributes-info-wrapper {
  position: relative;
  clear: both;
  padding: 10px 80px 10px 10px;
  background: #f8f6f6;
  border-top-left-radius: 0;
  line-height: 15px;
  z-index: 2;
  color: #919191;
  font-size: 13px;
}
.search-product-filtr-attributes-info-wrapper.display-none {
  display: none;
}
.search-product-filtr-attributes-info-wrapper-top-link {
  position: absolute;
  width: 285px;
  height: 15px;
  top: -15px;
  left: 0px;
  background: #534F4F;
}
.search-product-filtr .close {
  position: absolute;
  bottom: 10px;
  right: 80px;
  left: auto;
}
.search-product-filtr .clear-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: auto;
  padding: 5px 8px;
}
.search-product-filtr-attributes-info-wrapper .clear-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 5px 8px;
}
/* LISTA PRODUKTÓW */
.-pc-product-list .list-item-odd.first {
  margin-top: -10px !important;
}
.-pc-product-list .list-item-odd,
.-pc-product-list .list-item-even {
  padding: 10px 0;
  border-bottom: solid 1px #CCCCCC;
}
.-pc-product-list-row-item .-pc-product-list-item-wrapper {
  display: block;
  min-height: 200px;
  padding: 0 15px;
  border-right: solid 1px #CCCCCC;
}
.-pc-product-list-row-item.first .-pc-product-list-item-wrapper {
  padding: 0 15px 0 0;
}
.-pc-product-list-row-item.last .-pc-product-list-item-wrapper {
  padding: 0 0 0 15px;
  border-right: none;
}
.-pc-product-list-row-item .-pc-product-list-item-wrapper.two-cols .-pc-product-list-image {
  display: block;
  float: left;
  text-align: center;
  padding: 0 5px 5px 0;
}
.-pc-product-list-thumb-default {
  display: block;
  width: 80px;
  padding: 70px 0 0;
  margin: 0 auto;
  background: url('../../images/no-image.jpg') center top no-repeat;
}
.-pc-product-list-thumb-default:after {
  content: 'Brak zdjęcia';
  text-align: center;
  color: #cccccc;
}
.-pc-product-list-row-item .-pc-product-list-item-wrapper.two-cols .-pc-product-list-item-col-right {
  float: right;
  width: 219px;
}
.-pc-product-list-row .list-row-item-2 .-pc-product-list-more-button a {
  right: 0;
}
.-pc-product-list-attributes .attribute-h {
  font-weight: bold;
  color: #4d4646;
  vertical-align: top;
}
.-pc-product-list-attributes .v .-pc-product-list-attribute {
  display: block;
  padding: 3px 0;
}
.-pc-product-list-attributes .-pc-product-list-attribute.attribute-1-6 .-pc-product-list-attribute-separator {
  display: none;
}
.-pc-product-list-attributes .-pc-product-list-attribute.attribute-1-6 img {
  margin-right: 3px;
}
.-pc-product-list-item-wrapper {
  position: relative;
}
.-pc-product-list-title {
  position: relative;
}
.-pc-product-list-name {
  display: block;
  margin: 0;
  padding: 10px 5px;
  color: #231f20;
  background: #F8F6F6;
  margin-bottom: 15px;
}
.-pc-product-list-header {
  display: block;
}
.-pc-product-list-header .h {
  margin: 0 5px 0 0;
}
.-pc-product-list-code {
  display: block;
  padding-bottom: 3px;
}
.-pc-product-list-attributes .h {
  visibility: hidden;
}
.-pc-product-list-attribute .h,
.-pc-product-list-code .h {
  visibility: visible;
  font-weight: bold;
  color: #4d4646;
}
.-pc-product-list-trailer {
  position: relative;
  clear: both;
  font-size: 1em;
  padding: 0 0 40px 0 ;
}
.-pc-product-list-footer {
  font-size: 0.9em;
}
.-pc-product-list-footer .h {
  margin: 0 5px 0 0;
}
.-pc-product-list-footer .v {
  margin: 0 10px 0 0;
  font-weight: bold;
}
.-pc-product-list-share-on-facebook {
  margin: 0 10px;
}
.-pc-product-list-more-button a {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
/* KOLUMNY */
.-pc-product-list-row {
  margin: 0;
  padding: 0;
  list-style: none;
}
.-pc-product-list-row-item {
  float: left;
}
.-pc-product-list-row-item .-pc-product-list-item-wrapper {
  padding: 0 5px;
}
@media (max-width: 734px) {
  .-pc-product-list-more-button a {
    right: 0px;
  }
}
/*# sourceMappingURL=general.css.map */