﻿/* TS CSS */
body, button, input, submit {
  font-family: "Jost", sans-serif !important;
  font-optical-sizing: auto;
  font-feature-settings: "ss01" 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif !important;
  font-optical-sizing: auto;
  font-feature-settings: "ss01" 1;
}

.custom-tooltip, .product-detail .product-spec div, div.specifications__item span, div.grid-price-discount, div.price.detail, .speech-bubble, .price.grid.detail.without-discount, .custom-select, .product-detail .availability__text, .product-detail .buy .price, .product-detail .specifications__wrapper b, .reservation-banner, #basket .brumla-container .order-select-boxes .order-select h4, #basket .brumla-container .order-select-boxes .order-select h4 {
  font-family: "Jost", sans-serif !important;
  font-optical-sizing: auto;
  font-feature-settings: "ss01" 1;
}

.container {
  color: #4A4A4A !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100% !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}


@media only screen and (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px !important;
  }
}

@media only screen and (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px !important;
  }
}

@media only screen and (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px !important;
  }
}


.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}


.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-3 {
  flex: 0 0 auto;
  width: 25%
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%
}

.col-6 {
  flex: 0 0 auto;
  width: 50%
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%
}

.col-9 {
  flex: 0 0 auto;
  width: 75%
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

.offset-1 {
  margin-left: 8.33333333%
}

.offset-2 {
  margin-left: 16.66666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333333%
}

.offset-5 {
  margin-left: 41.66666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333333%
}

.offset-8 {
  margin-left: 66.66666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333333%
}

.offset-11 {
  margin-left: 91.66666667%
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%
  }

  .offset-sm-2 {
    margin-left: 16.66666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.33333333%
  }

  .offset-sm-5 {
    margin-left: 41.66666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.33333333%
  }

  .offset-sm-8 {
    margin-left: 66.66666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.33333333%
  }

  .offset-sm-11 {
    margin-left: 91.66666667%
  }

  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%
  }

  .offset-md-2 {
    margin-left: 16.66666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.33333333%
  }

  .offset-md-5 {
    margin-left: 41.66666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.33333333%
  }

  .offset-md-8 {
    margin-left: 66.66666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.33333333%
  }

  .offset-md-11 {
    margin-left: 91.66666667%
  }

  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%
  }

  .offset-lg-2 {
    margin-left: 16.66666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.33333333%
  }

  .offset-lg-5 {
    margin-left: 41.66666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.33333333%
  }

  .offset-lg-8 {
    margin-left: 66.66666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.33333333%
  }

  .offset-lg-11 {
    margin-left: 91.66666667%
  }

  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%
  }

  .offset-xl-2 {
    margin-left: 16.66666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.33333333%
  }

  .offset-xl-5 {
    margin-left: 41.66666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.33333333%
  }

  .offset-xl-8 {
    margin-left: 66.66666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.33333333%
  }

  .offset-xl-11 {
    margin-left: 91.66666667%
  }

  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%
  }

  .offset-xxl-3 {
    margin-left: 25%
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%
  }

  .offset-xxl-6 {
    margin-left: 50%
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%
  }

  .offset-xxl-9 {
    margin-left: 75%
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%
  }

  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}


.img-fluid {
  max-width: 100%;
  height: auto;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}


.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}


ol.integer {
  padding-left: 50px;
}

ol.integer, ol.integer.four {
  list-style-type: none;
}

ol.integer.four {
  counter-increment: start 3;
}

ol.integer li, ol.integer.four li {
  counter-increment: step-counter;
  position: relative;
  margin: 10px 0 0 0;
}

ol.integer li::before {
  content: counter(step-counter);
  display: block;
  position: absolute;
  top: -1px;
  /* Adjust < -number | number+ > */
  left: -52px;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  background-color: #1b1b1b;
  color: white;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
}

ol.integer.four li:before {
  content: counter(start, decimal) " ";
  counter-increment: start;
}


ol.lower-alpha {
  counter-reset: list;
}

ol.lower-alpha > li {
  list-style: none;
}

ol.lower-alpha > li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}

.mt20 {
  margin-top: 20px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-top: 15px !important;
}


.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

@media only screen and (max-width: 768px) {
  .mt60 {
    margin-top: 20px !important;
  }
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt65 {
  padding-left: 65px;
}

div.pl20 {
  padding-left: 20px;
}

.mt50 {
  margin-top: 50px !important;
}

@media only screen and (min-width: 576px) {
  div.pr45 {
    padding-right: 45px;
  }
}

ul.dots {
  list-style-type: none !important;
  list-style-position: outside !important;
  padding-top: 5px;
  margin-top: 5px;
}

ul.dots li:before {
  content: '■';
  font-size: 1.2rem;
  color: #1b1b1b;
  /* font-family: FontAwesome; */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: inline-block;
  padding-right: 9px;
  /* padding-bottom: 10px;
  vertical-align: 15%;*/
  margin-left: -23px;
}

ul.dots li {
  list-style: none;
}


details {
  margin: 5px;
  font-size: 18px;
}

details > * {
  padding: .75rem;
}

details > div {
  background: #F6F7FA;
  border-radius: 0 0 5px 5px;
  padding: 2rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

summary {
  border-radius: 5px;
  font-size: 20px;
  font-family: inherit;
  font-weight: normal;
  color: #fff;
  background: #6B86A4;
  cursor: pointer;
  position: relative;
  transition: .3s;
  text-indent: 0px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/*
summary::marker {
  content: none !important;
  display: none !important;
  background: transparent !important;
  width: 0px !important;
  height: 0px !important;
}
*/

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details > summary::marker, /* Latest Chrome, Edge, Firefox */
details > summary::-webkit-details-marker /* Safari */
{
  display: none;
}


summary::before {
  content: "";
  position: absolute;
  inset: .75rem;
  left: auto;
  aspect-ratio: 1;
  background: conic-gradient(from 90deg at 26% 26%, #0000 90deg, #fff 0) 100% 100%/58% 58%;
  clip-path: inset(1px);
  transition: .3s;
}

details[open] summary::before {
  transform: rotate(45deg);
}

details[open] summary {
  border-radius: 5px 5px 0 0;
  background: #DEF2D1;
  text-indent: 0rem;
  color: #1B1B1B !important;
}


table.tbl_delivery th {
  font-weight: bold !important;
}

table.tbl_delivery tr.dopravce {
  border-bottom: 1px solid #dee2e6 !important;
  border-collapse: collapse;
}

@media only screen and (max-width: 575px) {
  table.tbl_delivery td {
    padding: 3px 1px !important;
    font-size: 15px;
  }

  table.tbl_delivery tr th {
    padding: 5px 3px;
  }


  table.tbl_delivery td.platba {
    text-align: right !important;
  }
}

table.velikosti th, table.velikosti td.header {
  background: #bde7f0 !important;
}

.ikona .icon {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 10px;
  top: 5px;
  position: relative;
}

h3.sledujte {
  margin-top: 15px !important;
  padding-left: 15px;
}

hr.kontakt {
  border-top: 1px solid #868686;
}

p.provozovatel {
  line-height: 22px;
}

img.logo-dopravce {
  margin-top: 10px !important;
}

.align-items-center {
  align-items: center !important
}

div.first-news-text {
  background: #F6F7FA;
  padding: 0 80px;
}

@media screen and (max-width: 768px) {
  .order-last {
    order: 6 !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  div.first-news-text {
    background: #fff;
    padding: 0px 12px !important;
  }
}

.datum {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.datum .icon {
  margin-right: 10px;
  height: 18px;
  width: 18px;
  position: relative;
  display: block;
}

.datum .icon-calendar {
  background-image: url(/Design/V2/Css/icons/calendar.svg);
}

.blog-item a, .first-row-blog a, ul.blog-page-selector li a {
  color: #fc4f82 !important;
  text-decoration: none !important;
}

.blog-item a:hover, .first-row-blog a:hover, ul.blog-page-selector li a:hover {
  text-decoration: underline !important;
}

.justify-content-center {
  justify-content: center !important;
}

.first-row-blog {
  background: #F6F7FA;
}

.first-image-blog {
  background: #fff;
}

.image-blog-small img, .first-image-blog img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

ul.blog-page-selector li, ul.crumbs li {
  margin-left: 0px;
  padding: 0px !important;
}

a.link.blog {
  color: #fc4f82 !important;
}

h1.blog {
  margin-top: 0px !important;
}

img.intro-blog-image {
  padding: 20px 0px;
}

p.perex-blog {
  font-weight: bold;
  line-height: 1.8rem;
}

.text-md-end {
  text-align: right !important;
}

h3.next-articles {
  margin-top: 0px;
}

a.next-items {
  appearance: none;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-sizing: border-box;
  color: #1b1b1b !important;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 12px 24px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
  text-decoration: none;
}

a.next-items:hover {
  border: 1px solid #1b1b1b !important;
}


.form .field label select, .form .field label > input {
  padding: 0.675rem 0.95rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}


.form .field label select, .form .field label > input[readonly] {
  padding: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

input.btn.login-system {
  color: #FFF;
  font-weight: 500;
  background-color: #1B9AF6;
  padding: 10px;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#prefooter .brands-motives .brands ul li, #prefooter .brands-motives .motives ul li {
  filter: grayscale(100%) !important;
}


#prefooter .brands-motives .brands ul li:hover, #prefooter .brands-motives .motives ul li:hover {
  filter: grayscale(0%) !important;
}

div.number-brands::before, div.number-brands::after {
  /*
    display: inline-block;
    content: "";
    border-top: .3rem solid black;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
	*/

  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 5px double #e4e4e4;
  margin-top: 0px;
}

p.brands-good {
  padding: 20px 20px;
}

.container h2 {
  font-weight: 500;
}

div.oou ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
  top: 12px;
}

.contentpage .cookie-consent.content table td.header, .contentpage .cookie-consent.content table th {
  text-align: left;
  background-color: #bde7f0;
  color: #4A4A4A !important;
  font-weight: 500;
}

.mr35 {
  margin-right: 35px;
}

.container.contentpage img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}


.luigi-ac-line .luigi-ac-category .luigi-ac-text .luigi-ac-title, .luigi-ac-line .luigi-ac-product .luigi-ac-text .luigi-ac-title, .luigi-ac-line .luigi-ac-query .luigi-ac-text .luigi-ac-title {
  font-weight: normal !important;
}

.luigi-ac-main .luigi-ac-name, .luigi-ac-main .luigi-ac-title {
  color: #1B1B1B !important;
}


.luigi-ac-line tr:hover {
  background: #f1f0ef !important;
}

.luigi-ac-line .luigi-ac-enter {
  padding: 7px !important;
}


tr.luigi-ac-query, tr.luigi-ac-category {
  background: #fff;
}

.luigi-ac-other-content, .luigi-ac-others .luigi-ac-title {
  color: #1B1B1B !important;
}

.luigi-ac-highlight {
  background-color: #ffc8d9 !important;
}

.luigi-ac-hero-color, .luigi-ac-button {
  background: #ffc8d9 !important;
  color: #1B1B1B !important;
}


.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
}

.table > :not(caption) > * > * {
  padding: .5rem .5rem !important;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table td, .table th {
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

td.header, td.header p {
  font-weight: 500 !important;
}


/* Přidáno */


summary p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}


@media only screen and (max-width: 767.98px) {
  summary p {
    margin-right: 20px !important;
    line-height: 21px !important;
  }

  summary::before {
    max-width: 18px !important;
    max-height: 18px !important;
  }
}

details.kariera > summary {
  background: #fff !important;
  color: #1B1B1B !important;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

details.kariera {
  border: 1px solid #1B1B1B !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}


details.kariera > summary::before {
  content: "+";
  color: #1B1B1B !important;
  font-size: 28px !important;
  font-family: open sans;
  font-weight: bold;
}


details.kariera > div {
  background: #fff !important;
}

div.kariera-popis {
  padding: 20px 45px 25px 45px;
}

span.pozice-nazev {
  min-width: 180px;
  width: 180px;
}

span.pozice-uvazek, span.pozice-lokalita {
  margin-left: 25px;
}

span.pozice-uvazek, span.pozice-lokalita {
  font-size: 16px !important;
  font-weight: normal;
}


@media only screen and (max-width: 767.98px) {
  span.pozice-uvazek, span.pozice-lokalita {
    display: none !important;
  }

  div.row.mt60 > div.col-md-12 > h2 {
    margin-top: 0px !important;
  }
}


div.row.mt30 > div.col-md-12 > h2 {
  margin-top: 0px !important;
}


.contentpage h2.infopage {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-align: left !important;
  padding-top: 0px;
  padding-bottom: 0px;
}


p.pozice-uvazek, p.pozizce-lokalita {
  font-weight: 500;
}

img.zamestnanec {
  padding: 0 10px 0 15px;
}


.port-image {
  width: 100%;
}

.col-md-3 {
  /* margin-bottom:20px; */
}

.each-item {
  position: relative;
  overflow: hidden;
}

.each-item:hover .cap2, .each-item:hover .cap1 {
  left: 0px;
}

.cap1 {
  position: absolute;
  width: 100%;
  height: 70%;
  background: rgba(255, 255, 255, 0.5);
  top: 0px;
  left: -100%;
  padding: 10px;
  transition: all .5s;
}

.cap2 {
  position: absolute;
  width: 100%;
  height: 30%;
  background: rgba(0, 178, 255, 0.5);
  bottom: 0px;
  left: 100%;
  padding: 10px;
  transition: all .5s;
}


.ron {
  text-decoration: underline !important;
}


.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0
}

body.lb-disable-scrolling {
  overflow: hidden
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff
}

.lightbox a img {
  border: none
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}

.lb-container > .nav {
  left: 0
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/Design/V2/Css/icons/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/Design/V2/Css/icons/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-data {
  padding: 0 4px;
  color: #ccc
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em
}

.lb-data .lb-caption a {
  color: #4ae
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/Design/V2/Css/icons/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1
}


@media screen and (min-width: 768px) {
  #homepage .reviews-box__items img {
    max-width: 310px !important;
  }
}


div.specifications__item span {
  font-family: "Jost", sans-serif !important;
}

ul#menu > li > ul.news {
  background-image: url(/Design/V2/Page/Hp/hp-rozcesti-novinky.jpg);
  background-position: bottom right;
}

ul#menu > li > ul.sales {
  background-image: url(/Design/V2/Page/Hp/hp-rozcesti-slevy.jpg);
  background-position: bottom right;
}

ul#menu > li > ul.women, ul#menu > li > ul.girls, ul#menu > li > ul.men, ul#menu > li > ul.boys {
  background-position: bottom right;
}


.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  color: #fff;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button {
  border: none;
  background-color: #1b9af6;
  border-radius: 5px;
  padding: 10px 16px;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-shadow: none;
  -webkit-transition: background .1s;
  transition: background .1s;
  color: #fff;
}


.jconfirm.jconfirm-white .jconfirm-box .buttons button:hover {
  background-color: #1389df !important;
}


@media only screen and (min-width: 992px) {
  ul#menu > li > ul {
    border-bottom: 1px solid #dbdbdb !important;
    border-right: 1px solid #dbdbdb !important;
  }
}


#basket .brumla-container .order-select-boxes > div:first-child, #basketpreviewbox .brumla-container .order-select-boxes > div:first-child {
  background-color: #fff !important;
}

div.notice-box.thankyou {
  text-align: center;
  flex-direction: column !important;
  width: 860px;
  height: 385px;
  background-image: url('/Design/V2/Page/finish-background.jpg') !important;
  background-size: cover !important;
  padding-top: 40px !important;
  padding-left: 150px !important;
  padding-right: 150px !important;
}


@media only screen and (max-width: 992px) {


  div.notice-box.thankyou {
    padding-top: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: #def2d1 !important;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 20px !important;
    background-image: url('/Design/V2/Page/finish-background-mobile.png') !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-position: bottom left;
  }
}

#basket.orderfinish, #basketpreviewbox.orderfinish {
  padding-right: 0px !important;
}

div.thankyoudiv {
  height: 100%;
  display: flex;
}

p.finish-contact {
  font-weight: 500 !important;
}


h1.maintitle.finish {
  font-size: 24px;
}

h2.finish {
  font-size: 18px !important;
  font-weight: 500;
  line-height: 22px !important;
}

.jconfirm .jconfirm-box div.title-c .title {
  font-size: 16px !important;
}


div.notifications-header {
  background: #f1f0ef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 16px;
  padding: 7px;
}

span.discounts-text {
  padding-top: 3px;
}

img.close-discounts {
  width: 18px;
  height: 18px;
}

img.notifications-ico {
  margin-bottom: 3px !important;
}

div.discounts-header > div.col-10 > p {
  margin: 14px 0;
}


.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.product-detail .buy .price {
  margin: 15px 0;
}


.product-box .product .image {
  height: 250px !important;
}

div.price.detail {
  font-size: 24px;
  color: #f23048 !important;
  font-weight: 700;
  margin: 0;
  font-family: "Jost", sans-serif;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

div.price.detail-before {
  text-decoration: line-through !important;
  font-size: 14px !important;
  color: #4a4a4a !important;
}


div.grid-price-discount {
  margin: 7px 0px 20px 0px;
}

div.detail-price-discount {
  /* margin: 30px 0; */
}

div.detail-price-discount, div.grid-price-discount {
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
}

div.percentage-discount div {
  display: inline-block !important;
  font-weight: 700;
  font-size: 14px !important;
  color: #4a4a4a !important;
  background: #ffc8d9;
  padding: 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}


div.price.grid-before {
  text-decoration: line-through !important;
  font-size: 14px;
}


div.price.grid.detail {
  color: #f23048;
  font-weight: 700;
  font-size: 14px;
}

div.price.percentage-discount.grid {
  font-size: 14px;
}

.product-detail .availability, .product-detail .product-spec div {
  font-family: "Jost", sans-serif !important;
}


.product-detail .specifications__wrapper {
  font-size: 14px;
}


div.price.percentage-discount {
  padding: 0 8px;
}


.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

ul.review-filters li {
  font-size: 18px;
  display: inline;
  cursor: pointer;
}

ul.review-filters li.active {
  font-weight: bold;
  background: #bde7f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

div.review-grid {
  margin-bottom: 25px;
  overflow: hidden;
}

div.row.overlay {
  margin-left: 0;
  margin-right: 0;
}

.recenze-popis-overlay {
  position: absolute;
  bottom: 0;
  left: 0px !important;
  background: #bde7f0 !important;
  color: #1b1b1b !important;
  width: 100% !important;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.recenze-popis-overlay.bluecolor {
  background: #bde7f0 !important;
}

.recenze-popis-overlay.pinkcolor {
  background: #ffc8d9 !important;
}

.recenze-popis-overlay.pinkcolor2 {
  background: #ff5489 !important;
}

.recenze-popis-overlay.bluecolor p, .recenze-popis-overlay.bluecolor h3, .recenze-popis-overlay.pinkcolor p, .recenze-popis-overlay.pinkcolor h3 {
  color: #1b1b1b !important;
}

.review-grid:hover .recenze-popis-overlay {
  opacity: 1;
  bottom: 0;
}

a.receze-link-lightbox {
  font-size: 24px;
}

p.author-recenze {
  margin-bottom: 20px !important;
}

a.recenze-link {
  padding: 20px;
}

span.lb-number, .lb-data .lb-number {
  display: none !important;
}


@media only screen and (max-width: 992px) {
  body.notifications-enabled div#header {
    /* top: 63px !important; */
    top: 41px !important;
  }

  div.container.notifications {
    position: fixed;
    z-index: 100;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    /* top: 22px; */
    top: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.notifications-enabled #page-content {
    /*  padding-top: 205px !important; */
    padding-top: 185px !important;
  }

  body.notifications-enabled ul#menu.active {
    /* top: 112px !important; */
    top: 96px !important;
  }
}


@media only screen and (max-width: 575px) {
  .category .products.onecolumn {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}


.speech-bubble {
  filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, .10)) drop-shadow(1px 2px 2px rgba(0, 0, 0, .15));
  margin: 1rem;
  margin-bottom: 40px;
  padding: 1.5rem 2rem;
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  font-weight: 700 !important;
  background: #bde7f0 !important;
  color: #1b1b1b;
}

.speech-bubble::before {
  border: 12.5px solid transparent;
  border-top: 12.5px solid #bde7f0;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 25px;
  content: '';
  display: block;
  position: absolute;
  left: 3rem;
  bottom: -25px;
  transform-origin: center;
  transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
}

.speech-bubble cite {
  position: absolute;
  bottom: -2rem;
  left: 4.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: white;
}

div.row.e404 {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

@media only screen and (max-width: 575px) {
  .speech-bubble {
    padding: 1.5rem 1rem !important;
    font-size: 0.9rem !important;
  }

  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%
  }

  h1.e404 {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  h2.e404 {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  #homepage .reviews-box__items a {
    display: contents !important;
  }
}


a.e404link {
  color: #fc4f82 !important;
  text-decoration: underline !important;
}

.blog-wrap .blog li .image img, #homepage .reviews-box__items img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.product-box__banner a img {
  max-width: 219.67px;
  border-radius: 5px;
}

.product-box__banner .product {
  background-color: #fff !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}


.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-select {
  padding: 1rem .75rem;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  display: inline-block;
}

.floatinginput:focus ~ label, .floatinginput:not(:placeholder-shown) ~ label {
  top: -15px;
  font-size: 0.7rem;
}

.floatinginput:focus {
  border: 1px solid #101010;
  padding-top: 27px;
}

.floatinginput:placeholder-shown {
  padding-top: 27px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #aca88d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.form-select {
  display: block;
  width: 100%;
  padding: .975rem 2.25rem .975rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #aca88d;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid, .was-validated.form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


.form-control.is-valid, .was-validated .form-control:valid, .was-validated.form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


.news_subs {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.news_subs.company {
  font-weight: normal !important;
}

.news_subs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #aca88d;
  border-radius: .25rem;
}


.news_subs:hover input ~ .checkmark {
  background-color: #000;
}


.news_subs input:checked ~ .checkmark {
  background-color: #000;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.news_subs input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.news_subs .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

span.red {
  color: red !important;
}

a.regsubmit, button.regsubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

input.regsubmit, a.regsubmit, button.regsubmit {
  background: #1b1b1b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #1b1b1b;
  transition: all .4s ease-in-out;
}

input.regsubmit:hover, a.regsubmit:hover, button.regsubmit:hover {
  background: #fff;
  color: #1b1b1b;
  transition: all .4s ease-in-out;
}


p.regform-title {
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

div.register-via {
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid #aca88d;
  padding: 5px;
  width: 100%;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
}

div.register-via-logo {
  padding-top: 3px;
}

div.register-via img {
  border: 1px solid #aca88d;
}

div.register-via-text {
  padding: 5px 5px 5px 15px;
  font-weight: 700;
}

div.phone {
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
}

input#floatingPhone {
  width: 100%;
}

div.phone-number {
  margin-left: 15px;
}


label#phone-label, label#predvolba-label {
  padding: 1.2rem 1.5rem;
}

div.register-via-text a {
  color: #4A4A4A !important;
  text-decoration: none;
}

@media only screen and (min-width: 1400px) {
  div.registration-div {
    background-image: url("/Design/V2/Page/User/back-registration.png");
    background-position: top left;
    background-repeat: no-repeat;
  }
}


.container-login {
  position: relative;
  max-width: 390px;
  height: auto;
  border: 1px solid #DBDBDB;
  margin: 100px auto;
  padding: 30px;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 9px 10px 19px 0px rgba(219, 219, 219, 1);
  -moz-box-shadow: 9px 10px 19px 0px rgba(219, 219, 219, 1);
  box-shadow: 9px 10px 19px 0px rgba(219, 219, 219, 1);
}

.container-login:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 0px solid #ffffff;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  border-left: 0px solid #ffffff;
  bottom: 100%;
  left: 85%;
  margin-left: -25px;
  content: '';
  transform: rotate(225deg);
  margin-bottom: -7px;
  background: #fff;
}


.regform-title.login {
  text-transform: none !important;
}

div.user-menu {
  margin-bottom: 1rem !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #DBDBDB;
}

div.row.user-menu div.col-2 {
  width: 10.66666667%;
  padding-right: 0px;
}

div.row.user-menu div.col-10 a {
  text-decoration: none;
}

div.row.user-menu div.col-10 a:hover {
  text-decoration: underline;
}

div.lostpw {
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  padding: 15px;
  margin-top: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 9px 10px 19px 0px rgba(219, 219, 219, 1);
  -moz-box-shadow: 9px 10px 19px 0px rgba(219, 219, 219, 1);
  box-shadow: 9px 10px 19px 0px rgba(219, 219, 219, 1);
}

h3.lostpw {
  margin-top: 5px !important;
}

a.btn-lostpw {
  background: #dbdbdb;
  color: #4a4a4a;
  font-size: 18px;
  display: inline-block;
  padding: 12px;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  text-decoration: none;
  transition: all .4s ease-in-out;
  min-width: 90px;
  text-align: center;
}

a.btn-lostpw:hover {
  background: #f1f0ef;
  text-decoration: none;
  color: #4a4a4a;
  transition: all .4s ease-in-out;
}

.login-links a {
  font-size: 14px;
  text-decoration: none;
  color: #1B1B1B;
}

ul.menu-user-account {
  margin-top: 30px;
  margin-block-end: 0px !important;
}

ul.menu-user-account li {
  list-style-type: none !important;
  padding-left: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.menu-account-name {
  font-size: 24px;
  font-weight: bold;
  padding: 25px 0px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 20px;
}


ul.menu-user-account li a {
  color: #1B1B1B !important;
  text-decoration: none !important;
}

@media only screen and (min-width: 576px) {
  .account-mobile-menu {
    display: none !important;
  }
}

@media only screen and (max-width: 576px) {
  .col-md-2.menu-account {
    display: none !important;
  }

  .menu-account-name {
    display: none !important;
  }


  .text-end.lostpasswd {
    text-align: left !important;
  }

  ul.crumbs.account {
    display: none;
  }
}

p.user-accoung-name {
  font-size: 24px;
  font-weight: bold;
}

p.logout-mobile-account {
  text-align: right !important;
}

p.logout-mobile-account a, p.logout-mobile-account a:hover {
  color: #1B1B1B !important;
  text-decoration: none !important;
}

.personal-data h1 {
  text-align: left !important;
  font-size: 24px;
  margin-top: 0px !important;
}

div.one-order {
  height: auto;
  border: 1px solid #DBDBDB;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
}

div.images-order {
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
}

img.image-order {
  max-height: 60px !important;
  padding-right: 30px;
}


div.image-order.next {
  background: #f6f7fa;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 25px;
}

p.order-no {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

p.order-date {
  font-size: 14px;
}

p.order-price {
  font-size: 18px;
  font-weight: bold;
}


@media only screen and (max-width: 576px) {
  img.image-order {
    padding-right: 10px;
  }

  div.image-order.next {
    padding: 20px 20px;
  }

  .personal-data h1 {
    margin-top: 30px !important;
  }

  .order-detail-link {
    margin-top: 30px;
  }


  .account-mobile-menu-header {
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
  }


  .account-mobile-menu-header-my-account {
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
  }

  .detail-accoung-number {
    padding-top: 20px;
  }
}

.detail-accoung-number {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
}

span.logo-text__secondary {
  font-weight: normal !important;
}


@media only screen and (min-width: 768px) {
  #homepage .outfit {
    margin-top: 160px !important;
  }
}


#homepage .outfit .wrapper .image {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}


@media only screen and (min-width: 992px) {
  ul.cart li .basket-title {
    width: 70% !important;
  }

  .delivery-selection .half-box-2 .order__cart ul.cart li .basket-title, .personal-info-section .half-box-2 .order__cart ul.cart li .basket-title {
    padding-right: 5px !important;
  }
}

li.delivery.sum, li.payment {
  border-bottom: 0px !important;
  padding: 7px 0px;
}

@media only screen and (max-width: 575px) {
  li.delivery.sum, li.payment {
    padding: 7px 22px 7px 0px;
  }
}


#header.fixed {
  top: 0px !important;
}

a.dispblock {
  display: block !important;
}

img.br8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

a.product {
  display: block !important;
}

a.product img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

div.bottom.text-end {
  width: 40% !important;
  font-weight: bold;
}

img.recap-img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 15px;
}

img.print-img {
  max-width: 34px;
  max-height: 34px;
}

div.basket-title.recap {
  display: inline !important;
}

@media only screen and (min-width: 768px) {
  .delivery-selection .half-box-1, .personal-info-section .half-box-1 {
    width: 60%;
  }

  .delivery-selection .half-box-2, .personal-info-section .half-box-2 {
    width: 40%;
  }
}

@media only screen and (max-width: 992px) {
  img.slider-mobile {
    display: none !important;
  }

  #homepage #slider div.slider-container {
    height: auto !important;
  }


  #homepage #slider div.slider-container ul {
    height: auto !important;
  }
}


@media only screen and (min-width: 992px) {
  ul.cart li .basket-title {
    width: 60% !important;
  }
}


.grid-price-discount.summary-price.align-items-center {
  margin: 0 !important;
}

@media only screen and (min-width: 576px) {
  .one-order.detail .order-detail-price {
    display: flex;
    justify-content: flex-end;
  }

  .one-order.detail .order-detail-price > .price.summary-price.grid.detail,
  .one-order.detail .order-detail-price > .grid-price-discount.summary-price.align-items-center {
    width: 100%;
    max-width: 220px;
  }

  .one-order.detail .order-detail-price > .price.summary-price.grid.detail {
    display: block;
    text-align: right;
  }

  .one-order.detail .order-detail-price > .grid-price-discount.summary-price.align-items-center {
    display: grid;
    grid-template-areas:
      "before discount"
      "price price";
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: end;
    justify-items: end;
    column-gap: 12px;
    row-gap: 8px;
    margin: 0;
  }

  .one-order.detail .order-detail-price .price.summary-price.grid-before {
    grid-area: before;
    padding: 0;
  }

  .one-order.detail .order-detail-price .price.summary-price.percentage-discount {
    grid-area: discount;
    padding: 0;
  }

  .one-order.detail .order-detail-price .price.summary-price.grid.detail {
    grid-area: price;
    padding: 0;
    text-align: right;
  }
}


.price.summary-price.grid-before {
  color: #4a4a4a !important;
  font-weight: normal !important;
  padding: 0px 12px;
}


.price.grid.summary-price.detail {
  padding: 0px 0px 0px 12px;
}

div.col-md-4.review-grid.styl img {
  border: 1px solid #dbdbdb;
}

div.col-md-4.review-grid.styl p {
  font-size: 18px;
  margin-bottom: 20px;
}


div.col-md-4.review-grid.styl:hover img.img-fluid {
  border: 1px solid #1b1b1b;
}


@media only screen and (max-width: 768px) {
  ul.review-filters li {
    font-size: 16px;
  }

  ul.review-filters li {
    margin-left: 4px;
  }

  div#account-mobile-menu-content {
    display: none;
  }
}


@media only screen and (min-width: 768px) {
  div#account-mobile-menu-content {
    display: block !important;
  }
}

div.alert.alert-success {
  font-size: 20px;
  line-height: 28px;
  background: #ccffda;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #c8e3b6;
  margin-top: 1rem;
  padding: 2rem;
}

div.alert.alert-danger {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  background: #ff5489;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #f23048;
  margin-top: 1rem;
  padding: 2rem;
}

div.alert.alert-success.credit {
  font-size: 16px;
  line-height: 24px;
  padding: 1.2rem;
  margin-bottom: 30px;
}


div.row#account-mobile-menu-content {
  display: none;
}


/*
div.row.opened#account-mobile-menu-content {
display:block;
}
*/

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 8px dashed;
  border-top: 8px solid \9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.crumbs.account li:after {
  /*  display: inline-block !important; */
}


@media only screen and (min-width: 576px) {
  div.row.account-name {
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }

  .logout-mobile-account a {
    display: none;
  }

  .account-mobile-menu-header {
    display: none;
  }

  div.invoice-div {
    text-align: right !important;
  }

  .col-md-3.order-detail-price, .total-paid-text, .price-return {
    text-align: right !important;
  }


  .desktop-hide {
    display: none;
  }

  .pold {
    margin-bottom: 20px;
  }

  h3.back-paid {
    margin-top: 0px;
  }

  div.col-md-1.shorter {
    width: 4.33333333%;
  }

  div.col-md-2.shorter {
    width: 12.66666667%;
  }
}

@media only screen and (max-width: 576px) {
  .col-md-5.order-detail {
    margin: 25px 0px;
  }

  .mobile-hide {
    display: none;
    border-bottom: 0px !important;
  }

  .header-detail {
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
    display: none !important;
  }

  .polm {
    margin-top: 10px;
  }

  div.one-order {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }


  div.one-order.list {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.bold {
  font-weight: bold;
}


.crumbs.account {
  padding-bottom: 12px !important;
}

div.order-data-row {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

div.order-status {
  padding: 2px 3px;
  display: inline;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

div.order-status.green {
  background: #def2d1;
}

div.order-status.pink {
  background: #ffc8d9;
}

div.order-status.blue {
  background: #bde7f0;
}


div.order-status.orange {
  background: #fbe08a;
}

div.order-status.yellow {
  background: #fffdc1;
}


div.order-status.silver {
  background: #f6f7fa;
}

div.order-status.red {
  background: #f23048;
  color: #fff;
}


div.invoice-download {
  border: 1px solid #DBDBDB;
  display: inline;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

p.brand-order-detail {
  color: #868686;
  font-weight: 400;
  font-size: 16px;
  margin: 5px 0;
}

p.brand-order-goods {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0px;
}


img.image-order.detail {
  padding-right: 0px;
}

div.one-order.detail {
  height: auto;
  border-bottom: 1px solid #DBDBDB;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

div.cover-order {
  border: 1px solid #DBDBDB;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.invalid-feedback {
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

div.cover-order-sum {
  padding: 20px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 20px;
}

div.cover-order-sum-all {
  padding: 20px;
}

div.row.delivery {
  padding-bottom: 15px;
}

img.recap-img-invoice {
  max-width: 24px;
  max-height: 24px;
  margin-right: 5px;
}

p.personal-data-invoice {
  line-height: 1.8rem;
}

.price-return {
  font-weight: bold;
}

img.img-logout {
  max-width: 18px;
  max-height: 18px;
  margin-right: 5px;
}

.detail-accoung-number p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 22px;
}

p.regform-title.mobile {
  font-size: 16px !important;
}

img.image-backpaid {
  max-width: 40px;
}

div.row.in-total {
  border-top: 2px solid #dbdbdb;
  padding-top: 20px;
}

input.form-check-input {
  display: block !important;
}

a.back-list-orders {
  padding: 10px 20px;
  color: #1b9af6 !important;
  border: 1px solid #1b9af6;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

a.back-list-orders:hover {
  border: 1px solid #1389df;
  color: #1389df !important;
  text-decoration: none;
}


input.submit-paid {
  padding: 10px 20px;
  background: #1b9af6 !important;
  color: #fff !important;
  border: 1px solid #1b9af6;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

input.submit-paid:hover {
  border: 1px solid #1389df;
  background: #1389df !important;
}


#chevron {
  display: inline-block;
  margin-top: 10px;
  border-right: 4px solid #4A4A4A !important;
  border-bottom: 4px solid #4A4A4A !important;
  width: 16px;
  height: 16px;
}

.chevron-arrow-up {
  transform: rotate(45deg);
}

.chevron-arrow-down {
  transform: rotate(-135deg);
}


.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

input.to-pay, a.paid-online {
  color: #fff !important;
  font-weight: 500;
  background-color: #1b9af6;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all .3s ease-in-out;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
}

input.to-pay:hover, a.paid-online:hover {
  background-color: #1389df;
}

@media only screen and (min-width: 576px) {
  div.col-md-4.goods {
    padding-left: 0px;
  }
}

a.paid-online, a.paid-online:hover {
  text-decoration: none;
  color: #fff;
}


div.row.align-items-center.buttons {
  margin-top: 45px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black;  If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: #1389df;
  color: #fff;
  text-align: center;
  padding: 7px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  bottom: 25px;
  right: -60px;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.pt7 {
  padding-top: 7px;
}

.pt17 {
  padding-top: 17px;
}

.pb7 {
  padding-bottom: 7px;
}

div.row.data-order {
  padding: 15px;
}


@media only screen and (min-width: 567px) {
  .dc {
    text-align: center;
  }
}

@media only screen and (max-width: 567px) {
  .button-back-one, .button-back-two {
    margin-top: 30px;
  }

  .button-back-one, .button-back-two, .button-back-three {
    text-align: center !important;
  }
}


@media screen and (max-width: 768px) {
  .button-back-three {
    order: -2 !important;
  }

  .button-back-two {
    order: -1 !important;
  }

  a.print-user-account {
    margin-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .order-check-col {
    width: 4.33333333%;
  }

  .order-price-col {
    width: 29%;
  }

  h3.wtbd {
    margin-top: 10px;
  }

  .button-back-two.print {
    text-align: right !important;
  }

  a.next-items.useraccount {
    padding: 12px 16px;
  }

  a.print-user-account {
    margin-left: 7px;
  }
}


#homepage ul.top-categories li.boys {
  background-image: url(/Design/V2/Page/Hp/hp-rozcesti-chlapecke2.jpg);
}

.align-middle {
  vertical-align: middle !important;
}

a.pink-link, a.pink-link:hover {
  text-decoration: underline !important;
  color: #fc4f82;
}


#loginmenubox, #profilemenubox {
  position: absolute;
  top: -30px;
  left: -250px;
  min-width: 390px;
  z-index: 10000;
  background: #fff;
}

@media only screen and (max-width: 575px) {
  #loginmenubox, #profilemenubox {
    position: absolute;
    top: -30px;
    left: -250px;
    min-width: 345px;
    z-index: 10000;
    background: #fff;
  }
}

.product-box-cover {
  line-height: 0;
  height: 100%;
}

div.product-box.cover-banner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  div.product-box.cover-banner {
    align-items: flex-end !important;
    display: flex;
    text-align: center;
    justify-content: center;

  }

  .product-box .product {
    border: 0px;
  }
  
  .product-box-cover {
    height: auto !important;

  }
}

@media only screen and (max-width: 992px) {
  #homepage #slider div.slider-container ul li {
    background-color: #fff !important;
  }


  #homepage #slider div.slider-container ul li a > div .btn {
    display: none;
  }

  #homepage #slider div.slider-container ul li a > div {
  }

  #homepage #slider .switcher {
    display: none !important;
  }

  #homepage #slider div.slider-container ul li a > div {
    text-align: left;
    padding: 10px 60px;
    gap: 0px;
    align-items: flex-start;
    padding: 3% 48% 19% 5%;
  }

  #homepage #slider div.slider-container ul li a > div .fs-lg {
    line-height: 18px;
    font-size: 18px;
  }

  #homepage #slider div.slider-container ul li a > div span:not(.btn) {
    margin-top: 5px;
    font-size: 18px;
    line-height: 20px;
  }


  #homepage #slider > a {
    top: 95px;
  }

  #homepage #slider div.slider-container {
    margin-bottom: -15px;
  }

  #homepage div.hp-description {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
  li#slider-back {
    background-size: cover !important;
    min-height: 231px;
  }
}

@media only screen and (max-width: 992px) {
  a.next-items.mr35 {
    display: block;
    margin-right: 0px;
    margin-bottom: 25px;
  }
}

#outfit ul.grid li.grid-item .footer {
  background: #1b9af6 !important;
  padding-top: 10px;
}


@media only screen and (max-width: 576px) {
  .jconfirm .jconfirm-box {
    margin-right: 25px;
  }
}


.filter-types input[type=radio] ~ label {
  display: inline-flex;
}

#filter-radio-news, #filter-radio-sales, #filter-radio-all {
  display: inline-flex !important;
}

.sorter_text {
  display: inline-block;
  padding-right: 12px;
  padding-bottom: 2px;
}

@media only screen and (max-width: 575px) {
  .sorter_text {
    display: none;
  }
}

.sorter_text-mobile {
  display: inline-block;
  padding-right: 12px;
  padding-bottom: 2px;
}

@media only screen and (min-width: 575px) {
  .sorter_text-mobile {
    display: none;
  }
}

#outfit ul.grid li.grid-item .title {
  font-size: 18px;
  color: #4A4A4A;
  font-weight: 500;
}

@media only screen and (max-width: 575px) {
  #outfit ul.grid li.grid-item .title {
    font-size: 16px;
  }


  #outfit ul.grid li.grid-item, #outfit ul.grid li.grid-sizer {
    width: 47%;
  }

  #outfit ul.grid li.grid-item, #outfit ul.grid li.grid-sizer {
    width: 47%;
  }
}


@media only screen and (min-width: 575px) {
  .crumbs {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .stock-info > span {
    clear: both;
    float: left;
    display: block;
  }
}


@media only screen and (min-width: 992px) {
  ul#menu > li {
    text-align: center;
    border-radius: 5px;
    margin: 0;
    padding-right: 7px;
    padding-left: 7px;
  }


  ul#menu > li.news, ul#menu > li.sales {
    margin: 0 7px;
  }
}

@media only screen and (max-width: 992px) {
  .quickinfo {
    display: none;
  }

  #header {
    top: 0px;
  }

  ul#menu {
    top: 60px;
  }

  #page-content {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 768px) {
  div.notice-box.error {
    flex-direction: column;
  }
}

span.price {
  display: inline-block;
}


span.price.cashondelivery:first-letter {
  font-family: sans-serif !important;
  font-weight: 500 !important;
}


@media only screen and (max-width: 575px) {
  .delivery-selection .half-box-2 .order__cart .remove, .personal-info-section .half-box-2 .order__cart .remove {
    top: -5px;
  }
}


#basket .brumla-container .order-select-boxes .order-select, #quickreservation-content .brumla-container .order-select-boxes .order-select {
  border: 1px solid transparent !important;
}

#basket .brumla-container .order-select-boxes .order-select:hover, #quickreservation-content .brumla-container .order-select-boxes .order-select:hover {
  border: 1px solid #dbdbdb !important;
}

#basket .brumla-container .order-select-boxes .order-select.selected, #quickreservation-content .brumla-container .order-select-boxes .order-select.selected {
  border: 1px solid #1b1b1b !important;
}


div.brumla-container.order.order__cart.finish {
  text-align: center;
  padding: 15px 30px 10px !important;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  max-width: 860px;
  height: auto;
  margin: 0 auto !important;
  padding: 10px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  div.brumla-container.order.order__cart.finish {
    padding: 15px 15px 10px !important;
  }
}


div.cart.goods-in-cart.finish {
  max-height: 500px;
  padding-right: 15px !important;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  padding: 0;
}

h3.finish {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left !important;
  line-height: 30px;
  font-weight: 500;
}

p.brand {
  color: #868686;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 3px;
}

p.goods-title {
  margin-top: 0px;
  margin-bottom: 3px;
}

p.size {
  font-weight: 400;
  font-size: 16px;
  color: #868686;
  margin-top: 5px;
}

div.buy-status {
  padding: 2px 3px;
  display: inline;
  font-weight: 500;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #f1f0ef;
}

p.goods-title a {
  color: #4a4a4a !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

p.goods-title a:hover {
  color: #4a4a4a !important;
  text-decoration: underline;
}

div.row.align-items-center.order-item-finish {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .status-buy-row {
    text-align: right !important;
  }
}

.finish.text-end {
  padding-right: 20px;
  font-weight: 700;
}

.finish.text-end.summary {
  font-size: 18px;
}

div.recap.finish.title {
  text-align: left;
  padding: 15px 0px 10px !important;
  max-width: 860px;
  height: auto;
  margin: 0 auto !important;
  padding: 10px;
  position: relative;
}


div.finish-resume {
  width: 860px;
  height: auto;
  background: #f5f5f5;
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-image: url('/Design/V2/Page/back-resume-finish.png') !important;
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media only screen and (max-width: 992px) {
  div.finish-resume {
    width: auto;
    padding: 15px;
  }
}

div.one-order.list.reservation {
  border: 1px solid #1b1b1b !important;
}


@media only screen and (max-width: 576px) {
  .delivery-branch-address {
    position: absolute;
    left: 160px;
    top: 10px;
    max-width: 122px;
  }

  .delivery-selection input[type=radio] ~ label, .personal-info-section input[type=radio] ~ label {
    min-height: 74px;
  }
}


@media only screen and (max-width: 576px) {
  #homepage .reviews-box__items a:nth-of-type(3), #homepage .reviews-box__items a:nth-of-type(4) {
    display: none !important;
  }
}


@media only screen and (min-width: 992px) {
  div.grid-price-discount {
    margin: 3px 0px 0px 0px;
  }

  div.price.grid.detail.without-discount {
    margin-top: 14px;
    margin-bottom: 8px;
  }
}

.notice-box.thankyou ul li {
  list-style-type: none !important;
}

@media only screen and (max-width: 575px) {
  .category .products .product-box .product .info .price .grid-price-discount .price.grid.detail .price-text {
    display: none;
  }

  .category .products.onecolumn .product-box .product .info .price .grid-price-discount .price.grid.detail .price-text {
    display: inline;
  }


  .category .products .product-box .product .info .price .grid-price-discount {
    margin: 0px 0px 0px 0px !important;
  }

  .category .products.onecolumn .product-box .product .info .price .grid-price-discount {
    margin: 7px 0 20px 0;
  }

  .category .products .product-box .product .info .price .without-discount {
    margin-bottom: 16px !important;
  }

  .category .products.onecolumn .product-box .product .info .price .without-discount {
    margin-bottom: 0px !important;
  }
}

div.row.noitems {
  margin: 50px 0;
  background: none !important;
  padding: 50px 0 50px 0px;
  text-align: left;
  background: #f6f7fa !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*
    -webkit-box-shadow: 4px 5px 9px 0px rgba(239, 239, 239, 1);
    -moz-box-shadow: 4px 5px 9px 0px rgba(239, 239, 239, 1);e
    box-shadow: 4px 5px 9px 0px rgba(219, 219, 219, 1);
	*/
}

h1, h1 {
  font-size: 28px;
  line-height: 34px;
}

@media only screen and (min-width: 992px) {
  .product-detail .product-info h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

.crumbs {
  padding: 15px 0 20px;
}


@media print {
	
	 html, body {
    width: 210mm !important;
    height: 297mm !important;
	 }

  @page {
	  size: A4 !important;
	  margin: 0 !important;
	  /*
  margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
	padding: 0 !important;
	*/
	}

  .row.before-open, .copyright, div.buttons, ul.menu-user-account, .crumbs.account, #menu, #header, .quickinfo, .aspNetHidden, div.returngoodiv, .return-goods-finished, div.menu-left-user {
    display: none !important;
  }

  h1, .contentpage, .page-content, body, col-md-10 personal-data, form {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  #basket, #page-content {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  form {
    margin: 0;
    margin-top: 10px !important;
    padding-top: 10px !important;
  }
  
  .col-md-10.personal-data {
width: 100%;  
  }
  

    .container {
       max-width: 100% !important; 
    }
	
#page {
    width: 100% !important;

	}
  
}

/*@media print {*/
/*  @page {*/
/*    margin: 2in !important; !* 1 inch margin for all sides *!*/
/*  }*/
/*}*/

@media only screen and (max-width: 575px) {
  #homepage .style-outfit {
    margin-top: 20px;
  }

  #homepage .reviews-box {
    margin-top: 90px;
  }

  #homepage .outfit {
    margin-top: 20px;
  }

  #homepage .blog-wrap {
    padding-top: 20px;
  }
}

span.plus {
  font-family: sans-serif !important;
}

.align-items-center.user-menu a {
  transition: transform .7s ease-in-out;
}

.align-items-center.user-menu a:hover {
  text-decoration: underline !important;
  color: #fc4f82;
}

img.lf {
  float: left;
  padding: 10px 20px 10px 0px;
  clear: both;
}

@media only screen and (max-width: 575px) {
  #order-recap-content {
    display: none;
  }

  .basket-content #order-recap-content, .sablona-first-step #order-recap-content {
    display: block;
  }

  .row.recap.before-open {
    cursor: pointer;
  }

  h3.mrecap {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 575px) {
  .mobile-recap-chevron {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  ul.crumbs li {
    display: flex;
  }

  .crumbs {
    gap: 1px;
  }

  .crumbs li:not(:first-child) {
    gap: 5px;
  }


  .crumbs li:last-child {
    display: flex;
  }


  .crumbs li:nth-of-type(5) {
    display: none;
  }

  .crumbs li:nth-last-child(2):not(:first-child):after {
    /* display: flex; */
  }

  .crumbs li:nth-of-type(2):not(:last-child):after {
    content: "";
    display: block;
    height: 18px;
    width: 18px;
    background-image: url(/Design/V2/Css/icons/crumbs.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }


  .crumbs li:nth-of-type(3):not(:last-child):after {
    content: "";
    display: block;
    height: 18px;
    width: 18px;
    background-image: url(/Design/V2/Css/icons/crumbs.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .crumbs li:nth-last-child(2):not(:first-child):before {
    /*
content: none !important;
background-image: none !important;
*/
  }

  .crumbs li:nth-last-child(2):not(:first-child):before {
    content: none !important;
  }
}

div.related-label {
  display: inline-block;
  background: #f6f7fa !important;
  padding: 8px 15px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

div.related-label:hover {
  background: #dbdbdb !important;
}

div.related-label a {
  padding: 5px 20px;
  text-decoration: none !important;
}

div.labels-related-products {
  margin-bottom: 20px;
}

.recommendation h2 {
  font-size: 21px !important;
  line-height: 21px;
}

.col-md-2.recommendation {
  padding-right: 0px;
}

@media only screen and (max-width: 575px) {
  div.related-label {
    background: #f6f7fa !important;
    padding: 6px 6px;
  }

  div.related-label a {
    padding: 6px 10px;
    text-decoration: none !important;
  }
}

@media only screen and (max-width: 575px) {
  .flickity-slider .product-box .product .price .grid-price-discount .price.grid.detail .price-text {
    display: none !important;
  }

  .flickity-slider .product-box .product .price .grid-price-discount {
    margin: 0 !important;
  }

  .flickity-slider .product-box .product .info .brand {
    min-height: 18px;
  }

  .flickity-slider .product-box .product .price .without-discount {
    margin-top: 10px !important;
  }
}

@media only screen and (min-width: 575px) {
  .flickity-slider .product-box .product .price div.grid-price-discount {
    margin: 0px 0px 3px 0px;
  }
}

/*
@media only screen and (max-width: 575px) {
.product-detail .product-spec {
	    order: -2 !important;
    -webkit-order: -2;
}
.product-detail .availability {
	    order: 1 !important;
    -webkit-order: 1;
}


}
*/

.notice-box .full-box {
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.notice-box .full-box h3 {
  margin-top: 0px !important;
}

.basic-content.orderfinish .notice-box {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

p.brand-order-goods a {
  color: #4a4a4a !important;
}

@media only screen and (max-width: 575px) {
  .one-order.detail .price.summary-price.grid.detail, .one-order.detail .col-md-3.order-detail-price, .polm.price-return {
    text-align: left;
  }

  .one-order.detail .order-detail-price > .price.summary-price.grid.detail,
  .one-order.detail .order-detail-price > .grid-price-discount.summary-price.align-items-center {
    max-width: none;
  }

  div.cover-order-sum, .div.row.in-total {
    padding-left: 0px;
    padding-right: 0px;
  }

  .return-goods-form {
    margin-top: 40px;
  }

  #paid-online-link {
    margin-bottom: 20px;
    display: block;
  }
}

@media only screen and (min-width: 575px) {
  .cover-order-sum-all {
    padding-right: 50px;
  }

  div.cover-order-sum {
    padding-right: 50px;
  }

  div.row.in-total {
    padding-right: 15px;
  }

  .return-goods-form {
    margin-top: 40px;
  }

  .col-md-3.col-5.text-end {
    padding-right: 60px;
  }
}

.reservation-box__delivery .icon, .reservation-box__end .icon {
  margin-right: 10px;
}


.summary:has(> .summary__price) {
  margin-top: 10px;
}


#fulltextSearchQuery::-webkit-search-cancel-button {
  position: relative;
  right: 20px;
}

p.page-number {
  margin-top: 10px;
}

@media only screen and (max-width: 575px) {
  p.page-number {
    text-align: right !important;
    margin-top: 0px;
    margin-bottom: 12px;
  }

  .pager div {
    display: block;
  }
}

#homepage .reviews-box__logo_sk {
  height: 137px;
  width: 136px;
  background-image: url(/Design/V2/Css/icons/heureka-sk.png);
  background-size: 100%;
  position: relative;
  margin-top: calc(-136px / 2);
}

.contentpage .pageindex-selector ul {
  margin: 0;
}

.contentpage .pageindex-selector ul li {
  margin: 0;
  padding: 0;
}

.contentpage .pageindex-selector ul li a {
  color: #1b1b1b;
  text-decoration: none;
}

.contentpage .pager div {
  display: block;
}

.specifications__item span a {
  text-decoration: underline;
}

.order-select a {
  text-decoration: underline;
}

@media only screen and (max-width: 575px) {
  div.status-row {
    padding-bottom: 15px;
  }

  .goods .images-order {
    padding-top: 15px;
  }
}

.goods-in-cart .remove .icon {
  display: block;
  height: 24px;
  width: 24px;
}

.goods-in-cart .basket-title {
  color: #4a4a4a;
  display: block;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
}

.basket-title {
  padding-left: 20px;
}

.goods-in-cart .basket-title .brand {
  color: #868686;
  font-weight: 400;
  font-size: 16px;
  display: block;
}

.goods-in-cart .basket-title .size {
  font-weight: 400;
  display: block;
  font-size: 16px;
  color: #868686;
  margin-top: 5px;
}

.goods-in-cart .basket-title .name {
  color: #4a4a4a;
  font-weight: 500;
}


.goods-in-cart .basket-storage {
  color: #4fc023;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
}

.goods-in-cart .basket-storage .icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
}

.goods-in-cart .icon-box-black-closed {
  background-image: url(/Design/V2/Css/icons/box-black-closed.svg);
}

div.goods-in-cart {
  cursor: pointer !important;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

div.summary.first-step {
  margin-top: 20px;
  margin-bottom: 30px;
  align-items: center;
  background-color: #f6f7fa;
  border-radius: 5px;
  padding: 20px 0px 20px 0px;
}

div.summary__price {
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 575px) {
  .goods-in-cart .basket-image {
    order: 1;
  }

  .goods-in-cart .basket-title {
    order: 2;
  }

  .goods-in-cart .basket-price {
    order: 5;
  }

  .goods-in-cart .basket-storage {
    order: 4;
    display: none;
  }

  .goods-in-cart .remove-from-basket {
    order: 2;
  }

  div.goods-in-cart {
    padding-bottom: 20px;
  }


  .col-md-1.col-1.remove-from-basket {
    padding-left: 0;
  }
}

@media only screen and (min-width: 575px) {
  .col-md-6.col-12.status-row {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .filter-types > div.tags {
    margin-bottom: 12px;
  }
}

.product-box .product .info .brand {
  min-height: 18px;
}


@media only screen and (min-width: 768px) {
  .products-recommendation .product-box {
    width: 20%;
  }
}

.img-recap.basket-img {
  padding-right: 12px;
  margin-bottom: 5px;
}

.half-box-2 .basket-image {
  order: 0;
}

.half-box-2 .col-md-6 .col-9 .basket-title {
  order: 1;
}

.half-box-2 .basket-price {
  order: 3;
}

.half-box-2 .remove-from-basket {
  order: 2;
}

.delivery-selection .half-box-2 .order__cart .remove, .personal-info-section .half-box-2 .order__cart .remove {
  position: static;
  top: auto !important;
}

.next .summary__price {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .half-box-2 .delivery-payment {
    padding-right: 22px !important;
  }

  .basket-navigation {
    margin-top: 25px !important;
  }
}

.delivery-selection .half-box-2 .order__cart .summary, .personal-info-section .half-box-2 .order__cart .summary {
  padding: 15px 0 15px;
  border-top: 2px solid #dbdbdb;
}

@media only screen and (max-width: 768px) {
  .half-box-2 ul.delivery-payment {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 575px) {
  body.route-profile-orderdetail .cover-order-sum {
    padding-right: 15px !important;
  }

  body.route-profile-orderdetail .col-md-3.col-5.text-end {
    padding-right: 5px !important;
  }
}

@media only screen and (max-width: 575px) {
  body.route-profile-orderdetail .cover-order-sum-all {
    padding: 0 !important;
  }

  h3.wtbd {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 575px) {
  body.route-profile-returngoods-orderdetail .cover-order-sum-all {
    padding-right: 50px !important;
  }

  body.route-profile-returngoods-orderdetail .col-md-3.col-5.text-end {
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 575px) {
  body.route-profile-returngoods-orderdetail .cover-order-sum-all {
    padding-right: 0px !important;
  }
}

div.price.percentage-discount.sk {
  padding: 0 4px !important;
}

.lb-nav a.lb-next, .lb-nav a.lb-prev {
  opacity: 1 !important;
}

.row.title-first-basket h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


@media only screen and (max-width: 575px) {
  .status-order-detail-info {
    padding-left: 0px;
    padding-right: 0px;
  }
}


div.summary.first-step.next {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

@media only screen and (max-width: 575px) {
  .route-profile-orderdetail .basket-title.recap {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 992px) {
  ul#menu > li > ul.news > li, ul#menu > li > ul.sales > li {
    margin-right: 0%;
    display: block;
    margin-left: 550px;
  }
}

@media only screen and (max-width: 575px) {
  .order__cart.finish .col-md-6.col-8.text-start {
    padding-left: 0px;
    padding-right: 0px;
  }
}


ul#menu > li > ul.news > li > ul:first-child li a {
  background: #d7fffd;
}

ul#menu > li > ul.news > li > ul:first-child li a:hover {
  background: #bde7f0;
}


ul#menu > li > ul.sales > li > ul:first-child li a {
  background: #ffc8d9;
}

ul#menu > li > ul.sales > li > ul:first-child li a:hover {
  background: #ff5489;
}

@media only screen and (min-width: 992px) {
  .products-recommendation__wrapper div.price.grid.detail.without-discount {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 768px) {
  span.choose-branch {
    margin-left: 20px;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 768px) {
  span.choose-branch {
    display: block;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 768px) {
  .ico-finish {
    padding-left: 20px;
  }
}


.half-box-2 #order-recap-content {
  max-height: 500px;
  overflow-y: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.half-box-2 ul.delivery-payment {
  padding-top: 15px;
}

.half-box-2 .summary__price {
  padding-right: 22px !important;
}

.half-box-2 .remove-from-basket {
  padding-left: 5px;
}

.bolder {
  font-weight: 600;
}


@media screen and (min-width: 992px) {
  ul#menu > li:first-child > a {
    padding: 7px 15px 7px 0px;
    border-bottom: 0;
    pointer-events: auto;
  }
}

#outfit ul.grid li.grid-item.preview {
  width: 43%;
  scroll-margin-top: 90px;
}

@media screen and (max-width: 992px) {
  #outfit ul.grid li.grid-item.preview {
    width: 100%;
  }
}


.login-feedback {
  background-color: #fc4f82 !important;
  color: #fff;
  padding: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.login-feedback.show {
  opacity: 1;
}

@media only screen and (max-width: 992px) {
  div.tips-container ul.tips li:first-child {
    padding-left: 20px;
  }
}

img.recap-img.prehled {
  margin-right: 10px;
}


@media only screen and (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%
  }
}

p.offline-info {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 20px;
}

#header .logo.offline a {
  display: inline-flex;
  align-items: center;
}

.header-offline {
  position: relative !important;
}


@media only screen and (max-width: 576px) {
  p.offline-info {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  a span.brumla.off {
    width: 75px !important;
    height: 75px !important;
  }

  #header .logo.offline a span.logo-text__primary {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
  }

  #header .logo.offline a span.logo-text__secondary {
    font-size: 11px;
    line-height: 11px;
  }
}

img.zasilkovna-delivery {
  max-width: 87px !important;
  max-height: 31.9px !important;
}

div.order-select {
  position: relative;
}

.topright {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #ffc8d9;
  color: #fff;
  padding: 7px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 480px) {
  .stock-info {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .product-box .product {
    max-width: 220px !important;
  }
}


a.change-delivery {
  text-decoration: underline;
}

@media only screen and (max-width: 480px) {
  .red.login-feedback {
    margin-top: 40px;
  }

  #homepage #slider div.slider-container ul li {
    min-height: 162px;
  }

  div.order-status.blue {
    line-height: 1.4em;
  }


  .maintitle.login-title {
    margin-top: 40px !important;
  }

  .fancybox-overlay-fixed {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center;
    align-items: center;
  }


  .fancybox-opened, .fancybox-inner {
    width: 100% !important;
    max-width: 355px !important;
    border-radius: 6px;
    background: #fff !important;
    overflow-x: hidden !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .fancybox-close {
    top: 0px !important;
    right: 0px !important;
  }

  .fancybox-skin {
    padding: 0px !important;
    background: #fff !important;
  }

  #quickreservation-content {
    padding: 15px;
  }

  #quickreservation-content .brumla-container {
    margin: 0 !important;
  }

  #quickreservation-content .row.cart.delivery-payment.align-items-center.mt15 {
    margin-top: 0px !important;
  }


  #basket .brumla-container .order-select-boxes, #quickreservation-content .brumla-container .order-select-boxes {
    margin-bottom: 15px;
  }
}


@media only screen and (min-width: 992px) {
  .order__cart.finish .finish.text-end {
    margin-top: 15px;
  }
}


@media only screen and (min-width: 992px) {
  .order__cart.finish .finish.text-end.summary {
    margin-top: 0px !important;
  }
}

div.finish-resume.order-detail-footer {
  width: 100% !important;
  margin-top: 35px !important;
}

@media only screen and (min-width: 992px) {
div.notice-box.thankyou.returngoodiv {
width: 100% !important;	
height: 305px !important;	
}
}


div.ilf {   
   background-color: #fc4f82 !important;
    color: #fff !important;
    padding: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
	width: 100%;
    margin-top: .25rem;
    font-size: .875em;
}

div.row.short-desc-row {
align-items: start !important;	
width: 100%
}

.christmas-notification.notice-box {
    display: block;
color: #1b1b1b;
    margin: 15px 0;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 100%;

}
.christmas-notification.notice-box a {
color: #fc4f82 !important;
    text-decoration: none !important;
}
.christmas-czech-post {
color: #1b1b1b;
font-size: 16px;
margin-top: 5px;
}

div.christmas-info-box {
padding: 20px;
}

.christmas-info-box {
padding: 20px;
}

.christmas-info-box p {
line-height: 21px;
}

.info-box-advice-blog {
    border-left: solid 4px #fc4f82;
    text-align: center;
    padding: 18px;
    background: #f6f7fa;
}

.order-sm-first.order-last h2, .order-sm-first.order-last h3 {
margin-top: 0px !important;	
}

a.link-blog::before {
font-family: FontAwesome;
content: "\f054";	
margin-right: 14px;
text-decoration: none !important;
}

a.link-blog {
text-decoration: none !important;	
}

.discount_code_text {
font-weight: 500;
}

.apply_code {
background-color: #1b1b1b;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    height: 100%;
    display: block;
    padding:16px 25px;
    font-size: 14px;
	margin-bottom: 16px;
}

.apply_code_input {
height: 48px;
}

.discount_code_text p {
margin-top: 20px;
}

.remove-from-basket .icon-trash-gray.code_discount {
display: block;
    height: 24px;
    width: 24px;	
	margin-bottom: 20px;
}

img.discount-recap-img {
    margin-right: 26px;	
}


@media only screen and (max-width: 575px) {
ul.cart li:last-child {
padding: 7px 22px 7px 0px; 
}
}

.icons-delivery-box img {
max-height: 20px;
}

@media only screen and (min-width: 575px) {
	.icons-delivery-box img:first-child {
	margin-left: 15px;
	}
}

@media only screen and (max-width: 575px) {
	.icons-delivery-box, .choose-branch-delivery-box {
display: inline-block;	
padding-top: 7px;
	}
	
	.icons-delivery-box img {
		max-height: 16px;
}
}

#search.search-input {
  position: relative !important; 
}


#header #search.search-input a:not(.close) {
    background: #fff;
}


body a#_fulltextSearchLinkButton, a#_fulltextSearchLinkButton:hover {
background: #1b1b1b !important;
}

div#autocompletebox .header-inner {
font-weight:bold;
text-transform: uppercase;
padding: 7px;

}

div#autocompletebox .header.header-item {
    background: #f7f7f8;
    border-bottom: 1px solid #ebebec;
}

span.fulltext-title, span.fulltext-size {
    background: #fff;	
	border: none;
}

#autocompletebox .fulltext-item table .fulltext-text .fulltext-title {
    font-size: 16px;
    padding-top: 3px;
}

span.fulltext-search-price {
  background: #fff;		
	color: #20303e;
	border: none;
	font-weight: 400;
	border-radius: 0;
	display:block;
}

p.fulltext-size-complete {
	color: #20303e !important;
	border: none;
	    font-size: 16px;
	font-weight: 400;	
	padding: 0 !important;
}

p.fulltext-size-complete span {
display:inline-block;	
}

@media screen and (min-width: 992px) {
    #header #search.search-input {
        padding: 0px;
    }
}

#header #search.search-input a:hover { 
    background: #f1f0ef !important;	
}

.search-input span {
background: none;
}

span.fulltext-input-search {
background: #f6f7fa !important;	
}

p.search-not-found {
font-weight:bold;
}

#header #search a#_fulltextSearchLinkButton:hover {  /* Přidáš 'body' pro vyšší specificitu */
    background: #1b1b1b !important;
}

/* Fixní layout pro všechny tabulky v autocomplete – zajistí stejné šířky sloupců všude */
#autocompletebox .fulltext-item table {
  table-layout: fixed;  
  width: 100%;  
  border-collapse: collapse;  
}

/* Explicitní šířky sloupců – aplikuje se na všechny položky */
#autocompletebox .fulltext-image {
  width: 20%;  /* Obrázek: 20% */
  vertical-align: top; 
}

#autocompletebox .fulltext-text {
  width: 60%;  /* Text: 60% */
  padding: 4px 8px;  
  vertical-align: top;
  overflow: visible;  /* Povolí zalomení mimo buňku, pokud je potřeba */
}

#autocompletebox .fulltext-price {
  width: 20%;  /* Cena: 20% */
  text-align: right;  
  vertical-align: top;
  padding: 4px 8px;
}

/* Zalomení textu v názevku – umožní více řádků */
#autocompletebox .fulltext-title {
  display: block;
  white-space: normal;  
  word-break: break-word;  
  line-height: 1.2;  
  font-weight: bold;  
}

/* Velikost pod názvem – také zalomit, pokud je dlouhá */
#autocompletebox .fulltext-size-complete {
  margin: 2px 0 0 0;
  font-size: 0.85em;  
  white-space: normal;
  word-break: break-word;
  line-height: 1.1;
}

/* Obrázek: Zajistit, aby se vešel do sloupce */
#autocompletebox .fulltext-image img {
  max-width: 100%;
  height: auto;  /* Zachová poměr stran */
  display: block;
}

/* Celkový vzhled položek – pro lepší UX v dropdownu */
#autocompletebox .fulltext-item {
  display: block; 
  text-decoration: none;
  color: inherit;
  padding: 8px;  
  border-bottom: 1px solid #eee;  
}

#autocompletebox .fulltext-item:last-child {
  border-bottom: none;  /* Bez okraje na poslední položce */
}

/* Responsivita pro mobil – uprav šířky, pokud je dropdown úzký */
@media (max-width: 768px) {
  #autocompletebox .fulltext-image {
    width: 25%;  
  }
  #autocompletebox .fulltext-text {
    width: 55%;
  }
  #autocompletebox .fulltext-price {
    width: 20%;
  }
}

/* Rozšířené pro iPad (portrét + landscape) – zabere stretching i mimo 768px */
@media screen and (min-width: 820px) and (max-width: 820px)
       and (-webkit-min-device-pixel-ratio: 2)
       and (resolution: 264dpi) {
    div.product-box.cover-banner {
        align-items: flex-end !important;  /* Zarovnání dolů – tvůj původní */
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        
        /* Omezení kontejneru */
        height: auto !important;
        overflow: hidden;
    }
    

    div.product-box.cover-banner a.product,
    div.product-box.cover-banner img {
        align-self: flex-start !important;  /* Zruší default stretch */
        flex-shrink: 0 !important;  /* Zabrání zmenšování */
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        
     
        aspect-ratio: auto !important;  
        object-fit: contain !important; 
        object-position: center;
        
        /* iOS prefixy pro starší verze */
        -webkit-align-self: flex-start !important;
        -webkit-flex-shrink: 0 !important;
        -webkit-object-fit: contain !important;
        -webkit-aspect-ratio: auto !important;  
    }
}


/* Media query pro tablety/iPad (768–991px: 2 sloupce, max-content rows pro stejnou výšku) */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .category .products {
        grid-auto-rows: max-content !important; /* Klíč: Každý řádek bere výšku z max obsahu v řádku (např. .product-box) */
        /* Zachová tvůj grid: repeat(2, 1fr) a gap 5px z defaultu */
    }
    
    .category .product-box-cover {
        height: auto !important; /* Přepíše 100%, nechá se určit obsahem + stretch řádku */
        align-self: start !important; /* Zabrání stretch na celý kontejner, ale max-content to matchne s boxem */
        grid-row: span 1 !important; /* Donutí cover do jednoho řádku, pokud spanuje */
        /* Pro obsah uvnitř (např. obrázek): */
        display: flex;
        flex-direction: column;
        justify-content: center; /* Centruje vertikálně, pokud je obsah kratší */
        align-items: center;
    }
    
    .category .product-box-cover img { /* Pokud je uvnitř <img> */
        height: 100%;
        width: 100%;
        object-fit: cover; /* Škáluje bez deformace na výšku coveru */
        display: block; /* Synergie s line-height: 0 */
    }
    
    /* Pro konzistenci boxů */
    .category .product-box {
        align-self: start; /* Stejné chování jako cover */
    }
}



@media only screen and (max-width: 768px) {
    div.product-box.cover-banner {
        align-items: flex-end !important;  
        display: flex !important;
        text-align: center !important;
        justify-content: center !important;
        
        /* Přidej: Omezení výšky kontejneru, aby se neroztahoval */
        height: auto !important;  
        overflow: hidden;  
    }
    
    /* Klíčové: Styl pro dítě (a nebo img) – zabrání stretch */
    div.product-box.cover-banner a.product,
    div.product-box.cover-banner img {
        align-self: flex-start !important;  
        flex-shrink: 0 !important;  
        width: 100% !important;  
        height: auto !important;  
        max-width: 100%; 
        
        /* Pro zachování poměru stran a bez deformace */
        object-fit: contain !important;  
        object-position: center;  
        
        /* iOS Safari specific – prefix pro lepší podporu */
        -webkit-align-self: flex-start !important;
        -webkit-flex-shrink: 0 !important;
        -webkit-object-fit: contain !important;
    }
}


.icon-youtube {
    background-image: url(/Design/V2/Css/icons/youtube.svg);
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}



