@charset "UTF-8";
@font-face {
  font-family: "Lato";
  src: local("Lato Regular"), local("Lato-Regular"), url("fonts/Lato-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  src: local("Lato Italic"), local("Lato-Italic"), url("fonts/Lato-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-weight: bold;
  src: local("Lato Bold"), local("Lato-Bold"), url("fonts/Lato-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-weight: bold;
  font-style: italic;
  src: local("Lato BoldItalic"), local("Lato-BoldItalic"), url("fonts/Lato-BoldItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url("fonts/Lato-Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-weight: 500;
  src: local("Lato Semibold"), local("Lato-Semibold"), url("fonts/Lato-Semibold.ttf");
  font-display: swap;
}
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* ================= FORMULARZE ================ */
label {
  color: lighten #3F4751, 10%;
  font-size: 16px;
  text-transform: none;
  margin-top: 10px;
}

span + label {
  margin-top: 0;
}

input, select, textarea, .input-placeholder {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  height: 40px;
  line-height: 1;
}

.submit-controls {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.submit-controls > div {
  width: auto;
  margin-right: 20px;
}

.submit-controls > div:last-child {
  margin-right: 0;
}

.submit-area {
  display: block;
  text-align: right;
}

.submit-area .button {
  margin: 0;
}

.input-wrapper {
  padding: 0 0 10px 0;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.form-fields-wrapper {
  margin-right: -10px;
  width: 100%;
}

.columns .form-fields-wrapper {
  width: auto;
}

/* ================= formularze nowe ================ */
/* ---- placeholdery pól ---- */
input ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  opacity: 0.4;
}
input ::-moz-placeholder, textarea ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 0.4;
}
input :-ms-input-placeholder, textarea :-ms-input-placeholder { /* IE 10+ */
  color: #333;
  opacity: 0.4;
}
input :-moz-placeholder, textarea :-moz-placeholder { /* Firefox 18- */
  color: #333;
  opacity: 0.4;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} /* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-number {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 120px;
  max-width: 120px;
}

.input-number input {
  width: 40px;
  text-align: center;
}

.input-number > span {
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  transition: all 300ms;
}

.input-number > span.down {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.input-number > span.up {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.input-number > span.up:after, .input-number > span.down:after {
  line-height: 1;
}

.input-number > span.up:after {
  content: url("graphics/commerce/plus.png");
}

.input-number > span.down:after {
  content: url("graphics/commerce/minus.png");
}

.input-number > span.down:hover, .input-number > span.up:hover {
  background: #eee;
}

.select-placeholder {
  color: #999999;
}

/* ----- select ----- */
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  height: 40px;
  margin: 0;
  width: 100%;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 40px 0 10px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 18px;
  right: 10px;
}

.styledSelect:active, .styledSelect.active {
  background-color: #efefef;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}

/* -- SELECT HOVER -- */
.options li:hover {
  background-color: #000;
  color: #fff;
}

/* INNY SELECT */
.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 5px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  margin-top: -13px;
}

.select2-results ul, .select2-results ul li {
  text-align: left;
  margin: 0;
}

.select2-results ul li {
  padding: 9px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #111;
  color: #fff;
}

.select2-container {
  width: 100% !important;
}

/* --- input type=radio, input type=checkbox --- */
input[type=checkbox] + label, input[type=radio] + label {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  cursor: pointer;
  margin: 0;
  line-height: 1.5;
}

input[type=checkbox] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  max-width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 2px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=checkbox]:checked + label::before {
  content: "✓";
  background: #000;
}

input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  height: 22px;
  max-width: 22px;
  min-width: 22px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=radio]:checked + label::before {
  content: "✓";
  background: #000;
}

input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.checklist.rodo label {
  font-size: 0.7rem;
}

.checklist.wrapper {
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 10px;
}

.checklist.wrapper > label {
  margin-bottom: 10px;
}

.checklist.wrapper > label:last-child {
  margin-bottom: 0;
}

/* === DISABLED === */
input[type=checkbox][disabled] + label {
  opacity: 0.8;
}

input[type=checkbox][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[type=radio][disabled] + label {
  opacity: 0.8;
}

input[type=radio][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[disabled=disabled] {
  background-color: #f0f0f0;
}

.button input[disabled] {
  cursor: default;
}

.button.disabled {
  filter: grayscale(100%);
  opacity: 0.3;
}

/* === swith toggle === */
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #3F4751;
  border-radius: 20px;
  display: block !important;
}

.onoffswitch-checkbox[disabled=""] + .onoffswitch-label {
  opacity: 0.6;
  pointer-events: none;
}

.onoffswitch-label:before {
  display: none !important;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Lato, tahoma, arial, sans-serif;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #04AA6D;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #eee;
  color: #3F4751;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 1px solid #3F4751;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* =============== zestawy pól ============== */
.input-combo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.input-combo > div {
  flex: 1;
  margin-right: 10px;
}

.input-combo > div:last-child {
  margin-right: 0;
}

.input-combo > div.post-code {
  flex: 0.5;
}

/* ================ Klasy specjalne ============= */
.question-label {
  display: block;
  margin-top: 20px;
}

span + .question-label {
  margin-top: 0;
}

/* ================ Wyszukiwarka ================== */
.simple-search-wrapper .button.search-button img {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 0.8em 0;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

#START h1 {
  font-size: 4.8em;
}

#START h2 {
  font-size: 2rem;
}

span.subtitle {
  color: #E4000F;
}

a {
  color: #E4000F;
  text-decoration: none;
  text-wrap: wrap;
}

a:hover {
  text-decoration: underline;
}

.button {
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  border: 1px solid #000;
  border-radius: 5px;
}

.button.alt {
  color: #000;
  border: solid 1px #000;
  background: transparent;
}

.button.txt {
  height: 2em;
  padding: 0;
  background: none;
  color: #000;
  min-width: 0;
  padding-right: 0;
  border: 0;
  font-weight: 500;
  border-radius: 0;
  border-bottom: 1px solid #000;
}

.button.txt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 18px;
  background-image: url("graphics/svg/right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: right 300ms;
  display: none;
}

.button.txt:hover:after {
  right: 0;
}

.button.cta {
  height: 40px;
  border: 1px solid #E4000F;
  background: #E4000F;
  color: #fff;
}

:hover.button.cta {
  background: rgb(253.5, 0, 16.6776315789);
}

.header-modules .button.alt {
  color: #fff;
  border: solid 1px #fff;
}

.button.alt.cta {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
}

.button.alt.cta.ico-left,
.button.alt.cta.ico-right {
  background-color: #fff;
}

.button.file-btn {
  padding-right: 65px;
}

.button.file-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  background-image: url("graphics/download.png");
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  background-origin: content-box;
}

.button.ico-btn {
  padding-right: 65px;
}

.button.ico-btn .ico {
  background: #5c5b5e;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 40px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
}

.button.ico-left,
.button.ico-right,
.button.ico-left:hover,
.button.ico-right:hover {
  background: transparent;
  border: 0;
  color: #000;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms;
}

.button.ico-left {
  padding-left: 40px;
}

.button.ico-right {
  padding-right: 40px;
}

.button.ico-left .ico,
.button.ico-right .ico {
  position: absolute;
  top: 0;
  padding: 12px;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}

.button.ico-left .ico {
  left: 0;
}

.button.ico-right .ico {
  right: 0;
}

.button.alt.ico-left,
.button.alt.ico-right {
  background: transparent;
  border: solid 1px #000;
  color: #000;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms;
}

.updated {
  font-size: 0.9rem;
  font-weight: bold;
  color: #E4000F;
}

.flags .current_lang {
  width: 36px;
}

#choose_lang {
  background: #fff;
  border: 1px solid #ddd;
  top: 120%;
}

.social-sharing-module {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.social-sharing-module > span.sharing-title {
  margin: 0;
  margin-right: 1.8em;
  font-size: 1.1em;
}

#copy_link_sharing {
  position: relative;
}

#copy_link_sharing:after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #519c46;
  color: #fff;
  border-radius: 50%;
  transition: all 500ms;
  transform: scale(0);
}

#copy_link_sharing.link-copied:after {
  transform: scale(1);
}

.links ul li {
  list-style: none;
  margin-left: 0;
}

.links ul li a {
  text-decoration: none;
  transition: all 300ms;
}

.links-files {
  background-color: #fff;
  border-radius: 10px;
}

.link-file {
  border: 0;
  max-width: 100%;
  position: relative;
  padding: 10px 190px 10px 90px;
  background: transparent;
}

.link-file::after {
  content: "";
  background-color: #e6e6e6;
  height: 2px;
  position: absolute;
  bottom: -10px;
  right: 20px;
  left: 20px;
}

.link-file:last-child::after {
  background-color: #e6e6e6;
  height: 0px;
}

.link-file .button.file-btn::after {
  background-color: transparent;
  transition: all 300ms;
  filter: invert(1);
}

.link-file .button.file-btn:hover::after {
  background: transparent;
  transition: all 300ms;
}

.link-file-icon {
  background-color: #edeff3;
  border-radius: 50%;
  padding: 5px;
  margin-top: -27px;
  left: 20px;
}

.link-file-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}

.video-wrapper .mp4-video video {
  display: block;
  max-width: 100%;
}

table tr td,
table tr th {
  padding: 8px;
}

.cb-table table {
  table-layout: fixed;
  max-width: 1000px;
}

.cb-table table tr td,
.cb-table table tr th {
  vertical-align: middle;
}

.cb-table table tr td .button,
.cb-table table tr th .button {
  margin: 0;
}

.footer {
  text-align: center;
}

.header {
  padding-bottom: 60px;
}

.article-section .text-wrapper ul li::before {
  background-image: url("graphics/svg/checked.svg");
  width: 20px;
  height: 20px;
  top: 0.25rem;
}

.header.with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  flex-wrap: wrap;
  width: 100% !important;
  max-width: 100% !important;
}

.header.with-button .button {
  margin: 0;
  margin-bottom: 10px;
}

.header.with-button h2 {
  margin-bottom: 10px;
  margin-right: 30px;
}

.relation-products .header > h2 {
  width: 100%;
}

#START .header {
  max-width: 680px;
  margin: 0;
}

#START .full-carousel-section .header,
#START .article-section.dark .header {
  margin: 0 auto;
}

#START .full-carousel-section .header h2,
#START .article-section.dark .header h2 {
  text-align: center;
}

.photo-box.realization-box {
  padding-bottom: 48%;
  border-radius: 7px;
  overflow: hidden;
}

.realization-wrapper .slick-list {
  overflow: visible !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.realization-wrapper .slick-prev,
.realization-wrapper .slick-next {
  display: none !important;
}

.logo-box .thb {
  filter: grayscale(100%);
  transition: filter 600ms;
}

.logo-box:hover .thb {
  filter: grayscale(0);
}

a.card {
  text-decoration: none;
  color: #3F4751;
}

.icon-card-lux-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 80px;
}

.icon-card-lux-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
}

.icon-card-lux-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.icon-card-lux-section .container {
  position: relative;
  z-index: 1;
}

.icon-card-lux-section .icon-card .content {
  color: #fff;
}

.icon-card-lux-section .icon-card h3 {
  color: #fff;
}

.icon-card-lux-section .icon-card .icon-wrapper {
  border-radius: 50%;
  padding: 3px;
  background: #E4000F;
  width: 120px;
  height: 120px;
  margin: 0 auto 1em auto;
}

.icon-card-lux-section .icon-card .icon-wrapper .icon {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.icon-card-lux-section .icon-card .icon-wrapper .icon img {
  width: 50%;
  height: 50%;
}

.quote-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 140px 0;
}

.quote-section .container {
  position: relative;
  z-index: 1;
}

.quote-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.quote-section h2,
.quote-section blockquote,
.quote-section p,
.quote-section span,
.quote-section a {
  color: #fff;
}

.quote-section h2 {
  text-align: center;
}

.quote-section .header {
  padding-bottom: 0;
}

.quote-section blockquote,
.quote-section span.signature {
  text-align: center;
  display: block;
}

blockquote span.signature {
  text-transform: uppercase;
}

.quote-section .slick-next,
.quote-section .slick-prev {
  display: none !important;
}

.subbranches-wrapper .photo-box {
  padding-bottom: 250px;
}

.subbranches-wrapper > div.first-item {
  width: 100%;
}

.subbranches-wrapper > div.first-item .photo-box {
  padding-bottom: 250px;
}

.card.branch-card {
  border-radius: 10px;
  border: 1px solid #ddd;
}

.card.branch-card .image-wrapper {
  height: 250px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0;
}

.card.branch-card .content {
  background: #fafafa;
  padding: 14px 20px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
}

.card.branch-card .content h3 {
  margin: 0;
}

.card.branch-card .image-wrapper .image {
  height: 100%;
  width: 100%;
}

.card.branch-card .image-wrapper .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a.card.branch-card {
  display: block;
  text-decoration: none;
  color: #5c5b5e;
  transition: all 300ms;
}

a.card.branch-card:hover {
  border-color: #ed1c24;
}

.product-image-wrapper {
  background-color: #fff;
  border-radius: 10px;
}

.add-to-cart-container .price,
.product-price .price {
  font-weight: 600;
  font-size: 1.8rem;
}

.product-cta-wrapper {
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
}

.product-cta-wrapper .styledSelect {
  border-radius: 10px;
}

.product-cta-wrapper .add-to-cart-container,
.product-cta-tile .add-to-cart-container {
  display: flex;
  justify-content: space-between;
}

.nice-cart-quantity-controls .product-quantity,
.nice-cart-quantity-controls .input-number {
  text-align: center;
  max-width: 140px;
  width: 140px;
  padding: 4rem 0rem;
}

.product-cta-wrapper .nice-cart-quantity-controls .button,
.product-cta-tile .nice-cart-quantity-controls .button {
  background-color: #E4000F;
  font-size: 0.9rem;
  color: #fff;
  border: 0;
  margin-top: 1rem;
}

.nice-cart-quantity-controls .input-wrapper input {
  position: relative;
  border: 1px solid #333;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(51, 51, 51);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(51, 51, 51);
  border-radius: 0;
  width: 70px;
  box-sizing: border-box;
  border-left: 0;
  border-right: 0;
  padding: 9px 5px;
  height: 40px;
}

.nice-cart-quantity-controls .input-wrapper {
  position: relative;
  padding-right: 10px;
}

.nice-cart-quantity-controls .input-wrapper span.down::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  background-color: #333;
  width: 1px;
}

.nice-cart-quantity-controls .input-wrapper span.up::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  background-color: #333;
  width: 1px;
}

.nice-cart-quantity-controls .input-wrapper span.up {
  position: relative;
}

.product-cta-wrapper .add-to-cart-container,
.product-cta-tile .add-to-cart-container {
  padding-top: 0;
}

.product-cta-wrapper .nice-cart-quantity-controls {
  align-items: flex-start;
}

.product-cta-tile.card.panoramic_image .content {
  padding: 10px 30px;
}

.product-cta-tile.card.panoramic_image .add-to-cart-container {
  margin: 0;
}

.product-cta-tile.card.panoramic_image .image-wrapper {
  padding: 0;
  margin: 0 30px;
}

.nice-cart-quantity-controls .input-number > span,
.nice-cart-quantity-controls .product-quantity a {
  height: 40px;
  border: 1px solid #333;
}

.nice-cart-quantity-controls .input-number > span.up {
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.nice-cart-quantity-controls > span,
.nice-cart-quantity-controls .product-quantity a {
  width: 40px;
}

.nice-cart-item .nice-cart-quantity-controls .input-number > span.down,
.nice-cart-item .nice-cart-quantity-controls .input-number > span.up {
  padding: 10px;
}

.nice-cart-quantity-controls .input-number > span.down,
.nice-cart-quantity-controls .product-quantity > .quantity_down {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
  position: relative;
}

.product-cta-wrapper .input-number > span.down::before,
.nice-cart-quantity-controls .product-quantity > .quantity_down::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  background-color: #333;
  width: 1px;
}

.product-cta-wrapper .input-number input,
.nice-cart-quantity-controls .product-quantity span {
  position: relative;
  border: 1px solid #333;
  border-radius: 0;
  width: 70px;
  box-sizing: border-box;
  border-left: 0;
  border-right: 0;
  padding: 9px 5px;
  height: 40px;
}

.product_cta-wrapper .nice-cart-quantity-controls .input-wrapper span.down,
.product_cta-wrapper .nice-cart-quantity-controls .input-wrapper span.up {
  padding: 0;
}

.product-cta-wrapper .input-number > span.up,
.nice-cart-quantity-controls .product-quantity > .quantity_up {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
  position: relative;
}

.product-cta-wrapper .input-number > span.up::before,
.nice-cart-quantity-controls .product-quantity > .quantity_up::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  background-color: #333;
  width: 1px;
}

.product-cta-wrapper .product-price p {
  margin: 0;
}

.product-cta-wrapper .content .price-wrapper .product-price {
  padding-right: 10px;
}

.product-cta-tile.product-cta-wrapper {
  background-color: #fff;
  margin-bottom: 25px;
  border-radius: 10px;
  padding: 0;
  transition: all 100ms ease-in-out;
  border: 2px #fff solid;
}

.product-cta-tile.selected {
  border: 2px #414141 solid;
}

.product-cta-tile .subtitle {
  margin-top: 10px;
}

.product-cta-tile .price-section {
  display: flex;
  justify-content: space-between;
}

.cb_header,
.variants_header,
.article-section .container > h2,
.relation-products .header > h2 {
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
}

.product-cta-tile .add-to-cart-container {
  margin: 0 25px;
}

.product-cta-tile .image-wrapper {
  border-radius: 10px;
  margin: 10px;
  margin-right: 2rem;
  position: relative;
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-cta-tile .image-wrapper input,
.product-cta-tile .image-wrapper label {
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-cta-tile .image-wrapper input[type=radio] + label::before {
  padding: 2px;
  border-radius: 5px;
  border: 2px #ccc solid;
}

.product-cta-tile .image-wrapper input[type=radio]:checked + label::before {
  content: "✓";
  background: #fff;
  color: #000;
  border-color: #414141;
}

.card.catalog-card div .image-wrapper,
.relation-products .card div .image-wrapper {
  aspect-ratio: 16/10;
  margin: 10px;
}

.card.catalog-card .content,
.relation-products .content {
  margin: 0 20px 15px 20px;
}

.card.catalog-card .content h3,
.relation-products .content h3 {
  font-size: 1.15rem;
  margin: 0;
}

.card.catalog-card div .image-wrapper img,
.relation-products .card div .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: auto;
}

a.catalog-card {
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 300ms;
  display: block;
  box-sizing: border-box;
}

a.catalog-card:hover {
  border: 1px solid #ddd;
}

.nice-cart-item .item-thb {
  max-width: 75px;
}

.nice-cart-item .item-price {
  font-weight: bold;
  position: relative;
  margin-right: 30px !important;
}

.item-price > span:last-of-type {
  font-size: 100%;
}

.nice-cart-item .item-content {
  font-size: 1.1rem;
}

.nice-cart-page > h3,
.order-form-page > h3 {
  position: relative;
  padding-bottom: 20px;
}

.nice-cart-page > h3::after,
.order-form-page > h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 1px;
  background-color: #ccc;
}

.nice-cart-item .product-quantity {
  padding-right: 0;
}

.nice-cart-summary-row .item-price.sum_discount,
.nice-cart-summary-row.sum_discount-row {
  color: #E4000F;
  font-weight: 500;
}

.user-address-wrapper {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  position: relative;
  transition: all 100ms ease-in-out;
  border: 2px #fff solid;
}

.user-address-wrapper.selected {
  border-color: #414141;
}

.user-address-wrapper input[type=radio] + label::before {
  padding: 2px;
  border-radius: 5px;
  border: 2px #ccc solid;
}

.user-address-wrapper input[type=radio]:checked + label::before {
  content: "✓";
  background: #fff;
  color: #000;
  border-color: #414141;
}

.nice-cart-item .item-image .item-thb,
.nice-cart-item .item-image .img-placeholder {
  width: 75px;
  height: 75px;
}

.rabat-section {
  border: none;
}

.rabat-section div > h3 {
  margin-bottom: 20px;
  position: relative;
}

.rabat-section div > h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 1px;
  background-color: #ccc;
}

.rabat-section .rabat-combo {
  padding-top: 20px;
  height: 40px;
}

.rabat-section .rabat-combo input {
  border-radius: 5px;
  background-color: transparent;
  margin-right: 15px;
}

.rabat-section .rabat-combo a {
  border-radius: 5px;
}

.page-order-section .columns.x2 > div:first-child {
  width: 65%;
}

.page-order-section .columns.x2 > div:last-child {
  width: 35%;
}

.invoice-data-container {
  padding-top: 10px;
}

.invoice-data-container .invoice-data-wrapper {
  margin-top: 20px;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}

.invoice-data-wrapper p {
  margin: 0 0 0.5em 0;
}

.info-box-wrapper .close-button {
  top: 15px;
  right: 15px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.2));
  border-radius: 5px;
  border: 1px solid #ddd;
}

.nice-cart-item .item-content .product-code {
  text-transform: inherit;
}

.nice-cart-item .del,
.cart-content-window .del {
  position: absolute;
  top: 0;
  right: -25px;
}

.cart-content-window .product-quantity {
  width: 130px;
  max-width: 130px;
}

.order-form-page input[type=radio] + label::before {
  padding: 2px;
  border-radius: 5px;
  border: 2px #ccc solid;
}

.order-form-page input[type=radio]:checked + label::before {
  content: "✓";
  background-color: #fff;
  color: #000;
  border-color: #414141;
}

.order-form-page input[type=checkbox] + label::before {
  padding: 2px;
  border-radius: 5px;
  border: 2px #ccc solid;
  width: 15px;
  max-width: 15px;
  min-width: 15px;
  height: 15px;
  font-size: 15px;
}

.order-form-page input[type=checkbox]:checked + label::before {
  content: "✓";
  background-color: #fff;
  color: #000;
  border-color: #414141;
}

nav.desktop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 350px;
}

nav.desktop .nav-button > a {
  text-transform: none;
  font-size: 0.95rem;
  color: #fff;
}

nav.desktop .nav-button > a span {
  position: relative;
}

nav.desktop .nav-button > a span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: #5c5b5e;
  transition: all 300ms;
}

nav.desktop .nav-button > a:hover span:after,
nav.desktop .nav-button.urhere > a span:after {
  height: 2px;
}

nav.desktop > ul {
  text-align: center;
}

.header-modules {
  float: right;
  height: 100%;
  gap: 20px;
  z-index: 1;
}

#logo {
  width: 280px;
  height: 38px;
}

.sticked #logo {
  height: 38px;
}

#TOP {
  background-color: rgba(17, 17, 17, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

#START #TOP.unsticked {
  border: 0;
}

#TOP.sticked,
#START #TOP.sticked {
  background-color: rgba(17, 17, 17, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

#TOP-MAIN .header-modules {
  padding-left: 30px;
  margin-left: 0;
  position: relative;
}

#TOP-MAIN .header-modules .cart-module-wrapper {
  padding-left: 0;
}

#TOP-MAIN .header-modules:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 1px;
  background: #ddd;
  display: none;
}

.header-modules .button {
  margin: 0;
  min-width: 0;
  justify-content: center;
}

#TOP .button.alt.cta.ico-left,
#TOP .header-modules .button.alt.cta {
  border: 1px solid #000;
}

#TOP.sticked .header-modules .button.alt.cta.ico-left,
#TOP.sticked .header-modules .button.alt.cta {
  border: 1px solid #000;
}

#START #TOP .button.alt.cta.ico-left,
#START #TOP .header-modules .button.alt.cta {
  border: 1px solid #fff;
}

#START #TOP.sticked .button.alt.cta.ico-left,
#START #TOP.sticked .header-modules .button.alt.cta {
  border: 1px solid #000;
}

.opSlider-control-prev,
.opSlider-control-next {
  display: none;
}

.banner-content {
  padding-bottom: 40px;
}

.banner-content h1,
.banner-content h2,
.banner-content .text-wrapper,
.banner-content .controls {
  text-align: left;
}

.banner-content h1,
.banner-content h2 {
  text-align: center;
}

.banner-content .text-wrapper {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

.banner-content .controls {
  text-align: center;
}

.banner-content .text-wrapper,
.banner-content h1,
.banner-content h2,
.banner-content h1 .subtitle,
.banner-content h2 .subtitle,
#START .banner-content h1 .subtitle,
#START .banner-content h2 .subtitle {
  text-shadow: none;
}

.photo-section {
  padding-bottom: 100vh;
}

.ps-image {
  background-position: center;
}

.ps-image .banner-header {
  position: absolute;
  top: 120px;
  left: 10%;
  right: 10%;
}

.ps-image .banner-header h1,
#START .ps-image .banner-header h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 7vw;
  opacity: 0.65;
}

#BOTTOM {
  padding: 100px 0;
}

#BOTTOM,
#SYSTEM-FOOT {
  background: #07080C;
  z-index: 0;
}

#BOTTOM h3:first-child {
  margin-top: 0;
}

#BOTTOM,
#BOTTOM h3,
#BOTTOM p,
#BOTTOM span,
#BOTTOM a,
#BOTTOM strong {
  color: rgba(255, 255, 255, 0.8);
}

#BOTTOM .social-links {
  margin-top: 1em;
}

#SYSTEM-FOOT .social-icon {
  width: 35px;
  height: 25px;
  margin-right: 10px;
}

#BOTTOM .social-icon svg path {
  fill: #fff;
}

#BOTTOM .links ul li {
  padding-bottom: 5px;
}

#BOTTOM .links ul li a:hover {
  color: white;
}

#SYSTEM-FOOT {
  border-top: 0;
}

#SYSTEM-FOOT .container {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#SYSTEM-FOOT .contact_data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
}

#SYSTEM-FOOT .image-wrapper {
  width: 280px;
  border-radius: 0;
}

#SYSTEM-FOOT .contact-data-wrapper .address {
  margin-bottom: 0;
}

#SYSTEM-FOOT .contact-data-wrapper .email {
  display: inline-block;
}

#SYSTEM-FOOT .address,
#SYSTEM-FOOT a {
  color: #fff;
}

#CANVAS {
  background-color: #fff;
}

#START h2 {
  text-align: left;
}

.article-section.dark {
  background-color: #07080c;
}

#START .article-section.dark h2,
.article-section.dark h2 {
  color: #fff;
}

.article-section.dark * {
  color: #fff;
}

.icon-card-area {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 150px;
  padding-top: 80px;
}

.icon-card-area > div {
  flex: 1;
}

.icon-card-area .image-wrapper {
  background-image: url("graphics/svg/red-circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 80%;
  position: relative;
  width: 80%;
}

.icon-card-area .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon-card-area .image-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-card-area .icon-card {
  max-width: 390px;
  padding-bottom: 60px;
}

.icon-card-area .icon-card .content,
.icon-card-area .icon-card .content h3 {
  text-align: left;
}

.icon-card-area .icon-card .content h3 {
  font-size: 2rem;
}

.icon-card-area .icon-card .icon-wrapper {
  text-align: left;
  margin-bottom: 10px;
}

.icon-card-area .icon-card .icon-wrapper .icon {
  margin: 0;
  justify-content: flex-start;
  width: 40px;
  height: 40px;
}

.accordion-card-area {
  padding: 90px 0;
}

.accordion-card-section {
  position: relative;
  overflow: hidden;
}

.accordion-card-section .image-bg {
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: 0;
  right: 0;
  background-image: url("graphics/tlo-konfigurator.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.accordion-card-wrapper {
  max-width: 490px;
}

.accordion-card-wrapper > div {
  padding-bottom: 10px;
}

.accordion-card {
  background-color: #fff;
  max-width: 490px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  border-radius: 7px;
}

.accordion-card .open-more-txt {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-image: url("graphics/svg/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  cursor: pointer;
}

.accordion-card .content h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.accordion-card-section .header,
#START .accordion-card-section .header {
  margin: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.accordion-card-section .header h2,
#START .accordion-card-section .header h2 {
  text-align: left;
}

.accordion-card-wrapper > .controls {
  width: 100%;
}

.accordion-card-wrapper > .controls .button {
  width: 100%;
}

.accordion-content-wrapper {
  overflow: hidden;
  height: 0;
  transition: height 500ms;
}

.accordion-content {
  padding-top: 10px;
}

.full-carousel-section {
  padding-top: 80px;
}

.full-carousel-wrapper {
  max-width: 50vw;
  margin: 0 auto;
}

.full-carousel-wrapper.columns {
  max-width: none;
  margin-left: -40px;
  margin-right: -40px;
}

.full-carousel-wrapper.columns > div {
  padding-left: 40px;
  padding-right: 40px;
}

.full-carousel-wrapper .slick-list {
  overflow: visible !important;
}

.carousel-card,
a.carousel-card,
a.carousel-card:hover {
  display: block;
  text-decoration: none;
  color: #3F4751;
}

.carousel-card .content {
  max-width: 480px;
  margin: 0 auto;
  font-size: 0.9rem;
}

.carousel-card .content,
.carousel-card .content h3 {
  text-align: center;
  transition: all 750ms;
}

.carousel-card .content h3 {
  margin-top: 0;
}

.carousel-card .image-wrapper {
  background-image: url("graphics/svg/kolko.svg");
  background-size: contain;
  background-position: bottom 10% center;
  background-repeat: no-repeat;
  padding-bottom: 60%;
  position: relative;
}

.carousel-card .image-wrapper .image {
  position: absolute;
  width: 80%;
  height: 100%;
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translatex(-50%);
}

.carousel-card .image-wrapper .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.full-carousel-wrapper .slick-prev,
.full-carousel-wrapper .slick-next {
  bottom: 6%;
  border: none;
  width: 24px;
  height: 24px;
  padding: 34px;
}

.full-carousel-wrapper .slick-prev {
  left: 0;
}

.full-carousel-wrapper .slick-next {
  right: 0;
}

.full-carousel-wrapper .slick-prev.slick-disabled,
.full-carousel-wrapper .slick-next.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.4;
}

.full-carousel-wrapper .slick-prev::after,
.full-carousel-wrapper .slick-next::after {
  background-image: url(graphics/svg/arrow.svg);
  background-position-y: 50%;
  background-size: 50%;
}

.full-carousel-wrapper .slick-list {
  overflow: visible !important;
}

.full-carousel-wrapper .slick-list .slick-slide {
  transform: scale(0.8);
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 750ms;
  transform-origin: center right;
}

.full-carousel-wrapper .slick-list .slick-slide.slick-active {
  transform: scale(1);
  filter: grayscale(0);
  opacity: 1;
  transform-origin: center;
}

.full-carousel-wrapper .slick-list .slick-slide.slick-active + .slick-slide {
  transform-origin: center left;
}

.full-carousel-wrapper .slick-list .slick-slide .carousel-card .content {
  opacity: 0;
}

.full-carousel-wrapper .slick-list .slick-slide.slick-active .carousel-card .content {
  opacity: 1;
}

.stats-card-section,
#START .stats-card-section {
  background-image: url("graphics/tlo-liczby.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 50% !important;
  position: relative;
}

.stats-card-section .stats-card-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 80px;
}

.stats-card-section .stats-card-area .stats-card {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #000;
}

.stats-card-section .stats-card-area .stats-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
}

.logo-contentbox-wrapper {
  border-radius: 7px;
  border: 1px solid #ddd;
  padding: 30px;
}

.logo-wrapper {
  padding-bottom: 15px;
  text-align: left;
  height: 90px;
}

.logo-wrapper .logo-img {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo-wrapper .logo-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slick-prev,
.slick-next {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border-color: #ddd !important;
}

.slick-prev::after {
  background-image: url(graphics/svg/arrow-slick-left.svg) !important;
  background-position: center !important;
  background-position-y: none !important;
}

.slick-next::after {
  background-image: url(graphics/svg/arrow-slick-right.svg) !important;
  background-position: center !important;
  background-position-y: none !important;
}

.listing-module-wrapper .card .image-wrapper {
  background-color: #f2f5f7;
  border: 2px solid #f2f5f7;
}

.logo-contentbox-area .slick-list,
.listing-module-wrapper .slick-list {
  overflow: visible !important;
  padding-left: 80px !important;
  padding-right: 310px !important;
  position: relative !important;
}

.logo-contentbox-area .slick-list:before,
.listing-module-wrapper .slick-list:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 80px);
  bottom: -10px;
  width: 2000px;
  background-color: #fff;
  z-index: 1;
}

.logo-contentbox-area .slick-prev,
.logo-contentbox-area .slick-next,
.listing-module-wrapper .slick-prev,
.listing-module-wrapper .slick-next {
  left: 0 !important;
  top: 0 !important;
}

.logo-contentbox-area .slick-prev,
.listing-module-wrapper .slick-prev {
  transform: translate(0, 100%);
  top: 10px !important;
}

.logo-contentbox-area .slick-next,
.listing-module-wrapper .slick-next {
  transform: translate(0, 0);
}

.bg-cta-link-section {
  background-image: url("graphics/tlo-LG.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bg-cta-link-section .header {
  padding-bottom: 0;
}

.bg-cta-link-section .text-wrapper,
.bg-cta-link-section .controls {
  text-align: center;
}

.bg-cta-link-section .text-wrapper {
  padding-top: 40px;
}

.cta-product-info {
  margin-top: 20px;
  padding: 30px 30px 20px 30px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.cta-product-info h3:first-child {
  margin-top: 0;
}

.specyfication-table td.key {
  text-align: left;
}

.specyfication-table td.value {
  text-align: left;
}

.cart-module .cart-ico {
  background: #fff;
}

.cart-module .cart-ico img {
  filter: invert(100%);
  width: 80%;
}

.confirm-checkbox label {
  font-size: 0.85rem;
}

.button.cta.payment {
  height: 50px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.table-wrapper.my-orders-table table {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.table-wrapper.my-orders-table table .button-wrapper a {
  color: #000;
}

.table-wrapper.my-orders-table td.status,
.table-wrapper.my-orders-table th.status {
  width: 180px;
}

.table-wrapper table {
  width: 100%;
  max-width: 100%;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item > div.order-product-name {
  width: 44%;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item > div.order-product-price {
  width: 16%;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item > div.order-product-name > span {
  color: #3F4751;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item > div.order-product-name .add-cart-product-info .info-value {
  color: #000;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-list > .controls {
  text-align: left;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.message {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  max-width: 450px;
  line-height: 1.2;
  font-size: 14px;
}

.message img {
  margin-top: 1px;
  width: 16px;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item.summary-line {
  position: relative;
  margin-top: 20px;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item.summary-line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 22.5%;
  height: 1px;
  background: #ddd;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item.summary-type .order-product-price {
  color: #000;
}

.status-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  min-width: 120px;
  font-size: 0.7rem;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 8px;
  color: #fff;
}

.product-tile.product-cta-wrapper {
  padding: 20px;
  border: 1px solid #dddddd;
}

.product-tile .content .button:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.product-tile {
  min-height: 0;
}

.product-tile .image-wrapper {
  width: 200px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border: 0;
}

.product-tile.card .image-wrapper {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.product-tile .content h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.product-tile.with-price {
  padding-bottom: 20px;
}

.product-tile .content {
  padding-bottom: 60px;
  min-height: 160px;
  box-sizing: border-box;
}

.product-tile.panoramic_image .content {
  min-height: 0;
  padding-left: 0;
}

.product-tile.panoramic_image .price-wrapper {
  left: 0;
}

.product-tile.with-price .content .nice-cart-quantity-controls .input-number {
  padding-bottom: 0;
  padding-top: 0;
}

.product-tile.with-price .content .nice-cart-quantity-controls .button {
  margin-top: 0;
}

.product-tile .controls {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 0;
  text-align: right;
}

.product-tile .price-wrapper {
  justify-content: flex-end;
  left: 20px;
}

.product-tile.selected {
  border: 2px #e4000f solid !important;
}

.product-tile.default {
  border: 1px solid #555;
}

.gallery > div .image-wrapper {
  border: 1px solid #ddd;
  padding-bottom: 75%;
  position: relative;
}

.gallery > div .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.gallery > div .image a {
  height: 100%;
}

.gallery > div .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery > div .image a::after {
  display: none;
}

#page-login #CANVAS {
  background-image: url("graphics/tlo-konfigurator.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#page-login .article-footer-controls {
  display: none;
}

#page-login .input-wrapper {
  max-width: 450px;
}

#page-login .PAGE {
  padding-top: 100px;
}

#page-login .clear-button {
  color: #000;
}

.breadcrumps {
  font-size: 0.85rem;
}

.breadcrumps a,
.breadcrumps span {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumps img,
.breadcrumps svg {
  margin: 0 4px;
}

#page-product .PAGE {
  padding-top: 80px;
}

.product-lead-wrapper .product-lead-content {
  padding-right: 550px;
}

.product-lead-wrapper h1 {
  margin-top: 0;
}

.product-tile .price-wrapper {
  bottom: 0 !important;
}

.product-tile.show-message .price-wrapper {
  transition: all 200ms;
  opacity: 0;
}

.product-tile .add-to-cart-success-message {
  opacity: 0;
}

.product-tile.show-message .add-to-cart-success-message {
  display: flex !important;
  opacity: 1;
  position: absolute;
  transition: all 500ms;
  transition-delay: 500ms;
  bottom: 0;
  right: 0;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item > div {
  line-height: 1.4;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item .product_code {
  color: #3F4751;
}

#page-contactus .columns .contact_data h3:first-child,
#page-contactus .columns .form-wrapper h2:first-child {
  margin-top: 0;
}

#page-contactus .columns .form-wrapper h2 {
  font-size: 1.6em;
}

.company_name,
.add_company_name,
.address,
.phone,
.email,
.hours,
.add_descr,
.fax {
  display: block;
}

.company_name,
.add_company_name,
.address,
.phones-wrapper,
.emails-wrapper,
.hours,
.add_descr,
.fax {
  margin-bottom: 1em;
}

.contact-section-icon {
  overflow: hidden;
}

.contact-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.contact-box.small .contact-icon {
  align-items: center;
}

.contact-icon .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0;
  margin-right: 20px;
}

.contact-icon .button {
  margin: 0;
}

.contact-icon strong {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-family: Lato, tahoma, arial, sans-serif;
}

.contact-icon .hours {
  margin-top: 0;
}

.email-wrapper .email,
.phone-wrapper .phone {
  display: none;
}

.email-wrapper.show-email .email,
.phone-wrapper.show-phone .phone {
  display: flex;
}

.email-wrapper.show-email .button.show-btn,
.phone-wrapper.show-phone .button.show-btn {
  display: none;
}

.email-wrapper.show-email,
.phone-wrapper.show-phone {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.phone-number > a:hover {
  text-decoration: none;
}

.map iframe {
  width: 100% !important;
}

.contact-simple-layout {
  overflow: hidden;
}

.contact-simple-layout > div {
  float: left;
}

.contact-simple-layout > div h2:first-child,
.contact-layout > div h3:first-child {
  margin-top: 0;
}

.contact-simple-layout > div.contact-content {
  width: 35%;
}

.contact-simple-layout > div.contact-form {
  width: 65%;
}

.form-fields-wrapper {
  overflow: visible;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.form-fields-wrapper > .col1,
.form-fields-wrapper > .col2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.form-fields-wrapper > .col1 {
  padding-right: 5px;
}

.form-fields-wrapper > .col2 {
  padding-left: 5px;
}

.form-fields-wrapper .input-wrapper.field-rodo {
  clear: both;
}

.form-fields-wrapper > .col2 .input-wrapper {
  height: calc(100% - 10px);
}

.form-fields-wrapper > .col2 textarea {
  min-height: 120px;
  height: 100%;
}

.form-fields-wrapper .input-wrapper input,
.form-fields-wrapper .input-wrapper textarea {
  display: block;
}

.contact-data-form-section {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border: 0px solid #ddd;
  border-radius: 7px;
}

.contact-data-form-section > div {
  box-sizing: border-box;
  padding: 40px;
}

.contact-data-form-section > div.contact-col {
  background: none;
  position: relative;
  width: 40%;
}

.contact-data-form-section > div.contact-col:after {
  content: "";
  position: absolute;
  top: 60px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #eee;
  transform: rotate(45deg);
  display: none;
}

.contact-data-form-section > div.add-module-col {
  width: 60%;
}

.contact-data-form-section h2,
#START .contact-data-form-section h2,
.contact-data-form-section h3,
#START .contact-data-form-section h3 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
  font-size: 2.4rem;
}

.contact-data-form-section .contact_data .button {
  min-width: 180px;
}

.contact-data-section .contact-box {
  padding: 50px 50px 20px 50px;
  border: 1px solid #ddd;
  border-radius: 7px;
  box-sizing: border-box;
  position: relative;
}

.contact-data-section .contact-box.small {
  padding-right: 50%;
}

.contact-data-section .contact-box.small .image-wrapper {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: -15px;
  width: 40%;
}

.contact-data-section .contact-box.small .image-wrapper .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-data-section .form-fields-wrapper textarea {
  min-height: 179px;
}

.contact-data-section h2,
#START .contact-data-section h2,
.contact-data-section h3,
#START .contact-data-section h3 {
  margin-top: 0;
  text-align: left;
  font-size: 2.6rem;
}

.contact-data-section .phone-wrapper .button,
.contact-data-section .email-wrapper .button,
.contact-data-form-section .phone-wrapper .button,
.contact-data-form-section .email-wrapper .button {
  min-width: 180px;
}

.contact-data-form-section .contact-icon {
  align-items: center;
}

.bg-color {
  background: linear-gradient(90deg, #E4000F, #5c5b5e);
}

.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color .subtitle,
#START .bg-color .subtitle,
.bg-color p,
.bg-color a,
.bg-color span {
  color: #fff;
}

.bg-color .green-alert,
.bg-color .red-alert,
.bg-color .yellow-alert {
  color: inherit;
}

.check-onscreen {
  position: relative;
}

.check-onscreen.offscreen-bottom {
  top: 100px;
  opacity: 0;
  transition: all 800ms;
}

.check-onscreen.onscreen {
  top: 0;
  opacity: 1;
  transition: all 800ms;
}

.stats-card-section .stats-card-area.check-onscreen.offscreen-bottom {
  top: auto;
  opacity: 1;
  transition: all 800ms;
}

.stats-card-section .stats-card-area.check-onscreen.offscreen-bottom .stats-card {
  position: relative;
  top: 100px;
  opacity: 0;
  transition: all 800ms;
}

.stats-card-section .stats-card-area.check-onscreen.onscreen {
  top: auto;
  opacity: 1;
}

.stats-card-section .stats-card-area.check-onscreen.onscreen .stats-card.item-0 {
  top: 0;
  opacity: 1;
  transition: all 800ms;
  transition-delay: 0;
}

.stats-card-section .stats-card-area.check-onscreen.onscreen .stats-card.item-1 {
  top: 0;
  opacity: 1;
  transition: all 800ms;
  transition-delay: 500ms;
}

.stats-card-section .stats-card-area.check-onscreen.onscreen .stats-card.item-2 {
  top: 0;
  opacity: 1;
  transition: all 800ms;
  transition-delay: 1000ms;
}

.stats-card-section .stats-card-area.check-onscreen.onscreen .stats-card.item-3 {
  top: 0;
  opacity: 1;
  transition: all 800ms;
  transition-delay: 1500ms;
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.swiper-wrapper {
  /*margin-left: -20px!important;
  margin-right: -20px!important;*/
}

.swiper-slide .card {
  background-color: #f1f1f1;
}

.swiper-container {
  position: relative;
}

.swiper-button-prev {
  left: -50px !important;
}

.swiper-button-next {
  right: -50px !important;
}

:root {
  --grid-v-margin: 30px;
}

.login-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  margin-left: 0;
}

.login-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.login-btn-wrapper .login-btn {
  width: 40px;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #0139be;
  margin-right: 0;
  transition: all 300ms;
}

.login-btn-wrapper {
  text-decoration: none;
  color: #666;
  font-size: 0.9rem;
  font-weight: normal;
  text-transform: uppercase;
}

.login-btn-wrapper span {
  display: none;
}

a.login-btn-wrapper {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
}

a.login-btn-wrapper:hover .login-btn {
  background: #012f9a;
}

#START #TOP.unsticked .login-btn-wrapper span {
  color: #fff;
}

.my-account-button {
  border-radius: 3px;
  height: 50px;
  background: none;
  padding-right: 40px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  text-decoration: none !important;
  color: #fff;
}

.my-account-button:after {
  content: url("graphics/rozwin.png");
  position: absolute;
  width: 19px;
  height: 19px;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}

.my-account-button .user-name-ico {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 50%;
  background: #d7181f;
  transition: all 300ms;
}

.my-account-button .user-name-ico > * {
  opacity: 0.8;
  transition: all 300ms;
}

.my-account-button .user-name-ico span {
  line-height: 1;
  font-size: 0.9rem;
}

.my-account-button:hover .user-name-ico > *,
.my-account-area.show-panel .my-account-button .user-name-ico > * {
  opacity: 1;
}

.login-wrapper .my-account-panel {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  height: 0;
  right: 0;
  width: 220px;
  overflow: hidden;
  transition: all 300ms;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 20;
  margin-top: -5px;
}

#TOP.sticked .login-wrapper .my-account-panel {
  margin-top: -5%;
}

.login-wrapper .my-account-panel > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  box-sizing: border-box;
  padding: 10px 25px;
}

.login-wrapper.show-panel .my-account-panel {
  width: 220px;
}

.login-wrapper.show-panel .my-account-button:after {
  transform: rotate(180deg);
}

.top-account-panel {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.top-account-panel span.username {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: rgba(102, 102, 102, 0.6);
}

.top-account-panel .your-account-number {
  font-size: 0.7rem;
  color: rgba(102, 102, 102, 0.6);
}

.content-account-panel a {
  text-decoration: none;
  color: rgba(102, 102, 102, 0.8);
  display: block;
  padding: 5px 0;
  text-align: left;
  transition: all 300ms;
}

.content-account-panel a:hover {
  color: #666666;
}

.bottom-account-panel {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  margin-top: 15px;
}

.window-overlay.utal-form .window {
  max-width: 620px;
  max-height: 637px;
  border-radius: 10px;
}
.window-overlay.utal-form .window input {
  height: 40px;
}

.window-overlay .window-close {
  border-radius: 10px;
  top: 10px;
  right: 10px;
}

.window-overlay.utal-form .window .window-content {
  padding: 25px;
}

.custom-file-label .selected-file {
  width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  cursor: pointer;
}

.custom-file .ico {
  position: static;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  min-width: 30px;
  height: 60px;
  background-image: url("graphics/svg/drop.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  margin-right: 11px;
}

.custom-file-label {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 0 5px 0;
  pointer-events: none;
  cursor: pointer;
  color: #777;
  width: 100%;
  justify-content: start;
}

.custom-file > input {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}

.custom-file-label .selected-file {
  width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  cursor: pointer;
}

.custom-file.button.alt {
  background: #ebebeb;
  border: 1px dashed;
  font-weight: 400;
  width: 100%;
}

.submit-controls .field-add_file {
  padding-bottom: 0;
}

.utal-form .submit-controls > div {
  width: 100%;
  margin-right: 0px;
}

.utal-form .submit-controls .button.cta {
  min-width: unset;
  width: 100%;
  margin-right: 0;
  height: 40px;
}

.utal-form .submit-controls .custom-file.button.cta,
.utal-form .submit-controls .custom-file input {
  height: 100px;
}

.utal-form .form-fields-wrapper > .col2 textarea {
  min-height: 290px;
}

.utal-form .custom-file .ico {
  width: 20px;
  min-width: 20px;
}

.utal-form h2 {
  font-size: 1.5em !important;
}

.content-wrapper {
  text-align: left;
}

#bottom-form {
  background-color: rgba(230, 234, 237, 0.5);
  border-radius: 7px;
}
#bottom-form h3 {
  color: #000;
  font-weight: 400;
  font-size: 2em;
  margin-top: 0;
}
#bottom-form .content-wrapper {
  padding: 50px;
}
#bottom-form .content-wrapper .controls .button {
  align-items: start;
}
#bottom-form .bottom-form-wrapper {
  display: flex;
  gap: 20px;
  padding: 25px 0;
}
#bottom-form .bottom-form-wrapper a {
  color: #1A1A1A;
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
}

.form-item .form-fields-wrapper {
  width: 100%;
}

#bottom-form {
  padding: 40px;
  position: relative;
}
#bottom-form .middle-content {
  align-items: start;
  padding-top: 25px;
}
#bottom-form ul {
  list-style: none;
}
#bottom-form ul li {
  position: relative;
  padding: 10px 0 10px 15px;
}
#bottom-form ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  background-image: url("graphics/svg/check-icon-form.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  top: 15px;
}
#bottom-form .form-item {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}
#bottom-form .form-item .submit-controls {
  flex-direction: column;
}
#bottom-form .form-item .submit-controls .custom-file {
  margin: 0;
  height: 120px;
  margin-bottom: 15px;
}
#bottom-form .form-item .submit-controls .custom-file-label {
  flex-direction: column;
}
#bottom-form .form-item .submit-controls .custom-file-label .ico {
  margin-right: 0;
}
#bottom-form .form-item .submit-controls .magicFormSubmit {
  width: 100%;
  margin: 0;
}

#bottom-form.columns.x2 > div {
  padding: 0;
}

.form-fields-wrapper .input-wrapper {
  position: relative;
}
.form-fields-wrapper .input-wrapper input:focus {
  border: 1px solid #0055AA;
}
.form-fields-wrapper .input-wrapper textarea:focus {
  border: 1px solid #0055AA;
}
.form-fields-wrapper .input-wrapper .error-message {
  color: red;
  font-size: 0.875rem;
  display: none;
  margin-top: 5px;
  position: relative;
  padding-left: 20px;
}
.form-fields-wrapper .input-wrapper .error-message::before {
  content: "";
  background-image: url("graphics/svg/information_red.svg");
  background-repeat: no-repeat;
  padding-left: 8px;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
}

.input-wrapper.empty-value .error-message {
  display: block;
}
.input-wrapper.empty-value input {
  border: 1px solid red;
}

.loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.loader {
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Optional: Add a spinning animation */
.loader::after {
  content: " ⠋";
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    content: " ⠋";
  }
  20% {
    content: " ⠙";
  }
  40% {
    content: " ⠹";
  }
  60% {
    content: " ⠸";
  }
  80% {
    content: " ⠼";
  }
  100% {
    content: " ⠴";
  }
}
.logout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: rgba(102, 102, 102, 0.8);
}

.logout .ico {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.logout:hover {
  color: #666666;
  text-decoration: none;
}

.window-overlay .window {
  max-width: 1000px;
}

.window-overlay .window .window-content {
  padding: 40px;
}

#BANER-CONTENT {
  position: relative;
}

#BANER-CONTENT .baner-shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 430px;
  background: rgb(7, 8, 12);
  background: linear-gradient(180deg, rgba(7, 8, 12, 0) 0%, rgb(7, 8, 12) 100%);
}

#sieve-search-input {
  font-size: 1rem;
}

#add-new-adress-window .form-wrapper input::-moz-placeholder {
  color: #b3bac5;
}

#add-new-adress-window .form-wrapper input::placeholder {
  color: #b3bac5;
}
#add-new-adress-window .form-wrapper input {
  color: #000;
}

.product-tile .price-wrapper {
  display: block;
}

.infographic-item {
  float: left;
  display: flex;
  align-items: center;
  gap: 20px;
}

.products-info-wrapper {
  float: right;
  display: flex;
}

.product-tile .content {
  padding-left: 20px;
}

.uploaded-info {
  margin-top: 10px;
  background: #eee;
  padding: 6px 10px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.uploaded-info .remove-uploaded {
  color: #f00;
  text-decoration: none;
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
}

.upload-area {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  background-color: #f9f9f9;
  position: relative;
  transition: background-color 0.3s;
}

.upload-area:hover {
  background-color: #f1f1f1;
}

.upload-area.dragover {
  background-color: #e0f7fa;
  border-color: #00bcd4;
  color: #007c91;
}

.upload-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.progress-bar {
  margin-top: 10px;
  height: 5px;
  background-color: #ccc;
  border-radius: 3px;
  overflow: hidden;
}

.progress-bar .bar {
  height: 100%;
  background-color: #4caf50;
  width: 0%;
  transition: width 0.3s;
}

.uploaded-info {
  margin-top: 10px;
  background: #eee;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
}

#file-upload-area {
  position: relative;
  z-index: 10;
}

.upload-error {
  margin-top: 10px;
  color: red;
  font-size: 14px;
}

.hidden {
  display: none;
}

.input-wrapper.input-number {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#page-user_addresses .product-tile .content {
  padding-left: 0;
}

#sieve-search-input {
  color: #2a2a2a;
  font-weight: 500;
  font-size: 1rem;
  padding: 6px 12px;
  height: 44px;
  border: 1px solid #ccc;
  background: url("graphics/svg/search.svg") no-repeat left center;
  background-size: 40px 16px;
  padding-left: 40px;
}

#search_form .text-filter-wrapper {
  min-width: 280px;
  height: 44px;
}
#search_form .text-filter-wrapper input {
  color: #2a2a2a;
  font-weight: 500;
  font-size: 1rem;
  padding: 6px 12px;
  height: 44px;
  border: 1px solid #ccc;
  background: url("graphics/svg/search.svg") no-repeat left center;
  background-size: 40px 16px;
  padding-left: 40px;
}
#search_form .text-filter-wrapper input::-moz-placeholder {
  color: #4d5155;
  font-weight: 400;
}
#search_form .text-filter-wrapper input::placeholder {
  color: #4d5155;
  font-weight: 400;
}
#search_form .table_filters,
#search_form .table_sorting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border: 1px solid rgba(42, 42, 42, 0.1019607843);
  border-radius: 7px;
  padding: 15px;
}
#search_form .table_filters .view-switch,
#search_form .table_sorting .view-switch {
  margin-left: 12px;
}
#search_form .table_filters p,
#search_form .table_sorting p {
  margin: 0 !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
}
#search_form .table_filters .filters_group_wrapper,
#search_form .table_filters .sorting_group_wrapper,
#search_form .table_sorting .filters_group_wrapper,
#search_form .table_sorting .sorting_group_wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
#search_form .table_filters .filter_dropdown_wrapper,
#search_form .table_filters .sort_dropdown_wrapper,
#search_form .table_sorting .filter_dropdown_wrapper,
#search_form .table_sorting .sort_dropdown_wrapper {
  position: relative;
}
#search_form .table_filters .filter_dropdown_wrapper.active .filter_modal, #search_form .table_filters .filter_dropdown_wrapper.active .sort_modal,
#search_form .table_filters .sort_dropdown_wrapper.active .filter_modal,
#search_form .table_filters .sort_dropdown_wrapper.active .sort_modal,
#search_form .table_sorting .filter_dropdown_wrapper.active .filter_modal,
#search_form .table_sorting .filter_dropdown_wrapper.active .sort_modal,
#search_form .table_sorting .sort_dropdown_wrapper.active .filter_modal,
#search_form .table_sorting .sort_dropdown_wrapper.active .sort_modal {
  display: block;
}
#search_form .table_filters .filter_dropdown_wrapper.active .filter_arrow, #search_form .table_filters .filter_dropdown_wrapper.active .sort_arrow,
#search_form .table_filters .sort_dropdown_wrapper.active .filter_arrow,
#search_form .table_filters .sort_dropdown_wrapper.active .sort_arrow,
#search_form .table_sorting .filter_dropdown_wrapper.active .filter_arrow,
#search_form .table_sorting .filter_dropdown_wrapper.active .sort_arrow,
#search_form .table_sorting .sort_dropdown_wrapper.active .filter_arrow,
#search_form .table_sorting .sort_dropdown_wrapper.active .sort_arrow {
  transform: rotate(270deg);
}
#search_form .table_filters .filter_dropdown_wrapper.sort .filter_arrow,
#search_form .table_filters .sort_dropdown_wrapper.sort .filter_arrow,
#search_form .table_sorting .filter_dropdown_wrapper.sort .filter_arrow,
#search_form .table_sorting .sort_dropdown_wrapper.sort .filter_arrow {
  transform: rotate(180deg);
}
#search_form .table_filters .filter_dropdown_wrapper.sort.active .filter_arrow,
#search_form .table_filters .sort_dropdown_wrapper.sort.active .filter_arrow,
#search_form .table_sorting .filter_dropdown_wrapper.sort.active .filter_arrow,
#search_form .table_sorting .sort_dropdown_wrapper.sort.active .filter_arrow {
  transform: rotate(0deg);
}
#search_form .table_filters .filter_button,
#search_form .table_filters .sort_button,
#search_form .table_sorting .filter_button,
#search_form .table_sorting .sort_button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 6px 12px;
  padding-right: 2px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  background: white;
  white-space: nowrap;
}
#search_form .table_filters .filter_button > div,
#search_form .table_filters .sort_button > div,
#search_form .table_sorting .filter_button > div,
#search_form .table_sorting .sort_button > div {
  display: flex;
  gap: 5px;
}
#search_form .table_filters .filter_button .filter_label,
#search_form .table_filters .filter_button .sort_label,
#search_form .table_filters .sort_button .filter_label,
#search_form .table_filters .sort_button .sort_label,
#search_form .table_sorting .filter_button .filter_label,
#search_form .table_sorting .filter_button .sort_label,
#search_form .table_sorting .sort_button .filter_label,
#search_form .table_sorting .sort_button .sort_label {
  color: #4d5155;
  font-weight: 400;
}
#search_form .table_filters .filter_button .filter_value,
#search_form .table_filters .filter_button .sort_value,
#search_form .table_filters .sort_button .filter_value,
#search_form .table_filters .sort_button .sort_value,
#search_form .table_sorting .filter_button .filter_value,
#search_form .table_sorting .filter_button .sort_value,
#search_form .table_sorting .sort_button .filter_value,
#search_form .table_sorting .sort_button .sort_value {
  font-weight: 500;
  color: #2a2a2a;
  font-size: 1rem;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#search_form .table_filters .filter_button .filter_arrow,
#search_form .table_filters .filter_button .sort_arrow,
#search_form .table_filters .sort_button .filter_arrow,
#search_form .table_filters .sort_button .sort_arrow,
#search_form .table_sorting .filter_button .filter_arrow,
#search_form .table_sorting .filter_button .sort_arrow,
#search_form .table_sorting .sort_button .filter_arrow,
#search_form .table_sorting .sort_button .sort_arrow {
  width: 30px;
  height: 30px;
  background-image: url("graphics/svg/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
  transform: rotate(90deg);
}
#search_form .table_filters .filter_modal,
#search_form .table_filters .sort_modal,
#search_form .table_sorting .filter_modal,
#search_form .table_sorting .sort_modal {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px;
  z-index: 10;
  display: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
#search_form .table_filters .filter_modal input[type=checkbox],
#search_form .table_filters .sort_modal input[type=checkbox],
#search_form .table_sorting .filter_modal input[type=checkbox],
#search_form .table_sorting .sort_modal input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  float: left !important;
  border: none;
  position: unset;
  vertical-align: middle;
  cursor: pointer;
  clear: both;
  margin-top: 3px;
  margin-right: 6px;
}
#search_form .table_filters .filter_modal label,
#search_form .table_filters .sort_modal label,
#search_form .table_sorting .filter_modal label,
#search_form .table_sorting .sort_modal label {
  display: block;
  margin: 4px;
  padding: 4px 4px 4px 7px;
  cursor: pointer;
}
#search_form .table_filters .filter_modal label:hover,
#search_form .table_filters .sort_modal label:hover,
#search_form .table_sorting .filter_modal label:hover,
#search_form .table_sorting .sort_modal label:hover {
  background-color: #f1f1f1;
  border-radius: 5px;
  color: #000;
}

.pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.pagination-wrapper .pagination ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 8px;
  padding: 0;
  justify-content: center;
}
.pagination-wrapper .pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  padding: 0;
}
.pagination-wrapper .pagination li a {
  text-decoration: none;
  font-size: 16px;
  color: black;
  font-weight: bold;
  padding: 5px 15px;
}
.pagination-wrapper .pagination li span.active {
  color: white;
  background: #E4000F;
  padding: 5px 15px;
  border-radius: 7px;
}
.pagination-wrapper .pagination-arrow a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  padding: 0 !important;
  box-sizing: border-box;
}
.pagination-wrapper .pagination-arrow a {
  cursor: pointer;
}
.pagination-wrapper .pagination-arrow img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.pagination-wrapper .pagination-arrow.left {
  transform: rotate(180deg);
}
.pagination-wrapper .pagination-arrow.disabled img {
  opacity: 0.5;
  cursor: not-allowed;
}

.clear-all-filters-wrapper {
  position: absolute;
  right: -17px;
  top: 85px;
}

.infographic-item img.short {
  width: 40px;
  height: 40px;
}

.your_frame #window-frame,
.your_frame #window-frame-success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 5px;
  z-index: 1000;
  border: 1px solid #656565;
  width: 500px;
  height: 610px;
}
.your_frame #window-frame span,
.your_frame #window-frame-success span {
  width: auto !important;
}
.your_frame .container {
  display: flex;
}
.your_frame .container > div {
  flex: 1;
}
.your_frame .container .descr_list .container {
  padding: 0 30px 0 0;
}
.your_frame .container .descr_list .container p {
  max-width: 475px;
}
.your_frame .container .descr_list .container ol li::marker {
  color: white;
  background: #0073e6;
  font-weight: bold;
  border-radius: 50%;
  padding: 4px 8px;
  /* uwaga: padding nie zawsze działa */
}
.your_frame .container .descr_list ol {
  list-style: none;
  /* wyłączamy standardowe numerki */
  counter-reset: step;
  /* resetujemy licznik */
  padding-left: 0;
  margin: 0;
}
.your_frame .container .descr_list ol li {
  counter-increment: step;
  margin: 20px 0;
  padding-left: 48px;
  /* miejsce na kółko z numerem */
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #414141;
}
.your_frame .container .descr_list ol li::before {
  content: counter(step, decimal-leading-zero);
  /* np. 01, 02 */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  color: #DA211F;
  /* czerwony tekst */
  background-color: rgba(218, 33, 31, 0.1019607843);
  /* półprzezroczyste tło */
}
.your_frame .container #configuratable-product-section {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.06);
  padding: 30px;
}
.your_frame .container #configuratable-product-section .upload-area {
  margin-bottom: 25px;
  background-color: #fff;
}
.your_frame .container #configuratable-product-section span {
  width: 100%;
  color: #414141;
  font-weight: 500;
}
.your_frame .container #configuratable-product-section .file-types {
  color: rgba(65, 65, 65, 0.7);
  font-size: 14px;
}
.your_frame .container #configuratable-product-section textarea {
  color: #414141;
  font-weight: 500;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.your_frame .container #configuratable-product-section .uploaded-info {
  background-color: #fff;
  padding: 0;
  margin-bottom: 25px;
}
.your_frame .container #configuratable-product-section .uploaded-info span {
  width: 100%;
  color: #414141;
  font-weight: 500;
}
.your_frame .container #configuratable-product-section .uploaded-info .file-url-wrapper {
  background-color: #F7F6F9;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 7px 15px;
  color: rgba(65, 65, 65, 0.6980392157);
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}
.your_frame .container #configuratable-product-section .uploaded-info .file-url {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.your_frame .container #configuratable-product-section .nice-cart-quantity-controls {
  justify-content: end;
  align-items: center;
  width: 100%;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.your_frame .container #configuratable-product-section .nice-cart-quantity-controls .input-number {
  padding: 0;
}
.your_frame .container #configuratable-product-section .nice-cart-quantity-controls .button {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 7px;
  font-weight: 600;
  margin-right: 0;
  padding: 10px 25px;
}

.window-overlay .window-close {
  top: 50%;
  right: 25px;
  width: 40px;
  height: 40px;
  z-index: 105;
  transform: translate(0, -50%);
  background-color: #f2f3f5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.window-overlay .window-close img {
  width: 16px;
}
.window-overlay .window {
  border-radius: 7px;
  height: 90vh;
  width: 90vw;
}
.window-overlay .window .window-header {
  position: absolute;
  background-color: white;
  border-radius: 7px 7px 0 0;
  padding: 10px 80px 15px 25px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
}
.window-overlay .window .window-header h2 {
  margin: 0 !important;
}
.window-overlay .window .window-header h3 {
  font-weight: 500;
  margin: 0;
  padding-top: 15px;
}
.window-overlay .window h4 {
  margin-top: 0;
}
.window-overlay .window .window-footer {
  padding: 25px;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-radius: 0 0 7px 7px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  box-sizing: border-box;
  text-align: end;
}
.window-overlay .window .window-footer .button {
  margin-bottom: 0;
  width: 100%;
  background-color: #E4000F;
  color: #fff;
  border: none;
  font-weight: 600;
}
.window-overlay .window .window-footer .confirm-filter {
  margin: 0;
  width: 100%;
}
.window-overlay .window .window-content {
  top: 70px;
  bottom: 90px;
  right: 0px;
  left: 0px;
  padding: 10px 25px;
}
.window-overlay .custom-file.button {
  margin-bottom: 0;
}

#window-frame-success .window-header {
  padding-top: 40px;
}
#window-frame-success .window-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#window-frame-success .window-content h3 {
  font-weight: 600;
  font-size: 1.5rem;
}
#window-frame-success .window-content p {
  max-width: 340px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  margin: 0 auto;
  color: rgba(56, 56, 56, 0.8);
}
#window-frame-success .window-content img {
  margin: 0 auto;
}

.listing-your-frame {
  display: flex;
  gap: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 10px;
}
.listing-your-frame h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
.listing-your-frame .content-wrapper {
  align-self: center;
}
.listing-your-frame .top-descr {
  font-weight: 400;
  font-size: 14px;
  color: rgba(65, 65, 65, 0.8);
  line-height: 1.6;
}

.info_banner {
  position: fixed;
  top: -35px;
  left: 0;
  right: 0;
  padding: 0px 10px;
  background-color: #ed1c24;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 14px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.info_banner_show #TOP, .info_banner_show #TOP.sticked {
  top: 35px !important;
}

#page-api_punchout .ariba-punchout {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  padding: 35px;
  border-radius: 7px;
  background: #fff;
}
#page-api_punchout .ariba-punchout .green-alert {
  margin-bottom: 20px;
}
#page-api_punchout .ariba-punchout p {
  margin: 0 0 10px;
  color: #414141;
}
#page-api_punchout .ariba-punchout p:last-of-type {
  margin-bottom: 20px;
}
#page-api_punchout .ariba-punchout .button.cta {
  margin-bottom: 25px;
  min-width: 220px;
}
#page-api_punchout .ariba-punchout .ariba-progress {
  margin-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  background: #f0f2f6;
  height: 12px;
  overflow: hidden;
}
#page-api_punchout .ariba-punchout .ariba-progress__bar {
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ed1c24 0%, #ff6a00 100%);
  transition: width 80ms linear;
}
#page-api_punchout .ariba-punchout .ariba-progress__text {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 0.85rem;
  color: #666;
}/*# sourceMappingURL=theme.css.map */