*, *:after, *:before {
  box-sizing: border-box; padding: 0; margin: 0;
}
*:after, *:before {
  font-weight: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a, a:hover { /* display: block; */ text-decoration: none; }
/* Tomek, zweryfkuj poniższe definicje dla lazy images */
div.produkt-cat div.variants-list img.lazy { width: 28px; height: 28px; }
div.produkt-cat.medium_view div.left_photo_box img.lazy { width: 90px; height: 90px; }
div.produkt-cat.big_view div.product-photo img.lazy { width: 208px; height: 208px; }
img { display: block; max-width: 100%; height: auto; }
/** * Clearfix */
.clearfix:after { content: ""; display: table; clear: both; }
.zoomContainer { z-index: 9; }

:root {
  --main-color: red;
  --standard-header-height: 70px;
  --sticky-header-height: 40px;
}

img[alt] {
	color: yellow;
	font-size: 9px;
	color: #aaa;
}

.wrapper {
  max-width: 1270px;
  margin: 0 auto;
}

body {
  position: relative;
  color: #000;
  background-color: #fff;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
     -moz-font-feature-settings: "kern" 1;
       -o-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family:   'Montserrat', 'Helvetica Neue', 'Helvetica ', 'Arial', sans-serif;
  font-weight: 500;
  line-height: 1;
  overflow-x: hidden;
  max-width: 100vw;
}



body .shutter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.98);
  z-index: 999999;
  border-radius: 50%;
  box-shadow: 0 0 40vh rgba(255, 255, 255, 0.99);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

body .shutter .circles {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  margin: -70px 0 0 -70px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #111;
  animation: spin 1.2s linear infinite;
  z-index: 11;
}

body .shutter .shutter-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center;
}
body .shutter .shutter-logo  svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90px;
  opacity: 0.9;
}

body .shutter .circles::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #16d79a;
  border-bottom-color: #16d79a;
  animation: spin-reverse .6s linear infinite;
}

body .shutter .circles::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #111;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

body.ajax_loading_cart_preview_form .shutter,
body[class*="ajax_loading_products_list"] .shutter,
body[class*="ajax_loading_reload"] .shutter {
  opacity: 1;
  visibility: visible;
}



.checker {
  position: relative;
  width: 17px;
  min-width: 17px;
  height: 17px;
  margin-right: 4px;
}

.checker span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.checker span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: '\f00c';
  font-family: 'fontawesome';
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  color: #000;

}

.checker:hover span {
  border-color: #000;
}

.checker span input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.checker:focus span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.checker span.checked {
  border-color: #000;
}

.checker span.checked::before {
  opacity: 1;
  visibility: visible;
}

div.selector {
  position: relative;
  display: block;
  width: 100%;
  height: 35px;
}
div.selector span {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 35px 0 10px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #666;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease 0s;

}
div.selector span::before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: '\f107';
  font-family: 'fontawesome';
  font-size: 15px;
}
div.selector select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
div.selector:hover span {
  color: #000;
}
div.selector.selected span {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
  color: #000;
  font-weight: 600;
}

#uniform-request_birth_date_day,
#uniform-request_birth_date_month,
#uniform-request_birth_date_year {
	width: 33%;
}


input {
  width: 100%;
  height: 32px;
  padding: 0 5px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  box-shadow: none;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px 0 0 2px;
  transition: all 0.2s ease 0s;
  outline: none;
}


/*
#search-panel { display: none; }
*/

.search-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  color: inherit;
}

.search-section .search-slide-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(230, 230, 230, 0.95);
  padding: 2.5vw;
}

.search-section .label {
  display: block;
  margin-top: 4vh;
  color: #333;
  text-align: center;
  font-size: 15px;
}

.search-section .search-slide-box > .top-form {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}

.search-section form {
  position: relative;
  width: 450px;
  max-width: 95%;
}

.search-section form input {
  display: block;
  width: calc(100% - 70px);
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border: none;
  font-size: calc(14px + 0.6vh);
  font-weight: 600;
  outline: none;
}

.search-section .top-form > span {
  display: none;
}

.search-section .top-form > .button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  background: #333;
  cursor: pointer;
}

.search-section .top-form > .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: '\f002';
  font-family: 'fontawesome';
  color: #fff;
  font-size: 19px;
  font-weight: normal;
}



.search-section  .top-form > div {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 50vh;
}

@media screen and (min-width: 1025px) {
  .search-section  .top-form > div {
    max-width: 450px;
    height: 65vh;

  }
  .search-section .top-form > .button:hover {
    background: #000;
    transition: all 0.3s ease-in-out;
  }
}

.search-section .top-form > div > ul.ui-autocomplete {
  position: static !important;
  width: 450px !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 auto;
  padding: 2vh 20px;
  overflow: auto;
  overflow-x: hidden;
}

@media screen and (min-width: 1025px) {
  .search-section .top-form > div > ul.ui-autocomplete {
    background: #fff;
    border-radius: 0 0 3px 3px;
  }
}

.search-section .top-form > div > ul li a {
  display: block;
  padding: 10px;
  color: #555;
  font-size: 12px;
  cursor: pointer;
}

.search-section .top-form > div > ul li a:hover {
  background: #ddd;
  color: #000;
}

.search-section .close-search-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  width: 50px;
  height: 50px;
  transition: all 0.4s ease-in-out;
  background: #ccc;
  cursor: pointer;
}

.search-section .close-search-button span {
  display: none;
}

.search-section .close-search-button::before,
.search-section .close-search-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transition: all 0.2s ease-in-out;
}

.search-section .close-search-button::after {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.search-section .close-search-button:hover {
  background: #111;
}

.search-section .close-search-button:hover::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background: #fff;
}

.search-section .close-search-button:hover::after {
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
  background: #fff;
}



.open-search-panel .search-section {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.open-search-panel .site-wrapper {
  position: fixed;
}

.site-wrapper {
  width: 100vw;
  /* overflow: hidden;  Zakomentowane żeby działa position-sticky w karcie produktu*/
  z-index: 5;
}






header {
  position: relative;
  z-index: 999;
}

header .logo a {
  display: flex;
  align-items: center;
  height: 100%;
}

header .basket-info {
  position: relative;
}

header .basket-info .basket {
  display: flex;
  align-items: center;
  cursor: pointer;
}

header .basket-info .basket::before,
header .basket-info .basket .count {
  transition: all 0.3s ease-in-out;
}

header .basket-info .basket:hover::before,
.fast-basket-show header .basket-info .basket::before {
  color: #000;
}

header .basket-info .basket:hover .count,
.fast-basket-show header .basket-info .basket .count {
  background: #000;
}

.fast-basket-preview {
  position: fixed;
  top: 0;
  right: 10px;
  width: 340px;
  max-width: 90vw;
  padding: 25px 15px 5px 15px;
  background: #fff;
  box-shadow: 0 0 3vw rgba(0, 0, 0, 0.45);
  transform: translateX(0) translateY(50px);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.fast-basket-preview .message-empty {
	display: block;
	padding: 5px 10px 20px 10px;
	font-size: 13px;
	color: #888;
	text-align: center;
	letter-spacing: 0.04em;
}

/* .site-wrapper.fast-basket-show .fast-basket-preview { */
.fast-basket-show .fast-basket-preview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(45px);
}

.fast-basket-preview::before {
  content: '';
  position: absolute;
  top: 0;
  right: 25px;
  transform: translateX(0) translateY(-5px);
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.fast-basket-preview .close-fast-basket {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.fast-basket-preview .close-fast-basket::before,
.fast-basket-preview .close-fast-basket::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #666;
  transform-origin: center center;
}

.fast-basket-preview .close-fast-basket::before {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.fast-basket-preview .close-fast-basket::after {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.fast-basket-preview .close-fast-basket:hover {
  background: #000;
}

.fast-basket-preview .close-fast-basket:hover::before,
.fast-basket-preview .close-fast-basket:hover::after {
  background: #fff;
}

.fast-basket-preview .basket-list {
  max-height: calc(80vh - 150px);
  overflow: auto;
}

.fast-basket-preview .basket-list li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.fast-basket-preview .basket-list li .photo {
  display: block;
  width: 50px;
}
.fast-basket-preview .basket-list li .photo img {
  width: 100%;
}

.fast-basket-preview .basket-list li .basket-product-info {
  width: calc(100% - 70px);
}

.fast-basket-preview .basket-list li .product-name a {
  padding: 0;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.fast-basket-preview .basket-list li .product_attributes {
	padding: 2px 0 2px 0;
}

.fast-basket-preview .basket-list li .product_attributes li {
	justify-content: flex-start;
	padding: 2px 0 2px 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #888;
	border: none;
}

.fast-basket-preview .basket-list li .product_attributes li > strong {
	color: #000;
	font-weight: 700;
	padding-left: 4px;
}

.fast-basket-preview .basket-list li .price-amount {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 5px;
}

.fast-basket-preview .basket-list li .price-amount .amount strong {
	color: #000;
	font-weight: 600;
}

.fast-basket-preview .basket-list li .price-amount .amount {
  font-size: 13px;
  color: #888;
}


.fast-basket-preview .basket-list li .price-amount .price {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

.fast-basket-preview .basket-list li .photo a {
  padding: 3px;
}

.fast-basket-preview .basket-summary-value {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 5px 5px 5px;
}

.fast-basket-preview .basket-summary-value .label {
  color: #888;
  font-size: 14px;
}

.fast-basket-preview .basket-summary-value .summary-price {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
}

.fast-basket-preview .basket-product-info .price-amount label {
  color: #888;
  font-size: 9px;
}

.fast-basket-preview .basket-summary-value .summary-price small {
  color: #888;
  font-size: 12px;
}

.fast-basket-preview .basket-summary-value .summary-price span {
  display: block;
  margin-top: 3px;
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.fast-basket-preview .go-to-basket-button {
  display: block;
  margin: 10px auto;
}

.fast-basket-preview .go-to-basket-link {
  display: block;
  padding: 15px 10px;
  background: #ccc;
  color: #000;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}


@media screen and (min-width: 1025px) {
  .fast-basket-preview {
  	position: absolute;
    right: -30px;
  }

  .fast-basket-show .fast-basket-preview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(32px);
  }

  .fast-basket-preview::before {
    right: 50px;
  }
  .fast-basket-preview .basket-list li .photo {
    width: 70px;
  }
  .fast-basket-preview .basket-list li .basket-product-info {
    width: calc(100% - 90px);
  }
  .fast-basket-preview .go-to-basket-link {
    padding: 17px 10px;
  }
  .fast-basket-preview .go-to-basket-link:hover {
    background: #000;
    color: #fff;
  }
}



/*
body[class*="ajax_loading_add-cart"] .fast-basket-preview,
.fast-basket-show .fast-basket-preview  {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(32px);
}

*/


@media screen and (min-width: 1025px) {
  header .basket-info .basket {
    padding-left: calc(15px + 0.3vw);
  }
  header .basket-info:hover .basket + .fast-basket-preview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(32px);
  }
  body:not(.fast-basket-show) header .basket-info:hover .basket + .fast-basket-preview .close-fast-basket {
  	opacity: 0;
  }
}

header .basket-info .basket::before {
  font-family: 'fontawesome';
  content: '\f07a';
  margin-right: 5px;
  color: #aaa;
}

header .basket-info .basket .count {
  display: block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  background: #bbb;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
}

header .basket-info .basket.noempty a .count {
  background: #16d79a;
  color: #fff;
}
/* header .basket-info .basket.noempty::before {
  color: #000;
}*/

header .basket-info .basket.noempty:hover a .count {
  background: #000;
}

header .basket-info .basket.noempty:hover::before {
  color: #000;
}

header .header-right-side a {
  display: block;
  padding: 0 calc(10px + 0.4vw);
  color: #000;
  font-size: 13px;
  letter-spacing: 0.02em;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

header .header-right-side .right-side-list:hover > li > a {
  color: #888;
}

header .header-right-side .right-side-list:hover > li > a:hover {
  color: #000;
}

header .header-right-side a {
  font-size: 12px;
}

header .header-right-side .sales a {
  color: #d3223f;
  font-weight: 600;
}

/*
.cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content > li > a {
  font-size: calc(11px + 0.1vw);
}
*/

/*
header .header-right-side .noempty a {
  padding: 0 0 0 2px;
}*/

@media screen and (min-width: 1025px) {
  header .header-right-side a:hover {
    color: #000;
  }
}


header .header-right-side a::before {
  font-family: 'fontawesome';
  font-size: 1.1em;
  font-weight: normal;
  margin-right: 5px;
}

header .header-right-side .register-login-button a::before {
  content: '\f2c0';
}


header .header-right-side .register-login-button a.go_to_stats::before {
  content: '\f2b5';
}

header .header-right-side .register-login-button a.logout::before {
  content: '\f08b';
}

header .header-right-side a.contact::before {
  content: '\f278';
}

header .header-right-side .open-close-search-button a::before {
  content: '\f002';
  opacity: 0.8;
}


header .header-right-side .sales a::before {
  content: '\f02b';

  content: '%';
  font-family: Arial;
  font-weight: bold;
  opacity: 0.8;
}

header .header-right-side .sales {
  display: none;
}

@media screen and (min-width: 768px) {
  header .header-right-side .sales {
    display: block;
  }
}




header .header-right-side .user-action-buttons {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  min-width: 220px;
  padding: 10px 40px 10px 20px;
  background: #fff;
  box-shadow: 0 0 3vw rgba(0, 0, 0, 0.45);
  transform: translateY(35px) translateX(-50%);
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 99;
}

header .header-right-side .user-action-buttons::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-5px);
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

header .header-right-side .user-action-buttons .close-action-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

header .header-right-side .user-action-buttons .close-action-buttons::before,
header .header-right-side .user-action-buttons .close-action-buttons::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #666;
  transform-origin: center center;
}

header .header-right-side .user-action-buttons .close-action-buttons::before {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

header .header-right-side .user-action-buttons .close-action-buttons::after {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

header .header-right-side .user-action-buttons .close-action-buttons:hover {
  background: #000;
}

header .header-right-side .user-action-buttons .close-action-buttons:hover::before,
header .header-right-side .user-action-buttons .close-action-buttons:hover::after {
  background: #fff;
}


header .header-right-side .user-action-buttons a {
  padding: 10px 0;
  text-align: left;
}

header .header-right-side .user-action-buttons a{
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

header .header-right-side .user-action-buttons a:nth-of-type(1){
  border-top: 1px solid rgba(0, 0, 0, 0);
}

header .header-right-side .saldo-box {
  font-size: 12px;
  margin-bottom: 16px;
}

header .header-right-side .saldo-box .credit_limit_value,
header .header-right-side .saldo-box .saldo_value,
header .header-right-side .saldo-box .saldo_date {
  padding: 8px 4px;
  border-bottom: 1px solid #ddd;
  color: #777;
}

.user-action-buttons-visible header .header-right-side .user-action-buttons {
  opacity: 1;
  visibility: visible;
  transform: translateY(28px) translateX(-50%);
}

header .header-right-side .register-login-button {
  position: relative;
}


header .header-right-side .register-login-button .user-name::before {
  content: '\f2be';
  font-family: 'fontawesome';
  font-size: 1.1em;
  margin-right: 5px;
  font-weight: normal;
}

header .header-right-side .register-login-button  .user-name::after {
  display: inline-block;
  content: '\f107';
  font-family: 'fontawesome';
  font-size: 1.2em;
  margin-left: 5px;
  transform: translateX(0);
}

@media screen and (max-width: 1024px) {
  header .header-box {
    position: relative;
    height: 100px;
  }
  header .header-left-side {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
  }

  header .trigger-box {
    height: 100%;
  }

  header .trigger-box > a {
    display: block;
    width: calc(50px + 3vw);
    height: 100%;
  }

  header .header-right-side {
    display: block;
    height: 50px;
  }

  header .header-right-side .right-side-list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #ccc;
  }

  header .logo {
    display: flex;
    justify-content: center;
    max-width: 120px;
    margin: 0 auto;
    height: 50px;
  }

  header .logo svg {
    /* height: 36px; */
    width: 95px;
  }

  header .basket-info {
    position: absolute;
    top: 0;
    right: 0;
  }

  header .basket-info > div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    padding-left: calc(15px + 1vw);
    padding-right: calc(15px + 1vw);
  }
}

@media screen and (min-width: 1025px) {
  header .trigger-box {
    display: none;
  }

/*
  header {
    height: 60px;
  }
*/
  .site-wrapper {
    padding-top: 60px;
  }

  body.homepage .site-wrapper {
    padding-top: 81px;
  }

  header .header-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    /* box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08); */
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease-in-out;
    transform: translateY(0);
    z-index: 99999;
  }

  body.fixed-fluid-panel-active header .header-box {
    background: rgba(255, 255, 255, 0.9);
  }

  body.fixed-fluid-panel-active header .header-box:hover {
    background: rgba(255, 255, 255, 1);
  }

/*
  body:not(.fixed-fluid-panel-active).homepage header .header-box {
    background: transparent;
  }
*/

  .show-top-panel header .header-box {
    border-color: transparent;
    transform: translateY(0);
  }

  .hidden-top-panel header .header-box {
    transform: translateY(-120%);
  }

  .cart-content .wrapper {
    min-height: calc(100vh - 60px);
  }

  header .logo svg {
    width: 100px;
    transition: all 0.4s ease-in-out;
  }

  /* STRONA GŁÓWNA PRZED SKCROLLOWANIEM DUZY PASEK HEADERA */
  body.homepage:not(.fixed-fluid-panel-active) header .header-box {
    height: 81px;
    border-bottom: 1px solid transparent;
  }

  body:not(.fixed-fluid-panel-active) header .header-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  body.homepage:not(.fixed-fluid-panel-active) header .header-box {
    height: 81px;
  }

  body.homepage:not(.fixed-fluid-panel-active) header .cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content > li > ul {
    transform: translateY(81px) translateX(-50%);
  }


  body.homepage:not(.fixed-fluid-panel-active) header .logo svg {
    width: 110px;
  }
  /* KONIEC STRONA GŁÓWNA PRZED SKCROLLOWANIEM DUZY PASEK HEADERA */

  header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 100%;
    padding-left: calc(10px + 2vw);
    padding-right: calc(10px + 2vw);
  }

  header .header-left-side {
    display: flex;
    justify-content: flex-start;
    width: calc(50% - 100px);
    height: 100%;
  }

  header .header-right-side {
  display: flex;
  justify-content: flex-end;
  width: calc(50% - 100px);
  height: 100%;
  }

  header .header-right-side .right-side-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
}

.site-banner-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* background: pink; */
}




.site-banner-2 .owl-nav {
  position: absolute;
  top: 5px;
  left: 5px;
  /* height: 0;
  padding: 0; */
}

.site-banner-2 .owl-theme .owl-nav [class*='owl-'] {
  background: rgba(255, 255, 255, 0.2);
  border: #fff;
  padding-left: calc(20px + 1vw);
  padding-right: calc(20px + 1vw);
}

/*
.site-banner-2 .owl-nav .owl-prev  {
  position: absolute;
  bottom: calc(10% + 60px);
  left: 20px;
  transform: translateX(-200%);
  transition: all 0.4s ease-in-out 0.1s;
}

.site-banner-2 .owl-nav .owl-next  {
  position: absolute;
  bottom: calc(10% + 60px);
  right: 20px;
  transform: translateX(200%);
  transition: all 0.4s ease-in-out 0.1s;
}
*/

/*
.site-banner-2 .main-banner-list:hover .owl-nav .owl-prev,
.site-banner-2 .main-banner-list:hover .owl-nav .owl-next {
  transform: translateX(0);
}
*/


.site-banner-2 .main-banner-list {
  width: 100%;
  /* overflow: hidden; */
}

.site-banner-2 .banner-box:not(.item) {
  position: relative;
  overflow: hidden;
  /* display: flex;
  align-self: flex-start; */
}



.site-banner-2 .banner-box .article-info {
  display: block;
  width: 100%;
  padding: 20px 20px 20px 30px;
  /* padding-top: calc(15px + 1.6vh);
  padding-bottom: calc(15px + 1.6vh);
  background: rgba(255, 255, 255, 0.90);*/
  text-align: left;
  z-index: 99;
}

.site-banner-2 .banner-box .article-info h3 {
  display: block;
  margin-bottom: 15px;
  color: #000;
  font-size: calc(15px + 0.3vw);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8;
}


.site-banner-2 .main-banner-list .banner-box .article-info h3 {
  font-size: calc(18px + 0.6vw);
  line-height: 1.6;
}

.site-banner-2 .banner-box .article-info h2 {
  display: block;
  margin-bottom: 16px;
  font-size: calc(14px + 0.4vw);
  color: #fff;
}


.article-info .watch-more-button {
  display: inline-flex;
  align-items: center;
  margin: 10px 0;
  padding: 12px 25px;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
}

.article-info .watch-more-button:hover {
  border-color: #ddd;
  background: #ddd;
  color: #000;
}

.site-banner-2 .main-small-banners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.site-banner-2 .main-small-banners .vertical-banner {
  width: 50%;
  display: none;

}

/*
.site-banner-2 .main-small-banners .vertical-banner .article-box  {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}*/

.site-banner-2 .main-small-banners .small-horizontal-banners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: none;
}


.site-banner-2 .item a.go-to-article-link {
	position: relative;
	display: block;
}

@media screen and (min-width: 480px) {
  .site-banner-2 .main-banner-list {
    width: 100%;
  }
  .site-banner-2 .main-small-banners {
    width: 100%;
    border: 10px solid #fff;
  }


  .banner-box a.go-to-article-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 2;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
  }
  .banner-box a.go-to-article-link:hover::before {
    opacity: 1;
    visibility: visible;
  }



  .site-banner-2 .main-banner-list .banner-box .article-info {
    max-width: 600px;
  }

  .site-banner-2 .banner-box .article-info {
    opacity: 0;
    transition: all 0.4s ease-in-out 0.1s;
  }

  .site-banner-2 .banner-box img {
    transform: scale(1);
    transition: all 0.6s ease-in-out;
  }

  .site-banner-2 .banner-box .article-info {
    position: absolute;
    bottom: 10%;
    bottom: calc(10px + 4%);
    left: 0;
    width: 100%;
    /* max-width: 350px; */
    background: rgba(255, 255, 255, 0);
    transform: translateY(40px) translateX(0);
    /* box-shadow: 0 0 15px rgba( 0, 0, 0, 0.2); */
  }

   .watch-more-button {
    transform: translateY(180px);
  }

   a:hover .watch-more-button {
    transform: translateY(0);
  }


  .site-banner-2 .banner-box:hover .article-info {
    opacity: 1;
    transform: translateY(0) translateX(0);
    background: rgba(255, 255, 255, 0);
  }

  .site-banner-2 .banner-box:hover img {
    transform: scale(1.05);
  }

  .site-banner-2 .banner-box .article-info h3 {
    color: #fff;
    transition: all 0.6s ease-in-out;
  }
}

@media screen and (min-width: 780px) {
	.site-banner-2 .main-small-banners .small-horizontal-banners {
  	display: block;
    width: 50%;
  }
  .site-banner-2 .main-small-banners .vertical-banner {
    width: 50%;
    display: block;
    border-right: 10px solid #fff;
  }
}

@media screen and (min-width: 1025px) {
  .site-banner-2 .main-banner-list {
    width: 50%;
  }
  .site-banner-2 .main-small-banners {
    width: 50%;
    border: none;
  }
  .site-banner-2 .main-small-banners .vertical-banner {
    border: none;
  }

}




.slogan-box {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.6;
}

.slogan-box h1 {
  display: inline-block;
  margin-bottom: 15px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 768px) {
  .slogan-box h1 {
    font-size: calc(21px + 0.3vw);
  }
}

.slogan-box h2 {
  display: block;
  margin: 0 auto;
  max-width: 98%;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .slogan-box h2 {
    max-width: 70%;
    font-size: calc(14px + 0.1vw);
  }
}


@media screen and (min-width: 768px) {
  .proposed-carusel .wrapper {
    width: 85%;
    max-width: 1400px;
  }
  .proposed-carusel .wrapper .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}






.filters_box {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  z-index: 29;
  opacity: 1;
  transition: all 0.4s ease-in-out 0.4s;
}

.ajax_loading_search_form .filters_box {
	opacity: 0;
}

.filters_box .actions-buttons {
  display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-end;
 margin: 5px auto 0 auto;
 padding-top: 10px;
}

.filters_box .actions-buttons .search_attribute_filter_button {
  display: none;
 padding-top: 20px;
}

.filters_box .actions-buttons span {
	display: block;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	background: #eee;
	transition: all 0.3s ease-in-out;
}

.filters_box .actions-buttons span:hover {
	background: #000;
	color: #fff;
}

.filters_box dt label {
	width: 100%;
  color: #222;
  text-align: left;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
}

.filters_box .filters-wrapper {
  opacity: 0;
  visibility: hidden;
  padding: 30px 10px 30px 10px;
  /*background: pink;
   background: #aaa; */
   background: #fff;
  transform: translateX(-50%) translateY(-100%);
}

@media screen and (min-width: 1025px) {
	.filters_box .filters-wrapper {
  	padding: 30px 30px 30px 30px;
	}
}

.filters_box .filters-wrapper .close-filter-button {
  position: absolute;
  top: 25px;
  right: 30px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  color: #666;
  font-weight: 500;
  font-size: 13px;
}

.filters_box .filters-wrapper .close-filter-button::before {
  display: inline-block;
  content: '\f077';
  font-family: 'fontawesome';
  font-size: 12px;
  margin-right: 7px;
}

.filters_box .filters-wrapper .close-filter-button:hover {
  color: #000;
}

.filters_box .filters-wrapper dl {
  padding: 10px;
  background: #fff;
}

.filters_box .filters-wrapper dl dt {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.filters_box .filters-wrapper dl dd {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}





.open-filter .filters_box {
  height: auto;
}

.open-filter .filters_box .filters-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(0);
}



.filters_box .filters-wrapper .radio_list li > .radio {
	position: relative;
	width: 16px;
	height: 42px;
	border: none;
	background: none;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.filters_box .filters-wrapper .radio_list li > .radio span {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
}

.filters_box .filters-wrapper .radio_list li > .radio span::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 50%;
}

.filters_box .filters-wrapper .radio_list li > .radio span > input {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	z-index: 2;
	cursor: pointer;
}

.filters_box .filters-wrapper .radio_list li > .radio:hover span::before {
	border-color: rgba(0, 0, 0, 0.6);
}

.filters_box .filters-wrapper .radio_list li > .radio span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	opacity: 0;
}


.filters_box .filters-wrapper .radio_list li > .radio span.checked::after {
	opacity: 1;
}



.filters_box .filters-wrapper .checkbox_list li  {
	display: flex;
	flex-direction: row;
	align-items: center;
}


.filters_box .filters-wrapper .checkbox_list li ,
.filters_box .filters-wrapper .radio_list li  {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 6px 0;
}


.filters_box .filters-wrapper .radio_list li.element-checked {
	border-bottom: 1px solid #000;
}




.filters_box .filters-wrapper .checkbox_list li label,
.filters_box .filters-wrapper .radio_list li label {
	color: #666;
	font-size: 11px;
	font-weight: 500;
	padding-left: 1px;
	cursor: pointer;
}

.filters_box .filters-wrapper .checkbox_list li.element-checked > label ,
.filters_box .filters-wrapper .radio_list li.element-checked > label {
	color: #000;
	font-weight: 600;
}

.filters_box .filters-wrapper .checkbox_list li:hover > label ,
.filters_box .filters-wrapper .radio_list li:hover > label {
	color: #000;
}





@media screen and (min-width: 1025px) {
  .filters_box .filters-wrapper {
    position: absolute;
    top: 70px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%) translateY(0);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
    transition: all 0.4s ease-in-out;
  }
  .open-filter .filters_box .filters-wrapper {
    transform: translateX(-50%) translateY(0);
  }
}



#search_form_fields {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
	#search_form_fields {
 	 flex-direction: row;
	}
}

#search_form_fields > dl {
  width: 100%;
}

@media screen and (min-width: 1025px) {
	#search_form_fields > dl {
	  width: 20%;
 		padding: 20px;
	}
}

#search_form_fields > dl dt,
#search_form_fields > dl dd {
	display: block;
	width: 100%;
}

.filters_box .filters-wrapper #search_form_fields > dl.row-products_filter_flag_wszystkie  {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0 10px 0 10px;
	/* background: rgba(0, 0, 0, 0.04); */
	/* border-top: 1px solid rgba(0, 0, 0 , 0.15); */
	border-bottom: 1px solid rgba(0, 0, 0 , 0.15);

	/* order: 100; */
}

@media screen and (min-width: 1025px) {
	.filters_box .filters-wrapper #search_form_fields > dl.row-products_filter_flag_wszystkie  {
		flex-direction: row;
	}
}


.filters_box .filters-wrapper #search_form_fields > dl.row-products_filter_flag_wszystkie dt,
.filters_box .filters-wrapper #search_form_fields > dl.row-products_filter_flag_wszystkie dd {
	display: inline-block;
	width: auto;
}

.filters_box .filters-wrapper #search_form_fields > dl.row-products_filter_flag_wszystkie dt {
	display: flex;
	align-items: center;
	padding: 0;
	margin-right: 20px;
}

.filters_box .filters-wrapper #search_form_fields > dl.row-products_filter_flag_wszystkie dd label {
	height: 42px;
	font-size: 13px;
	line-height: 42px;
}

.filters_box .filters-wrapper #search_form_fields > dl.row-products_filter_flag_wszystkie dt label {
	display: flex;
	align-items: center;
	margin: 0 10px 0 0;
	padding: 0;
}

.filters_box .filters-wrapper #search_form_fields > dl.row-products_filter_flag_wszystkie dd ul.radio_list  {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 1025px) {
	.filters_box .filters-wrapper #search_form_fields > dl.row-products_filter_flag_wszystkie dd ul.radio_list  {
		flex-direction: row;
	}
}


.filters_box .filters-wrapper #search_form_fields > dl.row-products_filter_flag_wszystkie dd ul.radio_list li  {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: calc(5px + 0.5vw);
	margin-right: calc(5px + 0.5vw);
	margin-bottom: -1px;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
}



.breadcrumbs-box ul {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.breadcrumbs-box ul li {
  display: inline-block;
  color: #888;
}

.breadcrumbs-box ul li::before {
  content: '/';
  font-family: 'fontawesome';
  opacity: 0.7;
  color: inherit;
  margin-right: 5px;
}

.breadcrumbs-box ul li:nth-of-type(1)::before {
  display: none;
}

.breadcrumbs-box ul li a,
.breadcrumbs-box ul li span {
  display: inline-block;
  padding: 5px 2px 5px 0;
  color: #888;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1025px) {
  .breadcrumbs-box ul li a:hover {
    color: #000;
  }
}

.category-name {
  display: block;
  /* padding: 5px 20px; */
  color: #888;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.category-name {
  color: #000;
  font-size: calc(16px + 0.8vw);
  font-weight: 600;
}

.atributes-list > div {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #666;
  font-weight: 400;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.atributes-list > div .value {
  margin-right: 5px;
}

.atributes-list > div .value {
  padding: 0 3px;
  color: #000;
  font-weight: 600;
}

.left-header-site {
  padding: 5px 20px;
}


@media screen and (max-width: 1024px) {
  .right-header-site {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .sort-form {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .breadcrumbs-box ul {
    padding: 2px 0;
  }
  .category-name {
    padding: 0 0 5px 0;
  }
  .category-name {
    font-size: calc(18px + 0.4vw);
  }
  .header-list-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 3vh auto;
  }



  .left-header-site,
  .right-header-site {
    width: 50%;
    padding: 0;
  }
  .right-header-site {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 5px 0;
  }
}

.right-header-site a {
  display: flex;
  align-items: center;
  height: 35px;
  color: #000;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .right-header-site a {
    margin-bottom: 10px;
    margin-right: calc(10px + 0.3vw);
    font-size: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .right-header-site a {
    margin-right: calc(10px + 0.3vw);
    padding: 0 calc(10px + 0.3vw);
  }
  .right-header-site a:hover {
    color: #888;
  }
}

.right-header-site a.open-filter-button::before {
  content: '\f0b0';
  font-family: 'fontawesome';
  margin-right: 7px;
  font-size: 1.1em;
}

.sort-form .row {
  display: block;
  height: 100%;
}

.sort-form .row label {
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin-right: 3px;
  padding-right: 2px;
  font-size: 13px;
  color: #000;
  vertical-align: middle;
}

.sort-form .row .input {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
}

.sort-form .row .selector {
  position: relative;
  display: inline-block;
  height: 100%;
  line-height: 100%;
  margin-right: 3px;
  padding-right: 2px;
  font-size: 13px;
  color: #000;
}

.sort-form .row .selector span {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 35px 0 10px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #666;
  font-size: 12px;
  transition: all 0.3s ease 0s;
}

.sort-form .row .selector span::before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: '\f107';
  font-family: 'fontawesome';
  font-size: 15px;
  color: inherit;
}

.sort-form .row .selector select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.tile {
  position: relative;
  padding: 5px;
}

.tile .product-photo {
	position: relative;
  color: #888;
  font-size: 10px;
  text-align: center;
}

.tiles-list .tile .photo-variants .product-photo {
	min-height: 250px;
}

/*
.tile .product-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 	z-index: -2;
}

.tile .product-photo::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.4);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  animation: photo-preloader .6s linear infinite;
  z-index: -1;
}

@-webkit-keyframes photo-preloader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
*/

.tile .product-photo img {
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .tile.has-variants .product-photo img {
    transform-origin: center top;
    transform: scale(0.92) translateY(0);
  }

  .tile:not(.advertistment):hover .product-photo img {
    transform: scale(1) translateY(-10px);
  }

  .tile:not(.advertistment).has-variants:hover .product-photo img {
    transform: scale(0.92) translateY(-10px);
  }


}

.tiles-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.tiles-list.error-list-alert {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  padding: 10vh 20px;
  max-width: 500px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .tiles-list {
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.tiles-list .tile.advertistment {
  margin: 20px auto;
  /* padding-top: 0; */
}

@media screen and (max-width: 1024px) {
  .tiles-list .tile.advertistment {
    margin-top: 0;
  }
}

.tiles-list .tile {
  margin-bottom: 30px;
}



.tile a {
  display: block;
  margin-bottom: calc(5px + 0.2vw);
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.03em;
}

.cat {
  position: absolute;
  top: 15px;
  left: 0;
  display: flex;
  align-items: center;
  padding: 7px 10px 7px 12px;
  background: #fff;
  box-shadow: 5px 0 7px rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 8;
  transition: all 0.5s ease-in-out ;
  transform: translateX(0);
}

/*
.has-variants .cat {
  top: 55px;
}*/

.cat::before {
  font-family: 'fontawesome';
  margin-right: 6px;
  font-size: 15px;
  font-weight: normal;
}

.cat.cat2 {
   background: #d3223f;
   color: #fff;
}

.cat.cat2::before { /* Wyprzedaż */
  content: '\%';
  color: #fff;
  font-family: Arial;
  font-weight: bold;

}

/*
.tile:hover .cat.cat2 {
  background: #d3223f;
}
*/

.cat.cat3::before { /* Polecane */
  content: '\f005';
  color: #cc9940;
}

.tile:hover .cat.cat3 {
  background: #111;
  background: #cc9940;
}

.cat.cat4::before { /* Promocja */
  content: '\f295';
  font-size: 12px;
  color: #00aeef;
}

.tile:hover .cat.cat4 {
  background: #00aeef;
}


.cat.cat5 { /* Nowość */
	color: #fff;
  background: #111;
}
.cat.cat5::before { /* Nowość */
  /* content: '\f06c'; */

}

.tile:hover .cat.cat5 {
  background: #fff;
  color: #111;
}


.tile:hover .cat {
  box-shadow: 2px -1px 15px rgba(0, 0, 0, 0.2);
  transform: translateX(6px);
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.tile:hover .cat::before {
  color: #fff;
}









.product-box .cat {
  position: static;
  display: inline-block;
}

.product-info {
  position: relative;
  display: block;
  padding: 10px 10px 0 10px;
  background: #fff;
  transition: all 0.4s ease-in-out;
  z-index: 3;
}


.product-price {
  display: block;
  margin-bottom: 5px;
  color: #888;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  transition: all 0.4s ease-in-out;

}

.product-price .value {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-price .value > div {
  padding: 0 5px;
}

.product-price .value > div.percent-before {
  text-decoration: line-through;
}

@media screen and (min-width: 1025px) {
  .tile .product-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #eaeaea;
    transition: all 0.4s ease-in-out;
  }

  .tile:hover .product-info::before {
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
  }

  .tile.has-variants .product-info::before {
    /* width: 100%;
    background: rgba(0, 0, 0, 0.15); */
  }

  .tile .variants-list {
    /* border-top: 1px solid rgba(0, 0, 0 ,0.15); */
  }

  .tile .product-price {
    transform: translateY(-5px);
  }
  .tile:hover .product-price {
    transform: translateY(0px);
    color: #000;
  }
  .tile .product-photo img {
    transition: all 0.3s ease-in-out;
  }
}




@media screen and (min-width: 600px) {
  .tiles-list .tile {
    float: left;
    width: 50%;
    /* margin-bottom: calc(40px + 0.6vw); */

    padding-left: calc(15px + 0.2vw);
    padding-right: calc(15px + 0.2vw);
    padding-top: calc(15px + 0.2vw);
    padding-bottom: calc(15px + 0.2vw);
    margin-bottom: calc(40px + 0.2vw);
    overflow: hidden;
  }

  .proposed-box .tile {
    padding-left: 15px;
    padding-right: 15px;
  }
}


.tile .photo-variants {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .tiles-list .tile {
    width: 25%;
  }
  .tiles-list .tile.advertistment {
    width: 50%;
    margin: 0;
    margin-bottom: calc(30px + 0.5vh);
  }
  .tiles-list .tile .photo-variants {
    position: relative;
    padding-bottom: 20px;
  }
  .tiles-list .tile .photo-variants > a {
    margin: 0;
  }
}

/*
.tile .color-variants + a .product-photo img {
  transform-origin: center top;
  transform: translateY(0) scale(0.9);
}

.tile:hover .color-variants + a .product-photo img {
  transform-origin: center top;
  transform: translateY(-5px) scale(0.9);
}*/


.basket_view .step1 .basket_navigation li.back_step {
  display: none;
}

.color-variants {
  display: block;

  padding: 5px 0 0 0;
  width: 100%;
  max-width: 90vw;
  background: #fff;
  z-index: 6;
}

@media screen and (min-width: 1025px) {
  .color-variants {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .color-variants {
    display: none;
  }
  .tiles-list .tile {
    width: 50%;
  }
  .tiles-list .tile .photo-variants .product-photo {
    min-height: 0;
  }
}


.offers_show .color-variants {
  display: none;
}


.color-variants .variants-list {
  padding: 0 40px;
}

.color-variants .variants-list .item a {
  font-size: 0;
  padding: 2px;
  margin: 1px 2px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.color-variants .variants-list .item a img {
  max-width: 80px;
}

@media screen and (min-width: 768px) {
  .color-variants .variants-list .item a img {
    max-width: 40px;
  }
}

.color-variants .variants-list .item a:hover {
  border-color: #000;
}


.category-description-section {
  clear: both;
}

.category-desc {
  position: relative;
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 1.9;
  margin: 20px 0 40px 0;
  padding: 20px;
  background: #f1f1f1;
  border-radius: 3px;
}

.category-desc strong {
  font-weight: 600;
  color: #333;
}

.category-desc h2,
.category-desc h3,
.category-desc h4 {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  color: #111;
}

.category-desc h2 {
  font-weight: 600;
  font-size: 18px;
}

.category-desc h3 {
  font-weight: 600;
  font-size: 15px;
}

.category-desc h4 {
  font-weight: 600;
  font-size: 13px;
}

.category-desc ul,
.category-desc ol {
  margin: 6px auto;
  padding-left: 10px;
  list-style-position: inside;
}

.category-desc ul {
  list-style-type: circle;
}

.category-desc ol {
  list-style-type: decimal-leading-zero;
}


.category-desc ul li,
.category-desc ol li {
  padding: 3px 0 8px 0;
  line-height: 1.2;
}


.category-desc a {
  color: #000;
  text-decoration: underline;
}

.category-desc p {
  margin: 3px auto 10px auto;
}

.category-desc::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 13px solid #f1f1f1;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}

@media screen and (min-width: 1025px) {
  .category-desc {
    padding: calc(30px + 1vw);
  }
  .category-desc a:hover {
    text-decoration: none;
    color: #444;

  }
}

body:not(.homepage) .proposed-header {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 15px 20px;
  color: #888;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body:not(.homepage) .proposed-header::before,
body:not(.homepage) .proposed-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  transform: translateX(0) translateY(8px);
  border-top: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 9;
}

body:not(.homepage) .proposed-header::after {
  transform: translateX(0) translateY(7px);
  border-top: 7px solid #fff;
}

footer {
  /* margin-top: 4vh; */
  padding:  6vh 0 4vh 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* body.homepage footer, */
body.contact footer {
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

.footer-boxes > li {
  position: relative;
  display: block;
  padding: calc(10px + 0.5vh);
  font-size: 11px;
  line-height: 1.9;
  color: #666;
  letter-spacing: 0.04em;
}

.footer-boxes > li .footer-header {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.footer-boxes a {
  font-size: 11px;
  color: #888;
  transition: all 0.3s ease-in-out;
  line-height: 1.4;
}

.payment-svg-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
}

.payment-svg-logo svg {
  width: 80px;
  height: 42px;
}



@media screen and (min-width: 1025px) {
  .footer-boxes a:hover {
    color: #000;
  }
}



.payment-svg-logo svg path {
  fill: #bbb;
}

.certyfy-company a img {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.certyfy-company a:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.social-links {
  display: flex;
}

.social-links a {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  margin: 5px 10px 5px 0;
  padding: 5px;
  background: #bbb;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.social-links a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: '';
  font-family: 'fontawesome';
  font-size: 18px;
  color: #fff;
}

.social-links a.facebook::before {
  content: '\f09a';
}

.social-links a.instagram::before {
  content: '\f16d';
  font-size: 22px;
}

.footer-boxes > .links-box ul li {
  line-height: 1.2;
  padding: 4px 0;
}

@media screen and (min-width: 600px) {
  .footer-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-boxes > li {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .footer-boxes > li {
    width: 25%;
  }
  .social-links a.facebook:hover {
    background: #3a5794;
  }
  .social-links a.instagram:hover {
    background: #000;
  }
}



.copyright-section {
  display: block;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #888;
  font-size: 12px;
  line-height: 1.4;
  /* letter-spacing: 0.04em; */
}

.copyright-section em {
  font-style: italic;
}

.copyright-section strong {
  font-weight: 600;
}

.copyright-section .realisation-info {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.copyright-section .realisation-info a.realisation-logo {
  display: inline-block;
  width: 75px;
  height: 22px;
  margin-left: 5px;
  background: transparent url(https://dotx.pl/gfx/dotx-realisation-logo.png) no-repeat 0 -40px;
  transition: all 0.3s ease 0s;
}

.copyright-section .realisation-info a.realisation-logo:hover {
  background-position: 0 0;
}

@media screen and (min-width: 1025px) {
  .copyright-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .copyright-section .realisation-info {
    margin-top: 0;
  }
}

.newsletter-info {
  display: block;
  margin: 8px 0 3px 0;
  font-size: 11px;
  color: #888;
}

.newsletter .input-button {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.newsletter .input-button .row {
  max-width: 250px;
}

.newsletter .input-button .row input {
  border: 1px solid #ddd;
  height: 32px;
  font-size: 12px;
  padding: 0 5px;
  line-height: 32px;
  font-weight: 500;
  color: #888;
}

.newsletter .input-button .row input:focus {
  color: #222;
}

.newsletter .input-button .send-mail-button input[type='submit'] {
  width: 90px;
  height: 32px;
  background: #ddd;
  color: #666;
  font-size: 12px;
  line-height: 32px;
  border: none;
  border-radius: 0;
  text-align: center;
}


.cookiesinfo {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(120%);
  transition: all 0.6s ease-in-out .7s;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}

.cookies-not-accepted .cookiesinfo {
  transform: translateY(0);
  transition: all 0.6s ease-in-out 0.1s;
  opacity: 1;
  visibility: visible;
}

.cookiesinfo > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: calc(20px + 0.5vw);
  background: rgba(255,217,0,1);
  color: #000;
  font-size: calc(13px + 0.2vw);
  line-height: 1.4;
}

.cookiesinfo > div > div {
  position: relative;
  max-width: 1270px;
  padding-right: 80px;
}

.cookiesinfo > div a.more {
  color: #000;
  text-decoration: underline;
}

.cookiesinfo > div a.accept {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.9);
  font-size: 0;
  transition: all 0.2s ease-in-out;
  transform-origin: center center;
  transform: translateY(-50%) translateX(0) rotate(-90deg) scale(0) ;
  opacity: 0;
  transition: all 0.4s ease-in-out 0.4s;

}

.cookies-not-accepted .cookiesinfo > div a.accept {
  opacity: 1;
  transform: translateY(-50%) translateX(0) rotate(0deg) scale(1);
  transition: all 0.4s ease-in-out 0s;
}

.cookiesinfo > div a.accept::before  {
  content: '\f00c';
  font-family: 'fontawesome';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
  font-size: 24px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) scale(.1);
  transition: all 0.4s ease-in-out 0.1s;
  opacity: 0;
}

.cookies-not-accepted .cookiesinfo > div a.accept::before {
  transform: translateX(-50%) translateY(-50%);
  font-size: 21px;
  transition: all 0.4s ease-in-out 0s;
  color: #888;
  opacity: 1;
}

.cookies-not-accepted .cookiesinfo > div a.accept:hover {
  background: rgba(0, 0, 0, 1);
}

.cookies-not-accepted .cookiesinfo > div a.accept:hover::before {
  color: #fff;
  transition: all 0.1s ease-in-out 0s;
}
.slogan-box,
.proposed-carusel,
.small-banners {
  margin-top: calc(50px + 4vw);
  margin-bottom: calc(30px + 1.8vw);
}

.small-banners .wrapper {
  max-width: 100%;
}

.offer-banners-list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
}

.offer-banners-list .item {
  position: relative;
  width: 100%;
  margin-top: 5px;
}

.offer-banners-list .item .article-info {
  position: absolute;
  bottom: 10%;
  bottom: calc(5px + 2%);
  left: 0;
  width: 100%;
  /* max-width: 350px; */
  background: rgba(255, 255, 255, 0);
  transform: translateY(40px) translateX(0);
  /* box-shadow: 0 0 15px rgba( 0, 0, 0, 0.2); */
  z-index: 2;
}

.offer-banners-list .item .watch-more-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.offer-banners-list .item a:hover .watch-more-button {
  border-color: #ddd;
  color: #000;
  background: #ddd;
}


@media screen and (min-width: 480px) {
  .offer-banners-list .item {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .offer-banners-list .item {
    width: 25%;
  }
}





/* Instagram */
.instagram-section {
  padding-top: calc(30px + 1vw);
  padding-bottom: calc(30px + 0.5vw);
  /* background: #cbcbcb;
  background: #101010; */
}

.insta-grid {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.insta-grid > ul {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  width: calc(100% + 5px);
  min-width: 400px;
  height: 100vh;
  max-height: 400px;
  padding-bottom: 5px;
  font-size: 0;
}

.insta-grid > ul > li {
  position: relative;
  width: calc(20% - 5px);
  height: calc(50%  - 10px);
}

.insta-grid > ul > li:nth-of-type(5) {
  width: calc(40% - 5px);
  height: calc(100% - 15px);
}

.insta-grid > ul > li:nth-of-type(1),
.insta-grid > ul > li:nth-of-type(3),
.insta-grid > ul > li:nth-of-type(6) {
  margin-bottom: 5px;
}

.insta-grid > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.insta-grid > ul > li a img {
  display: inline-block;
  width: 100%;
  object-fit: cover;
  transition: all 0.8s ease 0s;
}

@media screen and (max-width: 900px) {
  .insta-grid > ul {
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
    max-height: 100%;
    height: 100%;
  }

  .insta-grid > ul > li,
  .insta-grid > ul > li:nth-of-type(5),
  .insta-grid > ul > li:nth-of-type(1),
  .insta-grid > ul > li:nth-of-type(3),
  .insta-grid > ul > li:nth-of-type(6) {
    width: calc(33.33% - 4px);
    margin-bottom: 5px;
  }

  .insta-grid > ul > li:nth-of-type(7) {
    display: none;
  }

  .insta-grid > ul > li a {
    max-height: 25vw;
  }
}

@media screen and (max-width: 600px) {
  .insta-grid > ul > li,
  .insta-grid > ul > li:nth-of-type(5),
  .insta-grid > ul > li:nth-of-type(1),
  .insta-grid > ul > li:nth-of-type(3),
  .insta-grid > ul > li:nth-of-type(6) {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .insta-grid > ul > li a {
    max-height: 40vw;
  }
}

.insta-grid > ul > li a > ul.insta-info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, 0.8);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
}

.insta-grid > ul > li a > ul.insta-info > li {
  padding: 0 8px;
  color: #fff;
  font-size: 14px;
  font-family: 'Helvetica Neue', arial, sans-serif;
}

.insta-grid > ul > li a > ul.insta-info > li::before {
  margin-right: 4px;
  color: #fff;
  font-size: 1.2em;
  font-family: 'fontawesome';
}

.insta-grid > ul > li a > ul.insta-info > li.likes::before {
  content: '\f004';
}

.insta-grid > ul > li a > ul.insta-info > li.comments::before {
  content: '\f086';
}

.insta-grid > ul > li a:hover > ul {
  opacity: 1;
  visibility: visible;
}


.show-article-section {
  padding: 4vh 10px;
}

.show-article-section .main-header {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-size: calc(16px + 0.8vw);
  font-weight: 600;
}

.show-article-section .article_content {
  padding-left: 10px;
  padding-right: 10px;
  color: #444;
  line-height: 1.6;
  font-size: calc(11px + 0.1vw);
}

.show-article-section .article_content strong {
  display: block;
  color: #111;
  font-size: 1.1em;
  font-weight: 600;
}

.show-article-section .article_content a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  .show-article-section .article_content a {
    transition: all 0.3s ease-in-out;
  }
  .show-article-section .article_content a:hover {
    color: #888;
    text-decoration: none;
  }
}



.solony-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.solony-list .grid-item {
  display: block;
  margin-bottom: 20px;
}

.solony-list .grid-item.medium-item,
.solony-list .grid-item.big-item {
  width: 100%;
}

.solony-list .grid-item .city {
  margin-bottom: 5px;
  padding: 5px 0 0 0;
  border-bottom: 1px solid #ddd;
}

.solony-list .grid-item .city strong {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 5px;
  background: #ddd;
  font-size: 11px;
  color: #444;
  letter-spacing: 0.07em;
}

.solony-list .grid-item .place {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.solony-list .grid-item .mobile {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.solony-list .grid-item .open-hours {
  color: #666;
}

.solony-list .grid-item .open-hours em {
  padding-left: 1px;
  font-size: 75%;
  vertical-align: super;
}

.solony-list .grid-item ul {
  padding-top: 15px;
}

.solony-list .grid-item ul li {
  display: block;
  padding: 5px;
  margin-bottom: 10px;
}


@media screen and (min-width: 600px) {
  .solony-list .grid-item {
    margin-bottom: 40px;
  }
  .solony-list .grid-item.small-item {
    width: calc(50% - 10px);
  }
  .solony-list .grid-item.big-item {
    width: 100%;
  }
  .solony-list .grid-item.medium-item {
    width: calc(50% - 10px);
  }
  .solony-list .grid-item ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .solony-list .grid-item.big-item ul li {
    min-width: 50%;
  }
}


@media screen and (min-width: 1025px) {
  .solony-list .grid-item.small-item {
    width: calc(33.33% - 10px);
  }

  .solony-list .grid-item.big-item ul li {
    width: 25%;
    min-width: 25%;
  }
}

.pagination {
  padding: 20px;
  text-decoration: line-through;
}

.pagination-section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px;
  margin: 2vh 0 5vh 0;
}

.pagination-section ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.pagination-section ul a {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 3vw;
  font-size: calc(19px + 0.4vw);
  color: #666;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
}

.pagination-section ul .inactive a {
  color: #bbb;
  pointer-events: none;
}

.pagination-section ul li.current a {
  color: #000;
  font-weight: 800;
  pointer-events: none;
}

.pagination-section ul li.current-page-info {
  padding: 0 3vw;
  font-size: calc(12px + 0.1vw);
  color: #666;
  letter-spacing: 0.05em;
}

.pagination-section ul li.current-page-info strong {
  font-weight: 600;
  color: #000;
}

.pagination-section ul li.current-page-info em {
}

@media screen and (min-width: 1025px) {
  .pagination-section ul a {
    padding: 0 1.5vw;
  }
}

.pagination-section ul .number a {
  font-size: 14px;
}

.pagination-section ul .logical span {
  font-size: 0;
}

.pagination-section ul .logical a::before {
  font-family: 'fontawesome';
  font-size: calc(22px + 0.4vw);
}

.pagination-section ul .logical.first a::before,
.pagination-section ul .logical.last a::before {
  font-size: 0.7em;
}

.pagination-section ul .logical.first a::before {
  content: '\f100';
}

.pagination-section ul .logical.prev a::before {
  content: '\f104';
}

.pagination-section ul .logical.next a::before {
  content: '\f105';
}

.pagination-section ul .logical.last a::before {
  content: '\f101';
}

.pagination-section ul a:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.1);
}

.buy-section {
  margin-top: 20px;
  margin-bottom: 2vw;
}

.buy-section hr {
  height: 1px;
  background: none;
  border: none;
}

.buy-section .wrapper {
  max-width: 100%;
}

.buy-section .product-box   {
  display: flex;
  align-items: flex-start;
}

.buy-section .product-box .zoomWrapper   {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(100vh - 180px);
  -webkit-overflow-scrolling: touch !important;
  overflow-scrolling: touch !important;
  text-align: center;
}

.buy-section .product-box .zoomWrapper img {
  max-height: calc(100vh - 180px);
}


.buy-section .product-box .has-gallery .zoomWrapper   {
  max-height: calc(100vh - 290px);
}

.buy-section .product-box .has-gallery .zoomWrapper img {

}

.buy-section .product-box .photo_box {
  position: relative;
  z-index: 1;
  width: 66.66%;
  min-height: calc(100vh - 81px);
}

.buy-section .product-box .photo_box #photo_product {
  position: relative;
  z-index: 1;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 81px;
  max-height: calc(100vh - 290px);
}

.buy-section .product-box .photo_box .gallery-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.buy-section .product-box .photo_box .gallery-list > li {
  width: 70px;
  margin-right: 2px;
  padding: 5px;
  border: 2px solid #ddd;
  transition: all 0.4s ease-in-out;
}

.buy-section .product-box .photo_box .gallery-list > li:hover {
  border-color #bbb;
}

.buy-section .product-box .photo_box #photo_product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}



@media screen and (min-width: 768px) {
  .buy-section .product-box .product_box_info {
    float: right;
    width: 33.33%;
    padding: 30px;
    padding-left: 30px;
    padding-right: calc(20px + 2vw);
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    /* box-shadow: -10px 0 15px rgba(0, 0, 0, 0.07);  */
    border-left: 1px dotted #ccc;
    /* border: 1px solid rgba(0, 0, 0, 0.15);
    border-right: none; */

    /* min-height: calc(100vh - 180px); */
  }
}

.buy-section .product-box .category-name {
  font-size: calc(13px + 0.5vw);
}

.buy-section .product-box .price_info {
  margin-bottom: 20px;
  padding: 10px 0;
  color: #000;
  font-size: calc(12px + 0.4vw);
  line-height: 1;
  letter-spacing: -0.01em;
}

.buy-section .multicard .radio_list_row > label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #666;
}

.buy-section .multicard .radio_list_row .input ul.radio_list {
  display: flex;
  flex-flow: row wrap;
}

.buy-section .multicard .radio_list_row .input ul.radio_list:not(.basket-sizes-component) > li {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 5px 5px 0;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 0;
  transition: all 0.4s ease-in-out;
}

.buy-section .multicard .radio_list_row .input ul.radio_list:not(.basket-sizes-component) > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
}

.buy-section .multicard .radio_list_row .input ul.radio_list:not(.basket-sizes-component) > li.not_available {
  overflow: hidden;
}

.buy-section .multicard .radio_list_row .input ul.radio_list:not(.basket-sizes-component) > li.not_available::before {
  opacity: 1;
  visibility: visible;
}

.buy-section .multicard .radio_list_row .input ul.radio_list:not(.basket-sizes-component) > li img {
  width: 80px;
}

.buy-section .multicard .radio_list_row .input ul.radio_list:not(.basket-sizes-component) > li.not_available img {
  opacity: 0.3;
}


.buy-section .multicard .radio_list_row .input ul.radio_list:not(.basket-sizes-component) > li.selected {
  border-color: #16d79a;
}

.buy-section .multicard .radio_list_row .input ul.radio_list > li .radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.buy-section .multicard .radio_list_row ul.radio_list.basket-sizes-component > li {
  position: relative;
  margin: 0 4px 4px 0;
  font-size: 0;
}

.buy-section .multicard .radio_list_row ul.radio_list.basket-sizes-component > li label > div {
  display: block;
  height: 38px;
  min-width: 50px;
  padding: 0 10px;
  background: #e5e5e5;
  border: 2px solid transparent;
  color: #555;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.buy-section .multicard .radio_list_row ul.radio_list.basket-sizes-component > li label > div:hover {
  background: #f5f5f5;
  color: #000;
}

.buy-section .multicard .radio_list_row ul.radio_list.basket-sizes-component > li.selected label > div {
  min-width: 100px;
  background: #fff;
  border-color: #16d79a;
  color: #000;
}

.buy-section .multicard .radio_list_row ul.radio_list.basket-sizes-component > li.not_available {
  color: #aaa;
  background: #f5f5f5;
  pointer-events: none;
}

.buy-section .multicard .radio_list_row ul.radio_list.basket-sizes-component > li.not_available label > div {
  color: #aaa;
  background: #f5f5f5;
}








.corelated-container {
  position: relative;
  display: block;
  width: 100%;
  /* background: #ddd; */
  margin: 2vw 0;
  padding: 20px;
}

.availability_box {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

.availability_box .info_dost {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 0;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 3px;
}

.availability_box .info_dost::before {
  display: block;
  font-family: 'fontawesome';
  font-size: 19px;
  margin-right: 5px;
}

.availability_box .vol1 + .info_dost {
  color: #16d79a;
}
.availability_box .vol1 + .info_dost::before {
  content: '\f14a';
}

.availability_box .vol2 + .info_dost {
  color: #f18f04;
}
.availability_box .vol2 + .info_dost::before {
  content: '\f071';
}

.availability_box .vol3 + .info_dost {
  color: #e8142d;
}
.availability_box .vol3 + .info_dost::before {
  content: '\f2d3';
}

.morecat-ask {
 /*  position: absolute;
  bottom: 20px; */

  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #ddd;
}

.morecat-ask > div {
  margin: 0 3vw 0 0;
  color: #888;
  font-size: 13px;
}

.morecat-ask > div a {
  display: block;
  margin-top: 5px;
  color: #666;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}

.morecat-ask > div a:hover {
  color: #000;
  text-decoration: none;
}


.blog-tiles {
  /* background: #eee; */
  padding: 30px 20px;
  padding-top: calc(30px + 1vw);
  padding-bottom: calc(30px + 0.5vw);
}

.homepage .blog-tiles {
  background: #36393e;
  background: #d5d5d5;
  background: #ddd;
  background: #fff;
}

.homepage .blog-tiles .header-category {
  justify-content: flex-start;
}


.blog-tiles .header-category > a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  margin-left: 20px;
  padding: 10px 15px;
  background: #e5e5e5;
  color: #000;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.blog-tiles .header-category > a:hover {
  background: #000;
  color: #fff;
}

.blog-tiles .articles-list ul {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin-top: 5px;
}

.blog-tiles .articles-list ul > li {
  position: relative;
  width: 100%;
  /* padding: 5px; */
  /* padding: 10px; */
  margin-bottom: calc(20px + 0.5vw);
  padding-bottom: calc(80px + 1vw);
  background: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.6s ease-in-out;
}

.blog-tiles .articles-list ul > li:hover {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}

.blog-tiles h3 a {
  display: block;
  margin: 10px 0 10px 0;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.04em;
  transition: all 0.3s ease-in-out;
}


.blog-tiles h3 a:hover {
  color: #666;
}

.blog-tiles .article_date {
  margin-top: 20px;
  font-size: 11px;
  color: #888;
}

.blog-tiles .article_intro {
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

.blog-tiles .article-info {
  padding: 0 20px;
  padding-left: calc(15px + 0.6vw);
  padding-right: calc(15px + 0.6vw);
}

.blog-tiles .articles-list ul > li .watch-more-buton {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.blog-tiles .articles-list ul > li .watch-more-buton {
  padding: 12px 25px;
  background: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

.blog-tiles .articles-list ul > li .watch-more-buton:hover {
  background: #ddd;
  color: #000;
}

.blog-tiles li .article-photo img {
  transition: all 0.3s ease-in-out;
  filter: grayscale(50%);
}

.blog-tiles li:hover .article-photo img {
  filter: grayscale(0);
}

/*
.product-list-section .filters_box {
  width: 200px;
}

.product-list-section .category-listed {
  width: calc(100% - 200px);
}*/

.product-list-section .category-listed .tile img {
  display: inline-block;
}



/*
.blog-tiles .admin_box {
  display: none !important;
}
*/
@media screen and (min-width: 768px) {
  .blog-tiles .articles-list ul > li {
    width: calc(33.33% - 30px);
    padding-bottom: calc(100px + 1.2vw);
    padding-bottom: 60px;
  }

  .redips_cms_show_articles .blog-tiles .articles-list ul > li {
    width: calc(25% - 20px);
    margin: 20px 10px;
  }
}


.fix-price-active .product-price .before {
  font-weight: 400;
}

.fix-price-active .product-price .now {
  color: #c73240;
  font-weight: 600;
}




/* KARTA PRODUKTU NOWE STYLE */

.cart-content br {
  //display: none;
}

.cart-content strong {
  font-weight: bold;
}

.cart-content + section {
  margin-top: 4vh;
  padding-top: 4vh;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.cart-content .wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 100vw;
}

.cart-content .wrapper section {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}


/* 1025px 1025px 1025px 1025px 1025px 1025px 1025px 1025px 1025px */
@media screen and (min-width: 1025px) {
  .cart-content .wrapper section {
    /* padding-top: calc(20px + 2vh);
    padding-bottom: calc(20px + 2vh); */
  }
}



.cart-content .cat {
  position: static;
  display: inline-block;
  margin-bottom: 6px;
  margin-top: 6px;
}

.cart-content section.photo-gallery-section {
  display: flex;
  /* align-self: center; */
  min-height: calc(100vh - 60px);
  padding-left: calc(10px + 1vw);
  padding-right: calc(10px + 1vw);
}

.cart-content section.spec-desc-box {
  z-index: 3;

}

.cart-content section.photo-gallery-section .media-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 1025px) {
	.cart-content section.photo-gallery-section .media-box {
		flex-direction: row-reverse;
	}
}

@media screen and (min-width: 1400px) {
	.cart-content section.photo-gallery-section .media-box {
		flex-direction: column;
	}
}

.cart-content section.photo-gallery-section .main-photo {
	display: block;
  width: 100%;
  text-align: center;
}

.cart-content section.photo-gallery-section .main-photo img {
  position: relative;
  max-width: 100%;
  text-align: center;
}


@media screen and (min-width: 768px) {
  .cart-content section.photo-gallery-section .main-photo img {
    max-height: calc(100vh - 140px);
  }

  .cart-content section.photo-gallery-section .has-gallery .main-photo img {
    max-height: calc(100vh - 140px);
  }
}

@media screen and (min-width: 1400px) {
  .cart-content section.photo-gallery-section .main-photo img {
    max-height: calc(100vh - 150px);
  }

  .cart-content section.photo-gallery-section .has-gallery .main-photo img {
    max-height: calc(100vh - 250px);
  }
}

.cart-content .cart-product-name {
  position: static;
  display: block;
  padding: 5px 0;
  color: #000;
  color: rgba(0, 0, 0, 0.9);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 600;
}

.cart-content .photo-gallery-section .product-gallery {
	display: flex;
	flex-wrap: wrap;
	/*background: red;*/
}



.cart-content .photo-gallery-section .product-gallery > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 0 0 20px 0;
  margin-top: calc(10px + 0.5vw);
}

@media screen and (min-width: 1025px) {
	.cart-content .photo-gallery-section .product-gallery > ul {
		flex-direction: column;
	}
}

@media screen and (min-width: 1400px) {
	.cart-content .photo-gallery-section .product-gallery > ul {
		flex-direction: row;
	}
}


.cart-content .photo-gallery-section .product-gallery > ul li {
  display: flex;
  align-items: center;
}

.cart-content .photo-gallery-section .product-gallery > ul li.movie a {
  position: relative;
}

.cart-content .photo-gallery-section .product-gallery > ul li.movie a::before {
  content: '\f16a';
  font-family: 'fontawesome';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 28px;
  color: #ff0000;
  z-index: 1;
}

.cart-content .photo-gallery-section .product-gallery > ul li a {
  display: block;
  width: 60px;
  margin: 3px;
  padding: 3px;
  border: 1px solid transparent;
}

.cart-content .photo-gallery-section .product-gallery > ul li a:hover,
.cart-content .photo-gallery-section .product-gallery > ul li a.active {
  border-color: #000;
}

.cart-content .name-basket-section .product-name-cart {
  display: block;
  padding: 5px 0;
  color: #666;
  font-size: calc(16px + 0.5vh);
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.cart-content .name-basket-section .product-price-box  {
  display: block;
  margin: 5px 0 10px 0;
  padding: 5px 0;
}

.cart-content .name-basket-section .product-price-box .label {
  display: block;
  margin: 7px 0 3px 0;
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
}

.cart-content .name-basket-section .product-price-box .now {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* 1025px 1025px 1025px 1025px 1025px 1025px 1025px 1025px 1025px */
@media screen and (min-width: 1025px) {
  .cart-content .name-basket-section .product-price-box .now {
    font-size: calc(21px + 0.8vw);
    font-weight: 600;
  }
}

.cart-content .name-basket-section .product-price-box .percent-before {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.cart-content .name-basket-section .product-price-box .percent-before .before {
  text-decoration: line-through;
  color: #666;
  font-size: 15px;
}

.cart-content .name-basket-section .product-price-box .percent-before .percent {
  display: flex;
  padding: 4px 8px;
  background: #f5414e;
  margin-right: 7px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  letter-spacing: 0.06em;
}
.cart-content .name-basket-section .product-price-box .percent-before .percent span {
  font-weight: 600;
}

.cart-content .name-basket-section .multicard-form {
  overflow: visible !important;
}

.cart-content .name-basket-section .cart-form-content .row {
  position: relative;
  margin-bottom: calc(10px + 0.3vw);
}

.cart-content .name-basket-section .cart-form-content .error_list  {
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 9;
}

.cart-content .name-basket-section .cart-form-content .row > label {
  display: block;
  margin: 7px 0;
  font-size: 11px;
  color: #222;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list  {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list li {
  position: relative;
  font-size: 0;
}

.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list li label {
  position: relative;
}

.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list:not(.basket-sizes-component) li.not_available label::before {
 content:'';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.15);
 z-index: 2;
}

.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list li.not_available label img {
 opacity: 0.35;
}


.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list li .radio {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 0;
  height: 0;
  background: red;
  opacity: 0;
  visibility: hidden;
}


.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list:not(.basket-sizes-component) li label  {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  padding: 4px;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  background: transparent;
  text-align: center;
  cursor: pointer;
}

.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list:not(.basket-sizes-component) li label img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list:not(.basket-sizes-component) li label img::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-110%);
  content: '12';
  background: #ddd;
  color: #444;
  font-size: 12px;
}


.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list:not(.basket-sizes-component) li.selected label,
.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list:not(.basket-sizes-component) li label:hover {
  border-color: #000;
  color: #fff;
}

.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list.basket-sizes-component li label  {
  display: block;
  min-width: 50px;
  padding: 10px;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  background: transparent;
  text-align: center;
  color: #444;
  font-size: 13px;
  cursor: pointer;
}

.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list.basket-sizes-component li label:hover {
  border-color: #000;
  color: #000;
}


.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list.basket-sizes-component li.selected label {
  background: #000;
  border-color: #000;
  color: #fff;
}


.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list li.unknown {
  pointer-events: none;
}

.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list li.unknown label:hover,
.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list li.unknown label,
.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list li.selected.not_available label,
.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list li.not_available label {
  color: #aaa;
  background: #f5f5f5;
  background: rgba(255, 255, 255, 0.7);
  cursor: default;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0.15);
}

.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list li.unknown label::before {
	content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cart-content .name-basket-section .cart-form-content .radio_list_row ul.radio_list.basket-sizes-component li.unknown label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cart-content section.spec-desc-box .spec-desc-list p {
  margin-bottom: 15px;
}

.cart-content section.spec-desc-box .spec-desc-list ul {
  margin-bottom: 15px;
  padding-left: 25px;
}

.cart-content section.spec-desc-box .spec-desc-list ul li {
  list-style-type: disc;
  padding: 5px 0;
}

@media screen and (min-width: 768px){
	.cart-content section.spec-desc-box .spec-desc-list {
  	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	margin-top: 30px;
  }
  .cart-content section.spec-desc-box .spec-desc-list > div {
  	width: calc(50% - 2vw);
  }
}


/* 1025px 1025px 1025px 1025px 1025px 1025px 1025px 1025px 1025px */
@media screen and (min-width: 1025px) {

  .cart-content section.name-basket-section {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 60px;
    padding-left: calc(10px + 2vw);
    padding-right: calc(10px + 2vw);
  }

  .cart-content .name-basket-section .product-name-cart  {
    font-size: 0;
  }

  .cart-content .cart-product-name {
    font-size: calc(15px + 0.5vw);
  }


  .cart-content section.spec-desc-box {
    padding-left: calc(10px + 2vw);
    padding-right: calc(10px + 2vw);
    width: 75%;
    order: 3;
    margin-bottom: 3vh;
    padding-bottom: 3vh;
  }
  .cart-content section.photo-gallery-section {
    width: 75%;
    order: 1;
  }

  .cart-content section.name-basket-section {
    width: 25%;
    order: 2;
  }

  .cart-content section.photo-gallery-section .main-photo {
    position: relative;
    text-align: center;
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }

  .cart-content section.photo-gallery-section .main-photo .zoomWrapper {
    position: relative;
    display: inline-block;
    /* display: flex;
    align-items: flex-start;
    justify-content: center; */
    -webkit-overflow-scrolling: touch !important;
    overflow-scrolling: touch !important;
  }


  .cart-content section.spec-desc-box .spec-desc-list > div {
  	/* width: 50%; */
  	min-width: 300px;
  	/* padding: 10px 20px;  */
    margin-bottom: 20px;
  }
}




/* 1400px 1400px 1400px 1400px 1400px 1400px 1400px 1400px 1400px */
@media screen and (min-width: 1400px) {



	.cart-content section.spec-desc-box .spec-desc-list {
  	display: block;
  	margin-top: 10px;
  }
  .cart-content section.spec-desc-box .spec-desc-list > div {
  	padding: 0;
  }

  .cart-content section {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 60px;
  }
  .cart-content section.name-basket-section {
    width: 25%;
    order: 3;
  }
  .cart-content section.photo-gallery-section {
    order: 2;
    width: 50%;
    padding-left: calc(10px + 1vw);
  }

  .cart-content section.spec-desc-box {
    order: 1;
    width: 25%;
    border-bottom: 1px solid transparent;

  }

  .cart-content .bread-cat-title {
    position: static;
  }

  .cart-content .cart-product-name {
    position: static;
  }

  .cart-content .cart-product-name {
    /* width: 30vw; */
    font-size: calc(14px + 0.6vw);
  }

  .cart-content section.spec-desc-box .spec-desc-list > div {
    width: 100%;
  }

}

.cart-content .info-header {
	position: relative;
  display: flex;
  align-items: center;
  margin: 7px 0;
  font-size: 14px;
  color: #222;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: calc(5px + .5vh);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;

}

.cart-content section.spec-desc-box .specification,
.cart-content section.spec-desc-box .description {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  font-size: 11px;
  color: #666;
}

.cart-content section.spec-desc-box .specification .info-header {
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

.cart-content section.spec-desc-box .specification .info-header:hover {
	color: #666;
}

.cart-content section.spec-desc-box .specification .info-header::after {
	position: absolute;
	top: 2px;
	right: 10px;
	transform: rotate(0);
	display: inline-block;
	content: '\f078';
	font-family: 'fontawesome';
	font-size: 13px;
	margin-left: 7px;
}

body.show-specyfication .cart-content section.spec-desc-box .specification .info-header::after {
	transform: rotate(180deg);
}

.cart-content section.spec-desc-box .specification .spec-content {
	max-height: 0;
	overflow: hidden;
}

body.show-specyfication .cart-content section.spec-desc-box .specification .spec-content {
	max-height: 100%;
	overflow: hidden;
}

body.show-specyfication .cart-content section.spec-desc-box .specification .spec-content .spec-data-list {
  display: flex;
  flex-wrap: wrap;
}

.cart-content section.spec-desc-box .specification table,
.cart-content section.spec-desc-box .description table {
  color: red;
  width: 100%;
}


.cart-content section.spec-desc-box .description {
  font-size: 12px;
}

.cart-content section.spec-desc-box .description p {
  line-height: 1.9;
}

.cart-content section.spec-desc-box .description .atribute-title {
  display: block;
  margin-top: calc(5px + 1.5vh);
  padding-bottom: 5px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.cart-content section.spec-desc-box dl dt,
.cart-content section.spec-desc-box dl dd {
  display: inline-block;
  width: 40%;
  /* margin-top: 8px; */
  margin-bottom: 8px;
  padding-top: 8px;
  padding-left: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.cart-content section.spec-desc-box dl dt:first-of-type,
.cart-content section.spec-desc-box dl dd:first-of-type {
	border: none;
}

.cart-content section.spec-desc-box dl dt {
  width: 50%;
}
.cart-content section.spec-desc-box dl dd {
  width: 50%;
  color: #444;
  font-weight: 600;
  letter-spacing: 0.06em;
}


.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 5px 0;
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) label {
  display: none;
}

.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/*.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input*/ .ui-spinner {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: auto !important;
}

/*.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input */ .ui-spinner > input {
  order: 2;
}

/* .cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input */ .ui-spinner > input {
  height: 40px;
  width: 53px;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  outline: none;
  border: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.4s ease-in-out;
}

/*.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input*/ .ui-spinner > input:focus,
/*.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input*/ .ui-spinner > input:hover {
  color: #000;
}

/*.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input*/ .ui-spinner .ui-spinner-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

/*.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input*/ .ui-spinner .ui-spinner-button span {
  display: none;
}

/* .cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input*/ .ui-spinner .ui-spinner-button::before {
  font-family: 'fontawesome';
  content: '';
  font-size: 10px;
  color: #666;
  font-weight: normal;
}

/* .cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input*/ .ui-spinner .ui-spinner-button.ui-spinner-up::before {
  content: '\f067';
}

/*.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input*/ .ui-spinner .ui-spinner-button.ui-spinner-down::before {
  content: '\f068';
}

/*.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input*/ .ui-spinner .ui-spinner-button:hover {
  background: #fff;
  border: 1px solid #000;
}


/*.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input*/ .ui-spinner .ui-spinner-button:hover::before {
  color: #000;
}


/*.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input*/ .ui-spinner .ui-spinner-down {
  order: 1;
}

/*.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input*/ .ui-spinner .ui-spinner-down {
  order: 1;
}

/*.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input*/ .ui-spinner .ui-spinner-up {
  order: 3;
}

.cart-content .name-basket-section .cart-form-content .row:not(.radio_list_row) .input .help {
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.cart-content .name-basket-section .cart-form-content .button {
  display: inline-block;
  margin: 20px 0;
  margin-top: calc(20px + 1vw);
}

.cart-content .name-basket-section .cart-form-content .button span {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding-left: calc(30px + 0.5vw);
  padding-right: calc(30px + 0.5vw);
  background: #000;
  border: 2px solid transparent;
  color: #eee;
  line-height: 1.4;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}


.cart-content .name-basket-section .cart-form-content .button span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translateY(-100px) translateX(-50%);
  content: '\f00c';
  font-family: 'fontawesome';
  font-size: 21px;
  font-weight: normal;
  z-index: 2;
  transition: all 0.6s ease-in-out;
}


.cart-content .name-basket-section .cart-form-content .button span:hover {
  border-color: #000;
  background: #fff;
  color: #000;
}


body.add-button-active .cart-content .name-basket-section .cart-form-content .button span,
body.add-button-active .cart-content .name-basket-section .cart-form-content .button span:hover {
  border-color: #16d79a;
  background: #16d79a;
  color: #16d79a;
}

body.add-button-active .cart-content .name-basket-section .cart-form-content .button span::before {
  transform: translateY(-50%) translateX(-50%);
}




.cart-content .all-ask-box {
 /*  position: absolute;
  bottom: 20px; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px 0;
}

.cart-content .all-ask-box > div {
  display: block;
  padding-right: calc(20px + 0.5vw);
  padding-bottom: calc(20px + 0.5vw);
  color: #666;
  font-size: 12px;
}


.cart-content .all-ask-box > div.watch-all-in-category a {
	font-size: 14px;
	font-weight: 600;
}

.cart-content .all-ask-box > div a {
  display: flex;
  align-items: center;
  margin-top: 7px;
  font-size: 12px;
  color: #666;
  transition: all 0.4s ease-in-out;
}

.cart-content .all-ask-box > div a::before {
  font-family: 'fontawesome';
  margin-right: 5px;
  font-weight: normal;
  font-size: 16px;
}

.cart-content .all-ask-box > div.watch-all-in-category a::before {
  content: '\f148';
}

.cart-content .all-ask-box > div.ask-about-product a::before {
  content: '\f27b';
}

.cart-content .all-ask-box > div a:hover {
  color: #000;
  text-decoration: none;
}


.show-article-section {
  margin: 2vh auto;
}

.show-article-section .article_show {
  position: relative;
  padding: 30px 30px 5vh 30px;
  color: #444;
  font-size: 13px;
  line-height: 1.5;
}

.show-article-section .article_show strong {
  color: #222;
  font-weight: 600;
}

.show-article-section .article_show .article_content {
  margin-top: 20px;
}

.show-article-section .article_show ul,
.show-article-section .article_show ol {
  padding: 5px 20px 5px 0;
}

.show-article-section .article_show p {
  margin: 10px 0;
}

.show-article-section .article_show ul li,
.show-article-section .article_show ol li {
  margin: 0 5px 10px 20px;
}

.show-article-section .article_show ul {
  list-style-type: disc;
}

.show-article-section .article_show ol li {
  list-style-type: lower-latin;
}

.show-article-section .article_show a {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.show-article-section .article_show a img {
  margin-top: calc(15px + 0.8vw);
  margin-bottom: calc(15px + 0.8vw);
  margin-left: auto;
  margin-right: auto;
}
.show-article-section .article_show a:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .show-article-section .article_show {
    padding: 30px 0;
  }
}

.show-article-section .article_show .sizes-tabs ul {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.show-article-section .article_show .sizes-tabs ul li {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  margin: 0;
  padding: 5px;
}

.show-article-section .article_show .sizes-tabs ul li a {
  display: block;
  padding: 2px 4px;
  border: 2px solid transparent;
  transition: all 0.3s ease 0s;
}

.show-article-section .article_show .sizes-tabs ul li.ui-state-active a,
.show-article-section .article_show .sizes-tabs ul li a:hover {
  border-color: #111;
}

.sizes-tabs ul li a .logo > img {
  height: 45px;
}

.sizes-tabs ul li a .producent-name {
  display: none;
}

.sizes-tabs .size-image-box a {
  display: block;
  text-align: center;
  padding: 20px 0;
}
.sizes-tabs .size-image-box a img {
  display: inline-block;
}

.sizes-tabs h2 {
  margin: 20px 0 10px 0;
  padding: 15px 0 10px 0;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 1.2;
}




.corelated-box .info_header {
  display: block;
  margin: 7px 0;
  font-size: 11px;
  color: #222;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.corelated-box .corelated-products {
  padding: 0 0 10px 10px;
  background: #fff;
}



.corelated-box .corelated-products .tile {
  padding-top: 20px;
}

.corelated-box .corelated-products .tile a  {
  font-size: 11px;
}

.corelated-box .corelated-products .tile .price {
  font-size: 12px;
}

.proposed-box .header-category,
.homepage .header-category {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}



.proposed-box .header-category span,
.homepage .header-category span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #111;
  font-size: calc(18px + 0.3vw);
  line-height: 1.3;
  font-weight: 600;
  text-transform:  uppercase;
}

.proposed-box .header-category span::before,
.homepage .header-category span::before {
  font-family: 'fontawesome';
  display: inline-block;
  margin-right: 6px;
  font-size: 23px;
  color: #888;
  vertical-align: middle;
  line-height: 1;
}

.homepage .insta-grid .header-category span::before {
  content: '\f16d';
}

.homepage .blog-tiles .header-category span::before {
  content: '\f10e';
}

.proposed-box .header-category span::before {
  content: '\f005';
}




/* przycisk do edycji na backendzie */
.admin_box {
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}
.admin_box > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ef5949;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.admin_box > a::before {
  content: '\f08e';
  font-family: 'fontawesome';
  font-size: 14px;
}

.admin_box > a:hover {
  background: #ed3a27;
  color: #fff;
}
/* przycisk do edycji na backendzie */





/* RODO stylowanie checkbox akceptacje */
/*
        **         **
      ******     ******
    **********  ********
      ****************
          **********
          **********
            ******
            ******
            ******
            ******
            ******
            *    *
            *  * *
            *  * *
             * *
*/

/* Zapytaj o produkt */
.ui-dialog .ui-dialog-content [class*="row-communication_statutesForm"]  {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
}
.ui-dialog .ui-dialog-content [class*="row-communication_statutesForm"] abbr {
  color: red;
  font-weight: bold;
}
.ui-dialog .ui-dialog-content [class*="row-communication_statutesForm"] br {
  display: none;
}
[class*="row-communication_statutesForm"] fieldset {
  border: none;
  width: 100%;
}
[class*="row-communication_statutesForm"] fieldset > .row {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  border-top: 1px solid #ddd;
  padding: 10px;
}
[class*="row-communication_statutesForm"] fieldset > .row > label {
  padding-left: 15px;
  /* padding-top: 12px; */
  font-size: 10px;
  color: #666;
  text-align: left;
  white-space: normal;
}



/* Zaloguj zarejestruj */
#not-secure-box .user_register_box .user_forms .user-div-data + .row {
  width: 100%;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row  {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row abbr {
  color: red;
  font-weight: bold;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row br {
  display: none;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row fieldset {
  border: none;
  width: 100%;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row fieldset > .row {
  position: relative;
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row fieldset > .row > .input {
  position: absolute;
  top: 20px;
  left: 10px;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row fieldset > .row:nth-of-type(4) > .input {
  width: auto;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row fieldset > .row > label {
  display: block;
  padding-left: 35px;
  padding-top: 10px;
  font-size: 10px;
  color: #666;
  text-align: left;
}

/* Akceptacje przy karcie lojalnościowej */
.loyality_card_request #formloyality .forms-box {
  max-width: 100%;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) {
  max-width: 100%;
  padding-top: 20px;
  font-size: 10px;
  text-align: left;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) abbr {
  color: red;
  font-weight: bold;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) br {
  display: none;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) fieldset {
  border: none;
  width: 100%;
  margin-top: 5px;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) fieldset > .row {
  position: relative;
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) fieldset > .row > .input {
  position: absolute;
  top: 20px;
  left: 10px;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) fieldset > .row:nth-of-type(4) > .input {
  width: auto;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) fieldset > .row > label {
  display: block;
  padding-left: 35px;
  padding-top: 10px;
  font-size: 10px;
  color: #666;
  text-align: left;
}
/* KONIEC RODO stylowanie checkbox akceptacje RODO */




/* TRUSTED SHOP DESKTOP */
#tsbadge4_db8d3657bdbe440c985ae127463eaad4 {
	bottom: 100px !important;
}


.delivery-info-box {
  position: relative;
  margin: 10px auto;
}

.delivery-info-box h3 > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease-in-out;

}

.delivery-info-box h3 > a::before {
  content: '\f0d1';
  font-family: 'fontawesome';
  margin-right: 7px;
  font-size: 18px;
  font-weight: normal;

}

.delivery-info-box h3 > a:hover {
  color: #666;
  text-decoration: underline;
}



.redips_cms_show_article .article_show .brands-list-article {
	list-style-type: none;
}

.redips_cms_show_article .article_show .brands-list-article > li {
	display: block;
	margin-bottom: 50px;
}

.redips_cms_show_article .article_show .brands-list-article .brand-logo {
	dislplay: block;
	margin: 20px 0 5px 0;
}
.redips_cms_show_article .article_show .brands-list-article .brand-dec {
	display: block;
	font-size: 12px;
	margin: 0 0 3px 0;
}





.seo-list .item {
	padding: 30px;
	/* border: 1px solid rgba(0, 0, 0, 0.15); */
	font-size: 12px;
	color: #666;
	line-height: 1.6;
}

.seo-list h2 {
	display: block;
	margin: 5px 0 10px 0;
	font-size: 17px;
	font-weight: 600;
	color: #000;
	line-height: 1.3;
}

.seo-list p {
	display: block;
	margin: 5px 0 10px 0;
}

.seo-list strong {
	font-weight: 600;
	color: #333;
}

.seo-list a {
	font-weight: 600;
	color: #000;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
}

.seo-list ul {
	padding-left: 10px;
}

.seo-list ul li {
	padding-left: 10px;
}

.seo-list ul li::before {
	content: '\f0da';
	font-family: 'fontawesome';
	margin-right: 7px;
}

.seo-list a:before {
	content: '\f178';
	font-family: 'fontawesome';
	padding-left: 7px;
	padding-right: 3px;
}

.seo-list a:hover {
	color: #16d79a;
}












/* RODO stylowanie checkbox akceptacje */
/*
				**         **
			******	   ******
		**********	********
		  ****************
		      **********
		      **********
		        ******
		        ******
		        ******
		        ******
		        ******
		        *    *
		        *  * *
		        *  * *
		         * *
*/
/* Zapytaj o produkt */
.ui-dialog .ui-dialog-content dl.row-communication_statutesForm_statute_7  {
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
}
.ui-dialog .ui-dialog-content dl.row-communication_statutesForm_statute_7 abbr {
	color: red;
	font-weight: bold;
}
.ui-dialog .ui-dialog-content dl.row-communication_statutesForm_statute_7 br {
	display: none;
}
.row-communication_statutesForm_statute_7 fieldset {
	border: none;
	width: 100%;
}
.row-communication_statutesForm_statute_7 fieldset > .row {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: flex-start;
	justify-content: flex-end;
	border-top: 1px solid #ddd;
	padding: 10px;
}
.row-communication_statutesForm_statute_7 fieldset > .row > label {
	padding-left: 15px;
	padding-top: 12px;
	font-size: 10px;
	color: #666;
	text-align: left;
}
/* Zaloguj zarejestruj */
#not-secure-box .user_register_box .user_forms .user-div-data + .row {
	width: 100%;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row  {
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row abbr {
	color: red;
	font-weight: bold;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row br {
	display: none;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row fieldset {
	border: none;
	width: 100%;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row fieldset > .row {
	position: relative;
	display: block;
	border-top: 1px solid #ddd;
	padding: 10px;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row fieldset > .row > .input {
	position: absolute;
	top: 20px;
	left: 10px;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row fieldset > .row:nth-of-type(4) > .input {
	width: auto;
}
#not-secure-box .user_register_box .user_forms .user-div-data + .row fieldset > .row > label {
	display: block;
	padding-left: 35px;
	padding-top: 10px;
	font-size: 10px;
	color: #666;
	text-align: left;
}
/* Akceptacje przy karcie lojalnościowej */
.loyality_card_request #formloyality .forms-box {
	max-width: 100%;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) {
	max-width: 100%;
	padding-top: 20px;
	font-size: 10px;
	text-align: left;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) abbr {
	color: red;
	font-weight: bold;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) br {
	display: none;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) fieldset {
	border: none;
	width: 100%;
	margin-top: 5px;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) fieldset > .row {
	position: relative;
	display: block;
	border-top: 1px solid #ddd;
	padding: 10px;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) fieldset > .row > .input {
	position: absolute;
	top: 20px;
	left: 10px;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) fieldset > .row:nth-of-type(4) > .input {
	width: auto;
}
.loyality_card_request #formloyality .forms-box form > .row:nth-of-type(6) fieldset > .row > label {
	display: block;
	padding-left: 35px;
	padding-top: 10px;
	font-size: 10px;
	color: #666;
	text-align: left;
}
/* KONIEC RODO stylowanie checkbox akceptacje RODO */




@media screen and (min-width: 1025px) {

  header .wrapper {
    padding-left: 100px;
  }

  header .open-close-search-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 81px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .homepage header .open-close-search-button {
    height: 81px;
  }

  header .open-close-search-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #16d79a;
    color: #fff;
    width: 38px;
    height: 38px;
    font-size: 0;
    transition: all 0.4s ease-in-out;
    border-radius: 50px;
  }

  header .open-close-search-button a::before {
    /* position: absolute; */
    content: '\f002';
    opacity: 0.8;
    font-family: 'fontawesome';
    font-size: 18px;
  }

  header .open-close-search-button a span {
    display: none;
  }

  header .open-close-search-button a:hover {
    background: #000;
  }

  header .wrapper .header-right-side .open-close-search-button {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  header .wrapper .header-left-side .open-close-search-button {
    display: none;
  }
}

/** POPRAWKI POLITYKA HASEŁ, HELPY ITP... **/

.login-b2b-box .error_list {
  position: relative;
  top: 0;
}

.error_list {
  flex-direction: column;
  justify-content: flex-start;
}
.error_list li {
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}
.error_list li a {
  display: block;
  margin: 10px auto;
  padding: 5px 10px;
  border-radius: 50px;
  background: #fff;
  color: #000;
  font-size: 11px;
  font-weight: 500;
}

.error_list li a:hover {
  background: #000;
  color: #fff;
}


.uniform .help {
  display: block;
  margin: 10px auto;
  font-size: 12px;
  color: #666;
}

.main-header-description {
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.3;
}

.main-header-description.critical {
  background: orange;
  color: #000;
}

.login-b2b-box {
  max-width: 320px;
}

.remind-pass-section .captcha-image-refresh > img {
  max-width: 250px;
}

.redips_cms_show_article .main-article-photo{
  display: none;
 }

 .wide-banner-info {
  position: relative;
  width: 100vw;
  height: 100vw;
  background-image: url('/gfx/ferie15m.jpg');
  background-repeat: no-repeat;
  background-size: contain;
 }

.wide-banner-info .hide-banner {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  background: #333;
  color: #ccc;
  border-radius: 50%;
  cursor: pointer;

}

@media screen and (min-width: 1025px) {
 .wide-banner-info  {
    height: 12vw;
    background-image: url('/gfx/ferie15.jpg');
  }
}


.wide-banner-info .hide-banner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: '\f00d';
  font-family: fontawesome;
  font-size: 19px;

}

.wide-banner-info .hide-banner:hover  {
  background: #000;
  color: #ccc;
}


.alert-info-corona {
  padding: 8px;
  background: #ee2b16;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
  line-height: 1.4;
}

.category-name .producent-name {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
}

.category-name .producent-name .label {
  padding: 4px 8px;
  background: #eee;
  color: #555;
  font-size: 11px;
  font-weight: 500;
  border-radius: 5px;
}
.category-name .producent-name .value {
  margin-left: 8px;
}


/* LOGIN B2B */

.login-b2b-panel,
.register-b2b-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  padding: 24px 0;
  background: #ddd;
}

.login-b2b-panel {
  height: 100vh;
}

.login-b2b-box,
.register-b2b-box {
  width: 380px;
  max-width: 95%;
  padding: 24px;
  background: #fff;
  border-radius: 11px;
}

.login-b2b-box {
  width: 380px;
}

@media all and (min-width: 600px) {
  .login-b2b-box {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  }
}

.login-b2b-box a {
  color: #0057ff;
}

.login-b2b-box a:hover {
  color: #003ecb;
}
.register-b2b-box .logo-panel,
.login-b2b-box .logo-panel {
  margin: 0 auto 24px auto;
  padding-bottom: 24px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.register-b2b-box .logo-panel img,
.login-b2b-box .logo-panel img {
  display: inline-block;
  margin-bottom: 16px;
  max-width: 120px;
}

.register-b2b-box .logo-panel h1,
.login-b2b-box .logo-panel h1 {
  font-size: 16px;
  font-weight: 600;
}

.register-b2b-box .main-header,
.login-b2b-box .user_login_box .main-header {
  display: block;
  margin-bottom: 16px;
  font-size: 21px;
  text-align: center;
  font-weight: 600;
}

.register-b2b-box label,
.login-b2b-box .user_login_box label {
  display: block;
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 8px;
}

.login-b2b-box .user_login_box .user_forms_login > .row:nth-of-type(3) {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 24px;
}

.login-b2b-box .user_login_box .user_forms_login > .row:nth-of-type(3) label {
  margin: 0 0 0 4px;
}

.login-b2b-box .user_login_box .user_forms_login .button {
  display: block;
  margin-bottom: 24px;
  padding: 12px;
  border-radius: 5px;
  background: #3c3c3c;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.login-b2b-box .user_login_box .user_forms_login .button:hover {
  background: #1c1c1c;
}

.login-b2b-box .user_login_box .forgot_pass {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.login-b2b-box .register-view {
  display: block;
}

.login-b2b-box .go-to-register {
  display: block;
}

.login-b2b-box .go-to-register a {
  display: block;
  margin-bottom: 24px;
  padding: 12px;
  border-radius: 5px;
  background: #0057ff;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.login-b2b-box .go-to-register a:hover {
  background: #003ecb;
}

.register-b2b-box .captcha {
  margin-bottom: 24px;
}

.register-b2b-box .uploader {
  position: relative;
  padding-top: 40px;
}

.register-b2b-box .uploader input {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  z-index: 2;
}

.register-b2b-box .uploader span.action {
  position: absolute;
  top: 0;
  left: 0;
  background: #ddd;
  border-radius: 5px;
  padding: 8px;
  cursor: pointer;
  font-size: 13px;

}

.register-b2b-box .uploader span.filename {
  border: 1px solid #ddd;
  margin-right: 4px;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
  font-size: 13px;
  color: #6c6c6c;
}

  .register-b2b-box .button-register input {
  display: block;
  margin-bottom: 24px;
  padding: 12px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  background: #3c3c3c;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  border: none;
  height: auto;
}

.register-b2b-box .button-register input:hover {
  background: #1c1c1c;
}

.netto {
  margin-bottom: 8px;
}

.netto .before {
  text-decoration: line-through;
  color: #666;
}

.b2b_product_info > div {
  display: flex;
  justify-content: center;
  color: #666;
  font-size: 13px;
  margin: 4px auto;
}

.b2b_product_info > div label {
  margin-right: 4px;
}

.b2b_product_info > div .value {
  color: #3c3c3c;
  font-weight: 600;
  margin-left: 4px;

}
