@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 Heavy"), local("Lato-Heavy"), url("fonts/Lato-Heavy.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;
}
@font-face {
  font-family: "lato";
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url("fonts/Lato-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Regular"), local("Roboto-Regular"), url("fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("fonts/Roboto-Italic.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  font-style: italic;
  src: local("Roboto BoldItalic"), local("Roboto-BoldItalic"), url("fonts/Roboto-BoldItalic.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  src: local("Roboto LightItalic"), local("Roboto-LightItalic"), url("fonts/Roboto-LightItalic.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  src: local("Roboto MediumItalic"), local("Roboto-MediumItalic"), url("fonts/Roboto-MediumItalic.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  src: local("Roboto MediumItalic"), local("Roboto-MediumItalic"), url("fonts/Roboto-MediumItalic.ttf");
}
@font-face {
  font-family: "TTCommons";
  src: local("TT Commons Regular"), local("TT-Commons-Regular"), url("fonts/TT-COMMONS-REGULAR.OTF") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "TTCommons";
  font-weight: 500;
  src: local("TT Commons Medium"), local("TT-Commons-Medium"), url("fonts/TT-COMMONS-MEDIUM.OTF") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "TTCommons";
  font-style: italic;
  src: local("TT Commons Italic"), local("TT-Commons-Italic"), url("fonts/TT-COMMONS-ITALIC.OTF") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "TTCommons";
  font-weight: bold;
  src: local("TT Commons Bold"), local("TT-Commons-Bold"), url("fonts/TT-COMMONS-BOLD.OTF") format("opentype");
  font-display: swap;
}
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* ================= FORMULARZE ================ */
label {
  color: lighten #4D4D4D, 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: 2px;
  background: #fff;
  height: 50px;
  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;
}

.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: 150px;
  max-width: 150px;
}

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

.input-number > span {
  height: 50px;
  width: 50px;
  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.disabled,
.input-number > span.up.disabled {
  opacity: 0.2;
  cursor: default;
}

.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: 50px;
  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: 2px;
  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: 23px;
  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: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 9px 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: 2px;
  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: 2px;
  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;
}

/* === 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 #4D4D4D;
  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: TTCommons, 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: #4D4D4D;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 1px solid #4D4D4D;
  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;
}

.simple-search-wrapper .button.search-button img {
  pointer-events: none;
}

.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: " ⠴";
  }
}
.error-message {
  color: red;
  font-size: 0.875rem;
  display: none;
  margin-top: 5px;
  position: relative;
}

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

.form-wrapper {
  position: relative;
}

html, body, input, textarea {
  line-height: 1.6;
}

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

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

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

#START h1 {
  font-size: 3.125rem;
}

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

span.subtitle {
  margin-top: 10px;
  font-size: 0.5em;
}

a {
  color: #5E1A28;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.button {
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 25px 4px 25px;
  border: 2px solid #5E1A28;
  border-radius: 2px;
}

:hover.button, :hover.button.cta {
  background: #f9f6ef;
}

.button.alt {
  background: #5E1A28;
  color: #fff;
  border: none;
}

:hover.button.alt {
  background: #360f17;
}

.button.txt {
  height: 2em;
  padding: 0;
  background: none;
  color: #4D4D4D;
  min-width: 0;
  padding-right: 25px;
  border: 0;
}

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

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

.button.cta {
  height: 50px;
  color: #5E1A28;
  border: solid 2px #5E1A28;
  background: transparent;
  padding-right: 50px;
}

.button.alt.cta {
  background: #5E1A28;
  border: 0;
  color: #fff;
}

.button.cta:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-image: url("graphics/svg/arrow-right.svg");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms;
}

.button.alt.cta:after {
  background-image: url("graphics/svg/arrow-right-white.svg");
}

:hover.button.cta:after {
  background-position-x: 20px;
}

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

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

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

.button.ico-btn .ico {
  background: #e6e6e6;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 50px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
  transition: 300ms;
}

:hover.button.ico-btn .ico {
  background: #223665;
}

.button.ico-left, .button.ico-right {
  background: #fff;
  color: #5E1A28;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms;
}

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

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

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

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

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

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

.button.alt.ico-left .ico, .button.alt.ico-right .ico {
  background: none;
}

.button.ico-left:hover, .button.ico-right:hover {
  background: #f9f6ef;
}

.button.alt.ico-left:hover .ico, .button.alt.ico-right:hover .ico {
  background: none;
}

.container, .container.alt, .container.full {
  padding: 0 100px;
}

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

.flags, .currencys {
  margin-top: 15px;
  margin-right: 20px;
  float: right;
  position: relative;
  margin: 0;
}

.currencys {
  padding-left: 15px;
}

.flags a, .currencys a {
  border: 0;
  text-decoration: none;
  color: #4D4D4D;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.flags .current_lang, .currencys .current_currency {
  width: auto;
}

.flags .current_lang a, .currencys .current_currency a {
  border: 0;
  position: relative;
  padding-right: 27px;
}

.current_lang a:after, .current_currency a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22px;
  background-image: url("graphics/arrow-down.png");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  transition: right 300ms;
}

.choose_lang, .choose_currency {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 65px;
  display: none;
  background: #fff;
  padding: 0;
  z-index: 120;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.choose_lang.show-me, .choose_currency.show-me {
  display: block;
}

.choose_lang a, .choose_currency a {
  padding: 6px 10px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
}

.choose_lang a:hover, .choose_currency a:hover {
  background: #eee;
}

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

.text-wrapper.border p {
  padding: 0 0 0 35px;
  font-size: 1.1rem;
  position: relative;
  font-weight: bold;
  margin-bottom: 8px;
}

.text-wrapper.border > p:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("graphics/alert-bordo.png");
  background-position: left center;
  background-size: 22px;
  background-repeat: no-repeat;
}

.text-wrapper.border > p:last-child {
  margin-bottom: 0;
}

.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;
}

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

.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 {
  margin: 0;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

#START .header {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}

#START .header .text-wrapper {
  margin: 0 auto;
  text-align: center;
}

.header.with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  flex-wrap: wrap;
}

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

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

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

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

.pop-add-info-wrapper {
  position: fixed;
  bottom: -110%;
  right: 30px;
  width: 600px;
  height: auto;
  max-height: 240px;
  max-width: 100vw;
  background: #fff;
  overflow-y: auto;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: all 500ms;
  opacity: 0;
}

.pop-add-info-wrapper.info-visible {
  right: 30px;
  bottom: 30px;
  opacity: 1;
  transition-delay: 1s;
}

.pop-add-info {
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  font-size: 0.8rem;
  z-index: 0;
}

.pop-add-info h3 {
  margin-top: 0;
}

.pop-add-info-wrapper .close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px;
  cursor: pointer;
}

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

.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: #223665;
}

.icon-card-lux-section .icon-card .icon-wrapper {
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(90deg, #223665, #5E1A28);
  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: 90px 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;
}

.steps-section-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50%;
  position: relative;
}

.steps-section-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  border-top: 2px dashed #650525;
}

.steps-section-wrapper .steps-side {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  box-sizing: border-box;
  padding-top: 60px;
  padding-right: 215px;
}

.steps-section-wrapper .steps-side .header .text-wrapper,
#START .steps-section-wrapper .steps-side .header .text-wrapper {
  text-align: left;
}

.steps-section-wrapper .steps-wrapper {
  padding-top: 60px;
  position: relative;
  margin-left: -215px;
}

.steps-section-wrapper .steps-wrapper:after {
  content: "";
  position: absolute;
  top: -60px;
  left: 215px;
  height: 120px;
  border-left: 2px dashed #650525;
}

.steps-section-wrapper .one-step-wrapper {
  padding-left: 60px;
  margin-bottom: 0;
}

.steps-section-wrapper .one-step-wrapper .one-step {
  padding-left: 100px;
  position: relative;
  min-height: 100px;
}

.steps-section-wrapper .one-step-wrapper .one-step .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #4D4D4D;
  box-sizing: border-box;
}

.steps-section-wrapper .one-step-wrapper .one-step .icon-wrapper .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 50%;
}

.steps-section-wrapper .one-step-wrapper .one-step .icon-wrapper .icon img {
  width: 100%;
}

.steps-section-wrapper .one-step-wrapper .one-step .content h3 {
  margin-top: 0;
  font-size: 1.3rem;
  font-weight: 900;
}

.steps-section-wrapper .header h2, #START .steps-section-wrapper .header h2 {
  text-align: left;
}

.steps-section-wrapper .one-step-wrapper .one-step .content {
  padding-left: 110px;
  position: relative;
  padding-top: 20px;
  min-height: 200px;
}

.steps-section-wrapper .one-step-wrapper .one-step .content:after {
  content: "";
  position: absolute;
  top: 120px;
  left: 55px;
  bottom: 0;
  border-left: 2px dashed #650525;
}

.steps-section-wrapper .one-step-wrapper:last-child .one-step .content:before {
  content: url("graphics/offer-arrow-down.png");
  position: absolute;
  bottom: -20px;
  left: 47px;
}

.steps-section-wrapper .one-step-wrapper .one-step .content .step-number {
  position: absolute;
  left: 0;
  top: 20px;
  width: 110px;
  font-size: 6.25rem;
  color: #5E1A28;
  font-family: TTCommons, tahoma, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.header h2 .step-number {
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
  color: #5E1A28;
  font-size: 1.4em;
}

.steps-section-wrapper .one-step-wrapper .one-step .content .step-number:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: #f0efed;
  width: 60px;
  height: 60px;
  z-index: -1;
  transform: translate(-65%, 0);
}

.ico-process-steps-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -30px;
  width: 100%;
  padding: 0 0 40px 0;
}

.ico-process-steps-wrapper .icon-step {
  padding: 0 30px;
  position: relative;
}

.ico-process-steps-wrapper .icon-step:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0;
  margin-right: -5px;
  background-image: url("graphics/arrow-right-bordo.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 11px;
  height: 18px;
}

.ico-process-steps-wrapper .icon-step:last-child:after {
  display: none;
}

.ico-process-steps-wrapper .icon-step .icon-wrapper {
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
}

.ico-process-steps-wrapper .icon-step .icon-wrapper .icon {
  width: 100%;
  border-radius: 50%;
  padding: 12px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
}

.ico-process-steps-wrapper .icon-step .icon-wrapper .icon img {
  width: 100%;
}

nav.desktop .nav-button {
  margin: 0 10px;
}

nav.desktop .nav-button > a {
  text-transform: none;
  font-size: 1.1rem;
  font-family: TTCommons, tahoma, arial, sans-serif;
}

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: #5E1A28;
  transition: all 300ms;
}

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

.header-modules {
  float: right;
  height: 100%;
}

#logo {
  width: 240px;
  height: 60px;
  margin-bottom: 10px;
  left: 100px;
}

.sticked #logo {
  height: 40px;
}

#TOP.sticked #logo {
  margin-bottom: 0;
}

#TOP {
  border: 0;
  background: none;
}

#TOP.sticked, #START #TOP.unsticked {
  background: #fff;
}

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

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

.header-modules .button {
  margin: 0;
  min-width: 220px;
}

.header-modules .phone-wrapper {
  margin-left: 30px;
}

.phone-wrapper .button .ico {
  padding: 10px;
}

#TOP .search-wrapper {
  padding-left: 70px;
}

#TOP .search-wrapper .search-panel {
  position: relative;
  top: auto;
  right: 40px;
  bottom: auto;
}

#TOP .search-btn-wrapper .search-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

.MEGADROPDOWN-PLACEHOLDER {
  height: 60px;
}

.dropdown-blur-layer {
  transition: all 600ms;
}

body.megadropdown-show .dropdown-blur-layer {
  filter: blur(6px) grayscale(100%);
}

.dropdown-manual-links .content h3 {
  margin-top: 0;
}

.dropdown-manual-links .content .button {
  width: 100%;
}

.opSlider .opSlider-inner,
.opSlider .ps-image,
.ps-image {
  background: #fff;
}

.opSlider-item.bg-image .opSlider-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: calc(50% - 120px);
}

.opSlider .banner-content, .photo-section .banner-content {
  right: calc(50% + 120px);
}

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

.opSlider-item.bg-image .banner-content .container {
  opacity: 0;
  top: 50px;
  position: relative;
  transition: all 0.6s;
}

.opSlider-item.bg-image.active .banner-content .container {
  opacity: 1;
  top: 0;
}

.banner-content {
  top: 170px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
}

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

.banner-content h1, .banner-content h2 {
  margin-bottom: 20px;
}

.banner-content .controls {
  padding-top: 20px;
}

.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 {
  color: #4D4D4D;
  text-shadow: none;
}

.opSlider-indicators {
  left: auto;
  margin-right: 100px;
  margin-left: 100px;
}

.banner-content .text-wrapper {
  font-size: 1.3rem;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 25px !important;
  color: #222;
}

#page-design_product .product-lead-wrapper .product-lead-content {
  min-height: 550px;
}

#page-design_product .product-lead-wrapper .product-lead-content .product-image-wrapper {
  padding-bottom: 350px;
}

.gallery-static {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.gallery-static .image-wrapper {
  width: calc(25% - 10px); /* 4 obrazki w rzędzie, z odstępem */
}

@media (max-width: 1024px) {
  .gallery-static .image-wrapper {
    width: calc(33.33% - 10px); /* 3 obrazki w rzędzie na mniejszych ekranach */
  }
}
@media (max-width: 768px) {
  .gallery-static .image-wrapper {
    width: calc(50% - 10px); /* 2 obrazki w rzędzie na małych ekranach */
  }
}
.product-lead-wrapper .product-lead-content {
  padding-right: 0;
  padding-left: 530px;
  min-height: 650px;
  padding-bottom: 30px;
}

.product-lead-wrapper .product-image {
  position: relative;
}

.product-lead-wrapper .product-lead-content .cb-gallery {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -260px;
}
.product-lead-wrapper .product-lead-content .cb-gallery .container {
  padding: 0;
}

#page-product .product-lead-wrapper .cb-gallery {
  bottom: -135px;
}

.img-gallery-image {
  overflow: hidden;
  max-width: 470px;
  max-height: 470px;
}

.product-lead-wrapper .product-lead-content .product-image-wrapper {
  position: absolute;
  top: 0;
  right: initial;
  left: 0;
  width: 470px;
  padding-bottom: 500px;
  border: 1px solid rgb(221, 221, 221);
  box-sizing: border-box;
}

.product-lead-wrapper .product-lead-content .product-image-wrapper {
  border: 0;
  padding-bottom: 470px;
}

.product-lead-wrapper .product-lead-content .product-image-wrapper .product-image {
  align-items: flex-start;
}

.product-lead-wrapper .product-lead-content .product-image-wrapper .product-image .img-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product-lead-wrapper .product-lead-content .product-image-wrapper .gal-img {
  display: none;
}

.product-lead-wrapper .product-lead-content .product-image-wrapper .slick-initialized .gal-img {
  display: block;
}

.product-lead-wrapper .product-lead-content .product-image-wrapper .product-gallery {
  overflow: hidden;
}

.color-preview-wrapper {
  position: relative;
  height: auto;
  background-color: none;
}

.color-preview-wrapper .color-preview-holder {
  padding-bottom: 100%;
  position: relative;
}

.color-name {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  padding: 3px 0;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  background: none;
  box-sizing: border-box;
  color: #3d3d3d;
}

.design-color-picker-item {
  padding: 0 8px;
  display: flex;
  align-items: center;
}

#page-design_product .design-color-picker-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

#page-design_product .design-color-picker-wrapper .design-color-picker-item {
  margin-bottom: 20px;
  padding: 0 15px;
  width: 33.333%;
  box-sizing: border-box;
}

#page-product .design-color-picker-item span {
  margin-left: 15px;
  line-height: 1.4;
  font-size: 0.9rem;
}

#page-product .design-color-picker-wrapper .design-color-picker-item {
  margin-bottom: 20px;
  padding: 0 15px;
  width: 33.333%;
  box-sizing: border-box;
}

#page-design_product .design-color-picker-item span {
  margin-left: 15px;
  line-height: 1.4;
  font-size: 0.9rem;
}

#page-design_product .design-color-section .footer {
  text-align: left;
}

.price-section .button.disabled {
  opacity: 50%;
}

.availability-info-box {
  max-width: 378px;
}

.rest-options .input-wrapper select,
.rest-options .input-wrapper input,
.rest-options .input-wrapper .select {
  max-width: 442px;
}

.rest-options .one-only {
  opacity: 50%;
}

.rest-options .dimmension::-moz-placeholder {
  opacity: 50%;
}

.rest-options .dimmension::placeholder {
  opacity: 50%;
}

.out-of-range {
  color: red;
}

.design-color-section {
  margin-left: -30px;
  margin-right: -30px;
}

.design-color-section > div.design-color-picker-wrapper {
  float: left;
  width: 65%;
  padding: 0 30px;
  box-sizing: border-box;
}

.design-color-section > div {
  float: left;
  width: 65%;
  padding: 0 30px;
  box-sizing: border-box;
}

.design-color-section .header h2 {
  margin-top: 0;
}

.design-color-section .header {
  padding-bottom: 0;
}

.design-color-section > div.color-preview-wrapper {
  float: left;
  width: 35%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  width: 325px;
}

.design-color-section > div.color-preview-wrapper:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 60%;
  right: -2000px;
  height: 700px;
  background: #f0efed;
}

.color-preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat;
  background-size: cover;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
}

.design-color-picker-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.design-color-picker {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  overflow: visible;
  position: relative;
  width: 35px;
  min-width: 35px;
  height: 35px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.design-color-picker:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #fff;
  transition: border 300ms;
  border-radius: 50%;
}

.design-color-picker a,
.design-color-picker img {
  display: block;
  height: 35px;
  width: 35px;
}

.design-color-picker-item:hover .design-color-picker:after,
.design-color-picker-item.urhere .design-color-picker:after {
  border: 1px solid #4b4c4e;
}

.design-color-picker .show-more-btn {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.design-color-picker-item:hover {
  cursor: pointer;
}

.rest-options .header {
  padding-bottom: 0;
}

input[readonly] {
  cursor: not-allowed;
  background-color: #f0f0f0;
}

.controls.anchor {
  margin-top: 1.8em;
}

#page-products_listing .product-card .button {
  padding: 0 15px;
  height: 40px;
  min-width: 9em;
  margin: 0 0rem 0.5rem 0;
}

.product-lead-wrapper .product-lead-content .text-wrapper sub {
  font-size: 1rem;
  opacity: 70%;
}

.order-details {
  display: flex;
  flex-direction: column;
  padding-right: 33px;
}

.order-details span.ordered-dimmensions {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
}

.design-filter-wrapper-box .text-wrapper h2 {
  max-width: 600px;
  transition: all 0.5s linear; /* Dodaj płynne przejście */
}

.design-filter-wrapper-box .text-wrapper content {
  width: 300px;
}

.design-filter-wrapper-box .text-wrapper h2.ui-accordion-header-active {
  max-width: 1500px;
  transition: all 0.35s linear; /* Dodaj płynne przejście */
}

.final-elements {
  max-width: 410px;
  border: 1px solid #ddd;
  padding: 30px 5px 15px 26px;
}

.filter-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  position: relative;
  flex-wrap: wrap;
}

.filter-wrapper .filter-remove:after {
  background-image: url("graphics/x-close-gray.png");
}

.filter-wrapper .filter-button {
  background: #fff;
  border-width: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

.filter-wrapper .filter-button:hover {
  border-color: #5E1A28;
  border-width: 1px;
  color: #5E1A28;
  background: #fff;
}

.filter-wrapper .filter-button.urhere {
  border-color: #5E1A28;
  color: #fff;
  background: #5E1A28;
  padding-right: 20px;
  padding-left: 40px;
}

.filter-wrapper .filter-button.urhere:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  background-image: url("graphics/btn-ok.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
}

.filter-wrapper .filter-remove {
  position: absolute;
  bottom: 10px;
  left: 0;
  border: 0;
}

.filter-wrapper .filter-remove:hover:after {
  right: 5px;
}

.formats-wrapper div.format-item {
  border: solid 1px #0b0b0b;
  background: #fff;
  padding: 20px 20px 80px 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 0;
  transition: all 300ms;
  height: 100%;
  box-sizing: border-box;
  min-height: 385px;
}

.formats-wrapper div.format-item.hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px 0;
}

.formats-wrapper div.format-item .text-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.formats-wrapper div.format-item .text-wrapper .button {
  margin-right: 0;
  margin-bottom: 0;
}

.format-item .item-controls {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  padding: 0;
}

.format-item .item-controls .button {
  margin: 0;
  width: 100%;
  background-color: #fff;
  color: #4d4d4d;
  border: 0;
  border-top: 1px solid #999;
  padding-left: 25px;
}

.format-item .item-controls .button .ico {
  background: #fff;
  position: relative;
  padding: 0;
  margin-top: -2px;
  margin-left: -5px;
  margin-right: 8px;
  width: auto;
}

.format-item .item-controls .button .ico img {
  width: 22px;
}

.format-item .item-controls .button:hover {
  color: #5E1A28;
}

.format-item .item-controls .button .format-item .item-content {
  flex: 1;
  position: relative;
  padding-bottom: 0;
}

.format-item .image-wrapper {
  position: relative;
  margin: 0;
  width: 25%;
  padding-right: 0;
}

.format-item .image-wrapper .image {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: top no-repeat;
  background-size: contain;
  border: 0 none;
  width: 100%;
}

.format-item .item-header {
  padding: 0 0 0 70px;
  margin-bottom: 20px;
  border-bottom: solid 1px #999;
  position: relative;
  min-height: 70px;
  box-sizing: border-box;
  overflow: visible;
}

.format-item .item-header .image-wrapper {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 70px;
  height: 70px;
}

.format-item .item-header .image-wrapper .image {
  background-position: center;
}

.format-item .item-header strong {
  margin-bottom: 5px;
}

.format-item .item-header strong,
.format-item .item-header span {
  display: block;
  text-align: left;
  line-height: 1.2;
}

.format-item table tr td,
.format-item table tr th {
  padding: 10px;
  text-align: center;
  border-right: none;
  border-bottom: none;
  background: rgb(255, 255, 255);
  line-height: 1.6;
}

.format-item table {
  max-width: 100%;
  border-left: none;
  border-top: none;
}

.item-spec table tr td {
  text-align: left;
  padding: 2px 0;
}

.item-spec table tr td.key, .item-spec div.in-cart-wrapper .key {
  font-size: 0.8rem;
  color: #777;
}

.item-spec table tr td.value {
  text-align: right;
  font-weight: 500;
  color: #777;
}

.item-spec div.in-cart-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  padding: 8px 20px;
  margin-left: -20px;
  margin-right: -20px;
  min-height: 26px;
}

.item-spec div.in-cart-wrapper.show-cart-item {
  background: #f0efed;
}

.item-spec div.in-cart-wrapper .key, .item-spec div.in-cart-wrapper .value {
  font-weight: bold;
}

.own-sizes-configurator-wrapper {
  max-width: 690px;
  padding: 50px;
  border: 1px solid #ddd;
  background: #fff;
}

.own-sizes-configurator-wrapper .configurator-content-header {
  padding-bottom: 20px;
}

.own-sizes-configurator-wrapper h3:first-child {
  margin-top: 0;
}

.own-sizes-configurator-wrapper table,
.own-sizes-configurator-wrapper table tr td {
  border: 0;
}

.own-sizes-configurator-content .item-spec table tr td > span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.own-sizes-configurator-wrapper .input-combo {
  align-items: baseline;
  justify-content: flex-end;
}

.own-sizes-configurator-wrapper .input-wrapper {
  max-width: 200px;
}

.own-sizes-configurator-wrapper input {
  height: 30px;
  max-width: 200px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}

.own-sizes-configurator-wrapper .controls {
  text-align: right;
}

.own-sizes-configurator-wrapper .controls .button {
  min-width: 300px;
  margin: 0;
}

.product-gallery,
.product-gallery.slick-slider,
.product-gallery .image-wrapper,
.product-gallery .image-wrapper .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.product-gallery .slick-list {
  margin: 0;
}

.product-gallery {
  background-color: #fff;
}

.product-gallery .img-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product-image-wrapper .slick-slider .slick-track, .product-image-wrapper .slick-slider .slick-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.product-gallery .image-wrapper .image {
  background-size: cover;
  background-position: center;
}

.product-gallery .slick-prev,
.product-gallery .slick-next {
  bottom: 40px;
  border: 1px solid #223665 !important;
}

.product-gallery .slick-prev {
  right: 80px;
  left: initial;
}

.product-gallery .slick-next {
  right: 20px;
  border-radius: 50%;
}

.product-tile .content-wrapper {
  flex: 1;
  padding-bottom: 100px;
  position: relative;
}

.product-tile .content {
  padding-left: 30px;
  padding-bottom: 10px;
}

.product-tile .controls {
  bottom: 30px;
}

.product-tile .content-design-color-wrapper {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  border-top: 1px solid rgb(221, 221, 221);
  padding-top: 15px;
  display: none;
}

.product-tile .product-listing-design-color-area {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: auto;
  max-width: 100%;
  height: 50px;
  overflow: hidden;
  padding-right: 0;
}

.product-tile .product-listing-design-color-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.product-tile .design-color-picker-wrapper {
  flex-direction: row;
  margin: 5px 0;
}

.article-section.padding-top h2:first-child {
  margin-top: 0;
}

#BOTTOM {
  padding: 40px 0;
  border-top: 1px solid #223665;
}

#BOTTOM, #SYSTEM-FOOT {
  background: #fff;
}

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

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

#BOTTOM .social-icon {
  width: 22px;
  height: 22px;
  margin-right: 20px;
}

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

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

#SYSTEM-FOOT {
  border-top: 1px solid white;
}

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

.footer-columns {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.footer-columns > div {
  width: 50%;
  box-sizing: border-box;
}

.footer-columns > div.logo-footer {
  width: 35%;
}

.footer-columns > div.logo-footer img {
  max-width: 150px;
}

.footer-columns > div.main-content-footer {
  width: 65%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.footer-columns > div.main-content-footer > div, #BOTTOM .links ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.footer-columns > div.main-content-footer > div {
  padding-bottom: 10px;
}

.footer-columns > div.logo-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-columns > div.logo-footer a {
  display: block;
  width: 100%;
}

#BOTTOM .links, #BOTTOM .links ul {
  margin: 0;
  width: 100%;
}

#BOTTOM .links ul li a {
  color: #4D4D4D;
}

#START h2 {
  text-align: center;
}

#START .subtitle {
  font-weight: normal;
  color: #223665;
}

.offer-mod-section {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 240px;
}

.offer-mod-section:before {
  content: "";
  position: absolute;
  top: 360px;
  left: calc(50% + 120px);
  right: -250px;
  bottom: 0;
  background: #f0efed;
}

.offer-mod-section > div {
  width: 50%;
}

.offer-image-wrapper .image-wrapper {
  position: relative;
  padding-bottom: 720px;
  margin-left: -250px;
  margin-right: -120px;
}

.offer-image-wrapper .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.offer-mod-section .offer-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.offer-mod-section .offer-content {
  background: #fff;
  padding: 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  width: 600px;
  height: 600px;
  margin-bottom: -120px;
  box-sizing: border-box;
  position: relative;
}

.offer-mod-section .offer-content .text-wrapper {
  min-height: 0;
}

.offer-mod-section .offer-content > h3 {
  margin-top: 0;
  font-size: 2.2rem;
}

.offer-mod-section .offer-content > .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 60px 60px 60px;
}

.tags-wrapper {
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
  padding: 40px 0;
}

.tags-wrapper > div {
  width: 25%;
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
}

.tags-wrapper .icon-tag-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tags-wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
}

.tags-wrapper .icon-wrapper .icon {
  width: 60px;
  height: 60px;
  padding: 0;
  box-sizing: border-box;
}

.tags-wrapper .tag-content {
  padding-left: 25px;
  line-height: 1.2;
  font-size: 1rem;
}

.offer-content-wrapper .offer-content .tags-wrapper .icon-wrapper,
.offer-content-wrapper .offer-content .tags-wrapper .icon-wrapper .icon {
  width: 40px;
  height: 40px;
}

.offer-content-wrapper .offer-content .tags-wrapper .tag-content {
  font-size: 0.8rem;
  padding-left: 10px;
}

.offer-mod-section:nth-child(even)::before {
  right: calc(50% + 120px);
  left: -250px;
}

.offer-mod-section:nth-child(even) > div.offer-image-wrapper {
  order: 2;
}

.offer-mod-section:nth-child(even) > div.offer-image-wrapper .image-wrapper {
  margin-left: -120px;
  margin-right: -250px;
}

.offer-mod-section:nth-child(even) > div.offer-content-wrapper {
  order: 1;
  justify-content: flex-end;
}

.offer-mod2-section-wrapper {
  padding-top: 120px;
  position: relative;
}

.offer-mod2-section-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: -250px;
  right: calc(50% + 120px);
  bottom: calc(50% - 120px);
  background: #f0efed;
}

.offer-mod2-section-wrapper .columns.x2 {
  margin-left: -30px;
  margin-right: -30px;
}

.offer-mod2-section-wrapper .columns.x2 > div {
  padding: 0 30px;
}

.offer-mod2-section-wrapper .columns.x2 > div .offer-mod-card {
  padding-right: 0;
  padding-left: 0;
}

.offer-mod2-section-wrapper .columns.x2 > div .offer-mod-card .image-wrapper {
  width: 600px;
  padding-bottom: 600px;
  margin-left: -30px;
  margin-right: 0;
}

.offer-mod2-section-wrapper .columns.x2 > div .offer-mod-card .image-wrapper .image {
  border-radius: 50%;
  left: 60px;
  right: -220px;
  top: -160px;
}

.offer-mod2-section-wrapper .columns.x2 > div:first-child .offer-mod-card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.offer-mod2-section-wrapper .columns.x2 > div:first-child .offer-mod-card .image-wrapper {
  border-radius: 0;
  overflow: visible;
  margin-right: -30px;
  margin-left: 0;
}

.offer-mod2-section-wrapper .columns.x2 > div:first-child .offer-mod-card .image-wrapper .image {
  top: 0;
  left: -355px;
  right: 120px;
  border-radius: 0;
}

.offer-mod-card {
  padding-right: 120px;
  padding-bottom: 120px;
  position: relative;
}

.offer-mod-card .offer-content {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 400px;
  height: 400px;
  background: #fff;
  padding: 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  text-align: center;
}

.offer-mod-card .offer-content .text-wrapper {
  overflow: hidden;
  display: box;
  box-orient: vertical;
  line-clamp: 6;
  display: -moz-box;
  -moz-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.offer-mod-card .offer-content .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 60px 60px 60px;
}

.offer-mod-card .offer-content .controls .button,
.offer-mod-section .offer-content > .controls .button {
  margin: 0;
}

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

.offer-mod-card .image-wrapper {
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: visible;
}

.offer-mod-card .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.gallery-mod-wrapper .slick-slider,
.gallery-mod-wrapper .slick-list {
  overflow: visible !important;
}

.gallery-mod-wrapper .slick-prev, .gallery-mod-wrapper .slick-next {
  bottom: 50% !important;
  left: -80px !important;
  border: 1px solid #223665 !important;
  width: 30px !important;
  height: 30px !important;
}

.product-gallery .slick-prev, .product-gallery .slick-next {
  width: 30px !important;
  height: 30px !important;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity 100ms;
}

@keyframes arrow-delay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.product-gallery .slick-prev,
.product-gallery .slick-next {
  animation-name: arrow-delay;
  animation-duration: 0;
  animation-delay: 500ms;
}

.product-gallery .slick-prev {
  right: 60px;
}

.product-gallery .slick-prev:after, .product-gallery .slick-next:after {
  background-position-y: 7px !important;
}

.gallery-mod-wrapper .slick-prev {
  bottom: calc(50% - 20px) !important;
}

.gallery-mod-wrapper .slick-prev::after {
  background-position-y: 7px !important;
}

.gallery-mod-wrapper .slick-next {
  bottom: calc(50% + 20px) !important;
  border-radius: 50%;
}

.gallery-mod-wrapper .slick-next::after {
  background-position-y: 7px !important;
}

.gallery-mod-wrapper .slick-slide {
  opacity: 0;
  transition: 300ms;
}

.gallery-mod-wrapper .slick-slide.slick-active {
  opacity: 1;
}

.gallery-mod-wrapper .slick-slide.slick-active + .slick-slide {
  opacity: 1;
}

.blog-section-wrapper, .gallery-mod-wrapper, #page-blog_listing .container.page-blog_listing {
  position: relative;
}

.blog-section-wrapper .bg-square {
  width: 420px;
  height: 420px;
  background: #F0EFED;
  position: absolute;
  transform: translate(50%, 50px);
  bottom: 0;
  right: 0;
  z-index: 0;
}

.blog-section-wrapper .bg-circle, .gallery-mod-wrapper .bg-circle, .product-image-wrapper .bg-circle, #page-blog_listing .container.page-blog_listing .bg-circle {
  width: 420px;
  height: 420px;
  background: #F9F6EF;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 0;
}

#page-blog_listing .container.page-blog_listing .bg-circle {
  z-index: -1;
}

.gallery-mod-wrapper .bg-circle, #page-blog_listing .container.page-blog_listing .bg-circle {
  width: 600px;
  height: 600px;
  background: #F0EFED;
}

.gallery-mod-wrapper {
  padding-bottom: 200px;
}

.gallery-mod-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: -2000px;
  bottom: 0;
  background: #F9F6EF;
}

.blog-section-wrapper .columns.x2 > div.col2 {
  margin-top: 155px;
}

.blog-section-wrapper .columns.x2 {
  margin-left: -30px;
  margin-right: -30px;
  z-index: 1;
  position: relative;
}

.blog-section-wrapper .columns.x2 > div {
  padding: 0 30px 60px 30px;
}

.blog-card h2, #START .blog-card h2 {
  font-size: 2rem;
  margin-top: 0;
}

.blog-card {
  min-height: 0;
  box-sizing: border-box;
}

.header-blog-card {
  background: #fff;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.blog-mod-listing-wrapper .header-blog-card {
  box-shadow: none;
}

.header-blog-card .icon-wrapper {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #4D4D4D;
  margin: 0 auto;
  margin-top: 35px;
}

.header-blog-card .icon-wrapper .icon {
  width: 110px;
  height: 110px;
  box-sizing: border-box;
  padding: 20px;
}

.header-blog-card .content {
  padding: 30px 15px 60px 15px;
}

.header-blog-card .content h2 {
  text-align: center;
}

.header-blog-card .controls {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.header-blog-card h2 {
  margin-top: 0;
}

.blog-mod-listing-wrapper a.blog-card, .blog-mod-listing-wrapper a.blog-card:hover {
  text-decoration: none;
}

.card.blog-card .image-wrapper .img-placeholder, .card.blog-card .image .img-placeholder {
  padding-bottom: 100%;
}

.nav-controls {
  padding-bottom: 20px;
}

.leadgen-multimod-section {
  padding: 100px 0;
}

.leadgen-multimod-section .columns.x2 > div:first-child {
  border-right: 2px dashed #650525;
}

.leadgen-multimod-section .columns.x2 > div {
  padding-bottom: 0;
}

.leadgen-multimod-section .newsletter-wrapper, .leadgen-multimod-section .contact_data {
  padding: 60px;
}

.leadgen-multimod-section .contact_data h3 {
  margin-top: 0;
}

.leadgen-multimod-section .newsletter-wrapper .header,
.leadgen-multimod-section .newsletter-wrapper .header .text-wrapper,
.leadgen-multimod-section .newsletter-wrapper .header h3,
#START .leadgen-multimod-section .newsletter-wrapper .header .text-wrapper {
  text-align: left;
}

.leadgen-multimod-section .newsletter-wrapper .header,
#START .leadgen-multimod-section .newsletter-wrapper .header {
  padding-bottom: 0;
}

.leadgen-multimod-section .newsletter-wrapper .header h3,
#START .leadgen-multimod-section .newsletter-wrapper .header h3,
.leadgen-multimod-section .contact_data h3,
#START .leadgen-multimod-section .contact_data h3 {
  margin-top: 0;
  font-size: 2.2rem;
}

.leadgen-multimod-section .text-wrapper {
  min-height: 100px;
}

.leadgen-multimod-section .contact_data .phones-wrapper, .leadgen-multimod-section .contact_data .emails-wrapper {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.phone-hidden .phone-txt {
  width: 5em;
}

.leadgen-multimod-section .contact_data .phones-wrapper .phone-hidden .phone-txt,
.leadgen-multimod-section .contact_data .phones-wrapper .phone-number,
.leadgen-multimod-section .contact_data .phones-wrapper .phone-number a,
.leadgen-multimod-section .contact_data .emails-wrapper .email-wrapper .email a {
  font-size: 1.8rem;
  color: #4D4D4D;
}

.leadgen-multimod-section .contact_data .contact-icon {
  align-items: center;
}

.leadgen-multimod-section .contact_data .phones-wrapper .phone-hidden .reveal-btn {
  width: 30px;
  height: 30px;
}

.leadgen-multimod-section .contact_data .phones-wrapper .phone-hidden .reveal-btn > span {
  padding: 5px;
}

.leadgen-multimod-section .newsletter-wrapper .controls {
  text-align: right;
}

#START .sb-tile .content h2, .sb-tile .content h2 {
  text-align: left;
  margin-top: 0;
}

.sb-tile {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.sb-tile > div {
  width: 50%;
  min-width: 50%;
  box-sizing: border-box;
}

.sb-tile > div .image-wrapper {
  position: relative;
  overflow: visible;
  padding-bottom: 100%;
}

.sb-tile .image-wrapper .image {
  position: absolute;
  top: 0;
  left: -250px;
  right: -100px;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sb-tile .content {
  width: 50%;
  min-width: 50%;
  padding: 60px 60px 60px 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sb-tile .content > div {
  flex: 1;
}

.sb-tile .content .controls {
  padding-top: 20px;
}

.product-image-wrapper .bg-circle {
  z-index: -1;
  width: 700px;
  height: 700px;
  background: #f9f6ef;
}

.header.step3 .text-wrapper p > strong:first-child {
  font-family: TTCommons, tahoma, arial, sans-serif;
  margin: 1.5em 0 0.8em 0;
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
}

.header.step3 .text-wrapper p > strong:first-child > br {
  display: none;
}

.cart-module .cart-ico {
  width: 24px;
  height: 24px;
}

.cart-module-wrapper {
  position: relative;
}

.cart-content-window-wrapper {
  position: fixed;
  top: 0;
  right: -550px;
  bottom: 0;
  width: 450px;
  background: #fff;
  border-top: 1px solid #f5f5f5;
  box-shadow: -5px 5px 12px rgba(0, 0, 0, 0.1);
  transition: all 500ms;
  overflow: hidden;
  z-index: 9999;
}

#TOP .cart-content-window-wrapper {
  top: 169px;
}

#TOP.sticked .cart-content-window-wrapper {
  top: 69px;
}

.cart-module-wrapper.show-me .cart-content-window-wrapper {
  right: 0;
  transition: all 300ms;
}

.cart-content-window-wrapper .cart-content-window {
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 50px;
  padding: 20px;
  overflow-y: auto;
}

.cart-content-window-wrapper .cart-content-window::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

.cart-content-window-wrapper .cart-content-window::-webkit-scrollbar-track {
  background: orange; /* color of the tracking area */
}

.cart-content-window-wrapper .cart-content-window::-webkit-scrollbar-thumb {
  background-color: blue; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid orange; /* creates padding around scroll thumb */
}

.cart-content-window-wrapper .cart-content-window {
  scrollbar-width: none;
  scrollbar-color: #ddd #ddd;
}

/* Works on Chrome, Edge, and Safari */
.cart-content-window-wrapper .cart-content-window::-webkit-scrollbar {
  width: 0;
}

.cart-content-window-wrapper .cart-content-window::-webkit-scrollbar-track {
  background: #ddd;
}

.cart-content-window-wrapper .cart-content-window::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 20px;
  border: 0px solid #ddd;
}

.cart-content-window-wrapper .cart-content-window .rabat-section, .cart-content-window-wrapper .cart-content-window .hidden-on-cart-window {
  display: none;
}

.cart-content-window-wrapper .cart-content-window .nice-cart-item .item-content {
  padding-bottom: 10px;
}

.cart-content-window-wrapper .cart-content-window .nice-cart-item .item-content > strong {
  font-size: 14px;
}

.cart-content-window-wrapper .cart-content-window .nice-cart-item .item-content > .unit-price {
  display: none;
}

.cart-content-window-wrapper .cart-content-window .nice-cart-item .item-content > .add-cart-product-info {
  font-size: 12px;
}

.added-items .added-items-text > .add-cart-product-info {
  font-size: 12px;
  -moz-column-count: 2;
       column-count: 2;
  max-width: 300px;
}

.added-items .added-items-text .add-cart-product-info > div.info-value {
  display: inline-block;
  width: auto !important;
  text-align: left !important;
  text-transform: none;
  white-space: nowrap;
  margin-right: 5px;
}

.cart-content-window-wrapper .cart-content-window .nice-cart-item .item-image .item-thb,
.cart-content-window-wrapper .cart-content-window .nice-cart-item .item-image .img-placeholder {
  width: 40px;
  height: 40px;
}

.cart-content-window-wrapper .cart-controls-window {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  padding: 10px 20px 10px 20px;
  height: 50px;
  background: #fff;
  text-align: center;
  border-top: 1px solid #5E1A28;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}

.cart-content-window-wrapper .cart-header-window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  padding-left: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #5E1A28;
}

.cart-content-window-wrapper .cart-controls-window .button {
  margin: 0;
}

.cart-content-window-wrapper .cart-header-window .close-panel-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #5E1A28;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-content-window-wrapper .cart-controls-window .close-panel-btn img {
  width: 40%;
}

.nice-cart-item .item-content strong {
  white-space: normal;
  text-overflow: inherit;
}

.search-btn-wrapper {
  margin-bottom: -3px;
}

.cart-module .cart-ico .cart-quantity {
  bottom: auto;
  top: -5px;
  left: auto;
  right: -5px;
  font-size: 9px;
  width: 18px;
  height: 18px;
}

.product-tile .image-wrapper {
  padding-bottom: 20%;
  width: 20%;
}

.product-tile .image-wrapper .image {
  background-size: cover;
}

.product-card {
  padding-bottom: 20px;
  border: 0;
}

.product-card .content {
  padding: 0;
  padding-bottom: 60px;
}

.product-card.subbranche .content {
  padding-bottom: 0;
}

.product-card .message, .product-tile .message {
  height: 60px;
}

.product-card .price-wrapper {
  padding: 0;
  height: 60px;
}

.product-card .price-wrapper .add-product-info {
  font-size: 0.8rem;
}

.product-card h3 {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.product-card .image-wrapper {
  padding-bottom: 100%;
}

.product-card .image-wrapper .image {
  padding: 0;
  background-size: contain;
}

.product-card .image-wrapper.no-photo .image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}

a.product-card {
  text-decoration: none;
  color: #4D4D4D;
}

.design-item .product-card {
  padding-bottom: 0;
}

.design-item .product-card .content {
  padding: 0;
}

.nice-cart-item .item-content span {
  text-transform: none;
}

.nice-cart-item .item-price, .nice-cart-item .del {
  align-self: flex-start;
}

.nice-cart-item .item-price .nice-cart-quantity-controls {
  align-self: flex-start;
  padding-top: 10px;
  margin-right: -3px;
}

.nice-cart-item .item-content .add-cart-product-info > div.info-value {
  display: inline-block;
  width: auto !important;
  text-align: left !important;
  text-transform: none;
  white-space: nowrap;
  margin-right: 5px;
}

.nice-cart-item .item-content .add-cart-product-info > div.info-value strong {
  width: auto;
  display: inline;
}

.nice-cart-item .item-content .add-cart-product-info > div.info-value .color-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-bottom: -4px;
  margin-right: 2px;
  border: 1px solid #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.nice-cart-item .item-content span.unit-price {
  margin-bottom: 5px;
}

.nice-cart-item .item-content {
  padding-bottom: 42px;
}

.nice-cart-item .item-content .nice-cart-quantity-controls {
  bottom: 4px;
}

.nice-cart-item .del {
  margin-top: 4px;
}

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

#thanks-window.window-overlay .window {
  max-width: 515px;
  max-height: 330px;
}

#thanks-window.window-overlay .window .success-window-wrapper {
  position: relative;
  margin-top: 30px;
}
#thanks-window.window-overlay .window .success-window-wrapper .image-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
}
#thanks-window.window-overlay .window .success-window-wrapper h3 {
  padding-left: 40px;
  margin-top: 25px;
  font-weight: 500;
}

#thanks-window.window-overlay .window .window-content {
  top: 0px;
  bottom: 0;
  padding: 0px 40px;
}

#thanks-window .added-items {
  display: flex;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
#thanks-window .added-items .added-items-text {
  align-self: center;
  width: 100%;
}
#thanks-window .added-items .added-items-text span {
  font-size: 1.5rem;
  font-weight: 600;
}
#thanks-window .added-items .added-items-text h4 {
  color: #3d3d3d;
  font-size: 1rem;
  opacity: 75%;
}

#thanks-window .added-items .color-preview {
  width: 200px;
  height: 125px;
  position: relative;
  margin-right: 20px;
}

#thanks-window .controls {
  margin-top: 15px;
  font-size: 16px;
}

.ordered-dimmension-text {
  max-width: 40px;
}

.order-details table {
  border-left: none;
  border-top: none;
}

.order-details table tr td {
  border-right: none;
  text-align: left;
}

table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}

table tr td, table tr th {
  line-height: 1.8;
  vertical-align: middle;
}

table th.left, table td.left {
  text-align: left;
}

table th.right, table td.right {
  text-align: right;
}

table th.center, table td.center {
  text-align: center;
}

table td a.file-ico {
  display: inline-block;
}

table td {
  background: #fff !important;
}

table td .file-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

table td .show-order-details {
  display: block;
  padding-right: 30px;
  position: relative;
}

table td .show-order-details:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url("graphics/arrow-down.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  transition: transform 300ms;
}

table td .show-order-details.show-orders:after {
  transform: rotate(180deg);
}

table td img {
  display: block;
  margin: 0;
}

table td.order-products-list-cell {
  padding: 0;
  border: 0;
}

table td.order-products-list-cell .order-products-list-wrapper {
  height: 0;
  position: relative;
  overflow: hidden;
  transition: all 400ms;
  border-right: 1px solid #ddd;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  padding: 5px 0;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  right: 20%;
  height: 1px;
  background: #efefef;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item:first-child:after {
  display: none;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item > div {
  float: left;
  width: 50%;
  text-align: left;
  box-sizing: border-box;
  padding: 5px 10px;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item > div.order-product-name {
  width: 40%;
  font-size: 1rem;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item > div.order-product-name > span {
  display: block;
  line-height: 1.2;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item > div.order-product-name > span.machine-type {
  font-size: 0.8rem;
  color: #999;
  margin-top: 5px;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item > div.order-product-name > div.add-cart-product-info {
  display: block;
  margin-left: -8px;
  margin-right: -8px;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item > div.order-product-name > div.add-cart-product-info > div.info-value {
  display: inline-block;
  font-size: 0.8rem;
  color: #999;
  padding: 0 8px;
  position: relative;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item > div.order-product-price {
  width: 20%;
  text-align: right;
  font-size: 0.9rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item > div.order-product-price span {
  line-height: 1.2;
}

table td.order-products-list-cell .order-products-list-wrapper.show-orders {
  border-bottom: 1px solid #ddd;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item.summary-type {
  padding-bottom: 0;
  padding-top: 0;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item.summary-type.first-summary-item {
  padding-top: 10px;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item.summary-type:after {
  display: none;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item.summary-type.first-summary-item:after {
  display: block;
  height: 1px;
  background: #999;
  right: 20%;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item.summary-type .order-product-name {
  text-align: right;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item.summary-type.summary-price {
  padding-bottom: 40px;
}

table td.order-products-list-cell .order-products-list-wrapper .order-products-item.summary-type.summary-price .order-product-price {
  font-weight: bold;
}

#page-cart .columns.x2 > div:first-child {
  padding-right: 30px;
  border-right: 1px solid #ddd;
  padding-bottom: 0;
}

#page-cart .columns.x2 > div:last-child {
  padding-left: 30px;
  padding-bottom: 0;
}

#page-cart .rabat-section {
  margin-bottom: 0;
}

.blog-card .image-wrapper {
  position: relative;
}

.blog-card .image-wrapper .tag-ribbon {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 6px 15px;
  background-color: #5E1A28;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  box-shadow: 0 0 4px #fff;
}

.text-wrapper .search-wrapper {
  padding-bottom: 40px;
  max-width: 400px;
}

#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-icon .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin: 0;
  margin-right: 20px;
  background: #f9f6ef;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
}

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

.contact-icon strong {
  display: block;
  margin-bottom: 5px;
  color: #4D4D4D;
  font-family: TTCommons, 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: 50px;
  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: 1px solid #5E1A28;
}

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

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

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

#START .contact-data-form-section > div.contact-col,
#START .contact-data-form-section > div.contact-col h2,
#START .contact-data-form-section > div.contact-col h2 .subtitle,
.contact-data-form-section > div.contact-col,
.contact-data-form-section > div.contact-col h2,
.contact-data-form-section > div.contact-col h2 .subtitle {
  color: #fff;
}

.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-product-section {
  border: 1px solid #ddd;
  padding: 50px;
}

.contact-data-product-section > div {
  float: left;
  box-sizing: border-box;
  padding-right: 60px;
}

.contact-data-product-section > div.contact-col {
  position: relative;
  width: 35%;
}

.contact-data-product-section > div.add-module-col {
  width: 65%;
  padding-right: 0;
}

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

.contact-data-product-section .contact_data {
  padding-top: 30px;
}

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

.contact-data-section .contact-box {
  padding: 50px 50px 20px 50px;
  border: 1px solid #ddd;
  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-product-section .phone-wrapper .button,
.contact-data-product-section .email-wrapper .button,
.contact-data-form-section .phone-wrapper .button,
.contact-data-form-section .email-wrapper .button {
  min-width: 180px;
}

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

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

.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;
}

.red-alert {
  background-color: transparent;
  color: #4D4D4D;
}

.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;
}

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

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

.slick-lightbox-slick .slick-prev,
.slick-lightbox-slick .slick-next {
  border-color: #fff;
}

.slick-lightbox-slick .slick-prev:after,
.slick-lightbox-slick .slick-next:after {
  background-image: url(icons/btn-more-right.png);
  background-position-y: 9px;
}

.slick-lightbox-slick .slick-prev:after {
  background-image: url(icons/btn-more-left.png);
}

#page-design_product .product-lead-wrapper .product-lead-content .product-image-wrapper, #page-product .product-lead-wrapper .product-lead-content .product-image-wrapper {
  padding-bottom: 0 !important;
}

.splide__arrow--next {
  top: -40px !important;
  width: 30px !important;
  height: 30px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid #223665 !important;
  transition: opacity 100ms;
}

.splide__arrow--prev {
  left: auto !important;
  right: 3.5em !important;
  top: -40px !important;
  width: 30px !important;
  height: 30px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 0 !important;
  border: 1px solid #223665 !important;
  transition: opacity 100ms;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 1px solid #223665 !important;
}

#thumbnail-slider {
  margin-top: 10px;
}

.footer-columns .payment_methods .columns {
  max-width: 200px;
}
.footer-columns .payment_methods .columns > div {
  width: 50%;
  padding: 5px;
}
.footer-columns .payment_methods .columns > div img {
  min-height: 19px;
  max-height: 19px;
}

.payment_methods {
  box-sizing: border-box;
  padding-bottom: 10px;
  max-width: 400px;
}
.payment_methods h3 {
  text-align: left !important;
}
.payment_methods .header {
  margin-top: 0 !important;
  font-size: 1.3rem;
  padding: 0 !important;
}
.payment_methods .image-wrapper {
  margin: 0;
  padding: 10px 5px;
  text-align: center;
}
.payment_methods .image-wrapper img {
  overflow: visible;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 22px;
  max-height: 22px;
}

#page-design_product .splide__slide img {
  width: 100%;
}

.bestseller_label {
  color: #5E1A28;
  font-size: 15px;
  background-color: rgba(94, 26, 40, 0.1);
  padding: 5px 10px;
  vertical-align: middle;
  font-family: TTCommons, tahoma, arial, sans-serif;
  margin-left: 5px;
  overflow: hidden;
}

.bestseller_label_color {
  color: #5E1A28;
  font-size: 13px !important;
  vertical-align: middle;
  overflow: hidden;
  position: absolute;
  top: -50%;
  left: -50%;
  margin: 0 !important;
  padding: 5px;
  background-color: #f8f5ef;
  font-family: TTCommons, tahoma, arial, sans-serif;
  z-index: 1;
}

.bestseller_label_full {
  background-color: #5E1A28;
  font-size: 15px;
  color: white;
  font-family: TTCommons, tahoma, arial, sans-serif;
  z-index: 1;
  padding: 2px 10px;
  vertical-align: middle;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
}

.bestseller_btn {
  position: relative;
  z-index: 1;
  overflow: visible;
  border-radius: 0;
}

.bestseller_btn::after {
  content: "TOP";
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  font-size: 13px !important;
  color: #5E1A28;
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.14);
  background-color: #f8f5ef;
  padding: 0 5px;
  font-family: TTCommons, tahoma, arial, sans-serif;
}

.footer-columns.special {
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
}
.footer-columns.special .logo-footer {
  align-items: flex-start;
}
.footer-columns.special .logo-footer img {
  margin-top: 1.5em;
}
.footer-columns.special > div {
  width: auto;
}
.footer-columns.special .logo-footer {
  width: 150px;
}

.submit-controls .magicFormSubmit {
  margin-right: 0;
}

.custom-file.button {
  padding: 9px 15px;
}

.custom-file {
  cursor: pointer;
}
.custom-file > input {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.custom-file .custom-file-label {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  gap: 5px;
  align-items: center;
}

input[type=file]::-webkit-file-upload-button {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  cursor: pointer;
  padding: 0;
}

.remove-file {
  display: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #5E1A28;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 20px;
  height: 20px;
  z-index: 10; /* ważne! musi być ponad inputem */
}

:hover.button .remove-file {
  background-color: #f9f6ef;
}

.custom-file.button {
  overflow: visible;
}

.file-label-tooltip {
  cursor: pointer;
}

.file-label-tooltip::after {
  content: attr(data-tooltip);
  display: none;
  position: absolute;
  left: 50%;
  top: -100%;
  bottom: auto;
  transform: translateX(-50%);
  background: #fff;
  color: black;
  padding: 8px 12px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 100;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.custom-file.button:hover .file-label-tooltip::after {
  display: block;
}

.contact-simple-layout .company_name {
  padding-right: 10px;
}

.nice-cart-summary-row .free_delivery {
  color: #17ac37;
}

.delivery-price:not(.free_delivery) .not-free {
  display: block;
}
.delivery-price:not(.free_delivery) .free {
  display: none;
}

.delivery-price.free_delivery .not-free {
  display: none;
}
.delivery-price.free_delivery .free {
  display: block;
}

.item-price.free > span:last-of-type {
  font-size: 15px !important;
  text-transform: none;
}/*# sourceMappingURL=theme.css.map */