/* BOX MODE*/
.c-product-interconnection-detail-params--custom {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 10px;
}

.c-product-interconnection-custom--box {
  background: #fff;
  border: 1px solid #d1e4f0;
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  color: #3a3530;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 22%;
  /* Adjust width to fit four boxes per row */
  transition: border-color 0.3s;
}

.c-product-interconnection-custom--box.box-active {
  border: 2px solid #1468b3;
}

.c-product-interconnection-custom--box img {
  max-width: 100%;
  height: auto;
}

.c-product-interconnection-custom--label {
  display: block;
  font-size: 16px;
  margin: 10px 0;
  color: #000;
}

.c-product-interconnection-custom--availability {
  color: #7AB52C;
  font-size: 14px;
}

.c-product-interconnection-custom--box a {
  text-decoration: none;
  color: inherit;
}

.c-product-interconnection-custom--separator {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .c-product-interconnection-detail-params--custom {
    flex-flow: row;
  }

  .c-product-interconnection-custom--box {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .c-product-interconnection-detail-params--custom {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .c-product-interconnection-custom--box {
    width: 45%;
    margin-bottom: 20px;
  }
}

/* SELECT MODE */
.c-product-interconnection-custom--image-select-list {
  display: flex;
  width: 100%;
  background: #fff;
  min-height: 45px;
  cursor: pointer;
  border: 1px solid #d1e4f0;
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.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: 45px;
  object-fit: cover;
  height: 45px;
}

.c-product-interconnection-custom--image-select-list__inner h3 {
  font-size: 1.5rem;
  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: 1.3rem;
  white-space: pre;
  color: #D9328A
}

.c-product-interconnection-custom--image-select-list__inner .select-all-items-info .price {
  color: #398000;
  display: block;
}

.c-product-interconnection-detail-params--custom--select {
  display: flex;
  flex-direction: column;
}

.c-product-interconnection-custom--image-select-list__inner .select-chevron {
  margin-left: 10px;
  color: #317dcc
}

.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;
  flex-direction: row;
  align-items: center;
  padding: 7px;
  width: 100%;
}

.c-product-interconnection-custom--image-select-list-dropdown__item .dropdown-item__inner img {
  width: 45px;
  object-fit: cover;
  height: 45px;
}

.dropdown-item__inner h3 {
  font-size: 1.3rem;
  white-space: pre;
  width: 100%;
  margin: 0;
  padding: 0 2rem 0 5px;
}

.c-product-interconnection-custom--image-select-list__inner h3 {
  font-weight: 500;
}

.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: 1.3rem;
}

.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--select {
  position: relative;
  padding-top: 50px;
}

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

/*MONTÁŽ KOŠÍK*/

.cart-table tr.special td.p-quantity.p-cell .increase,
.cart-table tr.special td.p-quantity.p-cell .decrease,
.cart-table tr.special .p-quantity-mobile .increase,
.cart-table tr.special .p-quantity-mobile .decrease {
  display: none;
}

.cart-table tr.special td.p-quantity.p-cell .quantity,
.cart-table tr.special .p-quantity-mobile .quantity {
  text-align: center;
  justify-content: center;
  border: none;
}

.cart-table tr.special td.p-total button.remove-item::before {
  content: none;
}

.cart-table tr.special td.p-total button.remove-item {
  width: 23px;
  pointer-events: none;
}

.cart-table tr.special td.p-availability.p-cell>* {
  display: none;
}

.cart-table tr.special,
.cart-widget-product.special {
  pointer-events: none;
}

.cart-widget-product.special .cart-widget-product-amount {
  opacity: 0;
}

.cart-table tr.special td.availability span {
  display: none;
}

/*MONTÁŽ KOŠÍK 1+1*/

.cart-table tr.plus-special td.p-quantity.p-cell .increase,
.cart-table tr.plus-special td.p-quantity.p-cell .decrease,
.cart-table tr.plus-special .p-quantity-mobile .increase,
.cart-table tr.plus-special .p-quantity-mobile .decrease {
  display: none;
}

.cart-table tr.plus-special td.p-quantity.p-cell .quantity,
.cart-table tr.plus-special .p-quantity-mobile .quantity {
  text-align: center;
  justify-content: center;
  border: none;
}

.cart-table tr.plus-special td.p-total button.remove-item::before {
  content: none;
}

.cart-table tr.plus-special td.p-total button.remove-item {
  width: 23px;
  pointer-events: none;
}

.cart-table tr.plus-special td.p-availability.p-cell>* {
  display: none;
}

.cart-table tr.plus-special,
.cart-widget-product.plus-special {
  pointer-events: none;
}

.cart-widget-product.plus-special .cart-widget-product-amount {
  opacity: 0;
}

.cart-table tr.plus-special td.availability span {
  display: none;
}


/*MONTÁŽ SKŘÍŇ KOŠÍK*/

.cart-table tr.skrin-special td.p-quantity.p-cell .increase,
.cart-table tr.skrin-special td.p-quantity.p-cell .decrease,
.cart-table tr.skrin-special .p-quantity-mobile .increase,
.cart-table tr.skrin-special .p-quantity-mobile .decrease {
  display: none;
}

.cart-table tr.skrin-special td.p-quantity.p-cell .quantity,
.cart-table tr.skrin-special .p-quantity-mobile .quantity {
  text-align: center;
  justify-content: center;
  border: none;
}

.cart-table tr.skrin-special td.p-total button.remove-item::before {
  content: none;
}

.cart-table tr.skrin-special td.p-total button.remove-item {
  width: 23px;
  pointer-events: none;
}

.cart-table tr.skrin-special td.p-availability.p-cell>* {
  display: none;
}

.cart-table tr.skrin-special,
.cart-widget-product.skrin-special {
  pointer-events: none;
}

.cart-widget-product.skrin-special .cart-widget-product-amount {
  opacity: 0;
}

.cart-table tr.skrin-special td.availability span {
  display: none;
}

/*SKLADEM FILTRACE*/

.flag.flag-skladem {
  display: none !important;
}

#category-header .param-filter-top .filter-label[for="dd[]1754"],
#filters .param-filter-top .filter-label[for="dd[]1754"] {
  background-color: #64b534;
  display: inline-flex;
  color: #fff;
}

#category-header .param-filter-top .filter-label[for="dd[]1726"],
#filters .param-filter-top .filter-label[for="dd[]1726"] {
  display: inline-flex;
  color: #fff;
  background-color: #137D66;
}

#category-header .param-filter-top div:has(>.filter-label[for="dd[]1754"]) {
  order: -1;
}

#category-header .param-filter-top .filter-label[for=stock],
#filters .param-filter-top .filter-label[for=stock] {
  display: none;
}

#category-header .param-filter-top .filter-label[for="dd[]1754"].disabled,
#filters .param-filter-top .filter-label[for="dd[]1754"].disabled,
#category-header .param-filter-top .filter-label[for="dd[]1"].disabled,
#filters .param-filter-top .filter-label[for="dd[]1"].disabled,
#category-header .param-filter-top .filter-label[for="dd[]8"].disabled,
#filters .param-filter-top .filter-label[for="dd[]8"].disabled,
#category-header .param-filter-top .filter-label[for="dd[]2"].disabled,
#filters .param-filter-top .filter-label[for="dd[]2"].disabled,
#category-header .param-filter-top .filter-label[for="dd[]1597"].disabled,
#filters .param-filter-top .filter-label[for="dd[]1597"].disabled,
#category-header .param-filter-top .filter-label[for="dd[]1726"].disabled,
#filters .param-filter-top .filter-label[for="dd[]1726"].disabled {
  display: none;
  opacity: 0.4;
}

/*MONTÁŽ ŽIDLE*/

.mysurcharge {
  min-height: 100px;
  display: flex;
  align-items: center;
  margin: 25px 0 10px;
  max-width: 575px;
}

.mysurcharge-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  background-color: #eff9ff;
  padding: 10px 60px 10px 15px;
  margin-right: 50px;
  border: 1px solid transparent;
}

.mysurcharge-inner.not-chosen {
  border-color: red;
}

.mysurcharge-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background-image: url("/user/documents/upload/kodovani/construction.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.mysurcharge-title {
  color: #0761A9;
  font-weight: 500;
}

.mysurcharge-title .show-tooltip {
  margin-left: 4px;
  margin-top: -12px;
}

.fake-form label:has(input[type="checkbox"]) {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 5px;
  line-height: 1;
}

.fake-form label input[type="checkbox"] {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #1965AD;
  /*border-radius: 50%;*/
  margin: 0;
  outline: 0 !important;
  box-shadow: none !important;
}

.fake-form label input[type="checkbox"]:checked::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #DE2D7E;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*border-radius: 50%;*/
}

.fake-form label input[type="checkbox"]:checked::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: url("/user/documents/upload/kodovani/check.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #fff;
}

.fake-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.fake-form label:has(input[type="checkbox"]) span {
  color: #DE2D7E;
  font-weight: 400;
}

.fake-form label:has(input[type="checkbox"]) span strong {
  font-weight: 500;
}

.products-block a.btn.btn-primary {
  width: auto;
  font-weight: 500;
  border-radius: 6px;
  min-width: 69px;
  padding: 9px 10px 8px;
}

.tooltip-inner {
  background-color: #1961ac;
  color: #eff9ff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.tooltip.top .tooltip-arrow {
  border-top-color: #1961ac;
}

/*ZÁKAZNICKÝ ÚČET*/

.client-center-box ul li:has(a[href*="klient-platby"]),
.client-center-box ul>li:has(a[href*=klient-doklad]),
.client-center-box ul>li:has(a[href*=klientske-proforma-faktury]),
.client-center-box ul>li:has(a[href*=klientske-dobropisy]),
.client-center-box ul>li:has(a[href*=dodaci-listy-klienta]),
.client-center-box ul>li:has(a[href*=danove-doklady-platba]) {
  display: none;
}

.client-center-box li.logout {
  order: unset;
}

.client-center-box ul:before {
  content: none;
}

.client-center-box li:first-of-type {
  display: block;
  background-color: transparent !important;
  border-bottom: none !important;
}

.client-center-box li:first-of-type a {
  padding: 0;
  color: #3A3530 !important;
  display: flex;
  align-items: center;
  gap: 12px;
}

.client-center-box li:first-of-type a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #1961AC;
  mask-image: url("/user/documents/upload/webotvurci/icons/client-center-box-li-first-of-type-a-before.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url("/user/documents/upload/webotvurci/icons/client-center-box-li-first-of-type-a-before.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}

.client-center-box li.logout {
  margin: 14px 0 30px 30px;
}

.client-center-box li.logout a {
  width: 105px;
  height: 30px;
  font-size: 13px;
  font-weight: 400;
  color: #1965AD;
  flex-direction: row-reverse;
  gap: 5px;
  justify-content: center;
  border-color: rgba(25, 101, 173, .2);
}

.client-center-box li.logout a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  background-image: none;
  margin: 0;
  mask-image: url("/user/documents/upload/kodovani/logout.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("/user/documents/upload/kodovani/logout.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #1965AD;
}

.client-center-box ul>li:not(.active) a:hover {
  margin-left: 0;
}

.client-center-box ul>li {
  border-bottom: 2px solid #fff;
}

.client-center-box ul>li a {
  font-weight: 600;
}

.client-center-box ul>li:not(.active) a:hover {
  text-decoration: underline;
}

.client-center-box li.logout a:hover {
  background-color: transparent;
}

.mycustomer-title {
  display: block;
  color: rgba(58, 53, 48, .5);
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.9;
}

body.customer-page .client-center-box ul {
  margin: 0;
}

.client-center-box {
  border: none !important;
  padding-top: 0 !important
}

.customer-page .sidebar {
  width: 300px;
}

.customer-page .sidebar-inner {
  margin-right: 40px;
}

.sidebar-inner>.help-box {
  border: 1px solid rgba(25, 101, 173, .2) !important;
  border-radius: 2px;
  padding: 25px !important;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}

.help-box__title {
  font-weight: 700;
  margin: 0 0 10px;
}

.help-box a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.help-box a:hover {
  text-decoration: underline;
}

.help-box a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #2e8be4;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.help-box__mail {
  text-decoration: underline;
  color: #2e8be4;
}

.help-box__mail:hover {
  color: #2e8be4;
}

.help-box__mail::before {
  mask-image: url("/user/documents/upload/webotvurci/icons/help-box-mail-before.svg");
  -webkit-mask-image: url("/user/documents/upload/webotvurci/icons/help-box-mail-before.svg");
}

.help-box__phone::before {
  mask-image: url("/user/documents/upload/webotvurci/icons/help-box-phone-before.svg");
  -webkit-mask-image: url("/user/documents/upload/webotvurci/icons/help-box-phone-before.svg");
}

.customer-page .content-inner {
  max-width: 100%;
}

.customer-page .content-inner h1 {
  margin-top: 0;
}

.customer-page .content-wrapper-in {
  margin-top: 35px;
}

.customer-page table {
  font-size: 14px;
}

.customer-page table thead tr {
  background-color: transparent;
  color: rgba(58, 53, 48, .75);
  font-weight: 300;
}

.customer-page table thead tr th {
  font-weight: 300;
  border-bottom: 1px solid #D1E4F0;
}

.customer-page table tbody tr {
  border-color: #D1E4F0;
}

.customer-page tablthead tr th,
.customer-page table tr td {
  padding: 20px 10px;
}

.customer-page table tr td,
.customer-page table tr th {
  text-align: left !important
}

.myorder-detail-btn {
  min-width: 150px;
  min-height: 44px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EFF9FF;
  color: #1965AD;
  font-weight: 600;
  gap: 12px;
}

.myorder-detail-btn:hover {
  background-color: #EFF9FF;
  color: #1965AD;
  text-decoration: underline;

}

.myorder-detail-btn::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 12px;
  background-color: var(--color-secondary);
  mask-image: url("/user/documents/upload/kodovani/chevron-right.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("/user/documents/upload/kodovani/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.customer-page table tr td:last-child,
.customer-page table tr th:last-child {
  text-align: right !important;
}

.customer-page table tr td:first-child,
.customer-page table tr th:first-child {
  padding-left: 0;
}

.customer-page table tr td:first-child a {
  color: #1965AD;
  text-decoration: underline;
}

.customer-page table tr td:first-child a:hover {
  text-decoration: none;
}

.customer-page table tr td {
  font-weight: 300;
}

.customer-page table tr td .status {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  border: 1px solid transparent;
  font-size: 13px;
  border-radius: 2px;
  font-weight: 400;
}

.customer-page table tr td .status.status-3 {
  border-color: #7AB52C;
  background-color: rgba(122, 181, 44, .2);
}

.customer-page table tr td .status.status-1 {
  border-color: #FDC500;
  background-color: rgba(253, 197, 0, .2);
}

.customer-page table tr td .status.status-4 {
  color: rgba(58, 53, 48, .55);
  border-color: rgba(25, 101, 173, .2);
  background-color: transparent;
}

.id--18 .content-inner>div.row {
  display: flex;
  gap: 20px;
  margin-inline: 0;
}

.id--18 .content-inner>div.row::before,
.id--18 .content-inner>div.row::after {
  content: none;
}

.id--18 .content-inner>div.row>div {
  padding: 30px;
  border-radius: 2px;
  line-height: 1.5;
  border: 1px solid #D1E4F0;
  max-width: 400px;
}

.id--18 .content-inner>div>div.order-notes {
  max-width: 300px;
  width: 100%;
  background-color: #e9f9ff;
  border-color: #e9f9ff;
}

.id--18 .content-inner>div.row>div.order-notes p {
  color: rgba(58, 53, 48, .6);
  line-height: 1.85;
}


.id--18 .content-inner>div.row:has(.order-notes)>div>h4 {
  font-size: 18px;
  margin: 0 0 24px
}

.myorder-num {
  margin: 0;
  font-size: 25px;
}

.myorder-num span {
  font-weight: 300;
}

.id--18 strong.status {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  border: 1px solid transparent;
  font-size: 13px;
  border-radius: 2px;
  font-weight: 400;
}

.id--18 strong.status.status-1 {
  border-color: #FDC500;
  background-color: rgba(253, 197, 0, .2);
}

.id--18 strong.status.status-3 {
  border-color: #7AB52C;
  background-color: rgba(122, 181, 44, .2);
}

.id--18 strong.status.status-4 {
  color: rgba(58, 53, 48, .55);
  border-color: rgba(25, 101, 173, .2);
  background-color: transparent;
}

.id--18 .myorder-basic-info>p {
  font-size: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px
}

.id--18 .myorder-basic-info>p br {
  display: none;
}

.id--18 .myorder-basic-info .order-date {
  font-size: 14px;
  font-weight: 400;
}

.myorder-basic-info {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 32px;
}

.myorder-basic-info p:has(.btn-primary) {
  margin-left: 0;
}

.id--18 .content-inner>h2:has(+ .row),
.id--18 .content-inner>h2:has(+ .table-order-details) {
  display: none;
}

.myorder-basic-info p .btn-primary,
.myorder-basic-info .track-me {
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.track-me {
  background: #d9328a;
  color: #fff !important;
  font-weight: 600;
  text-transform: none;
  border-radius: 2px;
  padding: 9px 20px 7px;
  line-height: 24px;
  border: 1px solid #d9328a;
}

.myorder-basic-info .track-me {
  margin-left: auto;
}

.track-me:hover {
  background: #e368a9;
  border-color: #e368a9;
}

.myorder-basic-info p .btn-primary::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  mask-image: url("/user/documents/upload/kodovani/cart.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("/user/documents/upload/kodovani/cart.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #fff;
  margin-bottom: 3px;
}

.myorder-basic-info .track-me::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  mask-image: url("/user/documents/upload/kodovani/target.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("/user/documents/upload/kodovani/target.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #fff;
  margin-bottom: 3px;
}

table.table-order-details {
  margin-top: 36px;
}

.id--18 .p-name__codeLabel {
  display: none;
}

.id--18 .p-name__code {
  font-style: normal;
  font-size: 11px;
  font-weight: 300;
  color: rgba(58, 53, 48, .75)
}

.myorder-product-image {
  width: 60px;
  height: 60px;
  display: block;
  object-fit: contain;
}

.id--18 .p-name {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-weight: 700;
}

.id--18 td:not(:last-child) strong {
  font-weight: 300;
}

.id--18 tr.row-summary .list-summary {
  max-width: 400px;
  margin-left: auto;
  background-color: #EFF9FF;
  padding: 25px 30px;
  width: 100%;
  justify-content: space-between;
}

.id--18 tr.row-summary .list-summary dt {
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
  font-weight: 300;
}

.id--18 tr.row-summary .list-summary dd {
  text-align: left !important;
  width: 100%;
  padding-bottom: 10px;
  font-weight: 400;
}

.id--18 tr.row-summary td {
  padding-right: 0;
}

.id--18 .pagination-wrapper .pagination-total {
  display: none;
}

.id--18 .pagination-wrapper {
  justify-content: flex-end;
}

.tracking-link {
  display: inline-flex !important;
  overflow-wrap: unset !important;
  max-width: unset !important;
  min-width: 150px;
}


table.border.customer-orders thead>tr>th,
table.border.customer-orders tbody>tr>td {
  border-style: none none solid none;
}

/*DORUČOVACÍ ÚDAJE*/

input[type="number"].no-arrows::-webkit-inner-spin-button,
input[type="number"].no-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"].no-arrows {
  -moz-appearance: textfield;
}

/*Nastavení mého účtu*/

#register-form {
  position: initial;
}

/* forms_redesign prejmenoval sekcni nadpisy registrace h4 -> h2. Aliasy h2 jsou
   pridane vedle puvodnich h4, aby stranka fungovala v obou stavech (runda 2,
   parita s cz: mutations/cz/assets/css/style.css r. 14200). */
#register-form .co-registration fieldset>h4::before,
#register-form .co-registration fieldset>h2::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  background-image: url("/user/documents/upload/kodovani/personal-info.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: auto;
  margin: 0;
  top: auto;
}

#register-form .co-registration#additionalInformation fieldset>h4::before,
#register-form .co-registration#additionalInformation fieldset>h2::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  background-image: url("/user/documents/upload/kodovani/invoice.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: auto;
  margin: 0;
  top: auto;
}

#register-form .co-registration fieldset>h4,
#register-form .co-registration fieldset>h2,
#register-form .co-registration:has(table) h4,
#register-form .co-registration:has(table) h2 {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  column-gap: 14px;
  font-size: 18px;
}

#register-form .co-registration:has(table) h4::before,
#register-form .co-registration:has(table) h2::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  background-image: url("/user/documents/upload/kodovani/address.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: auto;
  margin: 0;
  top: auto;
}

#register-form .co-registration fieldset:has(#currentPassword) {
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
  row-gap: 10px;
}

#register-form .co-registration fieldset:has(#currentPassword) h4,
#register-form .co-registration fieldset:has(#currentPassword) h2 {
  width: 100%;
}

#register-form .co-registration fieldset .form-group:has(#billFullName) {
  order: 1;
}

#register-form .co-registration fieldset div.form-group:has(#password) {
  order: 2;
}

#register-form .co-registration fieldset div.form-group:has(#email) {
  order: 3;
}

#register-form .co-registration fieldset div.form-group:has(#passwordAgain) {
  order: 4;
}

#register-form .co-registration fieldset div.form-group:has(#phone) {
  order: 5;
}

#register-form .co-registration fieldset div.form-group:has(#currentPassword) {
  order: 6;
}

#register-form .co-registration fieldset div.co-registration {
  order: 7;
  border: none;
  background-color: #EFF9FF;
  padding: 10px;
  margin-top: 10px;
}

#register-form .co-registration fieldset:has(#currentPassword)>div {
  width: calc(50% - 18px);
}

#register-form label:not(.whole-width) {
  font-size: 14px;
  flex-shrink: 0;
  max-width: 140px;
}

/* Rozestup mezi poli registrace: cz ma margin: 0 0 10px (style.css r. 14314),
   nabytek mel margin: 0 -> pole slepena na sraz. Bez teto zmeny nesedi vyska
   formulare ani rozestupy oproti cz. */
#register-form .form-group {
  margin: 0 0 10px;
  flex-wrap: nowrap;
}

#register-form .form-group input,
#register-form .form-group .phone-combined-input {
  width: 100%;
  max-width: 500px;
}

/* Socialni prihlaseni: bez flexu se tlacitka na registraci skladala pod sebe
   (3 radky misto jedne). Parita s cz (style.css r. 14325). */
#register-form .social-login {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

#register-form #additionalInformation:before {
  max-width: 100%;
}

.id--13 #company-info {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 0px;
}

.id--13 #additionalInformation>fieldset {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  max-width: 552px;
}

.id--13 #additionalInformation>fieldset select {
  max-width: 500px;
}

.id--13 .table-shipping-addresses td {
  border: none !important;
}

.id--13 .table-shipping-addresses th:last-child,
.id--13 .table-shipping-addresses th:nth-last-child(2) {
  font-size: 0;
}

.id--13 .table-shipping-addresses tbody td:last-child {
  text-align: center !important;
}

.id--13 .table-shipping-addresses tbody td:last-child a {
  font-size: 0;
  width: 15px;
  height: 15px;
  border: none;
  padding: 0;
  line-height: 1;
  mask-image: url("/user/documents/upload/kodovani/trash.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url("/user/documents/upload/kodovani/trash.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  background-color: rgba(58, 53, 48, .5);
}

.id--13 .table-shipping-addresses tbody td:last-child a:hover {
  background-color: rgba(58, 53, 48, 1);
}

.id--13 .table-shipping-addresses tbody td .btn.btn-xs:not(.csrf-post-js) {
  background-color: #D9328A;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
}

.id--13 .table-shipping-addresses tbody td .btn.btn-xs:not(.csrf-post-js):hover {
  background-color: #e368a9;
}

.id--13 .table-shipping-addresses tbody td:first-child {
  font-weight: 700;
}

.id--13 .table-shipping-addresses tbody td .default-shipping-address {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px 1px 2px 1px;
  border-color: #D1E4F0;
  border-style: solid;
  width: 24px;
  height: 24px;
}

.id--13 .table-shipping-addresses tbody td a[data-url="/action/Customer/setDefaultShippingAddress"] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px 1px 2px 1px;
  border-color: #D1E4F0;
  border-style: solid;
  width: 24px;
  height: 24px;
  font-size: 0;
}

.customer-page .table td,
.customer-page .table th,
.customer-page .table tr {
  border-color: #D1E4F0;
}

.id--13 #register-form>.form-group.submit-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: flex-end;
  width: 100%;
}

.id--13 .co-registration:has(table) p {
  text-align: left;
}

.id--13 .co-registration:has(table) p .btn-secondary {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  background-color: #EFF9FF !important;
  color: #1965AD !important;
  text-decoration: none;
  border: none !important;
  min-height: 44px;
}

.id--13 .co-registration:has(table) p .btn-secondary:hover {
  text-decoration: underline !important;
}

.id--13 .co-registration:has(table) p .btn-secondary::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  mask-image: url("/user/documents/upload/kodovani/plus.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("/user/documents/upload/kodovani/plus.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #D9328A;
  margin-bottom: 2px;
}

/*LOGIN SOCIALS*/

#formLogin .social-login-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#formLogin .social-login-buttons .social-login-buttons-divider {
  width: 100%;
}

#formLogin .social-login-buttons .form-group {
  margin: 0;
  width: calc(33.333% - 6.6667px);
}

a.login-btn.facebook .login-facebook-icon,
a.login-btn.facebook .login-google-icon,
a.login-btn.facebook .login-seznam-icon,
a.login-btn.google .login-facebook-icon,
a.login-btn.google .login-google-icon,
a.login-btn.google .login-seznam-icon,
a.login-btn.seznam .login-facebook-icon,
a.login-btn.seznam .login-google-icon,
a.login-btn.seznam .login-seznam-icon {
  width: 44px;
}

a.login-btn.facebook .login-facebook-icon,
a.login-btn.google .login-google-icon,
a.login-btn.seznam .login-seznam-icon {
  background-size: 22px 22px;
}

#formLogin .social-login-buttons .form-group::before {
  content: none !important;
}

#formLogin .social-login-buttons .form-group a {
  width: 100%;
}

a.login-btn {
  padding-left: 40px;
}

a.login-btn.facebook strong,
a.login-btn.google strong,
a.login-btn.seznam strong {
  text-align: left;
  font-weight: 500;
}

/*DOSTUPNOST DP*/

.p-info-wrapper .availability-value {
  display: flex;
  flex-direction: column;
}

.p-info-wrapper .availability-value .availability-label {
  font-size: 20px;
}

.p-info-wrapper .availability-value .availability-rest {
  font-size: 16px;
}

/*DORPAVU MÁTE ZDARMA*/

.shipping-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;

  margin-bottom: 12px;
}

.shipping-wrapper .free-shipping {
  flex-grow: 1;
  flex-shrink: 0;

  position: relative;
  padding-bottom: 4px;

  font-weight: 700;
  border-bottom: 1px solid #D1E4F0;
}

.shipping-wrapper .shipping-options {
  flex-shrink: 0;
  margin-bottom: 0;
}

.type-detail .product-top .flag-doprava-zdarma {
  display: none;
}

.shipping-options {
  margin-bottom: 10px;
}

/*SKRYTÍ EANU*/

.detail-parameters tr.productEan {
  display: none;
}

/* ROZŠÍŘENÁ OBJEDNÁVKA V KOŠÍKU */

.id--9 .advanced-order .extras-wrap {
  flex-direction: column;
}

.id--9 .advanced-order .extras-wrap .extra.step {
  padding: 25px;
  margin-top: 12px;

  background-color: #eff9ff;
}

.id--9 .ao-price .show-tooltip {
  border: none;
}

/* DETAIL KATEGORIE */

#category-header {
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: flex-start;
  padding-bottom: 3px;
  margin-bottom: 8px;
}

#category-header .param-filter-top {
  flex: 0 0 auto;
  margin: 0;
}

.category-header>div {
  display: none;
}

.category-header>div.listSorting {
  display: block;
  flex-grow: 1;
}

.listSorting__controls {
  display: flex;
  gap: 5px 20px;
}

.listSorting__control {
  padding: 0;

  text-decoration: underline;
}

.listSorting__controls li:has(> #listSortingControl-name) {
  display: none;
}

.listSorting__control:hover {
  text-decoration: none;
}

.listSorting__control.listSorting__control--current {
  font-weight: 700;
  text-decoration: none;
}

/*TOGGLE KOŠÍK*/

@media (min-width: 992px) {
  .popup-widget.cart-widget {
    border-color: #D1E4F0;
    border-radius: 8px;
    width: 468px;
    margin-left: 256px;
  }

  .popup-widget.cart-widget .popup-widget-inner {
    border-radius: 4px 4px 0 0;
  }

  .popup-widget.cart-widget:before {
    right: 12px;
  }
}

.cart-window-visible .user-action .user-action-in>div.user-action-cart {
  display: block !important;
}

.cart-widget .popup-widget-inner.full+.cart-widget-button {
  background-color: #EFF9FF;
  padding: 20px 28px;
  margin-top: 24px;

  border-radius: 0 0 4px 4px;
  text-align: right;
}

.cart-widget-button .btn {
  display: inline-flex;

  padding: 8px 24px;
  width: auto;

  border-radius: 2px;
  font-weight: 400;
}

.cart-widget-button .btn::after {
  content: none;
}

.popup-widget-inner .cart-widget-product {
  padding-inline: 0;
  border-color: #d1e4f0;
}

.popup-widget-inner .cart-widget-products {
  padding-inline: 28px;
}

.popup-widget.cart-widget .popup-widget-inner .mytotal {
  display: flex;
  justify-content: flex-end;
  column-gap: 24px;

  margin-top: 24px;
  margin-right: 0px;

  text-align: right;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}

.popup-widget-inner .cart-widget-product .myprice-wrapper {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;

  margin-top: 4px;

  color: #000;
  font-weight: 300;
  font-size: 14px;
}

.popup-widget-inner .cart-widget-product .myprice-wrapper span:last-child {
  font-weight: 700;
}

.cart-widget-product-name a {
  color: #1965AD;
  font-size: 14px;
  text-decoration: underline;
}

.cart-free-shipping {
  position: relative;
  height: auto;
  bottom: auto;
  left: auto;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.cart-free-shipping>div {
  display: inline-block;
}

@media (max-width: 1600px) and (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-left: 0;
    left: auto;
    right: 10px;
  }

  .popup-widget.cart-widget:before {
    content: none;
  }
}


@media (max-width: 991px) {
  .popup-widget-inner .cart-widget-products {
    padding-top: 20px;
  }

  .popup-widget-inner .cart-widget-product .myprice-wrapper {
    justify-content: flex-start;
  }

  .cart-free-shipping {
    padding-bottom: 20px;
  }
}

@media (max-width: 499px) {
  .popup-widget-inner .cart-widget-products {
    padding: 12px;
  }

  .popup-widget-inner .cart-widget-product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;

    position: relative;
  }

  .popup-widget-inner .cart-widget-product .cart-widget-product-name {
    width: 100%;
    padding-left: 0;
  }

  .popup-widget-inner .cart-widget-product .cart-widget-product-delete {
    position: absolute;
    top: 10px;
    right: 0;
  }
}

@media (max-width: 1439px) {
  .myorder-basic-info {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .myorder-basic-info .track-me {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {

  .customer-page .table td,
  .customer-page .table th,
  .customer-page .table tr {
    padding: 10px 0;
  }

  #register-form .co-registration fieldset:has(#currentPassword)>div {
    width: 100%;
  }

  .id--13 #additionalInformation>fieldset {
    max-width: 100%;
  }

  .id--13 .table-shipping-addresses td {
    padding: 10px 0;
  }

  .id--13 #register-form>.form-group.submit-wrapper {
    position: relative;
    top: auto;
    left: auto;
    justify-content: center;
  }

  .id--13 .co-registration:has(table) p {
    text-align: left;
  }

  .id--18 .content-inner>div.row {
    flex-wrap: wrap;
  }

  .myorder-basic-info p:has(.btn-primary) {
    margin-left: 0;
  }

  .customer-page table tr td:last-child,
  .customer-page table tr th:last-child {
    text-align: left !important;
  }

  .id--18 tr.row-summary .list-summary {
    max-width: 100%;
  }

  .client-table-heading:has(+.track-me) {
    display: none !important;
  }
}

@media (max-width: 991px) {

  .id--18 .content-inner>div>div.order-notes,
  .id--18 .content-inner>div.row>div {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .mycustomer-title {
    display: none;
  }

  .customer-page .sidebar {
    width: 100%;
  }

  .sidebar .client-center-box>ul,
  .sidebar .client-center-box>ul:before {
    display: block;
  }

  .sidebar .client-center-box .acc-button {
    display: none;
  }

  .customer-page .sidebar-inner {
    margin-right: 0;
  }

  .sidebar-inner>.help-box {
    margin-top: 0;
    margin-bottom: 40px;
  }

  #formLogin .social-login-buttons .form-group {
    flex: 1 0 260px;
    max-width: 100%;
  }

  .product .p-desc {
    font-size: 14px;
  }

  #relatedFiles.active {
    padding-top: 140px !important;
  }
}

@media (max-width: 499px) {
  .fake-form {
    font-size: 14px;
  }

  .id--13 .co-registration:has(table) p .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .id--18 .content-inner>div>div.order-notes,
  .id--18 .content-inner>div.row>div {
    width: 100%;
  }

  .customer-page .table td,
  .customer-page .table th,
  .customer-page .table tr {
    padding: 10px 0;
  }

  .product .p-desc {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 58px;
    overflow: hidden;
    margin-bottom: 12px;
  }
}


/*Hot fix v kategorii*/

@media only screen and (min-width: 992px) {
  :where(body.ums_a11y_category_page--on) .listSorting {
    display: block !important;
  }
}

.products-inline.products-top,
.products-top-wrapper {
  display: none !important;
}

.category-content-wrapper #category-header>.param-filter-top:first-of-type {
  display: none;
}

:where(body.ums_a11y_category_page--on) .listSorting__control {
  text-decoration: underline;
  font-size: 16px !important;
}

:where(body.ums_a11y_category_page--on) .listSorting__control:first-child {
  padding-left: 0px;
}

:where(body.ums_a11y_category_page--on) .listSorting__control--current {
  text-decoration: none;
  font-weight: 700;
}

/* Variantní tlačítko na produktové kartě — vzhled identický s nevariantním .add-to-cart-button.
   JS v 15_origin.js přepisuje text na "Koupit", CSS tady defenzivně garantuje vizuální paritu
   (sjednocuje margin, padding, background, border, border-radius, font-weight pro všechny stavy
   včetně hover a hluboko vnořených selektorů). */
.products-block a.btn.btn-primary,
.products-block>div .p .p-bottom .p-tools a.btn.btn-primary,
.products-block .p:hover a.btn.btn-primary {
  width: auto;
  margin: 0;
  padding: 8px 10px 9px;

  background: #d9328a;
  border-color: #d9328a;
  border-radius: 6px;
  font-weight: 500;

  &:hover {
    background-color: #e368a9;
  }
}

/* KOŠÍK FIX */


.mobile.cart-window-visible #main_aichat_container {
  display: none !important;
}

@media (max-width: 991px) {
  .popup-widget.cart-widget {
    height: auto;
    max-height: unset;
    bottom: 0;
  }

  .popup-widget-inner .cart-widget-products {
    height: 60vh;
    max-height: 100%;
  }

  .popup-widget.cart-widget .cart-free-shipping {
    position: fixed;
  }

  .popup-widget-inner.cart-widget-inner {
    display: flex;
    flex-direction: column;
  }

  #main_aichat_container {
    z-index: 55 !important;
  }

  .cart-window-visible .user-action .user-action-in>div.user-action-cart {
    display: flex !important;
    flex-direction: column;
  }

  .cart-widget-button .btn {
    justify-content: center;
    width: 100%;
  }

  .cart-free-shipping {
    bottom: 82px;
  }
}
/*DRBKY*/


a.login-btn.facebook strong,
a.login-btn.google strong,
a.login-btn.seznam strong {
  padding-inline: 4px 14px;
}

#watchdog-form .form-group:has(label[for="watchdogNotificationEmail"]) {
  flex-direction: column;
  align-items: flex-start !important;

  right: 110px !important;
  bottom: 80px !important;
}

#watchdog-form .form-group:has(label[for="watchdogNotificationEmail"]) label {
  width: 100% !important;
}

#watchdog-form .form-group:has(label[for="watchdogNotificationEmail"]) .form-control-wrapper {
  max-width: 100%;
  width: 100%;
}

#watchdog-form .form-group:has(label[for="watchdogNotificationEmail"]) .msg-error {
  position: absolute;
  top: calc(100% + 5px);
  padding: 5px;
  background-color: #fff;
  border: 1px solid #d33a36;
  font-size: 12px;
}

#watchdog-form div.disclaimer {
  position: absolute;
  z-index: 111;
  top: calc(100% + 5px);
  left: 0;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #d33a36;
  font-size: 12px;
}

@media (max-width: 499px) {

  #watchdog-form .form-group:has(label[for="watchdogNotificationEmail"]) {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    padding-bottom: 0 !important;
    margin-top: 10px !important;
  }

  #watchdog-form .form-group:has(label[for="watchdogNotificationEmail"]) .msg-error {
    display: none !important;
  }

  .ums_forms_redesign--on #watchdog-form .form-group.submit-wrapper {
    bottom: auto;
    margin-top: 0;
  }

  .ums_forms_redesign--on #watchdog-form .form-group.submit-wrapper .btn-primary {
    width: 100%;
  }

  #watchdog-form>.form-group.js-validated-element-wrapper {
    bottom: 0;
  }
}

/* chat widget Sofie překrývá na mobilu tlačítko „Pokračovat" — v celém
   objednávkovém procesu (košík + kroky) ho skrýváme */
.ordering-process #main_aichat_container {
  display: none !important;
}