/* 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("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.829 11.56c1.588 0 2.963-.569 4.087-1.693C17.04 8.744 17.61 7.37 17.61 5.78c0-1.588-.57-2.963-1.694-4.087C14.792.57 13.417 0 11.83 0c-1.588 0-2.963.57-4.087 1.693-1.124 1.124-1.694 2.5-1.694 4.087 0 1.589.57 2.964 1.694 4.088 1.124 1.123 2.5 1.693 4.087 1.693ZM21.944 18.455a14.272 14.272 0 0 0-.195-1.517 11.953 11.953 0 0 0-.373-1.524 7.53 7.53 0 0 0-.627-1.422 5.358 5.358 0 0 0-.945-1.232 4.167 4.167 0 0 0-1.358-.853 4.692 4.692 0 0 0-1.733-.314c-.245 0-.482.1-.94.399-.281.183-.61.396-.978.63-.315.2-.74.389-1.266.558a5.029 5.029 0 0 1-1.55.25 5.031 5.031 0 0 1-1.548-.25c-.526-.17-.952-.357-1.266-.557a130.73 130.73 0 0 1-.98-.632c-.456-.298-.693-.398-.938-.398-.624 0-1.207.105-1.734.314a4.164 4.164 0 0 0-1.357.853 5.362 5.362 0 0 0-.945 1.232c-.26.458-.472.937-.627 1.422-.15.469-.275.982-.373 1.524a14.18 14.18 0 0 0-.194 1.517c-.032.459-.048.936-.048 1.418 0 1.252.398 2.267 1.183 3.015.776.738 1.802 1.112 3.05 1.112H17.76c1.247 0 2.273-.374 3.05-1.112.785-.748 1.183-1.763 1.183-3.016 0-.483-.016-.96-.049-1.417Z' fill='%231961AC'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.829 11.56c1.588 0 2.963-.569 4.087-1.693C17.04 8.744 17.61 7.37 17.61 5.78c0-1.588-.57-2.963-1.694-4.087C14.792.57 13.417 0 11.83 0c-1.588 0-2.963.57-4.087 1.693-1.124 1.124-1.694 2.5-1.694 4.087 0 1.589.57 2.964 1.694 4.088 1.124 1.123 2.5 1.693 4.087 1.693ZM21.944 18.455a14.272 14.272 0 0 0-.195-1.517 11.953 11.953 0 0 0-.373-1.524 7.53 7.53 0 0 0-.627-1.422 5.358 5.358 0 0 0-.945-1.232 4.167 4.167 0 0 0-1.358-.853 4.692 4.692 0 0 0-1.733-.314c-.245 0-.482.1-.94.399-.281.183-.61.396-.978.63-.315.2-.74.389-1.266.558a5.029 5.029 0 0 1-1.55.25 5.031 5.031 0 0 1-1.548-.25c-.526-.17-.952-.357-1.266-.557a130.73 130.73 0 0 1-.98-.632c-.456-.298-.693-.398-.938-.398-.624 0-1.207.105-1.734.314a4.164 4.164 0 0 0-1.357.853 5.362 5.362 0 0 0-.945 1.232c-.26.458-.472.937-.627 1.422-.15.469-.275.982-.373 1.524a14.18 14.18 0 0 0-.194 1.517c-.032.459-.048.936-.048 1.418 0 1.252.398 2.267 1.183 3.015.776.738 1.802 1.112 3.05 1.112H17.76c1.247 0 2.273-.374 3.05-1.112.785-.748 1.183-1.763 1.183-3.016 0-.483-.016-.96-.049-1.417Z' fill='%231961AC'/%3E%3C/svg%3E");
  -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("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%231961AC'%3E%3Cpath d='M13.169 1.792H1.834A1.836 1.836 0 0 0 0 3.627v7.746c0 1.012.822 1.835 1.834 1.835h11.332A1.836 1.836 0 0 0 15 11.373V3.63a1.834 1.834 0 0 0-1.831-1.838Zm.996 9.581c0 .55-.447.997-.996.997H1.834a.997.997 0 0 1-.996-.997V3.63c0-.55.447-.997.996-.997h11.332c.55 0 .996.447.996.997v7.743h.003Z'/%3E%3Cpath d='m9.46 7.404 3.669-3.29a.421.421 0 0 0 .03-.593.421.421 0 0 0-.592-.03l-5.06 4.54-.986-.882a.62.62 0 0 0-.074-.068L2.43 3.487a.418.418 0 0 0-.593.034.418.418 0 0 0 .035.593l3.712 3.318-3.697 3.46a.42.42 0 0 0 .574.615l3.753-3.51 1.018.909a.419.419 0 0 0 .558-.003l1.046-.937 3.73 3.544a.418.418 0 1 0 .577-.608L9.461 7.404Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h15v15H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%231961AC'%3E%3Cpath d='M13.169 1.792H1.834A1.836 1.836 0 0 0 0 3.627v7.746c0 1.012.822 1.835 1.834 1.835h11.332A1.836 1.836 0 0 0 15 11.373V3.63a1.834 1.834 0 0 0-1.831-1.838Zm.996 9.581c0 .55-.447.997-.996.997H1.834a.997.997 0 0 1-.996-.997V3.63c0-.55.447-.997.996-.997h11.332c.55 0 .996.447.996.997v7.743h.003Z'/%3E%3Cpath d='m9.46 7.404 3.669-3.29a.421.421 0 0 0 .03-.593.421.421 0 0 0-.592-.03l-5.06 4.54-.986-.882a.62.62 0 0 0-.074-.068L2.43 3.487a.418.418 0 0 0-.593.034.418.418 0 0 0 .035.593l3.712 3.318-3.697 3.46a.42.42 0 0 0 .574.615l3.753-3.51 1.018.909a.419.419 0 0 0 .558-.003l1.046-.937 3.73 3.544a.418.418 0 1 0 .577-.608L9.461 7.404Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h15v15H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.help-box__phone::before {
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M2.93 9.556a15.251 15.251 0 0 0 5.072 3.973c.741.351 1.733.769 2.838.84.069.003.135.006.203.006.742 0 1.337-.256 1.823-.783l.012-.015c.173-.209.37-.396.575-.596.14-.134.283-.274.42-.417.634-.661.634-1.501-.006-2.142l-1.79-1.79c-.304-.316-.668-.482-1.049-.482-.381 0-.748.166-1.06.48L8.9 9.695a5.672 5.672 0 0 0-.295-.155c-.119-.06-.229-.117-.327-.18-.971-.616-1.853-1.42-2.696-2.453-.426-.54-.712-.992-.911-1.454.28-.253.542-.518.795-.778L5.74 4.4c.322-.321.494-.694.494-1.072 0-.378-.17-.75-.494-1.072l-.888-.888c-.104-.104-.202-.205-.303-.31A16.34 16.34 0 0 0 3.945.46C3.638.158 3.278 0 2.896 0c-.378 0-.741.158-1.06.462L.722 1.576A2.289 2.289 0 0 0 .04 3.04c-.057.712.074 1.469.414 2.383C.975 6.84 1.76 8.153 2.929 9.556ZM.766 3.104c.035-.396.187-.727.473-1.013L2.348.983c.173-.167.364-.253.548-.253.182 0 .367.086.537.259.2.185.387.378.59.584.1.104.205.208.31.315l.887.888c.184.185.28.372.28.557 0 .185-.096.372-.28.557-.093.092-.185.188-.277.28-.277.28-.536.545-.822.798l-.015.015c-.248.248-.209.483-.15.662l.01.023c.23.551.548 1.076 1.045 1.701.894 1.102 1.835 1.957 2.872 2.615.128.084.265.15.393.215.119.06.23.116.327.179l.033.018c.099.05.194.074.29.074a.632.632 0 0 0 .443-.203l1.114-1.114c.173-.172.36-.265.545-.265.226 0 .411.14.527.265l1.796 1.794c.358.357.355.744-.009 1.123a9.929 9.929 0 0 1-.396.396c-.208.202-.426.41-.622.646-.343.37-.75.542-1.278.542a2.67 2.67 0 0 1-.155-.006c-.977-.062-1.885-.444-2.568-.768a14.488 14.488 0 0 1-4.828-3.783C2.384 7.759 1.636 6.514 1.142 5.18.835 4.36.719 3.702.767 3.104Z' fill='%231D62AA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h14.375v14.375H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M2.93 9.556a15.251 15.251 0 0 0 5.072 3.973c.741.351 1.733.769 2.838.84.069.003.135.006.203.006.742 0 1.337-.256 1.823-.783l.012-.015c.173-.209.37-.396.575-.596.14-.134.283-.274.42-.417.634-.661.634-1.501-.006-2.142l-1.79-1.79c-.304-.316-.668-.482-1.049-.482-.381 0-.748.166-1.06.48L8.9 9.695a5.672 5.672 0 0 0-.295-.155c-.119-.06-.229-.117-.327-.18-.971-.616-1.853-1.42-2.696-2.453-.426-.54-.712-.992-.911-1.454.28-.253.542-.518.795-.778L5.74 4.4c.322-.321.494-.694.494-1.072 0-.378-.17-.75-.494-1.072l-.888-.888c-.104-.104-.202-.205-.303-.31A16.34 16.34 0 0 0 3.945.46C3.638.158 3.278 0 2.896 0c-.378 0-.741.158-1.06.462L.722 1.576A2.289 2.289 0 0 0 .04 3.04c-.057.712.074 1.469.414 2.383C.975 6.84 1.76 8.153 2.929 9.556ZM.766 3.104c.035-.396.187-.727.473-1.013L2.348.983c.173-.167.364-.253.548-.253.182 0 .367.086.537.259.2.185.387.378.59.584.1.104.205.208.31.315l.887.888c.184.185.28.372.28.557 0 .185-.096.372-.28.557-.093.092-.185.188-.277.28-.277.28-.536.545-.822.798l-.015.015c-.248.248-.209.483-.15.662l.01.023c.23.551.548 1.076 1.045 1.701.894 1.102 1.835 1.957 2.872 2.615.128.084.265.15.393.215.119.06.23.116.327.179l.033.018c.099.05.194.074.29.074a.632.632 0 0 0 .443-.203l1.114-1.114c.173-.172.36-.265.545-.265.226 0 .411.14.527.265l1.796 1.794c.358.357.355.744-.009 1.123a9.929 9.929 0 0 1-.396.396c-.208.202-.426.41-.622.646-.343.37-.75.542-1.278.542a2.67 2.67 0 0 1-.155-.006c-.977-.062-1.885-.444-2.568-.768a14.488 14.488 0 0 1-4.828-3.783C2.384 7.759 1.636 6.514 1.142 5.18.835 4.36.719 3.702.767 3.104Z' fill='%231D62AA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h14.375v14.375H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

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

#register-form .co-registration fieldset > h4::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 {
  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:has(table) h4 {
  display: flex;
  align-items: center;
  column-gap: 14px;
  font-size: 18px;
}

#register-form .co-registration:has(table) h4::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 {
  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;
}

#register-form .form-group {
  margin: 0;
  flex-wrap: nowrap;
}

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

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

/*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;
  }