.select2-container {
  box-sizing: border-box;
  display: inline-block;
  width: calc(100% - 20px) !important;
  margin: 0 0px 0 10px;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: -10px;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 0px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* select up */

.container--2cols-cat-text {
  display: grid;
  grid-template-columns: 300px 500px;
  gap: 100px;
  height: 11px;
}

.container--2cols-cat-text h3 {
  margin-bottom: 0px;
}

.container--2cols-cat {
  display: grid;
  grid-template-columns: 300px 500px;
  gap: 100px;
  margin-bottom: 60px;
}

.container--2cols-cat > div {
  border: 1px solid #c1c1c1;
}

.popup-image-nd {
  display: block;
  max-height: 400px;
}

.container--2cols-cat__col2 > div {
}

.container--2cols-cat__col2 .product-teaser {
  max-height: 400px;
  border: none;
}

.container--2cols-cat__col2 img {
}

.container--2cols-cat__col1 a {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: grid;
}

/* m popup */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* img mp */

img.mfp-img {
  //max-height: initial !important;
}

@media (max-width: 800px) {
  .container--2cols-cat {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .container--2cols-cat-text {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .container--2cols-cat-text {
    gap: 10px;
  }

  .container--2cols-cat {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .container--2cols-cat {
    display: grid;
    grid-template-columns: 1fr;
  }

  .container--2cols-cat__col2 > div {
    max-width: inherit;
  }

  .menu-mobile-hide {
    display: none;
    border: none;
  }

  .menu-mobile-hide h3, .menu-pc-hide h3 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .container--2cols-cat__col2 .product-teaser {
    max-height: inherit;
  }
}

@media (min-width: 480px) {
  .menu-pc-hide {
    display: none;
    border: none;
  }
}

.border-none {
  border: none !important;
}

#heurekaTableft {
  z-index: 0;
}

.mb40 {
  margin-bottom: 40px;
}

.filter-category {
  margin-bottom: 50px;
}

.popup-content-before-basket {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 1200px;
  margin: 40px auto;
  position: relative;
}

.popup-content-before-basket h3 {
  text-align: center;
  font-size: 1.7em;
}

.popup-content-before-basket h4 {
  color: #0277b0;
  font-weight: 400;
  margin-bottom: 0;
}

.popup-content-before-basket__product {
  display: grid;
  grid-template-columns: 50px 1fr 100px;
  margin: 0 auto;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 600px;
  gap: 10px;
}

.popup-content-before-basket__buttons {
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}

@media (min-width: 1500px) {
  .product-list--only4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-list--only4 .product-teaser {
  grid-template-rows: 1fr auto auto auto;
}

@media (max-width: 450px) {
  .popup-content-before-basket__buttons a {
    min-width: 150px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .product-full__basket .button {
    width: calc(100vw - 90px);
    height: 45px;
  }
}

.hp-custom-img {
  max-width: 105px;
  margin: 0 auto;
}

.hp-custom-img2 {
  max-width: 80px;
  margin: 0 auto;
}

.hp-custom-img3 {
  max-width: 75px;
  margin: 0 auto;
}

.product-teaser--hp {
  grid-template-rows: 1fr 2fr auto auto;
}

.product-teaser {
  grid-template-rows: auto 2fr auto auto;
}

.facebook a {
  display: inline-block;
}

#orderEmail {
  width: 300px;
}

.table-wrapper {
  overflow: auto;
}

.table-wrapper {
  overflow: visible;
  overflow-y: scroll;
}

.table-wrapper .dopravy td {
  padding: 10px;
}

@media (min-width: 480px) {
  #orderEmail {
    width: 360px;
  }
}

@media (min-width: 680px) {
  .table-wrapper {
    overflow: visible;
  }
}

/* top menu */
.header-top__menu li {
  display: inline-flex;
  align-items: center;
}

.flag {
  display: flex;
  justify-items: center;
  align-items: center;
}

.flag img {
  height: 25px;
  margin-left: 10px;
}

.mobile-homepage-buttons a.eshop-switcher {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(51, 51, 58);
}

.flag2 img {
  height: 25px;
  margin-left: -8px;
  margin-right: 5px;
}

.basket-mobile {
  position: relative;
}

.header img {
  pointer-events: auto !important;
}

.product-vyrazen {
  background-color: #9b5931;
  padding: 10px;
  font-size: 1.3rem;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

.button-detail {
  background-color: #9b5931;
  color: white;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
}

.button-detail:before {
  display: none !important;
}

@media (max-width: 680px) {
  .product-full-right h2 {
    font-size: 20px;
  }
  .product-full-left h3 {
    font-size: 20px;
  }
  .product-full .product-full-left{
   margin-top: 20px!important;
  }
}

.product-teaser h5 {
  grid-column: 1/3;
  position: relative;
  font-weight: 400;
  font-size: 18px;
}

.sliderLogaZnacekWrapper {
  position: relative;
  width: 100%;
  padding-top: -10px;
  padding-bottom: 20px;
}

.sliderLogaZnacekControls {
  position: absolute;
  top: -40px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.sliderLogaZnacekControls button {
  width: 32px;
  height: 32px;
  border: none;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}

.sliderLogaZnacekWrapper .sliderLogaZnacek .sliderLogaZnacekImage__inner {
  display: flex;
  justify-content: center;
}

.sliderLogaZnacek {
  /*margin-top: 10px;  výška na tlačidlá */
}

.sliderLogaZnacekImage,
.sliderLogaZnacekImage__inner {
  width: 100%;
}

.sliderLogaZnacekImage__inner img {
  max-width: 100%;
  height: 46px;
  display: block;
}

@media (max-width: 800px) {
  .sliderLogaZnacekWrapper {
    display: none;
  }
}

.icons-pay-gate {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 20px;
  align-items: center;
  padding: 20px 0 0;
}

.icons-pay-gate img {
  max-height: 50px;
}

.product-full .product-full-left {
  display: block;
  top: 20px;
  padding-top: 100px;
}

.contact .contact__info .fotos {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.basket-prodlouzena-zaruka-info {
  background: rgba(125, 184, 40, 1);
  display: flex;
  padding: 20px;
  margin-top: 20px;
  gap: 20px;
}
.basket-prodlouzena-zaruka-info h2 {
  color: #fff;
}
.basket-prodlouzena-zaruka-info p {
  color: #fff;
}
.basket-prodlouzena-zaruka-checkboxy {
  background: rgba(125, 184, 40, 1);
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.basket-prodlouzena-zaruka-checkboxy label {
  color: #fff;
}
.basket-prodlouzena-zaruka-checkboxy span {
  color: #fff;
}
.basket-prodlouzena-zaruka-checkboxy p {
  color: #fff;
  width: 100%;
  text-align: right;
  padding: 5px;
  margin: 0;
}

.filter {
  grid-template-columns: 2fr 3fr;
}
.filter__button {
  width: 50%;
}
.filter-button-actions {
  display: flex;
  gap: 20px;
  width: 100%;
}

@media (max-width: 1100px) {
  .filter-button-actions {
    display: flex;
    flex-direction: column;
  }

  .filter {
    grid-template-columns: 1fr;
  }
  .filter__button {
    width: 100%;
  }
  .filter .filter-button-actions {
    grid-row: 2;
  }

  .filter__button {
    width: auto;
  }
}

.all-grid-columns {
  grid-column: 1 / -1;
}

.virtualni-kategorie {
  /* font-family: Arial, sans-serif; */
}

/* ROW */
.virtualni-kategorie-row {
  margin-bottom: 25px;
}

/* TITLE */
.vk-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* GRID */
.vk-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* ITEM */
.vk-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;

  padding: 10px 12px;
  text-decoration: none;
  color: #111827;

  min-width: 180px;
  flex: 1 1 180px;
  max-width: fit-content;

  transition: all 0.2s ease;
  text-transform: none;
}

.vk-item.active {
  border-color: #000;
}

/* HOVER */
.vk-item:hover {
  background: #e5e7eb;
  text-decoration: none;
}

/* IMAGE */
.vk-image img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.vk-image {
  display: flex;
}

/* TEXT */
.vk-content {
  flex: 1;
}

.vk-name {
  font-size: 13px;
  font-weight: 600;
}

.vk-count {
  font-size: 11px;
  color: #6b7280;
}

/* ARROW */
.vk-arrow {

  font-size: 28px;
  color: #9ca3af;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .filter-3c {
    grid-template-columns: repeat(3, 1fr);
  }

  .filter-3c .filter__manufacturer {
    grid-column: 1 / -1;
  }
}

@media (max-width: 740px) {
  .filter-3c {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .filter-3c {
    grid-template-columns: 1fr;
  }
}

/* našeptávač meilisearch */
#header-search {
  position: relative;
}

#header-search-whisper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 760px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 8px 28px rgba(0,0,0,.18);
  z-index: 9999;
  font-size: 13px;
}

#header-search-whisper.is-active {
  display: block;
}

.header-search-whisper__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
}

.header-search-whisper__section {
  padding: 14px;
  border-right: 1px solid #eee;
}

.header-search-whisper__section:last-child {
  border-right: 0;
}

.header-search-whisper__categories {
  border-right: 0;
}

#header-search-whisper .header-search-whisper__brands {
  display: none;
}

#mobile-header-search-whisper .mobile-search__tab--brands {
  display: none;
}

.mobile-search__tab[data-mobile-search-tab="brands"] {
  display: none;
}

.header-search-whisper__title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  margin-bottom: 10px;
}

.header-search-whisper__title a {
  color: #0277b0;
  text-decoration: none;
}

#header-search-whisper #whisperer {
  display: block;
  max-height: 430px;
  overflow-y: auto;
  padding: 0;
}

.header-search-whisper__product {
  display: grid;
  grid-template-columns: 55px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 6px 0;
  color: #222;
  text-decoration: none;
}

.header-search-whisper__photo img {
  max-width: 55px;
  max-height: 45px;
  object-fit: contain;
}

.header-search-whisper__name {
  font-size: 13px;
}

.header-search-whisper__stock {
  color: #15942f;
  font-size: 12px;
  margin-top: 2px;
}

.header-search-whisper__price {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}

.header-search-whisper__link {
  display: block;
  padding: 7px 0;
  color: #222;
  text-decoration: none;
}

.header-search-whisper__count {
  display: block;
  color: #777;
  font-size: 12px;
  margin-top: 2px;
}

.header-search-whisper__bottom a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 3px 0;
}
.header-search-whisper__subblock {
  border-top: 1px solid #eee;
  margin-top: 14px;
  padding-top: 12px;
}

.header-search-whisper__subblock strong {
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
}

.header-search-whisper__subblock a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 3px 0;
}

.header-search-whisper__full {
  display: block;
  background: #ed1e24;
  color: #fff;
  text-align: center;
  padding: 9px;
  text-decoration: none;
}

.header-search-whisper__more {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 8px;
  cursor: pointer;
  margin-top: 8px;
}

.header-search-whisper-item {
  padding: 10px 14px;
  border-top: 1px solid #eee;
}

#whisperer .header-search-whisper__product {
  display: grid !important;
  grid-template-columns: 55px 1fr auto;
  width: 100%;
  float: none !important;
  box-sizing: border-box;
}

.header-search-whisper__subblock {
  border-top: 1px solid #eee;
  padding-top: 12px;
  margin-top: 20px;
}

#whisper-categories,
#whisper-brands {
  min-height: 330px;
}

.header-search-whisper__subblock {
  border-top: 1px solid #eee;
  padding-top: 12px;
}

#header-search-whisper {
  position: absolute;

  width: 760px;
  min-width: 0;
  max-width: calc(100vw - 40px);

  left: 50%;
  transform: translateX(-50%);

  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 8px 28px rgba(0,0,0,.18);
  z-index: 9999;
}

html.search-modal-open,
body.search-modal-open {
  overflow: hidden;
  overflow-x: hidden;
  height: 100%;
}

@media (max-width: 1120px) {
  #header-search {
    display: none;
  }

  #mobile-search {
    display: none;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    z-index: 10050;
    background: rgba(0, 0, 0, 0.82);
    padding: 12px;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  @supports (height: 100dvh) {
    #mobile-search {
      height: 100dvh;
      min-height: 100dvh;
    }
  }

  #mobile-search.open {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #mobile-search .mobile-search__shell {
    display: flex;
    flex-direction: column;
    width: min(720px, calc(100vw - 24px));
    max-width: 720px;
    min-height: 0;
    max-height: calc(100vh - 24px);
    margin: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
    background-clip: padding-box;
    transition: max-height 0.2s ease, transform 0.2s ease;
  }

  #mobile-search .mobile-search__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  #mobile-search .mobile-search__title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
  }

  #mobile-search .mobile-search__close {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 34px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
  }

  #mobile-search .mobile-search__body {
    flex: 0 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    background: #fff;
    min-height: 0;
  }

  #mobile-search .mobile-search__field {
    position: relative;
    display: block;
    height: 58px;
    border: 1px solid #1e1e1e;
    background: #fff;
    box-sizing: border-box;
    margin-top: 0;
  }

  #mobile-search .mobile-search__field input[type="text"] {
    width: 80%;
    height: 100%;
    min-width: 0;
    margin: 0;
    padding: 20px 15px;
    border: 0;
    background: none;
    box-sizing: border-box;
    color: #000;
    font-size: 1rem;
  }

  #mobile-search .mobile-search__field input[type="submit"] {
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 1px;
    width: 36px;
    height: 100%;
    margin: 0 20px 0 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: url(../images/icons/icon-magnifier--black.svg) no-repeat center;
    background-size: 100%;
    color: #fff;
    font-size: 1px;
    text-align: center;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
  }

  #mobile-header-search-whisper {
    position: static;
    display: none;
    width: 100%;
    margin-top: 16px;
    border: 0;
    box-shadow: none;
    background: #fff;
    padding: 0;
  }

  #mobile-header-search-whisper.is-active {
    display: block;
  }

  #mobile-header-search-whisper .mobile-search__tabs {
    display: flex;
    gap: 8px;
    margin: 0 0 14px;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #mobile-header-search-whisper .mobile-search__tab {
    flex: 0 0 auto;
    border: 1px solid #d6d6d6;
    background: #f4f4f4;
    color: #222;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
  }

  #mobile-header-search-whisper .mobile-search__tab.is-active {
    background: #111;
    border-color: #111;
    color: #fff;
  }

  #mobile-header-search-whisper [data-mobile-search-panel] {
    display: none;
  }

  #mobile-header-search-whisper [data-mobile-search-panel].is-active {
    display: block;
  }

  #mobile-header-search-whisper .header-search-whisper__grid {
    display: block;
    background: #fff;
    overflow: hidden;
  }

  #mobile-header-search-whisper .header-search-whisper__section {
    width: 100%;
    margin-bottom: 14px;
    border-right: 0;
    padding: 0;
    overflow: hidden;
  }

  #mobile-header-search-whisper .header-search-whisper__title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
  }

  #mobile-header-search-whisper .header-search-whisper__title strong,
  #mobile-header-search-whisper .header-search-whisper__title a {
    display: inline-block;
  }

  #mobile-header-search-whisper .header-search-whisper__title a {
    text-align: center;
  }

  #mobile-header-search-whisper #mobile-whisperer,
  #mobile-header-search-whisper #mobile-whisper-categories,
  #mobile-header-search-whisper #mobile-whisper-brands {
    padding-right: 2px;
    max-height: none;
    overflow: visible;
  }

  #mobile-header-search-whisper .header-search-whisper__product {
    grid-template-columns: 56px 1fr auto;
  }

  #mobile-header-search-whisper .header-search-whisper__full {
    margin-top: 6px;
  }

  #mobile-header-search-whisper .header-search-whisper-item {
    padding: 12px 0 0;
  }
}

.header-search-whisper__stock-red {
  color: #ed1e24;
}

    /* našeptávač meilisearch END */


  .new-price {
    position: relative;
  }

  .dph-price {
    position: absolute;
    right: 0;
    top: 38px;
    font-size: 12px;
    color: black;
    opacity: 0.5;
    min-width: max-content;
  }
}
