@charset "UTF-8";
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }

a {
  color: inherit; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%; }

.fix {
  zoom: 1; }

.fix:after {
  content: '';
  clear: both;
  display: block; }

.clear {
  clear: both; }

label {
  cursor: pointer; }

.pogrubienie {
  font-weight: bold; }

input.txt, input.text, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #545454;
  background-color: #FAFAFA;
  border: 1px solid #E8E8EA;
  margin: 0 0 3px;
  padding: 6px 5px 5px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box; }

input.txt:focus, input.text:focus, textarea:focus, select:focus {
  border: 1px solid #C9CACD; }

input.button {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #FFF;
  background-color: #381407;
  cursor: pointer;
  padding-top: 7px;
  border: none;
  text-align: center;
  padding-bottom: 5px;
  margin: 0;
  padding-right: 14px;
  padding-left: 14px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box; }

input.button:hover {
  cursor: pointer;
  background-color: #191515;
  border-top: none;
  border-right: none;
  border-left: none; }

input[type="checkbox"] {
  margin-right: 5px; }

.fxbox {
  position: relative;
  width: 100%;
  left: auto;
  top: auto;
  right: auto;
  z-index: 10000; }

.fxbox * {
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease; }

.fxbox.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000; }

.radius5 {
  border-radius: 5px; }

::before, ::after {
  font-family: 'FontAwesome';
  display: inline-block; }

.wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.header {
  width: 100%;
  margin: 0; }

.navigation {
  width: 100%; }

.container:after {
  content: "";
  display: table;
  clear: both; }

.column--left {
  width: 21%;
  float: left; }

@media all and (max-width: 1020px) {
  .column--left {
    width: 100%;
    float: none; } }
.column--right {
  width: 79%;
  float: right;
  padding-bottom: 30px; }

.column--right.rte {
  padding-left: 2%;
  padding-top: 30px; }

@media all and (max-width: 1020px) {
  .column--right {
    width: 100%;
    float: none; } }
.product {
  float: left;
  width: 55%; }

.buy {
  float: right;
  width: 42%; }

@media all and (max-width: 860px) {
  .product {
    float: none;
    width: 100%; }

  .buy {
    float: none;
    width: 100%; } }
/*********************************************/
#cart-col {
  padding: 30px 0 20px;
  background-color: #FFF; }

#cart-col td {
  font-size: 15px;
  font-weight: 300; }

#cart-col #ext {
  padding: 0 1%; }

#catalog.ext #intro {
  margin-bottom: 0; }

#cart-col #intro {
  padding: 10px 1% 10px; }

#steps {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
  margin-bottom: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFF;
  padding: 0 8px; }

#steps div {
  width: 25%;
  text-align: center;
  display: block;
  float: left;
  padding: 18px 0 12px 0;
  line-height: 20px; }

#steps div em {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-style: normal;
  background-color: #5E0311;
  margin-right: 7px;
  color: #FFF;
  border-radius: 35px; }

#steps div.active {
  background-color: #5E0311;
  color: #FFFFFF; }

#steps div.active em {
  background-color: #FFFFFF;
  color: #5E0311; }

#steps div.done {
  background-color: #5E0311;
  color: #FFF; }

#steps div.done em {
  display: none; }

@media (min-width: 240px) and (max-width: 600px) {
  #steps div.done em {
    display: inline-block; }

  #steps div span {
    display: none; }

  #cart-col .button {
    margin-bottom: 12px; } }
table.tprod {
  border-collapse: collapse;
  border: 0;
  text-decoration: none;
  width: 100%;
  margin: auto; }

table.tprod td {
  text-align: center;
  padding: 8px 8px 5px 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EFEFEF; }

table.tprod .name {
  text-align: left; }

table.tprod .name .pogrubienie {
  font-weight: 400; }

table.tprod.thead td {
  font-weight: bold;
  background-color: #EFEFEF;
  color: #333333; }

table.tprod td input {
  text-align: center;
  background-color: #F7F7F7;
  border: 1px none #E8E8EA; }

table.tprod td a {
  color: #5C5C5C;
  text-decoration: none; }

/* nie zmieniac - szerokosci kolumn tabeli z produktami */
table.tprod.thead .name-thumb {
  text-align: left; }

table.tprod .thumb {
  width: 10%; }

table.tprod .qty {
  width: 8%; }

table.tprod .price {
  width: 14%; }

table.tprod .worth {
  width: 16%; }

table.tprod .remove {
  width: 7%; }

/****************************/
/* formy platnosci i przesylek */
#shipping {
  width: 48%;
  padding: 30px 0;
  float: left; }

#shipping .row {
  padding-top: 8px;
  padding-bottom: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EFEFEF; }

#shipping p.name {
  padding: 8px 8px 4px;
  font-weight: bold;
  color: #000000;
  background-color: #EFEFEF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EFEFEF; }

#shipping .p1 {
  float: left; }

#shipping .p1 .pogrubienie {
  color: #000; }

#shipping .radio {
  text-align: center;
  width: 10%; }

#shipping div.name {
  width: 70%; }

#shipping .price {
  text-align: right;
  width: 18%;
  padding-right: 2%; }

@media (min-width: 240px) and (max-width: 700px) {
  #shipping {
    width: 86%;
    padding: 10px 0 10px 0;
    float: none;
    margin: auto; } }
/****************************/
#payments {
  width: 48%;
  padding: 30px 0;
  float: right; }

#payments .row {
  padding-top: 8px;
  padding-bottom: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EFEFEF; }

#payments .p1 .pogrubienie {
  color: #000; }

#payments p.name {
  padding: 8px 8px 4px;
  font-weight: bold;
  color: #000;
  background-color: #EFEFEF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EFEFEF; }

#payments .p1 {
  float: left; }

#payments .radio {
  text-align: center;
  width: 10%; }

#payments div.name {
  width: 70%; }

#payments .price {
  text-align: right;
  width: 18%;
  padding-right: 2%; }

@media (min-width: 240px) and (max-width: 700px) {
  #payments {
    width: 86%;
    padding: 10px 0 10px 0;
    float: none;
    margin: auto; } }
/****************************/
#channels {
  padding: 10px 0; }

#channels p.name {
  padding: 8px 8px 4px;
  font-weight: bold;
  color: #000;
  background-color: #EFEFEF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EFEFEF; }

#channels .item {
  width: 10.5%;
  margin: 10px 1%;
  text-align: center;
  float: left; }

#channels .item img {
  max-width: 90%; }

#channels .item label {
  display: block;
  border: 1px solid #FFF;
  padding: 15px 0; }

#channels .item label:hover {
  border: 1px solid #EFEFEF; }

#channels .item .name {
  display: block;
  height: 47px;
  overflow: hidden;
  padding: 10px 0;
  line-height: 18px;
  font-size: 13px; }

@media (min-width: 240px) and (max-width: 1000px) {
  #channels .item {
    width: 18%;
    margin: 10px 1%;
    text-align: center;
    float: left; } }
@media (min-width: 240px) and (max-width: 700px) {
  #channels {
    width: 86%;
    padding: 10px 0;
    float: none;
    margin: auto; }

  #channels .item {
    width: 30.33333%;
    margin: 10px 1%;
    text-align: center;
    float: left;
    overflow: hidden; } }
/****************************/
#amount {
  width: 48%;
  padding: 30px 0;
  float: right; }

#amount .row {
  padding-top: 8px;
  padding-bottom: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EFEFEF; }

#amount .row.sum {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #40650D;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 15px; }

#amount .p1 {
  float: left; }

#amount .p1 .pogrubienie {
  color: #000; }

#amount div.name {
  width: 57%;
  padding-left: 3%; }

#amount .price {
  text-align: right;
  width: 38%;
  padding-right: 2%;
  font-weight: bold;
  float: right; }

@media (min-width: 240px) and (max-width: 700px) {
  #amount {
    width: 86%;
    padding: 10px 0 10px 0;
    float: none;
    margin: auto; } }
/****************************/
/**** dane zamawiajacego ****/
#ordering-data {
  width: 60%;
  margin: 0 auto; }

#ordering-data .head {
  padding: 8px 8px 4px;
  font-weight: bold;
  color: #000;
  background-color: #EFEFEF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EFEFEF; }

#ordering-data .row {
  padding: 6px 0 2px 1%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EFEFEF; }

#ordering-data .row .input {
  float: right; }

@media (min-width: 240px) and (max-width: 1000px) {
  #ordering-data {
    width: 72%;
    margin: 0 auto; } }
@media (min-width: 240px) and (max-width: 700px) {
  #ordering-data {
    width: 86%;
    margin: 0 auto; }

  #ordering-data .row .name {
    float: none;
    display: block; }

  #ordering-data .row .input {
    float: none;
    display: block; } }
/****************************/
@media (min-width: 240px) and (max-width: 500px) {
  table.tprod {
    width: 86%; }

  table.tprod.thead {
    display: none; }

  table.tprod td {
    display: block;
    border: none;
    padding: 8px 0;
    width: 96%;
    text-align: left;
    font-size: 15px; }

  table.tprod .thumb {
    width: 88px;
    height: 88px;
    float: left; }

  table.tprod .name {
    width: calc(98% - 88px);
    clear: right;
    height: 80px;
    float: left; }

  table.tprod .qty {
    clear: both;
    width: 100%; }

  table.tprod .qty:before {
    content: 'Ilość: '; }

  table.tprod .price {
    clear: both;
    width: 100%;
    padding: 4px 0; }

  table.tprod .price:before {
    content: 'Cena: '; }

  table.tprod .worth {
    clear: both;
    width: 100%;
    padding: 4px 0; }

  table.tprod .worth:before {
    content: 'Wartość: '; }

  table.tprod .remove {
    clear: both;
    width: 100%;
    padding: 4px 0;
    margin-bottom: 24px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EAEAEA; }

  table.tprod .remove a img {
    display: none; }

  table.tprod .remove a:before {
    content: 'UsuĹ'; }

  table.tprod .remove a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
    background-color: #70B300;
    display: inline-block;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    margin-bottom: 10px; }

  table.tprod .remove a:hover, table.tprod .remove a:focus {
    background-color: #000; } }
/***********************/
/***** koszyk stop *****/
/***********************/
form[name=rejestracja] {
  padding-left: calc(50% - 270px); }

#kqs-tlo {
  z-index: 990000 !important; }

#kqs-box-tlo {
  z-index: 990001 !important; }

#fancybox-left, #fancybox-right {
  z-index: 99999;
  display: block !important; }

.lightboxOverlay {
  z-index: 999999 !important; }

.lightbox {
  z-index: 1000000 !important; }

/************/
.header {
  background-color: #191515;
  font-weight: 600;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 42px; }
  .header:after {
    content: "";
    display: table;
    clear: both; }
  .header a {
    color: inherit;
    text-decoration: none; }

@media all and (max-width: 1200px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; } }
@media all and (max-width: 560px) {
  .header {
    padding-left: 10px;
    padding-right: 10px; } }
/*********************************/
.panels {
  text-align: right; }
  .panels:after {
    content: "";
    display: table;
    clear: both; }
  .panels__account {
    display: inline-block; }
  .panels__account::before {
    content: '\f007';
    float: left;
    display: inline-block; }
  .panels__account a {
    margin-left: 12px; }
  .panels #mKoszyk {
    display: inline-block; }
  .panels__cart {
    display: inline-block;
    background-color: #381407;
    padding: 0 20px 0 60px;
    margin-left: 26px;
    position: relative;
    text-transform: uppercase; }
    .panels__cart::before {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 42px;
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      width: 48px;
      background: url(../img/torba.png) center center no-repeat; }

@media all and (max-width: 1020px) {
  .panels {
    text-align: center;
    clear: both; } }
/*********************************/
.logo {
  float: left; }

@media all and (max-width: 1020px) {
  .logo {
    text-align: center;
    clear: both;
    padding: 12px;
    float: none;
    width: 100%;
    display: block; }
    .logo img {
      display: inline-block;
      float: none;
      text-align: center; } }
/*********************************/
.top-infos {
  float: left;
  width: 33%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  margin-left: 3%; }
  .top-infos > div {
    width: 50%;
    float: left;
    line-height: 18px; }
  .top-infos > div strong {
    font-weight: 400;
    display: block;
    line-height: 32px; }
  .top-infos > div span {
    font-size: 33px;
    font-weight: 400;
    display: block; }
  .top-infos__delivery {
    border-left: 1px; }
  .top-infos strong {
    margin-top: -12px;
    padding-bottom: 6px; }

@media all and (max-width: 1020px) {
  .top-infos {
    margin-left: 0;
    width: 100%;
    clear: both; }
    .top-infos > div span {
      line-height: 40px;
      margin-top: -8px; } }
@media all and (max-width: 560px) {
  .top-infos {
    font-size: 14px;
    font-weight: 400; }
    .top-infos > div span {
      font-size: 30px; } }
/*******************************/
.search {
  float: right;
  border-radius: 5px;
  background: #fff;
  border: none;
  width: 25%;
  margin-top: 10px;
  position: relative;
  overflow: hidden; }
  .search input {
    border: none;
    width: 65%;
    padding: 13px 0 8px 8px;
    float: left;
    outline: none; }
  .search button {
    float: right;
    width: 34%;
    background-color: #381407;
    cursor: pointer;
    border: none;
    color: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -2px;
    font-family: "Oswald", sans-serif;
    font-size: 14px; }

@media all and (max-width: 860px) {
  .search {
    width: 100%;
    margin-top: 20px;
    clear: both; } }
/*************************************/
.desktop-hidden {
  display: none; }

@media all and (max-width: 1020px) {
  .desktop-hidden {
    display: block; } }
/*************************************/
.navigation {
  background-color: #381407;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 4px 0;
  line-height: 38px; }
  .navigation:after {
    content: "";
    display: table;
    clear: both; }
  .navigation ul {
    margin: 0;
    list-style: none;
    padding: 0; }
  .navigation li {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    float: left; }
  .navigation li:last-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0); }
  .navigation a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 2px 15px 0; }
  .navigation a:hover {
    opacity: .8; }

@media all and (max-width: 1200px) {
  .navigation ul {
    text-align: center; }
  .navigation li {
    display: inline-block;
    float: none; }
  .navigation a {
    display: inline-block;
    padding: 2px 15px 0; } }
@media all and (max-width: 1020px) {
  .navigation {
    display: none; } }
/*************************************/
.mobile-menu {
  display: none; }

@media all and (max-width: 1020px) {
  .mobile-menu {
    background-color: #381407;
    color: #fff;
    padding: 10px 14px;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    cursor: pointer;
    display: block; }
    .mobile-menu::before {
      content: '\f0c9';
      display: inline-block;
      font-size: 28px;
      margin-right: 10px;
      font-weight: normal; } }
/*************************************/
.categories {
  font-family: "Oswald", sans-serif; }
  .categories__header {
    text-align: center;
    background-color: #191515;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    margin: 0; }
  .categories ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .categories li {
    background-color: #FCFAFB;
    border: 1px solid #F2F0F1;
    border-collapse: collapse;
    line-height: 18px;
    padding-left: 10px;
    margin-top: -1px; }
  .categories a {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    padding: 6px 0 5px 0; }

@media all and (max-width: 1020px) {
  .categories {
    display: none; }
    .categories__header {
      display: none; } }
/***************************/
.mostViewed {
  padding-top: 10px; }
  .mostViewed__header {
    position: relative;
    padding-top: 1px;
    line-height: 44px;
    background: #191515;
    font-family: "Oswald", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400; }
  .mostViewed__row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    display: table;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .mostViewed__photo {
    width: 100px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle; }
  .mostViewed__infos {
    width: auto;
    display: table-cell;
    vertical-align: middle; }
  .mostViewed__infos a {
    text-decoration: none; }

/****************************/
.welcome {
  font-size: 14px;
  line-height: 18px;
  padding: 0 5px 10px 0; }
  .welcome h1 {
    line-height: 30px;
    font-size: 20px;
    font-weight: 400; }

@media all and (max-width: 1020px) {
  .welcome {
    display: none; } }
/*********************/
.products {
  font-family: "Oswald", sans-serif;
  margin-bottom: 50px; }
  .products:after {
    content: "";
    display: table;
    clear: both; }
  .products__title {
    position: relative;
    margin: 0 0 15px;
    padding-top: 1px;
    line-height: 44px;
    background: #191515;
    text-align: center;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400; }
  .products__item {
    width: 33.333%;
    float: left;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 860px) {
      .products__item{
        width: 100%;
      }
    }
  /*.products__item:nth-of-type(3n+1) {
    clear: left; }*/
  .products__name {
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px 10px 6px; }
  .products__price {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #772008;
    font-weight: 700; }
  .products__grid {
    padding-top: 40px;
    clear: both; }

@media all and (max-width: 860px) {
  .catalog .products__item {
    width: 50%;
    float: left;
    text-align: center; }
  .catalog .products__item:nth-of-type(3n+1) {
    clear: none; }
  .catalog .products__item:nth-of-type(2n+1) {
    clear: left; } }
@media all and (max-width: 560px) {
  .catalog .products__item {
    width: 100%;
    clear: both; } }
/**********************/
.extra-infos {
  padding-top: 10px;
  display:inline-flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .extra-infos:after {
    content: "";
    display: table;
    clear: both; }
  .extra-infos__item {
    width: 31.333%;
    text-align: center;
    margin-right: 3%;
    float: left; }
  .extra-infos__item:last-of-type {
    margin-right: 0; }
  .extra-infos h3 {
    font-family: "Oswald", sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin: 11px 10px 22px; }
  .extra-infos p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px; }

@media all and (max-width: 1020px) {
  .extra-infos {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column; } }
@media all and (max-width: 860px) {
  .extra-infos__item {
    width: 100%;
    margin-right: 0;
    float: none; 
    flex-direction: column;} }
/**************************/
.footer {
  background-color: #191515;
  color: #fff;
  padding: 22px 0 0; }
  .footer:after {
    content: "";
    display: table;
    clear: both; }

@media all and (max-width: 1020px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px; } }
/************************/
.bottom-menu {
  float: left;
  width: 49%;
  padding-bottom: 60px; }
  .bottom-menu__header {
    margin-bottom: 22px;
    font-size: 21px; }
  .bottom-menu__box {
    float: left;
    width: 50%; }
  .bottom-menu__list {
    font-size: 14px;
    list-style-type: none;
    padding: 0; }
  .bottom-menu__list li {
    display: block;
    padding: 5px 0; }
  .bottom-menu__list li::before {
    content: "• ";
    text-decoration: none !important;
    color: #fff; }
  .bottom-menu__list a {
    color: inherit;
    text-decoration: none; }

@media all and (max-width: 1020px) {
  .bottom-menu {
    float: none;
    width: 100%; } }
@media all and (max-width: 640px) {
  .bottom-menu__box {
    float: none;
    width: 100%;
    text-align: center; } }
/******************/
.foot {
  clear: both;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0; }
  .foot:after {
    content: "";
    display: table;
    clear: both; }
  .foot p {
    display: inline-block;
    line-height: 38px; }

.payments {
  float: left; }

@media all and (max-width: 1020px) {
  .foot {
    text-align: center; }

  .payments {
    float: none;
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 10px; } }
/*****************************/
/*** product page ***/
.product__name {
  font-family: "Oswald", sans-serif;
  font-size: 33px;
  font-weight: 400;
  font-family: "Oswald",sans-serif;
  color: #191515;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center; }

.product__photo {
  text-align: center; }

.product__photo img {
  max-width: 80%; }

.product__gallery {
  padding: 40px 0 20px;
  text-align: center; }

.product__gallery img {
  width: 120px;
  margin: 10px; }

.buy {
  padding: 5px 0 0;
  background: #f8f8f8;
  border-left: 1px solid #d9d8d8; }

.buy__alternative-name {
  font-size: 13px;
  padding: 10px 16px 20px;
  border-bottom: 1px solid #d9d8d8; }

.attributes__header {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 16px 0;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase; }
.attributes__single {
  padding: 10px 16px 15px;
  font-size: 15px;
  border-bottom: 1px solid #d9d8d8;
  width: 50%;
  float: left; }
.attributes__name {
  font-weight: 600; }
.attributes__selectbox {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  position: relative; }
.attributes select, .attributes input {
  width: 100%;
  border-radius: 4px;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 3px 0 3px 8px;
  color: #999999;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0);
  outline: none !important;
  border: none !important; }
.attributesselect::-ms-expand {
  display: none; }
.attributes select + span::before {
  display: block;
  content: '\f107';
  position: absolute;
  right: 15px;
  top: 8px; }
.attributes input {
  padding: 6px 0 5px 8px;
  outline: none; }
.attributes input[name^="atrybuty_"] + span::before {
  display: block;
  content: '\f073';
  position: absolute;
  right: 15px;
  top: 8px; }

@media all and (max-width: 560px) {
  .attributes__single {
    padding: 10px 16px 15px;
    font-size: 15px;
    border-bottom: 1px solid #d9d8d8;
    width: 100%;
    float: none; } }
/*********************/
.cartbox {
  background-color: #191515;
  clear: both;
  color: #fff;
  font-size: 14px; }
  .cartbox:after {
    content: "";
    display: table;
    clear: both; }
  .cartbox__qty {
    float: left;
    width: 30%;
    padding: 18px 10px 10px 16px; }
  .cartbox__qty input {
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    padding: 2px 0 0; }
  .cartbox__price {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 18px;
    width: 22%;
    float: left;
    line-height: 58px;
    background-color: #262222;
    text-align: center; }
  .cartbox__buy {
    width: 48%;
    float: right;
    position: relative; }
  .cartbox__buy button {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
    background-color: #381407;
    height: 50px;
    cursor: pointer;
    border: 0;
    color: #fff; }
  .cartbox__buy button span {
    line-height: 50px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    padding-top: 5px; }

@media all and (max-width: 560px) {
  .cartbox__qty {
    width: 50%; }
  .cartbox__price {
    width: 50%; }
  .cartbox__buy {
    width: 100%;
    float: none;
    clear: both;
    position: relative;
    height: 50px; } }
.description {
  clear: both;
  padding: 20px 10px 40px; }
  .description__header {
    color: #333333;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding-right: 10px; }

.title-header {
  position: relative;
  margin: 0 0 45px;
  padding-top: 1px;
  line-height: 44px;
  background: #191515;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400; }

/********************/
.breadcrumbs {
  padding: 22px 10px 20px;
  font-size: 14px;
  opacity: .8; }
  .breadcrumbs a {
    text-decoration: none; }

/*******************/
#sort {
  display: inline-block;
  border: 1px solid #EFEFEF;
  float: right;
  position: relative;
  height: 36px;
  width: 170px;
  overflow: hidden; }

#sort select {
  background-color: #fff;
  border: none;
  color: #666;
  font-family: "Arial",sans-serif;
  font-size: 15px;
  margin: 4px 0 0 4px;
  width: 160px;
  padding: 3px 5px 3px; }

#pagi-sort .pagi {
  display: inline-block;
  float: left; }

.pagi > * {
  font-size: 15px;
  line-height: 36px;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  height: 36px;
  width: 36px;
  overflow: hidden;
  margin-left: 0;
  border: 1px solid #EFEFEF; }

.pagi .active {
  font-weight: 600;
  color: #FFFFFF;
  background-color: #40650d;
  border-top-color: #40650d;
  border-right-color: #40650d;
  border-bottom-color: #40650d;
  border-left-color: #40650d; }

.pagi > *:hover {
  color: #FFFFFF;
  background-color: #40650d;
  border-top-color: #40650d;
  border-right-color: #40650d;
  border-bottom-color: #40650d;
  border-left-color: #40650d; }

.pagi a strong {
  display: block;
  overflow: hidden;
  text-indent: 10000px;
  height: 30px;
  width: 100%; }

.pagi > *:first-child::before {
  content: '\f0d9';
  font-family: 'FontAwesome';
  display: inline-block;
  height: 30px;
  width: 100%; }

.pagi > *:last-child::before {
  content: '\f0da';
  font-family: 'FontAwesome';
  display: inline-block;
  height: 30px;
  width: 100%; }

.pg-bottom {
  text-align: center;
  padding: 20px 0; }

@media all and (max-width: 560px) {
  #sort {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }

  #sort select {
    width: calc(100% - 14px); } }
/************/
.nagmar {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 20px; }

/****************/

/*# sourceMappingURL=camargo.css.map */

.contact-container>.data-column{width:33%;float:left;display:inline-block}.contact-container>.map-column{display:inline-block;width:66%}.map-column iframe{border:0;width:100%;height:175px}@media only screen and (max-width:1000px){.contact-container>.data-column{width:100%;float:inherit}.contact-container>.map-column{width:100%}}

.nagmar.h1-header > h1
{
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0;
}

.main-page-products img{
  width: auto;
}

@media (max-width: 1020px){
    .navigation {
      display: block !important;
  }
}
@media (max-width: 640px){
    .navigation li {
      display: block !important;
  }
}

.cat-intro{
  padding: 0 15px;
}

.cat-intro p a{
  color: #00AAA9;
  text-decoration: none;
}
.sm-panel{position:fixed;width:155px;top:150px;right:-105px;z-index:1000000;transition:visibility .25s,opacity .25s}.sm-panel>ul{margin:0;padding:0;list-style-type:none}.sm-panel>ul>li{transition:transform .25s}.sm-panel>ul>li:hover{transform:translateX(-105px)}.sm-panel>ul>li>a{display:flex;align-items:center;color:#fff;padding:5px 0 5px 5px;text-decoration:none}.sm-panel>ul>li>a>img{margin:0 10px 0 0}.sm-panel>ul>li>a>span{font-size:initial}.sm-panel>ul>li[class^=sm-]{background-image:none;background-repeat:repeat;background-attachment:scroll;background-position:0}.sm-text-black{color:#000}.sm-fb{background:#1977f3}.sm-twitter{background:#28aae1}.sm-gmap{background:#333}.sm-blog{background:#0171bb}.sm-pinterest{background:#d73532}.sm-youtube{background:#e32c26}.sm-allegro{background:#ff5a00}.sm-linkedin{background:#0097bd}.sm-payback{background:#00349a}.sm-olx{background:#002f34}.sm-instagram{background:#eee}.sm-pyszne{background:#ff8000}.sm-tiktok{background:#fff}.sm-booksy{background:#f9e5bc}@media screen and (max-width:640px){.sm-panel{visibility:hidden;opacity:0}}