@font-face {
  font-family: "Gotham Rounded";
  src: url("../../../../front/fonts/GothamRounded-Light.eot");
  src: url("../../../../front/fonts/GothamRounded-Light.eot?#iefix") format("embedded-opentype"), url("../../../../front/fonts/GothamRounded-Light.woff2") format("woff2"), url("../../../../front/fonts/GothamRounded-Light.woff") format("woff"), url("../../../../front/fonts/GothamRounded-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("../../../../front/fonts/GothamRounded-Book.eot");
  src: url("../../../../front/fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("../../../../front/fonts/GothamRounded-Book.woff2") format("woff2"), url("../../../../front/fonts/GothamRounded-Book.woff") format("woff"), url("../../../../front/fonts/GothamRounded-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("../../../../front/fonts/GothamRounded-Bold.eot");
  src: url("../../../../front/fonts/GothamRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../../../../front/fonts/GothamRounded-Bold.woff2") format("woff2"), url("../../../../front/fonts/GothamRounded-Bold.woff") format("woff"), url("../../../../front/fonts/GothamRounded-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("../../../../front/fonts/GothamRounded-Medium.eot");
  src: url("../../../../front/fonts/GothamRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../../../../front/fonts/GothamRounded-Medium.woff2") format("woff2"), url("../../../../front/fonts/GothamRounded-Medium.woff") format("woff"), url("../../../../front/fonts/GothamRounded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}
body {
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #484848;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #484848;
}
input,
textarea {
  font-family: "Gotham Rounded", sans-serif;
  outline: none;
}
button {
  background: none;
  color: #333333;
  font-family: "Gotham Rounded", sans-serif;
  cursor: pointer;
  font-size: 1.4rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
select {
  width: 29rem;
  border: 2px solid #e8e8e8;
  border-radius: 24px;
  padding: 1rem;
  padding-right: 2rem;
  font-family: "Gotham Rounded", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../../../../front/design/layout/button-arrow-down-select.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-color: transparent;
}
h1 {
  font-size: 2.7rem;
}
h2 {
  font-size: 1.9rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1280px) {
  /*h1 {
    font-size: 2rem;
  }*/
}
@media only screen and (min-width: 1500px) {
  h1 {
    font-size: 3.5rem;
  }
}
.input-group {
  position: relative;
  padding-bottom: 20px;
}
.help-block {
  position: absolute;
  bottom: 0;
  color: red;
  font-size: 0.9em;
}
#tracy-bs,
#toast-container,
.lightbox,
.lightboxOverlay,
.select2-container {
  z-index: 99999999 !important;
}
.toast-top-right {
  bottom: 30px !important;
  right: 0;
  width: 100%;
  top: unset;
}
#toast-container.toast-top-right > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container > div {
  padding: 20px 20px 20px 60px;
  border-radius: 24px;
}
.copyright {
  line-height: 1.5;
  text-align: center;
}
.copyright img {
  height: 28px;
}
.mt-1 {
  margin-top: 1rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mt-25 {
  margin-top: 2.5rem;
}
.my-25 {
  margin: 2.5rem 0;
}
.min-h-10 {
  min-height: 10rem;
}
.red {
  background-color: #c41e3a;
}
.container-cta {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.container-cta a {
  color: #333333 !important;
  cursor: pointer;
  font-size: 1.4rem;
}
.container-cta a:hover {
  text-decoration: underline;
  font-weight: 500;
}
.container-cta.container-cta-detail {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.container-cta button,
.container-cta a {
  width: 22.5rem;
  height: 5.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1rem 0rem 1.1rem 2.7rem;
  border-radius: 50px;
  border: 2px solid #c1c0c0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.container-cta button .button-img-container,
.container-cta a .button-img-container {
  height: 26px;
  width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-cta button .button-img-container img,
.container-cta a .button-img-container img {
  margin-right: 1.4rem;
}
.container-cta button .separator,
.container-cta a .separator {
  height: 3rem;
  width: 1px;
  background-color: #c1c0c0;
  margin-right: 1.4rem;
}
.container-cta button p,
.container-cta a p {
  text-align: left;
}
.container-cta button:hover {
  text-decoration: underline;
  font-weight: 500;
}
.products-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1280px) {
  .products-list-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.products-list-container h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.products-list-container .product {
  border-radius: 10px;
  border: 2px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.7rem 1rem 1rem 1rem;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  min-width: 15rem;
  width: 100%;
}
@media (min-width: 380px) {
  .products-list-container .product {
    max-width: 48%;
  }
}
@media (min-width: 768px) {
  .products-list-container .product {
    max-width: 32.5%;
  }
}
@media (min-width: 1024px) {
  .products-list-container .product {
    max-width: 24.4%;
  }
}
@media (min-width: 1600px) {
  .products-list-container .product {
    max-width: 22.6rem;
  }
}
@-webkit-keyframes newPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes newPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.products-list-container .product .new-product-info {
  font-weight: bold;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #ff9111;
  border-radius: 25px;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  color: white;
  font-size: 1.2rem;
  -webkit-animation: newPulse 2.5s ease-in-out infinite;
          animation: newPulse 2.5s ease-in-out infinite;
}
.products-list-container .product .product-img {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-list-container .product .standart-product-info,
.products-list-container .product .product-price {
  font-size: 1.7rem;
  text-align: center;
  padding: 1.5rem 1.4rem;
}
@media (min-width: 1280px) {
  .products-list-container .product .standart-product-info,
  .products-list-container .product .product-price {
    text-align: initial;
  }
}
.products-list-container .product .standart-product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-list-container .product .standart-product-info .product-code {
  color: #333333;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
}
.products-list-container .product .standart-product-info .product-name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 1rem;
  color: #a5a5a5;
  height: 40px;
  width: 100%;
  overflow-y: hidden;
}
.products-list-container .product .standart-product-info .colors-box {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  min-width: 10px;
  width: 100%;
}
.products-list-container .product .standart-product-info .product-detail-link {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9e1a), to(#ff7700));
  background-image: linear-gradient(to right, #ff9e1a, #ff7700);
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0.5rem 0.5rem;
  color: #fff;
  font-weight: 500;
  margin-left: auto;
  margin-right: 0;
}
.products-list-container .product .product-price {
  margin-top: auto;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  color: #ff9e1a;
  width: 100%;
  margin-bottom: 1.4rem;
}
.products-list-container .product .product-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products-list-container .product .product-buy .white-product-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.products-list-container .product .product-buy .white-product-buy img {
  width: 2.3rem;
  height: 2rem;
}
.products-list-container .product .product-buy .cta-add-basket .cta-add {
  width: unset;
  font-size: 1.4rem;
}
.products-list-container .product:hover {
  -webkit-box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.2);
}
.products-list-container .product-row {
  width: 100% !important;
  max-width: initial !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}
.products-list-container .product-row .new-product-info {
  width: initial;
  top: 1rem;
  left: 2rem;
  right: unset;
  font-size: 0.9rem;
}
.products-list-container .product-row .product-img {
  width: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.products-list-container .product-row .product-img img {
  max-height: 140px;
}
.products-list-container .product-row .standart-product-info {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  padding: 0;
}
.products-list-container .product-row .standart-product-info .swappable-href {
  width: 20ch;
}
@media (min-width: 1400px) {
  .products-list-container .product-row .standart-product-info .swappable-href {
    width: 33ch;
  }
}
.products-list-container .product-row .standart-product-info .product-code {
  width: initial;
  margin-top: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.products-list-container .product-row .standart-product-info .product-name {
  margin-bottom: 0 !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.products-list-container .product-row .standart-product-info .product-price {
  width: auto;
  margin-bottom: 0 !important;
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
  white-space: nowrap;
}
.products-list-container .product-row .standart-product-info .colors-box {
  width: 20rem;
  height: unset;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}
.products-list-container .product-row .product-buy {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: unset;
}
@media only screen and (min-width: 1500px) {
  .products-list-container .product-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3rem;
  }
  .products-list-container .product-row .standart-product-info {
    width: 100%;
  }
  .products-list-container .product-row .product-buy {
    margin-left: auto;
  }
  .products-list-container .product-row .product-buy .cta-add-basket .cta-add {
    width: 15rem;
  }
}
.modal-container {
  position: absolute;
  top: 6rem;
  left: -16rem;
  right: 0;
  margin: auto;
  width: 50rem;
  background-color: #fff;
  border: 2px solid #E8E8E8;
  border-radius: 10px;
  z-index: 999999999;
}
.dialog-cover-layer {
  background-color: rgba(10, 10, 10, 0.4);
}
.dialog {
  border: 2px solid #e8e8e8;
  border-radius: 10px;
}
.dialog .resize-senzor .editor {
  padding: 15px;
  background-color: #fff;
}
.dialog .resize-senzor .editor .navbar {
  padding-bottom: 1rem;
}
.dialog .resize-senzor .editor .navbar .navbar-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dialog .resize-senzor .editor .navbar .navbar-body .navbar-title {
  font-weight: 700;
  font-size: 1.8rem;
  padding-right: 5rem;
}
.dialog .resize-senzor .editor .navbar .navbar-body .option.close {
  font-size: 3rem;
  cursor: pointer;
}
.dialog .resize-senzor .editor .edit-content {
  padding-top: 20px;
}
.dialog .resize-senzor .editor .edit-content .btn {
  padding: 1.1rem 2.4rem;
  border: 2px solid #333333;
  border-radius: 26px;
  font-weight: 500;
  margin-right: 5px;
}
.dialog .resize-senzor .editor .edit-content .btn:hover {
  text-decoration: underline;
}
.dialog .resize-senzor .editor .edit-content .fields-wrap {
  margin-top: 20px;
}
.dialog .resize-senzor .editor .edit-content .select,
.dialog .resize-senzor .editor .edit-content input:not([type="number"]),
.dialog .resize-senzor .editor .edit-content textarea,
.dialog .resize-senzor .editor .edit-content input.text-input,
.dialog .resize-senzor .editor .edit-content .select,
.dialog .resize-senzor .editor .edit-content .checkboxes {
  width: 100%;
}
@media (max-width: 500px) {
  .dialog {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: unset !important;
    max-height: unset !important;
    border-radius: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .dialog .resize-senzor {
    height: 100%;
  }
  .dialog .resize-senzor .editor {
    height: 100%;
    border-radius: 0;
  }
  .dialog .resize-senzor .editor .edit-content {
    padding: 0;
  }
  .dialog .resize-senzor .editor .edit-content .select2 {
    max-width: 100%;
  }
}
form span[id$=_message] {
  display: none;
}
form span[id$=_message].text-danger {
  display: block;
}
.modal-container .modal-c,
.dialog .edit-content {
  position: relative;
  padding: 3rem;
  padding-bottom: 0;
  /* Remove IE arrow */
  /* Custom Select wrapper */
}
.modal-container .modal-c p,
.dialog .edit-content p {
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
.modal-container .modal-c select,
.dialog .edit-content select,
.modal-container .modal-c input:not([type="number"]),
.dialog .edit-content input:not([type="number"]),
.modal-container .modal-c textarea,
.dialog .edit-content textarea,
.modal-container .modal-c .counter,
.dialog .edit-content .counter,
.modal-container .modal-c .select2-selection,
.dialog .edit-content .select2-selection {
  border: 2px solid #E8E8E8;
  border-radius: 24px;
}
.modal-container .modal-c select,
.dialog .edit-content select,
.modal-container .modal-c input:not([type="number"]),
.dialog .edit-content input:not([type="number"]),
.modal-container .modal-c textarea,
.dialog .edit-content textarea {
  padding: 1rem;
  font-size: 1.5rem;
  width: 33rem;
}
.modal-container .modal-c select,
.dialog .edit-content select {
  /* Reset Select */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Personalize */
  color: #000;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
}
.modal-container .modal-c input:not([type="number"]),
.dialog .edit-content input:not([type="number"]),
.modal-container .modal-c textarea,
.dialog .edit-content textarea {
  resize: none;
}
.modal-container .modal-c input:not([type="number"]),
.dialog .edit-content input:not([type="number"]) {
  height: 45px;
}
.modal-container .modal-c textarea,
.dialog .edit-content textarea {
  height: unset;
  min-height: 120px;
}
.modal-container .modal-c .modal-product-spinner,
.dialog .edit-content .modal-product-spinner {
  margin-bottom: 3rem;
}
.modal-container .modal-c input.text-input,
.dialog .edit-content input.text-input {
  resize: none;
}
.modal-container .modal-c select::-ms-expand,
.dialog .edit-content select::-ms-expand {
  display: none;
}
.modal-container .modal-c .select,
.dialog .edit-content .select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: initial !important;
  height: 3em;
  border-radius: 0.25em;
  overflow: hidden;
  background-color: transparent !important;
}
.modal-container .modal-c h5,
.dialog .edit-content h5 {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
.modal-container .modal-c .close-modal,
.dialog .edit-content .close-modal {
  position: absolute;
  top: 15px;
  right: 5%;
  cursor: pointer;
  font-size: 3rem;
}
.modal-container .modal-c form,
.dialog .edit-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.modal-container .modal-c form button,
.dialog .edit-content form button,
.modal-container .modal-c form input[type=submit],
.dialog .edit-content form input[type=submit] {
  width: unset !important;
}
.modal-container .modal-c form .amount-confirm,
.dialog .edit-content form .amount-confirm {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-container .modal-c form .amount-confirm .amount,
.dialog .edit-content form .amount-confirm .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-container .modal-c form .amount-confirm .confirm,
.dialog .edit-content form .amount-confirm .confirm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 450px) {
  .modal-container .modal-c form .amount-confirm .confirm,
  .dialog .edit-content form .amount-confirm .confirm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal-container .modal-c form .amount-confirm .confirm button:not(.grey-btn),
.dialog .edit-content form .amount-confirm .confirm button:not(.grey-btn) {
  color: #fff;
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9e1a), to(#ff7700));
  background-image: linear-gradient(to right, #ff9e1a, #ff7700);
}
.modal-container .modal-c form .amount-confirm .confirm button:not(.grey-btn) span,
.dialog .edit-content form .amount-confirm .confirm button:not(.grey-btn) span {
  margin: 0 auto;
}
.modal-container .modal-c form .amount-confirm .confirm button:disabled,
.dialog .edit-content form .amount-confirm .confirm button:disabled,
.modal-container .modal-c form .amount-confirm .confirm button[disabled],
.dialog .edit-content form .amount-confirm .confirm button[disabled] {
  background-image: unset;
  background-color: #cccccc;
  color: #666666;
  text-decoration: unset !important;
}
.modal-container .modal-c form .formgroup,
.dialog .edit-content form .formgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-container .modal-c form .formgroup label:not(.globalCheckbox),
.dialog .edit-content form .formgroup label:not(.globalCheckbox) {
  width: 6rem;
}
.modal-container .modal-c form table label,
.dialog .edit-content form table label {
  font-weight: bold;
}
.modal-container .modal-c form table .amount-confirm,
.dialog .edit-content form table .amount-confirm {
  margin-top: 0;
}
.modal-container .modal-c form table tr td,
.dialog .edit-content form table tr td {
  padding-block: 0.75rem;
}
.modal-container .modal-c form table tr td input,
.dialog .edit-content form table tr td input,
.modal-container .modal-c form table tr td button,
.dialog .edit-content form table tr td button,
.modal-container .modal-c form table tr td .select,
.dialog .edit-content form table tr td .select,
.modal-container .modal-c form table tr td .select2,
.dialog .edit-content form table tr td .select2 {
  width: 100% !important;
}
.modal-container .modal-c form table tr td:first-child,
.dialog .edit-content form table tr td:first-child {
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
}
@media (min-width: 600px) {
  .modal-container .modal-c form table tr td:first-child,
  .dialog .edit-content form table tr td:first-child {
    width: 1%;
    white-space: nowrap;
  }
}
@media (max-width: 599px) {
  .modal-container .modal-c form table tr td,
  .dialog .edit-content form table tr td {
    display: block;
  }
}
@media (min-width: 600px) {
  .modal-container .modal-c form table tr:first-child td,
  .dialog .edit-content form table tr:first-child td {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
  .modal-container .modal-c form table tr:last-child td,
  .dialog .edit-content form table tr:last-child td {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.modal-container .modal-c form .checkboxes,
.dialog .edit-content form .checkboxes {
  width: 35rem;
  font-size: 1.1rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.modal-container .modal-c form .checkboxes .offer-list,
.dialog .edit-content form .checkboxes .offer-list {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  width: initial;
}
.modal-container .modal-c form .checkboxes .offer-list .checkbox,
.dialog .edit-content form .checkboxes .offer-list .checkbox {
  width: 15.5rem;
  padding-left: 3rem;
  font-size: 1.3rem;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .modal-container .modal-c form .formgroup,
  .dialog .edit-content form .formgroup,
  .modal-container .modal-c form .amount-confirm,
  .dialog .edit-content form .amount-confirm {
    display: block;
  }
  .modal-container .modal-c form .formgroup > *:not(:first-child),
  .dialog .edit-content form .formgroup > *:not(:first-child),
  .modal-container .modal-c form .amount-confirm > *:not(:first-child),
  .dialog .edit-content form .amount-confirm > *:not(:first-child) {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
.modal-print-offer {
  top: 9rem;
  left: -2rem;
}
.modal-fast-order {
  top: 12rem;
}
.modal-fast-order .modal-c {
  padding: 3rem;
}
.modal-product {
  top: 5rem;
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(10, 10, 10, 0.4);
  left: 0;
  top: 0;
  z-index: 99999999;
}
.modal-other-filters {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 99%;
  overflow-y: scroll;
  max-height: 80vh;
  background-color: #fff;
  border: 2px solid #E8E8E8;
  border-radius: 10px;
  overflow-x: hidden;
  z-index: 999999999;
}
@media (min-width: 768px) {
  .modal-other-filters {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .modal-other-filters {
    width: 50%;
  }
}
.modal-other-filters .modal-c {
  position: relative;
  padding: 3rem;
  /* Remove IE arrow */
  /* Custom Select wrapper */
  /*
    .amount-confirm {
      
      .cta-add-basket {
        display: flex;
        flex-direction: column;
        
        @media (min-width: @breakPoint600) {
          flex-direction: row;
        }
        
      }
    }*/
}
.modal-other-filters .modal-c select {
  padding: 1rem;
  border-radius: 24px;
  /* Reset Select */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Personalize */
  width: 33rem;
  color: #000;
  background-color: #fff;
  border: 2px solid #E8E8E8;
  background-image: none;
  cursor: pointer;
}
.modal-other-filters .modal-c select::-ms-expand {
  display: none;
}
.modal-other-filters .modal-c .select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: initial !important;
  height: 3em;
  border-radius: 0.25em;
  overflow: hidden;
  background-color: transparent !important;
}
.modal-other-filters .modal-c h5 {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
.modal-other-filters .modal-c .close-modal {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  font-size: 3rem;
}
.modal-other-filters .modal-c .filter-div .title {
  font-weight: bold;
  padding-block: 1rem;
}
.modal-other-filters .modal-c .filter-div .checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.modal-other-filters .modal-c .filter-div .checks.checks-two-columns {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (min-width: 600px) {
  .modal-other-filters .modal-c .filter-div .checks.checks-two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.modal-other-filters .modal-c .filter-div .checks.checks-two-columns .checkbox {
  width: auto !important;
  min-width: 0;
  overflow-wrap: anywhere;
}
.modal-other-filters .modal-c .checkbox {
  width: unset;
}
.modal-other-filters .modal-c .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #d2d2d2;
  border-radius: 5px;
  background-color: unset !important;
}
.modal-other-filters .modal-c .list-search-range p {
  font-weight: bold;
  padding-bottom: 1.5rem;
}
.modal-other-filters .modal-c .list-search-range p input {
  padding: 1rem 2.5rem;
  border: 1.5px solid #E8E8E8;
  border-radius: 25px;
  max-width: 10rem;
  text-align: center;
  font-weight: 600;
  color: #333333;
  font-size: 1.4rem;
}
.modal-other-filters .modal-c .list-search-range p.slide-limit {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
@media only screen and (min-width: 1500px) {
  .border-t-l-r {
    border-top-left-radius: 10px;
  }
  .border-t-r-r {
    border-top-right-radius: 10px;
  }
  .border-b-l-r {
    border-bottom-left-radius: 10px;
  }
  .border-b-r-r {
    border-bottom-right-radius: 10px;
  }
  .w-140 {
    width: 140rem !important;
  }
}
.cta-add-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 0.6rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-decoration: none !important;
}
.cta-add-basket.to-top {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.cta-add-basket .cta-add {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9e1a), to(#ff7700));
  background-image: linear-gradient(to right, #ff9e1a, #ff7700);
  width: 17.7rem;
  padding: 1.3rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 25px;
}
.cta-add-basket .cta-add:hover,
.cta-add-basket .cta-add.active {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff7700), to(#ff9e1a));
  background-image: linear-gradient(to right, #ff7700, #ff9e1a);
}
.counter {
  position: relative;
  background-color: #fff;
  border-radius: 25px;
  font-size: 2rem;
  padding: 0.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #E8E8E8;
  text-align: center;
  gap: 10px;
  max-width: 16rem;
}
.counter input {
  max-width: 76px;
  padding: unset;
  margin: unset;
  font-size: 1.4rem;
  font-weight: bold;
  min-width: 40px;
  text-align: center;
  background-color: transparent;
  width: 100%;
}
.counter span {
  font-size: 1.2rem;
  position: absolute;
  top: 45px;
  color: red !important;
}
.counter span .glyphicon {
  display: none;
}
.counter .cnt-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  width: 24px;
  height: 100%;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
}
@media (hover: none) and (pointer: coarse) {
  .counter .cnt-button {
    width: 25px;
  }
}
.counter .cnt-button.minus {
  font-size: 1.6rem;
}
.container .content main .detail .detail-second-stock-price-desktop .desc-price-multichoice .count div {
  margin-top: 0;
}
.colors-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.colors-box a,
.colors-box button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px #acacac7d solid;
}
.colors-box a div,
.colors-box button div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.colors-box .colors-box-count {
  height: 22px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1.5px solid #a5a5a5;
  border-radius: 20px;
}
.colors-box .colors-circle-red {
  background-color: red;
}
.colors-box .colors-circle-blue {
  background-color: blue;
}
.colors-box .colors-circle-black {
  background-color: black;
}
.colors-box .colors-circle-yellow {
  background-color: yellow;
}
.colors-box .colors-circle-green {
  background-color: green;
}
.list-search-new-sale,
.terms-conditions,
.modal-c,
.offer-list {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.list-search-new-sale .checkbox,
.terms-conditions .checkbox,
.modal-c .checkbox,
.offer-list .checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  width: 10rem;
  padding-top: 0.1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.list-search-new-sale .checkbox input,
.terms-conditions .checkbox input,
.modal-c .checkbox input,
.offer-list .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.list-search-new-sale .checkmark,
.terms-conditions .checkmark,
.modal-c .checkmark,
.offer-list .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.list-search-new-sale .checkbox:hover input ~ .checkmark,
.terms-conditions .checkbox:hover input ~ .checkmark,
.modal-c .checkbox:hover input ~ .checkmark,
.offer-list .checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.list-search-new-sale .checkbox input:checked ~ .checkmark,
.terms-conditions .checkbox input:checked ~ .checkmark,
.modal-c .checkbox input:checked ~ .checkmark,
.offer-list .checkbox input:checked ~ .checkmark {
  background-color: #333333;
}
.list-search-new-sale .checkmark:after,
.terms-conditions .checkmark:after,
.modal-c .checkmark:after,
.offer-list .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.list-search-new-sale .checkbox input:checked ~ .checkmark:after,
.terms-conditions .checkbox input:checked ~ .checkmark:after,
.modal-c .checkbox input:checked ~ .checkmark:after,
.offer-list .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.list-search-new-sale .checkbox .checkmark:after,
.terms-conditions .checkbox .checkmark:after,
.modal-c .checkbox .checkmark:after,
.offer-list .checkbox .checkmark:after {
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #333333;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.terms-conditions-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.terms-conditions-container .terms-conditions .checkbox {
  width: 100%;
  max-width: 31rem;
  padding-top: 0.4rem;
  padding-left: 3.5rem;
  font-weight: 600;
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .terms-conditions-container .terms-conditions .checkbox {
    font-size: 1.3rem;
  }
}
.terms-conditions-container .terms-conditions .checkbox input:checked ~ .checkmark {
  background-color: #fff;
}
.terms-conditions-container .terms-conditions .checkbox .checkmark:after {
  top: 3px;
  left: 8px;
}
.terms-conditions-container .terms-conditions .checkmark {
  background-color: #fff;
  border: 2px solid #333333;
  border-radius: 5px;
}
.checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  row-gap: 2rem;
}
.checkboxes .offer-list {
  width: 50%;
}
.checkboxes .offer-list .checkbox {
  width: 31rem;
  padding-top: 0.4rem;
  padding-left: 3.5rem;
  font-weight: 600;
}
.checkboxes .offer-list .checkbox input:checked ~ .checkmark {
  background-color: #fff;
}
.checkboxes .offer-list .checkbox .checkmark:after {
  top: 3px;
  left: 8px;
}
.checkboxes .offer-list .checkmark {
  background-color: #fff;
  border: 2px solid #333333;
  border-radius: 5px;
}
/* Style the search field */
form.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
form.search input.search-box {
  outline: none;
}
form.search input[type="text"] {
  padding-block: 10px;
  padding-inline: 2.3rem 10px;
  font-size: 14px;
  border: 3px solid #E8E8E8;
  border-right: none;
  width: 100%;
  background: #fff;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}
form.search input[type="text"].open {
  border-bottom-left-radius: unset;
}
form.search button {
  width: 100%;
  max-width: 7rem;
  padding: 10px;
  background: #fff;
  color: #333333;
  font-size: 14px;
  border: 3px solid #E8E8E8;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
form.search button:hover {
  background: #333333;
  color: #fff;
}
form.search button.open {
  border-bottom-right-radius: unset;
}
.search-results {
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 100000;
  background-color: white;
  border: 3px solid #E8E8E8;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 100%;
  display: none;
}
.search-results .result {
  display: grid;
  grid-template-columns: 1fr 6fr;
  /* Dva sloupce s stejnou šířkou */
  grid-gap: 1rem;
  /* Mezera mezi prvky */
  justify-items: start;
  border-top: 1px solid #E8E8E8;
}
.search-results .result:hover {
  background-color: #f5f5f5;
}
.search-results .result img {
  max-width: 7rem;
  padding-left: 1rem;
  margin-block: 1rem;
  max-height: 5rem;
}
.search-results .result div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-results .product-name {
  color: #a5a5a5;
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
  font-weight: bold;
}
.search-results .product-code {
  color: #484848;
  font-weight: bold;
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
}
.search-results .text-item {
  text-align: center;
  margin-block: 1rem;
}
.search-results .search-loader {
  display: none;
  font-size: 1.8em;
}
.search-results .last-text-item {
  text-align: center;
  margin-block: 1rem;
  border-top: 1px solid #E8E8E8;
  padding-block: 0.5rem;
  margin: unset;
}
.search-results .last-text-item .product-code {
  padding-block: 1rem;
}
.search-results .show-all {
  cursor: pointer;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.search-results .show-all:hover {
  background-color: #f5f5f5;
}
/* Clear floats */
form.search::after {
  content: "";
  clear: both;
  display: table;
}
.sitemap {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sitemap a {
  font-size: 4rem;
  padding: 2rem 0;
}
.row-on,
.row-off {
  width: 1.8rem;
  margin-top: -2px;
}
.table-off,
.table-on {
  width: 2.09rem;
}
.table-off {
  border: 2px solid #E8E8E8 !important;
}
.table-on {
  border: 2px solid #333333 !important;
}
.off {
  display: none !important;
}
.active {
  display: block !important;
}
.active-sort {
  text-decoration: underline;
}
.bold {
  font-weight: 700;
}
.orange-text {
  color: #ff9e1a;
}
.desc-info {
  position: relative;
}
.modal-watch-dog {
  top: 3rem;
  left: unset;
  right: -2rem;
  padding-bottom: 2rem;
}
.modal-watch-dog p {
  padding-bottom: 2rem;
}
.thema-radiolist {
  display: block !important;
}
.thema-radiolist label {
  width: unset !important;
}
.thema-radiolist img {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 10px #eaeaea;
          box-shadow: 3px 3px 10px #eaeaea;
  max-width: calc(100% - 2rem);
  margin: 1rem;
  width: 100%;
}
.thema-radiolist .radiolist {
  text-align: center;
  margin-top: 1.5rem;
}
.thema-radiolist .radiolist label {
  font-weight: bold;
  padding-bottom: 1rem;
}
.disabled {
  background-image: unset !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  text-decoration: unset !important;
}
.shopping-cart-cta {
  width: 100%;
  padding: 2rem !important;
  background-color: #f5f5f5;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}
.shopping-cart-cta button,
.shopping-cart-cta a.button {
  min-width: 18rem !important;
}
.shopping-cart-cta button:not(.button-orange),
.shopping-cart-cta a.button:not(.button-orange) {
  padding: 1.1rem 2.4rem !important;
  text-align: center;
}
@media (min-width: 1024px) {
  .shopping-cart-cta {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
  }
}
@media (min-width: 1280px) {
  .shopping-cart-cta {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
    padding: 4rem !important;
  }
}
.shopping-cart-cta .cta-left,
.shopping-cart-cta .cta-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.shopping-cart-cta .cta-left div,
.shopping-cart-cta .cta-right div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 600px) {
  .shopping-cart-cta .cta-left,
  .shopping-cart-cta .cta-right {
    gap: 1.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .shopping-cart-cta .cta-left,
  .shopping-cart-cta .cta-right {
    gap: 1.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}
.container .content main .detail .detail-first .detail-photogallery .detail-photogallery-variants div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.product-not-found {
  margin-left: 10px;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 40px;
}
.product-not-found p {
  padding-bottom: 20px;
}
product:not(.product-row) .colors-box {
  width: 100%;
}
.detail-second-stock-price-desktop .desc-price-cta-add .counter {
  width: 100px;
}
.empty-cart {
  margin-bottom: 243px !important;
}
.empty-cart h1 {
  padding: 100px;
}
.shipping-data .data-form div {
  padding-bottom: 8px;
  position: relative;
}
.shipping-data .data-form div input.has-error {
  border: 2px solid #ffc0c0 !important;
}
.shipping-data .data-form div .help-block {
  bottom: -8px;
  right: 36px;
}
.shipping-data .data-form #prealoadHandle {
  display: none;
}
textarea {
  font-size: 1.4rem;
}
.terms-conditions-container .terms-conditions {
  position: relative;
}
.terms-conditions-container .terms-conditions .help-block {
  bottom: -7px;
  left: 30px;
  font-size: 1.4rem;
}
.pointer {
  cursor: pointer !important;
}
.colors-box a,
.colors-box button {
  position: relative;
}
.colors-box .active:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 7px;
  top: 6px;
  left: 3px;
  border: 3px solid #000;
  border-top: 3px solid;
  border-right: 3px solid;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.colors-box .active.dark:before {
  border: 3px solid #fcfff4;
  border-top: 3px solid;
  border-right: 3px solid;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.add-to-basket-modal .formgroup,
.add-to-offer-modal .formgroup {
  position: relative;
}
.add-to-basket-modal .formgroup .help-block,
.add-to-offer-modal .formgroup .help-block {
  bottom: -20px;
  right: 0;
}
.select2-container--default .select2-selection--single {
  border-radius: 24px;
  color: #000;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  height: 40px;
  padding: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 10px;
}
.select2-selection__rendered {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
.dot-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dot-option .dot {
  width: 22px;
  height: 22px;
  border: 1px #acacac7d solid;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}
.pagination {
  width: 100%;
  text-align: center;
  margin-top: 4rem;
}
.pagination a,
.pagination button {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9e1a), to(#ff7700));
  background-image: linear-gradient(to right, #ff9e1a, #ff7700);
  border-radius: 25px;
  padding: 1.3rem 1rem;
  color: #fff;
  font-weight: bold;
  margin: 5px;
  text-align: center;
}
.pagination a div,
.pagination button div {
  display: inline-block;
  min-width: 20px;
  padding-left: 3px;
}
.pagination a.next,
.pagination button.next,
.pagination a.previous,
.pagination button.previous,
.pagination a.autosubmit-click,
.pagination button.autosubmit-click {
  padding-right: 23px;
  padding-left: 20px;
}
.pagination a:hover,
.pagination button:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff7700), to(#ff9e1a));
  background-image: linear-gradient(to right, #ff7700, #ff9e1a);
}
.pagination a.active-item,
.pagination button.active-item {
  background-image: unset;
  background-color: #E8E8E8;
  cursor: default;
}
.pagination .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination .pager a,
.pagination .pager button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  height: 42px;
  min-width: 42px;
}
.green-text {
  color: #21b53f !important;
}
.orange-text {
  color: #ff9e1a !important;
}
.danger-text {
  color: #dc3545 !important;
}
.global-loader {
  color: #333;
  background-color: #71717121;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  font-size: 5rem;
  padding: 14px;
  border-radius: 10px;
  text-align: center;
  display: none;
}
.hp-brand:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
}
.nowrap {
  white-space: nowrap;
}
.quantity-table {
  border-collapse: collapse;
}
.quantity-table tr th {
  font-weight: 500;
}
.quantity-table tr th i {
  font-weight: normal;
}
.quantity-table tr td,
.quantity-table tr th {
  text-align: left;
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px solid #f5f5f5;
  padding: 4px;
}
.quantity-table tr:last-child td {
  border: unset;
}
.quantity-table .right-text {
  text-align: right;
}
.quantity-table i {
  font-size: 1rem;
}
.shipping-costs span {
  font-weight: 500;
}
.shipping-costs .price {
  white-space: nowrap;
}
.shipping-costs i {
  font-size: 1rem;
}
.full-width {
  width: 100% !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
/*.counter {
  max-width: 11rem;
}*/
.lb-close {
  position: fixed;
  top: 30px;
  right: 30px;
}
.three-dots {
  font-size: 2rem;
  color: #333;
  padding-inline: 1rem;
}
.text-center {
  text-align: center;
}
.product-images {
  gap: 2rem 4rem;
  padding-top: 3rem;
}
.error-page {
  margin: auto;
  margin-bottom: 34rem;
}
.error-page h1 {
  margin-block: 2rem;
}
.error-page p {
  padding-block: 2rem;
}
.detail-photogallery {
  position: relative;
}
.detail-photogallery .badge {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  top: 0rem;
  background: #ff9111;
  border-radius: 25px;
  padding-inline: 2rem;
  padding-block: 1rem;
  color: white;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
.breadcrumb .arrow {
  padding-inline: 0.5em;
}
.modal-print-offer {
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
}
.modal-print-offer .blocks {
  margin: unset;
}
.modal-print-offer .blocks .checks {
  padding: unset;
}
.modal-print-offer .modal-c form .checks div label {
  width: unset;
}
.modal-print-offer .amount-confirm {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.modal-print-offer h4 {
  padding-block: 2rem;
}
.modal-print-offer .modal-c form div {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal-print-offer .modal-c form div.note {
  display: block;
}
.modal-print-offer .modal-c form div.note label {
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
  font-weight: bold;
}
.modal-print-offer .modal-c form div.note textarea {
  width: 100%;
  height: 8rem;
  margin-block: 1rem;
}
.modal-print-offer .price-div {
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
}
.error-block-mass-order {
  margin-block: 4rem;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  padding: 3rem;
  padding-block: 3rem;
  border-radius: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.error-block-mass-order ul li {
  font-size: 1.6rem;
  padding: 1rem;
  margin-left: 2rem;
}
.error-block-mass-order h2 {
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
  font-size: 2rem;
}
.print-offer-modal .hide {
  display: none !important;
}
.print-offer-modal div.remove-row {
  font-size: 2rem;
  color: #f00;
  cursor: pointer;
  margin-left: 2rem;
  width: 33px;
  text-align: center;
}
.print-offer-modal .add-row {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding-top: 1rem;
}
.print-offer-modal .add-row .fa-plus {
  color: #048137;
}
.print-offer-modal .add-row-action {
  cursor: pointer;
}
.print-offer-modal .add-row-action:hover {
  text-decoration: underline;
  font-weight: bold;
}
#notification-modal .navbar-title {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
#notification-modal .header {
  padding-bottom: unset;
}
#notification-modal .modal-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#notification-modal .modal-notification img {
  max-width: 60vw;
  max-height: 60vh;
  margin: 2rem;
}
.gender-groups .gender-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.gender-groups .gender-container .active i {
  color: #ff9e1a;
}
.gender-groups .gender-container i.small {
  font-size: 2.3rem;
}
.gender-groups .gender-container i.big {
  font-size: 3rem;
}
.size-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.size-buttons-container a {
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  background-color: #c1c0c0;
  min-width: 6.5rem;
  padding-inline: 2rem;
  height: 4.5rem;
}
.size-buttons-container a.active-size {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9e1a), to(#ff7700));
  background-image: linear-gradient(to right, #ff9e1a, #ff7700);
}
.collections-container a {
  color: #ff9e1a;
  font-weight: 700;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
.collections-container a:hover {
  text-decoration: underline;
}
.on-demand-only-text {
  text-align: center;
  width: 100%;
  padding-bottom: 1rem;
  font-weight: 700;
}
.badge-menu-item {
  position: relative;
}
.badge-menu-item .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 5px;
  left: 38%;
  position: absolute;
  border-radius: 29px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9e1a), to(#ff7700));
  background-image: linear-gradient(to right, #ff9e1a, #ff7700);
  padding: 5px;
  height: 23px;
  min-width: 23px;
  color: white;
}
#loader {
  display: none;
  padding-block: 10px;
  padding-inline: 5px;
}
#loader .fa-spinner {
  font-size: 1.8em;
}
.white-product-buy {
  background-image: unset;
}
.white-product-buy .icon-basket {
  background-image: url("/front/design/layout/button-white-basket.svg");
  background-color: #E8E8E8;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 25px;
  background-position: center;
}
.white-product-buy .icon-basket:hover {
  background-image: url("/front/design/layout/button-orange-basket.svg");
  border: 3px #dadada82 solid;
}
a .edit-offer-icon {
  font-size: 2.4rem;
  margin-right: 1rem;
  color: #d2d2d2;
}
a .edit-offer-icon:hover {
  color: #28a745;
}
.pdf-icon,
.excel-icon,
.eye-icon,
.track-icon {
  font-size: 2.4rem;
  color: #d2d2d2;
}
.icon-dog {
  font-size: 1.8rem;
  color: #d2d2d2;
  margin-right: 1rem;
  text-decoration: none !important;
}
.excel-icon {
  margin-right: 0.6rem;
}
.pdf-icon,
.track-icon {
  margin-right: 1rem;
}
.pdf-icon:hover {
  color: #dc3545;
}
.excel-icon:hover {
  color: #28a745;
}
.eye-icon:hover {
  color: #ff9e1a;
}
.track-icon:hover {
  color: #1b42d9;
}
.show-modal-watch-dog:hover span {
  text-decoration: underline;
}
.show-modal-watch-dog:hover .icon-dog {
  color: #ff9e1a;
}
.empty-order {
  margin: 2rem;
  font-weight: bold;
  margin-top: 4rem;
}
.payment-label p {
  padding-top: 1rem;
}
.border-none-on-last div:last-child {
  border: unset !important;
}
.richartz-calculator,
.richartz-calculator-login {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 2rem;
}
.richartz-stock-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  padding: 1.2rem 1.6rem;
  border-radius: 12px;
  background: #f5f5f5;
  font-weight: 600;
}
.richartz-calculator-header {
  margin-bottom: 2rem;
}
.richartz-calculator-header h3 {
  margin-bottom: 0.8rem;
}
.richartz-calculator form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
}
.richartz-calculator form input[type="number"] {
  width: 14rem;
  border: 2px solid #e8e8e8;
  border-radius: 24px;
  padding: 1rem 1.5rem;
  background: #fff;
}
.richartz-calculator form input[type="submit"] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.richartz-calculator-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.richartz-calculator-field label {
  font-weight: 500;
}
.richartz-calculator-decorations > label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.richartz-calculator-decorations .richartz-decoration-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.6rem;
}
.richartz-calculator-decorations .richartz-decoration-options br {
  display: none;
}
.richartz-calculator-decorations .richartz-decoration-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.richartz-calculator-decorations .richartz-decoration-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff9e1a;
  font-size: 1.4rem;
  line-height: 2.2rem;
  cursor: help;
}
.richartz-calculator-decorations .richartz-decoration-info:focus-visible {
  outline: 2px solid #ff9e1a;
  outline-offset: 2px;
}
.richartz-calculator-decorations .richartz-decoration-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
}
.richartz-calculator-decorations input[type="checkbox"] {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0.1rem 0 0;
  accent-color: #ff9e1a;
  cursor: pointer;
}
.richartz-calculator-hint {
  color: #777;
  font-size: 1.2rem;
}
.richartz-calculator-errors,
.richartz-calculator-result {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 12px;
  background: #fff;
}
.richartz-calculator-errors,
.richartz-calculator-result li {
  color: #b00020;
}
.richartz-calculator-errors {
  margin-top: 0;
}
.richartz-calculator-errors.is-hidden {
  display: none;
}
.richartz-calculator-errors p {
  margin: 0;
}
#richartz-calculator-quantity-error {
  position: static;
  bottom: auto;
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 1rem 1.2rem;
  border-radius: 10px;
  background: #fff;
  color: #b00020;
  font-size: 1.2rem;
  line-height: 1.4;
}
#richartz-calculator-quantity-error:empty,
#richartz-calculator-quantity-error.is-hidden {
  display: none;
}
#richartz-calculator-quantity-error .glyphicon {
  display: none;
}
.richartz-dimensions-value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.richartz-material-values {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.1rem;
}
.richartz-dimensions-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #ff9e1a;
  font-size: 1.4rem;
  cursor: help;
}
.richartz-calculator-result h4,
.richartz-calculator-result p {
  margin-bottom: 1rem;
}
.richartz-calculator-result ul {
  margin: 0 0 1.5rem 2rem;
}
.richartz-calculator-table {
  width: 100%;
}
.richartz-calculator-table .richartz-calculator-total th {
  border-top: 2px solid #e8e8e8;
  font-weight: 700;
  padding-top: 0.8rem;
}
.richartz-calculator-delivery {
  margin-top: 1.5rem;
}
.richartz-calculator-rate {
  color: #666;
  font-size: 1.2rem;
}
.richartz-inquiry {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid #e8e8e8;
}
.richartz-inquiry textarea,
.richartz-inquiry input[type="email"],
.richartz-inquiry input[type="file"] {
  width: 100%;
  margin-top: 0.8rem;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  padding: 1rem;
  background: #fff;
}
.richartz-inquiry-checkbox {
  display: block;
}
.richartz-inquiry-checkbox > label.globalCheckbox {
  display: block;
  padding-left: 2.6rem;
  font-weight: 400;
  cursor: pointer;
}
.richartz-dealer-fields.is-hidden {
  display: none;
}
.richartz-field-error {
  margin-top: 0.5rem;
  color: #b00020;
  font-size: 1.2rem;
}
.richartz-inquiry-field {
  margin-bottom: 1.5rem;
}
.richartz-inquiry-field > label {
  display: block;
  font-weight: 500;
}
.environment-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.3rem;
  border: 2px solid #ff9e1a;
  background: linear-gradient(135deg, #343a40, #1f2225);
  -webkit-box-shadow: 0 0.6rem 1.8rem rgba(0, 0, 0, 0.28);
          box-shadow: 0 0.6rem 1.8rem rgba(0, 0, 0, 0.28);
  color: #fff;
  line-height: 1;
  pointer-events: none;
  z-index: 100001;
}
.environment-badge__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9e1a, #ff7700);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}
.environment-badge__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
}
.environment-badge__content strong {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
}
.environment-badge__content small {
  color: #ddd;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.environment-badge--login {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  border-radius: 0.9rem;
}
.environment-badge--application {
  position: fixed;
  right: 0;
  bottom: 1.8rem;
  border-right: 0;
  border-radius: 0.9rem 0 0 0.9rem;
}
@media (max-width: 600px) {
  .environment-badge__content small {
    display: none;
  }
}
.development-order-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1.2rem 1.5rem;
  border: 1px solid rgba(255, 158, 26, 0.45);
  border-left: 0.5rem solid #ff9e1a;
  border-radius: 0.6rem;
  background: rgba(255, 158, 26, 0.1);
  color: #343a40;
}
.development-order-warning strong {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #ff9e1a;
}
@media (max-width: 600px) {
  .development-order-warning {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.35rem;
  }
}
body {
  padding: 0 !important;
}
.login {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 1.5rem;
}
@media (min-width: 600px) {
  .login {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1600px) {
  .login {
    padding: 3rem;
  }
}
.login .background-image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 1s ease-in-out, opacity ease-in-out 1s;
  transition: visibility 1s ease-in-out, opacity ease-in-out 1s;
  display: none;
}
@media (min-width: 600px) {
  .login .background-image {
    display: block;
  }
}
.login .background-image img,
.login .background-image source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login .background-image.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility ease-in-out 1s, opacity ease-in-out 1s;
  transition: visibility ease-in-out 1s, opacity ease-in-out 1s;
}
.login-container {
  position: relative;
  z-index: 999;
  width: 100%;
  padding: 2rem 1rem 1rem 1rem;
  background-color: #fff;
  font-size: 1.5rem;
}
@media (min-width: 500px) {
  .login-container {
    padding: 4rem 2rem 3rem 2rem;
  }
}
@media (min-width: 600px) {
  .login-container {
    border-radius: 10px;
    padding: 1.5rem;
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .login-container {
    max-width: 70%;
  }
}
@media only screen and (min-width: 1280px) {
  .login-container {
    left: 15%;
    max-width: 65rem;
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .login-container {
    padding: 4rem 2.5rem;
  }
}
.login-container .form-header {
  margin-bottom: 1.5rem;
}
.login-container .form-header img {
  width: 100%;
  max-height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.login-container form {
  padding: 1.5rem;
  background-color: #f5f5f5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.login-container form span {
  display: none;
}
.login-container form span.text-danger {
  display: initial;
}
.login-container form p {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
@media (min-width: 1600px) {
  .login-container form {
    padding: 3rem;
  }
  .login-container form p {
    padding-bottom: 20px;
  }
}
.login-container form .login-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
  padding-bottom: 1rem;
}
.login-container form .login-group label {
  font-weight: 500;
  color: #333333;
}
.login-container form .help-block {
  position: relative;
}
.login-container form .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.login-container form .button-group input[type=submit],
.login-container form .button-group input[type=button],
.login-container form .button-group button {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
@media (min-width: 600px) {
  .login-container form .button-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.login-container form .button-group #loader {
  display: none;
}
.login-container form .button-group #loader .fa-spinner {
  font-size: 1.8em;
}
.login-container .reset-password {
  padding: 1.5rem 3rem 0 3rem;
}
@media (min-width: 1600px) {
  .login-container .reset-password {
    padding: 3rem 3rem 0 3rem;
  }
}
.login-container .reset-password a {
  color: #ff9e1a;
}
.login-container .customer-logos .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 6rem;
  padding: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-container .customer-logos .slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 4.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.login-container .customer-logos .slide img.customer-brand-logo-richartz,
.login-container .customer-logos .slide img.customer-brand-logo-kapesni-nastroje {
  max-width: 4.5rem;
  max-height: 2.2rem;
}
.login-container .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.login-container .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.login-container .slick-list:focus {
  outline: none;
}
.login-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.login-container .slick-slider .slick-track,
.login-container .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.login-container .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.login-container .slick-track:before,
.login-container .slick-track:after {
  display: table;
  content: '';
}
.login-container .slick-track:after {
  clear: both;
}
.login-container .slick-loading .slick-track {
  visibility: hidden;
}
.login-container .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.login-container [dir='rtl'] .slick-slide {
  float: right;
}
.login-container .slick-slide img {
  display: block;
}
.login-container .slick-slide.slick-loading img {
  display: none;
}
.login-container .slick-slide.dragging img {
  pointer-events: none;
}
.login-container .slick-initialized .slick-slide {
  display: block;
}
.login-container .slick-loading .slick-slide {
  visibility: hidden;
}
.login-container .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.login-container .slick-arrow.slick-hidden {
  display: none;
}
.login-container .coop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  padding-top: 1rem;
}
@media (min-width: 1600px) {
  .login-container .coop {
    padding-top: 3rem;
  }
}
.login-container .coop .jamesandnicholson,
.login-container .coop .halfar,
.login-container .coop .mbw,
.login-container .coop .karlowsky,
.login-container .coop .reflects {
  height: 25px;
}
.login-container .coop .fare {
  height: 50px;
}
a:hover {
  text-decoration: underline;
}
.back-to-login {
  padding-left: 2rem;
}
.toast-top-right {
  bottom: 30px !important;
  right: 0;
  width: 100%;
  top: unset;
}
#toast-container.toast-top-right > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container > div {
  padding: 20px 20px 20px 60px;
  border-radius: 24px;
}
input {
  width: 100%;
  border-radius: 24px;
  padding: 1.4rem 1rem;
  margin-left: -2px;
}
.btn-login {
  width: initial;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9e1a), to(#ff7700));
  background-image: linear-gradient(to right, #ff9e1a, #ff7700);
  color: #fff;
  font-weight: 600;
  padding: 1.4rem 2.4rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 1.5rem;
  cursor: pointer;
}
.btn-login:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#ff9e1a), to(#ff7700));
  background-image: linear-gradient(to left, #ff9e1a, #ff7700);
}
.btn-login:hover {
  background-color: #ff9e1a;
}
.btn-login.disabled {
  background-image: -webkit-gradient(linear, left top, right top, from(#bdae9c), to(#b38e6a));
  background-image: linear-gradient(to right, #bdae9c, #b38e6a);
  cursor: unset;
}

/*# sourceMappingURL=login.css.map */
