.c-product-interconnection-custom--image-select-list {
  display: flex;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
  min-height: 45px;
  cursor: pointer;
}
.c-product-interconnection-custom--image-select-list__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px;
  width: 100%;
}
.c-product-interconnection-custom--image-select-list__inner img {
  width: 50px;
  object-fit: cover;
  height: 50px;
}
.c-product-interconnection-custom--image-select-list__inner h3 {
  font-size: 12px;
  white-space: pre;
  width: 100%;
  margin: 0;
  padding: 0 2rem 0 5px;
}
.c-product-interconnection-custom--image-select-list__inner .select-all-items-info {
  width: 100%;
  text-align: right;
  font-size: .75rem;
  white-space: pre;
}
.c-product-interconnection-custom--image-select-list__inner .select-all-items-info .price {
  color: #398000;
  display: block;
}
.c-product-interconnection-detail-params--custom {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-bottom: 32px;
}
.c-product-interconnection-custom--image-select-list__inner .select-chevron {
  margin-left: 10px;
}
.c-product-interconnection-custom--image-select-list-dropdown__item {
  display: flex;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #efefef;
  min-height: 45px;
  cursor: pointer;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.c-product-interconnection-custom--image-select-list-dropdown__item .dropdown-item__inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-items: center;
  padding: 7px;
  width: 100%;
}
.c-product-interconnection-custom--image-select-list-dropdown__item .dropdown-item__inner img {
  width: 50px;
  object-fit: cover;
  height: 50px;
}
.c-product-interconnection-custom--image-select-list-dropdown__item .dropdown-item__inner h3 {
  font-size: 12px;
  white-space: pre;
  width: 100%;
  margin: 0;
  padding: 0 2rem 0 5px;
}
.c-product-interconnection-custom--image-select-list__inner h3 {
  font-weight: 500;
  font-weight: 12px
}
.c-product-interconnection-custom--image-select-list-dropdown__item .price {
  color: #f00000;
  text-align: right;
  white-space: pre;
  font-weight: bold;
}
.c-product-interconnection-custom--image-select-list-dropdown__item span.availability.is--Skladem, .c-product-interconnection-custom--image-select-list-dropdown__item span.availability.is--skladem {
  color: #3d8208;
}
.c-product-interconnection-custom--image-select-list-dropdown__item .availability {
  text-align: right;
  display: block;
  font-size: .8rem;
}
.c-product-interconnection-custom--image-select-list-dropdown {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 2;
  width: 100%;
  box-shadow: 0 4px 9px -1px #d5d5d5;
}
.c-product-interconnection-detail-params--custom {
  position: relative;
}
.c-product-interconnection-custom--image-select-list-dropdown__item:hover {
  background: #f5f5f5;
  transition: all .35s ease;
}
.c-product-interconnection-custom--image-select-list-dropdown__item span.availability.is--null {
  display: none;
}
.c-product-interconnection-custom--image-select-list-dropdown__item .price-availability {
  text-align: right;
}
@media (max-width:575px) {
  .c-product-interconnection-custom--image-select-list__inner .select-all-items-info {
    font-size: 1rem;
  }
  .c-product-interconnection-custom--image-select-list__inner h3, .dropdown-item__inner h3 {
    font-size: 1.125rem;
  }
}

@media (max-width: 550px) {
  .p-detail-tabs-wrapper .tab-pane:not(#variants) {
      padding: 10px !important;
  }
  /* Obalí tabulku neviditelným kontejnerem pro scroll */
.dklabZalozkaContent table {
  display: block; /* Umožní scrollování */
  overflow-x: auto;
  white-space: nowrap; /* Zabraňuje zalomení obsahu */
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background-color: white;
  margin-bottom: 20px;
}

.dklabZalozkaContent table th,.dklabZalozkaContent  table td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.dklabZalozkaContent table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

/* Zajistí hezké zarovnání a šířku tabulky */
.dklabZalozkaContent table td,.dklabZalozkaContent  table th {
  min-width: 150px; /* Nastaví minimální šířku buněk */
}
}

.in-klient .sidebar-left > .sidebar-inner {
  background-color: #F1F3F7;
}

.in-klient #content img
{
    width: -webkit-fill-available !important;
}

@media only screen and (max-width: 768px) {
.webit-description-flex-image {
   margin-left: 0px;
}
.table-col.standard-price-wrap
{
  margin-top: -20px;
}
}
