.strona-kont {
  display: none;
}

body {
  padding-top: 0;
  line-height: normal;
  overflow-x: hidden;
}

h1 {
  margin-bottom: 0;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  font-family: "Cinzel", serif;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scrollbar-width: thin !important;
  width: 100vw;
  height: 100vh;
  background-color: #fcfcfc;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

h4 {
  font-weight: 200;
}

button {
  background-color: #fcfcfc;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.534);
  font-family: "Cinzel", serif;
  font-size: 2rem;
  padding: 1rem !important;
  cursor: pointer !important;
}

.dx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-primary {
  background-color: #fcfcfc;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.534);
  font-family: "Cinzel", serif;
  font-size: 2rem;
  padding: 1rem !important;
  cursor: pointer !important;
  color: black;
}

.pokaz {
  display: block !important;
}

.form-errors {
  font-weight: 900;
}

.tytul-strzalka {
  width: 2rem;
  height: 2rem;
}

.pojemnik-strzalka-menu-lewe {
  position: absolute;
  left: 14.9vw;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fcfcfc;
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.432);
  -webkit-transform: translateX(-15vw);
          transform: translateX(-15vw);
  border-radius: 0 5px 5px 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.pojemnik-strzalka-menu-lewe .strzalka-menu-lewe {
  width: 2rem;
  height: 2rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  z-index: 999;
}

.pojemnik-kategoria-strzalka {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pojemnik-kategoria-strzalka a:first-of-type {
  width: 100%;
  font-size: 2rem;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.rotate {
  -webkit-transform: rotateZ(180deg) !important;
          transform: rotateZ(180deg) !important;
}

.rotate-prawe {
  -webkit-transform: rotateZ(-90deg) !important;
          transform: rotateZ(-90deg) !important;
}

.rotate-lewe {
  -webkit-transform: rotateZ(90deg) !important;
          transform: rotateZ(90deg) !important;
}

.pokaz-menu-lewe {
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}

.pokaz-menu-lewe-strzalka {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.caption {
  margin: 1rem;
}

.formularz-logowania {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-actions {
  background-color: #fcfcfc;
  border-top: none;
  padding: 10px;
  margin-bottom: 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space;
      -ms-flex-pack: space;
          justify-content: space;
  width: 100%;
}

.form-group {
  padding: 0.4rem;
}

footer {
  background-color: #f8f8f8;
  border-top: 1px solid #e7e7e7;
  margin-top: 15px;
  padding: 0;
}

.pojemnik-zarzadzaj-koszykiem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#strona-glowna {
  width: 80%;
  height: 5rem;
  z-index: -1;
  text-align: center;
}

legend,
.thumbnail .caption,
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: black;
}

.btn-default {
  background-color: #fcfcfc;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.534);
  font-family: "Cinzel", serif;
  font-size: 2rem;
  padding: 1rem !important;
  cursor: pointer !important;
}

#footer {
  width: 100%;
  height: 4rem;
  background-color: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .row {
  width: 100%;
}
#footer .row .footer-title {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .row .footer-title .footer-title-text a {
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
}
#footer .row .footer-title .copyright {
  padding-left: 2rem;
}
#footer .row .footer-title .copyright a {
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
}

.header {
  width: 100%;
  height: 10rem;
  opacity: 0.96;
  display: grid;
  grid-template-columns: 25% 50% 25%;
}
.header .center-block {
  width: 100%;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 2/3;
}
.header .center-block .setting-title {
  height: 10vh;
  text-align: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .center-block .setting-title .link-title,
.header .center-block .setting-title .link-title:hover,
.header .center-block .setting-title .link-title:focus {
  font-size: 4vw;
  opacity: 0.9;
  text-decoration: none;
  font-weight: lighter;
  color: black;
}

.pull-right {
  grid-column: 3/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pull-right .lang-select {
  width: 12rem;
  padding-right: 2rem;
  margin-right: 4rem;
}
.pull-right .lang-select .lang-kont #language_selector_form .form-group select {
  padding: 4px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fcfcfc;
  color: black;
  border-color: #afafaf;
  outline: 0;
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
}
.pull-right .lang-select .lang-kont #language_selector_form .form-group select option {
  text-align: left;
  text-rendering: optimizeLegibility;
  font-family: "Cinzel", serif;
  color: #000000;
  font-size: 1.4rem;
}
.pull-right #open-cart {
  padding-right: 1rem;
  padding-left: 1rem;
  background: none;
  margin-right: 1rem;
  border: none;
  background: none;
}
.pull-right #open-cart .koszyk-svg {
  width: 4rem;
  height: 4rem;
  opacity: 0.96;
  pointer-events: none;
}
.pull-right #open-cart .koszyk-svg path {
  pointer-events: none;
}
.pull-right .dropdown-menu-right {
  padding-right: 2rem;
}
.pull-right .dropdown-menu-right li {
  list-style-type: none;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0.8rem;
}

.content-wrap {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-wrap .header {
  width: 100%;
  height: 10rem;
  opacity: 0.96;
  display: grid;
  grid-template-columns: 25% 50% 25%;
}
.content-wrap .header .center-block {
  width: 100%;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 2/3;
}
.content-wrap .header .center-block .setting-title {
  height: 10vh;
  text-align: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-wrap .header .center-block .setting-title .link-title,
.content-wrap .header .center-block .setting-title .link-title:hover,
.content-wrap .header .center-block .setting-title .link-title:focus {
  font-size: 4vw;
  opacity: 0.9;
  text-decoration: none;
  font-weight: lighter;
  color: black;
}
.content-wrap .pull-right {
  grid-column: 3/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.content-wrap .pull-right .lang-select {
  width: 12rem;
  padding-right: 2rem;
  margin-right: 4rem;
}
.content-wrap .pull-right .lang-select .lang-kont #language_selector_form .form-group select {
  padding: 4px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fcfcfc;
  color: black;
  border-color: #afafaf;
  outline: 0;
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
}
.content-wrap .pull-right .lang-select .lang-kont #language_selector_form .form-group select option {
  text-align: left;
  text-rendering: optimizeLegibility;
  font-family: "Cinzel", serif;
  color: #000000;
  font-size: 1.4rem;
}
.content-wrap .pull-right #open-cart {
  padding-right: 1rem;
  padding-left: 1rem;
  background: none;
  margin-right: 1rem;
  border: none;
  background: none;
}
.content-wrap .pull-right #open-cart .koszyk-svg {
  width: 4rem;
  height: 4rem;
  opacity: 0.96;
  pointer-events: none;
}
.content-wrap .pull-right #open-cart .koszyk-svg path {
  pointer-events: none;
}
.content-wrap .pull-right .dropdown-menu-right {
  padding-right: 2rem;
}
.content-wrap .pull-right .dropdown-menu-right li {
  list-style-type: none;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0.8rem;
}
.content-wrap .nav-container {
  top: 65px;
  position: fixed;
  width: 100%;
  opacity: 0.96;
  background-color: #ffffff;
  z-index: 9;
}
.content-wrap .nav-container #wrapper {
  height: 45px;
}
.content-wrap .nav-container #line-container {
  height: 5px;
}
.content-wrap .nav-container .line {
  margin-top: -5px;
  border-top: 5px solid #6b6866;
  border-radius: 0;
}
.content-wrap #strona-glowna {
  width: 80%;
  height: 5rem;
  z-index: -1;
  text-align: center;
}
.content-wrap legend,
.content-wrap .thumbnail .caption,
.content-wrap .btn-default,
.content-wrap .btn-default:hover,
.content-wrap .btn-default:focus {
  color: black;
}
.content-wrap .btn-default {
  background-color: #fcfcfc;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.534);
  font-family: "Cinzel", serif;
  font-size: 2rem;
  padding: 1rem !important;
  cursor: pointer !important;
}

.menu-wrap a {
  color: black;
}
.menu-wrap a:focus,
.menu-wrap a:hover {
  color: black;
  text-decoration: none;
}
.menu-wrap .close-button {
  width: 2em;
  height: 2em;
  position: absolute;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
}
.menu-wrap .close-button:hover,
.menu-wrap .close-button:focus {
  outline: 0;
}
.menu-wrap .close-button:before,
.menu-wrap .close-button:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #6b6e6e;
}
.menu-wrap .close-button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-wrap .close-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-wrap .close-button:hover:before,
.menu-wrap .close-button:focus:before,
.menu-wrap .close-button:hover:after,
.menu-wrap .close-button:focus:after {
  background: #6b6e6e;
}
.menu-wrap #close-button {
  right: 1em;
}

.menu-wrap,
.cart-wrap {
  position: fixed !important;
  top: 0;
  z-index: 1001;
  overflow-y: auto;
  width: 300px;
  height: 100%;
  background-color: #fcfcfc;
  border: 1px solid rgba(128, 128, 128, 0.534);
  font-size: 1.15em;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.menu-wrap {
  display: none;
}

.cart-wrap {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.sidemenu {
  height: 100%;
  -webkit-transform: rotateY(90deg) translateX(100%) rotateY(-90deg);
          transform: rotateY(90deg) translateX(100%) rotateY(-90deg);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.sidemenu a {
  display: block;
  padding: 0.8em;
  -webkit-transform: rotateY(90deg) translateX(500px) rotateY(-90deg);
          transform: rotateY(90deg) translateX(500px) rotateY(-90deg);
  -webkit-transform: translateX(0) translateZ(500px);
          transform: translateX(0) translateZ(500px);
  -webkit-transform: translate3d(0, 500px, 0);
          transform: translate3d(0, 500px, 0);
}

.sidemenu,
.sidemenu a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  transition: transform 0s 0.4s, -webkit-transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.sidemenu a:nth-child(2) {
  -webkit-transform: rotateY(90deg) translateX(1000px) rotateY(-90deg);
          transform: rotateY(90deg) translateX(1000px) rotateY(-90deg);
  -webkit-transform: translateX(0) translateZ(1000px);
          transform: translateX(0) translateZ(1000px);
  -webkit-transform: translate3d(0, 1000px, 0);
          transform: translate3d(0, 1000px, 0);
}

.sidemenu a:nth-child(3) {
  -webkit-transform: rotateY(90deg) translateX(1500px) rotateY(-90deg);
          transform: rotateY(90deg) translateX(1500px) rotateY(-90deg);
  -webkit-transform: translateX(0) translateZ(1500px);
          transform: translateX(0) translateZ(1500px);
  -webkit-transform: translate3d(0, 1500px, 0);
          transform: translate3d(0, 1500px, 0);
}

.sidemenu a:nth-child(4) {
  -webkit-transform: rotateY(90deg) translateX(2000px) rotateY(-90deg);
          transform: rotateY(90deg) translateX(2000px) rotateY(-90deg);
  -webkit-transform: translateX(0) translateZ(2000px);
          transform: translateX(0) translateZ(2000px);
  -webkit-transform: translate3d(0, 2000px, 0);
          transform: translate3d(0, 2000px, 0);
}

.sidemenu a:nth-child(5) {
  -webkit-transform: rotateY(90deg) translateX(2500px) rotateY(-90deg);
          transform: rotateY(90deg) translateX(2500px) rotateY(-90deg);
  -webkit-transform: translateX(0) translateZ(2500px);
          transform: translateX(0) translateZ(2500px);
  -webkit-transform: translate3d(0, 2500px, 0);
          transform: translate3d(0, 2500px, 0);
}

.sidemenu a:nth-child(6) {
  -webkit-transform: rotateY(90deg) translateX(3000px) rotateY(-90deg);
          transform: rotateY(90deg) translateX(3000px) rotateY(-90deg);
  -webkit-transform: translateX(0) translateZ(3000px);
          transform: translateX(0) translateZ(3000px);
  -webkit-transform: translate3d(0, 3000px, 0);
          transform: translate3d(0, 3000px, 0);
}

.menu-wrap .sidemenu a span {
  margin-left: 10px;
  font-weight: 700;
}

/* Shown menu */
.show-menu .menu-wrap,
.show-cart .cart-wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .sidemenu,
.show-menu .sidemenu a,
.show-cart .sidemenu,
.show-cart .sidemenu a {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .sidemenu a,
.show-cart .sidemenu a {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

.show-menu .content-wrap:before,
.show-cart .content-wrap:before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.cart-wrap {
  width: 25vw;
}

.cart-wrap {
  position: absolute;
}
.cart-wrap a {
  color: black;
}
.cart-wrap a:focus,
.cart-wrap a:hover {
  color: black;
  text-decoration: none;
}
.cart-wrap .close-button {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
}
.cart-wrap .close-button:hover,
.cart-wrap .close-button:focus {
  outline: 0;
}
.cart-wrap .close-button:before,
.cart-wrap .close-button:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #6b6e6e;
}
.cart-wrap .close-button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cart-wrap .close-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cart-wrap .close-button:hover:before,
.cart-wrap .close-button:focus:before,
.cart-wrap .close-button:hover:after,
.cart-wrap .close-button:focus:after {
  background: #1dacac;
}
.cart-wrap #close-cart {
  left: 1em;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.podzial {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: absolute;
  background-color: #fcfcfc;
}
.podzial .logo-strona-glowna {
  height: 60vh;
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.podzial .logo-strona-glowna .logo-logo {
  max-height: 90%;
  max-width: 100%;
}
.podzial .linki-strona-glowna {
  background-color: #fcfcfc;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.534);
  padding: 1rem;
}

.page-container {
  width: 100%;
  height: 20vh;
  background-color: yellowgreen;
}

.kontent-kont {
  width: 100%;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.kontent-kont .kategorie {
  width: 15vw;
  height: 100%;
  border-right: 1px solid rgba(128, 128, 128, 0.534);
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.kontent-kont .kategorie .kategorie-lista-kont {
  width: 100%;
  height: 100%;
}
.kontent-kont .kategorie .kategorie-lista-kont .kategorie-lista {
  height: 100%;
  width: 100%;
}
.kontent-kont .kategorie .kategorie-lista-kont .kategorie-lista .dropdown {
  overflow: hidden;
  height: minmax(3rem, -webkit-max-content);
  height: minmax(3rem, -moz-max-content);
  height: minmax(3rem, max-content);
}
.kontent-kont .kategorie .kategorie-lista-kont .kategorie-lista .dropdown .dropdown-toggle {
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.kontent-kont .kategorie .kategorie-lista-kont .kategorie-lista .dropdown-lista {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding-left: 2rem;
  font-size: 1.5rem;
  display: none;
}
.kontent-kont .kategorie .kategorie-lista-kont .kategorie-lista .dropdown-lista .dropdown-menu {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.kontent-kont .kategorie .kategorie-lista-kont .kategorie-lista .dropdown-lista .dropdown-menu .dropdown-sublista {
  min-height: 1rem;
}
.kontent-kont .kategorie .kategorie-lista-kont .kategorie-lista .dropdown-lista .dropdown-menu .dropdown-sublista .tytul-strzalka {
  width: 1.6rem;
  height: 1.6rem;
}
.kontent-kont .pokaz-opis {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0%;
  bottom: 12rem;
  z-index: 2;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fcfcfc;
  padding: 1.5rem;
  border: 1px solid rgba(128, 128, 128, 0.534);
  border-radius: 5px 0 0 5px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.kontent-kont .pokaz-opis .opis-strzalka {
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.kontent-kont .pokaz-opis .tekst-pokaz-opis {
  display: block;
}
.kontent-kont .pokaz-opis .tekst-zamknij-opis {
  display: none;
}
.kontent-kont .opis-kategorii {
  width: 20vw;
  padding: 2rem;
  margin-bottom: 2rem;
}
.kontent-kont .lista-produktow {
  width: 65vw;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.kontent-kont .lista-produktow .produkt-mini {
  width: 80%;
  max-height: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  justify-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kontent-kont .lista-produktow .produkt-mini .miniaturka {
  width: 100%;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.kontent-kont .lista-produktow .produkt-mini .miniaturka .zdjecie-w-miniaturce {
  max-height: 70%;
  max-width: 100%;
}
.kontent-kont .lista-produktow .produkt-mini .nazwa-produktu-minaturka {
  padding: 2rem 0rem 1rem 0rem !important;
}

.price-info {
  padding-bottom: 1rem;
}

.price:only-child,
.coming-soon {
  margin: 8px 0 8px !important;
}

.media-body {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: start;
}

.pojemnik {
  overflow-x: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  scrollbar-width: thin;
}
.pojemnik .produkt-itemki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  overflow-x: auto;
}
.pojemnik .produkt-itemki .pojemnik-scroll {
  width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.pojemnik .produkt-itemki .pojemnik-scroll #product-images-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pojemnik .produkt-itemki .pojemnik-scroll #product-images-large .zdjecie-duze .product-image-large-link .zdjecie-produktu-szczegoly {
  max-height: 79vh;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pojemnik .produkt-itemki .pojemnik-produkty-szczegoly {
  width: 50vw;
  height: 80vh;
  padding: 2rem;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  scrollbar-width: thin;
}
.pojemnik .produkt-itemki .pojemnik-produkty-szczegoly .product-description p {
  font-size: 1.7rem;
}
.pojemnik .produkt-itemki .pojemnik-produkty-szczegoly .product-description h2 {
  text-align: center;
}
.pojemnik .produkt-itemki .pojemnik-produkty-szczegoly .ustalenie-zamowienia #variations {
  margin-bottom: 1rem;
}
.pojemnik .produkt-itemki .pojemnik-produkty-szczegoly .ustalenie-zamowienia .shop-form .form-group {
  margin-bottom: 1rem;
}
.pojemnik .produkt-itemki .pojemnik-produkty-szczegoly #product-images-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15%;
  min-height: 15rem;
  padding: 1rem;
  overflow-x: auto;
  scrollbar-width: thin;
}
.pojemnik .produkt-itemki .pojemnik-produkty-szczegoly #product-images-thumb .pojemnik-thumb-jeden {
  margin-right: 1rem;
  min-width: 10rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pojemnik .produkt-itemki .pojemnik-produkty-szczegoly #product-images-thumb .pojemnik-thumb-jeden .thumbnail {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pojemnik .produkt-itemki .pojemnik-produkty-szczegoly #product-images-thumb .pojemnik-thumb-jeden .thumbnail .zdjecie-thumb {
  max-height: 100%;
  max-width: 100%;
}

.btn-cart {
  border: 1px solid rgba(128, 128, 128, 0.534);
  border-radius: 1rem;
  background-color: #fcfcfc;
  text-align: center;
  padding: 2rem !important;
}

.Cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pojemnik-podsumowanie {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}
.pojemnik-podsumowanie .pojemnik-center {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pojemnik-podsumowanie .pojemnik-center .podsumowanie1,
.pojemnik-podsumowanie .pojemnik-center .podsumowanie2,
.pojemnik-podsumowanie .pojemnik-center .podsumowanie3 {
  padding-bottom: 2rem;
}
.pojemnik-podsumowanie .pojemnik-center .podsumowanie-linki {
  padding-top: 5rem;
}
.pojemnik-podsumowanie .pojemnik-center .podsumowanie-linki .pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pojemnik-podsumowanie .pojemnik-center .podsumowanie-linki .pdf .btn-podsumowanie1,
.pojemnik-podsumowanie .pojemnik-center .podsumowanie-linki .pdf .btn-podsumowanie2 {
  -webkit-text-decoration: underline 1px rgba(0, 0, 0, 0.5);
          text-decoration: underline 1px rgba(0, 0, 0, 0.5);
}
.pojemnik-podsumowanie .pojemnik-center .podsumowanie-linki .pdf .btn-podsumowanie1 {
  padding-right: 2rem;
}

.shop-category-list {
  height: 80vh;
  width: 65vw;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.shop-category-list .pojemnik-miniatura-podkategoria {
  width: 80%;
  max-height: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-category-list .pojemnik-miniatura-podkategoria a {
  width: 100%;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.shop-category-list .pojemnik-miniatura-podkategoria a img {
  max-height: 70%;
  max-width: 100%;
}

.dane-do-zamowienia {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-left: 25%;
  padding-right: 25%;
}

.pull-left {
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.panel-default {
  padding: 5px 25px;
}

.form-actions {
  background-color: #fcfcfc;
  border-top: none;
  padding: 10px;
  margin-bottom: 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

fieldset {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
fieldset span {
  margin: 1rem;
}

#id_shipping_method div {
  margin: 1rem;
}

.optgroup {
  font-weight: bolder;
}

#checkout-form {
  padding: 2rem;
}

.mfp-figure {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media (max-width: 1610px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 47%;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

@media (max-width: 1024px) {
  .pokaz-opis {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .pokaz-menu-lewe-strzalka {
    -webkit-transform: translateX(55vw) !important;
            transform: translateX(55vw) !important;
  }
}

@media (max-width: 1024px) {
  .content-wrap {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 100vh;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1024px) {
  .kontent-kont {
    overflow-x: hidden;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    min-height: calc(100vh - 19rem);
  }
}
@media (max-width: 768px) {
  .kontent-kont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .kontent-kont .kategorie {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 15rem;
    height: 100vh;
    background-color: #fcfcfc;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 99;
  }
}
@media (max-width: 768px) {
  .kontent-kont .kategorie {
    width: 70vw;
  }
}
@media (max-width: 768px) {
  .kontent-kont .opis-kategorii {
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 1024px) {
  .pojemnik-strzalka-menu-lewe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 15rem;
  }
}

@media (max-width: 1024px) {
  .lista-produktow {
    width: 100% !important;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
}

@media (max-width: 768px) {
  .lista-produktow {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .produkt-mini {
    justify-self: center !important;
  }
}

@media (max-width: 768px) {
  .dropdown-toggle {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .dropdown-sublista {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .kategorie-lista {
    padding: 2rem;
  }
}

@media (max-width: 1024px) {
  .shop-category-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .shop-category-list .pojemnik-miniatura-podkategoria {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 1024px) {
  .shop-category-list .pojemnik-miniatura-podkategoria .thumbnail {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem;
  }
}
@media (max-width: 1024px) {
  .shop-category-list .pojemnik-miniatura-podkategoria .thumbnail img {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  #strona-glowna {
    padding-top: 1rem;
    width: 80%;
    min-height: 5rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #strona-glowna {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
}

@media (max-width: 1024px) {
  .header {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr 1fr !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
@media (max-width: 1024px) {
  .header .center-block {
    grid-column: 1/2 !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    justify-self: center;
  }
}
@media (max-width: 768px) {
  .header .center-block .setting-title .link-title {
    font-size: 10vw !important;
  }
}

@media (max-width: 1024px) {
  .pull-right {
    grid-column: 1/2 !important;
    justify-self: flex-end;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
@media (max-width: 768px) {
  .pull-right {
    justify-self: center;
    border-bottom: 1px solid rgba(48, 48, 48, 0.349);
  }
}
@media (max-width: 1024px) {
  .pull-right .lang-select {
    width: 12rem;
    padding-right: 0 !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 1024px) {
  .pull-right .lang-select .lang-kont #language_selector_form .form-group select {
    padding: 0 !important;
  }
}
@media (max-width: 1024px) {
  .pull-right #open-cart {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
}

@media (max-width: 1024px) {
  .nazwa-produktu-minaturka {
    padding: 2rem 0rem 1rem 0rem !important;
  }
}

@media (max-width: 1024px) {
  .price-info {
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 768px) {
  .pojemnik {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .pojemnik .produkt-itemki {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
    overflow: hidden;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .pojemnik .produkt-itemki .pojemnik-scroll {
    width: 100vw;
    overflow: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .pojemnik .produkt-itemki .pojemnik-scroll #product-images-large {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    height: 100vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .pojemnik .produkt-itemki .pojemnik-scroll #product-images-large .zdjecie-duze {
    height: 100vw;
    width: 100vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .pojemnik .produkt-itemki .pojemnik-scroll #product-images-large .zdjecie-duze .product-image-large-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vw;
    width: 100vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .pojemnik .produkt-itemki .pojemnik-scroll #product-images-large .zdjecie-duze .product-image-large-link .zdjecie-produktu-szczegoly {
    max-width: 100%;
    max-height: 90%;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .pojemnik .produkt-itemki .pojemnik-produkty-szczegoly {
    width: 100vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: grid;
    grid-template-rows: auto;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .pojemnik .produkt-itemki .pojemnik-produkty-szczegoly #product-images-thumb {
    grid-row: 1/2;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    padding: 2rem;
  }
}
@media (max-width: 1024px) {
  .pojemnik .produkt-itemki .pojemnik-produkty-szczegoly #product-images-thumb .pojemnik-thumb-jeden {
    min-width: 10vw;
  }
}

@media (max-width: 1024px) {
  .menu-wrap,
.cart-wrap {
    width: 50vw;
  }
}
@media (max-width: 768px) {
  .menu-wrap,
.cart-wrap {
    width: 80vw;
  }
}

@media (max-width: 1024px) {
  .form-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .form-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 768px) {
  .pull-left {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 768px) {
  .pojemnik-kategoria-strzalka a {
    font-size: 3rem;
  }
}

@media (max-width: 1024px) {
  .dane-do-zamowienia {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.dropdown-menu-right .dropdown-sublista .pojemnik-kategoria-strzalka a {
  font-size: 2rem !important;
}

@media (max-width: 768px) {
  .pojemnik-kategoria-strzalka a:first-of-type {
    font-size: 2.5rem;
  }
}

@media (max-width: 1024px) {
  .cart-line-items {
    max-height: 79vh;
  }
}/*# sourceMappingURL=main.css.map */