body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  line-height: 17px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  color: #060606;
  background: #FFFFFF;
  -webkit-tap-highlight-color: #00000012;
}
body img {
  border: none;
}
body ul {
  list-style: none;
}
body a {
  color: #C20C09;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body h1 {
  font-family: Comfortaa, Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 28px;
  font-weight: 400;
}
body h2 {
  font-size: 14px;
  padding: 0;
  margin-bottom: 24px;
}
body sup {
  margin-top: -1em;
  display: inline-block;
}
body a.button {
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  background: linear-gradient(#f02623, #c30c09);
  border: solid 1px #b74d4d;
  border-radius: 3px;
  font-size: 14px;
  line-height: 14px;
}
body a.button:hover {
  text-decoration: none;
  background: linear-gradient(hsl(1, 82%, 62%), hsl(1, 91%, 42%));
}
.with-arrow svg {
  margin-left: 5px;
}
.breadcrumbs a svg {
  margin-left: 8px;
}
.svg-defs {
  width: 0;
  height: 0;
  position: absolute;
}
.svg-templates {
  display: none;
}
.black-links a {
  color: #060606;
}
.black-links a:hover,
.black-links a.active {
  color: #c20c09;
  text-decoration: none;
}
.fancy-bg,
.side-menu,
.side-contact {
  background-color: #efebdf;
  background-image: radial-gradient(#efebdf 1.5px, hsl(45, 26%, 87%) 2.5px, transparent 3.5px), radial-gradient(#efebdf 1.5px, hsl(45, 26%, 87%) 2.5px, transparent 3.5px);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
}
@media (max-width: 550px) {
  .menu .top-level {
    background-color: #efebdf;
    background-image: radial-gradient(#efebdf 1.5px, hsl(45, 26%, 87%) 2.5px, transparent 3.5px), radial-gradient(#efebdf 1.5px, hsl(45, 26%, 87%) 2.5px, transparent 3.5px);
    background-size: 14px 14px;
    background-position: 0 0, 7px 7px;
  }
}
#fancy-bg-top {
  width: 100%;
  min-width: 222px;
  position: absolute;
  top: 0;
  z-index: -9;
  height: 76px;
}
@supports (display: block) {
  #fancy-bg-top {
    height: 179px;
    max-height: calc(86px + 93 * 100vw / 1100);
  }
  .home #fancy-bg-top {
    height: 385px;
    max-height: calc(86px + 299 * 100vw / 1100);
  }
  @media (max-width: 550px) {
    #fancy-bg-top {
      max-height: calc(77px + 93 * 100vw / 1100);
    }
    .home #fancy-bg-top {
      max-height: calc(77px + 299 * 100vw / 1100);
    }
  }
}
a#facebook {
  position: fixed;
  right: -5px;
  top: 340px;
  display: block;
  z-index: 6;
  transition-duration: 0.3s;
}
@media (max-width: 1040px) {
  a#facebook {
    display: none;
  }
}
a#facebook:hover {
  right: 0px;
}
a#facebook svg .f {
  filter: drop-shadow(1px 1px 1px #0006);
}
#page {
  width: 1100px;
  max-width: 100%;
  min-width: 222px;
  margin: 0 auto;
}
#page li.active a,
#page.about a.about,
#page.offer a.offer,
#page.contact a.contact {
  color: #c20c09;
}
#page.bielizna a.bielizna,
#page.nocna a.nocna,
#page.koce a.koce,
#page.obrusy a.obrusy,
#page.poduszki a.poduszki,
#page.odziez a.odziez,
#page.posciel a.posciel,
#page.reczniki a.reczniki,
#page.hurt a.hurt {
  color: #c20c09;
}
.content-container {
  width: 1000px;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .content-container {
    padding: 0 10px;
  }
}
#page.subpage .content-container {
  margin-top: 7px;
}
.content-container .breadcrumbs {
  margin-bottom: 29px;
}
.content-container .breadcrumbs a {
  margin-right: 5px;
}
.content-container .breadcrumbs a:not(.active, :hover) {
  color: #1c1c1c;
}
.content-container .side-menu {
  width: 170px;
  height: 100%;
  border-radius: 3px;
}
.content-container .side-menu ul {
  margin: 17px 10px;
}
.content-container .side-menu ul li {
  margin: 8px auto;
}
.footer {
  width: calc(100% - 10px);
  margin: 30px 0 20px;
  padding: 20px 0 0 10px;
  font-size: 11px;
  border-top: solid 2px #efebdf;
}
