@charset "UTF-8";
.external-fonts-loaded body {
  font-family: "Montserrat", sans-serif;
}

.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name,
.external-fonts-loaded #footer h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.external-fonts-loaded ol.cart-header,
.external-fonts-loaded .next-step,
.external-fonts-loaded .price-wrapper,
.external-fonts-loaded .price-additional,
.external-fonts-loaded .price-measure,
.external-fonts-loaded .price-final,
.external-fonts-loaded .price-save,
.external-fonts-loaded .price-standard,
.external-fonts-loaded .btn,
.external-fonts-loaded .products .name {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #2C2826;
}

body {
  color: #2C2826;
}

.container {
  max-width: 1264px !important;
  width: 100% !important;
  padding: 0 20px !important;
  margin: 0 auto;
}

.sidebar {
  flex: 0 0 266px;
  background-color: transparent;
}
.sidebar .sidebar-inner {
  padding: 0;
}

.content.narrow {
  flex: 0 1 914px;
  margin-left: auto;
  min-width: 0;
}

.content-wrapper-in {
  justify-content: space-between;
  gap: 20px;
}

.sidebar-hidden .navigation-in .category-toggler::before {
  content: "+";
}
.sidebar-hidden .content.narrow {
  flex-grow: 1;
}

.sidebar-hidden .narrow .row.banners-row .col-sm-8 {
  flex-basis: 808px;
}

.narrow .row.banners-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.narrow .row.banners-row > div {
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.narrow .row.banners-row .col-sm-4,
.narrow .row.banners-row .col-sm-8 {
  width: auto;
  padding: 0;
}
.narrow .row.banners-row .col-sm-8 {
  flex-basis: 496px;
  margin-right: 24px;
}
.narrow .row.banners-row .col-sm-4 {
  flex-basis: 392px;
  margin-left: auto;
}
.narrow .row.banners-row .banner-wrapper + .banner-wrapper {
  margin-top: 24px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.content {
  padding: 0;
}

.site-msg.information {
  position: sticky;
  top: 0;
  z-index: 1003;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-color: #000;
  color: #FFF;
}
.site-msg.information .js-close-information-msg {
  right: 24px;
}
.site-msg.information .js-close-information-msg::before, .site-msg.information .js-close-information-msg::after {
  background-color: #FFF;
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#header {
  background: linear-gradient(to bottom, var(--color-tertiary) 0%, var(--color-tertiary) 114px, transparent 114px);
}

.top-navigation-bar {
  height: 44px;
  border: none;
  position: relative;
}
.top-navigation-bar .container {
  height: 100%;
  justify-content: space-between;
}
.top-navigation-bar .container .project-email {
  display: none;
}
.top-navigation-bar .container .top-navigation-menu {
  visibility: hidden;
  order: -1;
  height: unset;
  padding: 0;
}
.top-navigation-bar .container > div {
  flex: 0 1;
  flex-basis: 33.3333% !important;
}
.top-navigation-bar .top-navigation-contacts {
  font-weight: 500;
  text-align: center !important;
}
.top-navigation-bar .top-navigation-contacts .project-phone {
  color: #2C2826;
  font-weight: 700;
  padding-right: 12px;
}
.top-navigation-bar .top-navigation-contacts .project-phone::before {
  content: url("/user/documents/assets/img/icon/tel.svg");
}
.top-navigation-bar .top-navigation-contacts strong {
  display: inline-block;
  margin-right: 12px;
  font-weight: 500;
}
.top-navigation-bar .dropdown {
  margin-right: 0;
}

.header-top {
  min-height: 114px;
  justify-content: space-between;
}
.header-top > div {
  flex-basis: auto;
}
.header-top .search {
  flex: 0 1 377px;
}
.header-top .site-name > a {
  vertical-align: middle;
}
.header-top .site-name img {
  aspect-ratio: 3039/773;
}

#navigation {
  background-color: transparent;
  border-bottom: 2px solid var(--color-tertiary);
  min-height: 56px;
  padding: 0 20px;
}

.navigation-in {
  position: initial;
  background-color: inherit;
  color: var(--color-primary);
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.navigation-in > ul {
  height: 100%;
  flex: 1 1 914px;
}
.navigation-in > ul > li {
  border: none;
}
.navigation-in > ul > li > a {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  display: inline-block;
}
.navigation-in > ul > li > a:last-child {
  padding-right: 0;
}
.navigation-in > a.btn {
  flex: 0 0 266px;
}
.navigation-in .category-toggler {
  line-height: 1em;
  align-self: center;
  border-radius: 4px;
  font-size: 18px;
  padding: 0.6667em 40px;
  text-transform: initial;
  text-align: left;
  position: relative;
}
.navigation-in .category-toggler::before {
  content: "×";
  font-size: 200%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}

.fitted .navigation-in ul {
  justify-content: flex-end;
}

#formSearchForm input {
  border-color: var(--color-tertiary);
  border-radius: 0;
  padding-right: 57px;
  padding-left: 24px;
  height: 48px;
}
#formSearchForm input:hover, #formSearchForm input:focus {
  border: 1px solid var(--color-primary);
}
#formSearchForm button {
  background-color: transparent;
  border: none;
  height: 48px;
  padding: 13px 18px;
  top: 50%;
  transform: translateY(-50%);
}
#formSearchForm button::before {
  content: "";
  background-image: url("/user/documents/assets/img/icon/search.svg");
  background-size: 100% 100%;
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  object-fit: contain;
}

.search-whisperer {
  border-color: var(--color-primary);
}
.search-whisperer ul li {
  border-color: var(--color-primary);
}

.navigation-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  height: 52px;
}
.navigation-buttons a[data-target=cart] {
  display: grid !important;
  grid-template-columns: auto auto;
}
.navigation-buttons a[data-target=cart]::before {
  content: url("/user/documents/assets/img/icon/cart_default.svg");
  margin-left: 20px;
  width: 24px;
  height: 27px;
  transition: all 0.3s ease-in-out;
}
.navigation-buttons a[data-target=cart]:hover::before, .navigation-buttons a[data-target=cart]:focus::before {
  content: url("/user/documents/assets/img/icon/cart_hover.svg");
  transition: all 0.3s ease-in-out;
}
.navigation-buttons a[data-target=cart]:hover .sr-only, .navigation-buttons a[data-target=cart]:focus .sr-only {
  color: var(--color-secondary);
}
.navigation-buttons a[data-target=cart] i {
  background-color: var(--color-secondary);
  top: -6px;
  left: 38px;
}
.navigation-buttons a[data-target=cart] .cart-price {
  color: #2C2826;
  font-weight: 700;
  font-size: 18px;
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: span 2;
  align-self: center;
  text-transform: initial;
}
.navigation-buttons a[data-target=cart] .sr-only {
  width: unset;
  height: unset;
  clip: unset;
  text-transform: initial;
  position: initial;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  justify-self: center;
  align-self: end;
}
.navigation-buttons a[data-target=login],
.navigation-buttons .top-nav-button-account {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 500;
}
.navigation-buttons a[data-target=login]::before,
.navigation-buttons .top-nav-button-account::before {
  content: url("/user/documents/assets/img/icon/login_default.svg");
  transition: all 0.3s ease-in-out;
}
.navigation-buttons a[data-target=login]:hover, .navigation-buttons a[data-target=login]:focus,
.navigation-buttons .top-nav-button-account:hover,
.navigation-buttons .top-nav-button-account:focus {
  background-color: transparent;
  color: var(--color-secondary);
}
.navigation-buttons a[data-target=login]:hover::before, .navigation-buttons a[data-target=login]:focus::before,
.navigation-buttons .top-nav-button-account:hover::before,
.navigation-buttons .top-nav-button-account:focus::before {
  content: url("/user/documents/assets/img/icon/login_hover.svg");
  transition: all 0.3s ease-in-out;
}
.navigation-buttons a[href="/oblibene/"] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  margin-right: 12px;
}
.navigation-buttons a[href="/oblibene/"] b {
  font-weight: 500;
}
.navigation-buttons a[href="/oblibene/"]::before {
  font-size: 26px;
  line-height: 1em;
  margin-right: 0;
}
.navigation-buttons #oblibeneBtn.oblibeneBtn {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.navigation-buttons #oblibeneBtn.oblibeneBtn em {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  width: 17px;
  height: 17px;
  top: -6px;
  right: 8px;
  font-style: normal;
}

.responsive-tools #oblibeneBtn.oblibeneBtn {
  position: relative;
}
.responsive-tools #oblibeneBtn.oblibeneBtn em {
  position: absolute;
  font-size: 11px;
  width: 17px;
  height: 17px;
  color: #FFF;
  background-color: var(--color-secondary);
  border-radius: 50%;
  line-height: 17px;
  top: 0;
  right: 0;
  font-style: normal;
}
.responsive-tools #oblibeneBtn.oblibeneBtn::before {
  font-weight: 700;
}

.popup-widget {
  margin-left: 182px;
}

@media screen and (max-width: 767px) {
  .ordering-process .site-name {
    display: block;
  }
  .navigation-buttons #oblibeneBtn.oblibeneBtn,
  .responsive-tools #oblibeneBtn.oblibeneBtn {
    color: var(--color-primary);
    font-size: 28px;
    line-height: 1;
  }
  .navigation-buttons #oblibeneBtn.oblibeneBtn::before,
  .responsive-tools #oblibeneBtn.oblibeneBtn::before {
    font-size: 28px;
    top: -3px;
  }
  .navigation-buttons #oblibeneBtn.oblibeneBtn b,
  .responsive-tools #oblibeneBtn.oblibeneBtn b {
    display: none;
  }
  .navigation-buttons #oblibeneBtn.oblibeneBtn {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .navigation-buttons #oblibeneBtn.oblibeneBtn::after {
    content: "Oblíbené";
    display: inline-block;
  }
}
#highlited-categories > div:nth-child(1) > .topic > a, #highlited-categories > div:nth-child(2) > .topic > a, #highlited-categories > div:nth-child(3) > .topic > a, #highlited-categories > div:nth-child(4) > .topic > a {
  color: var(--color-secondary);
  border: 1px solid var(--color-tertiary);
  background-color: #FBFFFF;
  border-radius: 4px;
  position: relative;
  padding: 11px 20px;
  font-size: 16px;
  width: 100%;
}
#highlited-categories > div:nth-child(1) > .topic > a::after, #highlited-categories > div:nth-child(2) > .topic > a::after, #highlited-categories > div:nth-child(3) > .topic > a::after, #highlited-categories > div:nth-child(4) > .topic > a::after {
  content: "";
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
#highlited-categories > div:nth-child(1) > .topic > a:hover, #highlited-categories > div:nth-child(1) > .topic > a:focus, #highlited-categories > div:nth-child(2) > .topic > a:hover, #highlited-categories > div:nth-child(2) > .topic > a:focus, #highlited-categories > div:nth-child(3) > .topic > a:hover, #highlited-categories > div:nth-child(3) > .topic > a:focus, #highlited-categories > div:nth-child(4) > .topic > a:hover, #highlited-categories > div:nth-child(4) > .topic > a:focus {
  border-color: var(--color-primary);
}
#highlited-categories > div:nth-child(1) > .topic > a::after {
  background-image: url("/user/documents/assets/img/icon/vyprodej.svg");
}
#highlited-categories > div:nth-child(2) > .topic > a::after {
  background-image: url("/user/documents/assets/img/icon/akce.svg");
}
#highlited-categories > div:nth-child(3) > .topic > a::after {
  background-image: url("/user/documents/assets/img/icon/poukazy.svg");
}
#highlited-categories > div:nth-child(4) > .topic > a::after {
  background-image: url("/user/documents/assets/img/icon/novinky.svg");
}
#highlited-categories .categories {
  margin-bottom: 4px;
  margin: 0 0 4px;
}

.box-categories {
  margin-top: 20px;
}

.sidebar-inner > div {
  border-bottom: 0;
}

#categories .categories {
  margin: 0;
  font-weight: 700;
  color: #2C2826;
  border-top: 2px solid var(--color-tertiary);
}
#categories .categories:last-of-type {
  border-bottom: 2px solid var(--color-tertiary);
}
#categories .categories a {
  color: inherit;
  padding: 11px 20px;
}
#categories .categories.expandable .cat-trigger {
  right: 20px;
  left: unset;
  top: 13px;
}
#categories .categories.expandable .cat-trigger::before {
  content: url("/user/documents/assets/img/icon/arrow_cat.svg");
}
#categories .categories.expandable.expanded .cat-trigger::before {
  content: url("/user/documents/assets/img/icon/arrow_cat_reverse.svg");
}
#categories .categories .topic.active > a,
#categories .categories li.active > a {
  background-color: transparent;
  text-decoration: underline;
  font-weight: 700;
}
#categories .categories ul a {
  padding-left: 50px;
  font-weight: 400;
}

.sidebar .box-categories {
  padding-top: 0;
}
.sidebar .box-categories h4:first-of-type {
  display: none;
}

.extended-banner-title,
.extended-banner-text,
.extended-banner-link {
  box-shadow: none;
  color: #FFF;
  background-color: transparent;
  border: none;
}

#carousel,
.banner-wrapper {
  border-radius: 4px;
  overflow: hidden;
}

#carousel {
  height: 100%;
}
#carousel div {
  height: 100%;
}
#carousel img {
  height: 100%;
  object-fit: cover;
}
#carousel .extended-banner-title {
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  color: #FFF;
  top: 61%;
  left: 5%;
  max-width: 79%;
}
#carousel .extended-banner-link {
  font-size: 13px;
  line-height: 15.85px;
  letter-spacing: 0.035em;
  font-weight: 800;
  text-transform: uppercase;
  top: 90.3%;
  left: 5%;
  right: unset;
}
#carousel .extended-banner-link::after {
  content: url("/user/documents/assets/img/icon/arrow_link.svg");
  display: inline-block;
  margin-left: 9px;
}

.next-to-carousel-banners {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.next-to-carousel-banners .extended-banner-title {
  font-size: 24px;
  line-height: 29.26px;
  font-weight: 700;
  top: 62.2%;
  left: 6%;
  max-width: 64%;
}
.next-to-carousel-banners .extended-banner-text {
  background-color: #8ebc46;
  font-size: 11px;
  line-height: 13.41px;
  font-weight: 700;
  bottom: unset;
  top: 9%;
  left: 8%;
  border-radius: 3px;
}

.body-banners > div {
  padding: 0;
  margin-bottom: 38px;
}
.body-banners > div:last-of-type {
  margin-bottom: 0;
}
.body-banners .extended-banner-link,
.body-banners .extended-banner-text,
.body-banners .extended-banner-title {
  left: 25px;
  right: unset;
  padding: 0;
}
.body-banners .extended-banner-title {
  color: var(--color-secondary);
  font-size: 40px;
  font-weight: bold;
  top: 15%;
}
.body-banners .extended-banner-text {
  color: #2C2826;
  font-size: 14px;
  line-height: 21.7px;
  font-weight: 500;
  top: 30%;
  bottom: unset;
  max-width: 41%;
}
.body-banners .extended-banner-text strong {
  display: block;
  font-size: 16px;
  line-height: 24.8px;
  font-weight: 500;
  margin-bottom: 30px;
}
.body-banners .extended-banner-link {
  background-color: var(--color-secondary);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  padding: 1em 1.714em;
  height: unset;
  top: 66%;
}
.body-banners .middle-banner a,
.body-banners .middle-banner img {
  width: 100%;
}

body:not(.sidebar-hidden) .body-banners .middle-banner a,
body:not(.sidebar-hidden) .body-banners .middle-banner img {
  height: 100%;
}
body:not(.sidebar-hidden) .body-banners .middle-banner img {
  max-width: unset;
  object-fit: cover;
  object-position: left;
  width: auto;
}

.top-category-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-category-wrapper img {
  margin-bottom: 22px;
}
.top-category-wrapper .top-category-item {
  width: calc(25% - 16.5px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #FBFFFF;
  border: 1px solid var(--color-tertiary);
  border-radius: 4px;
  padding: 26px;
}

.h4.homepage-group-title {
  text-align: left;
  font-size: 18px;
  color: #2C2826;
}

.products-block > div {
  border: none !important;
}

.products-block {
  gap: 22px;
}
.products-block.products .product {
  padding: 0;
  width: calc(33.333% - 14.66667px);
}
.products-block.products .product .p .name {
  margin-bottom: 0;
  color: #2C2826;
  font-size: 16px;
  font-weight: 500;
}
.products-block.products .product .flags-extra {
  display: none;
}
.products-block .p {
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
  padding: 46px 19px 0;
}
.products-block .p .flags-default {
  left: -19px;
  top: -27px;
  font-size: 11px;
  font-weight: bold;
}
.products-block .p .flag {
  border-radius: 0 4px 4px 0;
  padding: 5px 10px;
}
.products-block .p .flag-custom2 {
  display: none;
}
.products-block .p .ratings-wrapper {
  display: none;
}
.products-block .p .p-desc {
  margin-bottom: 19px;
}
.products-block .p .image {
  margin-bottom: 19px;
}
.products-block .p-in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.products-block .dkLabFavouriteControls {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 26px;
}
.products-block .dkLabFavouriteControls > span {
  display: none;
}

.in-index .products-block .product:nth-child(n+7) {
  display: none;
}

.product-bottom-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 74px;
  border-top: 2px solid var(--color-tertiary);
  margin-left: -19px;
  margin-right: -19px;
  padding-left: 19px;
  padding-right: 19px;
  background-color: #FBFFFF;
}
.product-bottom-wrapper > div {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-bottom-wrapper .product-bottom-availability {
  font-size: 14px;
  text-transform: lowercase;
  font-weight: bold;
  text-align: right;
  border-left: 2px solid var(--color-tertiary);
  background-color: #FBFFFF;
}
.product-bottom-wrapper .product-bottom-availability .availability span {
  display: block;
}
.product-bottom-wrapper .product-bottom-prices {
  font-size: 13px;
  background-color: #FBFFFF;
}
.product-bottom-wrapper .product-bottom-prices strong {
  font-size: 20px;
}

.type-category .product-bottom-wrapper .product-bottom-availability .availability-amount,
.type-category .availability-amount,
.in-index .availability-amount,
.in-index .product-bottom-wrapper .product-bottom-availability .availability-amount {
  display: none;
}

.footer-banner {
  padding: 0;
}
.footer-banner .extended-banner-title {
  font-size: 32px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  top: 10%;
}
.footer-banner .extended-banner-text {
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  top: 35%;
  bottom: unset;
}
.footer-banner .extended-banner-text span {
  margin-right: 16px;
}
.footer-banner .extended-banner-text span:last-of-type {
  margin-right: 0;
}
.footer-banner .extended-banner-text span::before {
  content: url("/user/documents/assets/img/icon/checked.svg");
  display: inline-block;
  margin-right: 6px;
  position: relative;
  transform: translateY(25%);
}
.footer-banner .extended-banner-link {
  background-color: #009baa;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 26px;
  right: 50%;
  top: 65%;
  transform: translateX(50%);
  height: auto;
}

.multiple-columns-body .position--benefitHomepage .benefitBanner__item {
  flex: 1 1 25%;
}

.benefitBanner {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

.benefitBanner__picture {
  margin-bottom: 24px;
}

.benefitBanner__item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.benefitBanner__content {
  align-items: center;
  justify-content: center;
}

#footer {
  margin-top: 152px;
  background-color: #f5fcfd;
}
#footer .site-name {
  display: none;
}
#footer .custom-footer {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
#footer .custom-footer > div:first-of-type, #footer .custom-footer > div:nth-of-type(2) {
  width: 50%;
  margin-top: -152px;
  height: 287px;
  margin-bottom: 68px;
  padding: 35px;
}
#footer .custom-footer > div:first-of-type {
  border: 2px solid var(--color-tertiary);
  border-radius: 4px 0 0 4px;
  background-color: #FFF;
}
#footer .custom-footer > div:first-of-type h4 {
  color: var(--color-primary);
  font-size: 32px;
  font-weight: bold;
  text-transform: initial;
}
#footer .custom-footer > div:first-of-type ul {
  color: #2C2826;
  font-size: 16px;
  font-weight: bold;
}
#footer .custom-footer > div:first-of-type ul li::before {
  content: url("/user/documents/assets/img/icon/checked_orange.svg");
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 6px;
}
#footer .custom-footer > div:first-of-type > div {
  height: 100%;
  margin-bottom: 0;
}
#footer .custom-footer > div:first-of-type > div > div {
  height: 100%;
}
#footer .custom-footer > div:first-of-type > div > div > span {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#footer .custom-footer > div:nth-of-type(2) {
  border-radius: 0 4px 4px 0;
  background-color: var(--color-tertiary);
}
#footer .custom-footer time {
  display: none;
}
#footer .custom-footer ul {
  margin: 0;
}
#footer .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent;
}
#footer h4 {
  font-size: 18px;
}
#footer .footer-side-wrapper {
  border-style: solid none;
  border-width: 2px;
  border-color: var(--color-tertiary);
  padding: 12px 0;
}
#footer .footer-side-banner {
  width: 100%;
  display: flex;
}
#footer .footer-side-banner > div {
  flex: 1 1 50%;
  margin: 0;
}
#footer .footer-side-banner > div ul,
#footer .footer-side-banner > div span {
  display: flex;
  align-items: center;
}
#footer .footer-side-banner > div h4 {
  margin: 0 12px 0 0;
  font-size: 14px;
}
#footer .footer-side-banner > div li {
  margin-left: 3px;
}
#footer ul a,
#footer .news-item-widget a {
  color: #2C2826;
  font-weight: 400;
  font-size: 14px;
}
#footer .news-item-widget {
  margin-bottom: 0;
}
#footer .news-item-widget h5 {
  line-height: 1.7;
}
#footer .footer-links {
  flex-direction: column;
}
#footer .footer-links-icons {
  margin-bottom: 48px;
}
#footer .footer-icons {
  justify-content: flex-start;
}
#footer .footer-icons .footer-icon {
  max-width: 48px;
  margin: 0;
}
#footer .banner {
  margin-bottom: 0;
}
#footer .newsletter-header {
  font-size: 13px;
  color: #2C2826;
  margin-bottom: 38px;
}
#footer .newsletter-header h4 {
  display: none;
}
#footer .newsletter-header small {
  font-size: 12px;
  opacity: 0.5;
}
#footer .extended {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer #formNewsletterWidget label {
  font-size: 12px;
  color: #2C2826;
}
#footer #formNewsletterWidget label a {
  color: #2C2826;
  font-weight: 700;
  font-size: inherit;
  text-decoration: underline;
}
#footer #formNewsletterWidget input.form-control {
  color: #2C2826;
  height: 48px;
  padding: 10px 25px;
  max-width: 444px;
  border-radius: 4px;
  border: none;
  background-image: url("/user/documents/assets/img/icon/newsletter_mail.png");
  background-position: calc(100% - 25px) center;
  background-repeat: no-repeat;
}
#footer #formNewsletterWidget input.form-control::placeholder {
  color: #2C2826;
  font-weight: 700;
}
#footer #formNewsletterWidget .btn-default {
  height: 48px;
  background-color: var(--color-secondary);
  color: #FFF;
  border-radius: 4px;
  border: none;
  padding: 6px 14px;
}
#footer #formNewsletterWidget .btn-default::before {
  display: none;
}
#footer #formNewsletterWidget .btn-default .sr-only {
  clip: unset;
  height: 100%;
  width: auto;
  position: initial;
  font-size: 14px;
  text-transform: initial;
  margin: 0;
  font-weight: bold;
}

.radi-poradime {
  display: flex;
  flex-wrap: nowrap;
}
.radi-poradime img {
  flex: 0 1 68px;
  height: auto;
  align-self: flex-start;
}
.radi-poradime > div {
  padding-left: 12px;
}
.radi-poradime > div > * {
  display: block;
}
.radi-poradime h5 {
  margin: 12px 0 0;
  font-size: 16px;
  color: #2C2826;
}
.radi-poradime small {
  font-size: 12px;
  color: #2C2826;
}
.radi-poradime .project-mail {
  color: var(--color-secondary);
  text-decoration: underline;
}
.radi-poradime .project-mail:first-of-type {
  margin-top: 8px;
}
.radi-poradime .project-phone {
  color: #2C2826;
  font-weight: 700;
  margin-bottom: 6px;
}

#navigation .radi-poradime {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  line-height: 20px;
}

#footer h4,
.footer-side-banner h4 {
  color: var(--color-primary);
  text-transform: initial;
}

.footer-bottom {
  border: none;
  font-size: 12px;
  padding: 10px 0 14px !important;
}

.footer-bottom-wrapper {
  background-color: #FFF;
}

.breadcrumbs {
  border: none;
}
.breadcrumbs > span {
  color: #2C2826;
  font-size: 11px;
}
.breadcrumbs > span > span, .breadcrumbs > span > a {
  padding-top: 19px;
}
.breadcrumbs > span > span {
  opacity: 0.6;
  display: inline-block;
}
.breadcrumbs > span > a {
  color: #2C2826;
  min-height: unset;
}
.breadcrumbs > span > a > span {
  opacity: 0.6;
}
.breadcrumbs > span > a::after {
  content: url("/user/documents/assets/img/icon/drobek.svg");
  transform: none;
  bottom: unset;
  background-color: transparent;
}
.breadcrumbs > span > a::before {
  display: none;
  content: "";
}

.category-title {
  font-size: 32px;
}

.category-perex {
  font-size: 14px;
  color: #2C2826;
}
.category-perex p {
  opacity: 0.75;
}
.category-perex p:last-child {
  opacity: 1;
}
.category-perex a {
  color: var(--color-secondary);
  font-weight: 700;
}

.category-heading-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 44px;
}
.category-heading-wrapper .category-heading-main {
  flex: 0 1 auto;
}
.category-heading-wrapper .category-blog {
  flex: 0 0 288px;
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
  padding: 25px 18px;
  margin-top: 19px;
  align-self: flex-start;
  background-color: #FBFFFF;
}
.category-heading-wrapper .category-blog a {
  color: var(--color-secondary);
  font-weight: 700;
}
.category-heading-wrapper .category-blog .banner {
  margin: 0;
}
.category-heading-wrapper .category-blog-heading {
  display: flex;
  align-items: center;
}
.category-heading-wrapper .category-blog-heading h4 {
  margin: 0;
  font-size: 15px;
}
.category-heading-wrapper .category-blog-heading p {
  font-size: 14px;
  color: #2C2826;
  opacity: 0.75;
  margin-bottom: 0;
}
.category-heading-wrapper .category-blog-heading img {
  margin-right: 12px;
}
.category-heading-wrapper #category-blog-content {
  padding: 22px 0;
}
.category-heading-wrapper #category-blog-content a {
  color: #2C2826;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-decoration: underline;
}

.subcategories li a {
  border: 2px solid var(--color-tertiary);
  background-color: #FBFFFF;
  border-radius: 4px;
}

.products-inline.products-top .p {
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
  height: 100%;
  padding: 18px;
}
.products-inline.products-top .name {
  color: #2C2826;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.products-inline.products-top .ratings-wrapper {
  margin-bottom: 10px;
}
.products-inline.products-top > div .p .p-in .p-in-in {
  padding-right: 0;
}
.products-inline.products-top .product:nth-of-type(3n + 1) {
  padding-left: 0;
}
.products-inline.products-top .product:nth-of-type(3n + 3) {
  padding-right: 0;
}
.products-inline.products-top .availability .show-tooltip {
  font-weight: 700;
  border-bottom: none;
}

.pagination-wrapper .pagination-top {
  visibility: hidden;
}
.pagination-wrapper .pagination-loader {
  margin-bottom: 0;
}
.pagination-wrapper .pagination-loader .btn.load-products {
  color: var(--color-secondary);
  background-color: #ffede2;
  border: none;
  border-radius: 4px;
  text-transform: initial;
  font-weight: 700;
  font-size: 12px;
  line-height: 1em;
  padding: 14px 16px;
}
.pagination-wrapper .pagination-loader .btn.load-products::after {
  content: "\e90e";
  font-family: shoptet;
  margin-left: 6px;
  font-size: 70%;
}
.pagination-wrapper .pagination a {
  color: var(--color-secondary);
  font-weight: 700;
}
.pagination-wrapper .pagination .pagination-link {
  background-color: #ffede2;
  border-radius: 4px;
}
.pagination-wrapper .pagination .pagination-link:hover, .pagination-wrapper .pagination .pagination-link:focus {
  background-color: var(--color-primary-hover);
}

.type-detail .add-to-cart-wrapper {
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
  background-color: #FBFFFF;
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 19px;
}
.type-detail .add-to-cart-wrapper .p-final-price-wrapper,
.type-detail .add-to-cart-wrapper .side-info-wrapper {
  width: 50%;
}
.type-detail .add-to-cart-wrapper .add-to-cart {
  width: 100%;
  margin-bottom: 0;
  flex-wrap: nowrap;
}
.type-detail .add-to-cart-wrapper .add-to-cart button {
  width: 59%;
}
.type-detail .add-to-cart-wrapper .price-save {
  display: none;
}
.type-detail .add-to-cart-wrapper .price-standard {
  color: #2C2826;
  font-size: 12px;
  font-weight: 400;
}
.type-detail .add-to-cart-wrapper .price-final {
  font-size: 24px;
  font-weight: 700;
  margin-top: 8px;
}
.type-detail .add-to-cart-wrapper .p-final-price-wrapper {
  margin-bottom: 9px;
}
.type-detail .add-to-cart-wrapper .price-additional {
  font-size: 12px;
  font-weight: 400;
  color: #2C2826;
}
.type-detail .add-to-cart-wrapper .availability-value {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.type-detail .add-to-cart-wrapper .availability-value .show-tooltip {
  border-bottom: none;
}
.type-detail .add-to-cart-wrapper .delivery-wrapper {
  font-size: 12px;
  font-weight: 600;
  color: #2C2826;
}
.type-detail .add-to-cart-wrapper .delivery-wrapper .delivery-time {
  display: inline-block;
}
.type-detail .add-to-cart-wrapper .delivery-wrapper .delivery-time-label {
  margin-right: 6px;
}
.type-detail .add-to-cart-wrapper .delivery-wrapper .show-tooltip {
  border-bottom: none;
}
.type-detail .add-to-cart-wrapper .add-to-cart-button {
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}
.type-detail .add-to-cart-wrapper .add-to-cart-button::before {
  display: none;
}
.type-detail .add-to-cart-wrapper .quantity {
  border-style: solid;
  border-width: 2px;
}
.type-detail .browse-p {
  display: none;
}
.type-detail .stars-label {
  color: #2C2826;
  font-size: 11px;
  font-weight: 600;
  margin-left: 12px;
  line-height: revert;
}
.type-detail .stars-wrapper {
  margin-top: 4px;
  margin-bottom: 14px;
}
.type-detail .col-sm-12,
.type-detail .description-inner {
  padding-left: 0;
  padding-right: 0;
}
.type-detail .basic-description {
  width: 100%;
  padding-right: 0;
}
.type-detail .extended-description {
  padding-left: 0;
}
.type-detail #tab-content > div, .type-detail #tab-content > ul {
  margin-bottom: 36px;
}
.type-detail #tab-content {
  display: flex;
  flex-direction: column;
}
.type-detail #tab-content #description {
  order: 1;
}
.type-detail #tab-content #relatedFiles {
  order: 2;
}
.type-detail #tab-content #manufacturerDescription {
  order: 3;
}
.type-detail #tab-content #ratingTab {
  order: 4;
}
.type-detail #tab-content .products-additional {
  order: 5;
  display: flex;
}
.type-detail #tab-content .products-additional h2 {
  width: 100%;
  margin-bottom: 0;
}
.type-detail #tab-content #productsAlternative {
  order: 6;
}
.type-detail #tab-content #productDiscussion {
  order: 7;
}
.type-detail #description > h2:first-of-type,
.type-detail #description .extended-description {
  display: none;
}
.type-detail #productsAlternative,
.type-detail #tab-content .products-related.products-additional {
  display: none;
}
.type-detail .detail-parameters tr:last-of-type th,
.type-detail .detail-parameters tr:last-of-type td,
.type-detail .detail-parameters tr:nth-last-of-type(2) th,
.type-detail .detail-parameters tr:nth-last-of-type(2) td {
  padding-bottom: 0;
}
.type-detail .advanced-parameter {
  margin-bottom: 6px;
  margin-top: 6px;
}
.type-detail .detail-parameters th {
  color: #2C2826;
}
.type-detail .vote-pic img {
  position: initial;
  border: 0;
  border-radius: 50%;
}
.type-detail .detail-parameters {
  margin-top: 19px;
  margin-bottom: 0;
}
.type-detail .dkLabFavDiv {
  margin: 0;
  color: #2C2826;
  position: relative;
  top: -5px;
  padding: 0 10px;
}
.type-detail .dkLabFavDiv .dkLabFavouriteControls {
  color: #2C2826 !important;
}
.type-detail .dkLabFavDiv .dkLabFavouriteControls strong.heart {
  text-decoration: none;
}
.type-detail .dkLabFavDiv .dkLabFavouriteControls strong.heart::before {
  font-size: 15px !important;
  color: var(--color-primary);
}
.type-detail .dkLabFavDiv .dkLabFavouriteControls span {
  text-decoration: underline;
}
.type-detail .dkLabFavDiv .dkLabFavouriteControls span:hover, .type-detail .dkLabFavDiv .dkLabFavouriteControls span:focus {
  color: var(--color-primary);
}
.type-detail .link-icon {
  padding: 0 10px;
}

.quantity {
  padding-right: 0;
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
  max-width: 166px;
  margin-right: 10px;
}
.quantity .increase,
.quantity .decrease {
  border: none;
  background-color: transparent;
  color: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 25%;
}
.quantity .increase::before,
.quantity .decrease::before {
  font-size: 18px;
  line-height: 200%;
}
.quantity .increase::before {
  content: "+";
}
.quantity .decrease {
  left: 0;
  right: unset;
}
.quantity .decrease::before {
  content: "-";
}
.quantity input {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #2C2826;
  font-weight: 700;
}

.p-image-wrapper {
  padding-left: 0;
  width: 49%;
  aspect-ratio: 4/3;
}

.p-image .flag {
  border-radius: 0 4px 4px 0;
}
.p-image .flags-default {
  position: absolute;
  top: 0;
}
.p-image .flags-extra {
  display: none;
}

.p-detail-inner-header h1 {
  margin-top: 0;
  font-size: 24px;
}

.p-code {
  color: #2C2826;
  font-size: 12px;
  font-weight: 600;
}
.p-code .p-code-label {
  font-weight: 400;
}

.p-info-wrapper {
  padding-right: 0;
  padding-left: 0;
  width: 51%;
}
.p-info-wrapper > div {
  color: #2C2826;
  font-size: 12px;
}
.p-info-wrapper > div > a {
  color: inherit;
  font-size: inherit;
  font-weight: 600;
}
.p-info-wrapper > .dkLabFavDiv {
  display: none;
}
.p-info-wrapper .p-short-description {
  font-size: 14px;
  margin-bottom: 4px;
  margin-top: 19px;
}
.p-info-wrapper .p-short-description p:last-child {
  margin-bottom: 0;
}
.p-info-wrapper > p > a {
  color: #2C2826;
  text-decoration: underline;
  font-weight: 700;
}
.p-info-wrapper > p > a::after {
  display: none;
}

.side-info-wrapper {
  margin-bottom: 9px;
  justify-self: center;
  align-self: center;
}

.p-thumbnails a img {
  border: none;
}

.p-thumbnail::before,
.show360image::before {
  display: none;
}

.shp-tabs-row {
  padding-left: 0;
  padding-right: 0;
}

.shp-tabs-holder {
  background-color: transparent;
  border-bottom: 2px solid var(--color-tertiary);
}

.shp-tabs {
  background-color: transparent;
}

.shp-tab-link {
  background-color: transparent;
  color: #2C2826;
  font-weight: 600;
  font-size: 14px;
}
.shp-tab-link:hover, .shp-tab-link:focus {
  color: var(--color-secondary);
}

.shp-tab {
  margin-bottom: -2px;
}
.shp-tab.active {
  border-style: none none solid none;
  border-width: 2px;
  border-color: var(--color-secondary);
}
.shp-tab.active .shp-tab-link {
  border: none;
  color: #2C2826;
  font-weight: 700;
}
.shp-tab:hover, .shp-tab:focus {
  color: #2C2826;
  border-color: transparent;
  border-top: 0;
  border-bottom: 2px solid var(--color-secondary);
}

.shp-tabs-holder ul.shp-tabs li a {
  border-style: none;
  border-width: 0;
  border-color: var(--color-secondary);
}
.shp-tabs-holder ul.shp-tabs li a:hover, .shp-tabs-holder ul.shp-tabs li a:focus {
  border-style: none;
  border-width: 0;
}

.description-inner h3 {
  color: var(--color-primary);
}
.description-inner a {
  color: var(--color-secondary);
}

.productSpecsTable tr::before {
  content: "+";
  font-weight: 700;
  font-size: 120%;
  color: var(--color-secondary);
  margin-right: 0.5em;
}
.productSpecsTable .descriptionSubHeading {
  margin-right: 12px;
}

#relatedFiles {
  background-color: #FBFFFF;
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
  padding: 19px;
  list-style: none;
}
#relatedFiles li {
  padding-bottom: 10px;
}
#relatedFiles li:last-child {
  padding-bottom: 0;
}
#relatedFiles li img {
  margin-right: 6px;
}
#relatedFiles li a {
  color: var(--color-primary);
}

#ratingWrapper {
  max-width: 100%;
  padding: 32px 19px;
  border: 2px solid #fab400;
  border-radius: 4px;
  background-color: #fff6e1;
}
#ratingWrapper .rate-average-wrap {
  padding-left: 0;
  width: 25%;
  justify-content: center;
}
#ratingWrapper .rating-icon {
  background-color: var(--color-secondary);
  color: #FFF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 19px;
}
#ratingWrapper .rating-icon:hover, #ratingWrapper .rating-icon:focus {
  background-color: var(--color-primary-hover);
}
#ratingWrapper .rating-icon::before {
  display: none;
}
#ratingWrapper .rate-list {
  color: var(--color-secondary);
}
#ratingWrapper .rate-list .rate-count {
  color: #2C2826;
}
#ratingWrapper .rate-list .rate-bar {
  background-color: var(--color-secondary);
}
#ratingWrapper .rate-list .star {
  color: var(--color-secondary);
}
#ratingWrapper .rate-average-inner {
  align-self: center;
  justify-self: center;
}
#ratingWrapper .rate-average {
  background-color: #FFF;
  border-radius: 4px;
  padding: 16px 10px;
  font-size: 24px;
  font-weight: 600;
}
#ratingWrapper .rate-star-wrap {
  justify-content: center;
}
#ratingWrapper .rate-star-wrap .stars-label {
  margin-left: 0;
}

.votes-wrap {
  max-width: 100%;
}
.votes-wrap .vote-wrap {
  padding-left: 19px;
  padding-right: 19px;
}

.rate-wrapper.unveil-wrapper .add-comment {
  justify-content: flex-end;
  align-items: center;
}

.discussion-form a {
  color: #2C2826;
  font-weight: 600;
  text-decoration: underline;
}
.discussion-form .btn.btn-primary {
  color: #FFF;
  background-color: var(--color-secondary);
  border-radius: 4px;
  border: none;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
}

.discussion-form,
.discussion,
.rate-wrapper,
.votes-wrap,
.add-comment,
.welcome div,
.welcome h1 {
  max-width: 100%;
}

.social-buttons-wrapper .link-icons {
  margin: 20px 0 38px;
}
.social-buttons-wrapper .link-icon {
  display: flex;
  font-size: 12px;
  color: #2C2826;
  font-weight: 400;
  text-transform: initial;
  text-decoration: underline;
  margin: 0;
}
.social-buttons-wrapper .link-icon.print, .social-buttons-wrapper .link-icon.chat {
  display: none;
}
.social-buttons-wrapper .link-icon::before {
  margin-right: 6px;
  font-size: inherit;
  margin-bottom: 0;
}
.social-buttons-wrapper .watchdog::before {
  content: url("/user/documents/assets/img/icon/bell.svg");
}
.social-buttons-wrapper .share::before {
  content: url("/user/documents/assets/img/icon/share.svg");
}

.usp-copy-wrapper {
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
  background-color: #FBFFFF;
  padding: 22px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
.usp-copy-wrapper .benefitBanner__item {
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 6px;
}
.usp-copy-wrapper .benefitBanner__item:last-child {
  margin-bottom: 0;
}
.usp-copy-wrapper .benefitBanner__picture {
  margin-bottom: 0;
  background-color: #fff6e1;
  max-width: 47px;
}
.usp-copy-wrapper .benefitBanner__content {
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  font-size: 14px;
}
.usp-copy-wrapper .benefitBanner__title {
  width: auto;
  margin-right: 0.25em;
}

.multiple-columns-body .position--benefitProduct {
  margin: 0;
}
.multiple-columns-body .position--benefitProduct .benefitBanner__item {
  flex-basis: 25%;
}

.tab-content .p .p-desc,
.products-related .p .p-desc,
.tab-content .p .stars-wrapper,
.products-related .p .stars-wrapper,
.tab-content .p .availability,
.products-related .p .availability,
.tab-content .p .flags-inline,
.products-related .p .flags-inline,
.tab-content .p .price-standard-wrapper,
.products-related .p .price-standard-wrapper {
  display: revert;
}

.products-block.products-alternative > div:nth-child(4n),
.products-block.products-related > div:nth-child(4n) {
  border-right-style: none !important;
}

.sidebar-hidden .products-block.products .product {
  width: calc(25% - 18px);
}
.sidebar-hidden .row.banners-row {
  justify-content: space-around;
}
.sidebar-hidden .narrow .row.banners-row .col-sm-4 {
  margin-left: 0;
}
.sidebar-hidden.in-index .products-block .product:nth-child(n+7) {
  display: block;
}

.btn.btn-default,
a.btn.btn-default {
  background-color: var(--color-secondary);
  color: #FFF;
  border: none;
  text-transform: initial;
  font-size: 10px;
}
.btn.btn-default:hover, .btn.btn-default:focus,
a.btn.btn-default:hover,
a.btn.btn-default:focus {
  background-color: var(--color-primary-hover);
}

.menu-helper {
  top: 125px;
  right: 10px;
}
.menu-helper::after {
  background-color: transparent;
  color: var(--color-primary);
}

.cart-free-shipping strong {
  color: var(--color-secondary);
}

body.ordering-process {
  background-color: #FFF;
}

.ordering-process #navigation {
  display: none;
}
.ordering-process .content.narrow {
  flex-basis: 1016px;
  margin-right: auto;
}
.ordering-process .checkout-box-wrapper {
  display: none;
}

@media screen and (min-width: 992px) {
  .ordering-process .col-md-8 {
    width: 60%;
  }
  .ordering-process .col-md-4 {
    width: 40%;
    padding-top: 40px;
  }
}
.in-kosik .cart-row > div,
.in-cart .cart-row > div {
  width: 100%;
  padding: 0%;
}

.col-md-8 .cart-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  ol.cart-header {
    margin: 64px auto -32px;
    border-bottom: 0;
    max-width: 60%;
  }
  ol.cart-header li {
    text-align: center;
    border-top: 4px solid var(--color-tertiary);
  }
  ol.cart-header li strong,
  ol.cart-header li a {
    padding-left: 0;
    padding-top: 0;
    margin-top: -4px;
    border-bottom: none;
  }
  ol.cart-header li strong span,
  ol.cart-header li a span {
    position: relative;
    color: #2C2826;
    text-transform: initial;
    font-size: 13px;
    font-weight: 700;
    top: -24px;
  }
  ol.cart-header li strong span::before,
  ol.cart-header li a span::before {
    position: relative;
    display: block;
    left: 50%;
    top: -13px;
    transform: translateX(-50%);
    margin-right: 0;
    width: 74px;
    height: 74px;
    font-size: 20px;
    font-weight: 700;
    line-height: 74px;
    color: var(--color-primary);
    border-color: var(--color-tertiary);
    background-color: #FFF;
  }
  ol.cart-header li.active, ol.cart-header li.completed {
    border-top-color: var(--color-secondary);
  }
  ol.cart-header li.active strong span::before,
  ol.cart-header li.active a span::before, ol.cart-header li.completed strong span::before,
  ol.cart-header li.completed a span::before {
    background-color: var(--color-secondary);
    color: #FFF;
    border-color: var(--color-secondary);
  }
}
.cart-table .p-price {
  display: none;
}
.cart-table .p-cell,
.cart-table .cart-p-image,
.cart-table .p-name,
.cart-table .product-bottom-availability {
  border: none;
}
.cart-table tr {
  border-top: 2px solid var(--color-tertiary);
}
.cart-table tr td {
  border: none;
  padding-top: 18px;
  padding-bottom: 18px;
}
.cart-table tr:nth-last-of-type(2) {
  border-bottom: 2px solid var(--color-tertiary);
}
.cart-table .p-name {
  max-width: 200px;
}
.cart-table .cart-p-image img {
  width: 100px;
}
.cart-table .main-link {
  text-transform: initial;
}
.cart-table tr td.p-name a,
.cart-table .p-total .price-final {
  color: #2C2826;
}
.cart-table .p-quantity {
  min-width: 40px;
}

.quantity-form .quantity {
  padding-right: 0;
  width: 100%;
  margin-right: 0;
  height: 46px;
  position: relative;
}
.quantity-form .quantity input {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 46px;
}
.quantity-form .quantity .increase,
.quantity-form .quantity .decrease {
  top: 50%;
  transform: translateY(-50%);
}
.quantity-form .quantity .increase::before,
.quantity-form .quantity .decrease::before {
  line-height: 12px;
}

.cart-summary,
.summary-wrapper {
  padding: 20px;
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
  background-color: #FBFFFF;
}

.cart-summary {
  margin-top: 20px;
}
.cart-summary h4 {
  text-transform: initial;
}
.cart-summary .extras-col {
  max-width: 450px;
}

.back-shopping-link {
  display: none;
}

a.next-step-back {
  font-weight: 700;
  text-decoration: underline;
  color: #2C2826;
}

.cart-content .order-icon,
.cart-content h4,
.recapitulation-wrapper .order-icon,
.recapitulation-wrapper h4 {
  text-transform: initial;
  font-size: 18px;
  margin-bottom: 4px;
}
.cart-content .order-icon::before,
.cart-content h4::before,
.recapitulation-wrapper .order-icon::before,
.recapitulation-wrapper h4::before {
  display: none;
}

.co-box {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  border-bottom: none;
  border-top: none;
}
.co-box .row,
.co-box .shipping-billing-table {
  border: 2px solid var(--color-tertiary);
  background-color: #FBFFFF;
  border-radius: 4px;
}
.co-box .row > div,
.co-box .shipping-billing-table > div {
  padding: 18px;
}

.radio-wrapper.active label > span b {
  color: #2C2826;
}

.radio-wrapper input[type=checkbox]:checked + label::before,
.radio-wrapper input[type=radio]:checked + label::before {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.radio-wrapper input[type=checkbox]:checked + label::after,
.radio-wrapper input[type=radio]:checked + label::after {
  border-color: #FFF;
  background-color: var(--color-secondary);
  border-width: 2px;
}

.payment-logo {
  order: -1;
  margin-right: 12px;
  margin-left: 12px;
}

.payment-info b {
  text-transform: initial;
  font-size: 14px;
  font-weight: 600;
}

.payment-info .question-tooltip {
  display: none;
}

.box.co-box h4,
.co-box h4 {
  padding-left: 0;
  margin-left: 0;
}

@media screen and (min-width: 992px) {
  #checkoutContent {
    padding-bottom: 64px;
    padding-right: 20px;
  }
}
.btn-conversion,
a.btn-conversion {
  border-radius: 4px;
  font-weight: 700;
  text-transform: initial;
}

#checkoutSidebar .cart-content {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
#checkoutSidebar .toggle-contacts {
  display: none;
}
#checkoutSidebar .order-summary {
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
  background-color: #FBFFFF;
}
#checkoutSidebar .order-summary > .checkout-box {
  display: none;
}
#checkoutSidebar .next-step {
  flex-direction: column-reverse;
  margin-top: 24px;
}
#checkoutSidebar .next-step .btn-conversion {
  margin-bottom: 12px;
  border-radius: 4px;
  text-transform: initial;
}
#checkoutSidebar .order-summary-inner h4 {
  text-align: center;
  padding: 16px;
  margin: 0;
}
#checkoutSidebar .order-summary-inner > div {
  border-top: 2px solid var(--color-tertiary);
  padding: 16px;
  margin-bottom: 0;
}
#checkoutSidebar .order-summary-item {
  margin-left: 0;
  margin-right: 0;
}
#checkoutSidebar .order-summary-item.helper {
  display: none;
}
#checkoutSidebar .order-summary-item .price-wrapper {
  margin-bottom: 0;
}
#checkoutSidebar .recapitulation-single > strong span {
  color: #2C2826;
}
#checkoutSidebar .cart-item > div {
  border: none;
}
#checkoutSidebar .cart-item .cart-item-name {
  color: #2C2826;
  text-transform: initial;
}
#checkoutSidebar .cart-item .cart-item-name a {
  color: inherit;
}

.in-krok-2 .co-box,
.in-step-2 .co-box {
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
  background-color: #FBFFFF;
  padding: 18px;
  margin-bottom: 19px;
}

.consents-first {
  margin-top: 19px;
}

.cart-empty .col-md-8 {
  width: 100%;
}
.cart-empty .col-md-4 {
  display: none;
}
.cart-empty .cart-heading {
  text-align: center;
  color: var(--color-secondary);
  font-size: 32px;
  font-weight: 700;
  margin-top: 44px;
}
.cart-empty .cart-heading::after {
  content: url("/user/documents/assets/img/icon/empty_cart.svg");
  display: inline-block;
  margin-left: 0.5em;
  transform: translateY(25%);
}
.cart-empty .empty-cart-boxes {
  text-align: center;
}
.cart-empty .empty-cart-boxes .col-md-6 {
  width: 100%;
}
.cart-empty .empty-cart-boxes .col-md-6:first-of-type {
  display: none;
}
.cart-empty .search {
  padding: 30px;
  background-color: #FBFFFF;
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
}
.cart-empty .search input {
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
}
.cart-empty .search input::placeholder {
  color: #2C2826;
  font-size: 14px;
  font-weight: 700;
}
.cart-empty h3 {
  text-align: center;
}
.cart-empty .compact-form .btn {
  position: initial;
  height: 48px;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  border-radius: 4px;
  padding: 10px 36px;
}
.cart-empty .compact-form .form-control {
  padding: 18px 20px;
  height: 48px;
}
.cart-empty .compact-form fieldset {
  display: flex;
}
.cart-empty .back-to-shop {
  display: inline-block;
  margin-top: 46px;
  color: #2C2826;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
}
.cart-empty .back-to-shop:hover, .cart-empty .back-to-shop:focus {
  color: var(--color-secondary);
}

.type-page #content,
.type-detail #content {
  margin-bottom: 64px;
}
.type-page #description img,
.type-detail #description img {
  border-radius: 4px;
}
.type-page .texts-in-img,
.type-detail .texts-in-img {
  position: relative;
}
.type-page .texts-in-img .texts-in-img-text,
.type-detail .texts-in-img .texts-in-img-text {
  position: absolute;
  left: 1em;
  bottom: 1em;
}
.type-page .half-by-half,
.type-detail .half-by-half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.type-page .half-by-half .left,
.type-page .half-by-half .right,
.type-detail .half-by-half .left,
.type-detail .half-by-half .right {
  flex: 1 1 50%;
  padding: 20px;
}
.type-page .half-by-half img,
.type-detail .half-by-half img {
  max-width: 100%;
  height: auto;
}
.type-page .plus-gallery-wrap,
.type-detail .plus-gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.type-page .plus-gallery-wrap > div,
.type-detail .plus-gallery-wrap > div {
  max-width: 25%;
  border: none;
}
.type-page .plus-gallery-wrap > div a,
.type-detail .plus-gallery-wrap > div a {
  text-align: left;
}
.type-page .files-block,
.type-detail .files-block {
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
  background-color: #FBFFFF;
}
.type-page .files-block p,
.type-detail .files-block p {
  margin: 0;
}
.type-page .files-block p:last-of-type a,
.type-detail .files-block p:last-of-type a {
  border-bottom: none;
}
.type-page .files-block a,
.type-detail .files-block a {
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid var(--color-tertiary);
  padding: 20px;
  text-decoration: underline;
  font-weight: 600;
}
.type-page .files-block a span,
.type-detail .files-block a span {
  justify-self: flex-end;
  margin-left: auto;
  font-weight: 400;
  color: #2C2826;
  text-decoration: none;
}
.type-page .files-block a::before,
.type-detail .files-block a::before {
  content: url("/user/documents/assets/img/icon/download.svg");
  display: inline-block;
  margin-right: 0.8em;
  position: relative;
  top: 3px;
}
.type-page .alert-msg,
.type-detail .alert-msg {
  border: 2px solid var(--color-secondary);
  border-radius: 4px;
  background-color: #fff6e1;
  padding: 40px;
}
.type-page .alert-msg .alert-heading,
.type-detail .alert-msg .alert-heading {
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 1.5em;
  position: relative;
}
.type-page .alert-msg .alert-heading::before,
.type-detail .alert-msg .alert-heading::before {
  content: url("/user/documents/assets/img/icon/bulb.svg");
  display: inline-block;
  position: absolute;
  left: -46px;
}
.type-page .alert-msg .alert-content,
.type-detail .alert-msg .alert-content {
  max-width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.type-page .alert-msg a.btn,
.type-detail .alert-msg a.btn {
  margin: 0 auto;
  justify-self: center;
  border-radius: 4px;
  font-weight: 700;
  text-transform: initial;
}
.type-page #footer ul,
.type-page #categories ul,
.type-page .user-action ul,
.type-detail #footer ul,
.type-detail #categories ul,
.type-detail .user-action ul {
  padding-left: 0;
}
.type-page #footer ul li,
.type-page #categories ul li,
.type-page .user-action ul li,
.type-detail #footer ul li,
.type-detail #categories ul li,
.type-detail .user-action ul li {
  padding-left: 0;
}
.type-page #footer ul li::marker,
.type-page #categories ul li::marker,
.type-page .user-action ul li::marker,
.type-detail #footer ul li::marker,
.type-detail #categories ul li::marker,
.type-detail .user-action ul li::marker {
  content: "";
}
.type-page table:not(.detail-parameters) tr:first-of-type,
.type-detail table:not(.detail-parameters) tr:first-of-type {
  background-color: var(--color-primary);
  color: #FFF;
  font-weight: 600;
  border-color: var(--color-primary);
}
.type-page table:not(.detail-parameters) td,
.type-page table:not(.detail-parameters) th,
.type-detail table:not(.detail-parameters) td,
.type-detail table:not(.detail-parameters) th {
  padding: 10px 20px;
}
.type-page table:not(.detail-parameters) tr,
.type-detail table:not(.detail-parameters) tr {
  border: 2px var(--color-tertiary);
  border-style: none solid solid solid;
}
.type-page table:not(.detail-parameters) .checked,
.type-page table:not(.detail-parameters) .unchecked,
.type-detail table:not(.detail-parameters) .checked,
.type-detail table:not(.detail-parameters) .unchecked {
  text-align: center;
}
.type-page table:not(.detail-parameters) .checked::before,
.type-detail table:not(.detail-parameters) .checked::before {
  content: url("/user/documents/assets/img/icon/table-checked.png");
  display: block;
}
.type-page table:not(.detail-parameters) .unchecked::before,
.type-detail table:not(.detail-parameters) .unchecked::before {
  content: url("/user/documents/assets/img/icon/table-unchecked.png");
  display: block;
}

.type-detail #description ul:not(#relatedFiles),
.type-page #content .content-inner ul:not(#relatedFiles) {
  list-style: none;
}
.type-detail #description ul:not(#relatedFiles) li::before,
.type-page #content .content-inner ul:not(#relatedFiles) li::before {
  content: "•";
  color: var(--color-secondary);
  font-weight: 700;
  font-weight: bold;
  display: inline-block !important;
  width: 1em;
  margin-left: -1em;
}

#customerLogin {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}
#customerLogin h2 {
  width: 100%;
  margin-bottom: 0;
}
#customerLogin .social-login-buttons,
#customerLogin form {
  width: calc(50% - 63px);
}
#customerLogin .social-login-buttons-divider {
  width: 78px;
}

.user-action .container {
  position: relative;
}

.admin-logged .popup-widget.login-widget,
.admin-logged .popup-widget.cart-widget {
  top: 146px;
}

.popup-widget.cart-widget,
.popup-widget.login-widget {
  top: 121px;
  margin-left: 0;
  left: unset;
  right: 0;
}

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

.popup-widget.login-widget {
  width: auto;
}
.popup-widget.login-widget::before {
  display: none;
}
.popup-widget.login-widget .popup-widget-inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.popup-widget.login-widget .form-group {
  min-width: unset;
}
.popup-widget.login-widget .btn-login {
  background-color: var(--color-secondary);
  color: #FFF;
  border: none;
  border-radius: 4px;
}
.popup-widget.login-widget .btn-login:hover, .popup-widget.login-widget .btn-login:focus {
  background-color: var(--color-primary-hover);
}
.popup-widget.login-widget .btn-login::before {
  display: none;
}
.popup-widget.login-widget .register-benefits {
  list-style: none;
  padding-left: 0;
  align-self: center;
}
.popup-widget.login-widget .register-benefits li::before {
  content: url("/user/documents/assets/img/icon/checked_orange.svg");
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 6px;
}
.popup-widget.login-widget .register-benefits li::marker {
  display: none !important;
  content: "" !important;
}

.social-login-buttons-divider {
  align-self: center;
}
.social-login-buttons-divider::before, .social-login-buttons-divider::after {
  display: none;
}

.register-sidebar-wrapper {
  border-left: 2px solid var(--color-tertiary);
  padding-left: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.register-sidebar-wrapper .btn-login {
  align-self: center;
  display: block;
}
.register-sidebar-wrapper h2 {
  margin-bottom: 0;
}

.popup-widget.login-widget .popup-widget-inner, .popup-widget.cart-widget {
  border: 2px solid var(--color-tertiary);
  background-color: #FBFFFF;
  border-radius: 4px;
}

.cart-widget-product {
  border-bottom-color: var(--color-tertiary);
}

#category-header {
  margin-bottom: 0;
  position: relative;
  margin-left: 8px;
}
#category-header > span {
  font-size: 12px;
  color: var(--color-secondary);
  background-color: #ffede2;
  padding: 10px 10px;
  border-radius: 4px;
  line-height: 1em;
  cursor: pointer;
}
#category-header > span::after {
  content: url("/user/documents/assets/img/icon/dropdown-arrows.png");
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 4px;
}
#category-header form {
  display: none;
}
#category-header form.visible {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 32px;
  background-color: #ffede2;
  border-radius: 4px;
  font-size: 12px;
  z-index: 100;
}
#category-header form.visible fieldset {
  display: flex;
  flex-direction: column;
}
#category-header form.visible input[type=radio]:checked + label {
  background-color: transparent;
  text-decoration: underline;
  color: var(--color-secondary);
  font-weight: 700;
}
#category-header form.visible input[type=radio] + label {
  background-color: transparent;
  color: var(--color-secondary);
  font-size: 12px;
  color: var(--color-secondary);
  line-height: 1.5em;
  padding: 10px;
}
#category-header form.visible input[type=radio] + label:hover, #category-header form.visible input[type=radio] + label:focus {
  text-decoration: underline;
}

.filters-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.filters-wrapper .filters-info {
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0 !important;
}
.filters-wrapper .filters-info #category-header {
  margin-left: 0;
}
.filters-wrapper .filters-info #category-header span {
  width: 100%;
}
.filters-wrapper .filters-info > div {
  width: 100%;
}
.filters-wrapper .filters-unveil-button-wrapper {
  display: flex;
  align-items: flex-end;
}
.filters-wrapper a.btn.unveil-button {
  padding: 10px 10px;
  font-size: 12px !important;
  line-height: 1em;
  background-color: var(--color-secondary);
}
.filters-wrapper a.btn.unveil-button:hover, .filters-wrapper a.btn.unveil-button:focus {
  background-color: var(--color-primary-hover);
}
.filters-wrapper .slider-wrapper {
  padding: 20px;
}
.filters-wrapper #category-filter-hover form {
  margin-top: 8px;
}
.filters-wrapper #category-filter-hover h4 {
  margin-bottom: 0;
}

.mobile #filters {
  grid-column-end: span 2;
}

.filters-info {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-size: 12px;
  margin-bottom: 6px;
}
.filters-info > div:first-of-type {
  margin-right: auto;
  display: none;
}
.filters-info .filter-total-count {
  color: var(--color-secondary);
  background-color: #ffede2;
  padding: 10px 10px;
  border-radius: 4px;
  line-height: 1em;
}

.content #category-filter-hover {
  display: flex;
  flex-direction: column;
}

.category-filter-headings {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  justify-content: center;
}

#filters {
  border: 2px solid var(--color-tertiary);
  border-radius: 4px;
  background-color: #FBFFFF;
}

.filter-sections {
  background-color: transparent;
  padding: 0;
}

.filter-section {
  padding: 20px;
}

.filter-section.active {
  background-color: #FFF;
  border-top: 2px solid var(--color-tertiary);
}

.category-filter-headings {
  padding: 0;
  background-color: #FBFFFF;
  margin-left: -1px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
}
.category-filter-headings h4 {
  border: 1px solid var(--color-tertiary);
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
}
.category-filter-headings h4.active {
  color: var(--color-secondary);
}

.filter-section-boolean {
  border-bottom: 2px solid var(--color-tertiary);
  display: flex;
  align-items: center;
}
.filter-section-boolean > div {
  width: 50%;
}

.filter-section-count {
  display: none;
}

.filter-section:last-child {
  border-top: 2px solid var(--color-tertiary);
}

.param-filter-top form fieldset {
  display: flex;
  flex-wrap: wrap;
}
.param-filter-top form fieldset > div {
  width: auto !important;
}

input[type=checkbox] + label::before,
input[type=radio] + label::before {
  border-color: var(--color-tertiary);
  border-width: 2px;
  border-radius: 4px;
  width: 24px;
  height: 24px;
}

input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
  width: 18px;
  height: 18px;
  left: 3px;
  border-radius: 3px;
  background-color: var(--color-secondary);
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  border-color: var(--color-secondary);
}

input[type=checkbox] + label,
input[type=radio] + label {
  line-height: 28px;
  padding-left: 34px;
  white-space: nowrap;
}

.slider-wrapper {
  padding: 0 20px 0 0;
}
.slider-wrapper h4 {
  margin-bottom: 6px;
}
.slider-wrapper .ui-slider-handle {
  background-color: var(--color-secondary);
}

#clear-filters {
  border: 1px solid var(--color-tertiary);
}
#clear-filters .close-after {
  padding: 0;
}

#clear-filters,
.category-filter-headings h4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1210px) {
  .top-category-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .top-category-wrapper .top-category-item {
    width: 100%;
    max-width: 200px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1186px) {
  .top-navigation-bar .top-navigation-contacts {
    text-align: left !important;
  }
  .top-navigation-bar .top-navigation-contacts a > span {
    display: inline-block;
  }
  .top-navigation-bar .container > div {
    flex-basis: 50% !important;
  }
  .top-navigation-bar .container .top-navigation-menu {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .body-banners .extended-banner-text strong {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1095px) {
  .products-block.products .product {
    width: calc(50% - 11px);
  }
  .footer-side-banner {
    flex-direction: column;
    justify-content: center;
  }
  #footer .footer-side-banner > div ul,
  #footer .footer-side-banner > div span {
    justify-content: center;
  }
  .sidebar-hidden .products-block.products .product {
    width: calc(33.333% - 14.66667px);
  }
  .body-banners .extended-banner-title {
    font-size: 30px;
  }
  .body-banners .extended-banner-text {
    font-size: 12px;
    visibility: hidden;
  }
  .body-banners .extended-banner-text strong {
    visibility: visible;
  }
  .body-banners .extended-banner-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 1050px) {
  .p-image-wrapper,
  .p-info-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-left: -8px;
    margin-right: -8px;
  }
  .breadcrumbs > span > a,
  .breadcrumbs > span > span {
    padding: 6px 10px 3px;
    position: relative;
    display: block;
  }
  .breadcrumbs > span > a::after {
    position: absolute;
    display: block;
    right: 0;
    top: calc(50% - 6px);
    width: 1px;
    height: 75%;
  }
}
@media screen and (max-width: 980px) {
  .category-heading-wrapper {
    flex-direction: column;
    gap: 0;
    margin-bottom: 19px;
  }
  .category-heading-wrapper .category-blog {
    flex-basis: unset;
    width: 100%;
  }
  #category-blog-content a {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .header-top > div:first-of-type {
    flex-basis: 25%;
  }
  .header-top .search {
    flex-basis: 300px;
  }
  .top-navigation-bar .container > div {
    flex-basis: 25% !important;
  }
  .top-navigation-bar .container > div:first-of-type {
    flex-basis: 75% !important;
  }
}
@media screen and (max-width: 950px) {
  .narrow .row.banners-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .narrow .row.banners-row .col-sm-8 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 19px;
    flex-basis: 100%;
    flex-shrink: 1;
  }
  .narrow .row.banners-row .col-sm-4 {
    width: 100%;
    margin-left: 0;
    flex-basis: 100%;
    flex-shrink: 1;
  }
  .next-to-carousel-banners .banner-wrapper:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 840px) {
  .products-block.products .product {
    width: 100%;
  }
}
@media screen and (max-width: 810px) {
  .sidebar-hidden .products-block.products .product {
    width: calc(50% - 11px);
  }
}
@media screen and (max-width: 767px) {
  .products-block.products .product {
    width: calc(50% - 5px);
  }
  .products-block {
    gap: 10px;
  }
  .btn-conversion.category-toggler {
    display: none;
  }
  ul.menu-level-1 {
    background-color: #FFF;
  }
  ul.menu-level-1 > li:not(.appended-category) {
    display: none;
  }
  ul.menu-level-1 li {
    border-bottom: 2px solid var(--color-tertiary);
    position: relative;
  }
  ul.menu-level-1 li a b {
    font-weight: bold;
  }
  ul.menu-level-1 .submenu-arrow {
    position: absolute;
    right: 0;
  }
  ul.menu-level-1 .submenu-arrow::after {
    color: var(--color-primary);
  }
  .navigation-in > ul > li > a {
    color: #2C2826;
    text-decoration: none;
  }
  .top-navigation-contacts {
    border: 2px solid var(--color-tertiary);
    border-radius: 4px;
    background-color: #FBFFFF;
    padding: 10px;
    text-align: center;
  }
  .navigation-window-visible .top-navigation-bar .container > div.top-navigation-contacts {
    display: none;
  }
  .navigation-in {
    flex-wrap: wrap;
  }
  .navigation-in .side-controlers {
    width: 100%;
    background-color: var(--color-tertiary);
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 59px;
    padding: 0 10px;
  }
  .navigation-in .dropdown {
    margin: 0;
    width: auto;
  }
  .navigation-in .switcher {
    text-align: right;
  }
  .navigation-in > ul {
    height: auto;
  }
  #navigation {
    padding: 0;
    min-height: unset;
    top: 82.85px;
    background-color: #FFF;
    height: calc(100% - 84px);
  }
  .ordering-process #navigation {
    top: 62.85px;
  }
  .header-top {
    min-height: unset;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .header-top > div:first-of-type {
    max-width: 50%;
  }
  .responsive-tools {
    justify-content: space-evenly;
    width: 100%;
    padding-bottom: 7px;
  }
  .responsive-tools a[data-target=navigation] {
    position: absolute;
    top: -60px;
    right: 17px;
    transform: none;
    transition: all 0.3s ease-out;
  }
  .responsive-tools a[data-target=navigation]::before {
    background-color: transparent;
    color: var(--color-primary);
    border-radius: 0;
    font-size: 28px;
    transition: all 0.3s ease-out;
  }
  .responsive-tools a[data-target=navigation]:hover::before {
    color: var(--color-secondary);
    transition: all 0.3s ease-out;
  }
  .responsive-tools a[data-target=search]::before {
    content: url("/user/documents/assets/img/icon/search_mobile.svg");
  }
  .responsive-tools a[data-target=search]:hover::before, .responsive-tools a[data-target=search]:focus::before {
    content: url("/user/documents/assets/img/icon/search_mobile_hover.svg");
  }
  .responsive-tools a[data-target=login]::before {
    content: url("/user/documents/assets/img/icon/login_mobile.svg");
  }
  .responsive-tools a[data-target=login]:hover::before, .responsive-tools a[data-target=login]:focus::before {
    content: url("/user/documents/assets/img/icon/login_mobile_hover.svg");
  }
  .responsive-tools .navigation-close {
    z-index: -1;
    display: none;
    top: -60px;
    background-color: #FFF;
  }
  .responsive-tools .navigation-close::before {
    color: var(--color-primary);
    font-size: 20px;
  }
  .responsive-tools .navigation-close:hover::before {
    color: var(--color-secondary);
  }
  .responsive-tools .navigation-buttons {
    height: auto;
    position: relative;
  }
  .responsive-tools .navigation-buttons a[data-target=cart] i {
    top: 0;
    right: 0;
    left: unset;
  }
  .responsive-tools .btn.cart-count {
    padding: 4px;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  .responsive-tools .btn.cart-count .sr-only {
    display: none;
  }
  .responsive-tools .btn.cart-count::before {
    margin-left: 0;
  }
  .ordering-process .responsive-tools .navigation-close {
    top: -22px;
    visibility: visible;
  }
  #header {
    margin-bottom: 0;
    background-color: #FFF;
    background: none;
  }
  .top-navigation-bar {
    background-color: var(--color-tertiary);
    height: auto;
  }
  .content-wrapper.container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .content-wrapper.container .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .content-wrapper.container .row .wide-carousel {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
  #carousel {
    border-radius: 0;
  }
  #carousel .extended-banner-title {
    left: 2%;
    top: 47%;
  }
  #carousel .extended-banner-link {
    left: 2%;
    top: 87.3%;
  }
  .body-banners .extended-banner-texts {
    margin-left: 20px;
    margin-right: 20px;
  }
  .body-banners .extended-banner-link,
  .body-banners .extended-banner-text,
  .body-banners .extended-banner-title {
    left: 0;
  }
  .body-banners .extended-banner-text {
    max-width: 100%;
    top: 47%;
  }
  .body-banners .extended-banner-link {
    top: 72%;
    width: 100%;
    white-space: nowrap;
    text-align: center;
  }
  .body-banners .extended-banner-title {
    font-size: 32px;
    top: 40%;
  }
  .body-banners .banner-wrapper > a {
    border: 2px solid var(--color-tertiary);
    border-radius: 4px;
    overflow: hidden;
  }
  .body-banners > div {
    margin-bottom: 16px;
  }
  .narrow .row.banners-row {
    margin-bottom: 28px;
  }
  .banner-wrapper {
    margin-top: 0;
  }
  .top-category-wrapper .top-category-item {
    padding: 16px 10px;
    max-width: 169px;
    margin-bottom: 10px;
  }
  .navigation-window-visible .responsive-tools .navigation-close {
    z-index: 1003;
    display: block;
    right: 17px;
  }
  .navigation-window-visible .responsive-tools a[data-target=navigation] {
    z-index: -1;
    visibility: hidden;
    transition: all 0.3s ease-out;
  }
  .search-window-visible #header .search-form {
    margin: 17px 0 0;
  }
  h4.homepage-group-title,
  .h4.homepage-group-title {
    margin-top: 26px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
  .flag {
    font-size: 11px;
  }
  .products-block.products .product .p {
    padding: 26px 8px 0;
  }
  .products-block.products .product .p .name {
    font-size: 14px;
    height: auto;
  }
  .products-block.products .product .p .flags-default {
    top: -10px;
    left: -8px;
  }
  .products-block.products .product .p .p-desc {
    font-size: 10px;
    margin: 16px 0;
  }
  .products-block.products .product .p .price strong,
  .products-block.products .product .p .price span {
    font-size: 16px;
  }
  .product-bottom-wrapper {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .product-bottom-wrapper .product-bottom-availability {
    font-size: 12px;
  }
  .product-bottom-wrapper .product-bottom-prices {
    font-size: 10px;
  }
  .product-bottom-wrapper .product-bottom-prices strong {
    font-size: 16px;
  }
  .columns-mobile-2 .products-block > div .prices {
    margin: 0;
  }
  .footer-banner {
    margin-top: 26px;
  }
  .footer-banner .extended-banner-link,
  .footer-banner .extended-banner-text,
  .footer-banner .extended-banner-title {
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
  }
  .footer-banner .extended-banner-title {
    font-size: 24px;
    top: 6%;
  }
  .footer-banner .extended-banner-text {
    text-align: left;
    width: auto;
    font-size: 14px;
  }
  .footer-banner .extended-banner-text span {
    display: block;
    white-space: nowrap;
    margin-right: 0;
  }
  .footer-banner .extended-banner-link {
    white-space: nowrap;
    right: unset;
    top: 78%;
  }
  .benefitBanner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .benefitBanner__picture {
    max-width: 56px;
    flex-basis: 56px;
    margin-bottom: 12px;
    margin-right: 0;
    justify-content: flex-start;
  }
  .multiple-columns-body .benefitBanner .benefitBanner__item {
    flex-basis: 50%;
    font-size: 13px;
  }
  #footer .custom-footer {
    padding: 0 10px;
  }
  #footer .custom-footer > div:first-of-type, #footer .custom-footer > div:nth-of-type(2) {
    width: 100%;
    padding: 20px;
    height: 216px;
  }
  #footer .custom-footer > div:first-of-type {
    margin-top: -108px;
    margin-bottom: 0;
  }
  #footer .custom-footer > div:first-of-type h4 {
    font-size: 24px;
  }
  #footer .custom-footer > div:first-of-type ul {
    font-size: 14px;
    margin: 0;
  }
  #footer .custom-footer > div:first-of-type > div > div > span {
    justify-content: flex-start;
  }
  #footer .custom-footer > div:nth-of-type(2) {
    margin-top: 0;
    height: auto;
    margin-bottom: 36px;
  }
  #footer .custom-footer > div:nth-of-type(2) .newsletter-header {
    display: none;
  }
  #footer .custom-footer .expandable-footer {
    border-top: 2px solid var(--color-tertiary);
  }
  #footer .custom-footer .expandable-footer h4 {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
  }
  #footer .custom-footer .expandable-footer h4::after {
    content: url("/user/documents/assets/img/icon/arrow_cat.svg");
    display: inline-block;
    position: absolute;
    right: 0;
  }
  #footer .custom-footer .expandable-footer:nth-last-of-type(3) {
    border-bottom: 2px solid var(--color-tertiary);
  }
  #footer .custom-footer span[data-ec-promo-id="11"] {
    display: flex;
    flex-direction: column;
  }
  #footer .custom-footer span[data-ec-promo-id="11"] img {
    align-self: center;
    max-width: 104px;
  }
  #footer #formNewsletterWidget label {
    font-size: 10px;
  }
  #footer #formNewsletterWidget input.form-control {
    font-size: 12px;
  }
  #footer .footer-links {
    display: none;
  }
  #footer .footer-links.active {
    display: block;
  }
  #footer .banner {
    min-height: auto;
  }
  #footer .footer-links-icons {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  #footer .footer-side-wrapper {
    padding: 0 10px;
    border-top: none;
  }
  #footer .footer-side-banner .banner-wrapper {
    padding: 20px 10px;
  }
  #footer .footer-side-banner .banner-wrapper:first-of-type {
    border-top: 2px solid var(--color-tertiary);
  }
  #footer .footer-side-banner > div h4 {
    width: 30%;
    align-self: flex-start;
    margin-top: 20px;
  }
  #footer .footer-side-banner > div ul {
    margin: 0;
    width: 70%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .category-heading-wrapper {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
  }
  .category-heading-wrapper .category-blog {
    margin-top: 0;
  }
  .type-category h4 {
    margin-bottom: 10px;
  }
  #productsTop {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
    gap: 10px;
  }
  #productsTop .product {
    padding: 0;
    width: 90%;
  }
  #productsTop > div {
    display: flex;
  }
  .pagination-wrapper {
    gap: 24px;
  }
  .pagination-loader {
    min-width: unset;
    align-self: center;
  }
  .position--benefitCategory,
  .position--benefitProduct {
    padding: 0 !important;
  }
  .product-top > div {
    width: 100%;
  }
  .p-thumbnails-wrapper {
    display: none;
  }
  .social-buttons-wrapper .link-icons {
    margin: 0 0 19px;
  }
  .usp-copy-wrapper {
    padding: 18px;
  }
  .usp-copy-wrapper .benefitBanner__title {
    font-size: 1em;
  }
  .usp-copy-wrapper .benefitBanner__picture {
    margin-right: 0.4em;
  }
  .shp-tabs-holder {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  #tab-content {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid var(--color-tertiary);
  }
  .shp-tab-link {
    padding: 12px 0;
    border-top: 2px solid var(--color-tertiary);
    font-size: 15px;
    font-weight: 700;
  }
  .shp-tab-link::after {
    content: url("/user/documents/assets/img/icon/arrow_cat.svg");
    display: inline-block;
    position: absolute;
    right: 0;
  }
  .shp-tab-link.expanded::after {
    transform: rotateZ(180deg);
  }
  .shp-tabs-row {
    display: none;
  }
  .tab-pane {
    margin-bottom: 19px;
  }
  #productsAlternative {
    margin-bottom: 44px;
  }
  .popup-widget {
    margin-left: 0;
  }
  .popup-widget.login-widget,
  .popup-widget.cart-widget {
    top: 136px;
  }
  .admin-logged .popup-widget.login-widget,
  .admin-logged .popup-widget.cart-widget {
    top: 136px;
  }
  .cart-header {
    border-color: transparent;
  }
  .cart-header li {
    border-color: transparent;
  }
  .ordering-process .header-top > div:first-of-type {
    margin: 0 auto;
  }
  .ordering-process #header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #FFF;
  }
  .ordering-process ol.cart-header {
    position: relative;
  }
  .ordering-process ol.cart-header li {
    display: block;
  }
  .ordering-process #navigation {
    display: block;
    visibility: visible;
  }
  .ordering-process .responsive-tools > a[data-target=navigation] {
    visibility: visible;
    z-index: 1000;
    top: 6px;
  }
  .ordering-process a.next-step-back {
    z-index: 1000;
    top: 7px;
  }
  .ordering-process .responsive-tools .navigation-close {
    top: -60px;
    right: 12px;
  }
  .cart-table .cart-p-image {
    margin-right: 12px;
  }
  .cart-table .p-availability {
    width: 100%;
    padding-top: 0;
    text-align: right !important;
  }
  .cart-table tr {
    border-bottom: none;
  }
  .cart-table .p-total .p-label {
    display: none;
  }
  .cart-table .p-quantity {
    padding-bottom: 0;
  }
  .cart-table tr > td.cart-p-image {
    flex-basis: 100px;
  }
  .cart-content {
    margin-bottom: 19px;
  }
  .cart-summary h4 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .cart-summary .form-control::placeholder {
    font-size: 12px;
  }
  .ordering-process .quantity-form .quantity .increase,
  .ordering-process .quantity-form .quantity .decrease {
    top: 50%;
  }
  #checkoutContent {
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
  }
  #checkoutSidebar {
    width: 100%;
  }
  .co-basic-information .row {
    padding: 10px;
  }
  .cart-empty .cart-heading::after {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .container {
    padding: 0 12px !important;
  }
  .body-banners .extended-banner-text {
    visibility: visible;
  }
}
.freebirdFormviewerViewHeaderDescription {
  font-family: "Montserrat", sans-serif !important;
}

#cboxContent {
  border: 2px solid var(--color-tertiary);
  background-color: #FBFFFF;
  border-radius: 4px;
}

#watchdog-submit {
  color: #FFF;
  background-color: var(--color-secondary);
  border-radius: 4px;
  border: none;
  font-weight: 700;
  text-transform: initial;
}
#watchdog-submit:hover, #watchdog-submit:focus {
  background-color: var(--color-primary-hover);
}

.in-registrace #content-wrapper,
.in-zapomenute-heslo #content-wrapper,
.in-404 #content-wrapper,
.in-registration #content-wrapper,
.in-forgotten-password #content-wrapper {
  margin-bottom: 316px;
}

.in-kosik #content-wrapper,
.in-cart #content-wrapper {
  margin-bottom: 64px;
}

.search-window-visible .responsive-tools a[data-target=navigation] {
  top: -125px;
  transition: none;
}

.top-brands-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 20px;
  margin-bottom: 8px;
}
.top-brands-heading .all-brands {
  background-color: #ffede2;
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px;
  padding: 6px 12px;
}

.top-brands-wrapper.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-arrow {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-tertiary);
  border-radius: 4px;
  z-index: 10;
}
.slick-arrow::before {
  display: none;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}
.slick-next img {
  transform: rotateZ(180deg);
}

@media screen and (max-width: 767px) {
  .top-brands-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .top-brands-wrapper > a {
    width: calc(50% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-brands-wrapper > a:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #customerLogin {
    flex-direction: column;
  }
  #customerLogin .social-login-buttons,
  #customerLogin .social-login-buttons-divider,
  #customerLogin form {
    width: 100%;
  }
  .register-sidebar-wrapper {
    height: auto;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .popup-widget.login-widget .popup-widget-inner {
    flex-direction: column;
  }
  .register-sidebar-wrapper {
    padding-left: 0;
    padding-top: 24px;
    border-left: none;
    border-top: 2px solid var(--color-tertiary);
  }
  #customerLogin {
    width: 100%;
  }
}
.in-kontakty #formContact .form-group select,
.in-contacts #formContact .form-group select {
  margin: 0;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 4px;
  border: 2px solid #c4d7da;
  max-width: unset;
}

.in-shanim-produkt .contact-form-title,
.in-find-product .contact-form-title {
  display: none;
}

.certifikace {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.certifikace h4 {
  width: 100%;
}
.certifikace > a, .certifikace > div {
  flex: 0 1 calc(50% - 5px);
}

.luigi-ac-hero-color,
.luigi-ac-button {
  background: var(--color-primary) !important;
}

.luigi-ac-other-content,
.luigi-ac-others .luigi-ac-title {
  color: var(--color-primary) !important;
}

.luigi-ac-main .luigi-ac-name,
.luigi-ac-main .luigi-ac-title {
  color: var(--color-primary) !important;
}

.luigi-ac-others {
  background: var(--color-tertiary) !important;
}

.luigi-ac-hero--right .luigi-ac-main,
.luigi-ac-hero--right .luigi-ac-others,
.luigi-ac-hero .luigi-ac-main--border {
  border-color: var(--color-primary) !important;
}

.luigi-ac-hero .luigi-ac-others {
  border-bottom-left-radius: 4px;
}

.luigi-ac-hero--right .luigi-ac-main {
  border-bottom-right-radius: 4px;
}

.luigi-ac-hero .luigi-ac-ribbon {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.luigi-ac-active,
.luigi-ac-item:focus,
.luigi-ac-item:hover {
  background-color: #FBFFFF !important;
}

.lb-search .p-code,
.lb-search .add-to-cart-button,
.lb-search .p-tools .btn.btn-primary,
.in-oblibene .p-code,
.in-oblibene .add-to-cart-button,
.in-oblibene .p-tools .btn.btn-primary {
  display: none;
}
.lb-search .lb-product .availability,
.in-oblibene .lb-product .availability {
  flex: unset;
}
.lb-search .lb-search-bg-color-default,
.lb-search .lb-search-bg-color-default-clickable,
.lb-search .lb-search-bg-color-default-clickable:hover,
.in-oblibene .lb-search-bg-color-default,
.in-oblibene .lb-search-bg-color-default-clickable,
.in-oblibene .lb-search-bg-color-default-clickable:hover {
  color: var(--color-secondary);
  background-color: #ffede2;
}
.lb-search .lb-sort--inactive::after,
.lb-search .lb-sort--inactive::before,
.in-oblibene .lb-sort--inactive::after,
.in-oblibene .lb-sort--inactive::before {
  border-color: var(--color-secondary) transparent transparent;
}
.lb-search .lb-quick-search-default__item,
.in-oblibene .lb-quick-search-default__item {
  border-color: var(--color-tertiary) !important;
  border-width: 2px !important;
  background-color: #FBFFFF !important;
  border-radius: 4px;
}

.in-oblibene .price-final > strong::after {
  margin-left: 0.2em;
}

.custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}
.custom-overlay.visible {
  display: flex;
}
.custom-overlay .custom-overlay-inner {
  position: relative;
  padding: 40px 30px 30px;
  background-color: #FBFFFF;
  border: 2px solid var(--color-tertiary);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.custom-overlay .popup-close {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  border-radius: 50%;
  background-color: var(--color-tertiary);
  color: var(--color-primary);
  border: 2px solid transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.custom-overlay .popup-close:hover, .custom-overlay .popup-close:focus {
  border-color: var(--color-primary);
}

.type-detail .description-rating {
  width: 100%;
  padding: 32px 19px;
  border: 2px solid #fab400;
  border-radius: 4px;
  background-color: #fff6e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
.type-detail .description-rating .description-text {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  margin-right: 12px;
}
.type-detail .description-rating .description-text::before {
  content: url(/user/documents/assets/img/icon/smiley.svg);
  display: inline-block;
  margin-right: 12px;
}
.type-detail .description-rating .yes-button {
  color: #85b549;
  padding: 10px;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid transparent;
  margin-right: 12px;
  font-size: 14px;
}
.type-detail .description-rating .yes-button img {
  margin-right: 6px;
}
.type-detail .description-rating .yes-button:hover, .type-detail .description-rating .yes-button:focus {
  border-color: var(--color-secondary);
}
.type-detail .description-rating .no-button {
  border-radius: 4px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid transparent;
  color: #2C2826;
  font-size: 14px;
}
.type-detail .description-rating .no-button:hover, .type-detail .description-rating .no-button:focus {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}

@media screen and (max-width: 1024px) {
  .type-detail .description-rating {
    flex-wrap: wrap;
  }
  .type-detail .description-rating .description-text {
    width: 100%;
    margin-right: 0;
    justify-content: center;
    margin-bottom: 12px;
  }
}
.in-znacka #category-header,
.in-znacka .product-bottom-wrapper .product-bottom-availability .availability .availability-amount,
.in-brand #category-header,
.in-brand .product-bottom-wrapper .product-bottom-availability .availability .availability-amount {
  display: none;
}

.btn.btn-primary,
a.btn.btn-primary,
.btn.btn-secondary,
a.btn.btn.btn-secondary {
  border-radius: 4px;
  text-transform: initial;
  font-weight: 700;
  padding: 14px 16px;
  line-height: 1em;
}

.customer-page table:not(.detail-parameters) tr:first-of-type {
  background-color: var(--color-primary);
  color: #FFF;
  font-weight: 600;
  border-color: var(--color-primary);
}
.customer-page table:not(.detail-parameters) td,
.customer-page table:not(.detail-parameters) th {
  padding: 10px 20px;
}
.customer-page table:not(.detail-parameters) tr {
  border: 2px var(--color-tertiary);
  border-style: none solid solid solid;
}
.customer-page table:not(.detail-parameters) .checked,
.customer-page table:not(.detail-parameters) .unchecked {
  text-align: center;
}
.customer-page table:not(.detail-parameters) .checked::before {
  content: url("/user/documents/assets/img/icon/table-checked.png");
  display: block;
}
.customer-page table:not(.detail-parameters) .unchecked::before {
  content: url("/user/documents/assets/img/icon/table-unchecked.png");
  display: block;
}
.customer-page table:not(.detail-parameters) thead {
  text-align: left;
}
.customer-page table:not(.detail-parameters) thead + tbody > tr:first-of-type {
  background-color: transparent;
  color: #2C2826;
  font-weight: 400;
  border-color: var(--color-tertiary);
}
.customer-page table.table.border thead > tr > th,
.customer-page table.table.border tbody > tr > th,
.customer-page table.table.border thead > tr > td,
.customer-page table.table.border tbody > tr > td {
  border-style: none;
}/*# sourceMappingURL=style.css.map */