@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');
/* Sass Document *//*kolorki*//*koszyk*//*steps*//*panel klienta*//**//*navbar top*//*product*//*localiser*//*
 @media only screen and (max-width : 1200px) {}
 @media only screen and (max-width : 979px) {}
 @media only screen and (max-width : 767px) {}
 @media only screen and (max-width : 480px) {}
 @media only screen and (max-width : 320px) {}
 @media (min-width: 768px) and (max-width: 991px) {}
 @media (min-width: 992px) and (max-width: 1024px) {}
 *//* width */::-webkit-scrollbar {
  width: 10px;
}
/* Track */::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #555;
}
/* Handle */::-webkit-scrollbar-thumb {
  background: #000;
}
/* Handle on hover */::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Nunito', sans-serif;
}
body.home-page {
  padding-top: calc(100vw / 1.95);
}
body.home-page #wrapper {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  body.home-page #wrapper {
    padding: 0;
  }
}
body.subpage .navbar-fixed-top {
  position: relative;
}
body.subpage .navbar-default {
  background-color: #000;
}
#wrapper {
  width: 100%;
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  z-index: 500;
}
#wrapper > *:nth-last-child(2) {
  flex-grow: 1;
}
@media (max-width: 768px) {
  #wrapper {
    padding: 0 1rem;
  }
}
.full-site {
  margin-left: calc(-4rem - 15px);
  margin-right: calc(-4rem - 15px);
}
@media (max-width: 768px) {
  .full-site {
    margin-left: calc(-0rem - 15px);
    margin-right: calc(-0rem - 15px);
  }
}
.full-site .article {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-site .article .article-wraper {
  width: 100%;
  margin: 2rem 15rem;
  padding: 9rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .full-site .article .article-wraper {
    margin: 2rem;
    padding: 2rem;
  }
}
.gallery-in-article .galery-in-article-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.gallery-in-article .galery-in-article-items .img-thumbnail {
  width: 100%;
  max-width: inherit;
}
.gallery-in-article .galery-in-article-items .item {
  flex-basis: 23%;
  margin-bottom: 2rem;
}
.gallery-in-article .galery-in-article-items .item a {
  display: block;
  width: 100%;
}
.gallery-in-article .galery-in-article-items .item a img {
  width: 100%;
}
#wrapper .slick-slide {
  margin: 2rem;
}
#slider {
  margin-bottom: -6px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#slider .slick-slider .slick-slide {
  outline: none;
}
#slider .slick-slider .slick-slide img {
  width: 100%;
  height: calc(100vw / 1.95);
  object-fit: cover;
  object-position: center;
}
#slider .slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 6px;
  width: 10vw;
  z-index: 100;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: 'Glyphicons Halflings';
  color: rgba(255, 255, 255, 0.6);
  font-size: 0;
  transition: all 0.5s;
}
#slider .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
#slider .slick-slider .slick-arrow.slick-prev::before {
  content: "\e257";
  font-size: 8vw;
}
#slider .slick-slider .slick-arrow.slick-next {
  right: 0;
}
#slider .slick-slider .slick-arrow.slick-next::before {
  content: "\e258";
  font-size: 8vw;
}
#slider .slick-slider .slick-arrow:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}
#slider .slick-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
#slider .slick-slider .slick-dots li {
  font-family: 'Glyphicons Halflings';
}
#slider .slick-slider .slick-dots li button {
  width: 30px;
  height: 5px;
  padding: 0;
  margin: 5px;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
}
#slider .slick-slider .slick-dots li.slick-active button {
  background-color: #d9261c;
}
#slider .carousel-inner .item .item-inner img {
  width: 100%;
  height: auto;
}
#featured {
  background-color: #4a4b49;
  padding-bottom: 25px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b5b5b+0,1e1e1e+80,3d3d3d+83,303030+100 */
  background: #5b5b5b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5b5b5b 0%, #1e1e1e 80%, #3d3d3d 83%, #303030 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5b5b5b 0%, #1e1e1e 80%, #3d3d3d 83%, #303030 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5b5b5b 0%, #1e1e1e 80%, #3d3d3d 83%, #303030 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b', endColorstr='#303030', GradientType=0);
  /* IE6-9 */
  border-top: 5px solid #d9261c;
  box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.6);
  z-index: 120;
}
#featured h1 {
  color: #fff;
}
.navbar-default {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  /* IE6-9 */
}
@media (min-width: 768px) {
  .navbar-default {
    height: 120px;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .navbar-default .container {
    display: flex;
  }
}
.navbar-default .navbar-header .navbar-brand {
  margin: 0;
  padding: 5px;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
@media (min-width: 768px) {
  .navbar-default .navbar-header .navbar-brand {
    height: 100px;
  }
}
.navbar-default .navbar-header .navbar-brand img {
  height: 100%;
  width: auto;
  filter: brightness(10);
}
.navbar-default .linki-top {
  display: flex;
  justify-content: flex-start;
  padding: 10px;
}
.navbar-default .linki-top .shop-buttons {
  margin-left: auto;
}
.navbar-default .linki-top .shop-buttons a {
  margin: 0 10px;
  color: #fff;
}
.navbar-default .linki-top .shop-buttons a:hover {
  color: #d9261c;
}
.navbar-default .menuHor h1 {
  margin-top: 0;
  font-size: 1.6em;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.navbar-default .menuHor .menu-hor .navbar-nav {
  margin: 0;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .navbar-default .menuHor .menu-hor .navbar-nav {
    display: flex;
    flex-direction: row;
    float: none !important;
  }
}
.navbar-default .menuHor .menu-hor .navbar-nav li a {
  padding: 5px;
  color: #fff;
  letter-spacing: 1px;
}
.navbar-default .menuHor .menu-hor .navbar-nav li a:hover {
  color: #d9261c;
  background: none;
}
.navbar-default .menuHor .menu-hor .navbar-nav li ul li a {
  color: #000;
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    margin-left: auto;
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .product-name-sticky {
    position: sticky;
    top: 0px;
    z-index: 50;
    background-color: #fff;
    border-bottom: 1px solid #afafaf;
  }
}
#pd_main_left {
  position: static;
}
@media (min-width: 768px) {
  #pd_main_left {
    position: sticky;
    margin-top: 15px;
    border-right: 1px solid #e2e2e2;
  }
}
.shop-buttons {
  display: none;
}
.shop-buttons .navbar-toggle {
  display: none !important;
}
#cookies_info .ck-inner {
  position: fixed;
  bottom: 0;
  display: flex;
  padding: 25px;
  align-items: center;
  z-index: 500;
  background: rgba(251, 251, 251, 0.9);
}
#cookies_info .ck-inner .ck-content {
  padding: 10px;
}
@media (max-width: 767px) {
  #cookies_info .ck-inner {
    flex-direction: column;
  }
}
#pd_assigned {
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
#pd_assigned h2 {
  margin: 10px;
  font-size: 1.3em;
  font-weight: bold;
}
#pd_assigned .pd_assign-items {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.5s ease-out;
}
#pd_assigned .pd_assign-items .item {
  flex-basis: 30%;
  margin: 5px;
  transition: all 0.5s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000;
}
#pd_assigned .pd_assign-items .item:hover {
  border-color: #0a792d;
}
#pd_assigned .pd_assign-items .item h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #787878;
  margin: 5px;
}
#pd_assigned .pd_assign-items .item h3 {
  font-size: 0.8em;
  margin: 5px;
}
#pd_assigned .pd_assign-items .item .img-thumbnail {
  margin: 15px 0;
}
#pd_assigned .pd_assign-items .current_pd_assign {
  border-color: #0a792d;
  flex-grow: 2;
}
#pd_assigned .pd_assign-items .current_pd_assign .btn-default {
  background-color: #0a792d;
  color: #fff;
  transition: all 0.5s;
}
.menu-pr {
  position: fixed;
  top: 2vh;
  right: 2vw;
  bottom: 2vh;
  left: 2vw;
  overflow-x: auto;
  z-index: 2000;
  background: #2c2c2c;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  padding: 0;
  transform: scale(0);
  transition: all 0.5s;
  transform-origin: center top;
  border: 1px solid #fff;
}
.menu-pr h1 {
  width: 100%;
  margin: 0px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 2em;
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  cursor: pointer;
  background-color: #000;
  z-index: 2500;
}
.menu-pr h1::after {
  content: "X";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.menu-pr h1:hover::after {
  content: "zamknij menu";
  color: #d9261c;
}
.menu-pr > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  background-color: #333;
}
.menu-pr > ul a {
  color: #fff;
  padding: 10px 15px;
}
.menu-pr > ul a:hover {
  color: #000;
}
.menu-pr > ul > li {
  flex-basis: 49%;
  flex-grow: 1;
  margin: 5px;
  border: 1px solid #5a5a5a;
}
.menu-pr > ul > li > a {
  font-size: 20px;
}
.menu-pr > ul ul li {
  flex-basis: 100%;
  flex-grow: 1;
  background-color: #222;
  margin: 1px;
  padding: 0 1rem;
}
.menu-pr > ul ul li > a {
  display: flex;
  align-items: center;
  padding: 5px 15px;
}
.menu-pr .collapse {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.menu-pr .current {
  background: #d9261c;
}
.menu-pr.menu-pr-open {
  transform: scale(1);
}
.ul-subcategories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(251px, 1fr));
  gap: 3rem;
  justify-content: center;
  padding: 0;
  margin: 2rem 0;
}
.ul-subcategories li {
  list-style: none;
}
.ul-subcategories li a {
  padding: 10px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  color: #000;
  text-align: left;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  position: relative;
}
.ul-subcategories li a:hover {
  color: #d9261c;
  background-color: #e2e2e2;
}
.ul-subcategories li a::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 0px;
  height: 10px;
  background-color: #d9261c;
  z-index: 1;
  transition: all 0.3s;
}
.ul-subcategories li a:hover::after {
  width: 100%;
}
.ul-subcategories li a h4 {
  font-size: 1.6rem;
  text-align: center;
}
.menu-t ul li {
  list-style: none;
}
.menu-t > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 2rem;
}
.menu-t > ul > li {
  border: 1px solid #ddd;
  padding: 2rem;
  background-color: #f5f5f5;
}
.menu-t > ul > li > a {
  font-weight: bold;
}
.menu-t > ul > li a {
  color: #000;
  text-decoration: none;
  display: flex;
}
.menu-t > ul > li a:hover {
  color: red;
}
.menu-t > ul ul {
  padding: 0.5rem 2rem 2rem 1.2rem;
}
.menu-t > ul ul a::before {
  content: "»";
  padding: 0 5px;
}
.menu-t > ul > li > ul > li > a {
  font-weight: bold;
}
footer {
  position: relative;
  margin-top: auto;
  z-index: 500;
  background-color: #333;
  padding: 15px;
  color: #fff;
}
footer .copy-right p a {
  background: url(/application/templates/frontend/shop/gfx/logo_footer.gif) no-repeat scroll left top;
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  width: 80px;
  color: #fff;
}
footer .footermenu {
  display: flex;
}
footer .footermenu .menuHor {
  margin: 0 0 0 25px;
}
footer .footermenu .menuHor h1 {
  margin-top: 0;
  font-size: 1.6em;
  color: #fff;
  border-bottom: 1px solid #fff;
}
footer .footermenu .menuHor .menu-hor .navbar-nav {
  display: flex;
  flex-direction: column;
  float: none !important;
  margin: 0;
}
footer .footermenu .menuHor .menu-hor .navbar-nav li a {
  padding: 5px;
  color: #fff;
}
footer .footermenu .menuHor .menu-hor .navbar-nav li a:hover {
  color: #d9261c;
  background: none;
}
footer .footer-right .cms-article {
  display: flex;
}
@media (max-width: 420px) {
  footer .footer-right .cms-article {
    flex-direction: column;
    padding: 5px;
  }
}
footer .footer-right .cms-article a {
  padding: 15px;
  margin: 15px;
  flex-grow: 1;
  flex-basis: 45%;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: all 0.5s;
}
@media (max-width: 420px) {
  footer .footer-right .cms-article a {
    padding: 5px;
    margin: 5px;
  }
}
footer .footer-right .cms-article a.phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer-right .cms-article a.phone::before {
  content: "\e182";
  font-family: 'Glyphicons Halflings';
  font-size: 3em;
}
footer .footer-right .cms-article a.mail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer-right .cms-article a.mail::before {
  content: "\2709";
  font-family: 'Glyphicons Halflings';
  font-size: 3em;
}
footer .footer-right .cms-article a:hover {
  background-color: #aaa;
}
/*--------Localiser--------------*/.breadcrumbs {
  margin: 0 -15px;
}
.breadcrumbs .breadcrumb {
  margin: 0;
  border-radius: 0px 0px 5px 5px;
}
.breadcrumbs .breadcrumb .bc-item {
  color: gray;
}
.breadcrumbs .breadcrumb .bc-item .bc-separator {
  display: none;
}
.breadcrumbs .breadcrumb .bc-item a {
  color: gray;
  text-decoration: none;
}
.breadcrumbs .breadcrumb .bc-item a:hover {
  color: #338c4f;
}
.breadcrumbs .breadcrumb .bc-item a::after {
  content: "»";
  padding: 0 5px;
}
.breadcrumbs .breadcrumb .bc-item::before {
  content: none;
}
.breadcrumbs .breadcrumb a[href^="javascript:"] {
  display: none;
}
#pd_shopping_cart #pd_amount .qty-value #p_count {
  width: 100px;
}
.pd_price_total #pd_sizes .pd_name_sizes {
  font-size: 1.6em;
  font-weight: bold;
  margin-right: 15px;
}
.pd_price_total #pd_sizes .input-group label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 1.1em;
  line-height: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabela #pd-attrs-table {
  display: flex;
  /* gap: 0 1rem; */
  flex-wrap: wrap;
  border: 1px solid #000;
}
.tabela #pd-attrs-table .pda-attr-item {
  flex-basis: 50%;
  display: flex;
  justify-content: end;
  /* gap: 1rem; */
  align-items: stretch;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000;
}
.tabela #pd-attrs-table .pda-attr-item .attr-label {
  background: #ddd;
  padding: 5px;
  flex-basis: 30%;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.tabela #pd-attrs-table .pda-attr-item .attr-value {
  /* background: red; */
  display: flex;
  align-items: center;
  padding: 5px;
  flex-basis: 70%;
  transition: all 0.4s;
}
.tabela #pd-attrs-table .pda-attr-item:last-child {
  border: none;
}
.tabela #pd-attrs-table .pda-attr-item:nth-child(odd) {
  border-right: 1px solid #000;
}
.tabela #pd-attrs-table .pda-attr-item:hover .attr-label {
  background-color: #222;
  color: #fff;
}
.tabela #pd-attrs-table .pda-attr-item:hover .attr-value {
  background-color: #ddd;
}
@media (max-width: 767px) {
  .tabela #pd-attrs-table .pda-attr-item:nth-child(odd) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .tabela #pd-attrs-table {
    flex-direction: column;
    flex-basis: 100%;
  }
}
.pd_price_total #pd_sizes .input-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.pd_price_total #pd_sizes .input-group label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #0a792d;
}
.pd_price_total #pd_sizes .input-group label:hover input ~ .checkmark {
  background-color: #ccc;
}
.pd_price_total #pd_sizes .input-group label input:checked ~ .checkmark {
  background-color: #0a792d;
}
.pd_price_total #pd_sizes .input-group label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.pd_price_total #pd_sizes .input-group label input:checked ~ .checkmark:after {
  display: block;
}
.pd_price_total #pd_sizes .input-group label .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.pagination-box {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
@media (max-width: 768px) {
  .pagination-box {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.pagination-box .pagination-box-left {
  margin: 20px 15px;
}
@media (max-width: 768px) {
  .pagination-box .pagination-box-left {
    margin: 10px 0;
  }
}
.pagination-box .pagination-box-right {
  margin: 20px 15px;
}
.pagination-box .pagination-box-right nav ul {
  margin: 0;
}
.pagination-box .page-nr {
  cursor: pointer;
  color: #222;
}
.pagination-box .page-nr.active {
  color: #fff;
  background-color: #222;
}
#google-map {
  margin: 2rem 0 0 0;
}
.search-simplebox {
  display: flex;
  justify-content: flex-end;
}
.search-simplebox form .search-input {
  min-width: 230px;
}
.search-simplebox form .search-input.blur-search {
  color: #888;
}
.search-simplebox form .search-submit {
  cursor: pointer;
}
#order-regulamin {
  background-color: #fff;
  padding: 4rem;
}
button.mfp-close, button.mfp-arrow {
  color: #000;
}
.product-price::after, #pd_price::after {
  content: "cena obowiązująca przez ostatnie 30 dni";
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1rem;
}
#pd_price::after {
  text-align: right;
}
