@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Reset & base */

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: auto;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  font-family: "Roboto", Arial, sans-serif;
  text-decoration: none;
  color: #404040;
  background-color: white;
}

img {
  border: 0;
  margin-bottom: -4px;
}

hr {
  border: none;
  border-top: 1px solid #ffe6cc;
  height: 1px;
  margin: 15px 2px;
  padding: 0;
}

input[type="image"]:focus {
  outline-offset: 0;
}

p {
  margin: 6px 0 0 0;
}

/* Typography */

h1 {
  color: #404040;
  font-size: 22px;
}

h2 {
  color: #404040;
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

h3 {
  color: #404040;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  margin: 8px 0 15px 0;
}

h4 {
  color: #404040;
  font-size: 16px;
}

main h1 {
  font-weight: bold;
  margin: 10px 0 5px 0;
  font-size: 20px;
  line-height: 125%;
}

/* Links */

a:hover {
  color: #ec0000;
}

a.tytul {
  font-size: 15px;
  color: #484848;
  margin: 0;
  text-align: left;
  text-decoration: none;
  line-height: 130%;
  font-weight: 300;
}

a.tytul:hover {
  text-decoration: underline;
}

a.tytul_k {
  font-size: 14px;
  color: #484848;
  margin: 0;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

a.tytul_k:hover {
  color: #ec0000;
  text-decoration: underline;
}

a.autor {
  line-height: 160%;
  font-style: italic;
  font-size: 13px;
  color: navy;
  text-align: left;
  text-decoration: none;
  border: none;
}

a.autor:hover {
  color: #ec0000;
  text-decoration: underline;
}

a.czytaj_wiecej {
  font-size: 13px;
  color: blue;
  text-align: left;
  text-decoration: underline;
  border: none;
}

a.czytaj_wiecej:hover {
  color: #ec0000;
}

a.nawigacja {
  font-size: 13px;
  color: #004080;
  text-decoration: none;
  margin: 0;
}

a.nawigacja:hover {
  color: #ec0000;
  text-decoration: underline;
}

a.nawigacjaw {
  font-size: 13px;
  color: navy;
  text-decoration: none;
  margin: 0;
  font-weight: bold;
}

a.nawigacjaw:hover {
  color: #ec0000;
  text-decoration: underline;
}

a.red {
  font-size: 13px;
  color: #ec0000;
  margin: 0;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

a.red:hover {
  color: blue;
  text-decoration: underline;
}

a.logout {
  color: #ca0000;
}

/* Utility classes */

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.clear {
  clear: both;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.padding {
  padding: 5px;
}

.margin {
  margin: 5px 0;
}

.grey {
  color: #575757;
}

.font_big {
  font-size: 16px;
}

.display_none {
  display: none;
}

.display_block {
  display: block;
}

.display_inline {
  display: inline;
}

/* Layout */

header {
  background-color: white;
  margin: 0 auto 35px auto;
  padding: 0;
  width: 1170px;
}

#sekcja {
  min-height: 100%;
  height: auto;
  overflow: hidden !important;
  padding: 0;
  margin: auto;
  width: 1170px;
  background-color: white;
}

#main1 {
  float: left;
  width: 774px;
  margin: 0;
  padding: 0 15px 15px 20px;
  background-color: white;
}

#main2 {
  float: left;
  width: 950px;
  margin: 0;
  padding: 0 15px 15px 15px;
  background-color: white;
}

#prawa_kolumna {
  float: right;
  margin: 0;
  width: 170px;
  background-color: white;
}

#lewa_kolumna {
  float: left;
  margin: 0;
  width: 190px;
  background-color: white;
}

#prawa_kolumna .margin {
  margin: 20px 0;
}

/* Cookies */

#cookies_wiadomosc {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  background-color: #f7f7f7;
  text-align: center;
  padding: 6px 0;
  border: #cecece solid 1px;
  line-height: 16px;
  z-index: 999;
  font-size: 13px;
  opacity: 0.9;
  box-shadow: 0 0 6px 0 #c0c0c0;
}

#cookies_wiadomosc a {
  line-height: 13px;
  background-color: #424242;
  padding: 3px 5px;
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

/* Top nav */

header #nav_gora {
  width: 100%;
  float: right;
  text-align: center;
  margin: 0 0 5px 0;
}

header #nav_gora div {
  border-right: 1px solid #ffe6cc;
  padding: 5px 10px;
  float: right;
}

header #nav_gora div.koszt_dostawy {
  width: 112px;
  border-left: 1px solid #ffe6cc;
}

header #nav_gora div.wyloguj a {
  color: rgb(97 128 0);
}

header #nav_gora a {
  font-size: 13px;
  color: #ca0000;
  text-decoration: none;
}

header #nav_gora a:hover {
  text-decoration: underline;
}

/* Logo & search */

header #box_logo {
  width: 220px;
  float: left;
  margin: 10px 0 20px 10px;
}

header #box_logo img {
  width: 200px;
}

#box_szukaj form {
  margin: 0;
}

#box_szukaj {
  float: left;
  font-size: 13px;
  text-align: center;
  max-width: 700px;
  margin: 20px 0;
}

#box_szukaj div {
  display: inline-block;
  margin: 0 3px 5px 3px;
}

#box_szukaj div.box_check {
  margin: 5px 3px;
}

#box_szukaj #button,
#button {
  margin: 10px 0 0 5px;
  display: none;
}

#box_szukaj input.szukaj {
  background-color: white;
  border: #bababa solid 1px;
  width: 320px;
  height: 36px;
  font-size: 13px;
  margin: 0;
  padding: 0 15px;
}

#box_szukaj select.kategoria_szukaj {
  border: #bababa solid 1px;
  width: 155px;
  height: 38px;
  font-size: 13px;
  color: #404040;
  font-weight: normal;
  padding: 0 0 0 5px;
}

#box_szukaj input.szukaj_t {
  width: 75px;
  height: 38px;
  margin: 0;
  background-color: #ca0000;
  border: none;
  text-shadow: 0 1px 3px #970000;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  font-weight: normal;
}

#box_szukaj input.szukaj_t:hover {
  background-color: #e78054;
}

#box_szukaj input.checkbox {
  width: 15px;
  height: 15px;
  margin: 3px;
  vertical-align: middle;
  border: #ffcb80 solid 1px;
}

#box_szukaj span.s {
  background-color: #fff;
  color: black;
}

/* Cart info */

header #koszyk_info {
  border: none;
  vertical-align: top;
  float: right;
  width: 185px;
  margin: 15px 0 20px 0;
}

header #koszyk_info a {
  text-decoration: none;
}

header #koszyk_info span {
  font-size: 13px;
  color: #ca0000;
}

header #koszyk_info span.dane {
  color: #575757;
}

header #koszyk_info span.red {
  color: #ec0000;
}

header #koszyk_info img {
  margin: 5px 0;
  display: inline;
  vertical-align: middle;
  float: left;
}

#koszyk_info .float_right {
  width: 60px;
}

#koszyk_info .float_left {
  width: 125px;
}

/* Main navigation */

header #nawigacja {
  position: relative;
  text-align: center;
  margin: auto;
  clear: both;
  max-width: 1170px;
  height: 28px;
}

header #nawigacja ul {
  list-style-type: none;
  width: 1170px;
  margin: auto;
  padding: 0;
}

header #nawigacja li {
  line-height: 16px;
  margin: 0 1px 1px 0;
  text-align: center;
  float: left;
  display: block;
  height: 37px;
  width: 116px;
  background-color: #ededed;
  padding: 0;
}

header #nawigacja a {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  height: auto;
  color: black;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
}

header #nawigacja strong {
  position: relative;
  display: block;
  font-weight: normal;
  font-style: normal;
  padding: 0.7em 0.4em;
  text-align: center;
  font-size: 14px;
}

header #nawigacja span {
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
}

header #nawigacja li a:hover {
  color: rgba(10, 10, 10, 1);
}

header #nawigacja li.nowosc {
  background-color: #ca0000;
  color: white;
}

header #nawigacja li.nowosc a {
  color: white;
}

header #nawigacja li.bestseller {
  background-color: #d1ea7b;
}

header #nawigacja li:hover {
  background-color: #cbcbcb;
}

header #nawigacja li.nowosc:hover {
  background-color: #ec0000;
}

header #nawigacja li.bestseller:hover {
  background-color: #eaeaea;
}

header .pasek {
  padding: 0;
  margin: auto;
  height: 15px;
  max-width: 980px;
  background-color: white;
}

/* Side boxes */

.box_boczne {
  padding: 5px;
}

#lewa_kolumna div.ramka {
  text-align: center;
  border: #ffe6cc solid 1px;
  padding: 3px 0;
  margin: 5px 0;
  background-color: white;
}

#lewa_kolumna div.ramka a {
  color: #ca0000;
  text-decoration: none;
}

#lewa_kolumna div.ramka a:hover {
  color: #ec0000;
}

/* Grid row */

.row {
  margin: 20px 0 5px 0;
  display: grid;
  grid-template-columns: repeat(8, auto);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Modal & gallery */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal_txt {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 50%);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: max-content;
}

.modal-content_txt {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: max-content;
}

.modal-content,
.modal-content_txt,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  text-align: center;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  background-color: #a4a4a4a6;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.active,
.captionText:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Product & recommendation boxes */

.box_p {
  display: inline-block;
  width: 290px;
  vertical-align: top;
  margin: 10px 0 0 0;
}

.box_d {
  display: inline-block;
  width: 170px;
  text-align: center;
  vertical-align: top;
  margin: 10px;
}

.box_pie_d {
  display: inline-block;
  width: 180px;
  text-align: center;
  vertical-align: top;
  padding: 5px;
  margin: 0;
}

.box_zobacz_rowniez_t {
  padding: 5px 0;
  margin: 15px 0;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
}

.box_zobacz_rowniez_t ul {
  margin: 15px 40px;
}

.box_zobacz_rowniez_t li {
  padding: 5px 0;
}

.box_zobacz_rowniez {
  vertical-align: top;
  padding: 5px;
  display: inline-block;
  width: 139px;
  margin-bottom: 20px;
}

.box_zobacz_rowniez .okladka {
  text-align: center;
  margin: 0 5px;
}

#box_like {
  margin: 15px 20px 15px 0;
}

#box_like .box {
  height: 34px;
}

.zobacz_rowniez {
  margin: 15px auto;
  padding: 5px 10px;
  text-align: center;
  line-height: 26px;
  max-width: 300px;
}

.zobacz_rowniez a {
  margin: 25px auto;
  text-align: center;
  border: 0;
  max-width: 300px;
  padding: 5px 10px;
  background-color: #2e5733;
  font-size: 13px;
  color: white;
  text-decoration: none;
}

.zobacz_rowniez a:hover {
  color: #f1ffe1;
}

.box_zobacz_rowniez h3 {
  text-align: center;
  font-size: 12px;
}

.box_zobacz_rowniez span {
  text-align: center;
  font-size: 11px;
}

/* "Oglądasz" */

.ogl {
  color: #575757;
}

.ogl::before {
  content: "Oglądasz: ";
  color: rgb(103, 103, 103);
}

/* Vertical nav */

#nav_pion {
  padding: 5px 0;
}

#nav_pion ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#nav_pion a {
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  line-height: 140%;
}

#nav_pion a:hover {
  color: #ec0000;
  text-decoration: underline;
}

#nav_pion a.kat1 {
  color: #222222;
  font-weight: bold;
  font-size: 14px;
}

#nav_pion a.kat2 {
  color: #000;
  font-weight: normal;
  font-size: 14px;
}

#nav_pion a.kat3 {
  color: #8e3500;
  font-style: normal;
  font-size: 14px;
}

#nav_pion a.kat4 {
  color: #4b4b4b;
  font-style: italic;
  font-size: 13px;
}

#nav_pion li {
  margin: 0;
  line-height: 130%;
  padding: 5px 2px 5px 5px;
}

#nav_pion li:hover {
  background-color: #f5f5f5;
}

#nav_pion li span {
  font-size: 13px;
  color: #575757;
}

#nav_pion li.lis1,
#nav_pion li.lis2 {
  padding: 5px 2px 5px 8px;
  border-bottom: 1px solid #e2e2e2;
}

#nav_pion li.lis3 {
  padding: 5px 2px 5px 10px;
  background-color: #fff3e6;
  border: 1px solid #8e3500;
}

#nav_pion li.lis4 {
  padding: 5px 2px 5px 18px;
  background-color: #fff3ea;
}

#nav_pion li.z {
  background-color: #fffaf6;
}

/* Misc blocks */

#inne_linki {
  display: block;
  margin: 10px 5px;
}

article {
  margin: 25px 10px 30px 10px;
}

/* Banner */

#baner {
  padding: 5px;
  margin: 0 0 10px 0;
  text-align: center;
  border: #eae3e3 solid 1px;
  background-color: #f7f7f7;
}

#baner span {
  font-size: 13px;
  font-weight: bold;
  font-family: Arial;
  color: #404040;
}

#baner span.slogan {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Arial #404040", "Arial Bold", Gadget, sans-serif;
  color: #cf0000;
  line-height: 1.3;
}

#baner span span.red {
  color: #cc0000;
}

/* Product page */

main .produkt_tytul {
  float: right;
  width: 523px;
}

.baner_section {
  position: relative;
  margin: 20px 100px 0 100px;
}

main #produkt_info {
  height: auto;
  margin: 10px 0 0 0;
  font-size: 13px;
  color: rgb(103, 103, 103);
  line-height: 150%;
  float: left;
  width: 500px;
}

main #produkt_info .danebox {
  width: 315px;
  display: inline-block;
  margin: 30px 0 0 0;
}

main #produkt_info .cenabox {
  width: 180px;
  display: inline-block;
}

#produkt_info h3 {
  font-size: 13px;
  color: #575757;
}

#produkt_info ul {
  margin: 5px 0;
  padding: 0;
  list-style-type: none;
}

#produkt_info li {
  margin: 2px 0;
  padding: 0;
}

main #produkt_info table {
  margin: 0;
}

main #produkt_info td {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: rgb(103, 103, 103);
  vertical-align: top;
}

.produkt_cena {
  text-align: right;
  margin: 0;
  vertical-align: bottom;
}

/* Opinions & reviews */

#opinie {
  margin: 15px 0;
  height: 40px;
  width: 100%;
  padding: 0;
}

#opinie .opinie_ocen {
  float: left;
  height: 20px;
  max-width: 225px;
  padding: 10px 0;
}

#opinie .opinie_ocena {
  float: right;
  height: 40px;
  max-width: 325px;
  padding: 0;
  vertical-align: middle;
}

.dodaj_recenzja {
  margin: 20px 0;
  display: none;
  background-color: #f8f8f8;
}

.dodaj_recenzja #ramka_recenzja {
  border-width: 0;
  width: 100%;
  height: 690px;
}

#opinie .opinie_ilosc {
  float: left;
  display: inline-block;
  height: 40px;
  width: 140px;
}

#opinie .opinie_gwiazdki {
  float: right;
  display: inline-block;
  height: 40px;
}

.recenzja_box {
  background-color: white;
  margin: 2px 0;
  padding: 5px 1px 1px 15px;
}

.recenzja_box .naglowek {
  font-size: 13px;
  color: #404040;
  margin: 5px 0 0 0;
  background-color: #e6e6e6;
  padding: 5px;
}

.recenzja_box .recenzja_autor {
  color: #005ebb;
}

.recenzja_box .recenzja_tresc {
  background-color: #ffffff;
  font-size: 13px;
  margin: 3px 0 0 0;
  padding: 10px;
  color: #404040;
  line-height: 1.5em;
  font-style: normal;
  text-indent: 0;
}

/* Breadcrumb */

#sciezka {
  font-size: 13px;
  color: #404040;
  margin: 0 0 30px 0;
}

#sciezka div {
  display: inline;
}

#sciezka div.p {
  display: block;
}

#sciezka a {
  text-decoration: none;
}

#sciezka span {
  color: #ca0000;
  font-size: 13px;
  line-height: 180%;
  white-space: nowrap;
}

#sciezka span:hover {
  color: #ec0000;
}

/* Tabs visibility */

tr.tab_320 {
  display: none;
}

td.tab_980 {
  display: block;
}

/* "Zobacz w" button */

.zobacz_w {
  background-color: #ca0000;
  text-shadow: 0 1px 3px #953100;
  color: #ffffff;
  padding: 10px 20px 10px 30px;
  text-decoration: none;
  display: block;
  margin: auto;
  font-size: 20px;
}

.zobacz_w:hover {
  background-color: #e13c3c;
}

/* Product list boxes */

.box_n4 *,
.box_n4::after,
.box_n4::before {
  box-sizing: border-box;
}

.box_n4 {
  display: inline-block;
  width: 180px;
  height: 330px;
  vertical-align: top;
  text-align: center;
  padding: 10px 0;
  position: relative;
  margin: 0 0 20px 0;
}

.box_n4 .przecena {
  position: absolute;
  top: 13px;
  background: #74c334;
  display: block;
  padding: 8px;
  font-size: 13px;
  color: white;
}

.gallerycontainer .przecena {
  font-size: 33px;
}

.box_n4 .okladka {
  height: 240px;
  overflow: hidden;
  padding: 10px 0 0 0;
  position: relative;
}

.box_n4 .okladka img {
  max-height: 90%;
  max-width: 90%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.box_n4:hover .okladka {
  height: inherit;
  min-height: 240px;
}

.box_n4_h:hover {
  box-shadow: 0 2px 8px #a49f9e;
  z-index: 99;
  background: #fff;
}

.box_n4:hover {
  z-index: 100;
}

.box_n4 a.tytul,
.box_n4 i {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.box_n4:hover a.tytul,
.box_n4:hover i {
  white-space: inherit;
}

/* Ramka tło */

.ramka_tlo {
  margin: 0;
  padding: 10px;
  display: block;
  text-align: center;
  background: url(/grafika/tlo_ramka.jpg) 150% top repeat-x white;
}

.ramka_tlo h2,
.ramka_tlo h3 {
  font-size: 16px;
  color: #ca0000;
  margin: 10px;
}

.kat_nazwa {
  float: left;
  padding: 5px;
  margin: 3px;
  vertical-align: middle;
}

.guz {
  display: inline-block;
  text-align: center;
  border: #ffbf80 solid 1px;
  padding: 3px 5px;
  margin: 5px 10px 5px 0;
  background-color: white;
}

.guz:hover {
  background-color: rgb(245, 245, 245);
}

.guz a {
  color: #ca0000;
  text-decoration: none;
  font-size: 15px;
}

.guz1 {
  border: black solid 1px;
}

.guz1 a {
  color: black;
}

.guz3 {
  border: rgb(169, 169, 169) solid 1px;
}

.guz3 a {
  color: rgb(169, 169, 169);
}

.guz4 {
  border: rgb(169, 169, 169) solid 1px;
}

.guz4 a {
  color: rgb(169, 169, 169);
}

.guzz {
  background-color: rgb(245, 245, 245);
  font-weight: bold;
}

.kat_nazwa2 {
  float: right;
  text-align: right;
  vertical-align: middle;
  padding: 10px;
  margin: 3px;
}

.ramka_tlo a.link_wyd {
  display: block;
  margin: 10px;
  color: navy;
  font-size: 13px;
}

.ramka_tlo a.link_alf {
  display: inline-block;
  padding: 5px 10px;
  margin: 8px;
  border: silver solid 1px;
  color: navy;
  font-size: 13px;
}

.ramka_tlo a.link_alf:hover {
  color: #ca0000;
  background-color: white;
}

.ramka_tlo a.link1 {
  display: inline-block;
  margin: 20px 5px 5px 5px;
  color: blue;
  font-size: 16px;
  text-decoration: none;
}

.ramka_tlo a.link2 {
  display: inline-block;
  margin: 5px;
  color: #ca0000;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}

.ramka_tlo a.link3 {
  display: inline-block;
  margin: 5px;
  color: navy;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}

.ramka_tlo a.link4 {
  display: inline-block;
  margin: 5px 0 5px 20px;
  color: navy;
  font-size: 13px;
  font-style: italic;
  text-decoration: none;
}

.ramka_tlo a.link1:hover,
.ramka_tlo a.link2:hover,
.ramka_tlo a.link3:hover,
.ramka_tlo a.link4:hover {
  color: #ec0000;
}

/* Covers & prices */

img.okl {
  border: #efefef solid 2px;
  margin: 3px 5px 5px 5px;
  width: 100%;
}

.lista_cena {
  float: left;
  vertical-align: bottom;
  margin: 5px 3px 5px 0;
  line-height: 140%;
}

span.osz {
  font-size: 13px;
  color: #ca0000;
}

span.osz::before {
  content: "Oszczędzasz:";
}

span.osz::after {
  content: "zł";
}

span.wyda {
  font-size: 13px;
  color: rgb(103, 103, 103);
}

span.wyda::before {
  content: "Cena wydawcy:";
}

span.wyda::after {
  content: "zł";
}

span.cena {
  font-size: 13px;
  font-weight: bold;
  color: #ec0000;
}

span.cena::before {
  content: "Cena:";
  color: rgb(103, 103, 103);
}

span.cena::after {
  content: "zł";
  color: rgb(103, 103, 103);
}

span.dane {
  font-size: 13px;
  color: rgb(103, 103, 103);
  line-height: 130%;
}

span.stara_cena {
  font-size: 13px;
  color: #c0c0c0;
}

span.cenad {
  font-size: 20px;
  font-weight: bold;
  color: rgba(221, 34, 34, 1);
}

/* Position & gallery */

#pozycja {
  font-size: 13px;
  color: #1e148d;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.gallerycontainer {
  margin: 0 30px 10px 0;
  width: 200px;
  float: left;
  position: relative;
  min-height: 230px;
}

.gallerycontainer img {
  border: #e8e8e8 solid 1px;
}

/* Buttons */

.btn {
  width: 100%;
  background-color: #2e5733;
  text-shadow: 0 1px 3px #046322;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 10px;
  text-decoration: none;
}

.btn:hover {
  background-color: #59a062;
}

/* Odpowiedź link */

.odp {
  display: block;
  text-align: right;
  background-color: white;
  color: #c60000;
  font-size: 13px;
  padding: 2px 10px;
  text-decoration: none;
  border-bottom: 1px solid #cdcdcd;
}

.odp:hover {
  background-color: #dadada;
}

/* Tables & lists */

table {
  font-size: 13px;
  color: navy;
  text-align: left;
}

ul.mala {
  margin-left: 25pt;
  margin-top: 3pt;
  margin-bottom: 3pt;
  line-height: 150%;
  color: #575757;
  list-style-type: circle;
}

/* Messages & categories */

span.komunikat,
span.komunikat2 {
  font-size: 13px;
  font-weight: bold;
  color: #ec0000;
}

span.komunikat3 {
  font-size: 13px;
  font-weight: bold;
  color: green;
}

span.green {
  font-size: 13px;
  color: green;
}

span.red {
  font-size: 13px;
  color: #ec0000;
}

span.kat0 {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
  font-size: 13px;
}

span.kat1,
span.kat2 {
  color: #ec0000;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

span.kat3 {
  color: #ec0000;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
}

span.menulink_g {
  color: navy;
  font-size: 13px;
  font-weight: bold;
  width: 175px;
  margin: 0;
  text-align: left;
  text-decoration: none;
}

span.kategoria,
.podpunkt {
  font-weight: bold;
  font-size: 13px;
  color: #ca0000;
}

span.text {
  text-align: justify;
  font-size: 13px;
  color: rgb(103, 103, 103);
  line-height: 130%;
}

span.autor {
  line-height: 110%;
  font-style: italic;
  font-size: 13px;
  color: #404040;
  margin: 0;
  text-align: left;
  text-decoration: none;
}

span.tytul,
big {
  font-size: 16px;
  color: #1e148d;
  margin: 0;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

span.pisana {
  font-size: 16px;
  color: #404040;
}

/* Forms */

input.formularz {
  border: #a0a0a0 solid 1px;
  width: 300px;
  font-size: 13px;
}

/* Generic div */

div {
  margin: 0;
}

/* Description blocks */

div.opis {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  margin: 2px 0 5px 0;
  line-height: 130%;
  padding: 1px;
  color: #2c2c2c;
}

div.opis_czytaj {
  visibility: visible;
  overflow-x: hidden;
  font-size: 15.5px;
  font-weight: normal;
  text-decoration: none;
  margin: 10px 10px 20px 10px;
  padding: 0;
  color: #444;
  line-height: 186%;
  text-align: justify;
  font-style: normal;
  text-indent: 25px;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

div.opis_czytaj p {
  margin: 0 0 5px 0;
  padding: 2px;
}

div.opis_czytaj ul {
  text-indent: 0;
  padding-left: 6%;
}

/* Table of contents */

div.spis_tresci {
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  margin: 1px 0 2px 0;
  padding: 0;
  color: black;
  line-height: 166%;
  text-align: justify;
  font-style: normal;
}

div.spis_tresci p {
  margin: 0;
  padding: 1px;
}

/* Indented block */

div.wyciecie {
  text-indent: -15px;
  text-align: left;
  margin: 2px 3px 2px 17px;
  padding: 1px;
}

/* Sort tables */

table.tabela_sort {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: navy;
  background-color: #ffcb80;
}

td.tabela_sort {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: navy;
  padding: 4px;
  background-color: #ffcb80;
}

td.tabela_koszyk {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 4px;
  background-color: #ffcb80;
}

td.formularz_bialy {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: navy;
}

/* Ramka tables */

table.ramka {
  border: #ffbf80 solid 1px;
  margin: auto;
}

table.ramka_koszyka {
  position: absolute;
  border: #ffbf80 solid 1px;
}

/* Short description */

p.opis_m {
  color: #4e4e4e;
  font-size: 13px;
}

/* Ramka */

.ramka {
  border-left: 1px solid #e2e2e2;
  padding: 3px;
  margin: 5px 0;
  background-color: white;
}

.ramka img {
  margin: 5px 0;
}

/* Discount text */

.przecena {
  font-size: 13px;
  color: #008040;
}

/* Info boxes */

.sprawdz_box {
  text-align: center;
  border-top: 1px solid #753b00;
  border-bottom: 1px solid #753b00;
  display: block;
  font-size: 13px;
  text-decoration: blink;
  color: #753b00;
  padding: 8px;
  background-color: rgb(255, 239, 216);
}

#koszty_info {
  margin: 10px 0;
  text-align: center;
  border-left: 1px solid rgb(234, 234, 234);
  border-right: 1px solid rgb(234, 234, 234);
  display: block;
  font-size: 13px;
  text-decoration: blink;
  color: black;
  padding: 10px 5px 5px 5px;
  background-color: #f5f5f5;
  background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 40%, #f2f2f2 100%);
}

#koszty_info table {
  width: 100%;
}

#koszty_info .td_1 {
  font-size: 13px;
  color: rgb(255, 96, 63);
  font-weight: bold;
  width: 30%;
  text-align: right;
  padding: 2px 4px;
}

#koszty_info .td_2 {
  width: 70%;
  color: #303030;
  padding: 2px 4px;
  font-size: 13px;
}

#koszty_info .blok {
  display: block;
  color: #575757;
  margin: 5px 0;
}

#koszty_info .gratis {
  display: block;
  color: rgb(155, 200, 0);
  font-size: 13px;
  margin: 5px 0;
  font-weight: bold;
}

/* Footer */

footer {
  margin: 30px auto 0 auto;
  width: 100%;
  background-color: rgba(238, 238, 238, 1);
  padding: 15px 0;
}

footer li a {
  margin: 0 2px;
}

footer .display_block {
  margin: 5px;
}

footer nav {
  margin: 10px 0;
  text-align: center;
  width: 100%;
  color: #a23d00;
  line-height: 25px;
}

footer nav a {
  font-size: 13px;
  color: #404040;
}

footer nav ul {
  list-style-type: none;
}

footer nav li {
  display: inline;
}

footer #copyright {
  font-size: 13px;
  margin: 40px auto 0 auto;
  color: #575757;
  text-align: center;
}

footer #copyright img {
  width: 800px;
  height: 40px;
  margin: 20px auto 0 auto;
}

/* Sorting frame */

#ramka_sortowanie {
  margin: 5px 0;
  padding: 4px 0;
}

#ramka_sortowanie .sort_form {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}

#ramka_sortowanie .nazwa_strony {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  text-align: right;
}

#ramka_sortowanie .nazwa_strony h1 {
  color: #575757;
  font-size: 12px;
  font-weight: normal;
}

/* List items */

.lista_poz {
  float: right;
  width: 610px;
  margin: 5px 0;
}

.lista_poz h5 {
  display: block;
  margin: 5px 0;
  font-size: 16px;
  font-weight: normal;
}

.lista_poz a.tytul {
  display: block;
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
}

.lista_koszyk {
  float: right;
  margin: 0;
  text-align: right;
}

.lista_okl {
  float: left;
  width: 140px;
  display: block;
  vertical-align: top;
}

.autor_lista {
  font-style: italic;
  font-size: 15px;
}

.autor_lista a {
  color: rgb(103, 103, 103);
  text-decoration: none;
}

/* Pagination */

span.strona_aktualna {
  font-size: 15px;
  display: inline-block;
  border: #ce0001 solid 1px;
  line-height: 14px;
  margin: 2px;
  padding: 10px;
  text-decoration: none;
  font-weight: normal;
  color: white;
  background-color: #ce0000;
}

a.strona_aktualna {
  display: inline-block;
  border: #ce0000 solid 1px;
  line-height: 14px;
  margin: 5px 2px;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  color: white;
  background-color: #ce0001;
}

a.strona_aktualna:hover {
  background-color: #800000;
}

a.strona {
  font-size: 15px;
  display: inline-block;
  background-color: rgb(247, 247, 247);
  border: #cacaca solid 1px;
  line-height: 14px;
  margin: 5px 2px;
  padding: 10px;
  color: rgb(98, 98, 98);
  text-decoration: none;
  font-weight: normal;
}

a.strona:hover {
  background-color: #fff;
}

a.nastepna {
  font-size: 30px;
  display: inline-block;
  width: 12px;
  background-color: #fff;
  border: #ec0000 solid 1px;
  line-height: 20px;
  margin: 2px 5px;
  padding: 9px 15px 15px 15px;
  color: #ec0000;
  text-decoration: none;
  font-weight: normal;
}

a.nastepna:hover {
  background-color: rgb(255, 234, 234);
}

/* List description */

.opis-do-listy {
  line-height: 1.5;
  font-size: 15px;
  overflow: hidden;
}

.text-do-prawa {
  text-align: right;
}

.rozwin-zwin {
  color: #ca0000;
  text-decoration: none;
  font-size: 15px;
}

.text-do-prawa .guz {
  padding: 5px 15px;
}

.opis-do-listy p {
  margin: 6px 0;
}

.opis-do-listy h2 {
  margin: 0;
}

.opis-do-listy-zwinety {
  max-height: 95px;
}

/* Sort form */

.sort_form {
  margin: 10px 0;
}

.sort_form select {
  padding: 5px;
}

/* Facebook frame */

.facebook_frame {
  border: none;
  overflow: hidden;
  width: 100%;
  height: 220px;
}

/* Produkt box */

.produkt_box {
  display: inline-block;
  width: 385px;
  vertical-align: top;
  margin: 10px 0 0 0;
  padding: 15px 0 0 0;
}

.produkt_box .link {
  margin: 5px 0;
}

.produkt_box .opis {
  margin: 5px 10px 5px 0;
}

.produkt_box .tytul_box {
  width: 240px;
  float: right;
  margin: 0 10px 0 0;
}

.produkt_box .okladka_box {
  width: 120px;
  float: left;
  min-height: 150px;
}

.produkt_box .okladka_box img {
  margin: 0;
  width: 100%;
  height: auto;
}

/* Recenzja layout */

.recenzja_box {
  width: 580px;
}

.recenzja_okladka {
  float: left;
  width: 110px;
  margin: 5px;
}

/* Margins & rotator */

.margin15 {
  margin: 15px 0;
}

div#rotator div {
  position: relative;
  max-width: 600px;
}

/* Slider */

.slajd {
  width: 774px;
  height: 290px;
  border: 0;
}

/* Media queries */

@media screen and (max-width: 1190px) {
  header {
    width: 980px;
  }

  #box_szukaj {
    max-width: 550px;
    margin: 25px 0;
  }

  #box_szukaj input.szukaj {
    width: 240px;
  }

  #sekcja {
    width: 980px;
  }

  header #nawigacja {
    max-width: 980px;
  }

  header #nawigacja ul {
    width: 980px;
  }

  header #nawigacja li {
    width: 97px;
  }

  #main1 {
    width: 580px;
  }

  #main2 {
    width: 760px;
  }

  .produkt_box {
    width: 290px;
  }

  .produkt_box .tytul_box {
    width: 170px;
  }

  .baner_section {
    position: relative;
    margin: 20px 0 0 0;
  }

  main .produkt_tytul {
    width: 330px;
  }

  main #produkt_info {
    width: 290px;
  }

  .slajd {
    width: 580px;
    height: 230px;
  }

  main #produkt_info .cenabox {
    width: 100%;
    display: block;
    margin: 20px 0 5px 0;
  }

  main #produkt_info .danebox {
    width: 100%;
    display: block;
  }

  .produkt_cena {
    text-align: left;
  }

  .recenzja_box {
    width: 440px;
  }

  .lista_poz {
    width: 415px;
  }

  .box_zobacz_rowniez {
    width: 130px;
  }

  .box_n4 {
    width: 180px;
    height: 310px;
  }

  .box_n4 .okladka {
    height: 190px;
  }

  .box_n4:hover .okladka {
    min-height: 190px;
  }
}

@media screen and (max-width: 979px) {
  footer {
    margin: auto;
    width: 800px;
  }

  footer #copyright img {
    width: 100%;
    height: auto;
  }

  header {
    margin: 0 auto 25px auto;
    width: 800px;
  }

  header #box_logo {
    width: 211px;
  }

  #box_szukaj {
    max-width: 900px;
    margin: 5px 0 25px 0;
  }

  #box_szukaj input.szukaj {
    width: 270px;
  }

  header #nawigacja ul {
    width: 800px;
  }

  header #nawigacja li {
    width: 79px;
  }

  header #nawigacja a {
    font-size: 12px;
  }

  #sekcja {
    min-height: 100%;
    height: auto;
    overflow: hidden !important;
    padding: 0;
    margin: auto;
    width: 800px;
    background-color: white;
  }

  #prawa_kolumna {
    display: none;
  }

  #main1,
  #main2 {
    float: left;
    width: 580px;
    margin: 0;
    padding: 0 15px 15px 15px;
    background-color: white;
  }
}

@media screen and (max-width: 799px) {
  footer,
  header {
    margin: auto;
    width: 600px;
  }

  header #nav_gora {
    width: 490px;
  }

  header #nav_gora div {
    padding: 5px 9px;
  }

  header #nawigacja ul {
    width: 600px;
  }

  header #nawigacja li {
    width: 119px;
  }

  header #nawigacja a {
    font-size: 13px;
  }

  #cookies_wiadomosc {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    background-color: #f7f7f7;
    text-align: center;
    padding: 6px 0;
    border: #cecece solid 1px;
    line-height: 16px;
    z-index: 999;
    font-size: 13px;
    opacity: 0.9;
    box-shadow: 0 0 6px 0 #c0c0c0;
    color: black;
  }

  #cookies_wiadomosc a {
    line-height: 13px;
    background-color: #424242;
    padding: 3px 5px;
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
  }

  #box_szukaj #button,
  #button {
    display: inline-block;
  }

  #menu_k {
    display: block;
    width: 100%;
  }

  #nav_pion li.lis1,
  #nav_pion li.lis2 {
    padding: 10px 2px 10px 8px;
    border-bottom: 1px solid #e2e2e2;
  }

  #nav_pion li.lis3 {
    padding: 10px 2px 10px 10px;
  }

  #nav_pion li.lis4 {
    padding: 10px 2px 10px 18px;
  }

  #nav_pion a {
    font-size: 16px;
    line-height: 150%;
  }

  #sekcja {
    min-height: 100%;
    height: auto;
    overflow: hidden !important;
    padding: 0;
    margin: auto;
    width: 600px;
    background-color: white;
  }

  #lewa_kolumna {
    width: 600px;
  }

  #nawigacja,
  #boczne,
  #linki,
  #nav_pion,
  #inne_linki,
  #baner,
  #lewa_kolumna div.ramka,
  header .pasek {
    display: none;
  }

  #nav_pion {
    background-color: white;
    z-index: 1000;
    display: none;
    width: 320px;
  }

  main .produkt_tytul {
    width: 340px;
  }

  #main1,
  #main2 {
    float: left;
    width: 590px;
    margin: 0;
    padding: 5px;
    background-color: white;
  }

  .lista_poz a.tytul {
    font-size: 18px;
    display: block;
    line-height: 120%;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 0;
  }

  .lista_poz a.tytul:hover {
    color: black;
  }

  div.opis_czytaj {
    font-size: 14px;
  }

  a.nastepna {
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

@media screen and (max-width: 599px) {
  h3 {
    font-size: 15px;
    line-height: 120%;
  }

  .ogl::before {
    content: "";
  }

  footer,
  header {
    margin: auto;
    width: 100%;
  }

  footer #copyright img {
    width: 100%;
    height: auto;
  }

  #cookies_wiadomosc {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    background-color: #f7f7f7;
    text-align: center;
    padding: 6px 0;
    border: #cecece solid 1px;
    line-height: 16px;
    z-index: 999;
    font-size: 13px;
    opacity: 0.9;
    box-shadow: 0 0 6px 0 #c0c0c0;
  }

  #cookies_wiadomosc a {
    line-height: 13px;
    background-color: #424242;
    padding: 3px 5px;
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
  }

  header #nav_gora {
    width: 100%;
    margin: 0;
    background-color: #f3f3f3;
  }

  header #nav_gora div.koszt_dostawy {
    width: 100px;
    border-left: 0;
  }

  header #box_logo {
    width: 130px;
    padding: 0;
    margin: 5px 0 0 10px;
  }

  header #box_logo img {
    width: 130px;
    height: auto;
    margin: 10px auto;
  }

  header #koszyk_info {
    width: 165px;
    margin: 10px 0;
  }

  header #koszyk_info img {
    width: 40px;
  }

  #koszyk_info .float_right {
    width: 40px;
    margin: 5px 0 0 0;
  }

  header #nawigacja li {
    display: none;
  }

  header #nawigacja {
    width: 320px;
    display: none;
  }

  header #nawigacja a {
    font-size: 13px;
  }

  header #nawigacja ul {
    width: 320px;
  }

  header #nawigacja li.nowosc {
    display: block;
    background-color: #ca0000;
    width: 159px;
  }

  header #nawigacja li.bestseller {
    display: block;
    background-color: #d1ea7b;
    width: 159px;
  }

  #box_szukaj #button,
  #button {
    display: inline-block;
  }

  #sekcja {
    min-height: 100%;
    height: auto;
    overflow: hidden !important;
    padding: 0;
    margin: 10px;
    width: auto;
    background-color: white;
  }

  #lewa_kolumna {
    width: 100%;
  }

  #nawigacja,
  #boczne,
  #linki,
  #nav_pion,
  #inne_linki,
  #baner,
  #box_like,
  .pasek,
  a.strona,
  #lewa_kolumna div.ramka,
  .slajd {
    display: none;
  }

  .box_pie_d {
    width: 300px;
  }

  #box_d {
    display: inline-block;
    width: 300px;
    text-align: center;
    vertical-align: top;
    margin: 10px;
  }

  #sciezka {
    margin: 5px 0 10px 0;
    font-size: 13px;
  }

  #sciezka span {
    font-size: 13px;
    line-height: 200%;
  }

  .lista_poz {
    width: 70%;
    margin: 0 0 0 15px;
    float: left;
  }

  .lista_poz div.opis {
    font-size: 13px;
  }

  .lista_okl {
    width: 80px;
    height: auto;
    margin: 10px 0 0 0;
    vertical-align: top;
  }

  .gallerycontainer {
    float: none;
    position: relative;
    margin: 20px 20px 10px 0;
  }

  .gallerycontainer img {
    width: 230px;
    height: auto;
  }

  #nav_pion {
    background-color: white;
    z-index: 1000;
    display: none;
    width: 100%;
  }

  #main1,
  #main2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 5px;
    background-color: white;
  }

  main .produkt_tytul {
    float: none;
  }

  main #produkt_info .danebox {
    margin: 0;
  }

  #produkt_info {
    height: auto;
    overflow: hidden !important;
    margin: 5px 0 0 0;
    font-size: 13px;
    line-height: 130%;
    width: 100%;
  }

  #produkt_info a {
    font-size: 13px;
    line-height: 130%;
  }

  .lista_koszyk {
    float: none;
    margin: 0 0 20px 0;
    text-align: left;
  }

  .lista_cena {
    float: none;
    margin: 0;
  }

  tr.tab_320 {
    display: block;
    width: 100%;
  }

  td.tab_980 {
    display: none;
  }

  #ramka_sortowanie .nazwa_strony {
    display: block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }

  #box_szukaj {
    font-size: 13px;
    text-align: center;
    margin: 5px 0;
    width: 100%;
  }

  #box_szukaj div {
    margin: 0 0 5px 0;
  }

  #box_szukaj span.s {
    background-color: initial;
  }

  #box_szukaj form {
    padding: 0 0 10px;
    margin: 0;
  }

  #box_szukaj input.szukaj_t {
    width: 60px;
    height: 35px;
    font-size: 13px;
    margin: 0 0 0 5px;
  }

  #box_szukaj select.kategoria_szukaj {
    width: 220px;
    height: 35px;
    font-size: 13px;
  }

  #box_szukaj input.szukaj {
    height: 25px;
    font-size: 13px;
    padding: 5px 15px;
    max-width: 190px;
  }

  #box_szukaj div.box_check {
    margin: 20px 0 0 0;
  }

  #box_szukaj select.kategoria_szukaj {
    display: none;
  }

  #box_like div.float_right,
  #box_like div.float_left {
    width: 100% !important;
    margin: 10px 0;
  }

  #ramka_sortowanie .nazwa_strony h1 {
    color: black;
    font-size: 20px;
    font-weight: normal;
    line-height: 120%;
  }

  .ramka_tlo {
    padding: 0;
  }

  .box_n4 {
    width: 45%;
    height: 360px;
    margin: 5px 0;
    padding: 5px 0;
  }

  .box_n4 .okladka {
    height: 240px;
  }

  .box_n4:hover .okladka {
    min-height: 240px;
  }

  .box_zobacz_rowniez {
    width: 47%;
  }

  div.opis_czytaj {
    font-size: 16px;
    text-align: left;
    margin: 0;
  }

  footer {
    background-color: #3e3e3e;
    color: #dfdfdf;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
  }

  footer #copyright {
    color: #dfdfdf;
    padding: 0;
    margin: 0 auto;
  }

  footer nav {
    margin: 0;
  }

  footer nav a {
    font-size: 13px;
    display: block;
    padding: 0;
    color: white;
    margin: 10px 0;
  }

  footer nav a:hover {
    background-color: silver;
    color: gray;
  }

  footer nav span {
    display: none;
  }

  .lista_koszyk img {
    width: auto;
    height: auto;
  }

  a.tytul,
  a.tytul:hover {
    font-size: 15px;
    line-height: 130%;
  }

  .kat_nazwa,
  .kat_nazwa2 {
    clear: both;
    float: initial;
    margin: 3px;
    text-align: center;
    line-height: 20px;
  }
}

/* Produkt_box responsive tweaks */

@media screen and (max-width: 1190px) {
  .produkt_box {
    width: 290px;
  }

  .produkt_box .tytul_box {
    width: 159px;
  }

  .produkt_box .okladka_box {
    width: 100px;
  }
}

@media screen and (max-width: 979px) {
  .produkt_box .okladka_box {
    width: 25%;
    margin: 0 5px 0 0;
  }
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .nav_but {
    display: none;
  }

  header #nav_gora a {
    color: #b74500;
    font-size: 12px;
  }

  header #nav_gora div.wyloguj a {
    color: rgb(67 88 0);
  }

  footer a {
    color: #b0d7ff;
  }

  .recenzja_box {
    width: 100%;
  }

  .gallerycontainer img {
    width: 200px;
    height: auto;
  }

  .produkt_box {
    width: 100%;
  }

  .produkt_box .link {
    margin: 5px 0;
  }

  .produkt_box .okladka_box img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .produkt_box .tytul_box {
    width: 65%;
  }

  img.okl {
    width: 80px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  main .produkt_tytul {
    width: 100%;
  }

  main .produkt_tytul h1 {
    font-size: 22px;
  }
}
